@font-face {
	font-family: 'Open Sans';
	src: url("/files/fonts/opensans/OpenSans-Regular.ttf")
}

* { padding:0; margin:0; }

html{
	min-height: 100%;
	background-color: #1b5e20;
}

body{
	background-color:#a5d6a7;
	font-family: 'Open Sans', sans-serif;
}
.inner{
	width:900px;
	margin: 0 auto;
	overflow:hidden;
}
/*#####MENUE#####*/
#header{
	background-color:white;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);


	height:80px;
}
#logo{
	float: left;
	margin: 10px;
	width: 105px;
	height: auto;
}
#menue{
	float:right;
	height:80px;
}
#menue ul{
	list-style-type:none;

	height:100%
}
#menue ul li{
	float:left;
	height:100%;
}
#menue ul .active, #menue ul li a{
	text-decoration:none;
	line-height:75px;
	padding:0 10px;
	color:black;
}
#menue ul li a{
	display:block;
	height:100%;
}
#menue ul li a:active{
	color:black;
}
#menue ul li a:hover{
	background-color:#1b5e20;
	color:white;
}
#mobile_toggle{
	display:none;
}

/*#####Wrapper/Container#####*/
#container{
	margin: 20px 0 0 0;

	background-color:white;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}


/*#####Left/Main/Right#####*/
#slider{
	width:900px;
	height:176px;
	margin: 20px auto;

	background-color:black;
}

#main{
	margin:15px 0;
}

.col1_3{
	background-color:#1b5e20;
	color:white;

	width:240px; height:200px;
	margin: 0 20px 20px 0;
	padding: 20px;
	float:left;
}

/*#####Footer#####*/
#footer{
	background-color:#1b5e20;
	color:white;

	clear:both;
	padding:20px;
}
#footer a, #footer a:visited{
	color: white;
}

#footer a:hover{
	color: #D3FF99;
}

p{
	margin: 20px 0;
}
/*Visitors Mod verstecken*/
.mod_visitors {
	display:none;
}
/*Google Maps*/
.ce_dlh_googlemaps{
	width:100%;
	height:400px;
}
.dlh_googlemap{
	height:100%;
}
/*Formulare*/
.captcha_text{
	float: none;
	display: block;
}
.tableform  input{
	width:100%;
}
.col1_2{
	float:left;
	width:50%;
}
.checkbox_container{
	border: none;
}
.tableform .checkbox {
	width: auto;
}

/* responsive for mobile phones */
@media only screen and (max-width: 720px){
	.inner{
		width: auto;
		margin: 0px;
		padding: 0 20px;
	}
	header{
		position: relative;
		z-index: 9000;
	}
	header .inner{
		padding: 0;
	}
	#menue{
		height:auto;
		background-color:white;
		float:none;
	}
	#menue ul li{
		float:none;
		border-bottom: 1px solid #ddd;
	}
	#menue ul {
		display:none;
		clear: both;
	}
	#nav{
		border-bottom: 3px solid rgba(0,0,0,0.3);
	}
	#mobile_toggle{
		background-image: url('../images/ic_menu.png');
		background-size: 100% auto;

		margin: 15px 15px 0 0;
		display:block;
		float:right;
		width: 50px;
		height: 50px;
	}

	.col1_2{
		float:none;
		width:100%;
	}
}

/*Cookie Hinweis*/
#mycookietip {
	background: #a5d6a7;
}

#mycookietip p,
#mycookietip form{
	text-align: center;
}

#mycookietip a{
	color: #000;
}

#mycookietip input{
	padding: 5px 10px;

	cursor: pointer;
	background-color: #1b5e20;
	color: #fff;
	border: none;
	color: white;
}

#mycookietip input:hover{
	background-color: #317d37;
}