html, body{
	margin:0px;
	padding:0px;
	max-width:100%;
	overflow-x:hidden;
}
body{
	background-color: #fff;
	color:#333;
	background-image:none;
	font-family: 'Open Sans', sans-serif;
	padding-bottom:0px;
	padding-top:0px;
}

h1,h2,h3,h4,h5,h6,
a{
	color: #2F8E7E;
}

h1{
	font-size:25px;
	line-height:30px;
}
h2{
	font-size:20px;
	line-height:25px;
}
h3{
	font-size:17px;
	line-height:20px;
}
ul{
	list-style-type:disc;
	margin-left:30px;
}

.bordered h1:after, .bordered h2:after, .bordered h3:after, .bordered h4:after, .bordered h5:after, .bordered h6:after,
h1.bordered:after, h2.bordered:after, h3.bordered:after, h4.bordered:after, h5.bordered:after, h6.bordered:after{
	background-color:transparent;
}
h1.bordered, h2.bordered, h3.bordered, h4.bordered, h5.bordered, h6.bordered, .bordered h1, .bordered h2, .bordered h3, .bordered h4, .bordered h5, .bordered h6{
	border-bottom: 1px solid #2F8E7E;
}

.fullwidth img{
	width:100%;
	height:auto;
}

body.home {
	background-color:#EDEAEA;
}
.home #outerwrapper{
	background-image: url(../images/background.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:100% 40%;
}

#topSection{
	background-color:#fff;
	background-image: url(../images/background.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:100% 0%;
	min-height:280px;
}
.home #topSection{
	background-image:none;
	background-color:transparent;
}

header, #Informationsection{
	background-color:transparent;
}

/* ------------------ Header ---------------------*/
#header{
	top:20px;
	max-width:100%;
}
#header .inside{
	position:relative;
}
#logo{
	margin:0px;
	width:100%;
	max-width:100%;
}
#logo a{
	top:0px;
}
.home #logo img{
	margin-left:0px;
}
#logo img{
	height:120px;
	margin-left:20px;
}
#header .header_article{
	font-weight:bold;
	margin-top:8px;
	color:#fff;
	float:left;
	margin-left:150px;
	width:100%;
}
#header .header_article  h1{
	color:#fff;
	font-size: 32px;
	line-height:20px;
	text-shadow: 0px 0px 4px #333;
}
#Informationsection{
	clear:both;
}
/* ------------------------ Mainmenu ------------------*/
#Menusection{
	background:transparent;	
	margin-bottom:20px;
	position:relative;
	width:100%;
	top:20px;
}
#Menusection .inside{
	background-color:transparent;
}
#Menusection li{
	margin-left: 0px;
	background-color:#2F8E7E;
	margin-right:3px;
}

.mainmenu ul{
	background-color:transparent;
}

.mainmenu ul.level_1 li a, .mainmenu ul.level_1 li span.active, .mainmenu ul.level_1 li span.forward{
	font-size: 18px;
}

.mainmenu ul.level_1 li a, .mainmenu ul.level_1 li a:hover, .mainmenu ul.level_1 li span.active, .mainmenu ul.level_1 li span.forward{
	color: #fff;
}

.mainmenu ul.level_1 li a:hover, .mainmenu ul.level_1 li span.active,
.mainmenu ul.level_1 li.submenu:hover > a,
.mainmenu ul.level_1 li span.forward:hover{
	background-color: rgba(255,255,255,0.4);
	color:#fff;
}

.mainmenu ul.level_1 li a.trail,
.mainmenu ul.level_1 li span.forward{
	background-color: #ADC848;
	color:#fff
}

/*DropDown-Dubmenü*/
.mainmenu ul.level_1 li > ul{
	background-color: #ADC848
}
.mainmenu ul.level_2 li a:hover, .mainmenu ul.level_2 li span.active, 
.mainmenu ul.level_2 li a.trail, .mainmenu ul.level_2 li.submenu:hover > a, 
.mainmenu ul.level_2 li span.forward{
	background-color: rgba(255,255,255,0.4);
	/* color: white; */
}

/*Home and Search buttons*/
#Menusection .mod_search .formbody:before,
.mainmenu ul.level_1>li.first>a:hover:after, .mainmenu ul.level_1>li.first>a.trail:after, 
.mainmenu ul.level_1>li:hover.first>a:after, .mainmenu ul.level_1>li.first>span.active:after, 
.mainmenu ul.level_1>li.first>span.forward:after,
.mainmenu ul.level_1>li.first>a:after, .mainmenu ul.level_1>li.first>span:after{
	color:#fff;
	background-color:#2F8E7E;
}

/*------------ main layout ----------------*/
#container{
	padding:0px;
	margin-bottom:20px;
	margin-top:20px;
}


/*------------ Slider (Broschüre) ----------------*/

.slider-image img{
	width: 100%;
	height: 100%;
}



/*------------ GALLERIA Fullscreen Addon  ----------------*/
.galleria-theme-fullscreen {
    background: #fff;
}


.galleria-theme-classic .galleria-info-link{
	background-color: #ddd;
}

/*.galleria-images{
	width: 100%;
	height: 100%;
}*/

/* ------------------ Service Links --------------- */

#service_boxes{
	margin:0 auto;
	margin-top:10px;
	text-align:center;
}
.quickstart{
	width:140px;
	padding:10px;
	height:120px;
	position:relative;
	display:inline-block;
}
.quickstart .quickstart_content{
	background: rgba(190,180,80,0.85);
	padding:10px;
	width:130px;
	height:110px;
	text-align:center;
	color:#fff;
	border-radius:2px;
	box-shadow: 0px 0px 10px #333;
}
.quickstart .quickstart_content:hover{
	background:rgb(190,180,80);
}
.quickstart .iconcontainer{	
	font-size:50px;
	position:absolute;
	top: 20px;
	left:0;
	right:0;
}
.quickstart .iconcontainer i{
	position:relative;
}
.quickstart .iconcontainer .fa-calendar{
	top:4px;
}
.quickstart .iconcontainer .fa-recycle{
	font-size:55px;
	top:9px;
}
.quickstart .iconcontainer .fa-exclamation-triangle{
	font-size:52px;
	top:6px;
}
.quickstart .iconcontainer .fa-book{
	font-size:54px;
	top:7px;
}
.quickstart .iconcontainer .fa-mobile{
	font-size:78px;
	top:-3px;
}
.quickstart .linktext{
	font-size:16px;
	position:absolute;
	bottom:20px;
	left:0;
	right:0;
}

/*------------- floatboxes ---------------*/
.box50{
	width:50%;
	float:left;
}
@media(max-width: 1400px){
	.box50{
		width:100%;
	}
}

/*------------------- Footer --------------------*/
#footer{
	background-color: #EDEAEA;
}
.footer_menu{
	text-align:right;
}
#footer .inside{
	padding:15px;
}

@media (min-width: 1220px){
	#wrapper, #footer .inside{
		width:90% !important;
		max-width:1800px !important;
		margin:0 auto;
	}
	#service_boxes{
		margin-top: 70px;
	}
}
@media (max-width:1219px){	
	#wrapper{
		width:100%;
		margin:0;
	}
	#container{
		padding:0 10px;
	}
	.mainmenu a.mobile_handle{
		background: #274D38;
		font-size:18px;
		color:#fff;
	}
	
	.mainmenu ul li a.sub_nav,
	.mainmenu ul.level_1 li a:hover, .mainmenu ul.level_1 li span.active, .mainmenu ul.level_1 li.submenu:hover > a,
	.mainmenu ul.level_1 li span.forward{
		background: rgba(255,255,255,0.7) !important;
		color:#fff !important;
	}
	.mainmenu ul.level_1 li a, .mainmenu ul.level_1 li a:hover, .mainmenu ul.level_1 li span.active, .mainmenu ul.level_1 li span.forward{
		color:#fff;
	}
	.mainmenu ul.level_2 li a, .mainmenu ul.level_2 li span.active, .mainmenu ul.level_2 li span.forward,
	.mainmenu ul.level_1 li > ul	{
		background:rgba(255,255,255,0.15) !important;
	}
	.sub_nav i{
		padding-top:15px;
	}
}
@media (max-width: 767px){
	#header .responsive_hidden{
		display:block !important;
	}
	#logo img{
		height:80px;
	}
	#topSection{
		min-height:200px;
	}
	#header .inside{
		min-height:100px;
	}
	#header .header_article{
		margin-top:8px;
		margin-left:110px;
		text-shadow: 2px 2px #c0c0c0;
	}
	#header .header_article  h1{
		font-size: 18px;
		line-height:13px;
	}
}

@media (max-width: 505px){
	.quickstart{
		width:100%;
		padding: 10px 0;
	}
	.quickstart .quickstart_content{
		width:95%;
	}
	#logo img{
		height:60px;
	}
	#topSection{
		min-height:150px;
	}
	#header .inside{
		min-height:80px;
	}
	#header .header_article{
		margin-top:8px;
		margin-left:90px;
		text-shadow: 2px 2px #c0c0c0;
	}
	#header .header_article  h1{
		font-size: 15px;
		line-height:11px;
	}
}