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%}
/**
 * mobile_menu extension for Contao Open Source CMS
 *
 * Copyright (C) 2011-2015 Codefog
 *
 * @package mobile_menu
 * @author  Codefog <http://codefog.pl>
 * @author  Kamil Kuzminski <kamil.kuzminski@codefog.pl>
 * @license LGPL
 */

/* Menu */
.mobile_menu {
    position: fixed;
    z-index: 100;
    display: none;
}

.mobile_menu .inner {
    height: 100%;
    background: #9ed410;
    overflow-y: scroll;
}


.mobile_menu ul, .mobile_menu ul li {
	list-style: none;
}

.mobile_menu a, .mobile_menu a:link, .mobile_menu a:visited, .mobile_menu a:focus, .mobile_menu a:active {
	text-decoration: none;
	color: #fff;
}



/* Menu shadows */
/*.mobile_menu.active.position_left {
    box-shadow: 2px 0 5px 0 rgba(0, 0, 0, 0.5);
}

.mobile_menu.active.position_top {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
}

.mobile_menu.active.position_right {
    box-shadow: -2px 0 5px 0 rgba(0, 0, 0, 0.5);
}

.mobile_menu.active.position_bottom {
    box-shadow: 0 -2px 5px 0 rgba(0, 0, 0, 0.5);
}

.mobile_menu.active.no_shadow {
    box-shadow: none !important;
}*/

/* Trigger */
.mobile_menu_trigger {
    display: none;
}

/* Wrapper */
.mobile_menu_wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

/* Overlay */
.mobile_menu_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99;
}

.mobile_menu_overlay.background {
    background: rgba(0,0,0,0);
}

/* Navigation */

span.nonavlink {
	width: 185px;
	cursor: pointer;
}

.submenu_show span.nonavlink:after {
	content: url("../../files/_2019/_standards/subNavi-Arrow-dwn.png");
	position: absolute;
	top: 4px;
	/*transform: rotate(45deg);
	-webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -o-transform:rotate(45deg);*/

}

.mobile_menu li.submenu_hide > ul {
    display: block;
}

.submenu_hide span.nonavlink:after {
	content: url("../../files/_2019/_standards/subNavi-Arrow-up.png");
	position: absolute;
	top: 5px;
	/*transform: rotate(45deg);
	-webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -o-transform:rotate(45deg);*/

}

.mobile_menu li.submenu_show > ul {
    display: none;
}

/* Hide menu on IE8-9 */
body.ie8 .mobile_menu,
body.ie8 .mobile_menu_trigger,
body.ie9 .mobile_menu,
body.ie9 .mobile_menu_trigger {
    display: none !important;
}
.rsts-main,.rsts-main *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.rsts-header,.rsts-footer,.rsts-thumbs-header,.rsts-thumbs-footer{overflow:hidden}.rsts-view,.rsts-thumbs-view{position:relative}@media print{.rsts-view,.rsts-thumbs-view{position:static}}.rsts-crop,.rsts-thumbs-crop{position:relative;overflow:hidden}@media print{.rsts-crop,.rsts-thumbs-crop{position:static;overflow:visible;width:auto !important;height:auto !important;transform:none !important}}.rsts-slides,.rsts-slide,.rsts-thumbs-slides,.rsts-thumbs-slide{position:absolute;left:0;top:0}@media print{.rsts-slides,.rsts-slide,.rsts-thumbs-slides,.rsts-thumbs-slide{position:static;width:auto !important;height:auto !important;transform:none !important}.rsts-slides.rsts-slide-image img,.rsts-slides.rsts-slide-video img,.rsts-slides.rsts-thumbs-slide-image img,.rsts-slides.rsts-thumbs-slide-video img,.rsts-slide.rsts-slide-image img,.rsts-slide.rsts-slide-video img,.rsts-slide.rsts-thumbs-slide-image img,.rsts-slide.rsts-thumbs-slide-video img,.rsts-thumbs-slides.rsts-slide-image img,.rsts-thumbs-slides.rsts-slide-video img,.rsts-thumbs-slides.rsts-thumbs-slide-image img,.rsts-thumbs-slides.rsts-thumbs-slide-video img,.rsts-thumbs-slide.rsts-slide-image img,.rsts-thumbs-slide.rsts-slide-video img,.rsts-thumbs-slide.rsts-thumbs-slide-image img,.rsts-thumbs-slide.rsts-thumbs-slide-video img{width:100% !important;height:auto !important;margin:0 !important}}.rsts-slide,.rsts-thumbs-slide{overflow:hidden}@media print{.rsts-slide,.rsts-thumbs-slide{position:static}}.rsts-video-iframe,.rsts-thumbs-video-iframe{position:absolute;top:0;left:0;width:100%;height:100%}.rsts-type-slide .rsts-view,.rsts-thumbs-type-slide .rsts-thumbs-view{cursor:url("../../bundles/rocksolidslider/img/openhand.cur"),default;cursor:-webkit-grab;cursor:-moz-grab;cursor:-ms-grab;cursor:-o-grab;cursor:grab}.rsts-type-slide.rsts-dragging .rsts-view,.rsts-thumbs-type-slide.rsts-thumbs-dragging .rsts-thumbs-view{cursor:url("../../bundles/rocksolidslider/img/closedhand.cur"),default;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-ms-grabbing;cursor:-o-grabbing;cursor:grabbing;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.rsts-type-slide.rsts-dragging-disabled .rsts-view,.rsts-thumbs-type-slide.rsts-thumbs-dragging-disabled .rsts-thumbs-view{cursor:auto}@media print{.rsts-nav,.rsts-prev,.rsts-next,.rsts-overlay-prev,.rsts-overlay-next,.rsts-progress,.rsts-thumbs-nav,.rsts-thumbs-prev,.rsts-thumbs-next,.rsts-thumbs-overlay-prev,.rsts-thumbs-overlay-next,.rsts-thumbs-progress{display:none !important}}

.rsts-skin-default.rsts-main{position:relative}.rsts-skin-default.rsts-type-fade .rsts-slide{background-color:#fff}.rsts-skin-default .rsts-caption{position:absolute;top:20px;left:20px;margin-right:20px;padding:5px 10px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;color:#fff;background-color:#000;background-color:rgba(0,0,0,0.4);filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;-webkit-transform:translate(0, -20px);-moz-transform:translate(0, -20px);-ms-transform:translate(0, -20px);-o-transform:translate(0, -20px);transform:translate(0, -20px);-webkit-transition:opacity 0.5s,-webkit-transform 0.5s;-moz-transition:opacity 0.5s,-moz-transform 0.5s;-o-transition:opacity 0.5s,-o-transform 0.5s;transition:opacity 0.5s,transform 0.5s}.rsts-skin-default .rsts-active .rsts-caption{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1;-webkit-transform:translate(0, 0);-moz-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}.rsts-skin-default .rsts-prev,.rsts-skin-default .rsts-next,.rsts-skin-default .rsts-video-play,.rsts-skin-default .rsts-video-stop,.rsts-skin-default .rsts-thumbs-prev,.rsts-skin-default .rsts-thumbs-next{position:absolute;right:55px;bottom:15px;overflow:hidden;width:30px;height:30px;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.1);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;outline:none;line-height:0;text-align:center;text-decoration:none;text-indent:-9999px;-webkit-background-clip:padding;-moz-background-clip:padding;background-clip:padding-box;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAAilBMVEUHBwg/QEF5enp5ensCAwQHCAhzdHUAAQEGBwh8fX37+/svMDBub3COjo9yc3NtbW709fWvsLDm5uba2trR0dEuLi6Pj4/Q0NDl5eXZ2toFBgfz8/MuLy/09PT29vb8/Pz6+vp7e3x0dXZzdHT4+Pj39/f9/v3+/v79/f3///8EBQb5+fkAAAD19fVMP6q+AAAALnRSTlOAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8hTP8QAAAJ1JREFUeNrV0lkPwiAMAOB53zrva2xOxQm0///vWZ4a1o3EN20gNPnSlFASRKVQIS2KFHPKaPvcH8St8WesXYzddVMIZn3NZ1tTZ9Y7QLa7MdfVWlgYZqk9lzML7VZPbGCdDsFekpI14GoN/fGoY6aqkbVaUvVg0lKN7v3wvcuwt/Tg5tIPRjA77I/i1dhX2dnEJnYq4vP+2a/4FX8AsSOXytKixMYAAAAASUVORK5CYII=');-webkit-box-shadow:0 0 2px rgba(0,0,0,0.1);-moz-box-shadow:0 0 2px rgba(0,0,0,0.1);box-shadow:0 0 2px rgba(0,0,0,0.1);background-position:50% 50%;-webkit-transition:opacity 0.05s linear;-moz-transition:opacity 0.05s linear;-o-transition:opacity 0.05s linear;transition:opacity 0.05s linear}@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-device-pixel-ratio: 4 / 3), only screen and (min-device-pixel-ratio: 1.3){.rsts-skin-default .rsts-prev,.rsts-skin-default .rsts-next,.rsts-skin-default .rsts-video-play,.rsts-skin-default .rsts-video-stop,.rsts-skin-default .rsts-thumbs-prev,.rsts-skin-default .rsts-thumbs-next{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAIVBMVEWhoaE7PD15enqVlpaTk5N2d3h0dHVoaWpmZmcGBwj19fXsWX/bAAAAC3RSTlOAgICAgICAgICAgMiF55wAAAB9SURBVHja7dUxEoAgFANRFBTw/ge2YythEivHn/6VmU3XiwUOHPhPuGYf196zjLHPOi0tWsBYtICx/Zxgw4INCzYs2LBgw4INC55ZFadhN+NVbeh9jhf6mGJDgw0NNjTY0GBDgz0NXusiYDRWwGisgNHFL0Yrnwxd4MCBtd3+EosAicYyWQAAAABJRU5ErkJggg==');background-size:30px,30px}}.rsts-skin-default .rsts-prev:hover,.rsts-skin-default .rsts-next:hover,.rsts-skin-default .rsts-video-play:hover,.rsts-skin-default .rsts-video-stop:hover,.rsts-skin-default .rsts-thumbs-prev:hover,.rsts-skin-default .rsts-thumbs-next:hover{background-color:#eee;background-color:rgba(238,238,238,0.7)}.rsts-skin-default .rsts-next,.rsts-skin-default .rsts-thumbs-next{right:20px;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAAkFBMVEUBAQLPz9AlJiYlJifS0tIsLS0nJyjQ0dDR0tIBAQElJSYrLC2tra39/PwFBQYFBgf6+fmBgYKCgoL9/f339vZBQULIycnIyMiCg4PR0dEmJycmJyjMzMz8/Pzl5eXj4+MCAwQGBwghIiP09PT7+/shIiL6+vrNzs7Nzc0iIyP29vb39/cHCAkAAAD////19fV/WdL3AAAAMHRSTlOAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICRnvRdAAAAnklEQVR42tXSxw7CMAwG4LL3XqUtLdRQqNPY7/92WEJVDhkSN7B8iPTpl6M4ETMAA0t/ChmwPTELe+uPGKsQKywWflYUJxn5eI9xpOsneXidp7pp3Wa+dHrGbWY6d43bLD673nR9vLsZaL5cNfoAyp0eDyRdntxp6icy+/Ei981HqVGLq3xo1GaFm4kuRb1vvp1mFNzYLrzvn/2KX/MbXNOe099MDj0AAAAASUVORK5CYII=')}@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-device-pixel-ratio: 4 / 3), only screen and (min-device-pixel-ratio: 1.3){.rsts-skin-default .rsts-next,.rsts-skin-default .rsts-thumbs-next{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAHlBMVEWhoaE7PD2VlpaTk5N2d3h0dHVoaWpmZmcGBwj19fXtfGSSAAAACnRSTlOAgICAgICAgICAXdxslAAAAHxJREFUeNrt1TEOgDAMxdDSAi33vzBbPVUoZkLE+1O2/HK9KHHixH/A9fS4jnGGMfZZl6VFBzAWHcLHQD9gocFCg4UGCw0WGiw0WGjwum3qEsb7tH1xWViwsGBhwcKChQULC5Z2jRs2itHdfc+GjWB094vR+ieHLnHixK4bjyV89TB6vlgAAAAASUVORK5CYII=');background-size:30px,30px}}.rsts-skin-default .rsts-thumbs-prev,.rsts-skin-default .rsts-thumbs-next{position:absolute;top:50%;right:10px;margin-top:-15px}.rsts-skin-default .rsts-thumbs-prev{right:auto;left:10px}.rsts-skin-default.rsts-direction-y .rsts-prev{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAAbFBMVEUgISLDw8MgICGUlZaIiImSk5PCwsP9/f39/PyHh4iUlJWSkpLX2NgAAQIoKSkGBwgdHR7Ly8skJSYEBAXHyMj+/v739/ciIyMhIiImJyfNzc3S0tL8/Pz7+/v29vYHCAnNzs4AAAD////19fVh+HN2AAAAJHRSTlOAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIC401waAAAAiUlEQVR42uXRyQ7CMAwE0LC2QHfaQkji1sP//yNR1csEiXMlfPFI7zCWbN7JCCVmnj9i738x2hbMpHPTzCAmfag+XyAmrWt2QzqV5URuSLWqdHXmsDMRbFHYuPbnkPBw0rtaBzgbw21IWPKjdg6xxHV68ZJ2j9mhXyrRX/34fblgLQyQLf57S/wBI9V2nx3O9QoAAAAASUVORK5CYII=')}@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-device-pixel-ratio: 4 / 3), only screen and (min-device-pixel-ratio: 1.3){.rsts-skin-default.rsts-direction-y .rsts-prev{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAG1BMVEWjpKQ5OTqVlpaTk5NmZmdoaWp2d3gGBwj19fXoTOf7AAAACXRSTlOAgICAgICAgIC7HeZcAAAAeUlEQVR42u3UMQ6AMAzF0A8BmvufGHVpyOIOFRJI8f5WyxcqXLhw4U9jLeCznYzRNtYi2zsIs2UttqzFlrXYshZb1mLLWmg31iJ7+YVaaJ210GY9x/awWdsc+z5s1uaEQ4cNbY449LChzQFn3W3S9qsBFi5cuPDr+AYQcW8C6kiUiAAAAABJRU5ErkJggg==');background-size:30px,30px}}.rsts-skin-default.rsts-direction-y .rsts-next{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAAbFBMVEUwMTKKi4suLzAGBwja2trR0dEwMDEuLi/Q0NDZ2dmJiYp7e3x6e3t/gIEAAQL09PTn5+f6+vr8/Px0dHVwcHH8/f329vYFBgdzdHT+/v79/v339/f9/f3///90dXb4+Pj5+fkEBQYAAAD19fUC5l8BAAAAJHRSTlOAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIC401waAAAAnElEQVR42uXSyQ4CIQwG4HEddRZmZUSEQnn/d7RkSAi4HI2Jf6AlfIceoHCOMcccrTXcMR5OtInf5k/YyLVL84qHjoHvwLrhmdW+0AJIhT6eVc79YYtYCQBRIZanPmO1QWuxVqr2/aIylqD9fdP4OoLMZ5sb+dK2i8Xr3cTZie+CRk49aOTUcSRNOfo8TXPUnB1QPj0J5z/5Hb7OD7UPdeTEuFeXAAAAAElFTkSuQmCC')}@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-device-pixel-ratio: 4 / 3), only screen and (min-device-pixel-ratio: 1.3){.rsts-skin-default.rsts-direction-y .rsts-next{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAG1BMVEWjpKQ5OTqVlpaTk5NmZmdoaWp2d3gGBwj19fXoTOf7AAAACXRSTlOAgICAgICAgIC7HeZcAAAAg0lEQVR42u3UMQ6EMAxE0WVDYu5/YhpLXzBSRkAF8i9tvXZ+24MKFy5c+HP4P06H0RzGRoyjjWgOY1Nj0YLFpsaip7hFNrBog3ug02brDKsWK3imxQqe6EWsxWi1HqOxHqONBTuN9RiN9Vg11mPVWI9V99tL0rEe6/dVA1i4cOHCl9oBak1vAkBKLfwAAAAASUVORK5CYII=');background-size:30px,30px}}.rsts-skin-default.rsts-video-playing .rsts-nav,.rsts-skin-default.rsts-video-playing .rsts-prev,.rsts-skin-default.rsts-video-playing .rsts-next{display:none}.rsts-skin-default.rsts-video-playing .rsts-nav-thumbs{display:block}.rsts-skin-default.rsts-touch .rsts-nav-numbers,.rsts-skin-default.rsts-touch .rsts-nav-tabs{display:none}.rsts-skin-default .rsts-nav{position:absolute;right:95px;bottom:12px;left:10px;text-align:right}.rsts-skin-default .rsts-nav ul{margin:0 !important;padding:0 !important}.rsts-skin-default .rsts-nav li{display:inline}.rsts-skin-default .rsts-nav-numbers a,.rsts-skin-default .rsts-nav-tabs a{display:inline-block;height:30px;min-width:30px;padding:0.65em 0.5em 0.5em;margin:0 2px 3px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;outline:none;font-size:12px;text-align:center;text-decoration:none;color:#fff;background-color:#555;background-color:rgba(85,85,85,0.6);-webkit-background-clip:padding;-moz-background-clip:padding;background-clip:padding-box;-webkit-box-shadow:0 0 2px rgba(0,0,0,0.2);-moz-box-shadow:0 0 2px rgba(0,0,0,0.2);box-shadow:0 0 2px rgba(0,0,0,0.2);filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;-webkit-transition:opacity 0.2s ease-in;-moz-transition:opacity 0.2s ease-in;-o-transition:opacity 0.2s ease-in;transition:opacity 0.2s ease-in}.rsts-skin-default .rsts-nav-numbers a:hover,.rsts-skin-default .rsts-nav-numbers a.active,.rsts-skin-default .rsts-nav-tabs a:hover,.rsts-skin-default .rsts-nav-tabs a.active{color:#333;background-color:#fff;background-color:rgba(255,255,255,0.5)}.rsts-skin-default:hover .rsts-nav-numbers a,.rsts-skin-default:hover .rsts-nav-tabs a{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.rsts-skin-default .rsts-nav-bullets{line-height:0}.rsts-skin-default .rsts-nav-bullets a{display:inline-block;width:9px;height:9px;overflow:hidden;margin:12px 4px;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;outline:none;text-align:left;text-indent:-999px;background-color:#fff;background-color:rgba(255,255,255,0.8);-webkit-background-clip:padding;-moz-background-clip:padding;background-clip:padding-box;-webkit-box-shadow:0 0 2px #777;-moz-box-shadow:0 0 2px #777;box-shadow:0 0 2px #777}.rsts-skin-default .rsts-nav-bullets a:hover,.rsts-skin-default .rsts-nav-bullets a.active{background-color:#777;-webkit-box-shadow:inset 0 2px 0 -1px rgba(255,255,255,0.5),inset 0 -2px 0 -1px rgba(0,0,0,0.3),0 0 0 1px #555;-moz-box-shadow:inset 0 2px 0 -1px rgba(255,255,255,0.5),inset 0 -2px 0 -1px rgba(0,0,0,0.3),0 0 0 1px #555;box-shadow:inset 0 2px 0 -1px rgba(255,255,255,0.5),inset 0 -2px 0 -1px rgba(0,0,0,0.3),0 0 0 1px #555}.rsts-skin-default .rsts-nav-thumbs{position:static;padding-top:5px}.rsts-skin-default .rsts-nav .rsts-nav-prev,.rsts-skin-default .rsts-nav .rsts-nav-next{display:none}.rsts-skin-default .rsts-video-play{top:50%;right:auto;bottom:auto;left:50%;width:64px;height:64px;margin:-32px 0 0 -32px;border:none;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAABGCAMAAABG8BK2AAAAb1BMVEU4ODgGBgbx8fGurq7i4uIODg5QUFD7+/vBwcEUFBQYGBggICC1tbXNzc0JCQkVFRWsrKwTExPExMTS0tImJibv7+9KSkozMzP4+PhYWFj+/v6Dg4MDAwPl5eVycnKenp4MDAza2toPDw////8AAACZ5/RyAAAAJXRSTlOAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAwmBGiwAAALNJREFUeNrt1kcOwkAQRFFyxsYmBxtDc/8zIrGpA/xaWKhnO9KT5ncvZvCxnGSSSSaZv2GK0sIsFzMHM53MWwPzfkU8OwsT9cHCRHOyMHFpLYwCIUaBEKNAiFEgxCgQYhSIMQrEGAXijAJxJrZrC7NZGZjb/WF41PHqSLw/Owa+q9D6KQthlAUwykIYZSGMsiBGWRCjLIhRFsQoC2Ga0S8LZMqx7gAzLPr0aUsmmWSS6SXzBf8cqwAv1zglAAAAAElFTkSuQmCC')}@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-device-pixel-ratio: 4 / 3), only screen and (min-device-pixel-ratio: 1.3){.rsts-skin-default .rsts-video-play{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMCAMAAACZHrEMAAAARVBMVEUJCQlOTk4nJyddXV1gYGD29vbh4eGTk5PAwMA2NjYYGBgGBga3t7dUVFQtLS0SEhKHh4fb29sDAwPz8/NaWlr///8AAACZTZFgAAAAF3RSTlOAgICAgICAgICAgICAgICAgICAgICAgCZn8kAAAAFfSURBVHja7dpZUsMwFAVR5gDRLMT+l8r1Cqjih/5oLyB1kurYlp4evkGXGDFixIgRI0aMGDFixIgRI0aMGDFifseQvsBfPvjrdgdhzvsnCHPePkCY8/oCwpxzu4MwCQeESTggTMIBYa5wQJiEA8IkHBAm4YAwVzggTMIBYRIOCJNwQJgrHBAm4YAwCQeESTggzBUOCJNwQJiEA8IkHBDmCgeESTggTMIBYRIOCHOFA8IkHBAm4YAw5/UZhDn7iYOZjfPLlM5pZizMv2lXzk1vNs4duHTOs2kszFN7V87L1WycN73SOe/AY2FWB7tyFnGzcVaUpXPW2mNhdiF25WwWzcbZuSqds6c3Fma3c1fOpvRsnB3y0jmzg7EwU5VdOcOv2TiTuNI5M8qxMNPbXTlD9tk4E//SOWchxsKcEnmsoMM8qGNOYsRgLjFixIgRI0aMGDFixIgRI0aMGDH/e/0Ai4OJ2+ZcrkwAAAAASUVORK5CYII=');background-size:70px,70px}}.rsts-skin-default .rsts-video-stop{top:20px;right:20px;left:auto;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAAbFBMVEWnp6dOTk7x8fHv7+9HR0fw8PDu7u7e3t5NTU3f398UFBQTExP4+PhLS0tvb29xcXH09PRJSUn39/fn5+cWFhampqb29vZISEhMTExLS0ukpKT////r6+sAAAD///8AAABKSkr19fUAAAD///8df9PJAAAAJHRSTlN6e35+e35+e3t7fX1/fHl5fXt/e315fnt7e3p/foGBfnt9gIDdofLFAAAAk0lEQVR42u2SSQ7DIAxF03nKPBEC2Ni9/x3jsMXqsuqiljxITx/8EcX7Y/wxuOmUhmPhIMdlg4akzxGbMscrBu4IyHLANce+Ymb7WKRWPsdyqpCnZJzVzUmUEgvpxmAYA4dxAB3TIanvupqisJdkRwr2O403K9V43bdpgaLuu6/x3KY7sO7VN7+m4TI5+K3v8H28AYM7doAzbo6MAAAAAElFTkSuQmCC')}@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-device-pixel-ratio: 4 / 3), only screen and (min-device-pixel-ratio: 1.3){.rsts-skin-default .rsts-video-stop{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAALVBMVEXo6OjGxsZjY2PKysq3t7ewsLCOjo7f39+Pj4/l5eVfX19hYWHj4+NRUVH///80A/15AAAAD3RSTlOGkL2PlZemiKWHvr2HyICcCOzTAAAAv0lEQVR42u3VSQ7DIAxA0bRJSBjs+x83mzYfNnatLqpKeM0THmRY9IuYeOKJJ7bwlsdTWwCfUpsS+Smni7EipfVW5PQwtte5iqAdvIvcGiuy25gs0e1ta7YwuqJ76+NRr6P1MbkSTM7HaKyP0QXK1HyMxgaxrjde1cBe1TV4MzZeMxYdm7OvF9OWR7H0YtpDG/ojnDurnc6hfT7Iw9tnImE7ney00bdFJ3Uw+mXpQoq822Nv8/Yf383EE0/8G3wBfh3Bcn7dsMIAAAAASUVORK5CYII=');background-size:30px,30px}}.rsts-skin-default .rsts-video-youtube>.rsts-video-stop{top:25px}.rsts-skin-default .rsts-video-vimeo>.rsts-video-stop{top:10px;right:auto;left:10px}.rsts-skin-default .rsts-progress{position:absolute;top:0;right:0;width:100%;height:2px;background-color:#000;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;-webkit-transition:opacity 0.2s linear;-moz-transition:opacity 0.2s linear;-o-transition:opacity 0.2s linear;transition:opacity 0.2s linear}.rsts-skin-default .rsts-progress div{height:100%;background-color:#fff}.rsts-skin-default .rsts-progress.rsts-progress-active{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=30);opacity:0.3}.rsts-skin-default .rsts-thumbs-slide{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);opacity:0.8}.rsts-skin-default .rsts-thumbs-slide.rsts-thumbs-active-thumb{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}

.cc-head>*:first-child{margin-top:0}.cc-head>*:last-child{margin-bottom:15px}.contao-cookiebar{--ccb-backdrop: rgba(0, 0, 0, .75);--ccb-anim-duration: .5s;--ccb-checked-clr: #399d32;--ccb-checked-bg: #dcf3db;--ccb-unchecked-clr: #9c9b99;--ccb-unchecked-bg: #fff;--ccb-disabled-clr: #c8c7c5;--ccb-disabled-bg: #f4f4f4;position:fixed;inset:0;z-index:9999;display:flex;align-items:var(--ccb-align, center);justify-content:var(--ccb-justify, center);letter-spacing:0;padding:15px;max-height:100dvh;box-sizing:border-box;pointer-events:none;overflow:hidden;color:var(--ccb-clr, #444)}.contao-cookiebar *{box-sizing:border-box}.contao-cookiebar p{color:var(--ccb-text, #868686);line-height:1.4}.contao-cookiebar label{position:relative;display:block;padding:8px 13px 8px 0;line-height:1.2rem}.contao-cookiebar label.group{font-weight:600}.contao-cookiebar input{position:absolute;width:1px;height:1px;outline:0 none;opacity:0}.contao-cookiebar input+label{padding:8px 13px 8px 45px;cursor:pointer}.contao-cookiebar input+label:before,.contao-cookiebar input+label:after{content:"";position:absolute;border-radius:10px}.contao-cookiebar input+label:before{top:7px;left:0;width:35px;height:18px;margin:0;box-sizing:content-box;background:var(--ccb-unchecked-bg);border:1px solid var(--ccb-unchecked-clr);transition:border-color .2s}.contao-cookiebar input+label:after{display:block;top:11px;left:4px;width:12px;height:12px;background:var(--ccb-unchecked-clr);transition:background .2s,margin-left .2s,padding .2s}.contao-cookiebar input+label:active:after{padding-left:5px}.contao-cookiebar input.cc-group-half+label:after{background:linear-gradient(to right, var(--ccb-unchecked-clr) 0%, var(--ccb-unchecked-clr) 50%, var(--ccb-checked-clr) 50%, var(--ccb-checked-clr) 100%)}.contao-cookiebar input:checked+label:after{background:var(--ccb-checked-clr);margin-left:17px}.contao-cookiebar input:checked+label:active:after{margin-left:12px}.contao-cookiebar input:checked+label:before{background:var(--ccb-checked-bg);border-color:var(--ccb-checked-clr)}.contao-cookiebar input:disabled+label{pointer-events:none}.contao-cookiebar input:disabled+label:after{background:var(--ccb-disabled-clr)}.contao-cookiebar input:disabled+label:before{background:var(--ccb-disabled-bg);border-color:var(--ccb-disabled-clr)}.contao-cookiebar .cc-btn{display:inline-block;cursor:pointer;width:100%;padding:8px 14px;margin-bottom:8px;font-size:15px;outline:0 none;border:1px solid var(--ccb-btn-bdr, #cfcfcf);border-radius:4px;color:var(--ccb-btn-clr, #444);background:var(--ccb-btn-bg, #f5f5f5)}.contao-cookiebar .cc-btn:hover{background:var(--ccb-btn-bg-hvr, #ececec)}.contao-cookiebar .cc-btn:last-child{margin-bottom:0}.contao-cookiebar .grayscale{--ccb-btn-bg: #f1efef;--ccb-btn-bg-hvr: #ececec}.contao-cookiebar .grayscale .success{--ccb-btn-bg: #fbfbfb;--ccb-btn-bg-hvr: #f7f7f7}.contao-cookiebar .highlight .success{--ccb-btn-bg: #4e9e3e;--ccb-btn-bg-hvr: #4c933f;--ccb-btn-bdr: #3e7830;--ccb-btn-clr: #fff}.cc-inner{display:inline-block;overflow-y:auto;max-height:100%;max-width:100%;padding:23px;border-radius:3px;opacity:0;pointer-events:none;visibility:hidden;font-size:1rem;text-align:left;background:var(--ccb-bg, #fff);box-shadow:var(--ccb-box-shadow, rgba(99, 99, 99, 0.2)) 0 2px 8px 0;animation:var(--ccb-anim, cookiebar-middle-in) var(--ccb-anim-duration) ease-in-out forwards}.cc-group{position:relative;border:1px solid var(--ccb-bdr, #d0d0d0);border-radius:5px;margin-bottom:10px}.cc-cookie-info{font-size:.875rem;background:var(--ccb-info-bg, #fff);border:1px solid var(--ccb-info-bdr, #efefef);padding:10px;border-radius:5px}.cc-cookie-info>div>span{font-weight:600}.cc-cookie-info>div+div{margin-top:5px;word-wrap:break-word}.cc-cookie-info+button.cc-detail-btn-details{margin-top:15px}.cc-cookies{background:var(--ccb-cookies-bg, #fbfbfb);border-radius:0 0 5px 5px}.cc-cookies>p{font-size:.875rem}.cc-cookies>p,.cc-cookies>.cc-cookie{margin:0;padding:15px;border-top:1px solid var(--ccb-cookies-bdr, #fbfbfb)}.cc-cookie label.cookie+*{margin-top:10px}.cc-cookie p{margin:0 0 15px;font-size:.875rem}.cc-cookie-desc p{margin-bottom:0}.cc-footer,.cc-info{text-align:center}.cc-info{margin-top:15px}.cc-info>p{font-size:.875rem}.cc-info>a{display:inline-block;font-size:.813rem;color:var(--ccb-detail-clr, #a2a2a2);text-decoration:none}.cc-info>a:hover{color:var(--ccb-detail-clr-hvr, #717171)}.cc-info>a+a:before{display:inline-block;content:"·";margin-right:5px}.cc-active .cc-inner{opacity:1;pointer-events:auto;visibility:visible}.cc-active.cc-blocked{pointer-events:auto;animation:cookiebar-overlay-in var(--ccb-anim-duration) ease-in-out forwards}.cc-saved.cc-inner{opacity:0;pointer-events:none;visibility:hidden}.cc-saved.cc-blocked{pointer-events:none;animation:cookiebar-overlay-out var(--ccb-anim-duration) ease-in-out forwards}.cc-left{--ccb-justify: flex-start}.cc-right{--ccb-justify: flex-end}.cc-top{--ccb-align: flex-start}.cc-top.cc-active{--ccb-anim: cookiebar-top-in}.cc-top.cc-saved{--ccb-anim: cookiebar-top-out}.cc-middle.cc-active{--ccb-anim: cookiebar-middle-in}.cc-middle.cc-saved{--ccb-anim: cookiebar-middle-out}.cc-bottom{--ccb-align: flex-end}.cc-bottom.cc-active{--ccb-anim: cookiebar-bottom-in}.cc-bottom.cc-saved{--ccb-anim: cookiebar-bottom-out}@media(min-width: 768px){.contao-cookiebar .cc-btn{width:auto;margin-bottom:0}.cc-inner{max-width:var(--ccb-max-width, 750px)}}@keyframes cookiebar-overlay-in{0%{background:rgba(0,0,0,0)}to{background:var(--ccb-backdrop)}}@keyframes cookiebar-overlay-out{0%{background:var(--ccb-backdrop)}to{background:rgba(0,0,0,0);visibility:hidden}}@keyframes cookiebar-top-in{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}@keyframes cookiebar-top-out{0%{opacity:1;visibility:visible;transform:translateY(0)}to{opacity:0;visibility:hidden;transform:translateY(-100%)}}@keyframes cookiebar-middle-in{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes cookiebar-middle-out{0%{opacity:1;visibility:visible;transform:scale(1)}to{opacity:0;visibility:hidden;transform:scale(0)}}@keyframes cookiebar-bottom-in{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes cookiebar-bottom-out{0%{opacity:1;visibility:visible;transform:translateY(0)}to{opacity:0;visibility:hidden;transform:translateY(100%)}}.cc-group{display:flex;flex-wrap:wrap;justify-content:space-between;align-content:center}.cc-group>label{flex-grow:1;margin:5px 0 5px 10px}.cc-cookies{display:none;width:100%}.cc-detail-btn{padding:8px 10px;line-height:1.2rem}.cc-detail-btn-details{text-decoration:underline;padding:0;margin:0 0 10px}.cc-detail-btn,.cc-detail-btn-details{display:inline-block;color:var(--ccb-detail-clr, #a2a2a2);border:0 none;outline:0 none;background:rgba(0,0,0,0);font-size:13px;letter-spacing:0;text-transform:initial;cursor:pointer}.cc-detail-btn span:nth-child(2),.cc-detail-btn-details span:nth-child(2){display:none}.cc-detail-btn.cc-active span:nth-child(1),.cc-detail-btn-details.cc-active span:nth-child(1){display:none}.cc-detail-btn.cc-active span:nth-child(2),.cc-detail-btn-details.cc-active span:nth-child(2){display:inline}.cc-detail-btn:hover,.cc-detail-btn-details:hover{background:rgba(0,0,0,0);color:var(--ccb-detail-clr-hvr, #717171)}
#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}
.content-slider{overflow:hidden;visibility:hidden;position:relative}.slider-wrapper{overflow:hidden;position:relative}.slider-wrapper>*{float:left;width:100%;position:relative}.slider-control{height:30px;position:relative}.slider-control a,.slider-control .slider-menu{position:absolute;top:9px;display:inline-block}.slider-control .slider-prev{left:0}.slider-control .slider-next{right:0}.slider-control .slider-menu{top:0;width:50%;left:50%;margin-left:-25%;font-size:27px;text-align:center}.slider-control .slider-menu b{color:#bbb;cursor:pointer}.slider-control .slider-menu b.active{color:#666}
#wrapper {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	overflow-x: hidden;
	/*padding-bottom: 886px;*/
}


.headerWrap {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
}


strong {
	font-weight: bold !important;
}

@media only screen and (min-width:1921px) {
.overlay1410, .overlay1110 {
	display: none
}
	
}

@media only screen and (min-width:1922px) {

	#wrapper {
		border-right: 1px solid #5a5a5a;
		border-left: 1px solid #5a5a5a;
}

	
}
/* 5050-header-2019.css - START */


header {
	position: absolute;
	top: 0;
	width: 100%;
	height: 136px;
		
}



#header.headerSticky {
	width: 100%;
	max-width: 1920px;
	height: 136px;
	position: absolute;
	top:0;
	color: #ffffff;
	z-index: 10;
	border-bottom: 0px solid #fff;

		
}

.headerSingleBG {
	width: 100%;
	height: 136px;
	background: url("../../files/_2019/_standards/headerSingleSub.png") no-repeat;
}


#header.headerSticky .headerLogo {
	display: block;
}

#header.headerSticky .headerLogoHome {
	display: none;
}



#header.headerSticky-scrolled {
	background-color: rgba(255,255,255,1);
	background-image: url("../../files/_2019/_standards/headerSingleSub.png");
	background-repeat: no-repeat;
	background-position-y: 0px;
	position: fixed;
	width: 100%;
	top: -40px;
	height: 136px;
	box-shadow: 0 4px 16px 0px rgba(0,0,0,0.3);
	
}


#header.headerSticky-scrolled .headerPhoneSocial {
	display: none;
}
	
#header.headerSticky-scrolled img {
	transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: height, width;

}


#header.headerSticky-scrolled .headerLogo {
	display: block;
 	position: absolute;
    left: 10%;
    top: 55px;
    width: 200px;
    height: auto;
    float: left;
    z-index: 10;
	object-fit: cover;
}


#header.headerSticky-scrolled .headerLogo img {
	height:40px;
	width: auto;
	/*	top:0px;
	left:2px;
	position: absolute;*/
	transform: translateZ(0px);
    transition-duration: 0.05s;
    transition-property: color, background-color, position, height, width;

}

.headerLogo {
	position: absolute;
	left: 10%;
	top: 40px;
	width:281px;
	height: 55px;
	float: left;
	z-index: 11;
		
}

#header.headerSticky-scrolled .headerLogoHome {
	display: block;
    position: absolute;
    left: 10%;
    top: 55px;
    width: 200px;
    height: auto;
    float: left;
    z-index: 10;
	object-fit: cover;
}	

	
#header.headerSticky-scrolled .headerLogoHome img {

	transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: color, background-color, position, height, width;

}

.headerLogoHome {
	position: absolute;
	left: 10%;
	top: 40px;
	width:281px;
	height: 55px;
	float: left;
	z-index: 11;
		
}

.headerPhoneSocial {
	position: absolute;
	right: 240px;
	width: 410px;
	height: 25px;
	top:15px;
	float: left;
}

.headerPhoneSocial p, .headerPhoneSocial a {
	color: #fff;
	font-style: italic;
	font-size: 24px;
	text-decoration: none;
	margin: 0;
}

.headerTuerkis {
	position: absolute;
	height: 136px;
	width: 336px;
	top:0;
	right:0;
	background: url("../../files/_2019/_standards/naviPetrolBG.png") no-repeat;
	background-position: right top;
	z-index: 11;
}

@media only screen and (max-width:1470px) {

	#header.headerSticky {
		width: 100%;
		height: 136px;
		position: absolute;
		top:0;
		left: 0;
		color: #ffffff;
		z-index: 10;
		border-bottom: 0px solid #fff;

		
}


#header.headerSticky .headerLogo {
	display: block;
}

#header.headerSticky .headerLogoHome {
	display: none;
}

#header.headerSticky-scrolled {

	background-image: url("../../files/_2019/_standards/headerSingleSub.png");
	background-repeat: no-repeat;
	background-position-y: -176px;
	position: fixed;
	width: 100%;
	top: -40px;
	height: 136px;
}


#header.headerSticky-scrolled .headerPhoneSocial {
	display: none;
}
	
	#header.headerSticky-scrolled img {
	transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: height, width;

}


#header.headerSticky-scrolled .headerLogo {
	display: block;
    position: absolute;
    left: 10%;
    top: 55px;
    width: 200px;
    height: auto;
    float: left;
    z-index: 11;
	object-fit: cover;
}
	
	

#header.headerSticky-scrolled .headerLogo img {
	transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: color, background-color, position, height, width;

}

#header.headerSticky-scrolled .headerLogoHome {
	display: block;
    position: absolute;
    left: 10%;
    top: 55px;
    width: 200px;
    height: auto;
    float: left;
    z-index: 11;
	object-fit: cover;
}	

	
#header.headerSticky-scrolled .headerLogoHome img {
	transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: color, background-color, position, height, width;

}
	

	
	.headerPhoneSocial {
		right:120px;
	}
	
	.headerPhoneSocial p, .headerPhoneSocial a {
		font-size: 18px;
	}
	
	.headerPhoneSocial img {
		width: 25px;
		height: auto;
		vertical-align: middle;
	}
	
	.headerTuerkis {
		right: -20px;
		z-index: 3;
	}
}


@media only screen and (max-width:1566px) {

	#header.headerSticky {
		width: 100%;
		height: 136px;
		position: absolute;
		top:0;
		left: 0;
		color: #ffffff;
		z-index: 10;
		border-bottom: 0px solid #fff;
		
}


#header.headerSticky-scrolled {
	background-color: rgba(255,255,255,1);
	background-image: url("../../files/_2019/_standards/headerSingleSub.png");
	background-repeat: no-repeat;
	background-position-y: 0px;
	background-position-x: -229px;
	position: fixed;
	width: 100%;
	top: -40px;
	height: 136px;

	
}


#header.headerSticky-scrolled .headerPhoneSocial {
	display: none;
}
	
	#header.headerSticky-scrolled img {
	transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: height, width;

}


#header.headerSticky-scrolled .headerLogo {
	display: block;
 	position: absolute;
    left: 10%;
    top: 55px;
    width: 200px;
    height: auto;
    float: left;
    z-index: 11;
	object-fit: cover;
}

#header.headerSticky-scrolled .headerLogo img {
	transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: color, background-color, position, height, width;

}

	/*body.kontkt .mod_navigation {
		right: -96px;
	}*/
	.headerPhoneSocial {
		right:200px;
	}
	
	.headerPhoneSocial p, .headerPhoneSocial a {
		font-size: 22px;
	}
	
	.headerPhoneSocial img, .headerPhoneSocial a img { 
		width: auto;
		height: 23px;
		vertical-align: middle;
	}
	
	.headerTuerkis {
		right: -85px;
		z-index: 11;
	}
	
}

@media only screen and (max-width:1454px) {
	
	/*.mod_navigation {
		right: -155px;
	}
	
 	body.kontkt .mod_navigation {
		right: -156px;
	}*/
	
.headerTuerkis {
    right: -145px;
    z-index: 11;
}
	
	.navi_border {
		right: -140px;
		top: 47px;
		padding-right: 190px;
	}	
	
.headerSingleBG {
	width: 100%;
	height: 136px;
	background: url("../../files/_2019/_standards/headerSingleSub.png") no-repeat;
	background-position: -197px;
	-webkit-background-position: -197px;
}

}



@media only screen and (max-width:1183px) {
	
		
.headerSingleBG {
	width: 100%;
	height: 136px;
	background: url("../../files/_2019/_standards/headerSingleSub.png") no-repeat;
	background-position: -397px;
	-webkit-background-position: -397px;
}
	
#header.headerSticky-scrolled {
	background-color: rgba(255,255,255,1);
	background-image: url("../../files/_2019/_standards/headerSingleSub.png");
	background-repeat: no-repeat;
	background-position: -330px;
	-webkit-background-position: -330px;
	position: fixed;
	width: 100%;
	top: -40px;
	height: 136px;

	
}

#header.headerSticky-scrolled img {
	transform: translateZ(0px);
	transition-duration: 0.3s;
	transition-property: height, width;

}


#header.headerSticky-scrolled .headerLogo {
	display: block;
 	position: absolute;
    left: 5%;
    top: 55px;
    width: 190px;
    height: auto;
    float: left;
    z-index: 11;
	object-fit: cover;
}

#header.headerSticky-scrolled .headerLogo img {

	height: 35px;
	transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: color, background-color, position, height, width;

}
	
	
	.headerLogo {
		position: absolute;
		left: 2%;
		top: 40px;
		width: 281px;
		height: 55px;
		float: left;
		z-index: 11;
}
	
	.headerLogo img{
	
		width: 190px;
		height: auto;
	
	}
	

}

@media only screen and (max-width:1110px) {
	
	
	.headerSingleBG {
	width: 100%;
	height: 136px;
	background: url("../../files/_2019/_standards/headerSingleSub.png") no-repeat;
	background-position: -457px;
	-webkit-background-position: -457px;
}
	
#header.headerSticky-scrolled {
	background-color: rgba(255,255,255,1);
	background-image: url("../../files/_2019/_standards/headerSingleSub.png");
	background-repeat: no-repeat;
	background-position: -457px;
	-webkit-background-position: -457px;
	position: fixed;
	width: 100%;
	top: -40px;
	height: 136px;

	
}
	
	#header.headerSticky-scrolled .headerLogo, #header.headerSticky-scrolled .headerLogoHome { 
	display: block;
 	position: absolute;
    left: 2%;
    top: 55px;
    width: 177px;
    height: auto;
    float: left;
    z-index: 11;
	object-fit: cover;
}
}


@media only screen and (max-width:813px) and (orientation: landscape) {
	
	#header.headerSticky-scrolled .headerLogo {
		left: 2%;
	}
}
/* 5050-header-2019.css - ENDE */
/* 5050-navi-nonav.css */ 

.invisible {
	display: none;
}

#navtoggler, .mm-menu, .mobile_menu {
	
	display: none;
}



#mmenu, .mod_mmnavigation, .mm-menu  {
  display: none
}

.mod_navigation .nonavlink {
	color: #ffffff;
	cursor: pointer;
	
	/*cursor: url("../../files/_2019/_standards/aa-cursor-nonavlink02.png"), auto;*/
}


nav.mod_navigation ul.level_1 li a.trail
{
	color: #ffffff !important;
	font-weight: 700;
}

nav.mod_navigation ul.level_1 li a.sibling {
	font-weight: 100;
}

.mod_navigation .nonavlink:hover, .mod_navigation .nonavlink.active {
	color: #000;
}

.mod_navigation li.nonavlink {
	
	padding: 20px 10px 20px;
}

.navi_border {
	position: absolute;
	right: 0;
	top: 49px;
	max-width: 1000px;
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
	padding-right: 227px;
	width: auto;
	z-index: 2;
		
}

nav.mod_navigation {
    box-sizing: border-box;
	height: 60px;
	position: absolute;
	right: -23px;
	top: 42px;
	max-width: 1000px;
	/*border-bottom: 1px solid #fff;*/
	margin-bottom: 10px;
	padding-right: 227px;
	width: auto;
	background: url("../../files/_2019/_standards/navi-whiteLine-BG.png") repeat-x;
	background-position-y: -1px;
	-webkit-background-position-y: -1px;
	overflow: inherit;
	z-index: 8;
		
}

	nav.mod_navigation {
	
		padding-right: 115px;
	
}



/*		nav.mod_navigation {
			box-sizing: border-box;
			padding-left: 688px;
			top: 43px;
			position: relative;
			overflow: inherit;
			margin: 0 auto;
			z-index: 1000;
			}*/

			nav.mod_navigation ul {
			  margin: 0;
			  padding: 0;
			}

			nav.mod_navigation a {
			  display: block;
			  color: #ffffff;
			  text-decoration: none;
			}
	
nav.mod_navigation ul.level_1 li.active:hover {
	/*background: none !important;*/
				}

nav.mod_navigation a:hover, 
nav.mod_navigation ul.level_1 li.active, 
nav.mod_navigation ul.level_1 a.active {
	color: #fff !important;
}		


nav.mod_navigation a:hover, 
nav.mod_navigation ul.level_2 li.active, 
nav.mod_navigation ul.level_2 a.active {
	color: #000 !important;
}


			nav.mod_navigation ul li {
			  position: relative;
			  float: left;
			  list-style: none;
			  font:24px "titillium-web", sans-serif;
			  color:#418189;
    			outline: medium none;
    			font-weight:100;
				font-style: italic;
  			  padding: 20px 10px 20px;
			  transition: 0.3s;
			  transition-property: color, background, all;
			  -webkit-transition-duration: 0.3s;
              -webkit-transition-property: color, background, all;
			}

			nav.mod_navigation ul li a {
			  /*padding: 20px;*/
			}

		nav.mod_navigation ul.level_1 li:hover {
			  /*background: #c93222 !important;*/
			color: #000;
			}

			nav.mod_navigation ul ul {
			  position: absolute;
			  top: -9999px;
			  left: -9999px;
			  /*background: #333;*/
			  box-shadow: 8px 10px 10px 0px rgba(0,0,0,0.3);
			  z-index: 1;
			}

			nav.mod_navigation ul ul li {
			  float: none;
			  width: 200px;
				padding: 15px 0;
			  /*border-bottom: 1px solid #555;*/
			}

			nav.mod_navigation ul ul li a {
			  padding: 0;
			}

			nav.mod_navigation ul ul li:last-child {
			    border-bottom: none;
				border-radius: 0;
			}

		nav.mod_navigation ul ul li.last:hover{
			  border-bottom: none;
			  border-radius: 0 0 0px 6px;
			}

		nav.mod_navigation ul ul ul li:first-child {
			  border-bottom: none;
				border-radius: 0 6px 0px 0px;
			}

			nav.mod_navigation ul li:hover > ul {
			  top: 56px;
			  left: 0;
			}

			nav.mod_navigation ul ul li:hover > ul {
			  top: 0;
			  left: 200px;
			  
			}



.mod_navigation ul.level_1 li ul.level_2 li {
	  background: #00a091 !important;
	  width: 200px;
	  position: relative;
	  float: none;
	  clear: both;
	  display: block;
	  padding: 5px 10px;
	  color: #ffffff;
	  font: 22px "titillium-web", sans-serif;
	  font-style: italic;
	  font-weight: 100;
	  text-transform: none;
	  white-space: nowrap;
	}

.mod_navigation ul.level_1 li ul.level_2 li.active {
    /*padding: 17px 0px 17px 20px! important;
    background: #e43a37 !important;
    width: 240px;*/
	
}

	.mod_navigation ul.level_1 li ul.level_2 li:hover, .mod_navigation ul.level_1 li ul.level_2 li ul.level_3 li:hover {
		background: #00a091 !important;
		color: #000 !important;
	}


.mod_navigation ul.level_1 li ul li a.submenu:after, .mod_navigation ul.level_1 li.active ul li .submenu:after{
	content: url("../../files/_2019/_standards/aa-header-subnavi-arrow.png");
	position: absolute;
	right:10px;
	}
	
.mod_navigation ul.level_1 li.behandlungen ul.level_2 li.active:after {
	content: url("../../files/_2019/_standards/aa-header-subnavi-arrow.png");
	position: absolute;
	right:10px;
	}

.mod_navigation ul.level_1 li.behandlungen ul.level_2 li ul.level_3 li.active:after {
	content: '';
	position: absolute;
	right:10px;
	}


.mod_navigation ul li.kontkt a, 
.mod_navigation ul li.kontkt a:visited {
	color: #000;
	/*font-weight: 700;
	background: #fff;
	padding-right: 112px;
	padding-left: 10px;
	padding-bottom: 8px;
	padding-top: 5px;
	background: url("../../files/_2019/_standards/naviKontaktBG.png") no-repeat;*/
}

/*nav.mod_navigation .kontkt a, 
nav.mod_navigation ul.level_1 li.kontkt a:visited,*/ 
nav.mod_navigation ul li.active span.kontkt,
nav.mod_navigation a.kontkt, 
nav.mod_navigation ul.level_1 li a.kontkt:visited, 
nav.mod_navigation ul li.kontkt{

	font-weight: 700;
	/*background: #fff;*/
	padding-right: 112px;
	padding-left: 10px;
	padding-bottom: 8px;
	padding-top: 7px;
	background: url("../../files/_2019/_standards/naviKontaktBG.png") no-repeat;
	font-style: italic;
	font-size: 24px;
	line-height: 26px;
	font-weight: 700 !important;
	
	
}

nav.mod_navigation ul li.kontkt strong.kontkt
{
	color: #000 !important;
}


nav.mod_navigation ul li.kontkt{
	background: none;
	margin-top: 10px;
}

nav.mod_navigation ul li.active.kontkt {
	background: url("../../files/_2019/_standards/naviKontaktBG.png") no-repeat;
	padding-right: 212px;
	margin: 17px 0 0 10px;
}


@media only screen and (max-width:1566px){
	
	
	nav.mod_navigation {
	
		padding-right: 0px;
	
}

	nav.mod_navigation ul {
		margin: 2px 0 0;
	}
	
	nav.mod_navigation ul li {
		font-size: 22px;
	}
	
	.mod_navigation .kontkt a, .mod_navigation ul.level_1 li.kontkt a:visited, .mod_navigation ul li.active span.kontkt {
		font-size: 22px;
		line-height: 24px;
	}
	
}

@media only screen and (max-width:1454px) {
	
	nav.mod_navigation {
		/*padding-right: 91px;
		padding-right: 79px;*/
		right: -65px;
	}
	
 	/*body.kontkt .mod_navigation {
		right: -156px;
	}*/
}
/*@media only screen and (max-width:1470px){
	
	nav.mod_navigation {
		padding-right: 233px;
	}
	
}*/


/*@media only screen and (max-width:1279px){
	nav.mod_navigation {
	padding-left: 12%;
}
}


@media only screen and (max-width:1024px){
	nav.mod_navigation {
		display: none;
	}
	
}*/
/* 5050-mobile-Navi-2019-10-2019.css - START */


@media only screen and (min-width:731px) and (max-width:1160px) {

	.navi_border, .mod_navigation, .headerPhoneSocial {
		display: none;
	}	
	
	
		#navtoggler {
			display: block;
			width: 40px;
			height: 40px;
			right: 40px;
			top: 40px;
			padding: 0;
			position: absolute;
			z-index: 9;
			border-bottom: 0px solid #fff;
			text-align: right;
			cursor: pointer;

		}
		#navtoggler img {
			width: 40px;
			height: 40px;
		}


		#navtogglerX {
			width: 40px;
			height: 40px;
			right: 40px;
			top: 40px;
			padding: 0;
			position: absolute;
			z-index: 10;
			border-bottom: 0px solid #fff;
			text-align: right;
			cursor: pointer;

		}
		#navtogglerX img {
			width: 30px;
			height: 30px;
		}

	.headerSticky-scrolled #navtoggler {
		top: 55px;
	}
	
	
	
.headerTuerkis {
	position: absolute;
	height: 136px;
	width: 336px;
	top:0;
	right:-120px;
	background: url("../../files/_2019/_standards/naviPetrolBG.png") no-repeat;
	background-position: right top;
	z-index: 2;
}
	
	.mobile_menu .mm-list, .mobile_menu .mm-list > li.mobile-indent {
		padding-left:0px;
		list-style: none;
	}
	
	.mobile_menu {
			top: 0px;
			font: 22px "titillium-web", sans-serif;
			letter-spacing: 1px;
			color: #fff;
			background: #9ed410;
			z-index: 10003;
				}

		.mobile_menu.mm-front {
			z-index: 1;
			box-shadow: 0 0 15px rgba(0, 0, 0, 0.0);
		}
	
	



	.mobile_menu ul.level_1{
		
		position: relative;
		top:70px;
		left: 25px;
		margin: 0;
		padding: 0;
		
	}

	
	
		.mm-memu ul li a, .mobile_menu ul li a:visited, .mm-memu ul li a:link, .mobile_menu ul li a:focus, .mobile_menu ul li a:active {
			font: 22px "titillium-web", sans-serif;
			text-decoration: none;
			color: #fff;
			font-weight: 100;
			line-height: 20px;
		}
		.mm-memu a, .mobile_menu a:visited, .mm-memu a:link, .mobile_menu a:focus, .mobile_menu a:active {
			font: 22px "titillium-web", sans-serif;
			text-decoration: none;
			color: #fff;
			font-weight: 400;
		}


		.mobile_menu ul.level_1 li {
			margin-bottom: 5px;
		}

		.mobile_menu ul li ul {
			left: 10px;
			position: relative;
			display: none
		}

	.mobile_menu .mobile_menu .mm-list, .mobile_menu .mm-list {
		font-weight: 100;
	}
	
		.mobile_menu .mobile_menu .mm-list a.mm-subopen {
			color: #fff;
			background: rgba(32, 2, 1, 0);
			width: 40px;
			height: 100%;
			padding: 0;
			position: absolute;
			left: 130px;
    		top: 3px;
			z-index: 2;
		}
		.mod_navigation ul li ul li {
			width: 117px;
			height: 20px;
			display: block;
			padding: 5px 10px 5px 8px;
			color: #fff
		}
		.mod_navigation ul li ul li.active {
			width: auto;
			height: 20px;
			display: block;
			padding: 5px 10px 5px 8px;
			font: 22px "titillium-web", sans-serif;
			outline: medium none;
			color: #fff;
			background: none
		}
		.mobile_menu .mobile_menu .mm-list > li > a.mm-subopen::after, .mobile_menu .mobile_menu .mm-list > li > a.mm-subclose::before {
			border-color: #fff;
		}
		.mobile_menu .mobile_menu .mm-list > li > a.mm-subopen::before {
			border-color: #fff
		}
		.mobile_menu .mobile_menu .mm-list > li > a.mm-subopen::after, .mobile_menu .mobile_menu .mm-list > li > a.mm-subclose::before, .mobile_menu .mobile_menu .mm-list > li::after, .mobile_menu .mobile_menu .mm-list > li > a.mm-subclose {
			border-color: #fff;
			color: #313131
		}
		.mobile_menu .mm-list a.mm-subopen::before {
			border-left: 0px solid #fff
		}
		#mobilenav ul li.first {
			padding-left: 0;
			border-top: 0px solid #fff
		}
		#mobilenav ul li.last {
			border-bottom: 0px solid #fff
		}
		.mobile_menu .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults)::after {
			border-top:0px solid #fff;
			border-bottom: 0px solid #fff;
			border-bottom-width: 0px
		}



		.mobile_menu .mobile_menu .mm-list > li.mm-selected > a:not(.mm-subopen), .mobile_menu .mobile_menu .mm-list > li.mm-selected > span {
			background: none;
			color: #fff;
		}


		.mobile_menu .mm-list {
			font-size: 22px;

		}
	
}


@media only screen and (min-width:120px) and (max-width:730px) {

	.navi_border, .mod_navigation, .headerPhoneSocial {
		display: none;
	}	
	
	
		#navtoggler {
			display: block;
			width: 40px;
			height: 40px;
			right: 40px;
			top: 40px;
			padding: 0;
			position: absolute;
			z-index: 9;
			border-bottom: 0px solid #fff;
			text-align: right;

		}
		#navtoggler img {
			width: 40px;
			height: 40px;
		}


		#navtogglerX {
			width: 40px;
			height: 40px;
			right: 40px;
			top: 40px;
			padding: 0;
			position: absolute;
			z-index: 10;
			border-bottom: 0px solid #fff;
			text-align: right;

		}
		#navtogglerX img {
			width: 40px;
			height: 40px;
		}

	.headerSticky-scrolled #navtoggler {
		top:55px;
	}
	
.headerTuerkis {

	display: none;
}
	
		.mobile_menu {
			top: 0px;
			font: 22px "titillium-web", sans-serif;
			letter-spacing: 1px;
			color: #fff;
			background: #9ed410;
			z-index: 10003;
				}

		.mobile_menu.mm-front {
			z-index: 1;
			box-shadow: 0 0 15px rgba(0, 0, 0, 0.0);
		}
	
	.mobile_menu .mm-list, .mobile_menu .mm-list > li.mobile-indent {
		padding-left: 0px;
	}
	
	.mobile_menu ul.level_1{
		
		position: absolute;
		top:70px;
		left: 25px;
		margin: 0;
		padding: 0;
		
	}

		.mm-memu ul li a, .mobile_menu ul li a:visited, .mm-memu ul li a:link, .mobile_menu ul li a:focus, .mobile_menu ul li a:active {
			font: 22px "titillium-web", sans-serif;
			text-decoration: none;
			color: #fff;
			font-weight: 400;
			line-height: 20px;
		}
		.mm-memu a, .mobile_menu a:visited, .mm-memu a:link, .mobile_menu a:focus, .mobile_menu a:active {
			font: 22px "titillium-web", sans-serif;
			text-decoration: none;
			color: #fff;
			font-weight: 400;
		}


		.mobile_menu ul.level_1 li {
			margin-bottom: 5px;
		}

		.mobile_menu ul li ul {
			left: 10px;
			position: relative;
			display: none
		}

		.mobile_menu .mobile_menu .mm-list a.mm-subopen {
			color: #fff;
			background: rgba(32, 2, 1, 0);
			width: 40px;
			height: 100%;
			padding: 0;
			position: absolute;
			left: 130px;
    		top: 3px;
			z-index: 2;
		}
	
.mobile_menu ul.level_2 {
		top: 0px;
	}
		.mod_navigation ul li ul li {
			width: 117px;
			height: 20px;
			display: block;
			padding: 5px 10px 5px 8px;
			color: #fff
		}
		.mod_navigation ul li ul li.active {
			width: auto;
			height: 20px;
			display: block;
			padding: 5px 10px 5px 8px;
			font: 22px "titillium-web", sans-serif;
			outline: medium none;
			color: #fff;
			background: none
		}
	
	.mobile_menu .mobile_menu .mm-list > li > a.mm-subclose {
		background: none;
	}
		.mobile_menu .mobile_menu .mm-list > li > a.mm-subopen::after, .mobile_menu .mobile_menu .mm-list > li > a.mm-subclose::before {
			border-color: #fff;
		}
		.mobile_menu .mobile_menu .mm-list > li > a.mm-subopen::before {
			border-color: #fff
		}
		.mobile_menu .mobile_menu .mm-list > li > a.mm-subopen::after, .mobile_menu .mobile_menu .mm-list > li > a.mm-subclose::before, .mobile_menu .mobile_menu .mm-list > li::after, .mobile_menu .mobile_menu .mm-list > li > a.mm-subclose {
			border-color: #fff;
			color: #313131
		}
		.mobile_menu .mm-list a.mm-subopen::before {
			border-left: 0px solid #fff
		}
		#mobilenav ul li.first {
			padding-left: 0;
			border-top: 0px solid #fff
		}
		#mobilenav ul li.last {
			border-bottom: 0px solid #fff
		}
		.mobile_menu .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults)::after {
			border-top:0px solid #fff;
			border-bottom: 0px solid #fff;
			border-bottom-width: 0px
		}



		.mobile_menu .mobile_menu .mm-list > li.mm-selected > a:not(.mm-subopen), .mobile_menu .mobile_menu .mm-list > li.mm-selected > span {
			background: none;
			color: #fff;
		}


		.mobile_menu .mm-list {
			font-size: 22px;

		}
	
}

@media only screen and (max-width:555px) {


		#navtoggler {
			display: block;
			width: 40px;
			height: 40px;
			right: 40px;
			top: 40px;
			padding: 0;
			position: absolute;
			z-index: 9;
			border-bottom: 0px solid #fff;
			text-align: right;


		}

	#navtoggler img {
			width: 40px;
			height: 40px;
		}


		#navtogglerX {
			width: 40px;
			height: 40px;
			right: 40px;
			top: 40px;
			padding: 0;
			position: absolute;
			z-index: 10;
			border-bottom: 0px solid #fff;
			text-align: right;

		}
	
	#navtogglerX img {
			width: 40px;
			height: 40px;
		}
	
	.headerSticky-scrolled #navtoggler {
		top:55px;
	}
	

}

/* 5050-mobile-Navi-2019-10-2019.css - ENDE */
/* 5050-team-2019-desktop.css - START */

body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-family: "titillium-web", sans-serif;
	letter-spacing: 0.02em;
}


p {
	font-size: 20px;
	line-height: 28px;
	font-weight: 100;
	color: #4a4a4a;

}


#wrapper {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	/*padding-bottom: 886px;*/
}

.topHeadIllu {   
	position: absolute;
    top: 0px;
    width: 100%;
    max-width: 1920px;
    height: auto;
}


.headIllu {
	position: absolute;
	top: 136px;
	left: 0;
	width: 100%;
	object-fit: cover;
}
	.headIllu img {
		width:1920px;
		height: 737px;
}



.whiteOverlay {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 749px; 
    min-height: 748px;
	z-index: 0;
	overflow-x: hidden;
}

.whiteOverlay img {
	/*width: 100%;
	height: 100%;*/
	width: 749px;
	height: 748px;
	/*object-fit: cover;*/
	
}
	
	.overlay {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 1920px; 
    min-height: 748px;
	z-index: 1;
	overflow-x: hidden;
}

.overlay img {
	/*width: 100%;
	height: 100%;*/
	width: 1920px;
	height: 748px;
	/*object-fit: cover;*/
	
}	
	
.overlay1410, .overlay1110 {
	
	display: none;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 1920px; 
    min-height: 748px;
	z-index: 1;
	overflow-x: hidden;
}

.overlay img {
	/*width: 100%;
	height: 100%;*/
	width: 1920px;
	height: 748px;
	/*object-fit: cover;*/
	
}


.overlayHeadline {
	position: absolute;
	top: 75vh;
	text-align: center;
	width: 100%;
			
}


.overlayHeadline h1 {
	color: #fff;
	font-weight: 300;
	font-style: italic;
	font-size: 70px;
	margin: 0;
		
}

.overlayHeadline01 {
	position: absolute;
	/*top: 40vh;
	left: 10vw;
	top: 50vh;*/
	top: 554px;
	left: 12vw;
	text-align: left;
	width: 746px;
	height: 186px;
	display: inline-block;
	background: url("../../files/_2019/landingpages/headlineBGs/h1bg-petrol.png") no-repeat 0 0;
	/*background-color: #00a091;*/
	padding: 35px 0px 0px 200px;
			
}


.overlayHeadline01 h1 {
	color: #fff;
	font-weight: 700;
	font-style: italic;
	font-size: 70px;
	margin: 0;
		
}

.overlayHeadline01 p {
	color: #fff;
	font-weight: 300;
	font-style: italic;
	font-size: 50px;
	margin: 0;
		
}

.overlaySubline01 {
	position: relative;
	/*top: 60vh;
	left: 10vw;
	top: 70vh;*/
	top:740px;
	/*left: 12vw;*/
	left: 16vw;
	text-align: left;
	width: 895px;
	height: 114px;
	display: inline-block;
	background: url("../../files/_2019/landingpages/headlineBGs/subline-bg-green.png") no-repeat 0 0;
	/*background-color: #00a091;*/
	padding: 35px 0px 0px 20px;
	z-index: 1;
			
}


.overlaySubline01 p {
	color: #fff;
	font-weight: 300;
	font-style: italic;
	font-size: 50px;
	margin: 0;
		
}


.overlayCTA01 {
	position: absolute;
	top: 47vh;
	/*right: 7vw;*/
	right: 3vw;
	text-align: left;
	width: 357px;
	height: 61px;
	display: inline-block;
	background: url("../../files/_2019/landingpages/headlineBGs/cta-bg-orange.png") no-repeat 0 0;
	/*background-color: #00a091;*/
	padding: 15px 0px 0px 70px;
			
}


.overlayCTA01 p {
	color: #fff;
	font-weight: 700;
	font-style: normal;
	font-size: 28px;
	margin: 0;
		
}


.contactButtons {
	position: absolute;
	right:0;
	top: 272px;
	width: 216px;
	height: 58px;
}

.ctaBtn {
	width: 308px;
	height: 49px;
	padding: 10px;
	background: url("../../files/_2019/_standards/ctaBG.png") no-repeat;
	position: absolute;
	right: 0;
	
}

.ctaBtn a {
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}

.ctaBtnOrange {
	display: block;
	width: 256px;
	padding: 10px 20px 10px 10px;
	background:#ff6c00;
	margin: 0 auto !important;
	
}

a.ctaBtnOrange, p.ctaBtnOrange {
	color: #fff !important;
	font-weight: 500;
	text-decoration: none;
}


.ctaBtnOrange img {
	vertical-align: middle;
	margin-right: 20px;
}



.contentWrapper100 {
	position: relative;
	top: 200px;
}

.contentBG {
	position: fixed;
    left: -265px;
    top: 0px;
    overflow: hidden;
    width: 100%;
	z-index: -1;
}

.petrol {
	color: #00a091;
	
}

.gruen {
	color: #97bf0d;
}

.white {
	color: #fff;
}

.subpageContent {
	
    position: relative;
	width: 80%;
	min-width: 1240px;
	max-width: 1366px;
	/*top:868px;*/
	top:914px;
	padding-bottom: 886px;
	height: auto;
	margin: 0 auto;		
    overflow: hidden;
	z-index: 2;
	
}

	
.subpageContentNoPadd {
	   padding-bottom: 0px;
	
	
}

.subpageContentWrap {
		width: 60%;
		margin: 0 auto;
		padding: 0 10%;
		overflow: hidden;
		position: relative;
		top: 272px;
		padding-bottom: 272px;
	}
	
	.subpageContentWrap h1 {
		color: #4a4a4a;
		font-weight: 300;
		font-size: 60px;
		margin: 15px 0 25px;
		line-height: 48px;
	}	

.subpageContentWrap a, .subpageContentWrap a:visited  {
	text-decoration: none;
	color: #5a5a5a;
}

.subpageContentWrap a:hover {
	text-decoration: underline;
	
}
	
.bgGrau-ededed {
	background: #ededed;
	overflow: hidden;
}


.subpageContent h1 {
	font-weight: 300;
	font-style: italic;
	font-size: 70px;
	margin: 0;
	margin-top: 0;
	color: #97bf0d;
}


.content100 {
	width: 100%;
	float: none;
	overflow: hidden;
}

.content100 p {
	margin-top: 0;
}

.content50 {
	width: 48%;
	float: left;
}

	.paddingTop100 {
		padding-top: 100px;
	}
	

/*.marginTop100 {
		margin-top: 100px;
	}*/

.marginBottom200 {
		margin-bottom: 200px;
	}

.marginright4perc {
	margin-right: 4%;
	
}


.content50 p {
	margin-top: 0;
	line-height: 28px;
}
	
.content25 {
	width: 23%;
	height: auto;
	float: left;
	overflow: hidden;
	margin: 0 1% 50px 1%;
	text-align: center;
}

	.content25 h3 {
		font-size: 20px;
		line-height: 28px;
		font-weight: normal;
		margin: 0;
	}

.greenBG {
	width: 43%;
	background: #97bf0d;
	/*padding: 35px 0 45px 35px;*/
	padding: 35px 10px 45px 25px;
}

.greenBG h1 {
	font-weight: 700;
	font-style: italic;
	font-size: 45px;
	line-height: 47px;
	margin: 0;
	margin-top: 0;
	color: #000;	
}

.greenBG p.marginBtm {
	margin-bottom: 0;
	margin-top: 50px;
}

.greenBG .icon {
	float: left;
	vertical-align: text-top;
	width: 115px;
	height: 99px;
	margin-right: 30px;
	margin-bottom: 10px;
}

.height1124px {
	height: 1124px;
}

.overlayCTA02 {
/*	position: absolute;
	top: 47vh;
	right: 7vw;*/
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 357px;
	height: 61px;
	display: block;
	background: url("../../files/_2019/landingpages/headlineBGs/cta-bg-orange.png") no-repeat 0 0;
	/*background-color: #00a091;*/
	padding: 15px 0px 0px 70px;
	
			
}


.overlayCTA02 p {
	color: #fff;
	font-weight: 700;
	font-style: normal;
	font-size: 28px;
	margin: 0;
		
}


.greyContent, .greenContent {
 	position: relative;
	width: 80%;
	min-width: 1240px;
	max-width: 1366px;
	height: auto;
	margin: 0 auto;		
    overflow: hidden;
	z-index: 2;
	
}


.greyContent h1, .greenContent h1 {
	font-weight: 300;
	font-style: italic;
	font-size: 70px;
	margin: 0;
	margin-top: 0;
	color: #97bf0d;
	padding: 40px 10px 0 10px;
}

.greenContent p {
	padding: 0px 10px 0 10px;
	margin: 0;
}

.gelb {
	color: #fff000;
	font-weight: 700;
}

.small {
	color: #fff000;
	font-size: 18px;
}

.greenFade {
	background-color: #b6ce09;
	/*padding: 40px 10px 0 10px;*/
}

.greenFullBG {
	position: relative;
	width: 100%;
	background: #97bf0d;
	padding: 0px 0 50px 0;
	margin-top: 50px;
}


.greyFullBG {
	position: relative;
	width: 100%;
	padding: 0px 0 50px 0;
	margin-top: 50px;
	background: #ededed;
	
}


.greyFullBGSlider {
	/*padding-bottom: 586px;*/
	top: 200px;
	position: relative;
	width: 100%;
	background: #ededed;
	padding: 25px 0 300px 0;
	margin-top: 50px;
}

.thirtyThree {
	width: 32%;
	float: left;
	top: 0;
	position: relative;
	margin-bottom: 5%;
}

.thirtyThree h3 {
	color: #fff;
	font-weight: 700;
	font-style: normal;
	font-size: 28px;
	
}

.thirtyThree p {
	margin-top: 0;
	color: #000;
}

.thirtyThree img {
	text-align: center;
}

.middleCol {
	margin: 0 2%;
}

.floatNone {
	float: none;
}

.clearLeft {
	clear: left;
}

/* Add some content at the bottom of the video/page */
.content {
    position: fixed;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
}



.whiteFullBG {
	position: relative;
	top:0px;
	width: 100%;
	background: #ffffff;
	padding: 25px 0 0px 0;
	margin-top: 50px;
}

/*.greenFullBG p, */.greenFullBG h1, .greenFullBG h2, .greenFullBG h3 {
	color: #fff;
}




/* Style the button used to pause/play the video */
#myBtn {
    width: 200px;
    font-size: 18px;
    padding: 10px;
    border: none;
    background: #000;
    color: #fff;
    cursor: pointer;
}

#myBtn:hover {
    background: #ddd;
    color: black;
}

	
	/* Galerie START */
	.ce_gallery > ul li, .content-gallery > ul li {
		width: 25%;
		text-align: center;
	}

 .content-gallery figure {
		margin: 10px;
	}
	
.content-gallery figure img{
	aspect-ratio: 1 / 1;
	object-fit: cover;
	
}
	
	/*.ce_gallery>ul li img {
  		-webkit-filter: grayscale(100%);
  		filter: grayscale(100%);
		transition: all 700ms;
	}
	
	.ce_gallery>ul li img:hover {
  		-webkit-filter: grayscale(0%);
  		filter: grayscale(0%);
	}*/
	
	/* Galerie ENDE */

	
@media only screen and (max-width:1454px) {
	
	
	.overlay {
		display: none;
	}

.overlay1410 {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 1410px; 
    min-height: 748px;
	z-index: 1;
	overflow-x: hidden;
	display: block;
}

.overlay1410 img {
	/*width: 100%;
	height: 100%;*/
	width: 1410px;
	height: 748px;
	/*object-fit: cover;*/
	
}

	
.overlayHeadline {
	position: absolute;
	top: 75vh;
	text-align: center;
	width: 100%;
			
}


.whiteOverlay {
	left: -198px;
}

.overlayHeadline01 {
    position: absolute;
    top: 579px;
    left: 10vw;
    text-align: left;
    width: 446px;
    height: 146px;
    display: inline-block;
    background: url(../../files/_2019/landingpages/headlineBGs/h1bg-petrol.png) no-repeat 0 0;
    /* background-color: #00a091; */
    padding: 35px 0px 0px 200px;
    background-size: cover;
	-webkit-background-size: cover;
			
}


.overlayHeadline01 h1 {
	color: #fff;
	font-weight: 700;
	font-style: italic;
	font-size: 60px;
	margin: 0;
		
}

.overlayHeadline01 p {
	color: #fff;
	font-weight: 300;
	font-style: italic;
	font-size: 40px;
	margin: 0;
		
}

.overlaySubline01 {
	position: relative;
	/*top: 60vh;
	left: 10vw;
	top: 70vh;*/
	top:760px;
	/*left: 12vw;*/
	left: 14vw;
	text-align: left;
	width: 695px;
	height: 94px;
	display: inline-block;
	background: url("../../files/_2019/landingpages/headlineBGs/subline-bg-green.png") no-repeat 0 0;
	background-size: contain;
	-webkit-background-size: contain;
	/*background-color: #00a091;*/
	padding: 28px 0px 0px 20px;
			
}


.overlaySubline01 p {
	color: #fff;
	font-weight: 300;
	font-style: italic;
	font-size: 40px;
	margin: 0;
		
}

}

@media only screen and (max-width:1280px) {
	
	.subpageContent {
		width: 90%;
		min-width: 1025px;
		margin: 0 auto;
	}
	
	iframe {
		/*width: 100%;*/
	}
	
	.content50 {
		width: 49%;
		float: left;
	}

	.marginright4perc {
		margin-right: 2%;

	}

	.iframeVideo p {
		/*line-height: 0*/;
		margin: 0 0 25px 0;
	}
	
	.greenBG {
		width: 43%;
		background: #97bf0d;
		padding: 15px 10px 55px 15px;
	}

	.greenBG h1 {
		font-weight: 700;
		font-style: italic;
		font-size: 35px;
		margin: 0;
		margin-top: 0;
		color: #000;	
	}

	.greenBG p.marginBtm {
		margin-bottom: 0;
	}

	.greenBG .icon {
		float: left;
		vertical-align: text-top;
		width: 115px;
		height: 99px;
		margin-right: 30px;
		margin-bottom: 80px;
	}
	
	.greyContent, .greenContent {
		width: 90%;
	 	min-width: 1025px;
	
}
	
	.greyContent h1, .greenContent h1 {
		line-height: 70px;
		margin: 0 0 15px 0;
	}
	
}


@media only screen and (max-width:1183px) {
	
	
	.overlay, .overlay1410 {
		display: none;
	}

.overlay1110 {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 1110px; 
    min-height: 748px;
	z-index: 1;
	overflow-x: hidden;
	display: block;
}

.overlay1110 img {
	/*width: 100%;
	height: 100%;*/
	width: 1110px;
	height: 748px;
	/*object-fit: cover;*/
	
}

	.whiteOverlay {
	left: -398px;
}


.overlayHeadline01 {
    position: absolute;
    top: 579px;
    left: 10vw;
    text-align: left;
    width: 446px;
    height: 146px;
    display: inline-block;
    background: url(../../files/_2019/landingpages/headlineBGs/h1bg-petrol.png) no-repeat 0 0;
    /* background-color: #00a091; */
    padding: 35px 0px 0px 200px;
    background-size: cover;
	-webkit-background-size: cover;
			
}


.overlayHeadline01 h1 {
	color: #fff;
	font-weight: 700;
	font-style: italic;
	font-size: 60px;
	margin: 0;
		
}

.overlayHeadline01 p {
	color: #fff;
	font-weight: 300;
	font-style: italic;
	font-size: 40px;
	margin: 0;
		
}

.overlaySubline01 {
	position: relative;
	/*top: 60vh;
	left: 10vw;
	top: 70vh;*/
	top:760px;
	/*left: 12vw;*/
	left: 14vw;
	text-align: left;
	width: 695px;
	height: 94px;
	display: inline-block;
	background: url("../../files/_2019/landingpages/headlineBGs/subline-bg-green.png") no-repeat 0 0;
	background-size: contain;
	-webkit-background-size: contain;
	/*background-color: #00a091;*/
	padding: 28px 0px 0px 20px;
			
}


.overlaySubline01 p {
	color: #fff;
	font-weight: 300;
	font-style: italic;
	font-size: 40px;
	margin: 0;
		
}
	
.subpageContent {
    width: 90%;
    min-width: 90%;
    margin: 0 auto;
}
	
}

@media only screen and (max-width:1110px) {
	.whiteOverlay {
	left: -458px;
}

}

@media only screen and (max-width:1024px) {
	
	.subpageContentWrap h1 {
		font-size: 50px;
		line-height: 50px;
	} 
	
	.subpageContent {
		width: 90%;
		min-width: 315px;
		margin: 0 auto;
		top: 95vh;
	}
	
	iframe {
		width: auto;
		min-width: 640px;
		margin-bottom: 20px;
	}
	
	.content50 {
		width: 100%;
		float: none;
		margin: 0 auto;
	}

	
	.content25 {
		width: 48%;
		/*float: none;
		clear: both;*/
	}
	
	.marginright4perc {
		margin: 0 auto;
	}

	.iframeVideo p {
		line-height: 0;
		margin: 0 0 50px 0;
	}
	
	.greenBG {
		width: 96%;
		background: #97bf0d;
		padding: 35px 2% 45px 2%;
	}

	.greenBG h1 {
		font-weight: 700;
		font-style: italic;
		font-size: 60px;
		line-height: 60px;
		margin: 0;
		margin-top: 0;
		color: #000;	
	}

	.greenBG p.marginBtm {
		margin-bottom: 0;
	}

	.greenBG .icon {
		float: left;
		vertical-align: text-top;
		width: 115px;
		height: 99px;
		margin-right: 30px;
		margin-bottom: 0px;
		clear: left;
	}
	
	.greyContent, .greenContent {
		width: 90%;
	 	min-width: 315px;
	
}
	
	.greyContent h1, .greenContent h1 {
		line-height: 70px;
		margin: 0 0 15px 0;
	}
	
	.height1124px {
		height: auto;
}
	
	
	/* Galerie START */
	
/*	.content-gallery > ul li {
		width: 25%;
		text-align: center;
	}

 .content-gallery figure {
		margin: 10px;
	}
	*/
	
	.ce_gallery>ul li, .content-gallery > ul li { 
		width: 50%;
	}
	
	
	/*.ce_gallery>ul li img {
  		-webkit-filter: grayscale(0%); 
  		filter: grayscale(0%);
		transition: all 700ms;
	}
	
	.ce_gallery>ul li img:hover {
  		-webkit-filter: grayscale(0%); 
  		filter: grayscale(0%);
	}*/
	
	/* Galerie ENDE */
	
}

@media only screen and (max-width:859px) {
	
	
	.overlay1110 {
		left: 0px;
		display: block;
}
	
	.contactButtons {
		top: 182px;
	}
	
	.overlayCTA01 {
		position: absolute;
		top: 280px;
		/* right: 7vw; */
		right: 0;
		text-align: right;
		width: 250px;
		height: 61px;
		display: inline-block;
		background: url(../../files/_2019/landingpages/headlineBGs/cta-bg-orange.png) no-repeat 0 0;
		/* background-color: #00a091; */
		padding: 8px 20px 0px 0px;
		background-size: contain;
	}
	
	.overlayCTA01 p {
		color: #fff;
		font-weight: 700;
		font-style: normal;
		font-size: 20px;
		margin: 0;
	}
	
.overlayHeadline01 {
    position: absolute;
    top: 619px;
    left: 16vw;
    text-align: left;
    width: 306px;
    height: 116px;
    display: inline-block;
    background: url(../../files/_2019/landingpages/headlineBGs/h1bg-petrol.png) no-repeat 0 0;
    /* background-color: #00a091; */
    padding: 25px 40px 0px 150px;
    background-size: cover;
    -webkit-background-size: cover;
			
}


.overlayHeadline01 h1 {
	color: #fff;
	font-weight: 700;
	font-style: italic;
	font-size: 50px;
	margin: 0;
		
}

.overlayHeadline01 p {
	color: #fff;
	font-weight: 300;
	font-style: italic;
	font-size: 30px;
	line-height: 30px;
	margin: 0;
		
}

.overlaySubline01 {
	position: relative;
    top: 760px;
    /* left: 12vw; */
    left: 22vw;
    text-align: left;
    width: 495px;
    height: 94px;
    display: inline-block;
    background: url(../../files/_2019/landingpages/headlineBGs/subline-bg-green.png) no-repeat 0 0;
    background-size: contain;
    -webkit-background-size: contain;
    /* background-color: #00a091; */
    padding: 18px 0px 0px 10px;
			
}


.overlaySubline01 p {
	color: #fff;
    font-weight: 300;
    font-style: italic;
    font-size: 30px;
    margin: 0;
    line-height: 25px;

}
	iframe {
		width: auto;
		min-width: 640px;
		margin-bottom: 20px;
	}
	
	.iframeVideo p {
		line-height: 0;
		margin: 0 0 50px 0;
	}
	
	.subpageContentWrap {
		width: 90%;
		margin: 0 auto;
		top: 176px;
		padding: 0;
	}	

	.subpageContentWrap h1 {
		font-size: 30px;
		line-height: 30px;
		margin-bottom: 0;
	} 	
	
.subpageContent {
    position: relative;
    top: 92vh;
}
	
	.greenBG {
		width: 96%;
		background: #97bf0d;
		padding: 35px 2% 45px 2%;
		margin: 15px 0;
	}
	
	.greenBG h1 {
		font-size: 40px;
		line-height: 40px;
	}
	
	
	.greenBG .icon {
		margin-bottom: 70px;
	}
	
	.ce_gallery.content100, .content-gallery.content100 {
		padding-bottom: 200px;
	}
	
	.content25 {
		width: 100%;
		float: none;
		clear: both;
	}
	
	.paddingTop100 {
		padding-top: 0px;
	}
}

@media only screen and (max-width:732px) {
	
	.headIllu3DAnimation {
		height: 64vh;
		min-height: 64vh;
	}	
	
	.overlay1110 {
		left: 0px;
		display: block;
}
	
	.contactButtons {
		top: 182px;
	}
	
	.overlayCTA01 {
		position: absolute;
		top: 280px;
		/* right: 7vw; */
		right: 0;
		text-align: right;
		width: 250px;
		height: 61px;
		display: inline-block;
		background: url(../../files/_2019/landingpages/headlineBGs/cta-bg-orange.png) no-repeat 0 0;
		/* background-color: #00a091; */
		padding: 8px 20px 0px 0px;
		background-size: contain;
	}
	
	.overlayCTA01 p {
		color: #fff;
		font-weight: 700;
		font-style: normal;
		font-size: 20px;
		margin: 0;
	}
	
	.overlayHeadline01 {
		position: relative;
		top: 65vh;
	  /*top: 400px;
		left: 10%;
		text-align: right; 
		width: 64%;*/
		width: 300px;
		height: 106px;
		display: inline-block;
		background: url(../../files/_2019/landingpages/headlineBGs/h1bg-petrol.png) no-repeat 0 0;
		/* background-color: #00a091; 
		padding: 5% 0 0% 8%;*/
		padding: 20px 0px 0px 120px;
		background-size: contain;
		-webkit-background-size: contain;
		margin: 0 auto;
}
		
			


.overlayHeadline01 h1 {
	color: #fff;
	font-weight: 700;
	font-style: italic;
	font-size: 40px;
	margin: 0;
	line-height: 40px;
	
		
}

.overlayHeadline01 p {
	color: #fff;
	font-weight: 300;
	font-style: italic;
	font-size: 20px;
	margin: 0;
	line-height: 20px;
		
}

.overlaySubline01 {
    position: relative;
	top: 62.7vh;
    /* top: 379px;
    left: 12vw; */
    left: 2vw;
    text-align: left;
    width: 325px;
    height: 94px;
    display: inline-block;
    background: url(../../files/_2019/landingpages/headlineBGs/subline-bg-green.png) no-repeat 0 0;
    background-size: contain;
    -webkit-background-size: contain;
    /* background-color: #00a091; */
    padding: 8px 10px 0px 10px;
			
}


.overlaySubline01 p {
	color: #fff;
	font-weight: 300;
	font-style: italic;
	font-size: 20px;
	margin: 0;
		
}
	
	iframe {
		width: auto;
		min-width: 640px;
		margin-bottom: 20px;
	}
	
	.iframeVideo p {
		line-height: 0;
		margin: 0 0 30px 0;
	}
	
.subpageContent {
    position: relative;
    top: 85vh;
}
	
	.greenBG {
		width: 96%;
		background: #97bf0d;
		padding: 35px 2% 45px 2%;
		margin: 15px 0;
	}
	
	.greenBG h1 {
		font-size: 40px;
		line-height: 40px;
	}
	
	
	.greenBG .icon {
		margin-bottom: 70px;
	}
	
	/* Galerie START */
	.ce_gallery>ul li, .content-gallery > ul li {
		width: 100%;
	}
}

@media only screen and (max-width:420px) {
	
	
.headIllu3DAnimation {
		height: 64vh;
		min-height: 64vh;
	}	
	
 .overlayHeadline01 {
	left: 1vw;
}
		
			


.overlaySubline01 {

	top: 61.9vh;
	left: 4vw;
			
}


.overlaySubline01 p {
	color: #fff;
	font-weight: 300;
	font-style: italic;
	font-size: 20px;
	margin: 0;
		
}
	
	iframe {
		width: auto;
		min-width: 100%;
		margin-bottom: 0px;
		height: 260px;
	}
	
	.iframeVideo p {
		line-height: 0;
		margin: 0 0 30px 0;
	}
	
.subpageContent {
    position: relative;
    top: 90vh;
	padding-bottom: 600px;
}
	
	.greenBG {
		width: 96%;
		background: #97bf0d;
		padding: 35px 2% 45px 2%;
		margin: 15px 0;
	}
	
	.greenBG h1 {
		font-size: 40px;
		line-height: 40px;
	}
	
	.greyContent h1, .greenContent h1 {
		font-size: 40px;
		line-height: 40px;
	}
	
	.greenBG .icon {
		margin-bottom: 8px;
		margin-right: 10px;
    	float: left;
	}
}

/* 5050-team-2019-desktop.css - ENDE */
/* 5050-kontakt-2019-desktop.css - START */

body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-family: "titillium-web", sans-serif;
	letter-spacing: 0.02em;
}


p {
	font-size: 22px;
	line-height: 28px;
	font-weight: 100;
}




.whiteOverlay {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 749px; 
    min-height: 748px;
	z-index:2;
	overflow-x: hidden;
}

.whiteOverlay img {
	/*width: 100%;
	height: 100%;*/
	width: 749px;
	height: 748px;
	/*object-fit: cover;*/
	
}
	

.contentWrapper100 {
	width: 100%;
	margin: 0 auto;
	position: relative;
	margin-top: 25px;
	overflow: hidden;
	/*max-width: 1920px;	*/
	max-width: 1605px;	

}

.contentWrapper {
	width: 75%;
	/*width: 1024px;*/
	margin: 0 auto;
	position: relative;
	margin-top: 50px;
	overflow: hidden;
	max-width: 1920px;

}

.contentWrapper a, .contentWrapper a:visited, .contentWrapper a:active, .contentWrapper a:focus{
	color: #5a5a5a;
	outline: none;
	text-decoration: none;
}

.contentWrapper a:hover {
	color: #424242;
}


.contentWrapper100 a, .contentWrapper100 a:visited, .contentWrapper100 a:active, .contentWrapper100 a:focus{
	color: #5a5a5a;
	outline: none;
	text-decoration: none;
}

.contentWrapper100 a:hover {
	color: #424242;
}


.bgGrau-ededed {
	background: #ededed;
	overflow: hidden;
}

.subpageContentWrap {
	top: 50px;
}

.txtRight {
	width: 50%;
    overflow: hidden;
    margin: 0px auto 0 50%;
} 

@media only screen and (max-width:1410px) {
	.whiteOverlay {
		left: -198px;
	}
	
}

@media only screen and (max-width:1183px) {
	
	.whiteOverlay {
		left: -398px; 

	}
	
}
@media only screen and (max-width:1110px) {
	.whiteOverlay {
	left: -458px;
}
}

@media only screen and (max-width:1024px) {
	
	.contentWrapper, .logoWrapper, .clientWrapper {
		width: 90%;
	}
	
}

@media only screen and (max-width:768px) {
	
.subpageContentWrap {
	top: 50px;
}	
	

	.bgGrau-ededed {
		padding: 0 0 100px 0;
	}	
	
.txtRight {
	width: 90%;
    overflow: hidden;
    margin: 0px auto;
} 
	
	.contentWrapper, .logoWrapper, .clientWrapper {
		width: 90%;
	}



	
}



/* 5050-kontakt-2019-desktop.css - ENDE */
/* 2024-5050-rocksolidsliderLeistungen.css - START */


.rsts-skin-default .rsts-nav {
	display: none !important;
}


.landingPageSlider {
	position: relative;
	top: 136px;
	margin-bottom: 200px;
	/*top:136px;*/
	/*height: 85%;
	max-height: 680px;*/
	
}	

/*.landingpageSlider .swiper {
	min-height: 65vh;
	margin-bottom: 200px;
}
*/


.mod_rocksolid_slider.kontaktHeader{
	top: 20px !important;
}


.sliderImgText p {
	line-height: 0;
	margin: 0;
}

.landingpageSlider .content-image figure img {
	/*	height: calc(90% - 136px);
	width: 100%;
	object-fit: cover;*/
}

.headerCaptionContainer {
	float: none;
	padding: 0;
	position: absolute;
	top: 48%;
	left: 12vw;
	height: auto;
	overflow: hidden;
}




.overlayHeadline h1 {
	color: #fff;
	font-weight: 300;
	font-style: italic;
	font-size: 70px;
	margin: 0;
		
}

.overlayHeadline01 {
	position: relative;
	/*top: 40vh;
	left: 10vw;
	top: 50vh;
	top: 574px;
	left: 12vw;*/
	text-align: left;
	width: 746px;
	height: 186px;
	display: inline-block;
	background: url("../../files/_2019/landingpages/headlineBGs/h1bg-petrol.png") no-repeat 0 0;
	/*background-color: #00a091;*/
	padding: 35px 0px 0px 200px;
	z-index: 7;
	
			
}


.overlayHeadline01 h1 {
	color: #fff;
	font-weight: 700;
	font-style: italic;
	font-size: 70px;
	margin: 0;
		
}

.overlayHeadline01 p {
	color: #fff;
	font-weight: 300;
	font-style: italic;
	font-size: 50px;
	margin: 18px 0 0 0;
		
}

.overlaySubline01 {
	position: relative;
	/*top: 60vh;
	left: 10vw;
	top: 70vh;
	top:760px;
	left: 12vw;*/
	top:0;
	left: 10%;
	text-align: left;
	width: 895px;
	height: 114px;
	display: inline-block;
	background: url("../../files/_2019/landingpages/headlineBGs/subline-bg-green.png") no-repeat 0 0;
	/*background-color: #00a091;*/
	padding: 35px 0px 0px 20px;

}


.overlaySubline01 p {
	color: #fff;
	font-weight: 300;
	font-style: italic;
	font-size: 50px;
	margin: 0;
		
}

@media only screen and (max-width:1454px) {
	
	/*.overlayHeadline01 {
		position: absolute;
		top: 579px;
		left: 10vw;
		text-align: left;
		width: 446px;
		height: 146px;
		display: inline-block;
		background: url(../../files/_2019/landingpages/headlineBGs/h1bg-petrol.png) no-repeat 0 0;
		padding: 35px 0px 0px 200px;
		background-size: cover;
		-webkit-background-size: cover;
			
}


.overlayHeadline01 h1 {
	color: #fff;
	font-weight: 700;
	font-style: italic;
	font-size: 60px;
	margin: 0;
		
}

.overlayHeadline01 p {
	color: #fff;
	font-weight: 300;
	font-style: italic;
	font-size: 40px;
	margin: 18px 0 0 0;
		
}

.overlaySubline01 {
	position: relative;
	text-align: left;
	width: 695px;
	height: 94px;
	display: inline-block;
	background: url("../../files/_2019/landingpages/headlineBGs/subline-bg-green.png") no-repeat 0 0;
	background-size: contain;
	-webkit-background-size: contain;
	padding: 28px 0px 0px 20px;
			
}


.overlaySubline01 p {
	color: #fff;
	font-weight: 300;
	font-style: italic;
	font-size: 40px;
	margin: 0;
		
}*/
	
	
}

@media only screen and (max-width:1183px) {
	
	
.landingPageSlider {
		margin-bottom: 120px;
	}
	
.landingpageSlider figure img {
	height: auto;
	width: 100%;

}	
	
.headerCaptionContainer {
	top: 43%;
	left: 12%;
	}
	
		
.overlayHeadline01 {
    text-align: left;
    width: 625px;
    height: 146px;
    display: inline-block;
    background: url(../../files/_2019/landingpages/headlineBGs/h1bg-petrol.png) no-repeat 0 0;
	padding: 35px 35px 0px 200px;
        
			
}

.overlayHeadline01 h1 {
	color: #fff;
	font-weight: 700;
	font-style: italic;
	font-size: 50px;
	margin: 0;
		
}

.overlayHeadline01 p {
	color: #fff;
	font-weight: 300;
	font-style: italic;
	font-size: 40px;
	margin: 0;
		
}
	
.overlaySubline01 {
	position: relative;
	top:0;
	/*width: auto;*/
	height: 94px;
	left: 90px;
	padding: 28px 0px 0px 20px;
	/*padding: 15px;*/
	display: block;
	background: url("../../files/_2019/landingpages/headlineBGs/subline-bg-green.png") no-repeat 0 0;
	background-size: contain;
	-webkit-background-size: contain;

}


.overlaySubline01 p {
	color: #fff;
	font-weight: 300;
	font-style: italic;
	font-size: 40px;
	margin: 0;
		
}	
	
}

@media only screen and (max-width: 1180px) {
	
	
.landingpageSlider .swiper {
    margin-bottom: 30px;
	}
	
	.landingpageSlider {
		margin-bottom: 136px;
		
	}	

	
	/*.imageHeadlineContainer img{
		width: 90%;
		height: auto;
	}*/	
	
.headerCaptionContainer {
	top: 50%;
	left: 10%;
	width: 600px;
	}
	
		
.overlayHeadline01 {
    text-align: left;
    width: 470px;
    height: 133px;
    display: inline-block;
    background: url(../../files/_2019/landingpages/headlineBGs/h1bg-petrol.png) no-repeat -40px 0;
	padding: 40px 10px 0 150px;
        
			
}

.overlayHeadline01 h1 {
	color: #fff;
	font-weight: 700;
	font-style: italic;
	font-size: 50px;
	margin: 0;
		
}

	.overlayHeadline01 p {
		line-height: 0;
	}
	
	.overlayHeadline01 p, 
	.overlaySubline01 p {
		font-size: 27px;
	
		
}
	
.overlaySubline01 {
	position: relative;
	top:0;
	width: 465px;
	height: 94px;
	left: 90px;
	padding: 15px 0px 0px 15px;
	display: block;
	background: url("../../files/_2019/landingpages/headlineBGs/subline-bg-green.png") no-repeat 0 0;
	background-size: contain;
	-webkit-background-size: contain;

}


/*.overlaySubline01 p {
	color: #fff;
	font-weight: 300;
	font-style: italic;
	font-size: 40px;
	margin: 0;
		
}*/	
}


@media only screen and (max-width:1024px) {
	
	.landingpageSlider .swiper {
		margin-bottom: 100px;
	}
	
	/*.headerCaptionContainer {
		top: 50vh;
		left: 12vw;

	}*/
	
	.imageHeadlineContainer {
		top: 5.5%;
	}
}


@media only screen and (max-width:1023px) {
	
.headerCaptionContainer {
	top: 43%;
    left: 10%;
	padding: 0;
	min-width: 90%;

}		
/*	.landingpageSlider .swiper {
		min-height: 370px;
		margin-bottom: 50px;
	}	
	

.imageHeadlineContainer {
		top: 4.2%;
	}	
	
.overlayHeadline01 {
		top:-15px;
        width: 300px;
        height: 98px;
        padding: 30px 10px 0 140px;
		background-size: cover;
    }
	
	.overlaySubline01 {
		margin-left: 15%;
    }*/
	
}


@media only screen and (max-width: 767px) {
	
.imageHeadlineContainer {
	width: 90%;
	left: 5%;
	top: 4.5%;
	}	
	
}


@media only screen and (max-width: 665px) {
	
	.landingPageSlider {
        margin-bottom: 60px;
    }
	
	
	.rsts-slide .content-text img {
        position: relative;
        min-height: 280px !important;
        width: auto;
        object-fit: cover;
       }
	
	
	.headerCaptionContainer {
		top: 45%;
		width: 90%;
		height: 200px;
		left: 5%;
}		
	
    .overlayHeadline01 {
        position: absolute;
        left: -50px;
        width: 350px;
        height: 85px;
        padding: 25px 10px 0 150px;
    }
	
	.overlaySubline01 {
        position: relative;
        left: 0px;
        top: 84px;
        width: 320px;
        padding: 5px 5px 0 7px;
    }
	
	.overlayHeadline01 h1 {
        font-size: 30px;
    }
	
	.overlayHeadline01 p, 
	.overlaySubline01 p {
		font-size: 18px;
	}
}

@media only screen and (max-width: 595px) {
	

	
.landingpageSlider figure img {
        position: relative;
        min-height: 280px !important;
        width: auto;
        object-fit: cover;
        /* top: -15vh !important; */
    }
	
.landingpageSlider .swiper {
    margin-bottom: 30px;
}
	
.landingpageSlider {
		margin-bottom: 100px;
	}
	
/*	.imageHeadlineContainer {
		top: 5.5%;
	}		
	*/


}

/* 2024-5050-rocksolidsliderLeistungen.css - ENDE */
@charset "utf-8";
/* CSS Document */


.formLP {
	width: 100%;
	margin-top: 50px;
}


.formLP a {
	color: #333333;
	text-decoration: none;
}


.formLP a:hover {
	color: #424242;
	text-decoration: underline;
}


.form50 {
	width: 48%;
	color: #00a091;
}


input.form50, textarea.form50, input.submit {
	-webkit-appearance: none;
}

input.form50, textarea.form50 {
	color: #00a091;
	border: 1px solid #00a091;
	background: #fff;
	padding: 20px;
	font-size: 22px;
    line-height: 32px;
	font-family: 'Titillium Web', sans-serif;
	width: 94%;
	
		
}

input.form50 {
	margin-bottom: 10px;
}


textarea.form50 {
	height: 284px;
}

input[type='checkbox'], input[type='radio'] {
  width:auto;
  float:left;
  margin-right: .75em;
  background:transparent;
  border:1px solid #000;
}


.right{
	float: right;
}

input::placeholder, textarea::placeholder {
	color: #00a091;
}

.submit {
	color: #fff;
	border: 0;
	font-size: 22px;
    line-height: 32px;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 500;
	outline: none;
	cursor: pointer;
}

fieldset.form50 {
	border: 0;
	font-size: 22px;
    line-height: 32px;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 500;
	padding: 0;
}

@media only screen and (max-width:1044px) {
	
	input.form50, textarea.form50 {
		width: 85%
	}
	
}


@media only screen and (max-width:420px) {
	.form50 {
		width: 100%;
		float: none;
	}
	
}
@charset "utf-8";
/* CSS Document */


/* Footer START */ 

#footer {
	/*margin-top: 160px;*/
	width: 60%;
	padding: 30px 20% 0;
	position: relative;
	height: 475px;
	/*background-image: url(../../files/_standards/5050_footerBG.png);
	background-repeat: repeat-x;*/
	z-index: 2;
	background-color: #bebebe;
	
}

#footer h1 {
	font-size: 26px;
	color: #333333;
	margin-top: 0;
	margin-bottom: 45px;
}

#footer p {
	font-size: 18px;
	line-height: 26px;
	color: #333333;
	margin: 0;
}

#footer a, #footer a:visited, #footer a:active, #footer a:focus{
	font-size: 18px;
	line-height: 26px;
	color: #333333;
	margin: 0;
	outline: none;
	text-decoration: none;
}

#footer a:hover {
	/*color: #ff6c00;*/
	color: #fff;
}

.footerThirtyFirst {
	width: 33%;
	height: auto;
    float: left;
    overflow: hidden;
    /* margin: 0 1% 50px 1%; */
    margin: 0;
	/*position: relative;
	left:0;*/

}

.footerMargin {
	margin-top: 25px;
}

.footerThirtySecond {
	width: 34%;
	height: auto;
    float: left;
    overflow: hidden;
    /*margin: 0;
	position: relative;
	left:131px;*/

}

.footerThirtyThird {
	width: 33%;
	height: auto;
    float: left;
    overflow: hidden;
    /*margin: 0;
	position: relative;
	left: 307px;*/

}

.footerClear {
	clear: both;
}

.footerIcon {
	margin: 0 10px auto 0;
	vertical-align: middle;
	}


.footerIconLeft {
	float: none;
	vertical-align: middle;
	margin-right: 5px;
}

/* Footer ENDE */ 


/* FOOTER NAVI START */

.mod_customnav {
	position: relative;
	top: 0px;
	/*right: 10%;
	top: 25px;*/
}

.mod_customnav ul {
    width:auto;
    overflow:hidden;
    display:table;
    margin:0;
    padding-left:0;
    list-style: outside none none;
    z-index:1001;
}
.mod_customnav ul li {
    position:relative;
    float:none;
    display:table-row;
    margin:0;
    font:18px "titillium-web", sans-serif;
	line-height: 35px;
    color:#4a4a4a;
    outline: medium none;
    font-weight:400;
	white-space: nowrap;
}


.mod_customnav ul li a,
.mod_customnav ul li a:visited, .mod_customnav ul li.active {
    float:left;
    padding:0;
	font:18px "titillium-web", sans-serif;
	line-height: 35px;
    text-decoration:none;
    font-weight:400;
    outline: medium none;
	color: #333333;
}

.mod_customnav ul li a:hover, .mod_customnav ul li.active {
	color: #fff;
	line-height: 24px;
}


@media only screen and (max-width:1023px){
	
	.footerWrapper {
		width: 100%;
	}
	
	#footer p, #footer a, #footer a:hover, .mod_customnav ul li, .mod_customnav ul li a, .mod_customnav ul li a:visited, .mod_customnav ul li a:hover {
		font-size: 18px;
	}
	
	#footer h1 {
	font-size: 20px;	
	
	}
	
	.footerThirtyFirst {
		width: 36%;
		min-width: 200px;
		height: auto;
		float: left;
		overflow: hidden;
		/* margin: 0 1% 50px 1%; */
		margin: 0 1% ;
		position: relative;
		left:0;

	}


	.footerThirtySecond {
		width: 36%;
		min-width: 180px;
		height: auto;
		float: left;
		overflow: hidden;
		margin: 0 1% ;
		position: relative;
		left:15px;

	}

	.footerThirtyThird {
		width: 23%;
		min-width: 100px;
		height: auto;
		float: left;
		overflow: hidden;
		margin: 0 0 0 1%;
		position: relative;
		left:30px;

	}

	
}



@media only screen and (max-width:942px){
	
	#footer {
		height: 800px;
	}
	
	.footerThirtyFirst, .footerThirtySecond, .footerThirtyThird {
		width: 100%;
		float: none;
		margin-bottom: 25px;
		left: 0;
	}
	
.footerMargin {
	margin-top: 0px;
}
	
	#footer h1 {
	margin-bottom: 20px;
	
	}
}

/*@media only screen and (min-width:653px) and (max-width:887px){
	
.mod_customnav {
	position: relative;
	top: 0px;
	
	}
	
	.mod_customnav ul li a, .mod_customnav ul li a:visited {
    float:left;
    padding:0;
	font:15px "titillium-web", sans-serif;
	line-height: 26px;
	
}
}*/

@media only screen and (max-width:620px) {
	.mod_customnav {
	position: relative;
	top: -8px;
	/*right: 10%;
	top: 25px;*/
}
}

/* FOOTER NAVI ENDE*/ 

@media only screen and (max-width:652px) {
/* Footer START */ 

#footer {
	/*margin-top: 160px;*/
	width: 100%;
	position: relative;
	height: 820px;
	/*background-image: url(../../files/_2019/_standards/5050_footerBGmobile.png);
	background-repeat: repeat;*/
	background: none;
	z-index: 2;
	background-color: #bebebe;
	
}

.footerWrapper {
	/*width: 75%;
	min-width: 1076px;
	width: 825px;*/
	width: 100%;
	margin: 0 auto;
	position: relative;
	top: 26px;
	margin-top: 0px;
	overflow: hidden;
}

.footerWrapper p {
	font-size: 18px;
	line-height: 36px;
	color: #333333;
	margin: 0;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #333333;
    height: 30px;
    padding: 0px 10% 5px;
}

.footerWrapper a, .footerWrapper a:visited, .footerWrapper a:active, .footerWrapper a:focus{
	font-size: 18px;
	line-height: 26px;
	color: #333333;
	margin: 0;
	outline: none;
	text-decoration: none;
}

.footerWrapper a:hover {
	color: #424242;
}

	.footerThirtyFirst, .footerThirtySecond, .footerThirtyThird {
		width: 100%;
		float: none;
		margin-bottom: 25px;
		left: 0;
	}
	
.footerMargin {
	margin-top: 0px;
}


.footerIcon {
	margin-top: 3px;
}

.footerIconLeft {
	float: left;
	vertical-align: middle;
	margin-right: 5px;
}
	
	.mod_customnav {
	position: relative;
	top: 0px;
	/*right: 10%;
	top: 25px;*/
	width: 100%;
	}
	
	.mod_customnav ul {
		/*width: 100%;*/
	}

	
	.mod_customnav ul li {
    position:relative;
    float:none;
    display:block;
    margin:0;
    line-height: 26px;
    color:#4a4a4a;
    outline: medium none;
    font-weight:400;
}

	
	.mod_customnav ul li a, .mod_customnav ul li a:visited, .mod_customnav ul li a:hover, .mod_customnav ul li a:active, .mod_customnav ul li a:focus, .mod_customnav ul li.active  {
    /*float:left;
    padding:0;
	line-height: 33px;
	font-size: 18px;*/
	font-size: 18px;
	line-height: 26px;
	color: #333333;
	margin: 0;
    display: inline-block;
    width: 100%;
    border-bottom: 0px solid #333333;
    /*height: 30px;*/
    padding: 0px 0 5px;
}

/* Footer ENDE */ 	
}
/* 2024-5050-cookiebar.css - START */

.cc-inner {
	 background: #ededed !important;
}

.cc-inner p {
	color: #4a4a4a
}

.cc-inner a, .cc-inner a:link {
	color: #4a4a4a;
	font-weight: 600;
	text-decoration: none;
}


.cc-inner a:hover {
	color: #97bf0d;
}


.contao-cookiebar .cc-btn {
    border: 0px solid #ffffff;
    border-radius: 0px;
    color: #4a4a4a;
    /*background: #ededed;*/
	background: var(--ccb-btn-bg, #ededed);
}


.contao-cookiebar .highlight .success,
.contao-cookiebar .cc-btn .success
{
    --ccb-btn-bg: #97bf0d !important;
    --ccb-btn-bg-hvr: #fff;
    --ccb-btn-bdr: #97bf0d;
    --ccb-btn-clr: #97bf0d;
}



/* 2024-5050-cookiebar.css - ENDE */


