@charset "utf-8";
/* CSS Document */

html,body{margin:auto;padding:0;border:0;font:14px/140% arial;color:#65ab65;}
body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,code,ol,ul,li,dl,dt,dd,figure,table,th,td,form,fieldset,legend,input,textarea{margin:0;padding:0}
h1,h2,h3,h4,h5,h6,p,pre,blockquote,table,ol,ul,form{margin-bottom:12px;line-height:140%;}
h1,h2,h3,h4,h5,h6{margin-top:1em; color:#65ab65; padding-top:0;line-height:140%;}
h1,h2{margin-top:20px;margin-bottom:25px;padding-top:0;font-size:24px;}
h2{font-weight:normal; font-size:20px; margin-top:0px;}
h3{font-size:16px; font-weight:normal;}
ul{list-style-type:none}
a{font-weight:normal;text-decoration:none;color:#6e6e6e}
a:hover{font-weight:normal;}

.clear{height:0px;line-height:0px;padding:0px;margin:0px;}
#header{
	padding-top:15px;
}

#logo{
	left:50px;
}

.content{
	position:relative;
	margin-top:50px;
	margin-bottom:70px;
}

.greenbackcontent{
	background-image:url(lib/media.php?id=711);
	background-size: 100% 100%;
}

/*.bannerSlider span{
	line-height:80px;
	padding-top:120px;
	color:#fff;
	text-align:center;
	text-shadow:0 0 5px #000;
	font-size:50px;
	display:block;
}*/
.bannerSlider span{
	line-height:70px;
	padding-top:30px;
	color:#fff;
	font-size:46px;
	display:block;
}
.bannerSlider span em {
    background-color: rgba(0, 0, 0, 0.5);
    font-style: normal;
    padding: 5px;
}

#message {
  background-color: rgba(101, 171, 101, 0.8);
  color: #ffffff;
  display: block;
  height: calc(100% - 40px);
  left: 70%;
  padding: 20px;
  position: absolute;
  top: 0;
  width: calc(30% - 40px);
}
#message div {
  margin-bottom: 10px;
}
.headline {
  font-size: 22px;
  font-weight: 300;
}
#message .button {
    background-color:rgba(255,255,255,0.75);
}

.newsblock{
	position:absolute;
	top:15px;
	margin-bottom:15px;
	margin-top: 15px;
}

.newspic {
	background-image:url("lib/media.php?id=707");
	filter: url("/media/file/735/filter.svg#offsetBlur");
	clip-path: url("/media/file/735/filter.svg#clip");
	clip: rect(10px,10px,900px,377px);
	width:920px;
	height:397px;
	background-position: center center;
    background-size: cover;
	margin:-10px;
}

.newstext{
	position:absolute;
	width:60%;
	top:50px;
	left:15%;
	text-shadow: 0 0 5px #000000;
}

.newstext p, .newstext a{
	color:rgb(255,255,255);
}

.newstext p.date{font-size:11px;}
.newstext p.headline{font-size:20px;padding-bottom:30px;}
.newstext p.teaser{font-size:17px;padding-bottom:30px;}

.controls {
    margin-top: -70px;
    padding-bottom: 20px;
    text-align: right;
}

.controlButton {
    display: inline-block;
    height: 50px;
    width: 50px;
    margin-right: 20px;
	border-radius:25px;
    cursor: pointer;
	
    background-color: #fff;
	text-align: center;
	font-size: 30px;
	line-height: 45px;
	color: #000;    
	opacity: 0.25;
}

.controlButton:hover {
	opacity: 0.75;
}

/*
.btnNext {
	background-image:url("lib/media.php?id=");
}
.btnPrev {
	background-image:url("lib/media.php?id=");
}
*/

.inside{
	position:relative;
	width:960px;
	margin:auto;
}

.borderedinside{
	position:relative;
	width:900px;
	margin:auto;
	border: 15px solid #d0e6d1;
	padding:15px;
	display: table;
}

.borderedinside_news {
	padding-bottom:5px;
}

#search{
	position:absolute;
	right:0px;
	top: 10px;
	width:220px;}
#search a{
	display:block;
	float:left;
	margin-right:10px;
	padding-top:4px;
	}
#searchform{
	float:right;	
}

input.search{
	background-image:url(lib/media.php?id=713);
	background-repeat:no-repeat;
	background-position: center right;
	width:160px;
	padding:5px 15px;
}


/*Banner Style*/
#banner{
	width:100%;
	height: 300px;
	margin-top: 18px;
	position:relative;
}
#banner li{
	height:100%;
	width:100%;
	background-position:center center;
	background-size: cover;	
	position:absolute;
	top:0;
	left:0;
}


div.icon{
	width:100px;
	height:100px;
	margin:auto;
	margin-bottom:20px;
}

div.icon img{
	width:100%;
	height:100%;
}

.full {
	width:100%;
}

.content{}
.third{
	display:block;
	float:left;
	width:29%;
	padding-left:2.5%;
	padding-right:2%;
	margin-bottom:20px;
}
.third.fourth {width:21%;}
.third.first,.third.doppel.first{
	padding-left:0px;
	padding-right:4%;
}
.third.last{
	padding-left:4%;
	padding-right:0px;
	float:right;
}
.third.fourth.last{
	padding-left:2%;
}
.third.doppel{
	display:block;
	float:left;
	width:62%;
	padding-left:2%;
	padding-right:2%;    
	min-height: 120px;
}

.third .borderedinside{
	width:auto;
	border-right:0px;
}
.third .image{
	position:relative;
	text-align:center;}
.third .image img{
	padding: 10px 0px;
	/*width:100%;*/
}
.floatedHeadline {
    padding-top:5px;   
}
h2.floatedHeadline {
    font-size:17px;   
}
a.highlightLink {
    color: #65ab65;
    text-decoration:none;
    border-bottom: 1px solid #65ab65;
}
.iconHeadline{
    float:left !important;
    padding-right:10px;
}
.iconHeadline > i {
    font-size: 2.3em;
}
.news .third{
	margin-bottom:40px;
}

.cal {
    /* background-color: #b2d6b2; */
    position: absolute;
    top: 0px;
    left: 0;
    width: 80px;
    height: 80px;
    color: #fff;
    text-align: center;
    opacity: 0.9;
    box-sizing: border-box;
    padding-top: 20px;
    text-shadow: 0px 0px 12px black;
}

.cal span.day{
		font-size:30px;
		font-weight:bold;
		padding-top:13px;
		padding-bottom:0px;
		display:block;
}

.cal span.month{
		font-size:14px;
		font-weight:normal;
		padding-top:4px;
		display:block;
}
.cal span.year{
	font-size:0.8em;
}
	
.sixth{
	display:block;
	float:left;
	width:10.5%;
	padding-left:1%;
	padding-right:1%;
	overflow:hidden;
}
.sixth.first{
	padding-left:0px;
	padding-right:1%;
}
.sixth.last{
	padding-left:1%;
	padding-right:0px;
}

.sixth img{
	max-width:100%;
}

.third h3, .sixth h3{
	margin-bottom:30px;	
}

.portrait{float:left; width:50px;padding-right:10px;padding-bottom:20px;}
.desc{font-size:12px; line-height:140%;margin-top: 10px;}
.desc h3{margin:0px;padding:0px 0px 5px 0px; font-size:13px; font-weight:bold;}


#footer{
	background-color:#65ab65;
	color:#fff;
	width:100%;
	/*padding-top: 20px;*/	
	padding-bottom: 50px;
	font-size:10px;
}

.qualitySignet {
  background-color: #d0e6d1;
  margin-bottom: 20px;
  padding: 10px;
}
.qualitySignet img {
  margin: 0px 40px;
}
.qualitySignet .inside {
    text-align:center; 
    display:table;
}

.qualitySignet .element {
  display: table-cell;
}

.qualitySignet .element .image {
  display: table-cell;
}

.qualitySignet .element .text {
  color: #09067b;
  display: table-cell;
  font-size: 22px;
  line-height: 30px;
  text-align: left;
  vertical-align: middle;
  letter-spacing: 1px;
}

#footer a {
	color:#fff;
}

/* Style sheet superfish */
/*#mainnavdiv{width:100%;height:80px;top:0;position:fixed;background-color:rgba(230,230,230,0.95);font-size:12px;line-height:15px;box-shadow:0 0 5px #aaaaaa;z-index:5000}*/
#mobile_mainnav{display:none;}
#desktop_mainnav{position:absolute; top:93px; right:0px; font-size:16px;z-index:5000}
.mainnav{float:right;}
.mainnav ul li{width:auto;height:70px;float:left;display:block;margin-top:10px;padding-top:0}
.mainnav ul li a,.mainnav ul li span{height:44px;display:block;padding-top:23px;padding-right:15px;padding-left:15px;color:#a0a0a0}
.mainnav ul li a:hover,.mainnav ul li span.active{font-weight:normal;color:#208535;cursor:pointer}
/*.mainnav ul li a.trail{border-top:4px solid #009fe3}*/
.mainnav ul.level_2 li a.trail{background-color:rgba(255,255,255,0.8);font-weight:normal;color:#208535}
.mainnav ul li ul.level_2{position:absolute;display:none;box-shadow:2px 3px 2px #333}
.mainnav ul li ul li ul.level_3{left:230px;margin-top:-37px;position:absolute;display:none;box-shadow:2px 3px 2px #333}
.mainnav ul li ul li{width:230px;height:auto;float:none;display:block;margin-top:0}
.mainnav ul li ul li a,.mainnav ul li ul li span{height:auto;float:none;display:block;padding:8px 20px 8px 20px;background-color:#65ab65;color:#ffffff}
.mainnav ul li ul li a:hover{background-color:rgba(255,255,255,0.8);font-weight:normal;color:#208535}
.mainnav ul li ul li span.active{background-color:rgba(255,255,255,1);font-weight:normal;color:#208535}
#desktop_mainnav .level_1 ul li.submenu span.submenu,#desktop_mainnav .level_1 ul li.submenu a.submenu{background-image: url(lib/media.php?id=799);background-position: right center;background-repeat: no-repeat}
#mobilenav_btn{display:none;}
/* Style sheet formular */
#formular{width:auto;position:relative}
#formular fieldset.radio_container{margin-left:0;padding-left:0;border:0px hidden}
div.formbody label.clr,div.formbody label.anrede,#formular fieldset.anrede legend{width:30%;float:left;clear:both;display:none}
#formular br{float:left;display:none}
.formbody div#ctrl_12{width:200px;margin:0 0 0 30%;padding-top:10px}
div.formbody label.clr,div.formbody label.anrede{width:30%;float:left;clear:both;display:none}
#formular label{margin:12px 0 0}
#formular label.mandatory.error{margin:30px 0 0}
#formular input.col_0{margin-top:10px}
#formular input.short{width:28%;top:10}
#formular input.middle{width:70%;right:0;position:absolute;margin-top:10px}
#formular input.long{width:100%;margin-top:10px}
#formular textarea{width:100%;margin-top:10px;resize:none}
#formular .formbody div.submit_container{margin-left:0;margin-top:10px}
input[type=text]{margin:0;padding:2;border: 1px #6e6e6e solid}
#ctrl_email_2{width:202px;height:27px;padding-left:10px;text-align:center;background-color:#fff;color:#6e6e6e}
input[type="submit"],.submit{width:28%;height:29px;margin:1 1 1 5;background-image:none;color:#f4f4f4;cursor:pointer; border:1px solid #fff; padding:5px 10px;background-color: #65ab65;}
.submit:hover,.button:hover, .whitebutton:hover{background-color:#65ab65; color:#fff; cursor:pointer;}

.button{border:1px solid #65ab65; color:#208535; padding:5px 20px; margin-right:15px; display:inline-block }
.whitebutton{border:1px solid #fff; color:#fff; padding:5px 20px; margin-right:15px;}

/*....*/

.contactForm {
	display:table;
	border-spacing: 10px;    
	margin: auto;
}
.errorMessage,
.successMessage {
	font-weight:bold;
}
.errorMessage {
	color:#AB6565;
}
.contactForm div{
	display:table-row;
}
.contactForm span{
	display:table-cell;
}
.contactForm input[type=text] {
	width:400px;
}
.contactForm textarea {
	width:400px;
	height:200px;
}
.contactForm #inseciaCaptchaImage{
	margin-bottom:10px;
}

.image div {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    cursor: zoom-in;
}


#bigPictureBox {
	background-color: rgba(0, 0, 0, 0.80);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;    
	z-index: 10;
}

#bigPicture {
	position: absolute;
    top: 50%;
	left: 50%;
	background-repeat:no-repeat;
	background-position:center center;
	overflow:hidden;    
}

.picBoxNav {
	height: 50px;
    margin-top: -25px;
    position: absolute;
    top: 50%;
    width: 50px;
	background-color:#fff;
	opacity:0.25;
	line-height: 50px;    
	font-size: 30px;
	cursor:pointer;    
	font-weight: 600;
}

.picBoxNav:hover {
	opacity:0.8
}

.picBoxLeft {
    border-radius: 0 25px 25px 0;
    left: -35px;    
    padding-right: 15px;
	text-align: right;
}

.picBoxLeft:hover {
	left: -15px;
}

.picBoxRight {
    border-radius: 25px 0 0 25px;
    right: -35px;
    padding-left: 15px;
}

.picBoxRight:hover {
	right: -15px;
}

.picBoxExit {
    position: absolute;
    right: 0;
    top: 0;
    height: 20px;
    width: 20px;
    opacity: 0.25;
    border-radius: 0 0 0 40px;
	background-color: #FFFFFF;
    line-height: 18px;
    font-size: 18px;
    padding: 5px;
    text-align: right;
	cursor:pointer;
}

.picBoxDescription {
	background-color: rgba(255, 255, 255, 0.6);
	position: relative;
    text-align: center;
    top: 50%;
	margin: 0 auto;
	color:#000;
}

.picBoxExit:hover {
	opacity:0.8;
	height: 30px;
    width: 30px;
}

.landing-video {
    position: absolute;
    height: auto;
    width: 100%;

}
.video-overlay{
    position: absolute;
    height: 100%;
    width: 100%;
    /*background-color:rgba(101,171,101,0.45)*/;
}
.video-overlay h1 {
    color:#ffffff;
    font-size: 46px;
    line-height:70px;
    font-weight: normal;
}
h1 > em {
    background-color:rgba(0, 0, 0, 0.5);
    padding:5px;
    font-style:normal;
}
.video {
    display:block;
    overflow: hidden;
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
}

.inside.video {
    position:relative;   
}

.third .highlightText {
    clear:both;
}

.startpage{
    display:none;   
}

