/* CSS Document */

*,html {
	margin:0px;
	padding:0px;
}

.clear {
	clear:both;
}

body {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:14px;
}

.page {
	width: 1000px;
	margin:0 auto;
}

/* Fixe Inhalte */

.top_wrap {
	height:116px;
	background:url(../img/design01/top_wrap_bg.jpg) bottom repeat-x;
	z-index:10;	
	width:100%;	
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

	.top_wrap.fixed,
	.nobanner .top_wrap {
		position:fixed;
		top:0;
	}

	.logo {
		width:244px;
		float:left;
		margin-bottom:-36px;
		position:relative;
		z-index:12;
		line-height:0;	
	}
	
		.logo a {
			line-height:0;	
		}
	
	.top_right {
		float:left;
		width:756px;
	}
	
		.language {
			text-align:right;
			height:30px;
		}
		
		.menu_wrap {
			position:relative;
			z-index:11;
			float:right;
			height:86px;
		}
		
			.menu_wrap a#pull {
				display: none;
			}
		
.banner_wrap {
	position:relative;
	z-index:1;
	overflow:hidden;
}

	.banner_wrap.fixed {
		margin-top:116px;
	}

	.banner_blende {
		position:absolute;
		background:url(../img/design01/bannerblende2_bg.png) center right no-repeat;
		right:0;
		top:0;	
		height:100%;	
		width:571px;
		z-index:100;
		display:none;
	}

.balken_wrap {
	height:50px;
	line-height:50px;
	background:#83b646;
	color:#fff;
}

.balken_wrap.balken_small {
	height:7px;
	line-height:7px;
}

	.tel {
		background:url(../img/icons/mailtel_a_bg.png) left bottom no-repeat;
		padding-left:20px;	
		margin-right:10px;
		margin-left:10px;
		font-weight:bold;
	}
	
	.mail {
		background:url(../img/icons/mailtel_a_bg.png) left top no-repeat;
		padding-left:20px;
		margin-right:20px;
		font-weight:bold;
	}
	
	.suche {
		float:right;	
		background:url(../img/icons/suche_a_bg.png) left center no-repeat;
		padding-left:20px;	
	}

.main_wrap {
	padding:59px 0 0 0;
	text-align:justify;
}

.footer1_head {
	text-align:center;
	font-weight:700;
	color:#2b2b2b;
	margin-bottom:16px;
	font-size:50px;
	text-transform:uppercase;
	margin-top:30px;
}

.footer1 {
	background:#5e5e5e;
	padding:38px 0;
}

.footer2 {
	border-top:5px solid #fff;
	background:#e3e3e3;
	padding:38px 0;
	
}

.footer2 .page {
	position:relative;
	color:#5e5e5e;
}

	.totop {
		position:absolute;
		right:0;
		top:-70px;	
	}

/* Flexible Inhalte */

.nobanner .banner_wrap,
.nobanner .balken_wrap {
	display:none;	
}

.nobanner .main_wrap {
	margin-top:116px;	
}

.startbox {
	color:#fff;
}

	#c1058,
	#c1060,
	#c1115,
	#c1242,
	#c1248,
    #c3839,
    #c3842,
    #c4113{
		background:#83B646;	
		display:block;
		height:232px;
		padding-top:10px;
		width:100%;
		overflow:hidden;
        text-align:left;
	}
	
    #c4113 .bodytext,
	#c1115 .bodytext,
	#c1248 .bodytext,
    #c3839 .bodytext{
		padding:0 10px;
	}


    .startbox .two-col-container .two-col-container .two-col-item {
        width:calc(50% - 7px);
    }

    .startbox .two-col-container .two-col-container .two-col-left {
        margin-right:10px;
    }

    .startbox .two-col-container .two-col-container img {
    }
	
#orr {  
    display:none;
    position:fixed;
    width:100%;
    height:100%;
    left:0;
    top:0;
    background:rgba(0,0,0,0.75);
    z-index:1999;
	color:#fff;
	text-align:center;
	font-size:24px;
}	

	#orr img {
		padding-top:40%;
	}

/* *****************************************************************************************
   RESPONSIVE SECTION
*******************************************************************************************/

/*iPad in landscape*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 

}

/* mobile */

@media screen and (max-width: 767px) {
.page {
	width:100%;	
}
.menu_wrap {
	background:#83B646;
	line-height:35px;
	top:0;
	width:100%;
	z-index:10001;
	position:fixed;
	float:none;
	height:35px;
}

	.fixmenu {
		position:relative;	
	}

.menu_wrap a#pull {
		display: block;
		width: 70px;
		position: relative;
		height:auto;
		margin:0 auto;
		color:#fff;
		text-decoration:none;
		font-size:25px;
		font-weight:400;
		padding-right:35px;
	}
		.menu_wrap a#pull:after {
			content:"";
			background: url(../img/design01/nav-icon.png) no-repeat;
			width: 30px;
			height: 30px;
			display: inline-block;
			position: absolute;
			right: 0px;
			top: 8px;
		}	

.top_wrap {
	background:none;
	height:auto;
}

	.logo {
		width:100%;
		float:none;
		text-align:center;
	}
	
		.logo img {
			width:200px;
			height:auto;
		}

	.top_right {
		display:none;	
	}
		
.balken_wrap {
	height:auto;	
}

.balken_wrap .page {
	text-align:center;	
}

	.icons a.one{
		margin-left:5px;
	}

	.tel,
	.mail {
		font-weight:normal;
		margin-left:5px;
		margin-right:5px;
	}
	
	.mail {
		margin-right:0;
	}	
	
	.suche {
		float:none;
		background:#83B646;
		display:block;
		text-align:center;
		border-top:1px dotted #fff;
	}

.main_wrap {
	padding-top:30px;
}

#main {
	padding:0 10px;	
}

.nav .language {
	text-align:center;	
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	padding:5px;
	height:auto;
}

.startbox {
	width:242px;
	margin:0 auto;
}
    
     .startbox .two-col-container .two-col-container .two-col-item {
        width:100%;
    }

    .startbox .two-col-container .two-col-container .two-col-left {
        margin-right:0px;
    }
    
}