/*  **** css sylvia_nitschke template responsive design | joomla 3_x |  praxis dr. hoellen 	**** */

/*   farben  

nav2   türkis   CAE1D9

links	3D4657     
	
du blau >  logo 	354B74
helles blau container	CAE1D9

türkis für links 00A4A4

türkis für motti > h3 008484
*/


html { /* sticky footer nach james dean > http://mystrd.at/modern-clean-css-sticky-footer/ */
    position: relative; 
	min-height: 100%;
	}
	
	
body {
	font-size:0.85em;
	font-family: "Source Sans Pro", Arial, sans serif;
	overflow-x:hidden;
	width:100%;
	color:#000000;
	margin: 0 0 3em; /* bottom = footer height */
}

ul#nav2, ul#navMain {
	list-style-type: none;
}

.clear {
	float: none;
    clear:both;
	height: 1px;overflow:hidden;
	background-color: transparent;
	width: 1px;
	}
	
/*  ***** allg. links  ***** */		
a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #00A4A4;
	}

a:hover, a:focus {
	text-decoration: none;
	color: #3D4657;
	}
/*  ***** weiterlesen  links  ***** */
.btn {
	font-size:0.90em;
	}

#img {
	width:100%;
	height:auto;
}

#language {
	width:100%;
	height:auto;
	padding-top: 15px;
}

#pageslide {
    /* nicht verändern > plugin > slide-menü / mobil */
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    
    /* Specify the width of your pageslide here */
    width: 200px;
    padding: 20px;
    
    /* individuelle stile der pagesslide */
    background-color: #495871;
    color: #FFF;
    -webkit-box-shadow: inset 0 0 5px 5px #3A4559;
    -moz-shadow: inset 0 0 5px 5px #3A4559;
    box-shadow: inset 0 0 5px 5px #3A4559;
}

#pageslide ul {background:none;}

#pageslide ul li a {
	background:none;
	box-shadow:none;
	text-align:left;
}

.container {
	max-width:1125px;
	margin:0 auto;
}

header {
	float:left;
	background:#354B74;
	width:100%;	
	padding:4%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	*behavior: url(../scripts/boxsizing.htc);  
	}

.js .open {
    display:inline;
	float:left;
	height:39px;
	width:46px;
	margin:16px 4% 0 0;
	text-indent:-9999px;
	background-image: url(../images/open.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#logo {
	width:300px;
	display:block;
	height:50px;
	text-align:center;
	float:left;
	text-indent:-9999px;
	margin:10px 0;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/*   horizontale navi      ;*/
.js #navMain, a.open {
	display:none;  /* blendet das horizontales menü in der mobilen ansicht aus   ;*/}

#navMain li {
	width:100%;
	background-color: #354B74;
}

#navMain {
	padding:0;
	list-style:none;
	background:#354B74; 
}

#navMain li a {
	padding:3%;			
	text-align:center;
	color:#FFFFFF;
	text-decoration:none;
	width:100%;
	float:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin-bottom:1%;
	*behavior: url(/scripts/boxsizing.htc);
}

/*   horizontales sub menü    */

.sub {
	font-size:0.88em;
}


#image_nav_container {
	float:left;
	width:100%;
	padding:4%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	*behavior: url(/scripts/boxsizing.htc);
}

#image_nav_container img  {
	margin:4% 0;
	width:100%; 
	height:auto;
	border: 3px solid #ece9d7;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	position:relative;
	*behavior: url(/scripts/boxsizing.htc);
}


#nav2 {
	padding:0%;
	margin:0%;		 /* eventuell wieder entfernen  */
	list-style:none;
}

#nav2 li a {
	border: 1px solid #c7cbbb;
	background:#CAE1D9;
	padding:4%;       /*  höhe der buttons mobil  */
	text-align:center;
	color:#000000;
	text-decoration:none;
	width:100%;
	float:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin-bottom:1%;
	margin-left: 0%;
	*behavior: url(/scripts/boxsizing.htc);
}

#content {
	width:100%;
	text-align:left;
	padding-left: 1%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	position:relative;
	position:relative;
	padding-bottom: 3em;   /*  für abstand zum footer   */
	margin-top: 0%;
	margin-right: 0%;
	margin-bottom: 2%;
	margin-left: 0%;
	*behavior: url(/scripts/boxsizing.htc);
	list-style-position: outside;
	list-style-image: url(../images/listenpunkt.jpg);
	}  	

#motto {
	width:100%;
	float:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	position:relative;
	margin-top: 0%;
	margin-right: 0%;
	margin-bottom: 8%;
	margin-left: 0;
	position:relative;
	text-align:center;
	font-size: 1.1em;
	font-weight: 200;
	color: #42726A;
	font-style: italic;
	*behavior: url(/scripts/boxsizing.htc);
	}

footer {
	position:absolute;
	bottom:0px !important;
	float:left;
	background:#354B74;
	width:100%;
	height:3em;
	margin: 0 auto;
	padding:0% 0% 0% 4%;  /* abstand der schrift zur box   */
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	color: #fff;
	*behavior: url(/scripts/boxsizing.htc);
}

footer section {
	margin-bottom:0px;
}

footer section p {
	font-size: 0.85em;
}

#nav2 li {
		width:49%;		 /* definiert anzahl der buttons der seitlichen navigation > jetzt 2  */
		float:left;	
		margin-bottom:1%;
	}
#nav2 li:nth-child(even) {	  margin-right:0%;	margin-left:1%;}
#nav2 li:nth-child(odd) {	  margin-right:1%; margin-left:0%;}
@media screen and (min-width:420px) {

	body {font-size:0.9em;}

}

@media screen and (min-width:500px) {

	body {font-size:0.95em;}
	
	
	.js #navMain li a, #navMain li a
	#navFeatured li a,
	#content section a {
		padding:1%;
	}

}

@media screen and (min-width:550px) {
	
	#image_nav_container {
		padding-top:2%;
	}
	
	#nav2 li {
		/*width:24.2%;		  definiert anzahl der buttons der seitlichen navigation > jetzt 4  
		float:left;	
		margin-right:1%;*/
	}
	
	#nav2 li:last-child {margin-right:0;}  /* letztes listenelement erhält keinen abstand  */
	
	#nav2 li a {padding:7% 0 7%;}   /* innenabstände & höhe der buttons > navi_2  */
	
	#content {padding:2.5% 2.5% 3% 2.5%;}
}

@media screen and (min-width:620px) {
	
	#pageslide, .open {display:none;}
	.js a.open {display:none;}
	.js #navMain, #navMain {display:block;}
	
	header {
		padding-top:5px;	
		padding-bottom:0;	
	}
	
	#logo {
		float:left;	
	}
	
	.js #navMain, #navMain {
		width:100%;
		float:left;	
		padding:1.5% 1.5% 0%;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		margin-bottom:0;
		border-radius:3px 3px 0 0 ;
		*behavior: url(/scripts/boxsizing.htc);
	}
	
	.js #navMain li, #navMain li {
		float:left;
		width:auto;
		margin-right:0.5%;  /* abstände der buttons zueinander  */
	}
	
  .js #navMain li a, #navMain li a {padding: .5em 0.5em .5em;}   /* innen - abstände der button-ränder zur schrift > beeinflusst breite der navigation   */

	
	#image_nav_container {
		padding-bottom:0;	
	}
	
	#image_nav_container img {margin:3% 0 2%;}
	
	#content {padding:1% 1% 3% 1%;} 	
}

@media screen and (min-width:720px) {
	
	#nav2 li a {padding:6.5% 0 6%;}
	
	#image_nav_container img {margin:2% 0 4%;}

	
	footer section {
		width:48%;
		margin-right:4%;
		float:left;	
	}
	
	footer section:last-child {margin-right:0;}
	
}

@media screen and (min-width:820px) {
	
	.js #navMain, #navMain {padding: 1% 1% 0%;}
	
	.js #navMain a:first-child , #navMain a:first-child  {padding-left:0;}   /* erstes navi-listenelement erhält keinen abstand  */
	
	.js #navMain li a, #navMain li a {padding: .2em 0.6em 0.5em;}   
	/* abstände der button-ränder zur schrift > beeinflusst breite der navigation   */
	
	.js #navMain li a:first-child , #navMain li a:first-child  {padding-left:0;}   /* erstes navi-listenelement erhält keinen abstand  */
	
	
	#image_nav_container img {
		float:left;
		width:65.33333333333333%;
		margin-top:1%;
	}
	
	#nav2 {
		float:right;
		width:30.666666666666664%;
		margin-top:1%;	
		padding-left:4%;
		
	}
	
	#nav2 li {
		width:100%;	
		margin-bottom:3.5%;
	}
	#nav2 li:nth-child(even), #nav2 li:nth-child(odd) {	  margin-right:0%;	margin-left:0%;}

	#nav2 li a {
		padding: 6.2% 0 6%;    /* definiert höhe der seitlichen navigation > abstände der button-ränder zur schrift   */
	}
	
	#motto {
	float:right;
	text-align:center;
	width:33%;
	padding-top: 2%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 6%;
	}

	#content { width:66%;}  /*   ab  hier content breite 66%    */

	
}

@media screen and (min-width:960px) {
	
	#nav2 li a {
		padding: 7% 0 6%;   /* definiert höhe der seitlichen navigation / button > abstände der button-ränder zur schrift, um höhe der 2. navi an bild anzupassen  */
		list-style:none;
	}
	
		.js #navMain li a, #navMain li a {padding: .2em 1em 0.5em;}   
	/* abstände der button-ränder zur schrift > beeinflusst breite der navigation   */
	
	.js #navMain li a:first-child , #navMain li a:first-child  {padding-left:0;}   /* erstes navi-listenelement erhält keinen abstand  */
	
	footer {
	padding:0% 0% 0% 4%;  /* abstand der schrift zur box   */
}
}

@media screen and (min-width:1000px) {
	
	#nav2 li a {
		padding: 6.5% 0 7%;   /* definiert höhe der seitlichen navigation / button > abstände der button-ränder zur schrift, um höhe der 2. navi an bild anzupassen  */
		list-style:none;
	}
}
	
@media screen and (min-width:1080px) {
	
	#nav2 li a {
		padding: 6.5% 0 7%;   /* definiert höhe der seitlichen navigation / button > abstände der button-ränder zur schrift, um höhe der 2. navi an bild anzupassen  */
		list-style:none;
	}
}


@media screen and (min-width:1150px) {
	
	#nav2 li a {
		padding: 7.2% 0 7%;   /* definiert höhe der seitlichen navigation / button > abstände der button-ränder zur schrift, um höhe der 2. navi an bild anzupassen  */
		list-style:none;
	}
}




@media screen and (min-width:1250px) {
	
	footer {
		padding:0% 0% 0% 1%;  /* abstand der schrift zur box   */
}

}



/*  ***** RESERVIERTE KLASSEN  ***** */


			
/* **** content | inhalte formate **** */
		
		a.blogsection:link,
		a.blogsection:visited {
			color: #354B74;
			text-decoration: underline;
		}
		.small {
			color: #999999;
			font-size: 0.80em;
		}
		.createdate {
			height: 15px;
			padding-bottom: 10px;
			color: #999999;
			font-size:0.8em;
		}
		.modifydate {
			height: 15px;
			padding-top: 10px;
			color: #999999;
			font-size:0.8em;
		}
		span.article_seperator {
			height:20px;
			background: #FFFFFF;
			width: 300px;
		}
		div.mosimage_caption {
			margin-top: 10px;
			margin-left: 5px;
			background: #ffffff;
			padding:0px;
			color: #666;
			font-size:0.8em;
			width: auto;
		}
		.back_button {
			float: left;
			text-align: center;
			font-size:0.8em;
			width: auto;
			padding: 0px 10px;
			line-height: 20px;
			margin: 1px;
		}

		.readon{
			text-decoration: none;		
		}
		
		/*  breadcrumbs  */
		.pathway {
			padding-left: 5px;
			}
		
		/*  pdf button  */
		.buttonheading {
			background-color: #FFFFFF;
			font-family: Source Sans Pro, Verdana,Arial, Helvetica, sans-serif;
			font-size:90%;
			color: #354B74;			
		}

		
		
		#content div.contentheading, #content div.contentpane, 
		h1 {
		font-family: "Source Sans Pro", Verdana, Arial, Helvetica, sans-serif;
		font-size: 1.2em;
		margin-bottom:.4em;
		color: #354B74;
		font-weight: 100;
		}	
		
		h2 {
		font-family: "Source Sans Pro", Verdana, Arial, Helvetica, sans-serif;
		font-size: 1.1em;
		margin-bottom:.4em;
		color: #354B74;
		font-weight: 100;
		}	
		
		
		/*  h3 für motti  */
		h3 {
		font-family: "Source Sans Pro", Verdana, Arial, Helvetica, sans-serif;
		font-size: 1.0em;
		margin-bottom:.8em;
		color: #008484;
		font-weight: 200;
		font-style: italic;
		}	
		
		h4, h5, h6 {
		font-family: "Source Sans Pro", Verdana, Arial, Helvetica, sans-serif;
		font-size: 1.0em;
		margin-bottom:.4em;
		color: #354B74;
		font-weight: 100;
		}
		
		
		div.contentpane th {
					font-weight: normal;
		}
		
		div.contentpane input.button {
					margin-bottom: 20px;
		}
	
		.inputbox {
					width: 200px;
					border: 1px dotted #354B74;
					font-size: 0.8em;
					margin-bottom:2px;
					background-color: #F0F7F4;
		}
		
		.button {
					border: 1px dotted #354B74;
					background-color: #FFFFFF;
					font-family: Source Sans Pro, Verdana,Arial, Helvetica, sans-serif;
					font-size: 0.8em;
					color: #354B74;
		}

		
		.contentheading {
					font-size:0.95em;
					letter-spacing: 1px;
					font-family: "Source Sans Pro", Verdana, Arial, Helvetica, sans-serif;
					font-weight: 100;
					color: #354B74;
					padding-top: 5px;
		}
		
		/************ weblinks ********************/
		
		.category-desc base-desc {
					font-size:90%;
					font-family: "Source Sans Pro", Verdana, Arial, Helvetica, sans-serif;
					font-weight: 100;
					color: #354B74;
					padding-top: 20px;
		}
		


/*  **** ende css 	sylvia_nitschke_joomla_§:X  	**** */