body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.media{display:flow-root}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.aspect,.responsive{position:relative;height:0}.aspect iframe,.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.aspect--16\:9,.responsive.ratio-169{padding-bottom:56.25%}.aspect--16\:10,.responsive.ratio-1610{padding-bottom:62.5%}.aspect--21\:9,.responsive.ratio-219{padding-bottom:42.8571%}.aspect--4\:3,.responsive.ratio-43{padding-bottom:75%}.aspect--3\:2,.responsive.ratio-32{padding-bottom:66.6666%}
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url(../../assets/colorbox/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0 0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url(../../assets/colorbox/images/controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
/* ALLGEMEIN */

html,
body,
input,
textarea {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 18px;
    color: #2a2a29;
    font-weight: 300;
}

h1 {
    font-size: 65px;
    color: #018f3b;
    font-weight: 300;
}

h2 {
    font-size: 40px;
    color: #018f3b;
    font-weight: 300;
}

h4 {
    color: #018f3b;
    font-weight: 400;
    font-size: 18px;
    margin: 35px 0 0;
}

a,
a:visited {
    text-decoration: none;
    color: #018f3b;
}

input[type="button"],
input[type="submit"],
.button,
a.button,
.ce_hyperlink a,
.submit {
    background-color: #01903c;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    padding: 10px 19px 11px;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    box-sizing: border-box;
    min-width: 110px;
    border: none;
    /*iOS fix*/
    box-shadow: none;
    border-radius: 0px;
    -webkit-appearance: none;
}

.white,
.button.white,
#footer a.white {
    background-color: #fff;
    color: #01903c;
}

.ce_hyperlink {
    text-align: center;
}

.one_quarter {
    width: 25%;
    display: inline-block;
}

.two_fifth {
    width: 40%;
    display: inline-block;
}

.one_sixth {
    width: 16%;
    display: inline-block;
}

#header {
    min-height: 210px;
    background-color: #fff;
}

#main .inside {
    max-width: 1200px;
    margin: 0 auto;
    min-height: 33vh;
    box-sizing: border-box;
    padding: 30px 15px 100px;
}

#main .inside>.mod_article.first .ce_text.first p {
    font-size: 22px;
    padding: 0 150px 10px;
}

.centered {
    text-align: center;
}

#footer {
    color: #fff;
}

#main-footer {
    background: #04963d url("../../files/templates/gfx/footer-bg.png") no-repeat bottom center / 100% 262px;
    min-height: 262px;
    font-size: 13px;
    font-weight: 400;
}

#main-footer .content-wrap>div {
    vertical-align: top;
    padding-top: 30px;
}

#subfooter {
    background-color: #008c35;
    height: 82px;
    position: relative;
    font-size: 14px;
    font-weight: 400;
}

#subfooter .content-wrap {
    padding-top: 16px;
}

#footer .content-wrap {
    max-width: 1200px;
    margin: 0 auto;
}


/* HEADER ELEMENTE */

#logo {
    /*bg*/
    width: 100%;
    min-height: 253px;
    background: url("../../files/templates/gfx/header-bg.png") no-repeat top center / 100% 253px;
    font-size: 35px;
    margin: 0;
    padding: 0 0 0 30px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    box-sizing: border-box;
    letter-spacing: -0.5px;
    pointer-events: none;
    height: 100%;
}

#logo p {
    margin-top: 26px;
}

#logo a {
    color: #fff;
    pointer-events: all;
}

#logo strong {
    font-weight: 700;
}

#nav-start {
    position: fixed;
    right: 0;
    top: 0;
    background: #10993a url("../../files/templates/gfx/hamburger.png") no-repeat center center;
    height: 50px;
    width: 50px;
    padding: 0;
    margin: 0;
    display: block;
    z-index: 2;
}


/* FOOTER ELEMENTE */

#footer h2 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

#footer a {
    color: #fff;
}

#footer .two_fifth h2 {
    text-transform: none;
    font-size: 24px;
    font-weight: 300;
    margin: 0;
}

#footer .two_fifth h2 strong {
    font-weight: 700;
}

#toplink {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 82px;
    width: 82px;
    background: #087d2f url("../../files/templates/gfx/topnav.png") no-repeat center center;
    padding: 0;
    margin: 0;
    display: block;
    z-index: 1;
}

#toplink a {
    display: block;
    height: 100%;
    width: 100%;
}

#legals,
#footernav {
    display: inline-block;
}

#legals ul {
    padding: 0;
}

#footernav {
    float: right;
}

#legals {
    text-transform: uppercase;
}

#legals a {
    text-transform: none;
    color: #fff;
}

#subfooter li {
    display: inline-block;
}

#subfooter ul li:after {
    content: '.';
    padding: 0 10px;
    display: inline-block;
    vertical-align: top;
    margin-top: -5px;
}

#subfooter ul li:last-child:after {
    content: '';
    display: none;
}

.ce_downloads ul {
    padding: 0;
    margin: 0;
}

.ce_downloads a:before,
.ce_download a:before {
    content: '';
    width: 20px;
    height: 18px;
    padding-right: 10px;
    display: inline-block;
    background: url("../../files/templates/gfx/download.png") no-repeat center center;
    vertical-align: text-bottom;
}

.ce_downloads a.more:before,
.ce_download a.more:before {
    background: none;
    width: 0;
    padding-right: 8px;
}

.ce_downloads a>span,
.ce_download a>span {
    text-decoration: underline;
    vertical-align: middle;
}


/* PICTURE-NAV */

.picturenav {
    width: 100%;
    padding: 0 2px;
    box-sizing: border-box;
    text-align: center;
}

.picturenav li {
    width: 25%;
    padding: 0;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    overflow: hidden;
    float: left;
    padding-right: 3px;
    margin-bottom: 3px;
}

.picturenav li:nth-child(4n+1) {
    clear: left;
}

.picturenav li figure a {
    display: block;
    min-width: 100%;
}

.picturenav img {
    display: block;
    min-width: 100%;
}


/*.picturenav li:nth-child(3n+1){
	padding-right:0;
}*/

.picturenav .info {
    display: block;
    position: absolute;
    top: 0;
    right: 3px;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(1, 144, 60, 0);
    transition: background-color 0.4s ease, box-shadow 0.2s ease;
    cursor: default;
    font-size: 15px;
    padding-left: 3px;
    padding-top: 0;
    box-sizing: border-box;
    box-shadow: 0px 120px 58px rgba(0, 0, 0, 0.5) inset;
}

.picturenav li .hover-content {
    opacity: 0;
    padding: 18px 15px 0;
    transition: opacity 0.4s ease;
}

.picturenav .info .hover-content:before {
    content: '';
    display: block;
    width: 28px;
    margin: 0 auto 15px;
    border-top: 2px solid #000;
}

.picturenav .title {
    display: block;
    width: 100%;
    position: relative;
    z-index: 2;
    color: #fff;
    cursor: default;
    font-size: 30px;
    padding: 34px 65px 0;
    box-sizing: border-box;
}

.picturenav .more {
    display: block;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0;
}

.picturenav li:hover .info,
.picturenav li.hovered .info {
    background-color: rgba(255, 212, 0, 0.9);
    color: #2a2a29;
    box-shadow: none;
}

.picturenav li.hovered .info .title,
.picturenav li.hovered .info .white,
.button.white,
#footer .picturenav li.hovered a.white {
    color: #2a2a29;
}

.picturenav li:hover .hover-content,
.picturenav li:hover .more,
.picturenav li.hovered .hover-content,
.picturenav li.hovered .more {
    opacity: 1;
}


/* MAINNAV */

#navMenu {
	font-size: 16px;
	background-color: rgba(4, 150, 61, 0.9);
	margin: 0;
	z-index: 10;
	position: fixed;
	top: 0;
	right: -370px;
	text-align: end;
	width: auto;
	display: inline-block;
	transition:right 0.2s ease-in;
	-webkit-transition:right 0.2s ease-in;
	-moz-transition:right 0.2s ease-in;
	-ms-transition:right 0.2s ease-in;
	-o-transition:right 0.2s ease-in;
}

#navMenu.menuOpen{
	right: 50px;
	transition:right 0.2s ease-out;
	-webkit-transition:right 0.2s ease-out;
	-moz-transition:right 0.2s ease-out;
	-ms-transition:right 0.2s ease-out;
	-o-transition:right 0.2s ease-out;
}

#navMenu ul {
    display: block;
    height: auto;
    width: auto;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#navMenu ul a,
#navMenu ul strong {
    background: none;
    display: inline-block;
    border-bottom: 1px solid #037936;
    box-sizing: border-box;
    width: 100%;

}

#navMenu a,
#navMenu strong.forward{
    box-sizing: border-box;
    font-weight: 300;
    color: #fff;
    padding: 8px 17px 8px;
    display: inline-block;
    width: 100%;
}

#navMenu strong:not(.forward) {
    background-color: rgba(4, 150, 61, 1) !important;
    width: 100%;
    color: #fff;
}

#navMenu .level_2 strong:not(.forward) {
    padding: 8px 17px 8px;
    background: rgba(4, 150, 61, 1);
}

#navMenu > ul > li > a,
#navMenu > ul > li > strong {
	font-weight: 700;
    padding: 12px 17px 13px;
}

/* FORMULAR */

.ce_form form {
    text-align: left;
}

.ce_form .widget {
    padding: 0 4px 0 2px;
}

.ce_form input.text {
    border: none;
    border-bottom: 1px solid #000;
    line-height: 38px;
    margin: 0;
    display: block;
    width: 100%;
    border-radius: 0px;
}

.ce_form textarea {
    height: 252px;
    max-height: 252px;
    min-height: 252px;
    overflow: hidden;
    line-height: 42px;
    margin-top: 22px;
    border: none;
    display: block;
    width: 100%;
    background-image: -webkit-linear-gradient(left, white 0px, transparent 0px), -webkit-linear-gradient(right, white 0px, transparent 0px), -webkit-linear-gradient(white 41px, #000 41px, #000 42px, white 42px);
    background-image: -moz-linear-gradient(left, white 0px, transparent 0px), -moz-linear-gradient(right, white 0px, transparent 0px), -moz-linear-gradient(white 41px, #000 41px, #000 42px, white 42px);
    background-image: -ms-linear-gradient(left, white 0px, transparent 0px), -ms-linear-gradient(right, white 0px, transparent 0px), -ms-linear-gradient(white 41px, #000 41px, #000 42px, white 42px);
    background-image: -o-linear-gradient(left, white 0px, transparent 0px), -o-linear-gradient(right, white 0px, transparent 0px), -o-linear-gradient(white 41px, #000 41px, #000 42px, white 42px);
    background-image: linear-gradient(left, white 0px, transparent 0px), linear-gradient(right, white 0px, transparent 0px), linear-gradient(white 41px, #000 41px, #000 42px, white 42px);
    background-size: 100% 100%, 100% 100%, 100% 42px;
}

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #000;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #000;
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000;
}

.ce_form .widget-submit {
    margin-top: 40px;
    text-align: right;
}

.ce_form .submit {
    text-align: center;
}

.dlh_googlemap {
    min-width: 100%;
    min-height: 600px;
}

.marker>div:last-child {
    display: none;
}

.marker>div:first-child>div {
    display: none;
}

.marker>div:first-child>div:first-child {
    display: block;
    border-top: 13px solid #0b9a46 !important;
}

.marker {
    background-color: #0b9a46;
    color: #fff;
}

.gm-style .gm-style-iw {
    text-align: center;
}

.gm-style .gm-style-iw p {
    margin: 0;
    padding: 0;
    text-align: center;
    display: block;
    font-size: 16px;
}

.gm-style .gm-style-iw>div>div>div {
    height: auto!important;
}

.adressblock p {
    margin: 0;
}

.adressblock figure {
    text-align: center;
}

.adressblock figure img {
    display: inline-block;
}

.adressblock a {
    color: #2a2a29;
}

.adressblock .content {
    margin-left: 0!important;
}

#main .ce_text .content.float_left-box {
    padding-left: 90px;
}

.ce_text .float_left {
    margin-top: 46px;
}

#animation figure {
    text-align: center;
}

#animation img {
    padding: 100px 10% 0px;
    max-height: 100vh;
    box-sizing: border-box;
    width: auto;
}

.ce_form .captcha {
    display: block;
}

.ce_form .widget-captcha {
    margin-top: 15px;
}
/*Animationen*/
.picturenav .title, h1, h2, .ce_text p{
	transition:font-size 0.3s ease;
}
.picturenav .more{
	transition:bottom 0.3s ease;
}
#footernav{
	transition:margin-right 0.3s ease;
}

	#animation img, #animation .ce_image{
		transition:padding 0.3s ease, margin 0.4s ease;
	}
	
@media screen and (max-width: 1370px){
	.picturenav .title{
		font-size:24px;
	}
	.picturenav .more{
		bottom:35px;
	}
	.hover-content{
		max-height: 115px;
		overflow: hidden;
	}
	#footernav{
		margin-right:87px;
	}
}

@media screen and (max-width: 1250px){
	.picturenav li:hover .hover-content, .picturenav li.hovered .hover-content{
		opacity:0;
	}
	#footer .content-wrap{
		padding-left:25px;
		padding-right:25px;
	}
	h1{
		font-size:58px;
	}
	h2{
		font-size:37px;
	}
	#main .inside > .mod_article.first .ce_text.first p{
		font-size:20px;
	}
		#main .inside {
		padding: 30px 25px 100px;
	}
}

@media screen and (max-width: 1030px){
	.picturenav .title{
		font-size: 21px;
		padding: 50px 20px 0;
		text-shadow: 0 0 2px rgba(0,0,0,0.5);
	}
	.picturenav .more{
		opacity:0.85;
	}
	#footernav{
		display:none;
	}
}
@media screen and (max-width: 920px){
	.picturenav li{
		width:50%;
	}
	.picturenav li:nth-child(2n+1){
		clear:left;
	}
	.picturenav .title{
		font-size:30px;
		padding: 50px 65px 0;
		text-shadow: none;
	}
	.picturenav .more{
		bottom:50px;
	}
	.picturenav li:hover .hover-content, .picturenav li.hovered .hover-content{
		opacity:1;
	}
	.one_sixth {
		width: 19%;
	}
	.two_fifth {
		padding-right: 20px;
		box-sizing: border-box;
	}
	#main-footer{
		background-size: auto 262px;
		background-position: left bottom;
	}
	#main .inside > .mod_article.first .ce_text.first p{
		padding: 0 90px 10px;
	}
}

@media screen and (max-width: 720px){
	html, body, input, textarea, #container p{
		font-size:17px;
	}
	
	.picturenav .title {
		font-size: 21px;
		padding: 50px 20px 0;
		text-shadow: 0 0 2px rgba(0,0,0,0.5);
	}
	.picturenav .more {
		bottom: 35px;
	}
	#logo{
		background-size: 1600px 142px;
		background-position: top left;
		min-height: 142px;
		font-size: 28px;
		padding:0 0 0 15px;
	}
	#logo p {
		margin-top: 8px;
	}
	#header{
		min-height: 142px;
	}
	#header .mod_rocksolid_slider{
		padding-top:50px;
	}
	.two_fifth{
		width:100%;
		display:block;
	}
	.one_sixth{
		width:32%;
	}
	#main-footer .content-wrap > div.one_sixth{
		padding-top:0;
		padding-bottom:20px;
	}
	h1{
		font-size:45px;		
	}
	h2 {
		font-size: 30px;
	}
	#main .inside > .mod_article.first .ce_text.first p {
		padding: 0 0 10px;
		font-size: 18px;
	}
	#main .ce_text .content.float_left-box {
		padding-left: 30px;
	}
	.dlh_googlemap {
		min-height: 40vh;
	}
	#main .inside{
		padding: 30px 25px;
	}
}
@media screen and (max-width: 600px){
	.picturenav .title {
		padding: 34px 20px 0;
	}
	.picturenav li:hover .hover-content, .picturenav li.hovered .hover-content{
		opacity:0;
	}
	h1{
		font-size: 38px;
		margin-top: 10px;	
	}
	h2 {
		font-size: 26px;
	}
	.ce_text .float_left{
		float: none;
		margin-top: 10px;
		text-align: center;
	}
	#main .ce_text .content.float_left-box{
		padding-left:0;
		margin-left:0!important;
		margin-bottom:30px;
	}
	#legals ul {
		padding: 0;
		margin: 9px 0;
	}
	#legals ul li:first-child{
		display:block;
	}
	
	#legals ul li:first-child:after{
		display:none;
	}
	.ce_form .submit_container{
		text-align:center;
		margin-bottom:45px;
	}
	#animation img{
		padding: 75px 0px 0px;
	}
	#animation .ce_image{
		margin: 0 -25px;
	}
}
@media screen and (max-width: 440px){
	/*#footer .mod_navigation, .picturenav{
		display:none;
	}*/
	.picturenav li{
		width:100%;
	}
	.picturenav li:hover .hover-content, .picturenav li.hovered .hover-content{
		opacity:1;
	}
	#main-footer .content-wrap > div.one_sixth{
		width:49%;
	}
	#main-footer .content-wrap > div.one_sixth.ce_text{
		width:100%;
		display:block;
	} 
	html, body, input, textarea, #container p {
		font-size: 16px;
	}
	#main .inside > .mod_article.first .ce_text.first p{
		font-size:17px;
	}
	#container .ce_text p{
		line-height:26px;
	}
	h1 {
		font-size: 26px;
		word-wrap:break-word;
	}
	h2 {
		font-size: 22px;
		word-wrap:break-word;
	}
	#main-footer{
		padding-bottom: 25px;
	}
	#logo {
		font-size: 24px;
		background-size: 1600px 122px;
		min-height: 122px;
	}
}
