/* testausgabe der queries*/


div#testResize {
     /*display: block;*/
     display: none;
     clear: both;
     position: fixed;
    top: 250px;
     left:	0;
     height: auto;
     z-index: 1000;
     width: 80px;
     background-color: #E50000;
     color: #FFFFFF;
}


	h3.menu-toggle {
		display: none;
		font-weight: bold;
		}	
	#site-navigation #topNavi a {
		display: none;
		}
	#site-navigation #topNavi #nav_top,
	#site-navigation #topNavi #nav_top a, 
	#site-navigation #topNavi a.external {
		display: inline;
		}
	
		
	div.container {
	  	width: 1070px; /* basiseinstellung - auch für IE wenn keine media-queries ausgelesen werden */
	  	margin: 0 auto;
	  	}


/*basis-layout-styles abweichend von fixed */
/* innere container - columns in prozent*/

.row [class*="span"] {
  float: left;
  min-height: 1px;
  margin: 0 1.0638%;
	}
	.row .span1 {
	float: left;
	min-height: 1px;
	width: 6.2057%;
	margin: 0 1.0638%;
	}
	.row .span2 {
	float: left;
	min-height: 1px;
	width: 14.5385%;
	margin: 0 1.0638%;
	}
.row .span3 {
	float: left;
	min-height: 1px;
	/*width: 47.8024%; - zweispaltig*/
	width: 22.8075%;
	margin: 0 1.0638%;
	}		
.row .span4 {
	float: left;
	min-height: 1px;
	width: 31.2057%;
	margin: 0 1.0638%;
	}
.row .span5 {
	float: left;
	min-height: 1px;
	width: 39.5377%;
	margin: 0 1.0638%;
	}
.row .span6 {
	float: left;
	min-height: 1px;
	width: 47.8024%;
	margin: 0 1.0638%;
	}
	.row .span7 {
	float: left;
	min-height: 1px;
	width: 56.2024%;
	margin: 0 1.0638%;
	}
	.row .span8 {
	float: left;
	min-height: 1px;
	width: 64.5324%;
	margin: 0 1.0638%;
	}
.row .span9 {
	float: left;
	min-height: 1px;
	width: 72.8074%;
	margin: 0 1.0638%;
	}
.row .span10 {
	float: left;
	min-height: 1px;
	width: 81,2052%;
	margin: 0 1.0638%;
	}
.row .span12 {
	float: left;
	min-height: 1px;
	width: 97.8078%;
	margin: 0 1.0638%;
	}

/* Variante-Boxen*/
/*span3 4spaltig*/
.row .column_25 {
min-height: 345px;
height: 30.4em;
}
/*span3 2spaltig fuer IE eventuell
.row .column_25 {
	width: 47.8724%;		
	min-height: 230px;
	height: 20em;
	}
	*/
/* mood */
div#content #content_center #content_main .mood
{
	width: 97.8078%;
	}


@media print {
  .visible-print { display: inherit ! important; }
  .hidden-print { display: none ! important; }
}



 /*Einzelne Layouts */ 
 

@media (min-width: 1200px) {
	
	div.container {
		width: 99%;
		max-width: 98.532em;
		}
	.row .span3 {
		float: left;
		min-height: 1px;
		/*width: 47.8724%;- zweispaltig*/
		width: 22.8075%; 
		margin: 0 1.0638%;
		}
	.row .column_25, #content_center .row .span3 /*span3 4spaltig*/{
		width: 22.8075%;
		min-height: 280px;
		height: 28em;
		}
	div#topNavi a {
		padding: 0 16px;
		}
	
} 

@media (max-width: 1200px) {
	div.container {
  	width: 980px;  
  	}
	.row .column_25 /*span6 zweispaltig*/ {
		width: 47.8724%;
		min-height: 180px;
		height: 18em;
		}
	#content_center .box {
    font-size: 100%;
	} 
	div#topNavi { 
  	margin-top: 5.4em;
  	} 	 
}


@media ( max-width: 980px) {
	
  body div.container {
  	width: 768px; 
  	}
  	#top #meta_offset {
    width: 6.0232%;
		}
  	#top #meta_left {
    font-size: 90%;
    width: 56.4024%;
		}
	#content_center .box {
  font-size: 100%;
  }
  body div.container:after { 
  	content: ""; 
  	clear: both; 
  	display: block; 
  	overflow: hidden; 
  	}
 div#content .linearize,
 div#header .linearize  { 
  	width: 100%;
  	clear: both;
  	display: block;
  	float: none;
  	}

  div#content #content_right #content_margin { 
  	padding: 10px; 
  	}
  div#content #content_center .column_25 { 
  
  	}
 
  div#topNavi { 
  	height: auto; 
  	margin-top: 1px;
  	display: block;
  	width: 100%; 
  	text-align: center; 
  	} 	/**/
  	
	div#topNavi  a, 
	div#topNavi a.external {
		  background-color: #DF002D;/* Old browsers */
				background: -moz-linear-gradient(top,  #ff9393 1%, #df002d 100%); /* FF3.6+ */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ff9393), color-stop(100%,#df002d)); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top,  #ff9393 1%,#df002d 100%); /* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient(top,  #ff9393 1%,#df002d 100%); /* Opera 11.10+ */
				background: -ms-linear-gradient(top,  #ff9393 1%,#df002d 100%); /* IE10+ */
				background: linear-gradient(to bottom,  #ff9393 1%,#df002d 100%); /* W3C */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9393', endColorstr='#df002d',GradientType=0 ); /* IE6-9 */
			border: 1px outset #FFFFFF;
	    color: #FFFFFF;
	    display: inline-block;
	    float: left;
	    font-size: 80%;
	    font-weight: bold;
	    height: 45px;
	    margin: 0;
	    text-decoration: none;
	    width: 12.3989%;
			white-space: normal;
	}
	
div#static_logo img {
    height: auto;
    width: 33%;
} 
 		
/**/
}

@media (max-width: 767px) {
  body div.container { 
  	width: /*480px*/99.9879%; 
 	 }
 	 body div.container .row .linearize { 
  	margin: 0;
  }
  .row .column_25 /*span12 einspaltig*/{
		width: 47.8724%;
		min-height: 250px;
		height: 25em;
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
		}
  
 
	body div.container {  
  	width: /*320px*/;
  	font-size: 100%;
  	line-height: 160%;
  	}
 #top #meta_offset {
   display: none;
		}
/* meta-navigation im footer */ 	
 #top #meta_left {
    position: fixed;
    bottom: 0;
    background: #000;
    float: none;
    z-index: 3000;
    width: 100%;
    height: 50px;
    font-size: 60%;
		}
	#top #meta_left #nav_meta {
   	display: block;
    float: none;
    height: 50px;
    padding: 0 10px;
    text-align: center;
		}
	#top #meta_left #nav_meta a,
	#top #meta_left #nav_meta span.active  {
   	float:left;
  	padding: 10px 5px;
  	width: 24%;
  	height:50px;
  	border: 0px solid #fff;
		}
	/* suchfeld */	
	#top #meta_right {
    width: 64.5324%;;
		}
		
		/* flaggen */	
	#top #meta_center {
    width: 14.5385%;
		}

  
	#site-navigation #topNavi { 
		margin-top: 0px;
    position: fixed;
    top: 50px;
    z-index: 4000;
  	} 
	#site-navigation #topNavi #nav_top a, #site-navigation #topNavi a.external {
		display: none;
		}
	#site-navigation #topNavi.toggled-on #nav_top a,
	#site-navigation #topNavi.toggled-on  a.external
	{
		display: block;
		}
	div#topNavi p#nav_top a, 
	div#topNavi p#nav_top span, 
	div#topNavi a.external {
  	width: 50%;
   }

	h3.menu-toggle {
	    background-color: #DF002D;/* Old browsers */
				background: -moz-linear-gradient(top,  #ff9393 1%, #df002d 100%); /* FF3.6+ */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ff9393), color-stop(100%,#df002d)); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top,  #ff9393 1%,#df002d 100%); /* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient(top,  #ff9393 1%,#df002d 100%); /* Opera 11.10+ */
				background: -ms-linear-gradient(top,  #ff9393 1%,#df002d 100%); /* IE10+ */
				background: linear-gradient(to bottom,  #ff9393 1%,#df002d 100%); /* W3C */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9393', endColorstr='#df002d',GradientType=0 ); /* IE6-9 */
			border: 0px solid #D2D2D2;
	    border-radius: 0px 0px 0px 0px;
	    box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
	    color: #ffffff;
	    font-size: 0.785714rem;
	    font-weight: bold;
	    line-height: 1.42857;
	    padding: 0;
	    padding-top: 12px;
	    text-align: center;
		}

h3.menu-toggle, h3.menu-toggle:hover {
	cursor: pointer;
	display: block;
	position: fixed;
	right: 0;
	top: 0;
	width: 14.5385%;
	height: 50px;
	z-index: 3000;
}

div#static_logo img {
    height: auto;
    width: 33%;
} 
div#top {
    position: fixed;
    top: 0;
    z-index: 3000;
}
div#main {
	margin-bottom: 80px;
	margin-top: 50px;
	}
div#footer {
	display: none;
	}
		#content_center .box {
  	font-size: 90%;
  	}
  }
@media (max-width: 480px){
	
	div#static_logo img {
    height: auto;
    width: 66%;
}  
 .row .column_25 /*span12 einspaltig*/{
	width: 97.8778%;
	min-height: 200px;
	height: auto;
	} 
	
}

@media (max-width: 350px){ 
	
	div#topNavi p#nav_top a, 
	div#topNavi p#nav_top span, 
	div#topNavi a.external {
	    width: 100%;
	   } 
  
	div#meta, div#footer {
		font-size: 60%;
	}    
 }
