
/* moved by compressor */
@import url("https://use.typekit.net/bkf1tkf.css");
/* moved by compressor */
/* default styles for extension "tx_bh" */
	
	/*  ---------Content Element Editing --------- */
	.bhElement{
		position: relative;
	}
	a.bhElement{
		display: block;
	}
	
/* default styles for extension "tx_cooprice" */
	.bhe-element-toolbutton[data-content-command="opennewscake"]{
		background-image: url("/typo3/sysext/bh/Resources/Public/Images/element-tool-edit.png") !important;
	}
/* default styles for extension "tx_cooquickanfrage" */
    textarea{
        width: 300px;
        height: 70px
    }

    .formloader{
        background: url(/typo3/sysext/coo_quickanfrage/Resources/Public/Images/ajaxformloader.gif) no-repeat center center;
        width: 35px; height: 16px;
        display: inline-block; margin-left: 5px;
        top: 3px; position: relative;

    }
    .errorBox{
        border: 1px solid red;
        padding: 10px;
        color: red;
        font-size: 13px;
        margin-bottom: 20px;
    }
	#bigmsg,
	[data-mailform-bigmsg="true"] {
		display: none;
	}


/**
 * Swiper 4.1.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 11, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-invisible-blank-slide {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
/*   pointer-events: none; */
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next,
.swiper-container-rtl ~ .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev,
.swiper-container-rtl ~ .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white,
.swiper-container-rtl ~ .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white,
.swiper-container-rtl ~ .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black,
.swiper-container-rtl ~ .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black,
.swiper-container-rtl ~ .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-container-horizontal ~ .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets,
.swiper-container-vertical ~ .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-container-vertical ~ .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-container-vertical ~ .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-container-vertical ~ .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-container-horizontal ~ .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-container-horizontal ~ .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-container-horizontal ~ .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-container-horizontal.swiper-container-rtl ~ .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-horizontal ~ .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-vertical ~ .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar,
.swiper-container-horizontal ~ .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar,
.swiper-container-vertical ~ .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
.tingle-modal *{box-sizing:border-box}.tingle-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:-webkit-box;display:-ms-flexbox;display:flex;visibility:hidden;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;-webkit-overflow-scrolling:touch;background:rgba(0,0,0,.8);opacity:0;cursor:pointer;-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}.tingle-modal--noClose .tingle-modal__close,.tingle-modal__closeLabel{display:none}.tingle-modal--confirm .tingle-modal-box{text-align:center}.tingle-modal--noOverlayClose{cursor:default}.tingle-modal__close{position:fixed;top:10px;right:28px;z-index:1000;padding:0;width:5rem;height:5rem;border:none;background-color:transparent;color:#f0f0f0;font-size:6rem;font-family:monospace;line-height:1;cursor:pointer;-webkit-transition:color .3s ease;transition:color .3s ease}.tingle-modal__close:hover{color:#fff}.tingle-modal-box{position:relative;-ms-flex-negative:0;flex-shrink:0;margin-top:auto;margin-bottom:auto;width:60%;border-radius:4px;background:#fff;opacity:1;cursor:auto;-webkit-transition:-webkit-transform .3s cubic-bezier(.175,.885,.32,1.275);transition:-webkit-transform .3s cubic-bezier(.175,.885,.32,1.275);transition:transform .3s cubic-bezier(.175,.885,.32,1.275);transition:transform .3s cubic-bezier(.175,.885,.32,1.275),-webkit-transform .3s cubic-bezier(.175,.885,.32,1.275);-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}.tingle-modal-box__content{padding:3rem}.tingle-modal-box__footer{padding:1.5rem 2rem;width:auto;border-bottom-right-radius:4px;border-bottom-left-radius:4px;background-color:#f5f5f5;cursor:auto}.tingle-modal-box__footer::after{display:table;clear:both;content:""}.tingle-modal-box__footer--sticky{position:fixed;bottom:-200px;z-index:10001;opacity:1;-webkit-transition:bottom .3s ease-in-out .3s;transition:bottom .3s ease-in-out .3s}.tingle-enabled{position:fixed;overflow:hidden;left:0;right:0}.tingle-modal--visible .tingle-modal-box__footer{bottom:0}.tingle-enabled .tingle-content-wrapper{-webkit-filter:blur(8px);filter:blur(8px)}.tingle-modal--visible{visibility:visible;opacity:1}.tingle-modal--visible .tingle-modal-box{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.tingle-modal--overflow{overflow-y:scroll;padding-top:8vh}.tingle-btn{display:inline-block;margin:0 .5rem;padding:1rem 2rem;border:none;background-color:grey;box-shadow:none;color:#fff;vertical-align:middle;text-decoration:none;font-size:inherit;font-family:inherit;line-height:normal;cursor:pointer;-webkit-transition:background-color .4s ease;transition:background-color .4s ease}.tingle-btn--primary{background-color:#3498db}.tingle-btn--danger{background-color:#e74c3c}.tingle-btn--default{background-color:#34495e}.tingle-btn--pull-left{float:left}.tingle-btn--pull-right{float:right}@media (max-width :540px){.tingle-modal{top:0;display:block;padding-top:60px;width:100%}.tingle-modal-box{width:auto;border-radius:0}.tingle-modal-box__content{overflow-y:scroll}.tingle-modal--noClose{top:0}.tingle-modal--noOverlayClose{padding-top:0}.tingle-modal-box__footer .tingle-btn{display:block;float:none;margin-bottom:1rem;width:100%}.tingle-modal__close{top:0;right:0;left:0;display:block;width:100%;height:60px;border:none;background-color:#2c3e50;box-shadow:none;color:#fff;line-height:55px}.tingle-modal__closeLabel{display:inline-block;vertical-align:middle;font-size:1.5rem;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif}.tingle-modal__closeIcon{display:inline-block;margin-right:.5rem;vertical-align:middle;font-size:4rem}}@supports ((-webkit-backdrop-filter:blur(12px)) or (backdrop-filter:blur(12px))){.tingle-modal{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}@media (max-width :540px){.tingle-modal{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}}.tingle-enabled .tingle-content-wrapper{-webkit-filter:none;filter:none}}
body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

/* Fix IE11 */
.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0; }

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996; }

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-caption {
    padding: 12px; }
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; } }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }


/*
	TEMP
*/
.loaded-in-iframe #Logo,
.loaded-in-iframe #Navigation,
.loaded-in-iframe #Languages,
.loaded-in-iframe #Footer {
	display: none !important;
}
.loaded-in-iframe #NavigationBox {
	justify-content: flex-end;
}

/*
	font-family: "futura-pt",sans-serif;
	font-family: "abril-text",serif;
	font-family: "futura-pt-bold",sans-serif;
*/

body { 
    height: auto;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    
	font-family: "abril-text",serif;
	font-size: 17px;
	color: #5F5F5E;
	letter-spacing: 0.5px;
	line-height: 25px;
}
@media (max-width: 1023px) {
	body { 
		font-size: 16px;
		line-height: 23px;
	}
	.bh-bodytext > * {
	    margin-bottom: 20px;
	}
}
@media (max-width: 800px) {
	body { 
		font-size: 15px;
		line-height: 22px;
	}
	#Main .bh-cols.bh-cols-3 {
		font-size: 14px;
		line-height: 18px;
	}
	.bh-bodytext {
		hyphens: auto;
		-webkit-hyphens: auto;
	}
}

body.bhe-state-editing {
	overflow-x: hidden;
} 
.bhBackgroundImage.bhe-state-property-empty {
	background: #ccc;
}

.bh-centered-content > .bhContainer > .bhElement,
.bh-layout > .bhContainer > .bh-layout,
.bh-centered.style-spacing {
	padding-left: 35px;
	padding-right: 35px;
}
@media only screen and (max-width : 767px) {
	.bh-centered-content > .bhContainer > .bhElement,
	.bh-layout > .bhContainer > .bh-layout,
	.bh-centered.style-spacing {
		padding-left: 20px;
		padding-right: 20px;
	}
}
.bh-centered-content > .bhContainer > .bh-layout,
.bh-centered-content > .bhContainer > .bh-col-gaps-none,
.bh-centered-content > .bhContainer > .bh-col-gaps-small,
.bhContainer > .bhElement.style-nospacing {
	padding-left: 0px;
	padding-right: 0px;
}
.style-height-noselect .bhBackgroundImage,
.style-height-normal .bhBackgroundImage {
	height: 50vh;
}
.style-height-small .bhBackgroundImage {
	height: 33vh;
}
.style-height-large .bhBackgroundImage {
	height: 72vh;
}
.style-height-full .bhBackgroundImage {
	height: 100vh;
}

/* ----- PRELOADER ----- */

#Preloader {
	background-color: #fff;
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 400;
}
#Preloader .preloadericon {
	width: 100px;
	height: 100px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -50px;
	margin-top: -50px;
	background-image: url('../../../fileadmin/images/preloader-flower.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100px 100px;

	-webkit-animation: rotation 30s infinite linear;
	-moz-animation: rotation 30s infinite linear;
	-ms-animation: rotation 30s infinite linear;
	-o-animation: rotation 30s infinite linear;
	animation: rotation 30s infinite linear;
}
@-webkit-keyframes rotation {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes rotation {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/* 
	STYLES 
*/
a {
	color: inherit;
}

h1, h2, h3, h4, h5, h6,
.bh-bodytext h1, .bh-bodytext h2, .bh-bodytext h3, .bh-bodytext h4, .bh-bodytext h5, .bh-bodytext h6 {
	margin-top: 0px;
	margin-bottom: 30px;
	font-weight: normal;
	hyphens: none;
	-webkit-hyphens: none;
}
.bh-bodytext h1 {
	text-align: center;
	font-size: 36px;
	color: #584831;
	letter-spacing: 1px;
}

/*
.bh-bodytext h1 + h2 {
	margin-top: -30px;
}
*/

.bh-bodytext h2 {
	text-align: center;
	font-size: 36px;
	color: #584831;
	letter-spacing: 1px;
}
@media (max-width: 1023px) {
	.bh-bodytext h2 {
		font-size: 32px;
		letter-spacing: .7px;
	}
}
.bh-bodytext h3 {
	font-size: 35px;
	color: #584831;
	letter-spacing: 1px;
	line-height: 40px;
}

.bh-bodytext h4 {
	text-align: center;
	font-size: 28px;
	color: #584831;
	letter-spacing: 1px;
}

.bh-bodytext h5 {
	font-family: "futura-pt",sans-serif;
	font-size: 16px;
	color: #C4A67D;
	letter-spacing: 0.5px;
	line-height: 25px;
	margin-bottom: 0px;
	text-transform: uppercase;
}

.bh-bodytext h6 {
	font-family: "futura-pt",sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #4C4C4B;
	letter-spacing: 0.5px;
	line-height: 21px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.bh-bodytext p {
    
}

.bh-bodytext b,
.bh-bodytext strong {
    color: #584831;
}

.bh-bodytext a {
	color: #584831;
	background-color: #F7F3EE;
	padding: 0px 10px;
	border-radius: 12.5px;
	
	transition: all 0.4s;
}
.bh-bodytext a:hover {
    -webkit-filter: brightness(85%); /* Safari */
    filter: brightness(85%);
}

.bh-bodytext ul {
	margin-top: 0px;
	padding-left: 20px;
}
.bh-bodytext li {
	list-style: none;
	position: relative;
}
.bh-bodytext li:before {
	position: absolute;
	left: -20px;
	top: 1px;
	line-height: inherit;
	vertical-align: middle;
	
	font-size: 12px;
	color: #C4A67D;
	content: "\e955";
	
	font-family: 'bakehouse-iconset' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
/*     line-height: inherit; */
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.style-text-teaser {
	text-align: center;
	font-size: 21px;
	color: #5F5F5E;
	letter-spacing: 0.5px;
	line-height: 34px;
}
.style-text-zitat {
	font-size: 27px;
	color: #774A2D;
	letter-spacing: 0.5px;
	line-height: 45px;
}
@media only screen and (max-width : 767px) {
	.bh-bodytext h1 {
		font-size: 28px;
	}
	.bh-bodytext h2 {
		font-size: 28px;
	}
	.bh-bodytext h3 {
		font-size: 27px;
		line-height: 33px;
	}
	.bh-bodytext h4 {
		font-size: 20px;
	}
	.bh-bodytext h5 {
		font-size: 16px;
		line-height: 25px;
	}
	.bh-bodytext h6 {
		font-size: 16px;
		line-height: 25px;
	}
	.style-text-teaser {
		font-size: 18px;
		line-height: 28px;
	}
	.style-text-zitat {
		font-size: 20px;
		line-height: 32px;
	}
}
.style-button,
a.style-button,
input.style-button {
	position: relative;
	display: inline-block;

	color: #fff;
	background: #584831;

	border-radius: 0px;
	padding: 10px 30px;

	text-decoration: none;
	text-transform: uppercase;
	
	transition: all 0.5s;
}
.style-button:hover,
a.style-button:hover,
input.style-button:hover {

}
a.style-button.style-button-colored,
input.style-button.style-button-colored {
	background: #C4A67D;
	font-family: "futura-pt",sans-serif;
	font-weight: 600;
	font-size: 15px;
}
a.style-button.style-button-colored:hover,
input.style-button.style-button-colored:hover {
	color: #fff;
	background: #584832;
}
.style-color-invert,
.style-color-invert .bh-bodytext,
/* .style-color-invert .bh-bodytexta:not(.style-button), */
.style-color-invert .bh-bodytext h1,
.style-color-invert .bh-bodytext h2,
.style-color-invert .bh-bodytext h3,
.style-color-invert .bh-bodytext h4,
.style-color-invert .bh-bodytext h5,
.style-color-invert .bh-bodytext h6,
.style-color-invert .bh-bodytext b,
.style-color-invert .bh-bodytext strong,
.style-color-invert .bh-bodytext .style-text-teaser,
.style-color-invert .bh-bodytext .style-text-zitat,
.style-background-darkgrey,
.style-background-darkgrey .bh-bodytext,
/*.style-background-darkgrey .bh-bodytext a:not(.style-button),*/
.style-background-darkgrey .bh-bodytext h1,
.style-background-darkgrey .bh-bodytext h2,
.style-background-darkgrey .bh-bodytext h3,
.style-background-darkgrey .bh-bodytext h4,
.style-background-darkgrey .bh-bodytext h5,
.style-background-darkgrey .bh-bodytext h6,
.style-background-darkgrey .bh-bodytext b,
.style-background-darkgrey .bh-bodytext strong,
.style-background-darkgrey .bh-bodytext .style-text-teaser,
.style-background-darkgrey .bh-bodytext .style-text-zitat,

.style-background-brown,
.style-background-brown .bh-bodytext,
/* .style-background-brown .bh-bodytext a:not(.style-button), */
.style-background-brown .bh-bodytext h1,
.style-background-brown .bh-bodytext h2,
.style-background-brown .bh-bodytext h3,
.style-background-brown .bh-bodytext h4,
.style-background-brown .bh-bodytext h5,
.style-background-brown .bh-bodytext h6,
.style-background-brown .bh-bodytext b,
.style-background-brown .bh-bodytext strong,
.style-background-brown .bh-bodytext .style-text-teaser,
.style-background-brown .bh-bodytext .style-text-zitat {
	color: #fff;
}
.style-background-lightgrey,
.style-background-lightgrey .bh-bodytext,
/* .style-background-lightgrey .bh-bodytext a:not(.style-button), */
.style-background-lightgrey .bh-bodytext h1,
.style-background-lightgrey .bh-bodytext h2,
.style-background-lightgrey .bh-bodytext h3,
.style-background-lightgrey .bh-bodytext h4,
.style-background-lightgrey .bh-bodytext h5,
.style-background-lightgrey .bh-bodytext h6,
.style-background-lightgrey .bh-bodytext b,
.style-background-lightgrey .bh-bodytext strong,
.style-background-lightgrey .bh-bodytext .style-text-teaser,
.style-background-lightgrey .bh-bodytext .style-text-zitat {
	color: #5F5F5E;
}
.style-background-lightgrey {
	background-color: #F8F8F8;
}
.style-background-darkgrey {
	background-color: #333333;
}
.style-background-brown {
	background-color: #584831;
}
.style-caption {
	font-family: "futura-pt",sans-serif;
	font-size: 14px;
	line-height: 18px;
}

/* ----- TABELLE ----- */

#Content table {
	margin-top: 30px;
	margin-bottom: 20px;
}
#Content table tr td {
	border-bottom: 1px solid rgba(0,0,0,.1);
	padding: 7px;
	padding-top: 8px;
	padding-bottom: 6px;
	font-family: "futura-pt",sans-serif;
    font-size: 17px;
    letter-spacing: 0;
}
#Content table tr td:first-child {
	padding-left: 0px;
	font-weight: 600;
	color: #C5A77F;
}
#Content table tr:first-child td {
	border-top: 1px solid rgba(0,0,0,.1);
}

/* ----- PLUGINS ----- */

/* Fader */
.swiper-navigation {
	background: none;
}
.swiper-navigation:before {
	line-height: inherit;
	vertical-align: middle;
	
	color: #C4A67D;
	content: "\e955";
	font-size: 37px;
	
	font-family: 'bakehouse-iconset' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-container-horizontal ~ .swiper-pagination-bullets  {
	bottom: auto;
	top: 0px;	
	display: flex;
	justify-content: center;
	align-items: center;
}
.swiper-pagination-bullet {
	background: #ECE3D6;
	opacity: 1;
	width: 6px;
	height: 6px;
	transition: all 0.4s;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #584831;
	width: 10px;
	height: 10px;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-container-horizontal ~ .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 10px !important;
}
.swiper-button-prev,
.swiper-button-next {
	background: none;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: rgba(255,255,255,1);
	transition: all .4s;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
	background-color: #584832;
}
.swiper-button-prev:hover:before,
.swiper-button-next:hover:before {
	color: #fff;
}
.swiper-button-prev {
	left: 20px;
}
.swiper-button-next {
	right: 20px;
}
@media (max-width: 767px) {
	.swiper-button-prev {
		left: 10px;
	}
	.swiper-button-next {
		right: 10px;
	}
}
.swiper-button-prev:before,
.swiper-button-next:before {
	content: "\e905";
    font-family: 'bakehouse-iconset' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all .4s;
    
    font-size: 30px;
    color: #584832; 
}
.swiper-button-prev:before {
	content: "\e905";
}
.swiper-button-next:before {
	content: "\e906";
}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
    opacity: 0;
    cursor: auto;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-container-horizontal ~ .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}

/*---- SPECIAL SWIPER ----*/

.el-swiper.specialSwiper .bh-swiper {
	padding: 40px;
	box-sizing: border-box;
}
.el-swiper.specialSwiper .swiper-pagination {
	top: 10px;
}
.el-swiper.specialSwiper .swiper-button-prev {
	left: -5px !important;
}
.el-swiper.specialSwiper .swiper-button-next {
	right: -5px !important;
}
@media only screen and (max-width: 450px) {
	.el-swiper.specialSwiper .bh-swiper {
		padding: 20px 0px;
	}
	.el-swiper.specialSwiper .swiper-button-prev {
		left: -20px !important;
		height: 40px;
		width: 40px;
		background-color: transparent;
	}
	.el-swiper.specialSwiper .swiper-button-next {
		right: -20px !important;
		height: 40px;
		width: 40px;
		background-color: transparent;
	}
	.el-swiper.specialSwiper .swiper-button-next:hover,
	.el-swiper.specialSwiper .swiper-button-prev:hover {
	    background-color: #584832;
	}
}
/* ----- LAYOUT ----- */

#Page {
	padding-top: 100px; 
}
@media only screen and (max-width : 1023px) {
	#Page {
		padding-top: 120px; 
	}
}
#Header {
	z-index: 300;	
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100px;
	color: #5a4932;
	background-color: rgba(255,255,255,0);
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	transition: background-color 0.4s, color 0.4s;
}
.bh-bemode #Header {
	top: 50px;
}
body[data-scroll="scrolled"] #Header {
	height: 70px;
	background-color: rgba(255,255,255,1);
	box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
	color: #584831 !important;
}

/* ----- Header Items ----- */

#NavigationBox {
	position: relative;
	z-index: 10;
	height: 100%;
	display: flex;
	justify-content: space-between;
}
#Logo {
	box-sizing: border-box;
	display: flex;
	padding: 20px;
}
#Logo a {
	display: block;
	width: 120px;
	background: url('../../../fileadmin/images/logo.svg') no-repeat left center;
	background-size: 120px 41px;
	transition: all 0.4s;
}
body[data-scroll="scrolled"] #Logo a {
	background: url('../../../fileadmin/images/logo.svg') no-repeat left center;
	background-size: contain;
}
#HeaderButtons {
	display: flex;
}
.header-button {
	position: relative;
	display: flex;
	border-left: 1px solid rgba(197, 167, 126, 0.3);
	width: 100px;
	justify-content: center;
/* 	cursor: pointer; */
}
.header-button:first-child {
	border-left-width: 0px;
}
body[data-scroll="scrolled"] .header-button {
	border-left-color: rgba(197, 167, 126, 0.3);
}
.header-button-label {
	display: flex;
	align-items: center;
}
.header-button-icon {
	font-size: 24px;
}
.header-button-text {
	padding-left: 10px;
	
	font-family: "futura-pt",sans-serif;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 1px;
}
.header-button-notification {
	position: absolute;
	right: 15px;
	top: 20px;
	border-radius: 100%;
	background: #C6BF7B;
	padding-top: 1px;
	width: 21px;
	height: 20px;
	color: #fff;
	font-weight: 600;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	text-shadow: 0px 0px 3px rgba(0,0,0,.1);
}
body[data-scroll="scrolled"] .header-button-notification {
	right: 13px;
	top: 10px;
}
@media only screen and (max-width : 767px) {
	.header-button-notification,
	body[data-scroll="scrolled"] .header-button-notification {
		right:5px;
		top:-5px;
	}
}
#Languages {
	position: relative;
}
#Bookmarks {
	z-index: 10;
	font-family: "futura-pt",sans-serif;
}
#Bookmarks .header-popup-content {
	padding: 0px;
}
.mini-cart {
	max-width: 300px;
	width: 100vw;
	overflow: hidden;
}
.mini-cart-content {
	box-sizing: border-box;
	padding: 10px;
	max-height: 70vh;
	overflow: auto;
}
.mini-cart-item {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}
.mini-cart-item:last-child {
	margin-bottom: 0px;
}
.mini-cart-item-picture {
	position: relative;
	width: 80px;
	height: 80px;
	background: #AF9472;
	flex-shrink: 0;
	border-radius: 4px;
	overflow: hidden;
}
.mini-cart-item-picture.is-sample:before {
	position: absolute;
	content: attr(data-sampletext);
	right: 10px;
	top: 10px;

    transform: rotate(45deg) translate(50%,-50%);
    transform-origin: 100% 0;
    position: absolute;
    line-height: 40px;
	
	background: #C6BF7B;
	font-family: "futura-pt",sans-serif;
	font-size: 11px;
	color: #333333;
	letter-spacing: 1px;
	line-height: 11px;
	padding:30px 30px 5px;
	text-transform: uppercase;

}
.mini-cart-item-picture .bh-image-background {
	width: 80px;
	height: 80px;
	background-size: cover;
}
.mini-cart-item-content {
	width: 100%;
	box-sizing: border-box;
	padding: 0px 10px;
}
.mini-cart-item-supportmaterial {
	font-size: 11px;
	color: #584831;
	letter-spacing: 1px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 14px;
	padding-top: 9px;
	padding-bottom: 7px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 150px;
}
.mini-cart-item-name {
	font-family: "abril-text",serif;
	font-size: 19px;
	color: #584831;
	letter-spacing: 1px;
	line-height: 21px;
}
.mini-cart-item-buttons {
	display: flex;
	flex-direction: column-reverse;
	justify-content: flex-end;
	opacity: 0;
	transition: opacity .4s;
}
.mini-cart-item:hover .mini-cart-item-buttons {
	opacity: 1;
}
.mini-cart-item-button {
	width: 30px;
	height: 30px;
	
	display: flex;
	justify-content: center;
	align-items: center;
	
	cursor: pointer;
}
.mini-cart-item-button:hover {
	color: #C7A983;
}
.mini-cart-noproducts {
	padding: 30px 0px;
	font-size: 19px;
	color: #584831;
	letter-spacing: 1px;
	text-align: center;
	line-height: 28px;
	font-family: "abril-text",serif;
}	
.mini-cart-buttons {
	border-top: 1px solid #F3F3F3;
	padding: 10px;
	font-weight: 600;
	
	line-height: 30px;
	font-size: 15px;
	color: #C4A67D;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
}
.mini-cart-button {
	display: block;
	background: #584832;
	color: #fff;
	padding: 5px;
	transition: background .4s;
}
.mini-cart-button:hover {
	background: #C5A77F;
}
.mini-cart-button.mini-cart-button-productfinder {
	background: #C5A77F;
	transition: background .4s;
}
.mini-cart-button.mini-cart-button-productfinder:hover {
	background: #584833;
}

/* ----- Navigation General ----- */

li.hnavi_item {
	display: flex;
	position: relative;
}
.hnavi_item > a {
	display: flex;
	align-items: center;
	white-space: nowrap;	
	font-family: "futura-pt",sans-serif;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
/* 	transition: color .4s; */
}
.hnavi_item:hover > a {
	color: #C4A67D;
}
.hnavi_item.active > a {
	color: #C4A67D;
}
.hsnavi_item > a {
	font-weight: 600;
	font-size: 20px;
	letter-spacing: 0.5px;
	line-height: 50px;
}
#Navigation  .hsnavi_item.active > a {
	color: #C4A67D;
}

/*
	Mobile Navigation
*/
#MobileNavigationBox {
	display: none;
}
#MobileNavigationToggler {
	height: 60px;
	width: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 24px;
	position: absolute;
	top: 0;
	left: 0;
}
#MobileNavigation {
	display: none;
	position: fixed;
	z-index: 5;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding: 70px 0px 0px 0px;
	background: #594931;
	color: #fff;
	
	flex-direction: column;
}
#MobileNavigationLanguages {
	padding: 20px 10px;
}
#MobileNavigationLanguages .bh-language-menu {
	display:flex;
	justify-content: center;
	font-size: 18px;
}
#MobileNavigationLanguages .bh-language-menu li {
	padding: 0px 10px;
}
#MobileNavigationLanguages .bh-language-menu li:not(:first-child) {
	border-left: 1px solid rgba(255,255,255,0.1);
}
#MobileNavigationLanguages .active {
	color: #C5A77F;
}

#MobileNavigationContent {
	height: 100%;
	position: relative;
}
#MobileMainNavigation,
#MobileSubNavigation {
	position: absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	overflow: auto;
	
	box-sizing: border-box;
	padding: 15px 35px 35px 35px
}
#MobileMainNavigation {
	opacity: 1;
	transition: all 0.4s;
	transform: perspective(1000px) rotate3d(0, 1, 0, 0deg) translateX(0%);
}
#MobileMainNavigation li.hnavi_item {
	justify-content: space-between;
	align-items: center;
	line-height: 47px;
}
.state-subnavigation-open #MobileMainNavigation {
	pointer-events: none;
	opacity: 0;
	transform: translateX(-20%);
}
#MobileSubNavigation {
	pointer-events: none;
	opacity: 0;
	transition: all 0.4s;
	transform: translateX(20%);
}
.state-subnavigation-open #MobileSubNavigation {
	pointer-events: all;
	opacity: 1;
	transform: translateX(0%);
}
#MobileSubNavigationClose {
	text-align: center;
	font-size: 24px;
	margin-bottom: 30px;
}
#MobileNavigation .hnavi_item > a {
	font-size: 19px;
}
#MobileSubNavigation .hnavi_item > a {
	line-height: 50px;
}
#MobileSubNavigation .hnavi_item {
	display: none;
}
#MobileSubNavigation .hnavi_item.state-subnavigation-active {
	display: block;
}
.hnavi_item.state-has-subnavigation > span {
	font-size: 24px;
}
.hnavi_item.state-subnavigation-active > a {
	display: none;
}
#MobileSubNavigation .subnavigation-content {
	margin-bottom: 20px;
}

/* ----- Navigation ----- */

#Navigation {
	display: flex;
}
#Navigation .bh-navigation {
	display: flex;
}
#Navigation .hnavi_box {
	display: flex;
	align-items: stretch;
}
#Navigation .hnavi_item > a {
	padding: 0px 20px;
}
#Navigation .subnavigation-wrapper {
	left: 50%;
	width: 100vw;
	max-width: 370px;
/* 	transform: translateX(-50%); */
}
#Navigation .subnavigation-wrapper.state-has-content {
	max-width: 890px;
}
#Navigation .subnavigation-wrapper .header-popup-content {
	display: flex;
	min-height: 300px;
	padding: 5px;
}
#Navigation .subnavigation-wrapper.state-has-content .subnavigation {
	width: auto;
	flex-grow: 1;
}
#Navigation .subnavigation-wrapper.state-has-content .subnavigation-content {
	width: 360px;
	display: flex;
	flex-direction: column;
	align-content: stretch;
}
#Navigation .subnavigation-wrapper.state-has-content .subnavigation-content > * {
	flex: 1;
}
#Navigation .subnavigation-wrapper .subnavigation {
	box-sizing: border-box;
	width: 100%;
	padding: 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#Navigation .hsnavi_item > a {
	color: #584831;
	transition: color .4s;
}
#Navigation .hsnavi_item:hover > a {
	color: #C4A67D;
}
#Navigation .hsnavi_item > a:after {
	position: absolute;
	right: 0px;
	top: 0px;
	line-height: inherit;
	vertical-align: middle;
	font-size: 24px;
	
	color: #C4A67D;
	content: "\e906";
	
	font-family: 'bakehouse-iconset' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.header-button-popup .header-popup-content {
	padding: 20px;
	border-radius: 5px;
}
#Bookmarks .header-popup-content {
	border-radius: 5px 0px 0px 5px;
}
.bh-language-menu {
	list-style: none;
	margin: 0px;
	padding: 0px;
	min-width: 100px;
	font-family: "futura-pt", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	font-size: 14px;
	letter-spacing: 1px;
}
.bh-language-menu li {
	transition: color .4s;
}
.bh-language-menu li:hover {
	color: #c4a67d;
}
.header-popup {
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	transition: opacity 0.6s;
}
.hnavi_item:hover .header-popup,
.header-button:not(#Bookmarks):hover .header-popup,
.hnavi_item.header-popup-open .header-popup,
.header-button.header-popup-open .header-popup {
	opacity: 1;
	pointer-events: all;
}
#Bookmarks .header-button-label {
	cursor: pointer;
	width: 100%;
	justify-content: center;
	transition: color 0.4s;
}
#Bookmarks:hover .header-button-label {
	color: #C5A77F;
}
.header-popup-content {
	background: rgba(255,255,255,1);
	box-shadow: 0px 10px 50px -5px rgba(0,0,0,0.4);
	
	color: #584831;
	transition: all 0.6s;
	transform: perspective(1000px) rotate3d(1, 0, 0, -7deg);
}
.header-popup-content .header-popup-arrow {
	position: absolute;
	top: -12px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 12px 12px 12px;
	border-color: transparent transparent #ffffff transparent;
}
.hnavi_item:hover .header-popup-content,
.header-button:hover .header-popup-content,
.hnavi_item.header-popup-open .header-popup-content,
.header-button.header-popup-open .header-popup-content {
	transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
}
@media (max-width: 767px) {
	
	#Bookmarks .header-popup-content {
	    border-radius: 0px;
	}
	.header-popup-arrow {
		left: auto !important;
		right: 7px !important;
	}
	.header-popup {
    	opacity: 0;
    	left: auto !important;
    	right: 0 !important;
    }
	.header-popup-content {
		box-shadow: 0px 10px 100px 0px rgba(0,0,0,0.8);
	}
	.mini-cart {
	    max-width: 100vw;
	    width: 100vw;
	    height: calc(100vh - 70px);
	}
	.mini-cart-content {
	    padding: 20px;
	}
	.mini-cart-buttons {
	    padding: 20px;
	}
	.mini-cart-content {
	    max-height: calc(100vh - 152px);
	}
	.mini-cart-item-buttons {
	    opacity: 1;
	}
	.mini-cart-item-button {
		font-size: 20px;
	}
}

/*
	Navigation Content - BH Edit
*/
#NavigationLinkContent {
	display: none;
}
.bhe-editbg #NavigationLinkContent {
	display: flex !important;
	flex-wrap: wrap;
}
.navigation-content {
	width: 360px;
	min-height: 100px;
	padding: 5px;
}
.subnavigation .bhElement {
	margin: 0px 0px 0px 0px !important;
}
.bh-navigation .bhElement .bhe-element-toolbar {
	display: none !important;
}

/* ----- Navigation Responsive ----- */

@media only screen and (max-width : 1080px) {
	.hnavi_item > a {
	    font-size: 15px;
	    letter-spacing: .7px;
	}
	#Navigation .hnavi_item > a {
	    padding: 0px 15px;
	}
}
@media only screen and (max-width : 1023px) {
	#NavigationBox {
		flex-wrap: wrap;
	}
	#Logo {
		margin: 0 auto;
		padding: 10px 20px;
		width: 200px;
		padding: 15px 20px 0px 20px;
		z-index: 50;
		background-size: 120px 41px;
	}
	#Logo a {
		margin: 0 auto;
	}
	body[data-scroll="scrolled"] #Logo a {
	    background-size: 120px 41px;
	}
	#Logo {
		height: 58px;
	}
	#HeaderButtons {
		height: 70px;
	}
	#HeaderButtons {
		position: absolute;
		display: block;
		width: 100%;
		z-index: 10;
	}
	#Languages, #Bookmarks {
		height: 70px;
	}
	#Bookmarks {
		position: absolute;
		right: 0;
		top: 0;
		left: auto;
		border-left: none;
	}
	#Navigation {
		height: 50px;
		order: 3;
		width: 100%;
		justify-content: center;
	}
	.header-button-notification {
	    top: 10px;
    }
}
@media only screen and (max-width : 1023px) and (min-width : 767px) {
	#Header {
		height: 120px !important;
	}
}
@media only screen and (max-width : 767px) {
	#Page {
	    padding-top: 70px;
	}
	.header-button-notification {
	    top: 6px !important;
	    right: 34px !important;
	}
	#HeaderButtons {
	    position: absolute;
	    display: block;
	    width: 60px;
	    height: 70px;
	    z-index: 10;
	    right: 0;
	    top: 0;
	}
	#Header {
		height: 70px !important;
	}
	#NavigationBox {
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: center;
		height: 70px;
	}
	#MobileNavigationBox {
		display: block;
	}
	#MobileNavigationToggler {
		height: 70px;
		line-height: 70px;
	}
	#MobileNavigation {
		display: flex;
		pointer-events: none;
		opacity: 0;
		transform: perspective(1000px) rotate3d(1, 0, 0, 7deg);
		transition: all 0.4s;
	}
	.state-menu-open #MobileNavigation {
		pointer-events: all;
		opacity: 1;
		transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
	}
	.state-menu-open #NavigationBox {
		color: #fff;
	}
	#Logo {
	    margin: 0 auto;
	    padding: 0px 20px 0px 20px;
	}
	#Logo a {
	    background-size: 120px 41px;
	    background-position: center center;
	}
	.state-menu-open #Logo a {
		background-image: url('../../../fileadmin/images/logo-white.svg') !important;
	}
	#Navigation {
		display: none;
	}
	#HeaderButtons {

	}
	.header-button {
		width: 50px;
		border-left: 0px;
	}
	
	#Languages {
		display: none;
	}	
}

/* ----- MAIN ----- */

#Main {
	margin-bottom: 100px;
}
.bh-state-mobile #Main {
	margin-bottom: 30px;
}

#Content {
	
}

#Footer {
	color: #584831;
}

#FooterLogo {
	height: 130px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#FooterLogo a {
	display: block;
	height: 56px;
	width: 123px;
	background: url('../../../fileadmin/images/logo-footer.svg') center center;
	background-size: contain;
}
.bh-state-mobile #FooterLogo {
	display: none;
}

#FooterBar {
	display: flex;
/* 	justify-content: space-between; */
	align-items: center;
	box-sizing: border-box;
	height: 130px;
	padding: 40px;
	font-family: 'futura-pt', sans-serif;
}

#Breadcrumb {
	flex: 1;
	margin-right: auto;
}

.bh-breadcrumb {
	font-size: 13px;
	text-transform: uppercase;
}
.bh-breadcrumb-label {
	display: inline-block;
	font-weight: 600;
}
.bh-breadcrumb ol {
	padding: 0;
	margin: 0;
}
.bh-breadcrumb ol,
.bh-breadcrumb ol li {
	display: inline;
	list-style-position: inside;
}
.bh-breadcrumb ol li div {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}
.bh-breadcrumb a {
}
.bh-breadcrumb a:hover {
	text-decoration: underline;
}


#Slogan {

}

#Socials {
	flex: 1;
	margin-left: auto;
	
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	
	font-weight: 600;
	
	letter-spacing: 1px;
}

.socials-label {
	color: #C4A67D;
	font-size: 11px;
}
.socials-item {
	margin-left: 20px;
	font-size: 13px;
}
.socials-facebook {
	color: #4B5D9D;
}
.socials-youtube {
	color: #9C0013;
}

#Awards {
/* 	padding: 60px 0px; */
	height: 90px;
	margin: 60px 40px;
	background: url('../../../fileadmin/images/awards-2018.png') no-repeat center center;
	background-size: contain;
}

#Servicenavigation {
	height: 40px;
	padding: 0px 20px 20px;
	font-family: 'futura-pt', sans-serif;
	font-weight: 600;
	font-size: 11px;
	color: #584831;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#Servicenavigation .servnavi_box {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#Servicenavigation .servnavi_item {
	padding: 0px 15px;
}
#Servicenavigation .servnavi_item a:hover {
	color: #C7AA84;
}




@media (max-width: 1300px) {
	.socials-label {
		display: none;
	}
	.socials-label + .socials-item {
		margin-left: 0px;
	}
}
@media (max-width: 1023px) {
	#Slogan {
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	#FooterBar {
		flex-direction: column;
		align-items: center;
		height: auto;
		
		padding-top: 30px;
		padding-bottom: 30px;
		
	}
	#FooterBar > * {
		margin: 0px;
		margin-bottom: 20px;
	}
	#FooterBar > *:last-child {
		margin-bottom: 0px;
	}
	#Socials {
		justify-content: center;
	}
	.socials-label {
		text-align: center;
	}
	
	#Awards {
		display: none;
	}
	
	#Servicenavigation {
		padding: 20px;
		height: auto;
	}
	
	#FooterContent .el-linkpicture {
		height: 80px;
	}
	#FooterContent .el-linkpicture-overlay {
		padding: 20px;
		align-items: flex-start;
	}
}




/*
	Branchen
*/
.branchen-icon {
	border-radius: 100%;
	width: 50px;
	height: 50px;
	background-position: center center;
	background-size: 38px 38px;
	background-repeat: no-repeat;
}
@media only screen and (max-width : 767px) {
	.branchen-icon {
	    width: 40px;
	    height: 40px;
	    background-size: 30px 30px;
	}
}

[data-branche="1"],
[data-branche="108"] {
	color: #75492A;
}
[data-branche="1"] .branchen-icon,
[data-branche="108"] .branchen-icon {
	background-image: url('../../../fileadmin/images/branchen/tischler.svg');
	background-color: #75492A;
}

[data-branche="2"],
[data-branche="109"] {
	color: #DFAC47;
}
[data-branche="2"] .branchen-icon,
[data-branche="109"] .branchen-icon {
	background-image: url('../../../fileadmin/images/branchen/raumausstatter.svg');
	background-color: #DFAC47;
}

[data-branche="3"],
[data-branche="110"] {
	color: #4B5F9F;
}
[data-branche="3"] .branchen-icon,
[data-branche="110"] .branchen-icon {
	background-image: url('../../../fileadmin/images/branchen/raumakustiker.svg');
	background-color: #4B5F9F;
}

[data-branche="4"],
[data-branche="111"] {
	color: #798A25;
}
[data-branche="4"] .branchen-icon,
[data-branche="111"] .branchen-icon {
	background-image: url('../../../fileadmin/images/branchen/formenbauer.svg');
	background-color: #798A25;
}

[data-branche="5"],
[data-branche="112"] {
	color: #E0BC8F;
}
[data-branche="5"] .branchen-icon,
[data-branche="112"] .branchen-icon {
	background-image: url('../../../fileadmin/images/branchen/designer.svg');
	background-color: #E0BC8F;
}

[data-branche="6"],
[data-branche="113"] {
	color: #C5BC72;
}
[data-branche="6"] .branchen-icon,
[data-branche="113"] .branchen-icon {
	background-image: url('../../../fileadmin/images/branchen/lichtplaner.svg');
	background-color: #C5BC72;
}

[data-branche="7"],
[data-branche="114"] {
	color: #8C948C;
}
[data-branche="7"] .branchen-icon,
[data-branche="114"] .branchen-icon {
	background-image: url('../../../fileadmin/images/branchen/architekt.svg');
	background-color: #8C948C;
}
[data-branche="340"] {
	color: #BF8B74;
}
[data-branche="340"] .branchen-icon {
	background-image: url('../../../fileadmin/images/branchen/showroom.svg');
	background-color: #BF8B74;
}

/*
	News
*/

.news-date {
	position: absolute;
	background: #fff;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
	font-family: "futura-pt",sans-serif;
	letter-spacing: 0.5px;
	line-height: 27px;
	color: #584831;
	text-align: center;

	display: flex;
	flex-direction: column;
	align-items: center;
}

.news-day {
	font-family: "futura-pt-bold",sans-serif;
	font-size: 29px;
	padding: 10px 20px 0px;
}
.news-month {
	font-size: 19px;
	text-transform: uppercase;
	border: 1px solid #EBEBEB;
	border-width: 0px 0px 1px;
	padding: 0px 20px 5px;
}
.news-year {
	font-size: 13px;
	padding: 5px 20px;
}


.news-category-box {
	display: flex;
	justify-content: center;
}

.news-category {
	border-radius: 13.5px;
	background: #CEB89A;
	
	padding: 0px 10px;
	margin-left: 10px;
	
	font-family: "futura-pt",sans-serif;
	font-weight: 600;
	font-size: 13px;
	line-height: 27px;
	color: #584831;
	letter-spacing: 0.5px;
	
	text-transform: uppercase;
}
.news-category:first-child {
	margin-left: 0px;
}

@media only screen and (max-width: 767px) {
	.news-date {
		top:0px;
		transform: translate(-50%,0%);
		left:50%;
		flex-direction: row;
		padding: 0px 10px;
	}
	.news-date > * {
		font-size: inherit;
		padding: 5px;
	}
}


/* Detail */
.news-detail {
	
}
.news-detail-header {
	padding: 50px 35px 0px 35px;
}

.news-detail-headline {
	font-family: "futura-pt-bold",sans-serif;
	font-size: 25px;
	color: #584831;
	letter-spacing: 0.5px;
	line-height: 27px;
	text-transform: uppercase;
	
	margin-bottom: 30px;
}
.news-detail-date {
	font-family: "futura-pt",sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #C4A67D;
	letter-spacing: 0.5px;
	line-height: 25px;
	
	text-transform: uppercase;
}
.news-detail-picture .bh-image-background {
	height: 400px;
	background: #efefef no-repeat center center;
	background-size: cover;
}
.news-detail-content {
	
}
.news-detail-content-end {
	display: none;
}
.bhe-state-editing .news-detail-content-end {
	display: block;
	text-align: center;
	padding: 20px;
	color: red;
	background: #F8F8F8;
	margin-top: 2px;
	border-top: 2px dotted #ccc;
}
.bhe-state-editing .news-detail-content-end:after {
	content: 'News Inhalt Ende'; 
}

/* Categories */
.news-categories {
	border-top: 1px solid #ECECEC;
	margin-top: 40px;
	padding-top: 40px;
	margin-top: 40px;
}
.news-categories-label {
	font-family: "futura-pt",sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #584831;
	letter-spacing: 1px;
	
	text-transform: uppercase;
	
	margin-bottom: 10px;
}
.news-categories-box {
	flex-wrap: wrap;
	justify-content: flex-start;
}

.news-categories-box a {
	padding: 0px 10px;
	background: #F7F3EE;
	margin: 0px 5px 5px 0px;
}

@media only screen and (max-width: 767px) {
	.news-detail-header {
		padding: 0px 20px;
	}
}

/* List */
.news-list {
	
}

.news-list-category {
	background: #F9F9F9;
	padding: 50px 20px;

	flex-wrap: wrap;
	
	margin-bottom: 50px;
}
.news-list-category .news-category {
	background: #F2EEE9;
	line-height: 38px;
	padding: 0px 20px;
	border-radius: 19px;
	
	transition: all 0.4s;
	cursor: pointer;
}
.news-list-category .news-category.disabled {
	display: none;
}
.news-list-category .news-category.active {
	background: #CEB89A;
}


.news-list-body {
	margin-bottom: 60px;
	padding: 0px 35px;
}

.news-list-date {
	font-family: "futura-pt",sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #C4A67D;
	letter-spacing: 0.5px;
	line-height: 25px;
	
	text-transform: uppercase;
}

.news-list-headline {
	font-family: "futura-pt-bold",sans-serif;
	font-size: 25px;
	color: #584831;
	letter-spacing: 0.5px;
	line-height: 27px;
	text-transform: uppercase;
	
	margin-bottom: 10px;
}

.news-list-content-box {
	display: flex;
	justify-content: space-around;
}

.news-list-picture {
	position: relative;
	width: 50%;
	box-sizing: border-box;
	padding-right: 20px;
}
.news-list-picture .bh-image-background {
	height: 300px;
	background: #efefef no-repeat center center;
	background-size: cover;
}

.news-list-content {
	width: 50%;
	box-sizing: border-box;
	padding-left: 20px;
}
.news-list-link {
	font-family: "futura-pt",sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #C4A67D;
	letter-spacing: 1px;
	line-height: 25px;
	
	text-transform: uppercase;
	transition: color .4s;
}
.news-list-link:hover {
	color: #594832;
}

@media only screen and (max-width: 767px) {
	.news-list-category {
		padding: 15px 20px;
		margin-bottom: 10px;
	}
	.news-list-category .news-category {
		margin: 3px;
	}
	.news-list-category .news-category {
	    line-height: 30px;
	    padding: 0px 15px;
	}
	.news-list-body {
		margin-bottom: 0px;
		border-bottom: 1px solid rgba(0,0,0,.1);
		padding: 20px;
	}
	.news-list-body:last-child {
		border-bottom: none;
	}
	.news-list-content-box {
		flex-direction: column;
	}
	.news-list-content-box > * {
		width: 100%;
		padding: 0px;
	}
	.news-list-picture .bh-image-background {
		height: 25vh;
		margin-bottom: 20px;
	}
	.news-list-headline {
	    font-size: 20px;
	    letter-spacing: 0.3px;
	    line-height: 24px;
	}
	.news-detail-headline {
	    font-size: 24px;
	    line-height: 27px;
	    margin-bottom: 15px;
	}
	.news-detail-picture .bh-image-background {
	    height: 50vh;
	}
}

/* Big */
.news-big {
	display: flex;
	flex-wrap: wrap;
	padding: 0px 35px;
}

.news-big-body {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	
	color: #fff;
	
	min-height: 365px;
	width: 33.3333%;
	box-sizing: border-box;
	border: 10px solid #fff;
	border-width: 10px 0px 0px 10px;
	padding: 127px 30px 30px;
}
.news-big-body:first-child {
	justify-content: center;
	width: 100%;
	min-height: 600px;
	border-width: 0px 0px 0px 0px;
}

.news-big-body:nth-child(2) {
	border-width: 10px 0px 0px 0px;
}

.news-big-body .bh-image-background {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #efefef no-repeat center center;
	background-size: cover;
}
.news-big-body .bh-image-background:after {
	pointer-events: none;
	content: ' ';
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 193px;

	opacity: 0.7;
	background-image: linear-gradient(0deg, #000000 0%, rgba(0,0,0,.0) 100%);
}
.news-big-body:first-child .bh-image-background:after {
	width: 60%;
	height: 100%;
	background-image: linear-gradient(90deg, #000000 0%, rgba(0,0,0,.0) 100%);
}
.news-big .news-big-date {
	top: 0px;
	transform: translateY(0%);
}
.news-big-category {
	display: none;
	position: absolute;
	top: 20px;
	right: 20px;
}
.news-big-body:first-child .news-big-category {
	display: flex;
}
.news-big-content {
	position: relative;
	max-width: 60%;
}
.news-big-body:first-child .news-big-content {
	max-width: 300px;
}
h2.news-big-headline {
	font-size: 28px;
	letter-spacing: 1px;
	line-height: 34px;
	margin-bottom: 0px;
}
.news-big-body:first-child h2.news-big-headline {
	font-size: 36px;
	line-height: 45px;
	margin-bottom: 30px;
}
.news-big-text {
	display: none;
	
	font-family: "futura-pt",sans-serif;
	font-weight: 600;
	font-size: 17px;
	letter-spacing: 0.5px;
	line-height: 25px;	
	
	margin-bottom: 30px;
}
.news-big-body:first-child .news-big-text {
	display: block;
}

.news-big-link {
	display: none;
	background-color: #788C2F;
	font-family: "futura-pt",sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 15px;
}
.news-big-body:first-child .news-big-link {
	display: inline-block;
}

@media only screen and (max-width: 767px) {
	.news-big {
		padding: 0px 10px;
		display: none;
	}
	.news-big-body {
		width: 100%;
		padding: 67px 20px 20px;
		min-height: 200px !important;
		border-left: 0px;
	}
	.news-big .news-big-date {
		top: 0px;
		left:0px;
		transform: translate(0%,0%);
	}
	.news-big-body:first-child .news-big-category {
		display: none;
	}
}

/* Fader */
.news-fader {
	padding-top: 20px;
}

.news-fader .swiper-button-prev {
	left: -30px;
}
.news-fader .swiper-button-next {
	right: -30px;
}
@media (max-width: 1024px) {
	.news-fader .swiper-button-prev {
		left: 20px;
	}
	.news-fader .swiper-button-next {
		right: 20px;
	}
	.news-fader .swiper-button-prev,
	.news-fader .swiper-button-next {
		top: 0px;
	}
}

.news-fader-slide {
	box-sizing: border-box;
	padding: 40px;
}
@media only screen and (max-width : 767px) {
	.news-fader-slide {
		box-sizing: border-box;
		padding: 40px 20px;
	}
}
.news-fader-slide-body {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	min-height: 450px;
	background: #FFFFFF;
	box-shadow: 0 10px 30px 0 rgba(0,0,0,.1);
}
.news-fader-picture {
	box-sizing: border-box;
	width: 50%;
}
.news-fader-picture .bh-image-background {
	height: 100%;
	background: #efefef no-repeat center center;
	background-size: cover;
}
.news-fader-content {
	box-sizing: border-box;
	width: 50%;
	padding: 20px;
	padding-left: 40px;
	padding-right: 40px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.news-fader-headline {
	font-family: "futura-pt-bold",sans-serif;
	font-size: 25px;
	color: #584831;
	letter-spacing: 0.5px;
	line-height: 27px;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.news-fader-link {
	font-family: "futura-pt",sans-serif;
	font-weight: 600;
	color: #C4A67D;
	letter-spacing: 0.5px;
	line-height: 25px;
	text-transform: uppercase;
	transition: color .4s;
}
.news-fader-link:hover {
	color: #594832;
}

@media only screen and (max-width: 767px) {
	.news-fader-slide-body {
		flex-direction: column;
	}
	.news-fader-headline {
		font-size: 23px;
		margin-bottom: 15px;
	}
	
/*
	.news-date {
		top:0px;
		transform: translate(-50%,0%);
		left:50%;
		flex-direction: row;
		padding: 0px 10px;
	}
	
	.news-date > * {
		padding: 10px;
	}
	
	.news-month {
		border-width: 0px 1px 0px 0px;
	}
*/
	
	.news-fader-picture {
		width: 100%;
		height: 30vh;
		padding:0px;
	}
	
	.news-fader-content {
		width: 100%;
		padding-left: 25px;
		padding-right: 25px;
	}
}


/* List */
.reference-list {
	
}
.reference-list-category {
	display:flex;
	justify-content: center;
	padding: 30px 20px;
	flex-wrap: wrap;
}
.reference-list-category .reference-category {
	position: relative;
	
	font-family: "futura-pt",sans-serif;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.5px;
	line-height: 25px;
	text-transform: uppercase;
	
	opacity: .3;
	padding: 5px 0px;
	margin: 5px 20px;
	
	transition: all 0.4s;
	cursor: pointer;
}
.reference-list-category .reference-category:hover {
	opacity: .6;
}
.reference-list-category .reference-category.disabled {
	display: none;
}
.reference-list-category .reference-category.active {
	opacity: 1;
}
.reference-list-category .reference-category:after {
	content: ' ';
	position: absolute;
	bottom: 0px;
	left:0px;
	width: 100%;
	height: 2px;
	background: #fff;
	
	opacity: 0;
	transition: all 0.4s;
}
.reference-list-category .reference-category.active:after {
	opacity: 1;
}
.reference-list-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0px 20px;
}
.reference-list-body {
	position: relative;
	
	box-sizing: border-box;
	height: 380px;
	width: 33.333%;
	
	padding: 2px;
}
.reference-list-link {
	display: block;
	height: 100%;
	width: 100%;
}
.reference-list-headline {
	position: absolute;
	bottom: 30px;
	left: 30px;
	right: 30px;
	
	font-family: "abril-text",serif;
	font-size: 28px;
	color: #FFFFFF;
	letter-spacing: 1px;
	line-height: 34px;
	margin-bottom: 0px;
}
.reference-list-picture {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}
.reference-list-picture .bh-image-background {
	height: 100%;
	background: #efefef no-repeat center center;
	background-size: cover;
}
.reference-list-picture .bh-image-background:after {
	pointer-events: none;
    content: ' ';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 183px;
    opacity: 0.6;
    background-image: linear-gradient(0deg, #333333 0%, rgba(51,51,51,0.00) 100%);
}
.reference-list-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	opacity: 0;
	background: rgba(51,51,51,.3);
	transition: all 0.4s;
}
.reference-list-link:hover .reference-list-overlay {
	opacity: 1;
}

@media only screen and (max-width: 1024px) {
	.reference-list-body {
		width: 50%;
	}
}
@media only screen and (max-width: 767px) {
	.reference-list-category {
		padding: 15px 15px 30px 15px;
	}
	.reference-list-category .reference-category {
		margin: 0px 10px;
		line-height: 20px;
	}
	.reference-list-body {
		width: 100%;
	}
	.reference-list-body {
		height: 220px;
	}
	.reference-list-headline {
	    bottom: 15px;
	    left: 15px;
	    right: 15px;
	    line-height: 28px;
	    font-size: 24px;
	}
}

/* Reference Fader */

.reference-fader .reference-list-body {
	width: 100%;
}


/* Detail */
.reference-detail {
	padding-top: 20px;
}
.reference-detail-categories {
	display: flex;
	justify-content: space-between;
/* 	margin-bottom: 60px; */
}
.reference-detail-categories {
	font-family: "futura-pt",sans-serif;
	font-size: 15px;
	color: #C4A67D;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 600;
}
.reference-detail-back {
	transition: color .4s;
}
.reference-detail-back:hover {
	color: #fff;
}
.reference-detail-back:before {

	content: "\e90f";
	
	font-family: 'bakehouse-iconset' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.reference-detail-category-link {
	margin: 0px 5px;
}
.reference-detail-header {
	padding: 0px 35px;
}
.reference-detail-headline {
	font-family: "futura-pt",sans-serif;
	font-weight: 400;
	font-size: 46px;
	color: #C4A67D;
	letter-spacing: 0.5px;
	line-height: 46px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 80px;
}
@media only screen and (max-width : 767px) {
	.reference-detail-categories {
		flex-direction: column;
	}
	.reference-detail-back-box {
		margin-bottom: 20px;
		text-align: center;
	}
	.reference-detail-categories-list {
		display: flex;
		flex-wrap: wrap;
/* 		justify-content: center; */
		
	}
	.reference-detail-category-link {
		margin: 5px 20px 5px 0px;
		color: #fff;
	}
	.reference-detail-header {
	    padding: 0px 20px;
	}
	.reference-detail-headline {
		font-size: 28px;
		line-height: 36px;
		margin-bottom: 20px;
	}
}

.reference-detail-date {
	font-family: "futura-pt",sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #C4A67D;
	letter-spacing: 0.5px;
	line-height: 25px;
	
	text-transform: uppercase;
}

.reference-detail-picture {
	margin-bottom: 60px;
}

.reference-detail-picture .bh-image-background {
	height: 400px;
	background: #efefef no-repeat center center;
	background-size: cover;
}

.reference-detail-content {
	
}

.reference-detail-content-end {
	display: none;
}
.bhe-state-editing .reference-detail-content-end {
	display: block;
	text-align: center;
	padding: 20px;
	color: red;
	background: rgba(255,255,255,0.1);
	margin-top: 2px;
	border-top: 2px dotted #ccc;
}
.bhe-state-editing .reference-detail-content-end:after {
	content: 'Referenz Inhalt Ende'; 
}

/*
	Product Finder
*/
.product-finder-filter-notification {
	font-family: "futura-pt",sans-serif;
	font-weight: 600;
	position: absolute;
	right:10px;
	top:50%;
	transform: translateY(-50%);
	border-radius: 100%;
	background: #C6A881;
	width: 21px;
	height: 21px;
	color: #534D45;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
}
.product-finder-header {
	display:flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px 20px;
	margin: 30px 0px;
}
.product-finder-label {
	font-family: "futura-pt",sans-serif;
	font-size: 19px;
	color: #C4A67D;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.product-finder-search {
	font-family: "futura-pt",sans-serif;
	position: relative;
	flex-grow: 1;
	margin: 0 20px;
	max-width: 400px;
}
.ie11 .product-finder-search {
	width: 100%;
}
.product-finder-search-icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 10px;
}
.product-finder-search input {
	-webkit-appearance: none;
	appearance: none;
	border:0px;
	background-color: #3E3E3E;
	color:#fff;
	line-height: 40px;
	height: 40px;
	box-sizing: border-box;
	padding: 0px 40px 0px 40px;
	width: 100%;
	text-align: center;
	font-family: "futura-pt",sans-serif;
	font-weight: 600;
	font-size: 15px;
	text-transform: uppercase;
}
.product-finder-search input:focus {
	outline: none;
	background-color: #4b4b4b;
}
.product-finder-mobile-filter {
	display: none;
	position: relative;
	font-family: "futura-pt",sans-serif;
	background-color: #444644;
	color:#fff;
	line-height: 40px;
	height: 40px;
	box-sizing: border-box;
	padding: 0px 40px 0px 40px;
	cursor: pointer;
}
.product-finder-mobile-filter-icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 10px;
}
.product-finder-search:hover .product-finder-search-icon {
    color: #C6A881;
}

.product-finder-mobile-filter-label {
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}
.product-finder-cart {
	font-family: "futura-pt",sans-serif;
	font-weight: 600;
	font-size: 14px;
	color: #C4A67D;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	opacity: 0.5;
	transition: all 0.4s;
}
.product-finder-cart:hover {
	color: #fff;
}
.product-finder-cart.with-products {
	opacity: 1;
}
.product-finder-cart-icon {
	margin-right: 10px;
	font-size: 20px;
}
.product-finder-body {
	display: flex;
	justify-content: space-between;
}

.product-finder-products {
	width: 100%;
	padding: 0px 20px;
	flex-grow: 1;
}
.product-finder-filter {
	box-sizing: border-box;
	flex-shrink: 0;
	max-width: 400px;
	
}
.product-finder-filter-inner {
	min-width: 300px;
	background: #383838;
	padding-bottom: 20px;
}
.product-finder-filter-header {
	position: relative;
	background: #444644;	
}
.product-finder-filter-icon {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 0px;
	left: 0px;
	line-height: 50px;
	text-align: center;
	font-size: 24px;	
}
.product-finder-filter-label {
	font-family: "futura-pt",sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	line-height: 50px;
	padding: 0px 20px 0px 50px;
}
.product-finder-filter-close-icon {
	display: none;
	position: absolute;
	width: 50px;
	height: 50px;
	top: 0px;
	right: 0px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}
.product-finder-filter-box {
	padding: 20px;
}
@media only screen and (max-width : 1024px) and (min-width : 767px) {
	.product-finder-filter.filter-is-closed {
		min-width: 50px;
		max-width: 50px;
		flex-grow: 0;
		overflow: hidden;
	}
	.filter-is-closed .product-finder-filter-box {
		opacity: 0;
	}
	.product-finder-filter-close-icon {
		display: block;
	}
	.product-finder-filter-header .product-finder-filter-notification {
		right: auto;
		left: 50px;
	}
	.filter-is-closed .product-finder-filter-header .product-finder-filter-notification {
		right: auto;
		left: 25px;
		transform: translateY(-100%);
	}
}
@media only screen and (max-width : 767px) {
	.product-finder-filter-header .product-finder-filter-notification {
		display: none;
	}
	.product-finder-filter-close-icon {
		display: block;
	}
	.product-finder-filter {
		position: fixed;
		box-sizing: border-box;
		z-index: 20;
		top: 0px;
		right: 0%;
		bottom: 0px;
		width: 100%;
		max-width: 100%;
	}
	.product-finder-filter-inner {
		box-sizing: border-box;
		position: absolute;
		top: 70px;
		left: 0px;
		width: 100%;
		bottom: 0px;
		padding-bottom: 0px;
	}
	.bh-bemode .product-finder-filter {
		padding-top: 120px;
	}
	.product-finder-filter.filter-is-closed {
		right: -100%;
	}
	.product-finder-filter-box {
		box-sizing: border-box;
		height: calc(100% - 95px);
		max-height: calc(100% - 95px);
		overflow-y: scroll;
	}
	.bh-bemode .product-finder-filter-box {
		height: calc(100% - 145px);
		max-height: calc(100% - 145px);
	}
	.product-finder-filter-reset {
		background: #444644;
	}
	.product-finder-header {
		margin-top: 20px;
		flex-wrap: wrap;
	}
	.product-finder-label {
		width: 50%;
		order: 1;
	}
	.product-finder-search {
		order: 3;
		width: 50%;
		max-width: 100%;
		margin-left: 0px;
		margin-top: 20px;
	}
	.product-finder-mobile-filter {
		width: 40%;
		order: 4;
		display: block;
		margin-top: 20px;
	}
	.product-finder-cart {
		order: 2;
		width: 50%;
		text-align: right;
	}
}
.filter-option {
	display:flex;	
	justify-content: space-between;
	align-items: center;
	
	min-height: 33px;
	
	font-family: "futura-pt",sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	letter-spacing: 0.5px;
	line-height: 25px;
	
	margin-bottom: 10px;
}
/*
.filter-option.disabled {
	opacity: 0.5;
}
*/

.filter-option-label {
	font-family: "abril-text",serif;
	font-size: 15px;
}
.filter-option-input {
	width: 60%;
	position: relative;
}



.filter-option.filter-option-checkbox {
	
}
.filter-option-checkbox .filter-option-input {
	width: 25px;
}
.filter-option-checkbox input {
	opacity: 0;
	position: absolute;
}
.filter-option-checkbox .filter-option-checkbox-helper {
	display: block;
	height: 25px;
	width: 25px;
	text-align: center;
	cursor: pointer;
	position: relative;
	background: #534D45;
	border-radius: 3px;
}
.filter-option-checkbox-helper:after {
	font-family: 'bakehouse-iconset' !important;
}
.filter-option-checkbox input:checked + .filter-option-checkbox-helper:after {
	content: '\e911';
	color: #C5A77F;
}
.filter-option.filter-option-select {

}
.filter-option.filter-option-select select {
	width: 100%;
	
	box-sizing: border-box;
	padding: 0px 40px 0px 10px;
	line-height: 33px;
	height: 33px;
	
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	border: 0px;
	border-radius: 0px;
	background: #C5A77F;
	
	font-family: "futura-pt",sans-serif;
	font-weight: 600;
	font-size: 14px;
	color: #333333;
	letter-spacing: .3px;
	text-transform: uppercase;
}
.filter-option .filter-option-input:hover {
	opacity: .8;
}
.filter-option.filter-option-select select:focus {
	outline: none;
}
.filter-option-select select::-ms-expand {
  display: none;
}
.filter-option.filter-option-select .filter-option-input:after {
	width: 33px;
	height: 33px;
	background: red;
	position: absolute;
	top: 0;
	right: 39px;
	content: '';
	display: block;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c6a881+0,c6a881+100&0+0,1+100 */
	background: -moz-linear-gradient(left, rgba(198,168,129,0) 0%, rgba(198,168,129,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(198,168,129,0) 0%,rgba(198,168,129,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(198,168,129,0) 0%,rgba(198,168,129,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	sfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c6a881', endColorstr='#c6a881',GradientType=1 ); /* IE6-9 */
}
.filter-option-select-icon {
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	color: #534D45;
	font-size: 24px;
}

.filter-option.filter-option-slider {

}

.filter-option.filter-option-slider {
	flex-wrap: wrap;
}
.filter-option.filter-option-slider .filter-option-input {
	margin: 10px 0px;
	width: 100%;
}

.filter-option-slider-to {
	padding: 0px 3px;
	opacity: 0.5;
}

.filter-option-slider input {
	width: 100%;
	padding: 0px;
	-webkit-appearance: none;
}
.filter-option-slider input:focus {
	outline: none;
}
.filter-option-slider input::-moz-focus-outer {
	border: 0;
}
.filter-option-slider input::-webkit-slider-runnable-track {
	width: 100%;
	height: 10px;
	cursor: pointer;
	box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
	background: #534d45;
	border-radius: 0px;
	border: 0px solid #0000ff;
}
.filter-option-slider input::-webkit-slider-thumb {
	box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
	border: 0px solid #ff0000;
	height: 30px;
	width: 10px;
	border-radius: 3px;
	background: #c5a77f;
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -10px;
}
.filter-option-slider input:focus::-webkit-slider-runnable-track {
	background: #534d45;
}
.filter-option-slider input::-moz-range-track {
	width: 100%;
	height: 10px;
	cursor: pointer;
	box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
	background: #534d45;
	border-radius: 0px;
	border-color: transparent;
    border-width: 10px 0;
}
.filter-option-slider input::-moz-range-thumb {
	box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
	border: 0px solid #ff0000;
	height: 30px;
	width: 10px;
	border-radius: 3px;
	background: #c5a77f;
	cursor: pointer;
}
.filter-option-slider input::-ms-track {
    width: 100%;
    height: 10px;
    background: transparent;
    border-color: transparent;
    border-width: 10px 0;
    color: transparent;
}
.filter-option-slider input::-ms-fill-lower {
    background: #534d45;
    border-radius: 0px;
}
.filter-option-slider input::-ms-fill-upper {
    background: #534d45;
    border-radius: 0px;
}
.filter-option-slider input::-ms-thumb {
    border: none;
    height: 30px;
    width: 10px;
    margin: 0px;
    border-radius: 3px;
    background: #c5a77f;
}
.filter-option-slider input:focus::-ms-fill-lower {
    background: #534d45;
}
.filter-option-slider input:focus::-ms-fill-upper {
    background: #534d45;
}

@media only screen and (max-width : 1024px) and (min-width : 767px) {

}
@media only screen and (max-width : 767px) {
	.filter-option-slider input::-webkit-slider-thumb {
		width: 30px;
	}
}

.product-finder-filter-reset {
	font-family: "futura-pt",sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #C6A881;
	padding: 10px 20px;
	cursor: pointer;
}
.product-finder-filter-reset:hover {
	color: #fff;
}
.product-finder-filter-reset-icon {
	margin-right: 20px;
	font-size: 24px;
}
.product-list {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.product-list-empty {
	font-family: "futura-pt",sans-serif;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	padding: 20px;
	
}
.product-item + .product-list-empty {
	display: none
}
@media (max-width: 767px) {
	.product-item  {
		height: 200px !important;
	}
}
.product-list-empty-text {
	font-family: "abril-text",serif;
	padding-top: 50px;
}
.product-list-empty-buttons {
/*
	display: flex;
	justify-content: space-around
*/;
}
.product-list-empty-button {
	display: block;
	margin: 20px 0px 0px;
	color: #C6A881;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
}
.product-list-empty-button:hover {
	color: #fff;
}
.product-list-empty-button span:first-child {
	margin-right: 5px;
}

.product-list.reduceheight-enabled {
	overflow: hidden;
	transition: all 0.4s;
}

.product-list.reduceheight-enabled.reduceheight-override {
	padding-bottom: 60px;
}

.product-list .reduceheight-overlay {
	position: absolute;
	
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: rgba(60,60,60,0);
	background: linear-gradient(to bottom, rgba(60,60,60,0) 0%, rgba(60,60,60,1) 80%);
	
	opacity: 1;
	transition: all 0.4s;
}
.product-list.reduceheight-override .reduceheight-overlay {
	pointer-events: none;
	opacity: 0;
}

.reduceheight-button {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0px;
	cursor: pointer;
	font-family: "futura-pt",sans-serif;
	font-weight: 600;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    
    display: flex;
    align-items: center;
}
.reduceheight-button:hover {
	color: #C4A67D;
}
.reduceheight-button-icon {
	margin-right: 10px;
}

.reduceheight-button-less {
	pointer-events: none;
	opacity: 0;
	transition: all 0.4s;
}

.reduceheight-override .reduceheight-button-less {
	pointer-events: all;
	opacity: 1;
}


.product-item {
	position: relative;
	box-sizing: border-box;
	height: 255px;
	width: 255px;
	margin: 2px;
	border-radius: 6px;
	color: #fff;
	overflow: hidden;
}
.product-item a {
	display: block;
	height: 100%;
	width: 100%;
}
.product-item-picture {
	position: absolute;
	top:0px;
	left:0px;
	height: 100%;
	width: 100%;
}
.product-item-picture .bh-image-background {
	height: 100%;
	background: #efefef no-repeat center center;
	background-size: cover;
}
.product-item-picture .bh-image-background:after {
	pointer-events: none;
    content: ' ';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 183px;
    opacity: 0.6;
    background-image: linear-gradient(0deg, rgba(51,51,51,0.00) 0%, rgba(51,51,51,1) 100%);
    mix-blend-mode: multiply;
}

.product-item-content {
	position: absolute;
	height: 100%;
	width: 100%;
	top:0px;
	left:0px;
	
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

.product-item-header {
	box-sizing: border-box;
	width: 100%;
	padding: 12px 15px;	
}
.product-item-name {
	font-family: "abril-text",serif;
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 21px;
}
.product-item-number {
	display: inline-block;
	background-color: rgba(255,255,255,0.6);
	
	font-family: "futura-pt",sans-serif;
	font-size: 11px;
	color: #333333;
	letter-spacing: 1px;
	line-height: 11px;
	padding:1px 2px;
	display: none;
}

.product-item-buttons {
	width: 80%;
	display: flex;
	justify-content: space-around;
	
	margin: auto 0px;
	
	opacity: 0;
	transition: all 0.4s;
}
.product-item:hover .product-item-buttons {
	opacity: 1;
}
.product-item-button {
	width: 50%;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 30px;
}

.product-item-button-icon {
	font-size: 30px;
}
.product-item-button-label {
	font-family: "futura-pt",sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.product-item-button:hover {
	color: #C6A881;
}

.product-item-supportmaterial {
	box-sizing: border-box;
	width: 100%;
	padding: 10px 12px;
	background-color: rgba(255,255,255,0.65);
	
	font-family: "futura-pt",sans-serif;
	font-weight: 600;
	font-size: 13px;
	line-height: 15px;
	color: #333333;
	letter-spacing: 0.7px;
	text-transform: uppercase;
	backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.product-item-overlay {
	position: absolute;
	top:0px;
	left:0px;
	height: 100%;
	width: 100%;
	opacity: 0;
	background: rgba(88, 72, 49, 0.6);
	transition: all 0.7s;
}
@media (max-width: 1024px) {
	.product-item-buttons {
		opacity: 1;
	}
}

@media (max-width: 767px) {
	.product-item-overlay {
		display: none;
	}
	.product-item-buttons {
	    width: 100%;
	    opacity: 1;
	    margin-bottom: 0px;
	    padding-bottom: 10px;
		background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
		background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 ); /* IE6-9 */
	}
}
.product-item:hover .product-item-overlay {
	opacity: 1;
}

.product-item-sample-flag {
	display: block;
	right: 10px;
	top: 10px;

    transform: rotate(45deg) translate(50%,-50%);
    transform-origin: 100% 0;
    position: absolute;
    line-height: 40px;
	
	background: #C6BF7B;
	font-family: "futura-pt",sans-serif;
	font-size: 11px;
	color: #333333;
	letter-spacing: 1px;
	line-height: 11px;
	padding:30px 30px 5px;
	text-transform: uppercase;
}

/* Produkt Detail Seite */

#ProductDetailPrint {
	display: none;
}

#ProductDetailScrollbar {
	position: fixed;
	top: 70px;
	left: 0px;
	right: 0px;
	z-index: 30;
	
	transition: all 0.4s;
	pointer-events: none;
	transform: translateY(-100%);
	opacity: 0;
}
.product-detail-state-scrolled #ProductDetailScrollbar {
	pointer-events: all;
	transform: translateY(0%);
	opacity: 1;
}


.bh-bemode #ProductDetailScrollbar {
	top: 120px;
}
#ProductDetailScrollbar .bh-image-background {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	bottom: 0px;
}
.detail-scrollbar-content {
	position: relative;
	height: 70px;
	box-sizing: border-box;
	margin-left: 70px;
	background: rgba(90, 73, 52, 0.81);
	color: #fff;
	
	padding: 10px 140px 10px 20px;
	
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.detail-scrollbar-supportmaterial {
	font-family: "futura-pt",sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 1px;
}
.detail-scrollbar-name {
	font-size: 26px;
	letter-spacing: 1px;
	text-align: center;
	
	margin: 0 auto;
}
.detail-scrollbar-buttons {
	position: absolute;
	top: 0px;
	right: 0px;
	
	color: #fff;
	display: flex;
}
.detail-scrollbar-button {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 70px;
	width: 100px;
	font-size: 24px;
	cursor: pointer;
}
.detail-scrollbar-button-label {
	font-family: "futura-pt", sans-serif;
	font-weight: 600;
	font-size: 14px;
	padding-left: 10px;
	letter-spacing: 1px;
}
.detail-scrollbar-button:hover {
	color: #C5A77F;
}
.detail-scrollbar-button.add-to-cart-button {
	background: #584833;
}

.product-detail {
	
}

.product-detail-header {
	position: relative;
	box-sizing: border-box;
	padding-top: 100px;
	height: 100vh;
	min-height: 600px;
/* 	margin-bottom: 60px; */
	
	display: flex;
	align-items: center;
}
.product-detail-picture {
	position: absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	background: #efefef;
}
.product-detail-picture .bh-image-background {
	height: 100%;
	background: #efefef no-repeat center center;
	background-size: cover;
}
.product-detail-picture .bh-image-background:after {
	pointer-events: none;
    content: ' ';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 220px;
    opacity: .8;
    background-image: linear-gradient(0deg, rgba(88,72,50,0.00) 0%, rgba(88,72,50,1) 100%);
    mix-blend-mode: multiply;
}
.product-detail-header-content {
	width: 100%;
	box-sizing: border-box;
	max-width: 650px;
	position: relative;
	background: #fff;
	padding: 35px;
	transition: margin-left .6s;
}
body.product-detail-show-pic .product-detail-header-content {
	margin-left: -650px;
}
.product-detail-supportmaterial {
	font-family: "futura-pt",sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 16px;
	color: #584831;
	letter-spacing: .7px;
}
.product-detail-name {
	font-size: 40px;
	color: #584831;
	letter-spacing: 1px;
	margin-bottom: 30px;
}
.product-detail-number {
	position: absolute;
	right: 0px;
	top: -40px;
	height: 40px;
	line-height: 40px;
	padding: 0px 15px;
	font-weight: 600;
	
	background: #584832;
	font-family: "futura-pt",sans-serif;
	font-size: 15px;
	color: #C4A67D;
	letter-spacing: 1px;
	text-align: center;
}
.product-detail-download {
	position: absolute;
	right: 35px;
	top: 35px;
	
	font-family: "futura-pt",sans-serif;
	font-weight: 600;
	color: #C4A67D;
	text-align: center;
	transition: color .4s;
}
.product-detail-download:hover {
	color: #584833;
}
.product-detail-download-icon {
	font-size: 24px;
}
.product-detail-download-label {
	font-size: 13px;
	letter-spacing: 1px;
	padding-top: 2px;
}
.product-detail-download-alert {
	opacity: 0;
	position: fixed;
	z-index: 600;
	top: 30vh;
	left: 50%;
	width: 240px;
	height: 240px;
	margin-left: -160px;
	background-color: rgba(52,40,25,.9);
	border-radius: 10px;
	box-shadow: 0px 40px 100px rgba(0,0,0,.9);
	color: #fff;
	font-family: "futura-pt",sans-serif;
	text-align: center;
	padding: 40px;
	text-transform: uppercase;
	font-weight: 600;
	transition: all .4s;
	pointer-events: none;
}
body.product-detail-show-alert .product-detail-download-alert {
	-webkit-animation: showalert 5s forwards ease;
	-moz-animation: showalert 5s forwards ease;
	-ms-animation: showalert 5s forwards ease;
	-o-animation: showalert 5s forwards ease;
	animation: showalert 5s forwards ease;
}
@-webkit-keyframes showalert {
	0% {
		opacity: 0;
	}
	13% {
		opacity: 1;
	}
	87% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes showalert {
	0% {
		opacity: 0;
	}
	13% {
		opacity: 1;
	}
	87% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.product-detail-download-alert-icon {
	width: 100%;
	height: 160px;
	background-image: url('../../../fileadmin/images/download-sheet.svg');
	background-repeat: no-repeat;
	background-size: 90px 115px;
	background-position: center center;
	margin-bottom: 20px;
	margin-top: 10px;
	position: relative;
}
.product-detail-download-alert-icon-inner {
	width: 32px;
	height: 32px;
	position: absolute;
	background-image: url('../../../fileadmin/images/download-sheet-working.svg');
	top: 70px;
	left: 105px;
	background-repeat: no-repeat;
	background-size: 32px 32px;
	background-position: center center;
	-webkit-animation: rotation 10s infinite linear;
	-moz-animation: rotation 10s infinite linear;
	-ms-animation: rotation 10s infinite linear;
	-o-animation: rotation 10s infinite linear;
	animation: rotation 10s infinite linear;
}
.product-detail-text {
	font-size: 20px;
	color: #5F5F5E;
	letter-spacing: 0.5px;
	line-height: 30px;
	margin-bottom: 35px;
}
.product-detail-header-buttons {
	font-family: "futura-pt",sans-serif;
	display: flex;
	font-weight: 600;
}
.product-detail-header-button {
	background-color: #584832;
	font-size: 15px;
	color: #FFFFFF;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-right: 10px;
	line-height: 40px;
	cursor: pointer;
	width: 200px;
	
	display: flex;
	padding: 0px 10px;
}
.product-detail-header-button.button-business {
	background-color: #4B5B9B;
}
.product-detail-header-button-icon {
	line-height: 40px;
	margin-right: 10px;
	font-size: 20px;
}
.product-detail-materials {
	padding-bottom: 60px;
	border-bottom: 1px solid #F3F3F3;
}
.product-material-picture {
	height: 240px;
}
.product-material-picture .bh-image-background {
	height: 100%;
	background: #efefef no-repeat center center;
	background-size: cover;
}
.product-material-label {
	font-family: "futura-pt",sans-serif;
	color: #C4A67D;
	text-transform: uppercase;
}
.product-material-name {
	font-family: "futura-pt-bold",sans-serif;
	text-transform: uppercase;
}
.product-detail-infos {
	background-color: #F9F9F9;
	padding: 60px 0px;
}
.product-detail-infolist-label {
	font-size: 20px;
	color: #584831;
	letter-spacing: 0.5px;
	margin-bottom: 20px;
}
.product-detail-infolist {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #ECECEC;
}
.product-detail-infolist li {
	margin: 0px;
	padding: 10px 0px;
	border-bottom: 1px solid #ECECEC;
	display: flex;
	justify-content: space-between;
}
.infolist-label {
	font-family: "futura-pt",sans-serif;
	font-weight: 600;
	color: #C4A67D;
	font-size: 12px;
	letter-spacing: 0.5px;
	line-height: 25px;
	text-transform: uppercase;
}
.infolist-value {
	font-size: 12px;
}
.infolist-value-check .infolist-value {
	line-height: inherit;
	font-size: 20px;
	color: #C6BF7B;
}
.infolist-value-check [data-check="0"]:before {
	content: '\e912';
}
.infolist-value-dots > * {
	flex-shrink: 0;
}
.infolist-value-dots .infolist-label {
	flex-basis: 40%;
}
.infolist-value-dots .infolist-dots {
	flex-basis: 30%;
	color: #C5A77F;
	font-size: 12px;
	align-items: center;
	display: flex;
}
.infolist-value-dots .infolist-dots div {
	margin-right: 2px;
}

/*
.infolist-dots[data-dots="2"] :nth-child(1):before,
.infolist-dots[data-dots="3"] :nth-child(1):before, .infolist-dots[data-dots="3"] :nth-child(2):before,
.infolist-dots[data-dots="4"] :nth-child(1):before, .infolist-dots[data-dots="4"] :nth-child(2):before, .infolist-dots[data-dots="4"] :nth-child(3):before,
.infolist-dots[data-dots="5"] :nth-child(1):before, .infolist-dots[data-dots="5"] :nth-child(2):before, .infolist-dots[data-dots="5"] :nth-child(3):before, .infolist-dots[data-dots="5"] :nth-child(4):before {
	content: '\e9b8';
}
*/
.infolist-dots[data-dots="1"] :nth-child(1):before,
.infolist-dots[data-dots="2"] :nth-child(1):before, .infolist-dots[data-dots="2"] :nth-child(2):before,
.infolist-dots[data-dots="3"] :nth-child(1):before, .infolist-dots[data-dots="3"] :nth-child(2):before, .infolist-dots[data-dots="3"] :nth-child(3):before,
.infolist-dots[data-dots="4"] :nth-child(1):before, .infolist-dots[data-dots="4"] :nth-child(2):before, .infolist-dots[data-dots="4"] :nth-child(3):before, .infolist-dots[data-dots="4"] :nth-child(4):before,
.infolist-dots[data-dots="5"] :nth-child(1):before, .infolist-dots[data-dots="5"] :nth-child(2):before, .infolist-dots[data-dots="5"] :nth-child(3):before, .infolist-dots[data-dots="5"] :nth-child(4):before, .infolist-dots[data-dots="5"] :nth-child(5):before {
	content: '\e9b8';
}


.infolist-value-dots .infolist-value {
	text-align: right;
	flex-basis: 30%;
}

.infolist-value-text {
	flex-direction: column;
}

.product-detail-form-box {
	padding: 60px 0px;
	border-bottom: 1px solid #F3F3F3;
}
.inquiry-toggler-box {
	display: flex;
	margin-bottom: 30px;
}
.inquiry-toggler {
	font-family: "futura-pt",sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #584831;
	letter-spacing: 0.5px;
	text-align: center;
	line-height: 25px;
	text-transform: uppercase;
	margin-right: 30px;
	cursor: pointer;
	position: relative;
}
.inquiry-toggler:last-child {
	margin-right: 0px;
}
.inquiry-toggler-active:after {
	position: absolute;
	content: ' ';
	height: 2px;
	width: 100%;
	left: 50%;
	bottom: -5px;
	transform: translateX(-50%);
	background: #584832;
}

.product-detail-form-text {
	margin-bottom: 30px;
}

.product-detail-form {
	display: flex;
	justify-content: space-between;
}
.product-detail-form-input {
	flex-basis: 50%;
	margin-right: 40px;
	display: flex;
	align-items: center;
}
.product-detail-form input {
	background: #FCFBFA;
	border: 1px solid #EDE3D5;
	border-radius: 4px;
	padding: 10px 20px;
	font-size: 47px;
	font-family: "futura-pt",sans-serif;
	color: #584832;
	letter-spacing: 0.5px;
	line-height: 75px;
	height: 95px;
	width: 100%;
	box-sizing: border-box;
	-webkit-appearance: none;
	margin-right: 20px;
	min-width: 0;
}
.product-detail-form input:focus {
	outline: 0px;
	border-color: #DDD1C0;
	background: #FAF8F5;
}

.product-detail-form-buttons {
	font-family: "futura-pt",sans-serif;
	font-weight: 600;
	display: flex;
/* 	flex-shrink: 0; */
	flex-basis: 50%;
	flex-direction: column;
	justify-content: space-between;
}
.product-detail-form-button {
	background-color: #584832;
	font-size: 15px;
	color: #FFFFFF;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 40px;
	cursor:pointer;
	
	display: flex;
	padding: 0px 15px;
	
	margin-bottom: 10px;
}
.product-detail-form-button:last-child {
	margin-bottom: 0px;
}
.product-detail-form-button.button-inquiry {
	background-color: #C5A77F;
}
.product-detail-form-button-icon {
	line-height: 40px;
	margin-right: 10px;
	font-size: 20px;
}
.product-detail-form-button-label {

}
@media only screen and (min-width : 1024px) {
	.detail-scrollbar-supportmaterial {
		position: absolute;
	}
}

@media only screen and (max-width : 1023px) and (min-width : 767px) {
	#ProductDetailScrollbar {
		top: 120px;
	}
	.bh-bemode #ProductDetailScrollbar {
		top: 170px;
	}
	.detail-scrollbar-supportmaterial {
		font-size: 14px;
	}	
	.detail-scrollbar-name {
		font-size: 20px;
	}
}
@media only screen and (max-width : 767px) {
	
	.detail-scrollbar-content {
		flex-direction: column;
		align-items: flex-start;
		padding: 17px 70px 17px 15px;
	}
	.detail-scrollbar-supportmaterial {
		font-size: 10px;
		line-height: 13px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		width: 100%;
	}	
	.detail-scrollbar-name {
		margin: 0px;
		font-size: 14px;
		line-height: 18px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.detail-scrollbar-buttons {
		flex-direction: column;
	}
	.detail-scrollbar-button {
		width: 70px;
		height: 70px;
		font-size: 18px;
	}
	.detail-scrollbar-button.add-to-cart-button {
	    display: none;
	}
	.detail-scrollbar-button-label {
	    font-size: 12px;
	    padding-left: 5px;
	    letter-spacing: .7px;
	}
	.product-detail-header {
		height: auto;
		padding-top: 100vh;
		min-height: 0px;	
		border-bottom: 1px solid #F3F3F3;
	}
	.product-detail-header-content:before {
		display: block;
		content: '\e908';
		position: absolute;
		margin-top: -150px;
		left: 50%;
		margin-left: -25px;
		width: 50px;
		height: 30px;
		line-height: 30px;
		font-size: 36px;
		color: #fff;
		text-align: center;
		opacity: 0;
		
		font-family: 'bakehouse-iconset' !important;
	    speak: none;
	    font-style: normal;
	    font-weight: normal;
	    font-variant: normal;
	    text-transform: none;
	    line-height: 1;
	    letter-spacing: 0;
	    -webkit-font-feature-settings: "liga";
	    -moz-font-feature-settings: "liga=1";
	    -moz-font-feature-settings: "liga";
	    -ms-font-feature-settings: "liga" 1;
	    -o-font-feature-settings: "liga";
	    font-feature-settings: "liga";
	    -webkit-font-smoothing: antialiased;
	    -moz-osx-font-smoothing: grayscale;
	    
	    -webkit-animation: scrolldownanimation 1.5s infinite ease;
		-moz-animation: scrolldownanimation 1.5s infinite ease;
		-ms-animation: scrolldownanimation 1.5s infinite ease;
		-o-animation: scrolldownanimation 1.5s infinite ease;
		animation: scrolldownanimation 1.5s infinite ease;
	}
	@-webkit-keyframes scrolldownanimation {
		0% { margin-top: -150px; opacity: 0; }
		20% { opacity: 1; }
		90% { opacity: 0; }
		100% { margin-top: -100px; opacity: 0; }
	}
	@keyframes scrolldownanimation {
		0% { margin-top: -150px; opacity: 0; }
		20% { opacity: 1; }
		90% { opacity: 0; }
		100% { margin-top: -100px; opacity: 0; }
	}
	.product-detail-header-content {
		max-width: none;
		padding: 20px;
		padding-top: 30px;
		background-color: transparent;
	}
	.product-detail-number {
	    position: relative;
	    right: auto;
	    top: 0px;
	    height: 26px;
	    line-height: 26px;
	    padding: 0px 8px;
	    font-weight: 600;
	    font-size: 13px;
	    letter-spacing: .8px;
	    display: inline-block;
	}
	.product-detail-supportmaterial {
	    font-size: 13px;
	    letter-spacing: .7px;
	    line-height: 18px;
	}
	.product-detail-name {
	    font-size: 32px;
	    letter-spacing: .7px;
	    margin-bottom: 8px;
	    margin-top: 2px;
	    margin-left: -2px;
	}
	.product-detail-text {
	    font-size: 18px;
	    letter-spacing: 0.5px;
	    line-height: 28px;
	    margin-bottom: 20px;
	    margin-top: 20px;
	}
	.product-detail-download {
		display: none;
	}
	.product-detail-download-label {
		margin-right: 10px;
	}
	.product-detail-picture {
		height: 100vh;
	}
	.product-detail-header-buttons {
		flex-direction: column;
	}
	.product-detail-header-button {
		margin-bottom: 10px;
	}
	.product-detail-header-button:last-child {
		margin-bottom: 0px;
	}
	.product-detail-materials  {
		padding-bottom: 30px;
	}
	.product-detail-infos,
	.product-detail-form-box {
		padding: 30px 0px;
	}
	.product-detail-form {
		flex-wrap: wrap;
	}
	.product-detail-form-input {
		margin-right: 0px;
		flex-basis: 100%;
	}
	.product-detail-form-buttons {
		margin-top: 10px;
		flex-basis: 100%;
	}
	.inquiry-toggler {
    	font-size: 13px;
    }
}


.product-detail-reference-list .swiper-pagination {
	top: -30px;
}
@media only screen and (max-width : 767px) {
	.product-detail-reference-list .reference-list {
		padding-top: 20px;
	}
	.product-detail-reference-list .swiper-pagination {
		top: -20px;
	}
}


/* Product Fader */

.product-fader-container {
	background: #3C3C3C;
	color: #fff;
	padding: 50px 0px;
}
.product-fader-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}
.product-fader-label {
	font-family: "futura-pt",sans-serif;
	font-size: 19px;
	color: #C4A67D;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.product-fader-text {
	font-family: "abril-text",serif;
	font-size: 30px;
	letter-spacing: 1px;
	text-align: center;
	min-width: 100px;
}
.product-fader-finder {
	font-family: "futura-pt",sans-serif;
	font-weight: 600;
	font-size: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
	
	display: flex;
	align-items: center;
}
.product-fader-finder-icon {
	margin-right: 10px;
}
.product-fader .product-list {
	justify-content: left;
}
.product-fader-noselection {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.product-fader-noselection-text {
	font-family: "abril-text",serif;
	padding: 30px 0px;
}
.product-fader-noselection-button {
	font-family: "futura-pt",sans-serif;
	background: #C5A77F;
    font-weight: 600;
    font-size: 15px;
    display: inline-block;
    color: #fff;
    padding: 8px 20px;
    text-transform: uppercase;
}
@media only screen and (max-width : 1024px) {
	.product-fader-header {
		flex-wrap: wrap;
	}
	.product-fader-text {
		width: 100%;
		margin-top: 30px;
		order: 3;
	}
}
@media only screen and (max-width : 767px) {
	
}

/* ----- ROHMATERIALIEN ----- */

/* List */

.rawmaterial-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	border-top: 1px solid rgba(0,0,0,.1);
}
.rawmaterial-item {
	box-sizing: border-box;
	width: 340px;
	max-width: 100%;
	padding: 25px;
	padding-bottom: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-bottom: 1px solid rgba(0,0,0,.1);
	box-sizing: border-box;
	transition: box-shadow .5s;
}
.rawmaterial-item:hover {
	box-shadow: 0px 10px 100px rgba(0,0,0,.1);
	z-index: 200;
}
.rawmaterial-item-picture {
	height: 190px;
	width: 100%;
}
.rawmaterial-item-picture .bh-image-background {
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-size: contain;
}
.rawmaterial-item-headline {
	font-family: "futura-pt",sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #4C4C4B;
    letter-spacing: 0.5px;
    line-height: 25px;
    margin-bottom: 0px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 7px;
}
.rawmaterial-item-text {
	font-size: 15px;
	text-align: center;
	line-height: 22px;
}

/* ----- PARTNER ----- */

/* MAP */

.partner-map-header {
	display:flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px 20px;
	margin: 30px 0px;
}
.partner-map-header-label {
	font-family: "futura-pt",sans-serif;
	font-size: 19px;
	color: #C4A67D;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-right: 20px;
}
.partner-map-header-search {
	font-family: "futura-pt",sans-serif;
	position: relative;
	flex-grow: 1;
	max-width: 400px;
}
.partner-map-header-search-icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 10px;
}
.partner-map-header-search input {
	-webkit-appearance: none;
	appearance: none;
	border: 0px;
	background-color: #61523D;
	color: #fff;
    line-height: 40px;
    height: 40px;
    box-sizing: border-box;
    padding: 0px 40px 0px 40px;
    width: 100%;
    text-align: center;
    font-family: "futura-pt",sans-serif;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
}
.partner-map-container {
	position: relative;
}
.partner-map {
	z-index: 1;
	height: 80vh;
}
.partner-map .leaflet-popup-content-wrapper {
	border-radius: 0px;
	border: 0px;
	padding: 0px;
}
.partner-map .leaflet-popup-content {
	margin: 0px;
}
.partner-map.leaflet-container a.leaflet-popup-close-button {
	font-size: 0px;
	width: 40px;
	height: 40px;
	padding: 0px;
	display: flex;
	justify-content: center;
	align-content: center;
}
.partner-map .leaflet-popup-close-button:before {
	line-height: 40px;
	font-size: 22px;
	color: #584831;
	content: "\e912";
	vertical-align: middle;
	font-family: 'bakehouse-iconset' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.partner-map .marker-cluster {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	background: #584833;
	font-family: "futura-pt",sans-serif;
	font-weight: 600;
	font-size: 17px;
}
.partner-map-filter {
	z-index: 20;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px;
	background: rgba(255,255,255,0.85);
	
	font-family: "futura-pt",sans-serif;
    font-weight: 600;
	font-size: 15px;
	color: #584831;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.partner-map-filter-reset {
	transition: color .5s;
}
.partner-map-filter-reset:hover {
	color: #C5A77F;
}
.partner-map-branches {
	display: flex;
}

.partner-map-branches .branchen-icon-box {
	position: relative;
	cursor: pointer;
	margin: 0px 10px;
}
.partner-map-branches .branchen-icon {
	width: 40px;
	height: 40px;
	font-size: 18px;
	background-size: 60%;
	transition: all .3s;
}
.partner-map-branches .branchen-icon:hover {
	transform: scale(1.2);
}
.partner-map-branches .branchen-icon-box.filter-inactive .branchen-icon {
	opacity: 0.2;
}
.partner-map-branches .branchen-tooltip {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 130%;
	background: #fff;
	white-space: nowrap;
	pointer-events: none;
	opacity: 0;
	transition: all 0.4s;
	padding: 10px 20px;
	box-shadow: 0px 5px 15px rgba(0,0,0,0.1);
	
	font-family: "futura-pt",sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
}
.partner-map-branches .branchen-icon-box:hover .branchen-tooltip {
	opacity: 1;
}
.partner-map-branches .branchen-icon-box .branchen-tooltip:after {
	position: absolute;
	content: ' ';
	top:100%;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 20px 0 20px;
	border-color: #ffffff transparent transparent transparent;
}
@keyframes mapTooltip {
    0% {
	    opacity: 0;
	}
    20% {
	    opacity: 1;
	}
	80% {
	    opacity: 1;
	}
	100% {
	    opacity: 0;
	}
}

.partner-map-filter-reset {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 20px;
	cursor: pointer;
}
.partner-map-filter-reset-icon {
	margin-right: 20px;
	font-size: 24px;
}

h1.partner-list-headline {
	text-align: center;
	margin-top: 50px;
}
.partner-list {
	display: flex;
	flex-wrap: wrap;
}
.partner-item,
.partner-map .partner-item {
	background: #fff;
	width: 300px;
	box-sizing: border-box;
	
	font-family: "abril-text",serif;
	font-size: 15px;
	color: #5F5F5E;
	letter-spacing: 0.5px;
	line-height: 22px;
}
.leaflet-popup-content-wrapper {
	box-shadow: 0px 10px 40px rgba(0,0,0,.2) !important;
}
.partner-item-inner {
	padding: 10px;
}
.partner-item a,
.partner-map .partner-item a {
	color: #C4A67D;
	transition: all .4s;
}
.partner-item a:hover,
.partner-map .partner-item a:hover {
	color: #584832;
}
.partner-item-content {
	padding: 10px;
}
.partner-item-name {
	font-family: "futura-pt",sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #584831;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 10px;
	padding-right: 50px;
	padding: 10px;
}
.partner-item-picture {
	height: 140px;
/* 	background: #E0E0E0; */
	margin-bottom: 10px;
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 3px;
}
.partner-item-picture .bh-image-background {
	width: 100%;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.partner-map-wrapper .partner-list {
/* 	display: none; */
	margin-top: 40px;
	justify-content: center;
}
.partner-list .partner-item {
/* 	flex-basis: 315px; */
	margin: 20px 20px;
	box-shadow: 0px 2px 20px rgba(0,0,0,0.6);
/* 	max-width: none; */
}
.partner-list .partner-item-name {
	min-height: 44px;
}

@media only screen and (max-width : 1024px) and (min-width : 767px) {
	.partner-map-filter-label {
		display: none;
	}
	.partner-map-branches .branchen-tooltip {
		transform: translateX(-40px);
	}
	.partner-map-branches .branchen-icon-box .branchen-tooltip:after {
		left: 0px;
		transform: translateX(20px);
	}
}
@media only screen and (max-width : 767px) {
	.partner-list .partner-item {
		margin: 20px 20px 0px 20px;
		box-shadow: 0px 2px 20px rgba(0,0,0,0.6);
		position: relative;
	}
	.partner-item-inner {
	    position: relative;
	}
	.partner-map-header {
		flex-wrap: wrap;
		justify-content: center;
	}
	.partner-map-header-label {
		margin-bottom: 20px;
	}
	.partner-map {
		height: 80vh;
	}
	.partner-map-filter-label {
		display: none;
	}
	.partner-map-filter {
		flex-wrap: wrap;
		justify-content: center;
		padding: 10px;
	}
	.partner-map-branches {
		position: relative;
		flex-wrap: wrap;
		width: 100%;
		justify-content: center;
	}
	.partner-map-branches .branchen-icon-box {
		margin: 0 5px;
		position: static;
	}
	.partner-map-branches .branchen-icon {
		width: 30px;
		height: 30px;
		font-size: 14px;
		background-size: 50%;
	}
	.partner-map-branches .branchen-tooltip {
		bottom: 150%;
	}
	.partner-map-branches .branchen-icon-box:hover .branchen-tooltip {
		opacity: 0;
		animation: mapTooltip 2s;
	}
	.partner-map-branches .branchen-icon-box .branchen-tooltip:after {
		display: none;
	}
	.partner-map .partner-item {
		display: flex;
		flex-wrap: wrap;
	}
	.partner-item-picture {
		height: 50px;
		width: 50px;
		position: absolute;
		top: 19px;
		left: 19px;
	}
	.partner-item-name {
		padding: 10px 25px 0px 75px;
		max-width: calc(100% - 10px);
		font-size: 14px;
		line-height: 18px;
	}
	.partner-item-branches {
		width: 100%;
		order: -2;
		height: 20px;
		align-items: center;
	}
	.partner-item-address,
	.partner-item-telefon,
	.partner-item-email,
	.partner-item-website {
		width: 100%;
	}
	.partner-item, .partner-map .partner-item {
	    width: 100%;
	}
}

.partner-item-branches {
	display: flex;
	margin-bottom: 10px;
}
.partner-item-branche {
	margin-right: 10px;
}
.partner-item-branche .branchen-icon {
	height: 10px;
	width: 10px;
	background-image: none;
}

/* ----- STARTSEITEN VIDEO ----- */

[data-uid="80"] .bhBackgroundImage {
	position: relative;
	transition: opacity 2s ease;
}
.videoouter {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	width: 100vw;
	min-width: 100%;
	height: 100%;
}
.videoouter video {
/*
	min-width: 100vw;
    min-height: 100vh;
*/
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    
    opacity: 0;
    transition: all 0.4s;
}
.video-is-playing .videoouter video {
	opacity: 1;
}
.hideWhileVideo {
/* 	opacity: 0; */
}
.bh-state-mobile .videoouter video {
	min-width: 100vw;
    min-height: 60vh;
    width: auto;
    height: 60vh;
}
[data-uid="558"] .bhBackgroundImage .textContainer {
	opacity: 0;
}
.bh-bemode [data-uid="558"] .bhBackgroundImage .textContainer {
	opacity: 1;
}
.videoouter .textContainer {
	opacity: 0;
	transition: opacity ease 2s;
}
.PosAbs {
	position: absolute !important;
	left: 0px;
	right: 0px;
	top: 0px;
	width: 100vw;
	z-index: 2;
	opacity: 1 !important;
	transition: opacity ease 2s;
}
.videoloaded {
	overflow: hidden;
}

/* ----- PRODUCTFINDER HOME ----- */

.bhT3.bhElement[data-uid="3391"],
.bhT3.bhElement[data-uid="3890"],
.bhT3.bhElement[data-uid="3891"],
.bhT3.bhElement[data-uid="3892"] {
	max-width: 1920px;
	padding: 0;
}
.productfilter-home-content {
	height: 550px;
	display: flex;
    justify-content: center;
    flex-direction: column;	
    background-color: rgba(51,51,51,.30);
}
@media (max-width: 767px) {
	.productfilter-home-content {
		height: 350px;
	}
}
.productfilter-home-content:before,
.productfilter-home-content:after {
	content: '';
	display: block;
	width: 100%;
	height: 52px;
	opacity: .5;
	position: absolute;
	top: 0;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.productfilter-home-content:after {
	top: auto;
	bottom: 0;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.productfilter-home {
	background-image: url('../../../fileadmin/images/organoid-produktfinder-home-background.jpg');
	background-position: top left;
	background-size: 100% auto;
	-webkit-animation: productfinderfade 30s infinite linear;
	-moz-animation: productfinderfade 30s infinite linear;
	-ms-animation: productfinderfade 30s infinite linear;
	-o-animation: productfinderfade 30s infinite linear;
	animation: productfinderfade 30s infinite linear;
}
@-webkit-keyframes productfinderfade {
	0% { background-position: top left;	}
	100% { background-position: bottom 550px left 100vw; }
}
@keyframes productfinderfade {
	0% { background-position: top left;	}
	100% { background-position: bottom 550px left 100vw; }
}
@media (max-width: 767px) {
	.productfilter-home {
		-webkit-animation: productfinderfademobile 15s infinite linear;
		-moz-animation: productfinderfademobile 15s infinite linear;
		-ms-animation: productfinderfademobile 15s infinite linear;
		-o-animation: productfinderfademobile 15s infinite linear;
		animation: productfinderfademobile 15s infinite linear;
	}
	.productfilter-home-subtext {
		padding-left: 20px;
		padding-right: 20px;
	}
	.productfilter-home {
		margin-bottom: 60px
	}
}
@-webkit-keyframes productfinderfademobile {
	0% { background-position: top left;	}
	100% { background-position: bottom 350px left; }
}
@keyframes productfinderfademobile {
	0% { background-position: top left;	}
	100% { background-position: bottom 350px left; }
}
.productfilter-home-text {
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
}
h2.productfilter-home-headline {
	font-family: "futura-pt",sans-serif;
	font-size: 26px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
h2.productfilter-home-headline strong {
	font-family: "futura-pt-bold",s ans-serif;
}
.productfilter-home-button {
	position: absolute;
	left: 50%;
	width: 300px;
	margin-left: -150px;
	margin-top: -23px;
	text-align: center;
}

/* ------ FLYING SURFACES ------ */

.flying-surfaces {
	background-color: #fff;
	margin-left: 0.52vw;
	position: relative;
	height: 45vw;
}
.flying-surface-headline {
	position: absolute;
	text-align: center;
	font-size: 3.5vw;
	color: #584831;
	line-height: 3.8vw;
	max-width: 30vw;
	margin: 0 auto;
	left: 50%;
	margin-left: -15vw;
	margin-top: 25vw;
}
.flying-surface {
	width: 6.6923076923vw;
	height: 6.6923076923vw;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: absolute;
	opacity: 0;
	margin-top: 200px;
	-webkit-animation: fadein 3s forwards ease;
	-moz-animation: fadein 3s forwards ease;
	-ms-animation: fadein 3s forwards ease;
	-o-animation: fadein 3s forwards ease;
	animation: fadein 3s forwards ease;
}
@-webkit-keyframes fadein {
	0% {
		opacity: 0;
		margin-top: 200px;
	}
	100% {
		opacity: 1;
		margin-top: 0px;
	}
}
@keyframes fadein {
	0% {
		opacity: 0;
		margin-top: 200px;
	}
	100% {
		opacity: 1;
		margin-top: 0px;
	}
}
.flying-surface-01 {
	top: 0px; left: 0px;
	background-image: url('../../../fileadmin/images/surface-animations/organoid-flying-products-1.jpg');
	animation-duration: 1s;
	animation-delay: 3s;
}
.flying-surface-02 {
	top: 0px; left: 7.6923076923vw;
	background-image: url('../../../fileadmin/images/surface-animations/organoid-flying-products-2.jpg');
	animation-duration: 2s;
	animation-delay: .5s;
}
.flying-surface-03 {
	top: 0px; left: 15.384615385vw;
	background-image: url('../../../fileadmin/images/surface-animations/organoid-flying-products-3.jpg');
	animation-delay: 1s;
}
.flying-surface-04 {
	top: 0px; left: 23.076923077vw;
	background-image: url('../../../fileadmin/images/surface-animations/organoid-flying-products-4.jpg');
}
.flying-surface-05 {
	top: 0px; left: 30.769230769vw;
	background-image: url('../../../fileadmin/images/surface-animations/organoid-flying-products-5.jpg');
	animation-duration: 1s;
}
.flying-surface-06 {
	top: 0px; left: 38.461538462vw;
	background-image: url('../../../fileadmin/images/surface-animations/organoid-flying-products-6.jpg');
}
.flying-surface-07 {
	top: 0px; left: 46.153846154vw;
	background-image: url('../../../fileadmin/images/surface-animations/organoid-flying-products-7.jpg');
	animation-duration: 2s;
	animation-delay: 4s;
}
.flying-surface-08 {
	top: 0px; left: 53.846153846vw;
	background-image: url('../../../fileadmin/images/surface-animations/organoid-flying-products-8.jpg');
	animation-delay: .5s;
}
.flying-surface-09 {
	top: 0px; left: 61.538461538vw;
	background-image: url('../../../fileadmin/images/surface-animations/organoid-flying-products-9.jpg');
	animation-duration: 1s;
	animation-delay: 3s;
}
.flying-surface-10 {
	top: 0px; left: 69.230769231vw;
	background-image: url('../../../fileadmin/images/surface-animations/organoid-flying-products-10.jpg');
	animation-duration: 2s;
}
.flying-surface-11 {
	top: 0px; left: 76.923076923vw;
	background-image: url('../../../fileadmin/images/surface-animations/organoid-flying-products-11.jpg');
	animation-delay: 1s;
}
.flying-surface-12 {
	top: 0px;
	left: 84.615384615vw;
	background-image: url('../../../fileadmin/images/surface-animations/organoid-flying-products-12.jpg');
	animation-delay: .5s;
}
.flying-surface-13 {
	top: 0px; left: 92.307692308vw;
	background-image: url('../../../fileadmin/images/surface-animations/organoid-flying-products-13.jpg');
	animation-duration: 1s;
}

.flying-surface-14 {
	top: 9vw; left: 0px;
	background-image: url('../../../fileadmin/images/surface-animations/organoid-flying-products-14.jpg');
}
.flying-surface-15 {
	top: 7.6923076923vw; left: 7.6923076923vw;
	background-image: url('../../../fileadmin/images/surface-animations/organoid-flying-products-15.jpg');
	animation-duration: 2s;
	animation-delay: 1.5s;
}
.flying-surface-16 {
	top: 7.6923076923vw; left: 15.384615385vw;
	background-image: url('../../../fileadmin/images/surface-animations/organoid-flying-products-16.jpg');
}
.flying-surface-17 {
	top: 12vw; left: 23.076923077vw;
	background-image: url('../../../fileadmin/images/surface-animations/organoid-flying-products-17.jpg');
}
.flying-surface-18 {
	top: 7.6923076923vw; left: 30.769230769vw;
	background-image: url('../../../fileadmin/images/surface-animations/organoid-flying-products-18.jpg');
	animation-duration: 1s;
	animation-delay: 3s;
}
.flying-surface-19 {
	top: 10vw; left: 38.461538462vw;
	background-image: url('../../../fileadmin/images/surface-animations/organoid-flying-products-19.jpg');
	animation-duration: 2s;
	animation-delay: 1s;
}
.flying-surface-20 {
	top: 7.6923076923vw; left: 46.153846154vw;
	background-image: url('../../../fileadmin/images/surface-animations/organoid-flying-products-20.jpg');
	animation-duration: 1s;
}
.flying-surface-21 {
	top: 10vw; left: 53.846153846vw;
	background-image: url('../../../fileadmin/images/surface-animations/organoid-flying-products-21.jpg');
	animation-delay: 1s;
}
.flying-surface-22 {
	top: 7.6923076923vw; left: 61.538461538vw;
	background-image: url('../../../fileadmin/images/surface-animations/organoid-flying-products-22.jpg');
	animation-delay: 4s;
}
.flying-surface-23 {
	top: 7.6923076923vw; left: 69.230769231vw;
	background-image: url('../../../fileadmin/images/surface-animations/organoid-flying-products-23.jpg');
	animation-duration: 1s;
}
.flying-surface-24 {
	top: 10vw; left: 76.923076923vw;
	background-image: url('../../../fileadmin/images/surface-animations/organoid-flying-products-24.jpg');
	animation-duration: 2s;
}
.flying-surface-25 {
	top: 7.6923076923vw; left: 84.615384615vw;
	background-image: url('../../../fileadmin/images/surface-animations/organoid-flying-products-25.jpg');
}
.flying-surface-26 {
	top: 11vw; left: 92.307692308vw;
	background-image: url('../../../fileadmin/images/surface-animations/organoid-flying-products-26.jpg');
	animation-duration: 1s;
	animation-delay: 4s;
}

.flying-surface-27 {
	top: 20vw; left: 0px;
	background-image: url('../../../fileadmin/images/surface-animations/organoid-flying-products-27.jpg');
	animation-delay: 3s;
}
.flying-surface-28 {
	top: 17vw; left: 7.6923076923vw;
	background-image: url('../../../fileadmin/images/surface-animations/organoid-flying-products-28.jpg');
	animation-delay: 1s;
}
.flying-surface-29 {
	top: 21vw; left: 15.384615385vw;
	background-image: url('../../../fileadmin/images/surface-animations/organoid-flying-products-29.jpg');
	animation-delay: 1.5s;
}
.flying-surface-30 {
	top: 34vw; left: 23.076923077vw;
	background-image: url('../../../fileadmin/images/surface-animations/organoid-flying-products-30.jpg');
	animation-delay: 1s;
}
.flying-surface-31 {
	top: 18vw; left: 30.769230769vw;
	background-image: url('../../../fileadmin/images/surface-animations/organoid-flying-products-31.jpg');
	animation-duration: 1s;
	animation-delay: 4s;
}
.flying-surface-32 {
	top: 37vw; left: 38.461538462vw;
	background-image: url('../../../fileadmin/images/surface-animations/organoid-flying-products-32.jpg');
	animation-duration: 2s;
}
.flying-surface-33 {
	top: 15.384615385vw; left: 46.153846154vw;
	background-image: url('../../../fileadmin/images/surface-animations/organoid-flying-products-33.jpg');
	animation-delay: 1.5s;
}
.flying-surface-34 {
	top: 34vw; left: 53.846153846vw;
	background-image: url('../../../fileadmin/images/surface-animations/organoid-flying-products-34.jpg');
}
.flying-surface-35 {
	top: 17vw; left: 61.538461538vw;
	background-image: url('../../../fileadmin/images/surface-animations/organoid-flying-products-35.jpg');
}
.flying-surface-36 {
	top: 18vw; left: 69.230769231vw;
	background-image: url('../../../fileadmin/images/surface-animations/organoid-flying-products-36.jpg');
	animation-duration: 1s;
	animation-delay: 1.5s;
}
.flying-surface-37 {
	top: 19vw; left: 76.923076923vw;
	background-image: url('../../../fileadmin/images/surface-animations/organoid-flying-products-37.jpg');
	animation-duration: 2s;
	animation-delay: 1s;
}
.flying-surface-38 {
	top: 16.5vw; left: 84.615384615vw;
	background-image: url('../../../fileadmin/images/surface-animations/organoid-flying-products-38.jpg');
}
.flying-surface-39 {
	top: 22vw; left: 92.307692308vw;
	background-image: url('../../../fileadmin/images/surface-animations/organoid-flying-products-39.jpg');
	animation-delay: 3s;
}

.flying-surface-40 {
	top: 33vw; left: 0px;
	background-image: url('../../../fileadmin/images/surface-animations/organoid-flying-products-40.jpg');
	animation-delay: 4s;
}
.flying-surface-41 {
	top: 42vw; left: 7.6923076923vw;
	background-image: url('../../../fileadmin/images/surface-animations/organoid-flying-products-41.jpg');
	animation-duration: 2s;
	animation-delay: 1s;
}
.flying-surface-42 {
	top: 31vw; left: 15.384615385vw;
	background-image: url('../../../fileadmin/images/surface-animations/organoid-flying-products-42.jpg');
	animation-duration: 1s;
}
.flying-surface-43 {
	top: 23.076923077vw; left: 23.076923077vw;
	background-image: url('../../../fileadmin/images/surface-animations/organoid-flying-products-43.jpg');
}
.flying-surface-44 {
	top: 32vw; left: 76.923076923vw;
	background-image: url('../../../fileadmin/images/surface-animations/organoid-flying-products-44.jpg');
}
.flying-surface-45 {
	top: 43vw; left: 84.615384615vw;
	background-image: url('../../../fileadmin/images/surface-animations/organoid-flying-products-45.jpg');
	animation-duration: 1s;
	animation-delay: 1s;
}
.flying-surface-46 {
	top: 39vw; left: 92.307692308vw;
	background-image: url('../../../fileadmin/images/surface-animations/organoid-flying-products-46.jpg');
	animation-duration: 2s;
	animation-delay: 1.5s;
}

/* ----- ANCHOR ----- */

.anchordiv {
	height: 1px;
	margin-bottom: 25px;
}

/* --------------------------------------------- */
/* ------- COOKIES WARNING              -------- */
/* --------------------------------------------- */

.bh-state-desktop .bh-cookies-warning {
	width: 300px;
	padding-bottom: 0px;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
	background: rgba(255,255,255,0.9) !important;
	border-top-left-radius: 5px;
	right: 0px;
	left: auto;
}
.bh-state-desktop .bh-cookies-buttons {
	width: 130px;
	margin-right: 10px;	
}
.bh-cookies-buttons > * {
	width: 110px;
	margin-bottom: 10px;
	background: rgb(90, 73, 50) !important;
	color: white;	
	text-align: center;
	border-radius: 4px;
	font-size: 14px;
	padding: 4px;
}
.bh-state-desktop .bh-cookies-warning-text {
	width: 130px;
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: left;
}
.bh-state-mobile .bh-cookies-warning {
	z-index: 1000;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
	text-align: center;
}
.bh-state-mobile .bh-cookies-buttons {
	width: 100%;
	padding: 0px;
}
.bh-state-mobile .bh-cookies-buttons > * {
	margin-bottom: 5px;
}
.bh-state-mobile .bh-cookies-warning-link,
.bh-state-mobile .bh-cookies-warning-accept {
    line-height: 25px;
}
.bh-state-mobile .bh-cookies-warning {
    left: 0px;
    bottom: 0px;
}
/* Editing */
.bhe-state-editing .el-swiper .swiper-container {
	overflow: visible;
}
.bhe-state-editing .el-swiper .bh-swiper > .swiper-pagination {
	z-index: 0;
}
.el-swipe-item > .bhe-element-toolbar .bhe-element-toolbutton[data-content-command="copy"] {
	display: none;
}
.el-gallery-item .bh-image-background {
	background-position: center center;
	background-size: cover;
}


/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer {
	max-width: none !important;
	}

.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	touch-action: none;
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url('../../../typo3/sysext/bh/Resources/Public/Css/#default#VML');
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile {
	will-change: opacity;
	}
.leaflet-fade-anim .leaflet-popup {
	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;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	will-change: transform;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	     -o-transition:      -o-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	   -moz-transition: none;
	     -o-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline: 0;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a,
.leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}


/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}
.leaflet-control-zoom-out {
	font-size: 20px;
	}

.leaflet-touch .leaflet-control-zoom-in {
	font-size: 22px;
	}
.leaflet-touch .leaflet-control-zoom-out {
	font-size: 24px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url('../../../typo3/sysext/bh/Resources/Public/Css/images/layers.png');
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url('../../../typo3/sysext/bh/Resources/Public/Css/images/layers-2x.png');
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path {
	background-image: url('../../../typo3/sysext/bh/Resources/Public/Css/images/marker-icon.png');
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4;
	}
.leaflet-popup-content p {
	margin: 18px 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	border: none;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}
.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-clickable {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}


@-webkit-keyframes leaflet-gestures-fadein{0%{opacity:0}100%{opacity:1}}@keyframes leaflet-gestures-fadein{0%{opacity:0}100%{opacity:1}}.leaflet-container:after{-webkit-animation:leaflet-gestures-fadein .8s backwards;animation:leaflet-gestures-fadein .8s backwards;color:#fff;font-family:Roboto,Arial,sans-serif;font-size:22px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:15px;position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:461;pointer-events:none}.leaflet-gesture-handling-scroll-warning:after,.leaflet-gesture-handling-touch-warning:after{-webkit-animation:leaflet-gestures-fadein .8s forwards;animation:leaflet-gestures-fadein .8s forwards}.leaflet-gesture-handling-touch-warning:after{content:attr(data-gesture-handling-touch-content)}.leaflet-gesture-handling-scroll-warning:after{content:attr(data-gesture-handling-scroll-content)}
.el-picture figure {
	margin: 0px;
}
.el-picture img {
	display:block;
    margin: 0 auto;
}

.el-picture .bhElementInner,
.el-picture figure,
.el-picture .bhBgImage {
	height: 100%;
}

.el-picture .bhBgImage {
	min-height: 100px;
}

.bh-femode .el-picture .bhImageInner {
    overflow: hidden;
    width: 100%;
}

.el-picture .bhImageHover {
	display: none;
	position: absolute;
    top: 0px;
    right: 0px;
	width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    transition: all .6s;
    opacity: 0;
}
.el-picture .bhImageHover:after {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -20px;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	
	content: '\e90a';	
	font-size: 40px;
	
	font-family: 'bakehouse-iconset' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
/*     line-height: inherit; */
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.el-picture[href] .bhImageHover {
	display: block;
}
.el-picture[href]:hover .bhImageHover {
	opacity: 1;
}
.el-picture[href][target="lightbox"] .bhImageHover:after {
    content: '\e9a0';	
}
.el-picture[href][target="download"] .bhImageHover:after {
    content: '\e996';	
}

.el-picture .file-copyright {
	position: absolute;
	right: 0px;
	bottom: 0px;
	font-size: 11px;
	line-height: 20px;
	background: rgba(255,255,255,0.8);
	color: #000;
	padding: 0px 10px;
}
.el-picture figcaption {
	position: absolute;
	left: 20px;
	bottom: 10px;

	font-size: 14px;
	line-height: 22px;
	color: #FFFFFF;
	letter-spacing: 0;
	text-shadow: 0 1px 2px rgba(0,0,0,0.50);
}
.el-picture figcaption p {
	margin: 0;
}

.el-picture figure,
.el-picture .bhBgImage {
	height: 100%;
	background-size: cover;
} 

.el-picture-text {
	display:flex;
	display:none;
	position: absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	font-weight: bold;
	font-size: 45px;
	line-height: 50px;
	color: #FFFFFF;
	letter-spacing: 0;
	text-shadow: 0 0 12px rgba(0,0,0,0.60);
}

.el-picture-text .bh-centered > div {
	min-height: 42px;
	min-width: 100px;
}
.bhe-state-editing .el-picture-text .bh-centered > div {
	background: rgba(0,0,0,0.5);
}

.style-picture-size-header {
	height: 400px;
}

/*
//TODO was macht das?
*/
.el-picture .bhImageInner.bhe-prevent-imageresize {
    width: 100% !important;
}
.el-picture .bhImageInner.bhe-prevent-imageresize img {
    cursor: auto;
    margin: 0 auto;
}



@media (max-width: 767px) {
	.el-picture img {
		width: 100%;
		height: auto;
	}
}

.el-backgroundpicture .bhBackgroundImage {
	min-height: 100px;
	background: no-repeat center center;
	background-size: cover;
}

.el-backgroundpicture .bhImageHover {
	display: none;
	position: absolute;
    top: 0px;
    right: 0px;
	width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    transition: all .6s;
    opacity: 0;
}
.el-backgroundpicture .bhImageHover:after {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -20px;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	
	content: '\e9a0';	
	font-size: 40px;
	
	font-family: 'bakehouse-iconset' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.el-backgroundpicture[href] .bhImageHover {
	display: block;
}
.el-backgroundpicture[href]:hover .bhImageHover {
	opacity: 1;
}

.bh-femode .el-headerpicture .bhImageInner {
    overflow: hidden;
    width: 100%;
}
.el-headerpicture .bhBackgroundImage {
	background-position: center center;
	background-size: cover;
} 
.el-headerpicture-text {
	display:flex;
	justify-content: center;
	
	position: absolute;
	z-index: 10;
	bottom: 66px;
	left:0px;
	width: 100%;	
}
.el-headerpicture-text h1 {
	font-family: "abril-text",serif;
	font-size: 42px;
	color: #FFFFFF;
	letter-spacing: 1px;
	line-height: 46px;
	text-align: center;
	
	box-sizing: border-box;
	padding: 0px 20px;
	margin-bottom: 0px;
	
	min-height: 42px;
	min-width: 100px;
}
body[data-page="1"] .el-headerpicture-text h1 {
	font-size: 52px;
	line-height: 56px;
}
.bhe-state-editing .el-headerpicture-text h1 {
	background: rgba(0,0,0,0.5);
	min-width: 100px;
}
.el-fader .el-headerpicture {
	height: 100% !important;
	max-width: 100% !important;
}
.el-headerpicture-fileinfos {
	z-index: 30;
	position: absolute;
	right: 0px;
	bottom: 0px;
	background: rgba(255,255,255,0.8);
	display: flex;
	padding: 0px 5px;
	font-family: sans-serif;	
	line-height: 16px;
	font-size: 11px;
}
.el-headerpicture-fileinfos-copyright:not(:empty) {
	margin-left: 5px;
}

/* PROJEKT */

.el-headerpicture .bhBackgroundImage {
	position: relative;
	min-height: 350px;
}
.el-headerpicture .bhBackgroundImage:after {
	pointer-events: none;
	content: ' ';
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 250px;
	
	/* Rectangle: */
	opacity: 0.6;
	background-image: linear-gradient(0deg, #282015 0%, rgba(40,32,21,0.00) 100%);
}
.el-headerpicture.style-height-full .bhBackgroundImage {
	height: calc( 100vh - 100px );
}
.el-headerpicture.style-height-large h1 {
	font-size: 60px;
	line-height: 68px;
}
.el-headerpicture.style-noshadow .bhBackgroundImage:after {
	display: none;
}
.bh-bemode .el-headerpicture.style-height-full .bhBackgroundImage {
	height: calc( 100vh - 167px );
}
.el-headerpicture-branche {
	z-index: 100;
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translate(-50%,50%);
}
.el-headerpicture-fileinfos {
	font-size: 11px;
	color: #584832;
	font-family: "futura-pt",sans-serif;
}
@media (max-width: 1160px) {
	.el-headerpicture.style-height-large h1 {
		font-size: 50px;
		line-height: 56px;
	}
}
@media (max-width: 920px) {
	.el-headerpicture.style-height-large h1 {
		font-size: 42px;
		line-height: 46px;
	}
}
@media (max-width: 767px) {
	.el-headerpicture {
		padding: 0px !important;
	}
		body[data-page="1"] .el-headerpicture-text h1 {
		font-size: 30px;
		line-height: 32px;
	}
	.el-headerpicture.style-height-large h1 {
		font-size: 30px;
		line-height: 32px;
	}
}
.el-linkpicture {
	height: 198px;
	color: #fff;
	display: flex;
}
.el-linkpicture .bhElementInner {
	flex: 1;
	height: 100%;
	display: flex;
}
.el-linkpicture-body {
	flex: 1;
	height: 100%;
	display: flex;
}
.el-linkpicture .bhBackgroundImage {
	flex: 1;
	height: 100%;
	display: flex;	
	background: no-repeat center center;
	background-size: cover;
}
.el-linkpicture-overlay {	
	width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	
	transition: all 0.5s;
}
.el-linkpicture-icon {
	font-size: 44px;
	line-height: 44px;
	margin-bottom: 24px;
}
.el-linkpicture-text {
	text-align: center;
}
.bhe-state-dragging .el-linkpicture-overlay {
	pointer-events: none;
}

/* PROJEKT */
.el-linkpicture-overlay {
	background: rgba(88, 72, 49, 0.6);
}
.el-linkpicture[href]:hover .el-linkpicture-overlay {
	background: rgba(88, 72, 49, 0.8);
}
.el-linkpicture-text {
	font-family: "futura-pt",sans-serif;
	font-size: 19px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.el-linkpicture-text .bh-bodytext,
.el-linkpicture-text .bh-bodytext strong {
	color: #FFFFFF;
}
.el-linkpicture-text .bh-bodytext strong {
	font-family: "futura-pt-bold", sans-serif;
}

@media (max-width: 1130px) {
	.el-linkpicture-text {
	    font-size: 17px;
	    letter-spacing: .7px;
	    line-height: 19px;
	}
}
.el-linkpicturebig {
	height: 400px;
	color: #fff;
	display: flex;
}
.el-linkpicturebig .bhElementInner {
	flex: 1;
	height: 100%;
	display: flex;
}
.el-linkpicturebig-body {
	flex: 1;
	width: 100%;
	height: 100%;
	display: flex;
}
.el-linkpicturebig .bhBackgroundImage {
	flex: 1;
	height: 100%;
	width: 100%;
	display: flex;
	
	background: no-repeat center center;
	background-size: cover;
}
.el-linkpicturebig-overlay {
	position: relative;
	z-index: 10;
	box-sizing: border-box;
	width: 100%;
	padding: 30px;
	padding-right: 40%;

	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	align-items: flex-start;
	
	transition: all 0.5s;
}
.el-linkpicturebig-title,
.el-linkpicturebig-text {
	width: 100%;
	text-align: left;
}
.bhe-state-dragging .el-linkpicturebig-overlay {
	pointer-events: none;
}

/* PROJEKT */
.el-linkpicturebig .bhBackgroundImage:after {
	pointer-events: none;
	content: ' ';
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 183px;
	
	/* Rectangle: */
	opacity: 0.6;
	background-image: linear-gradient(0deg, #333333 0%, rgba(51,51,51,0.00) 100%);
}
.el-linkpicturebig[href]:hover .el-linkpicturebig-overlay {
	background: rgba(88, 72, 49, 0.8);
}
.el-linkpicturebig-title {
	font-family: "futura-pt-bold",sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: 700;
	letter-spacing: 0.5px;
	line-height: 25px;
	text-transform: uppercase;
}
.el-linkpicturebig-text {
	font-family: "abril-text",serif;
	font-size: 28px;
	color: #FFFFFF;
	letter-spacing: 1px;
	line-height: 34px;
}

@media (max-width: 1023px) {
	.el-linkpicturebig-overlay {
	    padding: 20px;
	}
	.el-linkpicturebig-text {
	    font-size: 24px;
	    line-height: 29px;
	}
}
@media (max-width: 767px) {
	.el-linkpicturebig {
		height: 220px;
	}
}
/* PROJECT */

.el-linkbutton-inner  {
	position: relative;
	display: inline-block;
	font-size: 15px;
	color: #fff;
	background: #584831;
	border-radius: 0px;
	padding: 10px 30px;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.5s;
	font-family: "futura-pt", sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
}
@media (max-width: 1240px) {
	.el-linkbutton-inner  {
		font-size: 14px;
		padding: 10px 10px;
		letter-spacing: .7px;
	}
}
.el-linkbutton-inner:hover  {
	background: #C7AA84;
}
.el-linkbutton-style-colored .el-linkbutton-inner {
	background: #C4A67D;
}
.el-linkbutton-style-colored .el-linkbutton-inner:hover  {
	background: #584831;
}
.el-linkbutton-style-center .el-linkbutton-inner {
	margin: 0 auto;
	text-align: center;
	display: block;
	max-width: 300px;
}
.el-linkbutton-icon {
	position:absolute;
	top: 0%;
	left: 0px;
	width: 45px;
	height: 100%;
	line-height: 45px;
	text-align: center;
	display: block;
	
	display: flex;
	align-items: center;
	justify-content: center;
}
.el-linkbutton-icon:before {

}
 .el-linkbutton-text {
	display: block;
	margin-left: 10px;
	margin-right: 10px;
}
.el-linkbutton-text .bh-bodytext {
	color: #fff;
	text-align: left;
}
.el-branchenlist-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: -20px;
}
.el-branchenlist .branchen-label {
	display: none;
}
.el-branchenlist-branche {
	box-sizing: border-box;	
	padding: 0px 5px;
	margin-bottom:20px;	
}
.el-branchenlist-branche a {
	display: flex;
	flex-direction: column;
	align-items: center;
}

/* Default / Icons */
.el-branchenlist-layout-default .el-branchenlist-branche {

}
/* Icons + Label */
.el-branchenlist-layout-label .el-branchenlist-inner {
	justify-content: space-around;
}
.el-branchenlist-layout-label .el-branchenlist-branche {
	width: 25%;
}

@media (max-width: 767px) {
	.el-branchenlist-layout-label .el-branchenlist-branche {
		width: 50%;
	}
}

.el-branchenlist-layout-label .branchen-label {
	display: block;
	text-align: center;
	margin-top: 10px;
	text-transform: uppercase;
	
	font-family: "futura-pt",sans-serif;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 0.5px;
	line-height: 25px;
}

@media (max-width: 1023px) {
	.el-branchenlist-layout-label .branchen-label {
		font-size: 14px;
		letter-spacing: .3px;
		line-height: 20px;
	}
}
.el-fiftyfifty-body {
	display: flex;
	justify-content: flex-start;
	align-content: stretch;
	align-items: stretch;
}

.el-fiftyfifty .el-fiftyfifty-picture {
	flex-basis: 50%;
	position: relative;
}
.el-fiftyfifty .el-fiftyfifty-picture > .bhBackgroundImage {
	position: absolute;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.el-fiftyfifty-fileinfos {
	z-index: 30;
	position: absolute;
	right: 0px;
	bottom: 0px;
	background: rgba(255,255,255,0.8);
	display: flex;
	padding: 0px 5px;
	font-family: sans-serif;	
	line-height: 16px;
	font-size: 11px;
}
.el-fiftyfifty-fileinfos-copyright:not(:empty) {
	margin-left: 5px;
}

.el-fiftyfifty-content {
	flex-basis: 50%;
	display: flex;
}

.el-fiftyfifty-content-inner {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 580px;
    padding: 60px 60px;
}

.el-fiftyfifty .el-fiftyfifty-content [data-section="el-fiftyfifty"] {
	width: 100%;
}

/* Bild Rechts */
.el-fiftyfifty.el-fiftyfifty-left .el-fiftyfifty-body {
	justify-content: flex-end;
	flex-direction: row-reverse;
}
.el-fiftyfifty.el-fiftyfifty-left .el-fiftyfifty-content {
	justify-content: flex-end;
	text-align: right;
}

/* FIX, WENN FIFTYFIFTY IN FADER LIEGT */
/*
.bhFader .el-fiftyfifty .contentbereich .bhContainer {
	max-height: auto !important;
	height: auto !important;
}
*/




/* PROJEKT */
.el-fiftyfifty-branche {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate( -50%, -50% );
}

.el-fiftyfifty .branchen-icon {
	
}
.el-fiftyfifty-content h4,
.el-fiftyfifty.el-fiftyfifty-right .el-fiftyfifty-content h4 {
	text-align: left;
}
.el-fiftyfifty.el-fiftyfifty-left .el-fiftyfifty-content h4 {
	text-align: right;
}
.el-fiftyfifty-fileinfos {
	font-size: 11px;
	color: #584832;
	font-family: "futura-pt",sans-serif;
}



@media (max-width: 1024px) {
	.el-fiftyfifty .el-fiftyfifty-picture {
		flex-basis: 40%;
	}
	.el-fiftyfifty .el-fiftyfifty-content {
		flex-basis: 60%;
	}
	.el-fiftyfifty-branche {
		left: 40%;
	}
	.el-fiftyfifty-left .el-fiftyfifty-branche {
		left: 60%;
	}
}

@media (max-width: 767px) {
	.el-fiftyfifty-body {
		flex-direction: column !important;
	}
	.el-fiftyfifty-content {
		min-height: initial !important;	
	}
	.el-fiftyfifty .el-fiftyfifty-picture {
		height: 30vh;
		flex-basis: 100%;
	}
	.el-fiftyfifty .el-fiftyfifty-content {
		flex-basis: 100%;
		display: block;
		box-sizing: border-box;
	}
	.el-fiftyfifty-content-inner {
		padding: 20px 20px 35px 20px;
		text-align: left;
		max-width: none;
	}
	.el-fiftyfifty .el-fiftyfifty-content h3 {
		margin-top: 10px;
		margin-bottom: 15px;
	}
	
	.el-fiftyfifty.el-fiftyfifty-left .el-fiftyfifty-content h4 {
		text-align: left;
	}

	.el-fiftyfifty-branche {
		top: 30vh;
		left: 38px !important;
	}
}








.el-zitat {
	padding: 20px 20px 30px 20px;
	box-sizing: border-box;
}
.el-zitat .zitatInner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-line-pack: stretch;
        align-content: stretch;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}
.el-zitat .zitatLeft {
	width: 260px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 20px;
	box-sizing: border-box;
}
.el-zitat .zitatLeft .bhBackgroundImage {
	height: 220px;
	width: 220px;
	border-radius: 50%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.el-zitat .zitatRight {
	width: calc(100% - 260px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	padding: 30px 20px;
	box-sizing: border-box;
}
.el-zitat .zitatText {
	font-family: 'Abril Text', serif;
	font-size: 21px;
	line-height: 34px;
	letter-spacing: 0.5px;
	font-style: italic;
	color: #5F5F5E;
	padding-bottom: 30px;
}
.el-zitat .zitatName {
	font-family: 'Abril Text', serif;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.5px;
	font-style: italic;
	color: #5F5F5E;
}
@media only screen and (max-width: 700px) {
	.el-zitat .zitatInner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column nowrap;
		flex-flow: column nowrap;
	}
	.el-zitat .zitatRight,
	.el-zitat .zitatLeft {
		width: 100%;
	}
	.el-zitat .zitatLeft {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.el-zitat .zitatRight {
		padding-top: 10px;
	}
	.el-zitat .zitatText {
		font-size: 18px;
		line-height: 28px;
		padding-bottom: 20px;
		text-align: center;
	}
	.el-zitat .zitatName {
		font-family: 'Abril Text', serif;
		font-size: 14px;
		line-height: 20px;
		letter-spacing: 0.5px;
		font-style: italic;
		color: #5F5F5E;
		text-align: center;
	}
}
@media only screen and (max-width: 450px) {
	.el-zitat .zitatText {
		font-size: 18px;
		line-height: 22px;
		padding-bottom: 20px;
	}
}
/* PROJEKT */
.bh-cols.bh-col-gaps-small,
.bh-col-gaps-small > .bhElementInner > .bhColcontainer {
	margin-left: 0px;
	margin-right: 0px;
}
.bh-col-gaps-small > .bh-col,
.bh-col-gaps-small > .bhElementInner > .bhColcontainer > .bhCol {
	padding-left: 10px;
	padding-right: 0px;
}
.bh-col-gaps-small > .bh-col:first-child,
.bh-col-gaps-small > .bhElementInner > .bhColcontainer > .bhCol:first-child {
	padding-left: 0px;
}

/* ----- BORDER ----- */

.el-cols-border .bh-col {
	border-right: 1px solid rgba(0,0,0,.1);
	padding-bottom: 30px;
	padding-top: 30px;
	padding-left: 40px;
	padding-right: 40px;
}
.el-cols-border .bh-col .bhElement:last-child {
	margin-bottom: 0 !important;
}
.el-cols-border .bh-cols {
	display: flex;
}
.el-cols-border .bh-col:last-child {
	border-right: none;
}
.el-cols-border + .el-cols-border {
	border-top: 1px solid rgba(0,0,0,.1);
}

@media (max-width: 1240px) {
	#Main .bh-cols.bh-cols-4 .bh-col {
	    font-size: 15px;
	    letter-spacing: 0.2px;
	    line-height: 22px;
	}
}
@media (max-width: 1023px) {
	.bh-col, .bhCol {
	    padding-left: 10px;
	    padding-right: 10px;
	}
	.el-cols-border .bh-cols.bh-cols-4 {
		display: block;
	}
	.el-cols-border .bh-cols.bh-cols-4 .bh-col {
		float: none;
		border: none;
		border-bottom: 1px solid rgba(0,0,0,.1);
	}
	#Main .el-cols-border .bh-cols.bh-cols-4 .bh-col {
		width: 100%;
	}
	.el-cols-border + .el-cols-border {
		border: none;
	}
	.el-cols-border .bh-col {
	    padding: 16px;
}
	#Main .bh-cols.bh-cols-4 .bh-col {
		width: 50%;
	}
	#Main .bh-col-gaps-small .bh-cols.bh-cols-4 .col3.bh-col {
		padding-left: 0px;
	}
	#Main .bh-col-gaps-small .bh-cols.bh-cols-4 .col1.bh-col,
	#Main .bh-col-gaps-small .bh-cols.bh-cols-4 .col2.bh-col {
	    margin-bottom: 10px;
	}
}
@media (max-width: 767px) {
	.bh-col-gaps-small > .bh-col,
	.bh-col-gaps-small > .bhElementInner > .bhColcontainer > .bhCol {
		padding-left: 0px;
	}
	.bh-col-gaps-small > .bhElementInner > .bh-cols > .bh-col {
		margin-bottom: 10px;
	}
	#FooterContent .bh-col-gaps-small > .bhElementInner > .bh-cols > .bh-col {
		margin-bottom: 2px;
	}
	.bh-col, .bhCol {
	    padding-left: 20px;
	    padding-right: 20px;
	}
	.el-cols-border .bh-cols {
	    display: block;
	}
}
.el-layout {
	position: relative;
}

.el-layout > .bhElementInner > .bhBackgroundImage {
	position: absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	background: no-repeat center center;
	background-size: cover;
}

.el-layout .el-layout-container-outer {
	pointer-events: none;

	position: relative;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}

.el-layout .el-layout-container {
	pointer-events: all;
	width: 100%;
}

.el-layout .el-layout-containerdiv[data-section="layoutcontainer"] {
	width: 100%;
}


/* Framework override */
.el-layout {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.el-layout.bh-padding-v-small > * > .el-layout-container-outer {
	padding-top: 20px;
	padding-bottom: 20px;
}
.el-layout.bh-padding-v-normal > * > .el-layout-container-outer {
	padding-top: 40px;
	padding-bottom: 40px;
}
.el-layout.bh-padding-v-large > * > .el-layout-container-outer {
	padding-top: 80px;
	padding-bottom: 80px;
}
.el-layout.bh-padding-v-xlarge > * > .el-layout-container-outer {
	padding-top: 120px;
	padding-bottom: 120px;
}






/* LINK */
.el-layout-link-box {
	pointer-events: all;
	
	position: absolute;
	bottom: 0px;
	left: 0px;
	transform: translateY(50%);
	width: 100%;
	
	display: flex;
	justify-content: center;
}
.el-layout-link-box a.style-button {
	padding: 10px 60px;
	text-align: center;
}


/* ----------------------------------- */
/* -------- BH-TRENNER DESKTOP ------- */
/* ----------------------------------- */

.bhTrenner.bhElement .bh-trenner-inner {
	position: relative;
}
.bhTrenner.bhElement .bh-trenner-inner:after {
	content: '';
	display: block;
	height: 1px;
	width: 100%;
	background-color: rgba(0,0,0,.1);
	top: 50%;
	position: relative;
}
.bhTrenner.bhElement.trntop .bh-trenner-inner:after {
	top: 0;
}
.bhTrenner.bhElement.trnbottom .bh-trenner-inner:after {
	top: 100%;
}
.bhTrenner.bhElement.trnbordernone .bh-trenner-inner:after {
	display: none;
}
.bhTrenner.bhElement.trnoset .bh-trenner-inner:before {
	content: '';
	display: block;
	height: 1px;
	width: 45%;
	background-color: rgba(0,0,0,.1);
	top: 50%;
	position: relative;	
}
.bhTrenner.bhElement.trnoset .bh-trenner-inner:after {
	width: 45%;
	position: absolute;
	right: 0;
	background-color: rgba(0,0,0,.1);
}
.bhTrenner.bhElement.trnoset .bh-trenner-inner {
	background-image: url('../../../fileadmin/images/oset-spacer.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 30px 28px;
}
/*
	ERROR
*/
.errorBox {
	background: rgba(255, 56, 0, 0.1);
	color: rgba(255, 56, 0, 1);
	border: 0px;
	font-size: 14px;
	border-radius: 5px;
	padding: 20px;
	margin-bottom: 30px;
}

/*
	FOCUS
*/
/*
.el-form input,
.el-form textarea,
.el-form select {
	border: 0px;
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.1);
	transition: box-shadow .2s cubic-bezier(.32,1.02,.47,1.95);
	-webkit-transition: box-shadow .2s cubic-bezier(.32,1.02,.47,1.95);
}
.el-form input:focus,
.el-form textarea:focus,
.el-form select:focus {
	outline: 0px;
	box-shadow: 0px 0px 0px 3px rgba(0,0,0,0.2);
}
*/

/*
	GERNERAL
*/
.el-form input[type="submit"],
.el-form input[type="text"], 
.el-form input[type="number"], 
.el-form textarea, 
.el-form select,
.el-form .field-checkbox-wrapper,
.el-form .field-radio-wrapper {
	display: block;
	box-sizing: border-box;
    width: 100%;
    -moz-appearance: textfield;
	appearance: textfield;
}

.el-form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.el-form textarea {
	min-height: 150px;
	resize: vertical;
}
.el-form input[type="submit"]{
	box-sizing: border-box;
    cursor: pointer;
    -webkit-appearance: none;
}
.el-form input[disabled="true"]{
	opacity: 0.6;
	cursor: not-allowed;
}

/*
	SPECIAL FIELDS
*/

/* general */
.field-select .bh-field-input,
.field-date .bh-field-input {
	position: relative;
}

/* icons */
.field-select .bh-field-input:after,
.field-date .bh-field-input:after {
	position: absolute;
	top: 50%;
	right: 5px;
	font-family: 'bakehouse-iconset' !important;
	pointer-events: none;
}


/* NUMBERS */
.field-number {
/* 	width: 55px; */
}
.field-number .bh-field-input {
	position: relative;
}
.field-number input {
	-moz-appearance: textfield;
	appearance: textfield;
}
.field-number input[type=number]::-webkit-inner-spin-button, 
.field-number input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    margin: 0; 
}
.field-nummer-controls {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.field-nummer-control {
	box-sizing: border-box;
	line-height: 100%;
	right: 0px;
	height: 50%;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.field-nummer-control:first-child {

}
.field-nummer-control.control-up {
	top: 0px;
}
.field-nummer-control.control-down {
	bottom: 0px;
}


/* SELECT */
.field-select .bh-field-input:after {
	content: '\e908';
}

/* DATE */
.field-date .bh-field-input:after {
	content: '\e9a8';
}


/* CHECKBOX + RADIO */
.field-checkbox input[type=checkbox],
.field-radio input[type=radio] {
	opacity: 0;
	position: absolute;
}
.field-checkbox .field-checkbox-input,
.field-radio .field-radio-input {
	align-self: flex-start;
	display: block;
	text-align: center;
	cursor: pointer;
	position: relative;
}
.field-radio-input {
	border-radius: 100%;
}

.field-checkbox .field-checkbox-input:after,
.field-radio .field-radio-input:after {
	font-family: 'bakehouse-iconset' !important;
}
.field-checkbox input[type=checkbox]:checked + .field-checkbox-input:after,
.field-radio input[type=radio]:checked + .field-radio-input:after {
/* 	content: '\e911'; */
}

.field-checkbox input[type=checkbox]:invalid + .field-checkbox-input,
.field-radio input[type=radio]:invalid + .field-radio-input {
/* 	box-shadow: 0px 0px 0px 3px rgba(255, 73, 73, 0.64); */
}

.field-checkbox .bh-field-input label,
.field-radio .bh-field-input label {
	display: flex;
	align-items: center;
}

.field-checkbox-label,
.field-radio-label {
	display: block;
	padding-left: 20px;
}

.field-checkbox .bh-field-input +.bh-field-input,
.field-radio .bh-field-input +.bh-field-input {
	margin-top: 10px;
}


/*
	ERROR
*/
.errorBox {
	box-sizing: border-box;
	
	background: transparent;
	color: rgba(255, 56, 0, 1);
	border: 2px solid rgba(255, 56, 0, 1);
	font-size: 16px;
	font-weight: 600;
	border-radius: 0px;
	padding: 20px;
	margin-bottom: 30px;
	
	
}

.detail-form .errorBox {
	margin: 0px auto;
	max-width: 1248px;
}
@media (max-width: 1288px) {
	.detail-form .errorBox {
		margin: 0px 20px;
	}
}

#FooterInquiry .errorBox {
	margin: 20px auto;
	max-width: 1024px;
}

@media (max-width: 1064px) {
	#FooterInquiry .errorBox {
		margin: 20px;
	}
}

/*
	GERNERAL
*/

.bh-mailform .bh-cols {
	margin-bottom: 30px;
}



.bh-field {
/* 	margin-bottom: 30px; */
}
@media (max-width: 767px) {
	.bh-field {
		margin-bottom: 0px;
	}
}

.bh-field a {
	font-weight: bold;
}

.bh-field-label {
	font-family: "futura-pt",sans-serif;
	font-weight: 600;
	font-size: 14px;
	color: #584832;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.el-form input[type="text"], 
.el-form input[type="number"], 
.el-form textarea, 
.el-form select,
.el-form .field-checkbox-wrapper {
	background: #FCFBFA;
	border: 1px solid #EDE3D5;
	border-radius: 4px;
	padding: 10px 20px;
	font-size: 11px;
	font-size: 13px;
	
	font-family: "abril-text",serif;
	font-size: 17px;
	color: #584832;
	letter-spacing: 0.5px;
	line-height: 25px;
}
/* wird meistens durch .style-button definiert */
.el-form input[type="submit"]{

}

/*
	FOCUS
*/
.el-form input,
.el-form textarea,
.el-form select {
	-webkit-appearance: none;
}
.el-form input:focus,
.el-form textarea:focus,
.el-form select:focus,
.el-form input:focus + .field-checkbox-input,
.el-form input:focus + .field-radio-input {
	outline: 0px;
	border-color: #DDD1C0;
	background: #FAF8F5;
}



/*
	SPECIAL FIELDS
*/

/* icons */
.field-select .bh-field-input:after,
.field-date .bh-field-input:after {
	right: 5px;
	top: 50%;
	margin-top: -8px;
	line-height: 16px;
	font-size: 15px;
}

/* NUMBERS */
.field-nummer-control {
	background: #6C6C6C;
	color: #fff;
	font-size: 9px;
	padding: 0px 0.15em;
}
.field-nummer-control:first-child {
	border-bottom: 1px solid #fff;
}

/* SELECT */
.field-select .bh-field-input:after {
	content: '\e908';
	right: 20px;
/* 	background-color: #fff; */
}

/* DATE */
.field-date .bh-field-input {
	position: relative;
	cursor: pointer;
}
.field-date .bh-field-input:after {
	content: '\e9a8';
}
.field-date .plugin-date-hidden-field {
	position: absolute;
	visibility: hidden;
	pointer-events: none;
	top:0px;
}
.field-date .bh-field-input input {
	pointer-events: none;
}

/* CHECKBOX */
.field-checkbox-input,
.field-radio-input {
	height: 33px;
	width: 33px;
	flex-shrink: 0;
	line-height: 33px;
	background: #FCFBFA;
	border: 1px solid #DDD1C0;
	border-radius: 4px;
}
.field-radio-input {
	border-radius: 100%;
}

.field-checkbox-input:after,
.field-radio-input:after {
	font-size: 15px;
}
input[type=checkbox]:checked + .field-checkbox-input:after,
input[type=radio]:checked + .field-radio-input:after {
	color: #C6BE77;
	content: '\e911';
}

/* SUBMIT */
.el-form input[type="submit"] {
	display: block;
	width: auto;
	border: 0px;
	background: #584831;
	padding: 16px 80px;
	
	font-family: "futura-pt",sans-serif;
	font-weight: 600;
	font-size: 15px;
	color: #FFFFFF;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0 auto;
	margin-top: 20px;
	
	transition: all 0.4s;
}
.el-form input[type="submit"]:hover {
	background: #C6BF7B;
}

/*
	FORM TEMPLATES
*/

.style-fields-colored .field-checkbox-input,
.style-fields-colored input[type="text"], 
.style-fields-colored input[type="number"], 
.style-fields-colored textarea, 
.style-fields-colored select,
.style-fields-colored .field-checkbox-wrapper {
/* 	background: #A4A666; */
}

/* DETAIL  */

.products-form-products {
	margin-bottom: 30px;
	font-family: "futura-pt",sans-serif;
}
.cart-items {
	margin-bottom: 40px;
}
.cart-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
.cart-item:last-child {
	margin-bottom: 0px;
}
.cart-item-picture {
	width: 120px;
	height: 120px;
	background: #AF9472;
	flex-shrink: 0;
	border-radius: 4px;
	overflow: hidden;
}
.cart-item-picture .bh-image-background {
	width: 100%;
	height: 100%;
	background-size: cover;
}
.cart-item-content {
/* 	width: 100%; */
	box-sizing: border-box;
	padding: 0px 20px;	
}
.cart-item-supportmaterial {
	font-size: 13px;
	color: #584831;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 2px;
}
.cart-item-name {
	font-family: "abril-text",serif;
	font-size: 24px;
	color: #584831;
	letter-spacing: .7px;
	line-height: 21px;
	margin-bottom: 13px;
}
.cart-item-number {
	background-color: #584832;
	color: #fff;
	display: inline-block;
	padding: 0px 7px;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
}
.cart-item-form {
	width: 80px;
	margin: 0 20px 0 auto;
}
.cart-item .cart-item-form input {
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}
.cart-item-buttons {
	display: flex;
	flex-direction: column-reverse;
	justify-content: flex-end;
}
@media only screen and (max-width : 1024px) and (min-width : 767px) {

}
@media only screen and (max-width : 767px) {
	.cart-items {
		margin-bottom: 20px;
	}
	.cart-item {
		position: relative;
		flex-wrap: wrap;
		padding-bottom: 20px;
		border-bottom: 1px solid #F8F8F8;
	}
	.cart-item-picture {
		order: 2;
		width: 47px;
		height: 47px;
	}
	.cart-item-content {
		order: 1;
		padding: 0px 50px 0px 0px;
		margin-bottom: 10px;
		width: 100%;
	}
	.cart-item-buttons {
		position: absolute;
		top: 0px;
		right: 0px;
	}
	.cart-item-form {
		order: 3;
		margin: 0 0 0 auto;
	}
}
.cart-item-button {
	width: 30px;
	height: 30px;
	
	display: flex;
	justify-content: center;
	align-items: center;
	
	cursor: pointer;
}
.cart-item-button:hover {
	color: #C7A983;
}
.cart-noproducts{
	background: #333333;
	padding: 40px 20px;
	text-align: center;
}
.cart-noproducts-text {
	margin-bottom: 20px;
	font-size: 19px;
	color: #fff;
	letter-spacing: 1px;
	text-align: center;
	line-height: 28px;
}	
.cart-buttons {
	text-align: center;
}
.cart-button {
	display: inline-block;
	background: #584832;
	color: #fff;
	padding: 8px 20px;
	text-transform: uppercase;
}
.cart-button.cart-button-productfinder {
	background: #C5A77F;
	font-weight: 600;
	font-size: 15px;
}

.el-accordion {
	
}
.el-accordion-toggler {
	position: relative;
	padding: 10px 50px 10px 10px;
	background: #F8F8F8;
}
.el-accordion-toggler:after {
	position: absolute;
	font-size: 20px;
	
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	
	content: "\e90f";
	
	font-family: 'bakehouse-iconset' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.el-accordion-toggler.bh-accordion-active:after  {
	content: "\e910";
}
.el-accordion-toggler {
	color: #584833;
	font-family: "futura-pt",sans-serif;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 25px;
    margin-bottom: 0px;
    text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
	.el-accordion-toggler {
	    font-size: 14px;
	    letter-spacing: 0.4px;
	}
}
.el-accordion-content-inner {
	padding: 30px 20px 30px;
}


.el-accordion.bh-margin-none + .el-accordion,
.el-accordion.bh-margin-none + .bhe-container-dropzone + .el-accordion {
	margin-top: 4px;
}


/* User-CSS */

.el-fiftyfitfy-content {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: .25px;
}
#Awards {
    height: 294px;
    background-size: 751px 294px;
}