@charset "UTF-8";

*:not(ul){
	margin: 0px;
	padding: 0px;
	outline: none;
}

	
/* Code aus Kurs*/
html {
	height: 100%;
	font-size: 62.5%; /*Normalerweise entspricht 100% einer Schriftgrösse von 16px => so wird alles auf 10px normiert und mit rem kann darauf bezug genommen werden*/
	-webkit-text-size-adjust: 100%;
}

abbr {
  border-bottom: 1px dotted blue;
}

body {
	font-family: Verdana, sans-serif;
	background-color: #c5ccd4;
	text-align: justify;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
	padding-right: 0px;
}

img {
	border: none;
}
/*Ende Code aus Kurs*/

.clearboth {
	clear: both;
}

sub,
sup {
  font-size: 0.75em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/*Headerbereich Anfang*/
	header {
		position:fixed;
		width: 100%;
		top:0px;
		left: 0px;
		height: 50px;
		padding: 5px 0px 5px 0px;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #000;
		background-image: -webkit-linear-gradient(top,
			rgba(255,255,255,0.5)0%,
			rgba(255,255,255,0.1) 100%);
		background-image: -moz-linear-gradient(top,
			rgba(255,255,255,0.5)0%,
			rgba(255,255,255,0.1) 100%);
		background-image: -ms-linear-gradient(top,
			rgba(255,255,255,0.5)0%,
			rgba(255,255,255,0.1) 100%);
		background-image: linear-gradient(top,
			rgba(255,255,255,0.5)0%,
			rgba(255,255,255,0.1) 100%);
			
	}

	#symptome {
		background-color: #3611A3;
		z-index:1;
	}

	#varia {
		background-color: #027F91;
		z-index:1;
	}
	#substanzklasse {
		background-color: #10379f;
		z-index:1;
	}
	#home {
		background-color: #009733;
		z-index:1;
	}

	
	header h1, header h4, header h5, header h6{
		color: #fff;
		padding: 10px 0 0 0;
		text-shadow:0 -1px 0 rgba(0,0,0,0.5);
		text-align: center;
		font-size: 20px;
		font-size: 2rem;
	}
	
	/*Page Navigation Anfang*/
		#side_nav {
			float: left;
			width: 45px;
			/*border: solid 1px #fff;*/
			margin-left: 5px;
		}

		#Button_Sextant{
			height: 45px;
			width: auto;
			padding: 2.5px 0px 0 0;
			margin-right: 0px;
		}
	/*Page Navigation Ende*/

	.Strich {
		height:5px;
		border-bottom: 1px solid white;
	}

	/*Site Navigation Anfang*/
		#site_nav {
			float: right;
			width: 45px;
			/*border: solid 1px #fff;*/
		}
	.Button_nav_3 {
		height: 40px;
		width: auto;
		padding: 5px 0px 0 0;
		margin-right: 5px;
	}

		/*#Button_ship {
			height: 45px;
			width: auto;
			padding: 2.5px 0 0 0;
		}

		#Button_Symptome_2, #Button_Substanzklasse_2, #Button_Varia_2, #Button_Home_2, .Button_nav_2{
			height: 35px;
			width: auto;
			padding: 2px 0 0 0;
			margin-left: 0px;
		}
	/*Site Navigation Ende*/

/*Headerbereich Ende*/


/*Asideelement Anfang
#menu_gross {
	position: fixed;
	z-index: 1;
	left: 0px;
	top: 70px;
	width: 140px;
	padding: 5px 10px 10px 5px;
	border-top: 1px solid #000;
	background:#333333;
	opacity:0.9;
	border-bottom: 1px solid #000;
	-moz-box-shadow:2px 0 5px #999;
	-webkit-box-shadow:2px 0 5px #999;
	box-shadow:2px 0 5px #999;
	border-radius: 0 10px 10px 0;
	border: 1px solid #a1a7ae;
} 

#menu_gross div {
	height:20px;
	border-bottom:1px solid #fff;
	padding: 3px 0 2px 5px;
}

#menu_gross div.hoch {
	height: 40px;
	text-align: left;
}

#menu_gross a{
	outline:none; 
	text-decoration: none;
	font-size:14px;
	font-size: 1.4rem;
	color: white;
	padding:5px 5px 5px 0px;
	font: Verdana, sans-serif;
}
/*Asideelement Ende*/



.monographie_drei {
	position: relative;
	float: left;
	left: 0px;
	width: 100%;
	/*padding-left: 35px;
		-moz-transition: padding-left 0.8s ease-out;
		-webkit-transition: padding-left 0.8s ease-out;
		transition: padding-left 0.8s ease-out;*/
	/*width: 600px;*/
	margin-top: 70px;
	margin-right: 0px;
	/*border: solid 1px #000; nur zum Entwickeln später wieder entfernen*/
	-webkit-column-gap: 15px;
	-webkit-column-rule: dotted 1px #555;
	-moz-column-gap: 15px;
	-moz-column-rule: dotted 1px #555;	
	column-gap: 15px;
	column-rule: dotted 1px #555;
	background-color: #c5ccd4;

}
.monographie_eins {
	position: relative;
	float: left;
	left: 0px;
	width: 100%;
	/*padding-left: 35px;
		-moz-transition: padding-left 0.8s ease-out;
		-webkit-transition: padding-left 0.8s ease-out;
		transition: padding-left 0.8s ease-out;*/
	/*width: 600px;*/
	margin-top: 70px;
	margin-right: 0px;
	/*border: solid 1px #000; nur zum Entwickeln später wieder entfernen*/
	-webkit-column-gap: 15px;
	-webkit-column-rule: dotted 1px #555;
	-moz-column-gap: 15px;
	-moz-column-rule: dotted 1px #555;	
	column-gap: 15px;
	column-rule: dotted 1px #555;
	background-color: #c5ccd4;

}

article {
	width: auto;
	margin: 0px 5px 10px 5px;
	padding: 7px 5px;
	background-color: #fff;
	box-shadow: 0 1px 0 #fff;
	-webkit-box-shadow: 0 1px 0 #fff;
	border-radius: 10px;
	border: 1px solid #a1a7ae;
	background-image: -webkit-linear-gradient(top, #eee, #fff);
	background-image: -moz-linear-gradient(top, #eee, #fff);
	background-image: -ms-linear-gradient(top, #eee, #fff);
	background-image: linear-gradient(top, #eee, #fff);
	font-size: 14px;
	font-size: 1.4rem;
}

span.PharmaHelp {
	font-weight: bold;
	color: #008000;
}


div.eins, div.zwei, div.drei, div.vier, div.fuenf, div.sechs, div.sieben, div.acht, div.neun, div.zehn, div.elf, div.zwoelf{
	font-size: 12px;
	font-size: 1.2rem;
}

article h1 {
	color: #000;
	padding: 0 0 0 0;
	text-shadow:0 0 0 rgba(0,0,0,0.5); /*früher: text-shadow: 0 -1px 0 rgb(0,0,0,0.5);*/
	font-size: 14px;
	font-size: 1.4rem;
}

.inArtikel, .inArtikel2, .inArtikel3 {
	margin-top:0px;
	line-height: 1.4;
	text-align:justify;
	font-weight: normal;
}

.inArtikel {
	margin-bottom:3px;
	font-size: 12px;
	font-size: 1.2rem;
}

.inArtikel2 {
	margin-bottom:2px;
	font-size:11px;
	font-size: 1.1rem;
}

.inArtikel3 {
	margin-bottom:1px;
	font-size: 10px;
	font-size: 1rem;
}

.Legende {
	font-size: 9px;
	font-size: 0.9rem;
	width: 100%;
	margin-top:0px;
	margin-bottom:3px;
}
.Legende_Auf1 , .Legende_Auf2{ /*verwendet bei Handekzem.html*/
	margin:0px;
	margin-left:5px;
	font-size: 9px;
	font-size: 0.9rem;
	margin-top:0px;
	margin-bottom:3px;
}
.Legende_Auf1 {
	padding-left: 0px;
}

.Legende_Auf2 {
	padding-left: 20px;
}
p.kontakt {
	padding-left: 10px;
	font-size: 11px;
	font-size: 1.1rem;
	margin-top: 0px;
}


p {
	margin-top: 5px;
	line-height: 1.4;
	text-align: justify;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: normal;
}

.pueber2 {
	margin-top: 3px;
	font-size: 11px;
	font-size: 1.1rem;
}

ul.monographie1, ol.monographie1 {
	margin:0px;
	margin-left:5px;
	padding-left: 15px;
	line-height: 1.4;
	padding-bottom: 5px;
	padding-top: 3px;
	font-size: 12px;
	font-size: 1.2rem;
}

ul.monographie1 {
	font-weight: normal;
}

ol.monographie1{
	font-weight: bold;
}


ul.monographie2, ol.monographie2, ol.monographie2b{
	margin:0px;
	line-height: 1.4;
	padding-bottom: 3px;
	font-size: 11px;
	font-size: 1.1rem;
}

ul.monographie2 {
	padding-left:12px;
	font-weight: normal;
}

ol.monographie2 {
	padding-left: 19px;
	font-weight: normal;
}

ol.monographie2b{
	font-weight: bold;
	padding-left: 19px;
	
}


ul.monographie3, ol.monographie3{
	margin:0px;
	padding-left:15px;
	line-height: 1.4;
	padding-bottom: 3px;
	font-size: 10px;
	font-size: 1rem;
	font-weight: normal;
}

/*
ul.monographie4{
	margin:0px;
	padding-left:10px;
	line-height: 1.4;
	padding-bottom: 3px;
	font-size: 0.9em;
	list-style-type: none;
}

ul.monographie4 li:before {content: "\2011\a0"}
*/

ul.monographie4{
	margin:0px;
	padding-left:15px;
	line-height: 1.4;
	padding-bottom: 3px;
	font-size: 10px;
	font-size: 1rem;
	list-style-image: url(images/hyphen01.png);
}

/*
ul.monographie4{
	margin:0px;
	padding-left:15px;
	line-height: 1.4;
	padding-bottom: 3px;
	font-size: 0.9em;
	list-style-type: hyphen;
}
*/
article.eins {
	border-left: solid 2px green;
}
h1#eins {
	color: green;
}

/*article.zwei {
	border-left: solid 2px #0C6DAE;
}
h1#zwei {
	color: #0C6DAE;
}*/

article.zwei {
	border-left: solid 2px blue;
}
h1#zwei {
	color: blue;
}

article.drei {
	border-left: solid 2px #3D1368;
}
h1#drei {
	color: #3D1368;
}

article.vier {
	border-left: solid 2px navy;
}
h1#vier {
	color: navy;
}

article.fuenf {
	border-left: solid 2px purple;
}
h1#fuenf {
	color: purple;
}

article.sechs {
	border-left: solid 2px #FF007F;
}
h1#sechs {
	color: #FF007F;
}

article.sieben {
	border-left: solid 2px red;
}
h1#sieben {
	color: red;
}

article.acht {
	border-left: solid 2px teal;
}
h1#acht {
	color: teal;
}



/* fuchsia; silver; black; gray; lime; yellow; olive; white; aqua sind noch als Farben möglich. Geeignet sind noch olive, gray, black, */

#Bild_Nuggi {
	width: 25px;
	height: auto;
}
.Bild_1000, .Bild_750, .Bild_600, .Bild_500, .Bild_400, .Bild_300, .Bild_200 {
	width:100%;
	height: auto;
}

.Bild_1000 {
	max-width: 1000px;
}

.Bild_750 {
	max-width: 750px;
}

.Bild_600 {
	max-width: 600px;
}

.Bild_500 {
	max-width: 500px;
}

.Bild_400{
	max-width: 400px;
}

.Bild_300{
	max-width: 300px;
}

.Bild_200{
	max-width: 200px;
}


.nozoom{
	width: 100px;
	height: auto;
	margin: 0px auto;
	
}
h1:before {
	display:block;
	content: "";
	margin-top: -75px;
	height:75px;
	visibility:hidden;
}

a:link    {
text-decoration:none;
}

a.text:link    {color:blue;}
a.text:visited {color:blue;}
a.text:hover   {color:red;}
a.text:active  {color:red;}

a.text_k:link    {color:blue; font-size: 10px; font-size:1rem;}
a.text_k:visited {color:blue;}
a.text_k:hover   {color:red;}
a.text_k:active  {color:red;}

/*Sectionelement Ende*/

/*Kontaktformular Anfang*/
legend {
	font-weight: bold;
}
input , textarea{
	margin-top:5px;
	line-height: 1.4;
	text-align:justify;
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

fieldset {
	margin-top: 5px;
}

#form h4 {
	margin: 0;
	float: left;
	width: 85px;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: normal;
	text-align: right;
	margin: 14px 10px 0px 0px;
}
 
#form input[type="text"],
#form input[type="email"] {
	width: 160px;
	height: 30px;
}
 
 #form textarea{
	width: 160px;
	height: 60px;
 
 }
 
 .buttonformular {
	display: inline; 
 }
	
 
#form div.message {
	border: 1px dotted red;
	background-color: #deeefe;
	font-weight: bold;
	padding: 4px;
	display: none;
	margin: 5px 0;
	text-align: center;
}
 
 #form .highlight {
	outline: 1px solid red;
}

 #form input[type="reset"],
 #form input[type="submit"]  {
	font-family: Verdana;
	font-weight: normal;
	width: 75px;
	padding: 5px;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	margin: 5px;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	border-radius: 10px;
	border-width: 1px;
	text-shadow: 0 -1px 0px rgba(0,0,0,0.3);
	color: #ffffff;
	background-color: #2473C2;
	background-image: -webkit-linear-gradient(top,
		rgba(255,255,255,0.6) 0%,
		rgba(255,255,255,0.3) 50%,
		rgba(255,255,255,0.2) 51%,
		rgba(255,255,255,0.3) 100%);
	background-image: -moz-linear-gradient(top,
		rgba(255,255,255,0.6) 0%,
		rgba(255,255,255,0.3) 50%,
		rgba(255,255,255,0.2) 51%,
		rgba(255,255,255,0.3) 100%);
	background-image: -ms-linear-gradient(top,
		rgba(255,255,255,0.6) 0%,
		rgba(255,255,255,0.3) 50%,
		rgba(255,255,255,0.2) 51%,
		rgba(255,255,255,0.3) 100%);
	background-image: linear-gradient(top,
		rgba(255,255,255,0.6) 0%,
		rgba(255,255,255,0.3) 50%,
		rgba(255,255,255,0.2) 51%,
		rgba(255,255,255,0.3) 100%);

	outline:none;
}

 #form input[type="submit"]  {
	font-weight: bold;
	font-size: 12px;
	font-size: 1.2rem;
 }
 #form input[type="reset"]  {
	margin: 5px 5px 5px 90px;
 }


/*Drop-down-Menu - Anfang
.dropit_site {
    list-style: none;
	padding: 0;
	margin: 0 5px 0 0;
	float: right;
	
}*/
.dropit_side {
    list-style: none;
	padding: 0;
	margin: 0 5px 0 0;
	float: left;
	
}

.dropit .dropit-trigger { position: relative}
.dropit_site .dropit-submenu {
    margin: 0;
	margin-top: 10px;
	position: absolute;
    top: 100%;
	text-align: center;
	background: #333333;
	opacity: 0.92;
    right: 0; dropdown left or right 
    display: none;
    min-width: 50px;
    list-style: none;
	padding:3px;
	padding-top: 7px;
	box-shadow: 0 1px 0 #fff;
	border-radius: 10px;
	border: 1px solid #a1a7ae;
	
}
.dropit_side .dropit-submenu {
    margin: 0;
	margin-top: 10px;
	position: absolute;
    top: 100%;
	background: #333333;
	opacity: 0.92;
    left: 0; dropdown left or right 
    display: none;
	line-height: 1.4;
	font-size: 14px;
	font-size: 1.4rem;
    min-width: 150px;
    list-style: none;
	padding: 10px 7px;
	box-shadow: 0 1px 0 #fff;
	border-radius: 10px;
	border: 1px solid #a1a7ae;
	
	
}
.dropit .dropit-open .dropit-submenu { display: block }

a:link    {
color:white;
text-decoration:none;
}
a:visited {color:white;}
a:hover   {color:white;}
a:active  {color:white;}

/*Drop-down-Menu - Ende*/

/*Media Queries - Anfang*/
/* Large screens*/
@media only screen 
and (min-width : 1824px) {
	.monographie_drei {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;

		/*padding-left: 160px;*/
	}
	
	
	/*#Button_Sextant {
		visibility:hidden;
	}
	
	#menu_gross  {
		visibility: visible;
	}
	body {
		padding-right: 160px;
	}	*/

}


/*Desktop*/
@media only screen and (min-width: 1251px) {
	.monographie_drei {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;

		/*padding-left: 160px;*/
	}
	
	/*#Button_Sextant {
		visibility:hidden;
	}
	
	#menu_gross  {
		visibility: visible;
	}
	/*body {
		padding-right: 160px;
	}	*/

}

/*Notebook*/
@media only screen and (min-width: 769px) and (max-width: 1250px) {
	.monographie_drei {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		
		/*padding-left: 160px;*/
		
	}

	/*#Button_Sextant {
		visibility:hidden;
	}
	#menu_gross {
		visibility: visible;
	}
	/*body {
		padding-right: 160px;
	}	*/
	
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
	.monographie_drei {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;

		/*padding-left: 160px;*/
	}
	
	/*#Button_Sextant {
		visibility:hidden;
	}

	#menu_gross {
		visibility: visible;
	}
	/*body {
		padding-right: 160px;
	}*/	

}


@media only screen and (max-width : 480px) {
	.monographie_drei {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;

		/*padding-left: 5px;*/
	}
	/*#menu_gross  {
		visibility: hidden;
	}
	#Button_Sextant {
		visibility: visible;
	}*/

}

@media only screen and (max-width:430px) {
	header h6 {
		font-size: 17px;
		font-size: 1.7rem;
		padding: 15px 0 0 0;
		
	}	

}

	
@media only screen and (max-width:390px) {
	header h6 {
		font-size: 16px;
		font-size: 1.6rem;
		padding: 15px 0 0 0;
		
	}	

	header h5 {
		font-size: 18px;
		font-size: 1.8rem;
		padding: 15px 0 0 0;
		
	}	

}

@media only screen and (max-width:360px) {
	header h4 {
		font-size: 16px;
		font-size: 1.6rem;
		padding: 15px 0 0 0;
	}	
	header h5 {
		font-size: 15px;
		font-size: 1.5rem;
		padding: 15px 0 0 0;
	}	
	header h6{
		font-size: 14px;
		font-size: 1.4rem;
		padding: 15px 0 0 0;
	}	

}

/*iPad querformat*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
	.monographie_drei {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;

		/*padding-left: 160px;*/
	}
	
	/*#Button_Sextant {
		visibility:hidden;
	}

	#menu_gross {
		visibility: visible;
	}
	/*body {
		padding-right: 160px;
	}*/	
	
}



/*iPad hoch*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
	.monographie_drei {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;

		/*padding-left: 160px;*/
	}
	
	/*#Button_Sextant {
		visibility:hidden;
	}

	#menu_gross {
		visibility: visible;
	}
	/*body {
		padding-right: 160px;
	}*/	

} 

/*iPhone breit und hoch*/
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	.monographie_drei {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;

		/*padding-left: 5px;*/
	}

	/*#menu_gross  {
		visibility: hidden;
	}
	#Button_Sextant {
		visibility: visible;
	}*/

}	

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
	.monographie_drei {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;

		/*padding-left: 5px;*/
	}
	
	/*#menu_gross  {
		visibility: hidden;
	}
	#Button_Sextant {
		visibility: visible;
	}
}

/*Media Queries - Ende*/
