@charset "iso-8859-1";




@import "../AlleCSS/NeuButtons.css";
@import "../AlleCSS/Neuimages.css";
@import "../AlleCSS/Neuh1-h6.css";
@import "../AlleCSS/Neuklappmenu.css";
@import "../AlleCSS/Neuescss.css";




#ADBLOCKERINHALT{
				display:block;
				}


#Sharebox{
     width: 100%;
	background: #000;
    text-align: center;
    color: #FFF;
   	z-index:9999;
	padding:10px;
}


#Sharebuttonoben{
	width: 100%;
	padding: 5px;
	position: absolute;
	left: 0px;
	color: #FFF;
	z-index: 9999;
	text-align: center;
	position: fixed;
	top: -1px;
	display:none;
	opacity: 0;
	background-color: rgba(102,0,102,0.9);
	transition: all 2s ease-in 2s; /* explorer 10 */
	-webkit-transition: all 2s ease-in 2s; /* chrome & safari */
	-moz-transition: all 2s ease-in 2s; /* firefox */
	-o-transition: all 2s ease-in 2s; /* opera */
	transition: all 1s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-webkit-transition: all 1s;	
}
					  



#Unter600px{display:none;}
#Ueber600px{display:none;}

 
@media (min-width: 769px){
							#Ueber600px{display:block;}
						 }

@media (max-width: 769px){
#Ueber600px{display:none;}
#Unter600px{display:block;}
#WerbungLinks{ display:none;}
}



.zoompicright{float:right; padding:15px;}

#ClearBoth{ clear:both}

p,body{
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;	
	font-style: normal;
	text-align: justify;
	font-variant: normal;
	text-indent: 0px;
	line-height: 18px;
	}

body {
background : #a3d848;
width:100%;
height:100%; 
margin:0px;
padding: 0px;
}



strong,b {
	color: #000;
	font-weight: bold;
} 


#Kopf{
	height: 60px;
	padding: 5px;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	color: #F93;
	font-weight: bolder;
	font-size: 36px;
}

	
#Mantelcontainer{
width:99%;
margin:0px;	
}


#Hauptcontainer{
	max-width: 1200px;
	background-color: rgba(255,255,255,0.8);
	margin: 0 auto;
	display: table;
	border: 4px solid #FFF;
	border-radius: 5px 5px;
   
}




#Links{
	margin: 5px;
	padding: 5px;
	border: 1px solid #F63;
	width: 180px;
	float: left;
	background-color: #FFF;
	position: relative;
	top: 0px;		
}



#Mitte{
	padding: 5px;
	margin: 5px;
	width: 600px;
	max-width: 600px;
	float: left;
	position:relative;
	
	background-color:rgba(255,255,255,0.5);
	}




#Rechts{
	padding: 5px;
	margin: 5px;
	width: 300px;
	max-width:300px;
	float: left;
	position:relative;
	border: 1px solid #F63;
	background-color:rgba(255,255,255,0.5);
	}










#sichtbarindruckversion{ display:none; }










/* Fooooooooooooooooooooooter */

#Footer{
	height: 300px;
	background-color: #000;
	color: #888;
	width:100%;
	display:table;
	
	
}

#Footer a{
	color: #888;
	font-size: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}
#Footer a:hover{
	color: #FFF;
	font-size: 10px;
}
	
#Footerspaltemitte {
	float: left;
	width:33%;
	}

#Footerspaltelinks {
	float: left;
	width:33%;
	padding:10px;
}


/* Menu  */ 




#menu, #menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	color: #000;
	z-index:9999;
	}
	
#DieMenuzeile {
	background-color: #FFB584;
	padding: 5px;
	height: 50px;
	margin: 0px;
	z-index:9999;
	
}

	
#menu {
	width: 1200px;
	color: #000;
	margin-left: auto;
	margin-right: auto;
	list-style: none;
	padding: 0px;
	}
	

#closer{
			  display:none;
		      }

	
#menu li.bild {
		float: left;
		position: relative;
		background-color:transparent;
		border: none;
	}
	
	
	#menu li {
	float: left;
	position: relative;
	background-color: #FF6633;
	border: 1px solid #333;
	margin: 2px;
	}
	
	#menu a {
	float: left;
	padding: 12px 30px;
	color: #000;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	}
	
	#menu li:hover > a {
		color: #fafafa;
	}
	
	*html #menu li a:hover { /* IE6 only */
	color: #000;
	}
	
	#menu ul {
		margin: 20px 0 0 0;
		_margin: 0; /*IE6 only*/
		opacity: 0;
		visibility: hidden;
		position: absolute;
		top: 38px;
		left: 0;
		z-index: 9999;    
		transition: all .2s ease-in-out;  
	}

	
	#menu li:hover > ul {
		opacity: 1;
		visibility: visible;
		margin: 0;
	}

	#menu ul ul {
		top: 0;
		left: 150px;
		margin: 0 0 0 20px;
		_margin: 0; /*IE6 only*/
			
	}
	
	#menu ul li {
		float: none;
		display: block;
		border: 0;
		_line-height: 0; /*IE6 only*/
		
	}
	
	#menu ul li:last-child {   
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;    
	}
	
	#menu ul a {    
		padding: 10px;
		width: 200px;
		_height: 10px; /*IE6 only*/
		display: block;
		white-space: nowrap;
		float: none;
		text-transform: none;
	}
	
	#menu ul a:hover {
	background-color: #66CC66;
	background-image: linear-gradient(#04acec, #0186ba);
	color: #000;
	}
	
	#menu ul li:first-child > a {
		border-radius: 3px 3px 0 0;
	}
	
	#menu ul li:first-child > a:after {
		content: '';
		position: absolute;
		left: 40px;
		top: -6px;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-bottom: 6px solid #444;
	}
	
	#menu ul ul li:first-child a:after {
		left: -6px;
		top: 50%;
		margin-top: -6px;
		border-left: 0;	
		border-bottom: 6px solid transparent;
		border-top: 6px solid transparent;
		border-right: 6px solid #3b3b3b;
	}
	
	#menu ul li:first-child a:hover:after {
		border-bottom-color: #04acec; 
	}
	
	#menu ul ul li:first-child a:hover:after {
		border-right-color: #0299d3; 
		border-bottom-color: transparent; 	
	}
	
	#menu ul li:last-child > a {
		-moz-border-radius: 0 0 3px 3px;
		-webkit-border-radius: 0 0 3px 3px;
		border-radius: 0 0 3px 3px;
	}
	
	/* Mobile */
#menu-trigger {
		display: none;
	}

@media screen and (max-width: 768px) {


#DieMenuzeile {
	background-color: #FFF;
	padding: 5px;
	height: 30px;
	margin: 0px;
	z-index:9999;
	
	
}
/* nav-wrap */
#menu-wrap {
	position: relative;
	top: -5px;
	left:-5px;
	width:100%;
	z-index:9999;
	
		}

	#menu-wrap * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
		}

		/* menu icon */
#menu-trigger {
			display: block; /* show menu icon */
			height: 40px;
			line-height: 40px;
			cursor: pointer;		
			padding: 0 0 0 35px;
			margin:0px;
			border: 1px solid #222;
			color: #fafafa;
			font-weight: bold;
			background-color: #113;
		
			border-radius: 3px;
			box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
		}
		
		
		#closer{
				background-color:#000;	
				padding: 0 0 0 35px;
				color#FFF;
				display:none;	
				}
					
		#closer a{color:#fff;}
					
		/* main nav */
		#menu {
			margin: 0px; padding: 0px;
			position: absolute;
			top: -0px;
			width: 90%;
			z-index: 1;
			background-color: #444;
			display: none;
			box-shadow: none;		
		}

		#menu:after {
			content: '';
			position: absolute;
			left: 25px;
			top: -8px;
	
		}	

		#menu ul {
			position: static;
			visibility: visible;
			opacity: 1;
			margin: 0;
			background: none;
			box-shadow: none;				
		}

		#menu ul ul {
			margin: 0 0 0 20px !important;
			box-shadow: none;		
		}

		#menu li {
			position: static;
			display: block;
			float: none;
			border: 0;
			margin: 5px;
			box-shadow: none;	
			
					
		}

		#menu ul li{
			margin-left: 20px;
			box-shadow: none;		
		}

		#menu a{
			display: block;
			float: none;
			padding: 0;
			color: #fff;
			font-size:20px;
			padding:9px;
		}

		#menu a:hover{
			color: #fff;
		}	

		#menu ul a{
			padding: 0;
			width: auto;		
		}

		#menu ul a:hover{
			background: none;	
			color: #fff;
		}

		#menu ul li:first-child a:after,
		#menu ul ul li:first-child a:after {
			border: 0;
		}		

	}

@media screen and (min-width: 769px) {
		#menu {
			display: block !important;
		}
	}	


	/* iPad */
	.no-transition {
		transition: none;
		opacity: 1;
		visibility: visible;
		display: none;  		
	}

	#menu li:hover > .no-transition {
		display: block;
	}
	
	


#MenuKasten {
	float: right;
	width: 200px;
	border: 1px solid #CCC;
	background-color: #eee;
	padding: 10px;
}


/* Menu Ende */ 



































@media (max-width: 769px){


body { background-image:none;
	   background-color:#FFF;
	   margin:0px;
	   padding:0px;
}

	
#Mitte{
	width: 94%;
	max-width:94%;
	background-color: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding:4px;
}

#Kopf , #Kopf a{
	font-size: 20px;
	color: #F63;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}	


#Mantelcontainer{
width:95%;
border:none;
margin:auto;
	}	
	
#Hauptcontainer{
width:100%;
margin:0px;
padding:5px;
border:none;
 }
 

#Links{display:none;}
 


 
 

#Rechts{width:95%;
	 float:none;}
	 
	 
#Footer{
	width: 100%;
	
}


.Footermenulink{
	color: #888;
	font-size: 9px;	
}

#Footerspaltemitte {
	width: 100%;
	float: none;	
	min-height:200px;
	text-align:center
}

#Footerspaltelinks {
	text-align:center
	width: 100%;
	float: none;
	min-height:200px;
}


#ToTop, #klappmenu {
display:none;
}

img{max-width:97%; }


}
