/* Stiler for mobilenheter */
@media only screen and (max-width: 767px) {
    body {
        background-color: black;
    }
	
    input[type="text"] {
        width: 600px;
        height: 70px;
        font-size: 50px;
    }

    input[type="submit"] {
        width: 200px;
        height: 70px;
        font-size: 50px;
        /*color: red;*/
    }

    select[name="testamente"] {
        background-color: red;
        color: white;
        width: 568px;
        height: 75px;
        font-size: 60px;
    }

    select[name="testamente"] option[value="GT+NT"] {
        background-color: lightblue;
        color: white;
    }

    select[name="testamente"] option[value="GT"] {
        background-color: lightblue;
        color: black;
    }

    select[name="testamente"] option[value="NT"] {
        background-color: lightblue;
        color: white;
    }
	select[name="testamente"] option[value="KOR"] {
        background-color: black;
        color: gray;
    }

    select[name="versjon"] {
        background-color: #CD5C5C; /*red;*/
        color: white;
        width: 568px;
        height: 75px;
        font-size: 60px;
    }
	select[name="versjon"] option[value="KOR"] {
        background-color: black;
        color: gray;
    }
	select[name="versjon"] option[value="BGO"] {
        background-color: white;
        color: black;
    }

    select[name="versjon"] option[value="NB88"] {
        background-color: white;
        color: black;
    }

    select[name="versjon"] option[value="S1917"] {
        background-color: white;
        color: black;
    }
	select[name="versjon"] option[value="NKJV"] {
        background-color: white;
        color: black;
    }
	select[name="versjon"] option[value="KJV"] {
        background-color: white;
        color: black;
    }
	
	select[name="versjon"] option[value="N2011"] {
        background-color: white;
        color: black;
    }
	select[name="versjon"] option[value="N1930"] {
        background-color: white;
        color: black;
    }
	
	select[name="versjon"] option[value="N1978-85"] {
        background-color: white;
        color: black;
    }
	select[name="versjon"] option[value="NYNOR2011"] {
        background-color: white;
        color: black;
    }
	select[name="versjon"] option[value="D1931"] {
        background-color: white;
        color: black;
    }
	select[name="versjon"] option[value="YOUNGS"] {
        background-color: white;
        color: black;
    }
	select[name="versjon"] option[value="ALLE"] {
        background-color: white;
        color: black;
    }
	

s_red2 {
	color:red;
	font-size: 3.0em;

}


}

/* Stiler for nettbrett */
@media only screen and (min-width: 768px) and (max-width: 899px) {
    body {
        background-color: black;
    }

    input[type="text"] {
        width: 760px;
        height: 90px;
        font-size: 70px;
    }

    input[type="submit"] {
        background-color: red;
        color: white;
        width: 200px;
        height: 90px;
        font-size: 70px;
        /*color: red;*/
    }

    select[name="testamente"] {
        background-color: red;
        color: white;
        width: 868px;
        height: 75px;
        font-size: 60px;
    }

    select[name="testamente"] option[value="GT+NT"] {
        background-color: lightblue;
        color: white;
    }

    select[name="testamente"] option[value="GT"] {
        background-color: white;
        color: black;
    }

    select[name="testamente"] option[value="NT"] {
        background-color: lightblue;
        color: white;
    }
	select[name="testamente"] option[value="KOR"] {
        background-color: black;
        color: gray;
    }
	select[name="versjon"] option[value="KOR"] {
        background-color: black;
        color: gray;
    }

    select[name="versjon"] {
        background-color: #CD5C5C; /*red;*/
        color: white;
        width: 868px;
        height: 75px;
        font-size: 60px;
    }
	select[name="versjon"] option[value="BGO"] {
        background-color: white;
        color: black;
    }

    select[name="versjon"] option[value="NB88"] {
        background-color: white;
        color: black;
    }

    select[name="versjon"] option[value="S1917"] {
        background-color: white;
        color: black;
    }
	select[name="versjon"] option[value="NKJV"] {
        background-color: white;
        color: black;
    }
	select[name="versjon"] option[value="KJV"] {
        background-color: white;
        color: black;
    }
	select[name="versjon"] option[value="N2011"] {
        background-color: white;
        color: black;
    }
	select[name="versjon"] option[value="N1930"] {
        background-color: white;
        color: black;
    }
	
	select[name="versjon"] option[value="N1978-85"] {
        background-color: white;
        color: black;
    }
	select[name="versjon"] option[value="NYNOR2011"] {
        background-color: white;
        color: black;
    }
	select[name="versjon"] option[value="D1931"] {
        background-color: white;
        color: black;
    }
	select[name="versjon"] option[value="YOUNGS"] {
        background-color: white;
        color: black;
    }
	select[name="versjon"] option[value="ALLE"] {
        background-color: white;
        color: black;
    }
s_red2 {
    color: red;
    font-size: 3.0em;
}

}

/* Stiler for nettbrett */
@media only screen and (min-width: 900px) and (max-width: 1023px) {
    body {
        background-color: black;
    }

    input[type="text"] {
        width: 880px;
        height: 90px;
        font-size: 70px;
    }

    input[type="submit"] {
        background-color: red;
        color: white;
        width: 250px;
        height: 90px;
        font-size: 70px;
        /*color: red;*/
    }

    select[name="testamente"] {
        background-color: red;
        color: white;
        width: 868px;
        height: 75px;
        font-size: 60px;
    }

    select[name="testamente"] option[value="GT+NT"] {
        background-color: lightblue;
        color: white;
    }

    select[name="testamente"] option[value="GT"] {
        background-color: white;
        color: black;
    }

    select[name="testamente"] option[value="NT"] {
        background-color: lightblue;
        color: white;
    }

    select[name="versjon"] {
        background-color: #CD5C5C; /*red;*/
        color: white;
        width: 868px;
        height: 75px;
        font-size: 60px;
    }
	select[name="testamente"] option[value="KOR"] {
        background-color: black;
        color: gray;
    }
	select[name="versjon"] option[value="KOR"] {
        background-color: black;
        color: gray;
    }
	select[name="versjon"] option[value="BGO"] {
        background-color: white;
        color: black;
    }

    select[name="versjon"] option[value="NB88"] {
        background-color: white;
        color: black;
    }
	select[name="versjon"] option[value="N2011"] {
        background-color: white;
        color: black;
    }
	

    select[name="versjon"] option[value="S1917"] {
        background-color: white;
        color: black;
    }
	select[name="versjon"] option[value="NKJV"] {
        background-color: white;
        color: black;
    }
	select[name="versjon"] option[value="KJV"] {
        background-color: white;
        color: black;
    }
	select[name="versjon"] option[value="N1930"] {
        background-color: white;
        color: black;
    }
	
	select[name="versjon"] option[value="N1978-85"] {
        background-color: white;
        color: black;
    }
	select[name="versjon"] option[value="NYNOR2011"] {
        background-color: white;
        color: black;
    }
	select[name="versjon"] option[value="D1931"] {
        background-color: white;
        color: black;
    }
	select[name="versjon"] option[value="YOUNGS"] {
        background-color: white;
        color: black;
    }
	select[name="versjon"] option[value="ALLE"] {
        background-color: white;
        color: black;
    }
s_red2 {
    color: red;
    font-size: 3.0em;
}

}

/* Stiler for PC */
@media only screen and (min-width: 1024px) {
    body {
        background-color: black; 
    }

    input[type="text"] {
        width: 80%;
        height: 90px;
        font-size: 70px;
    }

    input[type="submit"] {
        width: 270px;
        height: 90px;
        font-size: 70px;
        /*color: red;*/
    }

    select[name="testamente"] {
        background-color: red; /*#F08080;  */
        color: white;
        width: 80%;
        height: 75px;
        font-size: 60px;
    }

    select[name="testamente"] option[value="GT+NT"] {
        background-color: lightblue;
        color: black;
    }

    select[name="testamente"] option[value="GT"] {
        background-color: lightblue;
        color: black;
    }

    select[name="testamente"] option[value="NT"] {
        background-color: lightblue;
        color: black;
    }

    select[name="versjon"] {
        background-color: #CD5C5C; /*red;*/
        color: white;
        width: 80%;
        height: 75px;
        font-size: 60px;
    }
	select[name="testamente"] option[value="KOR"] {
        background-color: black;
        color: gray;
    }
	select[name="versjon"] option[value="KOR"] {
        background-color: black;
        color: gray;
    }
	select[name="versjon"] option[value="BGO"] {
        background-color: white;
        color: black;
    }

    select[name="versjon"] option[value="NB88"] {
        background-color: white;
        color: black;
    }

    select[name="versjon"] option[value="S1917"] {
        background-color: white;
        color: black;
    }
	select[name="versjon"] option[value="NKJV"] {
        background-color: white;
        color: black;
    }
	select[name="versjon"] option[value="KJV"] {
        background-color: white;
        color: black;
    }
	select[name="versjon"] option[value="N2011"] {
        background-color: white;
        color: black;
    }
	select[name="versjon"] option[value="N1930"] {
        background-color: white;
        color: black;
    }
	
	select[name="versjon"] option[value="N1978-85"] {
        background-color: white;
        color: black;
    }
	select[name="versjon"] option[value="NYNOR2011"] {
        background-color: white;
        color: black;
    }
	select[name="versjon"] option[value="D1931"] {
        background-color: white;
        color: black;
    }
	select[name="versjon"] option[value="YOUNGS"] {
        background-color: white;
        color: black;
    }
	select[name="versjon"] option[value="ALLE"] {
        background-color: white;
        color: black;
    }
s_red2 {
    color: red;
    font-size: 4.2em;
}

}

body {
   /*background-color: black; /* #F9F9F9; /*lightyellow; /*#f0f0f0; /* Erstatt med ønsket fargeverdi */
}

.blue-text {
    color: lightblue; /*#87CEF;  /* blue; */
    font-size: 4.1em;
}

.hvit-text {
    color: white;
    font-size: 4.1em; //2.4em;
}

 
.red-text {
            color: red;
        }
/* bibel  */
les-tekst{ 
	color: lightblue;/*green;*/
	font-size: 4.1em;
	/*font-size: 2.4em;*/
}

/* Kapitler  */
.kap-tekst {
      color: lightblue; /* green; /*#3CB371; /*green;*/
      font-size: 4.1em;
    }
    .rød-ord {
      color: red;
	  /* font-size: 0.8em; */
    }
hvit2 {
	color: white;
	font-size:  0.8em;
 }

/* Slutt Kapittler */

/* index */
gul3 {
	color: yellow;
    font-size: 1.2em;
}
white {
	color: white;
    font-size: 2.4em;
	
}

lightblue{
	color: lightblue;
    font-size: 4.1em;
	
}

gul {
	color: yellow;
}
rød {
	color: red;
}
orange  {
	color: orange;
}
s_red {
    color: red;
    font-size: 2.4em;
}

/*s_red2 {
    color: red;
    font-size: 4.2em;
}*/
s_gul {
    color: yellow;
    font-size: 1.8em;
}
s_gul1 {
    color: yellow;
    font-size: 2.4em;
}
s_gul2 {
    color: yellow;
    font-size: 1.4em;
}
os {
    font-size: 2.7em; /* Erstatt med ønsket skriftstørrelse for avsnitt */
    color: red;	  
}

st {
    font-size: 1.7em;
}

farge-tekst {
    color: white;
    font-size: 2.4em;
}

hvit {
    color: white;
    font-size: 1.8em;
}



hvit3 {
    color: white;
    font-size: 3.2em;
}


soke {
    color: white;
    font-size: 2.4em;
}



input[type="radio"] {
  transform: scale(3.0); 
}
span {
  font-size: 1.0em; /* Endre størrelsen til det ønskede verdien, for eksempel 16px */
  //color: yellow;   /* Juster fargen til det ønskede verdien, for eksempel gul */
}
gray {
    color: gray; 
}'
        
 

 #sokeform {
            text-align: center;
            margin-top: 50px;
        }
        
        input[type="text"] {
            padding: 40px;
            border: 7px solid #ccc;
            border-radius: 40px;
            border-color: red;
            caret-color: red;
            /*caret-width: 20px;*/ /* Juster denne verdien for å endre bredden på markøren */
        }
        
        #sokeknapp {
            margin-top: 10px;
        }
