body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.media{display:flow-root}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.aspect,.responsive{position:relative;height:0}.aspect iframe,.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.aspect--16\:9,.responsive.ratio-169{padding-bottom:56.25%}.aspect--16\:10,.responsive.ratio-1610{padding-bottom:62.5%}.aspect--21\:9,.responsive.ratio-219{padding-bottom:42.8571%}.aspect--4\:3,.responsive.ratio-43{padding-bottom:75%}.aspect--3\:2,.responsive.ratio-32{padding-bottom:66.6666%}
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url(../../assets/colorbox/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0 0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url(../../assets/colorbox/images/controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
.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}
@media only screen and (max-width: 900px) {
	/* btn */
.btn {
	width: 45px;
	height: 45px;
	margin: 0 15px 0 15px;
    cursor: pointer;
    position: absolute;
    right:30px;
    z-index: 200;
    /*top: -12px;*/
    top:57px;
}
	.btn span {
	    height: 2px;
	    display: block;
	    position: absolute;
	    top: 22.5px;
	    left: 0;
	    right: 10%;
	    background-color: #ffffff;
	    -webkit-transition: background 0.15s linear 0.15s;
	    -o-transition: background 0.15s linear 0.15s;
	    transition: background 0.15s linear 0.15s;
	}
	.btn span::before {
	    top: -10px;
	    -webkit-transition: top 0.15s linear 0.15s, -webkit-transform 0.15s linear;
	    transition: top 0.15s linear 0.15s, -webkit-transform 0.15s linear;
	    -o-transition: top 0.15s linear 0.15s, transform 0.15s linear;
	    transition: top 0.15s linear 0.15s, transform 0.15s linear;
	    transition: top 0.15s linear 0.15s, transform 0.15s linear, -webkit-transform 0.15s linear;
	}
	.btn span::after {
	    bottom: -10px;
	    -webkit-transition: bottom 0.15s linear 0.15s, -webkit-transform 0.15s linear;
	    transition: bottom 0.15s linear 0.15s, -webkit-transform 0.15s linear;
	    -o-transition: bottom 0.15s linear 0.15s, transform 0.15s linear;
	    transition: bottom 0.15s linear 0.15s, transform 0.15s linear;
	    transition: bottom 0.15s linear 0.15s, transform 0.15s linear, -webkit-transform 0.15s linear;
	}
	.btn span::before, .btn span::after {
	    content: "";
	    width: 100%;
	    height: 2px;
	    display: block;
	    position: absolute;
	    left: 0;
	    background-color: #ffffff;
	}
	body.nav-open .btn span {
	    -webkit-transition: background 0.15s linear;
	    -o-transition: background 0.15s linear;
	    transition: background 0.15s linear;
	    background: none;
	}
	body.nav-open .btn span::before {
	    top: 0px;
	    -webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	    transform: rotate(45deg);
	    -webkit-transition: top 0.15s linear, -webkit-transform 0.15s linear 0.15s;
	    transition: top 0.15s linear, -webkit-transform 0.15s linear 0.15s;
	    -o-transition: top 0.15s linear, transform 0.15s linear 0.15s;
	    transition: top 0.15s linear, transform 0.15s linear 0.15s;
	    transition: top 0.15s linear, transform 0.15s linear 0.15s, -webkit-transform 0.15s linear 0.15s;
	    background-color: #ffffff;
	}
	body.nav-open .btn span::after {
	    bottom: 0px;
	    -webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	    transform: rotate(-45deg);
	    -webkit-transition: bottom 0.15s linear, -webkit-transform 0.15s linear 0.15s;
	    transition: bottom 0.15s linear, -webkit-transform 0.15s linear 0.15s;
	    -o-transition: bottom 0.15s linear, transform 0.15s linear 0.15s;
	    transition: bottom 0.15s linear, transform 0.15s linear 0.15s;
	    transition: bottom 0.15s linear, transform 0.15s linear 0.15s, -webkit-transform 0.15s linear 0.15s;
	    background-color: #ffffff;
	}
/* btn ENDE */

/* nav */
	.header nav{
		display:none;
	}
/* nav ENDE */
}
/* barlow-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 100;
  src: url('../../files/fonts/barlow-v12-latin-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* barlow-100italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 100;
  src: url('../../files/fonts/barlow-v12-latin-100italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* barlow-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 200;
  src: url('../../files/fonts/barlow-v12-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* barlow-200italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 200;
  src: url('../../files/fonts/barlow-v12-latin-200italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* barlow-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 300;
  src: url('../../files/fonts/barlow-v12-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* barlow-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 300;
  src: url('../../files/fonts/barlow-v12-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* barlow-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  src: url('../../files/fonts/barlow-v12-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* barlow-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 400;
  src: url('../../files/fonts/barlow-v12-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* barlow-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  src: url('../../files/fonts/barlow-v12-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* barlow-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 500;
  src: url('../../files/fonts/barlow-v12-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* barlow-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 600;
  src: url('../../files/fonts/barlow-v12-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* barlow-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 600;
  src: url('../../files/fonts/barlow-v12-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* barlow-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 700;
  src: url('../../files/fonts/barlow-v12-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* barlow-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 700;
  src: url('../../files/fonts/barlow-v12-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* barlow-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 800;
  src: url('../../files/fonts/barlow-v12-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* barlow-800italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 800;
  src: url('../../files/fonts/barlow-v12-latin-800italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* barlow-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 900;
  src: url('../../files/fonts/barlow-v12-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* barlow-900italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 900;
  src: url('../../files/fonts/barlow-v12-latin-900italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../../files/fonts/open-sans-v40-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url('../../files/fonts/open-sans-v40-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../../files/fonts/open-sans-v40-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../../files/fonts/open-sans-v40-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../../files/fonts/open-sans-v40-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 500;
  src: url('../../files/fonts/open-sans-v40-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../../files/fonts/open-sans-v40-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: url('../../files/fonts/open-sans-v40-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../../files/fonts/open-sans-v40-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url('../../files/fonts/open-sans-v40-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../../files/fonts/open-sans-v40-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-800italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: url('../../files/fonts/open-sans-v40-latin-800italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* heebo-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 100;
  src: url('../../files/fonts/heebo-v26-latin-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* heebo-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 200;
  src: url('../../files/fonts/heebo-v26-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* heebo-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 300;
  src: url('../../files/fonts/heebo-v26-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* heebo-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 400;
  src: url('../../files/fonts/heebo-v26-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* heebo-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 500;
  src: url('../../files/fonts/heebo-v26-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* heebo-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 600;
  src: url('../../files/fonts/heebo-v26-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* heebo-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 700;
  src: url('../../files/fonts/heebo-v26-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* heebo-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 800;
  src: url('../../files/fonts/heebo-v26-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* heebo-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 900;
  src: url('../../files/fonts/heebo-v26-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

* {
    padding:0;
    margin:0;
    text-size-adjust: none;
        -webkit-text-size-adjust: none;
        -moz-text-size-adjust: none;
        -ms-text-size-adjust: none;
}
* :focus {
  outline: none;
}
html,
body {
    margin:0;
    padding:0;
}
body {
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 300;
  color:#393535;
}
.ce_text a {
	  color:#393535;
	text-decoration:none;
}
.content-slider figcaption,
#header nav,
p.hervorgehoben,
h1, h2, h3, h4,
#footer,
.anfrage{
	font-family:'Barlow';
	font-weight:bold;
	letter-spacing:0.15em;
	text-transform:uppercase;
}
#footer p,
#footer a,
#footer li strong{
	font-size:11px;
	line-height:30px;
}
.header-cta .anfrage a {
	font-size:11px;
}
.header-cta .icons img {
  height: 17px;
  width: auto;
  position: absolute;
  margin-top: 3px;
  margin-left: 5px;
}
p {
	margin-bottom:1em;
	font-weight:normal;
}
footer p {
	font-weight:bold;
}
p.hervorgehoben {
	font-size:14px;
	margin-top:1em;
}
h2 {
	text-transform:uppercase;
	margin-bottom:1em;
	font-size:35px;
}
figcaption h2 {
	margin-bottom:0;
	font-size:50px;
}
header {
	position:fixed;
	z-index:50;
	width:100%;
	top:0;
}
header,
header a {
	color:#ffffff;
	text-decoration:none;
}
.header-kontakt {
	font-size:0.85em;
	/*font-weight:400;*/
}
/*.home header {
	height:70vh;
}*/
/*header .inside {
	background-color:#e78f1a;
}*/
.header-kontakt {
	padding-top:25px;
	padding-bottom:5px;
	text-align:right;
	border-bottom:1px solid #ffffff;
}
.max-width{
	max-width: 1220px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}
.max-width-small{
	max-width: 880px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}
.logo {
	max-width:280px;
	display:inline-block;
	float:left;
}
.header {
	padding-top:50px;
	padding-bottom:25px;
}
header nav {
	float:right;
	font-size: 17px;
	font-weight: bold;
}
header nav ul li {
	display:inline-block;
}
header nav {
	margin-top:37px;
}
header nav a,
header nav strong,
header nav a.trail {
	text-transform:uppercase;
	font-weight:bold;
	display:inline-block;
	line-height:28px;
	margin-left:30px;
}
header nav a {
	border-top:3px solid transparent;	
}
header nav a:hover,
header nav strong,
header nav a.trail{
	border-top:3px solid #ffffff;
}
.ce_text ul {
	/*margin-left:30px;*/
	margin-top:19px;
}
.ce_text ul li {
	list-style-type: none;
	font-size:19px;
	padding-bottom:14px;
	position:relative;
	margin-left:20px;
}
.ce_text ul li:before {
content: "○︎";
    color: #e78f1a;
    position: absolute;
    top: 0px;
    left: -20px;
    font-size: 0.9em;
}
.ce_text.ul-dots ul li:before {
content: "︎... ";
    color: #e78f1a;
    position: absolute;
    top: 0px;
    left: -20px;
    font-size: 1em;
}
/* ende */

/* footer */
/*footer {
	background: -webkit-linear-gradient(right, #ffffff 50%, rgba(73,75,77,1) 50%);
    background: -o-linear-gradient(right, #ffffff 50%, rgba(73,75,77,1) 50%);
    background: -moz-linear-gradient(right, #ffffff 50%, rgba(73,75,77,1) 50%);
    background: linear-gradient(to right, #ffffff 50%, rgba(73,75,77,1) 50%);
  display: inline-block;
  float: left;
  width: 100%;
  border-bottom:20px solid #ffffff;
}
.footer-left {
	width:calc(50% - 20px);
	background-color:#e78f1a;
	float:left;
	padding:50px;
	box-sizing:border-box;
	height:100%;
	margin-right:20px;
	color:#ffffff;
}
.footer-right {
	width:50%;
	float:left;
	box-sizing:border-box;
	height:100%;
	color:#ffffff;
	padding:50px;
}*/
footer {
	background-color:#e78f1a;
	display: inline-block;
	float: left;
	width: 100%;
	padding-top:50px;
	padding-bottom:50px;
	color:#ffffff;
}
footer a {
	color:#ffffff;
	text-decoration:none;
}
footer a:hover {
	text-decoration:underline;
}
.footer-menu {
	color:#ffffff;
	opacity:0.7;
	margin-top:2em;
	float:left;
}
.footer-menu li {
	float:left;
	display:inline-block;
}
.footer-menu li:not(:last-child)::after {
    content: '·';
    padding-left: 4px;
    padding-right: 4px;
}
footer img {
	max-width:35px;
	margin-right:10px;
}
a.link,
a.color,
.call-to-action a {
	color:#e78f1a;
	text-decoration:none;
}
a.link:hover,
a.color:hover,
.call-to-action a:hover {
	text-decoration:underline;
}
p a.cta-large {
	font-size:22px !important;
	font-weight:bold !important;
}
/* formular */
.kontaktformular input,
.kontaktformular textarea{
	width:100%;
	background-color:#ffffff;
	border:1px solid #ffffff;;
	line-height:50px;
	box-sizing:border-box;
	color:rgba(73,75,77,1);
	padding-left:20px;
	padding-right:20px;
	margin-bottom:10px;
	font-size:16px;
	font-family: 'Rubik';
	  webkit-border-radius: 0;
	border-radius: 0;
}
.kontaktformular textarea{
	min-width:100%;
	height: 115px;
}
footer .kontaktformular textarea{
	height: 174px;
}
.kontaktformular input:focus,
.kontaktformular textarea:focus{
	border:1px solid #ffffff;	
}
.kontaktformular button.submit {
	background-color:transparent;
	border:none;
	line-height:50px;
	box-sizing:border-box;
	color:#ffffff;
	padding-left:40px;
	padding-right:40px;
	float:right;
	text-transform:uppercase;
	font-size:24px;
	font-weight:bold;
	cursor:pointer;
	text-align:center;
	width:100%;
}
.kontaktformular button.submit:hover {
  opacity: 0.75;
}
.kontaktformular .form-wrapper {
    column-count: 2;
    column-gap: 20px;
    box-sizing:border-box;
}
.kontaktformular .widget-submit {
 	margin-bottom:20px;
 	width:100%;
 }
.kontaktformular .widget-explanation {
	font-size:16px;
	width:50%;
	padding-right:20px;
	padding-top:1em;
}
.kontaktformular .widget-explanation a {
	color:#ffffff;
}
.kontaktformular :focus {
  outline: none;
}
/* formular ende */
/* formular footer */
.footer .kontaktformular input,
.footer .kontaktformular textarea{
	background-color:#ffffff;
	border:1px solid rgba(73,75,77,1);
	line-height:30px;
	padding-left:10px;
	padding-right:10px;
}
.footer .kontaktformular button.submit {
	line-height:30px;
}
.footer .kontaktformular input:focus,
.footer .kontaktformular textarea:focus{
	border:1px solid rgba(73,75,77,1);	
}
.footer .kontaktformular .form-wrapper {
    column-count: 2;
    column-gap: 10px;
    box-sizing:border-box;
}
.footer  .kontaktformular .widget-explanation a {
	color:rgba(73,75,77,1);
}
/* formular footer ende */

#wrapper {
	overflow:hidden;
}

/* bramsauerhof */
/*.slider-control-wrapper {
	width:100%;
    height: auto !important;
    position: absolute;
	/*top: 50%;*/
    /*top: calc(50% - 40px);
	transform: translateY(-50%);
	z-index: 30;
}*/
.ce_sliderStart.block {
	position:relative;
}
.slider-control a, .slider-control .slider-menu {
	top:0;
}
.slider-control {
	height:0;
}
.slider-control .slider-menu {
	display:none;
}
.slider-control img {
	width: auto;
	height: 80px;
	opacity:0.85;
}
.slider-control img:hover {
	opacity:1;
}
.slider-control .slider-prev {
    left: 50px;
}
.slider-control .slider-next {
    right: 50px;
}
#header {
	/*background-color:rgba(0,0,0,0.86);*/
	float:left;
	width:100%;
	position:absolute;
	z-index:50;
}
footer .inside,
.kontakt-top,
.max-width-large,
header .header,
.header-cta .content{
    max-width: 1500px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
    box-sizing:border-box;
}
.slider-control{
    max-width: 2000px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
}

.content-slider img,
.content-slider figure {
	position:relative;
}
/*.content-slider figure:before {
	content:'';
	position:absolute;
	width:100%;
	height:30px;
	bottom:0;
	background-color: rgba(255,255,255,0.85);
	z-index:20;
}*/



/*.content-slider img {
will-change: transform;
-webkit-transition: -webkit-transform 7s;
-moz-transition: -moz-transform 7s;
-o-transition: -o-transform 7s;
transition: transform 7s;
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
-webkit-transform-origin: center center;
-moz-transform-origin: center center;
transform-origin: center center;
object-fit: cover;
width: 100%;
height: 100vh;
max-width: 200% !important;
filter: brightness(60%);
}*/
.content-slider img {
/*	will-change: transform;
-webkit-transition: -webkit-transform 7s;
-moz-transition: -moz-transform 7s;
-o-transition: -o-transform 7s;
transition: transform 7s;
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);*/
-webkit-transform-origin: center center;
-moz-transform-origin: center center;
transform-origin: center center;
object-fit: cover;
width: 100%;
height: 100vh;
max-width: 200% !important;
filter: brightness(60%);
}
.content-slider .top-center img {
/*	will-change: transform;
-webkit-transition: -webkit-transform 7s;
-moz-transition: -moz-transform 7s;
-o-transition: -o-transform 7s;
transition: transform 7s;
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);*/
object-fit: cover;
/*height: 100vh;*/
width: 100%;
max-width: 200% !important;
filter: brightness(60%);
	-webkit-transform-origin: top center;
-moz-transform-origin: top center;
transform-origin: top center;
height:100vh;
}
.content-slider .bottom img {
	-webkit-transform-origin: bottom center;
-moz-transform-origin: bottom center;
transform-origin: bottom center;
}
.content-slider img.active {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
 filter: brightness(90%);
 transition:all ease 2s;
}
.image-slider.active img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
 filter: brightness(90%);
 transition:all ease 2s;
}


.content-slider figcaption {
	position: absolute;
	bottom: 160px;
	z-index: 30;
	color: #fff;
	width: 100%;
	float: left;
	text-align: center;
	font-size: 2em;
	/*text-shadow: 1px 1px #000;*/
	text-transform:uppercase;
	z-index:10;
}
.content-slider figcaption p {
	font-size:15px;
}
.image-slider {
	position:relative;
}
.slider-control-wrapper {
  position: absolute;
  z-index: 30;
  bottom: 90px;
  left: calc(50% - 100px);
}
.slider-control a {
  color: #fff;
  text-decoration: none;
  font-weight: lighter;
  font-size: 55px;
  opacity: 0.5;
  transform: scale(1,0.6);
}
.slider-control a:hover {
  transform: scale(1,0.4);
  opacity: 0.8;
}
.header-cta {
	background-color:#393535;
	width:100%;
	float:left;
	padding-top:5px;
	padding-bottom:5px;
}
.header-cta .anfrage {
	float:right;
}
.header-cta .anfrage a{
border: 1px solid #ffffff;
padding: 5px 10px;
float:left;
}
.header-cta .icons {
	float:right;
	padding-top:2px;
}
.header-cta a {
	margin-left:30px;
	font-size:12px;
}
#container {
	/*background-color:#ECE9D9;*/
	/*background-color:#DAD9D3;*/
	background-color:#CDCCC4;
}
.text-left-right .ce_image {
	float:left;
	width:calc(50% - 50px);
	box-sizing:border-box;
	padding-right:50px;
	padding-top:120px;
	filter: brightness(80%);
}
.text-left-right .ce_image.hell{
	filter: brightness(95%);
}
.text-left-right .ce_text {
	float:left;
	/*width:calc(50% - 50px);*/
	width:50%;
	box-sizing:border-box;
	padding-left:50px;
}
.article-padding {
	padding-top:100px;
	padding-bottom:100px;
}
#footer {
	background-color:#393535;
	overflow:hidden;
}
.footer {
	  display: flex;
  justify-content: space-between;
}
#footer .logo img {
	max-width:220px;
	padding-top:10px;
}
footer {
	padding-top:100px;
	padding-bottom:100px;
}
.left-right {
	background-color:#393535;
	position:relative;
	color:#ffffff;
}
.left-right.bg-hell {
	background-color:transparent;
	color:#393535;
}
.bg-hell a.cta {
	border: 1px solid #393535;
	color:#393535;	
	display: inline-block;
}
.bg-hell .right-scroll {
	paddingr-top:100px;
}
.left-fixed{
position: absolute;
top: 0;
height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
width: calc(50% - 300px);
max-width: 450px;
}
.right-scroll {
	width:50%;
	margin-left:50%;
	box-sizing: border-box;
	height:auto;
	min-height:100vh;
	border-left:1px solid;
}
a.cta {
	border: 1px solid #ffffff;
	padding: 5px 10px;
	float: left;
	font-family: 'Barlow';
	font-weight: bold;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	font-size: 11px;
	color:#ffffff;
	text-decoration:none;
}
a.cta.dark {
	color:#393535;
	border: 1px solid #393535;
}
.fix .left-fixed{
	position:fixed;
}
.no-fix .left-fixed{
	position:absolute;
	bottom:0;
	top:unset;
}
.right-scroll h3 {
	margin-top:40px;
	margin-bottom:20px;
}
.right-scroll .ce_text {
	/* margin-bottom:100px;*/
	padding-bottom:100px;
}
.right-scroll .ce_text .padding {
	padding-left:50px;
	padding-right:50px;
}
.right-scroll a.cta {
	margin-top:15px;
}
/*
.left-fixed-wrapper {
	width:50%;
	height:100vh;
	position:relative;
}
.right-scroll{
	height:200vh;
	width:50%;
	margin-left:50%;
	background:black;
	padding: 50px;
	box-sizing: border-box;
}
.left-fixed-inside {
position: relative;
width: 50%;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
-o-justify-content: center;
justify-content: center;
-ms-flex-pack: center;
-webkit-flex-direction: column;
-moz-flex-direction: column;
flex-direction: column;
-ms-flex-direction: column;
}
.left-fixed{
height: 100vh;
background: white;
position: absolute;
top: 0;
left: 0;
bottom: 0;
display: flex;
flex-direction: column;
justify-content: center;
padding: 50px;
box-sizing: border-box;
}
.left-right-inside {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}*/
.galerie {
	margin-top:100px;
	margin-bottom:100px;
}
.galerie ul {
	  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 30px;
}
#cboxCurrent {
	display:none !important;
}
.galerie-startseite {
	margin-top:100px;
	margin-bottom:100px;
	text-align:center;
}
.galerie-startseite .galerie {
	margin-top:50px;
	margin-bottom:50px;
}
.galerie-startseite a.cta {
	margin-left:auto;
	margin-right:auto;
	float:none;
	display: inline-block;
}
/* timeline dark */
.chronik.dark {
	background-color: #393535;
	/*padding:100px 0;*/
	padding: 120px 0 180px 0;
}
.chronik.dark h2 {
	color:#ffffff;
}
.chronik.dark  .timeline__item::after {
	background-color:#ffffff !important;
}
.chronik.dark .timeline__item::after {
	border: 2px solid #ffffff!important;
}
.chronik.dark .timeline__content p {
	color:#ffffff;
}
.chronik.dark .timeline__content h2 {
	color:#ffffff;
}
.chronik.dark .timeline--horizontal .timeline-divider {
	background-color: #ffffff !important;
	height:1px !important;
	margin-top:1px;
}
/* timeline */
.timeline__item::after {
	background-color:#393535 !important;
}
.timeline__item::after {
	border: 2px solid #393535 !important;
}
.timeline__content::after, .timeline__content::before { 
	content:none !important;	
}
.timeline__content {
	background:none !important;
	border:none !important;
	text-align:center;
}
.timeline__content p {
	color:#393535;
}
.timeline__content h2 {
	color:#393535;
}
.timeline--horizontal .timeline-divider {
	background-color: #393535 !important;
	height:1px !important;
	margin-top:1px;
}
.timeline-nav-button {
    background-color: transparent !important;
    border: none !important;
}
.timeline-nav-button::before {
    left: 0 !important;
    -webkit-transform: translateX(0) translateY(-50%) !important;
    -ms-transform: translateX(0) translateY(-50%) !important;
    transform: translateX(0) translateY(-50%) !important;
    width:18px !important;
    height:30px !important;
}
.timeline-nav-button {
	width:18px !important;
}
.timeline-nav-button--prev::before {
    background-image: url(/files/dist/images/arrow-left.svg);
    background-size: 100%;
}
.timeline-nav-button--next::before {
    background-image: url(/files/dist/images/arrow-right.svg) ;
    background-size: 100%;
}
@media only screen and (min-width: 801px) {
	.timeline__item.timeline__item--top {
		transform: translateY(100%) !important;
		padding: 2.5rem 0 0 !important;
	}
	.timeline__content {
		padding:0 10px !important;
	}
	.timeline--horizontal .timeline__item::after {
		top:0 !important;
	}
	.timeline--horizontal .timeline__item .timeline__content__wrap {
		vertical-align:top !important;
	}
	.timeline-horizontal {
		padding:0 !important;
	}
	.timeline--horizontal .timeline-divider {
		left:15px !important;
		right:15px !important;
	}
	.timeline--horizontal {
		margin-top:-120px !important;
	}
}
.chronik .headline-h2{
	text-align:center;
}
.chronik {
	margin-bottom:100px;
}
.col-2 {
	display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 120px;
  margin-bottom:30px;
}
.col-4 {
	display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
  margin-bottom:30px;
}
.col-4 .hervorgehoben {
	font-size:22px;
	margin-bottom:7px;
}
.col-element p {
	font-size:14px;
}
.bg-dark {
	background-color:#393535;
	color:#ffffff;
	padding-top:100px;
	padding-bottom:100px;
}
.bg-dark h3 {
	margin-bottom:20px;
}
.details {
	margin-top:40px;
}
.details p{
	font-weight:bold;
}
.details-liste ul li,
.details ul li {
    list-style-type: none;
    font-size: 16px;
    padding-bottom: 14px;
    position: relative;
    margin-left: 40px;
    font-weight:normal;
}
.details-liste ul li:before,
.ce_text ul li:before {
	content: "︎";
	background:url('/files/img/icons/blatt-white.png');
	width:40px;
	height:23px;
	background-size:contain;
	background-repeat:no-repeat;
    color: #e78f1a;
    position: absolute;
    top: 0px;
    left: -40px;
    font-size: 0.9em;
}
.details-liste.dark-liste ul li:before,
.ce_text .dark-liste ul li:before {
	content: "︎";
	background:url('/files/img/icons/blatt.png');
	width:40px;
	height:23px;
	background-size:contain;
	background-repeat:no-repeat;
    color: #e78f1a;
    position: absolute;
    top: 0px;
    left: -40px;
    font-size: 0.9em;
}
/* blätter */
.mod_article {
	position:relative;
}
/*.ce_image.blatt-1 {
    position: absolute;
    width: 90px;
    height: auto;
    margin-left: calc(40% - 50px);
    padding-right: 0;
    padding-top: 55px;
}*/
.ce_image.blatt-1 {
position: absolute;
width: 90px;
height: auto;
margin-left: calc(45% - 50px);
padding-right: 0;
padding-top: 341px;
rotate: 18deg;
}
.ce_image.blatt-2 {
    position: absolute;
    width: 90px;
    height: auto;
    margin-left: calc(10% - 50px);
    padding-right: 0;
    padding-top: 0;
    rotate: -70deg;
}
.ce_image.blatt-3 {
    position: absolute;
    width: 90px;
    height: auto;
    margin-left: calc(10% - 50px);
    padding-right: 0;
    padding-top: 5px;
    rotate: 98deg;
    /*bottom:0;*/
    margin-top: 380px;
}
.left-right{
	margin-top:100px;
}
.kontaktformular,
.ferienwohnung-details {
	margin-top:50px;
}
.ferienwohnung-details .cta {
	cursor:pointer;
}
.ce_text.details {
	display:none;
}
.details-liste ul,
.ce_text.details ul{
	margin-bottom:20px;
}
.details-open .ce_text.details {
	display:block;
}
.ce_image.blatt-6{
    position: absolute;
    width: 90px;
    height: auto;
    margin-left: calc(70%);
    padding-right: 0;
    padding-top: 5px;
    bottom: -50px;
    rotate: -30deg;
}
.ce_image.blatt-7{
    position: absolute;
    width: 90px;
    height: auto;
    margin-left: calc(40%);
    padding-right: 0;
    padding-top: 5px;
    bottom: -30px;
    rotate: 30deg;
}
.ce_image.blatt-8{
    position: absolute;
    width: 73px;
    height: auto;
    margin-left: calc(10%);
    padding-right: 0;
    padding-top: 5px;
    bottom: -40px;
    rotate: 30deg;
}
.ce_image.blatt-9{
    position: absolute;
    width: 90px;
    height: auto;
    margin-left: calc(80%);
    padding-right: 0;
    padding-top: 5px;
	top:-20px;
	rotate:100deg;
}
footer .ce_image.blatt{
    position: absolute;
    width: 90px;
    height: auto;
    margin-left: calc(85%);
    padding-right: 0;
    padding-top: 5px;
	top:-120px;
	rotate:100deg;
}
footer .ce_image.blatt img{
    max-width:100%;
}
.ce_image.blatt-10{
    position: absolute;
    width: 90px;
    height: auto;
    margin-left: 10px;
    padding-right: 0;
    padding-top: 5px;
    bottom: -20px;
    rotate: 10deg;
}
.ce_image.blatt-11{
    position: absolute;
    width: 90px;
    height: auto;
    margin-left: calc(80%);
    padding-right: 0;
    padding-top: 5px;
	top:-20px;
	rotate:100deg;
}
.ce_image.blatt-12{
    position: absolute;
    width: 90px;
    height: auto;
    margin-left: calc(50% + 100px);
    padding-right: 0;
    padding-top: 5px;
	top:-20px;
	rotate:100deg;
}
.ce_image.blatt-13{
    position: absolute;
    width: 70px;
    height: auto;
    margin-left: 15px;
    padding-right: 0;
    padding-top: 5px;
    bottom: -38px;
    rotate: 28deg;
}

/* formular */
.kontaktformular input,
.kontaktformular select,
.kontaktformular textarea{
	width:100%;
/*	background-color:#ffffff;*/
	background-color:transparent;
	border:1px solid #393535;
	line-height:50px;
	box-sizing:border-box;
	color:#393535;
	padding-left:20px;
	padding-right:20px;
	margin-bottom:10px;
	font-size:16px;
	font-family: 'Heebo';
	  webkit-border-radius: 0;
	border-radius: 0;
	height:50px;
}
.kontaktformular textarea{
	min-width:100%;
	height: 115px;
}
footer .kontaktformular textarea{
	height: 174px;
}
.kontaktformular input:focus,
.kontaktformular textarea:focus{
	border:1px solid #393535;	
}
.kontaktformular button.submit {
	background-color:#393535;
	border:none;
	line-height:50px;
	box-sizing:border-box;
	color:#ffffff;
	padding-left:20px;
	padding-right:20px;
	float:right;
	text-transform:uppercase;
	font-size:18px;
	font-weight:bold;
	cursor:pointer;
	text-align:center;
	width:100%;
	border:1px solid #393535;
	font-family: 'Barlow';
    font-weight: bold;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}
.cta-large {
	margin-top:100px;
}
.cta-large a.cta.dark{
	font-size:18px;
	padding-left:20px;
	padding-right:20px;
    display: inline-block;
    line-height: 50px;
	border:1px solid #393535;
	background-color:#393535;
	color:#ffffff;
}
.cta-large  a.cta.dark:hover{
	border:1px solid #393535;
	background-color:transparent;
	color:#393535;
}
.kontaktformular button.submit:hover {
	color:#393535;
	background-color:#ffffff;
}
/*.kontaktformular .form-wrapper {
    column-count: 2;
    column-gap: 20px;
    box-sizing:border-box;
}*/
.kontaktformular .form-wrapper {
	  display: grid;
	  overflow: hidden;
	  grid-template-columns: repeat(2, 1fr);
	  grid-gap: 15px;
}
.kontaktformular .widget-submit {
 	margin-bottom:20px;
 	width:auto;
 	float:right;
 }
.kontaktformular .widget-explanation {
	font-size:14px;
	width:100%;
	padding-right:20px;
	color:#393535;
	margin-bottom:4em;
	float:left;
}
.kontaktformular .widget-explanation a {
	color:#393535;
}
.kontaktformular :focus {
  outline: none;
}
/* formular ende */
.left-right.bg-hell,
.left-right.bg-hell .left-fixed{
	overflow:visible;
}
.text-only {
	margin-top:100px;
	margin-bottom:150px;
}
.text-only p {
    margin-bottom: 2em;
}
.text-only h3 {
    margin-bottom: 1em;
}
footer .werbegut {
	font-size:9px;
	color:#ffffff;
	margin-top:75px;
	margin-bottom:-75px;
	opacity: 0.5;
	float:right;
	margin-left:30px;
}
footer .werbegut a{
	color:#ffffff;
	text-decoration:none;
}
.cta-wohnung-6 {
	cursor:pointer;
}
.wohnung-6 {
	display:none;
	margin-bottom: -50px;
  padding-top: 0;
}
.wohnung-6-open .wohnung-6 {
	display:block;
}
.wohnung-6 .blatt-3{
	display:none;
}
.wohnung-6 .ce_image.blatt-1 {
  rotate: 10deg;
}
.wohnung-6 .ce_image.blatt-2 {
  margin-left: calc(10% + 200px);
}
@media only screen and (min-width: 1440px) {
	.ce_image.blatt-11 {
  width: 110px;
	}
.ce_image.blatt-12 {
  width: 125px;
}
.ce_image.blatt-13 {
  width: 90px;
}
.ce_image.blatt-3 {
  width: 90px;
  margin-top: 430px;
}
}
@media only screen and (max-width: 1440px) {
.left-fixed {
  width: 50%;
  max-width: 400px;
  padding-right: 50px;
  box-sizing: border-box;
}
}
@media only screen and (max-width: 1024px) {
	.footer {
		display:unset;
	}
	.footer .col {
	margin-bottom:20px;
}
.footer .col:nth-child(1) {
	width:100%;
	float:left;
}
.footer .col:nth-child(2) {
	float:left;
	padding-right:50px;
}
.footer .col:nth-child(4) {
	float:left;
	width:100%;
}
footer {
  padding-top: 50px;
  padding-bottom: 50px;
}
footer .ce_image.blatt {
  top: -70px;
  right: 50px;
}
.ce_image.blatt-1,
.ce_image.blatt-2,
.ce_image.blatt-3{
  width: 50px;
}
.ce_image.blatt-2 {
  margin-left: 0;
  padding-top: 10%;
}
.ce_image.blatt-1 {
  padding-top: 25%;
}
h2 {
  font-size: 28px;
}
.content-slider figcaption p {
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.slider-control .slider-prev {
	left:20px;
}
.slider-control .slider-next {
	right:20px;
}
}
@media only screen and (max-width: 900px) {
.galerie ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
}
@media only screen and (max-width: 800px) {
.right-scroll {
  width: 100%;
  margin-left: 0;
  box-sizing: border-box;
  height: auto;
  min-height: unset;
  border-left: 0;
}
.left-fixed {
  position: relative;
  height: auto;
  display: block;
  width: 100%;
  max-width: unset;
  padding-top: 50px;
  padding-bottom: 130px;
}
.fix .left-fixed {
  position: unset;
}
.ce_image.blatt-11 {
	display:none;
}
/*.left-fixed {
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}*/
.ce_image.blatt-13 {
	margin-left:35px
}
.right-scroll {
	padding-bottom:50px;
}
.details-liste .col-2 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 120px;
  margin-bottom: 30px;
}
.right-scroll .ce_text .padding {
  padding-left: 30px;
  padding-right: 30px;
}
}
@media only screen and (max-width: 750px) {
.text-left-right .ce_image.fadeInLeft {
  width: 100%;
  max-width: 600px;
  padding-left: 50px;
}
.text-left-right .ce_text.fadeInRight {
	margin-top:100px;
	width:100%;
	padding-right:50px;
}
/*.ce_image.blatt-1 {
  position: absolute;
  margin-left: calc(100% - 100px);
  padding-top: 370px;
}
.ce_image.blatt-2 {
  position: absolute;
  margin-left: calc(10% + 10px);
}*/
.article-padding {
  padding-top: 20px;
  padding-bottom:20px;
}
.content-slider figcaption {
	bottom:120px;
}
figcaption h2 {
  font-size: 30px;
}
.ce_image.blatt-2 {
  margin-left: 10%;
  padding-top: 10%;
}
.ce_image.blatt-1 {
  padding-top: 50%;  
  margin-left: 80%;
}
}
@media only screen and (max-width: 650px) {
.galerie ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}
.footer .col {
width:100%;
}
.footer .col:nth-child(4) {
	margin-top:30px;
}
.ce_image.blatt-3 {
	margin-top:75%;
}
.ce_image.blatt-1 {
  padding-top: 54%;
  margin-left: 90%;
}
.ce_image.blatt-2 {
  margin-left: 10%;
  padding-top: 20%;
}
.kontaktformular .form-wrapper {
  display: grid;
  overflow: hidden;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 15px;
}
.header-cta .icons a.cta-text {
	display:none;
}
.header-cta .icons {
	padding-right:30px;
}
}
@media only screen and (max-width: 600px) {
.logo {
  max-width: 240px;
}
.btn {
	top:45px;
}
h2 {
	hyphens:auto;
}
}
@media only screen and (max-height: 600px) {
.right-scroll {
  width: 100%;
  margin-left: 0;
  box-sizing: border-box;
  height: auto;
  min-height: unset;
  border-left: 0;
}
.left-fixed {
  position: relative;
  height: auto;
  display: block;
  width: 100%;
  max-width: unset;
  padding-top: 50px;
  padding-bottom: 130px;
}
.fix .left-fixed {
  position: unset;
}
.ce_image.blatt-11 {
	display:none;
}
}
/*

@media only screen and (max-width: 1440px) {
}



@media only screen and (max-width: 680px) {
	.kontaktformular .form-wrapper {
		column-count: 1;
	}
	.kontaktformular .widget-explanation {
		width: 100%;
		padding-right: 0;
		font-size:15px;
	}
	.logo {
		max-width: calc(100% - 70px);
		width: 300px;
		display: inline-block;
	}
}
*/
@media only screen and (max-width: 900px) {
	.header nav ul.level_2 {
	  position: relative;
	  float: right;
	  clear: both;
	}
	.header nav ul li a,
	.header nav ul li strong{
		float:right;
	}
	header .menu li {
	    display: block;
	    padding-bottom: 20px;
	    float:right;
	    clear:both;
	}
	header .menu li.show-submenu {
		float:right;
	}
	.header nav{
		position: absolute;
		background-color: #393535;
		top: 0;
		right: 0;
		margin-top: 35px;
		padding: 30px;
		height: 100vh;
		width: auto;
		overflow-y: auto;
		z-index: 20;
		z-index: 100;
		/*border-left: 1px solid rgba(0,0,0,0.5);*/
		min-width: 98px;
		padding-top:100px;
	}
	header .menu li:not(:last-child)::after {
	  content: '';
	  padding-left: 0;
	}
	header .menu ul{
		padding-top: 0;
	}
	header .menu ul.level_2 {
		padding-top: 0;
	}
	header nav a, header nav strong, header nav a.trail {
		margin-left:0;
	}
	.header-kontakt {
		display:none;
	}
}
.timeline{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.timeline *,.timeline :after,.timeline :before{-webkit-box-sizing:inherit;box-sizing:inherit}.timeline:not(.timeline--horizontal):before{background-color:#ddd;bottom:0;content:'';left:50%;margin-left:-2px;position:absolute;top:0;width:4px;z-index:1}.timeline__wrap{overflow:hidden;position:relative;z-index:2}.timeline__item{font-size:16px;font-size:1rem;padding:.625rem 2.5rem .625rem 0;position:relative;width:50%;z-index:2}.timeline__item:after{background-color:#fff;border:4px solid #ddd;border-radius:50%;content:'';height:20px;position:absolute;right:-10px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);top:50%;width:20px;z-index:1}.timeline__item.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;opacity:0}.timeline__item.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}.timeline__item--left{left:0}.timeline__item--right{left:50%;padding:.625rem 0 .625rem 2.5rem}.timeline__item--right:after{left:-10px}.timeline__item--right .timeline__content:before{border-bottom:10px solid transparent;border-right:12px solid #ccc;border-left:none;border-top:10px solid transparent;left:-12px}.timeline__item--right .timeline__content:after{border-bottom:9px solid transparent;border-right:11px solid #fff;border-left:none;border-top:9px solid transparent;left:-10px}.timeline__content{background-color:#fff;border:1px solid #ccc;border-radius:10px;color:#333;display:block;padding:1.25rem;position:relative}.timeline__content:after,.timeline__content:before{content:'';height:0;position:absolute;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);top:50%;width:0}.timeline__content:before{border-bottom:10px solid transparent;border-left:12px solid #ccc;border-top:10px solid transparent;right:-12px;z-index:1}.timeline__content:after{border-bottom:9px solid transparent;border-left:11px solid #fff;border-top:9px solid transparent;right:-10px;z-index:2}.timeline__content h2{font-size:1.25rem;font-weight:700;margin:0 0 .625rem}.timeline__content p{font-size:.9375rem;line-height:1.5;margin-bottom:10px}.timeline--horizontal{font-size:0;padding:0 3.125rem;overflow:hidden;white-space:nowrap}.timeline--horizontal .timeline-divider{background-color:#ddd;display:block;height:4px;left:40px;position:absolute;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:40px;z-index:1}.timeline--horizontal .timeline__items{-webkit-transition:all .8s;-o-transition:all .8s;transition:all .8s;will-change:transform}.timeline--horizontal .timeline__item{display:inline-block;left:0;padding:0 0 2.5rem;position:relative;-webkit-transition:none;-o-transition:none;transition:none;vertical-align:top;white-space:normal}.timeline--horizontal .timeline__item:after{left:50%;right:auto;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);top:100%}.timeline--horizontal .timeline__item .timeline__item__inner{display:table;height:100%;width:100%}.timeline--horizontal .timeline__item .timeline__content__wrap{display:table-cell;margin:0;padding:0;vertical-align:bottom}.timeline--horizontal .timeline__item .timeline__content:before{border-left:12px solid transparent;border-right:12px solid transparent;border-top:12px solid #ccc;left:50%;right:auto;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);top:100%}.timeline--horizontal .timeline__item .timeline__content:after{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #fff;left:50%;right:auto;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);top:100%}.timeline--horizontal .timeline__item--bottom{padding:2.5rem 0 0}.timeline--horizontal .timeline__item--bottom:after{top:0}.timeline--horizontal .timeline__item--bottom .timeline__content__wrap{vertical-align:top}.timeline--horizontal .timeline__item--bottom .timeline__content:before{border-bottom:12px solid #ccc;border-left:12px solid transparent;border-right:12px solid transparent;border-top:none;bottom:100%;top:auto}.timeline--horizontal .timeline__item--bottom .timeline__content:after{border-bottom:10px solid #fff;border-left:10px solid transparent;border-right:10px solid transparent;border-top:none;bottom:100%;top:auto}.timeline-nav-button{background-color:#fff;border:2px solid #ddd;border-radius:50px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;display:block;height:40px;outline:0;position:absolute;text-indent:-9999px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);top:50%;width:40px;z-index:10}.timeline-nav-button:disabled{opacity:.5;pointer-events:none}.timeline-nav-button:before{background-position:center center;background-repeat:no-repeat;content:'';display:block;height:14px;left:50%;position:absolute;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);top:50%;width:8px}.timeline-nav-button--prev{left:0}.timeline-nav-button--prev:before{background-image:url(../../files/dist/images/arrow-left.svg)}.timeline-nav-button--next{right:0}.timeline-nav-button--next:before{background-image:url(../../files/dist/images/arrow-right.svg)}.timeline--mobile{padding:0}.timeline--mobile:before{left:10px!important;margin:0!important}.timeline--mobile .timeline__item{left:0;padding-left:40px;padding-right:0;width:100%}.timeline--mobile .timeline__item:after{left:2px;margin:0}.timeline--mobile .timeline__item .timeline__content:before{left:-12px;border-bottom:12px solid transparent;border-right:12px solid #ccc;border-left:none;border-top:12px solid transparent}.timeline--mobile .timeline__item .timeline__content:after{left:-10px;border-bottom:10px solid transparent;border-right:10px solid #fff;border-left:none;border-top:10px solid transparent}@-webkit-keyframes fadeIn{0%{opacity:0;top:70px}100%{opacity:1;top:0}}@keyframes fadeIn{0%{opacity:0;top:70px}100%{opacity:1;top:0}}@-webkit-keyframes liftUp{0%{top:0}100%{top:-15px}}@keyframes liftUp{0%{top:0}100%{top:-15px}}
