.dlh_googlemap img {max-width:none}.dlh_googlemap .routinglink{white-space:nowrap}
body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li{float:left}.ce_gallery>ul li.col_first{clear:left}.float_left{float:left}.float_right{float:right}.block{overflow:hidden}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.ie7 img{-ms-interpolation-mode:bicubic}.ie8 img{width:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.responsive{position:relative;height:0}.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.responsive.ratio-169{padding-bottom:56.25%}.responsive.ratio-1610{padding-bottom:62.5%}.responsive.ratio-219{padding-bottom:42.8571%}.responsive.ratio-43{padding-bottom:75%}.responsive.ratio-32{padding-bottom:66.6666%}
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url(../../assets/colorbox/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0 0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url(../../assets/colorbox/images/controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
@charset "UTF-8";
.contao-cookiebar {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
  padding: 15px;
  max-height: 100vh;
  box-sizing: border-box;
  pointer-events: none;
  overflow: hidden; }
  .contao-cookiebar * {
    box-sizing: border-box; }
  .contao-cookiebar:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .contao-cookiebar .cc-inner {
    display: inline-block;
    overflow-y: auto;
    max-height: 100%;
    max-width: 100%;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    font-size: 1rem;
    text-align: left; }
  .contao-cookiebar.cc-top .cc-inner {
    vertical-align: top; }
  .contao-cookiebar.cc-top.cc-active .cc-inner {
    animation: cookiebar-top-in 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-top.cc-saved .cc-inner {
    animation: cookiebar-top-out 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-bottom .cc-inner {
    vertical-align: bottom; }
  .contao-cookiebar.cc-bottom.cc-active .cc-inner {
    animation: cookiebar-bottom-in 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-bottom.cc-saved .cc-inner {
    animation: cookiebar-bottom-out 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-middle .cc-inner {
    vertical-align: middle; }
  .contao-cookiebar.cc-middle.cc-active .cc-inner {
    animation: cookiebar-middle-in 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-middle.cc-saved .cc-inner {
    animation: cookiebar-middle-out 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-left {
    text-align: left; }
  .contao-cookiebar.cc-right {
    text-align: right; }
  .contao-cookiebar .cc-head h1:first-child, .contao-cookiebar .cc-head h2:first-child, .contao-cookiebar .cc-head h3:first-child, .contao-cookiebar .cc-head h4:first-child, .contao-cookiebar .cc-head h5:first-child, .contao-cookiebar .cc-head h6:first-child {
    margin-top: 0; }
  .contao-cookiebar .cc-head p {
    margin-bottom: 15px; }
  .contao-cookiebar .cc-btn {
    display: inline-block;
    cursor: pointer;
    width: 100%;
    padding: 8px 14px;
    margin-bottom: 8px;
    font-size: 15px;
    outline: 0 none;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    color: #444;
    background: #f5f5f5; }
    .contao-cookiebar .cc-btn:hover {
      background: #ececec; }
    .contao-cookiebar .cc-btn:last-child {
      margin-bottom: 0; }
  .contao-cookiebar .grayscale .cc-btn {
    background: #f1efef; }
    .contao-cookiebar .grayscale .cc-btn:hover {
      background: #ececec; }
    .contao-cookiebar .grayscale .cc-btn.success {
      background: #fbfbfb; }
      .contao-cookiebar .grayscale .cc-btn.success:hover {
        background: #f7f7f7; }
  .contao-cookiebar .highlight .cc-btn.success {
    background: #4e9e3e;
    border-color: #3e7830;
    color: #fff; }
    .contao-cookiebar .highlight .cc-btn.success:hover {
      background: #4c933f; }
  .contao-cookiebar label {
    position: relative;
    display: block;
    padding: 8px 13px 8px 0;
    line-height: 1.2rem; }
    .contao-cookiebar label.group {
      font-weight: 600; }
  .contao-cookiebar input {
    position: absolute;
    width: 1px;
    height: 1px;
    outline: 0 none;
    opacity: 0; }
    .contao-cookiebar input + label {
      padding: 8px 13px 8px 50px;
      cursor: pointer; }
      .contao-cookiebar input + label:before {
        content: '';
        position: absolute;
        top: 6px;
        left: 0;
        width: 35px;
        height: 18px;
        margin: 0;
        box-sizing: content-box;
        border-radius: 10px;
        background: #fff;
        border: 2px solid #9c9b99;
        transition: border-color .2s; }
      .contao-cookiebar input + label:after {
        display: block;
        content: '';
        position: absolute;
        top: 10px;
        left: 4px;
        width: 14px;
        height: 14px;
        border-radius: 10px;
        background: #9c9b99;
        transition: background .2s, margin-left .2s, padding .2s; }
      .contao-cookiebar input + label:active:after {
        padding-left: 5px; }
    .contao-cookiebar input.cc-group-half + label:after {
      background: linear-gradient(to right, #9c9b99 0%, #9c9b99 50%, #399d32 50%, #399d32 100%); }
    .contao-cookiebar input:checked + label:after {
      background: #399d32;
      margin-left: 17px; }
    .contao-cookiebar input:checked + label:active:after {
      margin-left: 12px; }
    .contao-cookiebar input:checked + label:before {
      background: #dcf3db;
      border-color: #399d32; }
    .contao-cookiebar input:disabled + label {
      pointer-events: none; }
      .contao-cookiebar input:disabled + label:after {
        background: #c8c7c5; }
      .contao-cookiebar input:disabled + label:before {
        background: #f4f4f4;
        border-color: #c8c7c5; }
  .contao-cookiebar.cc-active .cc-inner {
    opacity: 1;
    pointer-events: auto;
    visibility: visible; }
  .contao-cookiebar.cc-active.cc-blocked {
    pointer-events: auto;
    animation: cookiebar-overlay-in 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-saved.cc-inner {
    opacity: 0;
    pointer-events: none;
    visibility: hidden; }
  .contao-cookiebar.cc-saved.cc-blocked {
    pointer-events: none;
    animation: cookiebar-overlay-out 0.5s ease-in-out forwards; }

@media (min-width: 768px) {
  .contao-cookiebar .cc-btn {
    width: auto;
    margin-bottom: 0; }
  .contao-cookiebar .cc-inner {
    max-width: 750px; } }

@keyframes cookiebar-overlay-in {
  0% {
    background: rgba(0, 0, 0, 0); }
  100% {
    background: rgba(0, 0, 0, 0.75); } }

@keyframes cookiebar-overlay-out {
  0% {
    background: rgba(0, 0, 0, 0.75); }
  100% {
    background: rgba(0, 0, 0, 0);
    visibility: hidden; } }

@keyframes cookiebar-top-in {
  0% {
    opacity: 0;
    transform: translateY(-100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes cookiebar-top-out {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%); } }

@keyframes cookiebar-middle-in {
  0% {
    opacity: 0;
    transform: scale(0); }
  100% {
    opacity: 1;
    transform: scale(1); } }

@keyframes cookiebar-middle-out {
  0% {
    opacity: 1;
    visibility: visible;
    transform: scale(1); }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: scale(0); } }

@keyframes cookiebar-bottom-in {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes cookiebar-bottom-out {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%); } }

.contao-cookiebar {
  color: #444444; }
  .contao-cookiebar p {
    color: #868686;
    line-height: 1.4; }
  .contao-cookiebar .cc-inner {
    padding: 25px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    background: #fff; }
  .contao-cookiebar .cc-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    position: relative;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    margin-bottom: 10px; }
    .contao-cookiebar .cc-group > label {
      flex-grow: 1;
      margin: 5px 0 5px 10px; }
    .contao-cookiebar .cc-group .cc-detail-btn {
      border: 0 none;
      outline: 0 none;
      background: transparent;
      font-size: 13px;
      letter-spacing: 0;
      text-transform: initial;
      cursor: pointer;
      color: #a2a2a2;
      padding: 8px 10px;
      line-height: 1.2rem; }
      .contao-cookiebar .cc-group .cc-detail-btn span:nth-child(2) {
        display: none; }
      .contao-cookiebar .cc-group .cc-detail-btn.cc-active span:nth-child(1) {
        display: none; }
      .contao-cookiebar .cc-group .cc-detail-btn.cc-active span:nth-child(2) {
        display: inline; }
      .contao-cookiebar .cc-group .cc-detail-btn:hover {
        color: #717171; }
    .contao-cookiebar .cc-group .cc-detail-btn-details {
      display: inline-block;
      border: 0 none;
      outline: 0 none;
      background: transparent;
      font-size: 13px;
      letter-spacing: 0;
      text-transform: initial;
      cursor: pointer;
      color: #a2a2a2;
      text-decoration: underline;
      padding: 0;
      margin: 0 0 10px; }
      .contao-cookiebar .cc-group .cc-detail-btn-details span:nth-child(2) {
        display: none; }
      .contao-cookiebar .cc-group .cc-detail-btn-details.cc-active span:nth-child(1) {
        display: none; }
      .contao-cookiebar .cc-group .cc-detail-btn-details.cc-active span:nth-child(2) {
        display: inline; }
      .contao-cookiebar .cc-group .cc-detail-btn-details:hover {
        color: #717171; }
  .contao-cookiebar .cc-cookies {
    display: none;
    width: 100%;
    background: #fbfbfb;
    border-radius: 0 0 5px 5px; }
    .contao-cookiebar .cc-cookies > p {
      font-size: 0.875rem; }
    .contao-cookiebar .cc-cookies > p, .contao-cookiebar .cc-cookies > .cc-cookie {
      margin: 0;
      padding: 15px;
      border-top: 1px solid #e6e6e6; }
    .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info {
      font-size: 0.875rem;
      background: #fff;
      padding: 10px;
      border-radius: 5px;
      border: 1px solid #efefef; }
      .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info > div > span {
        font-weight: 600; }
      .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info > div + div {
        margin-top: 5px; }
      .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info + button.cc-detail-btn-details {
        margin-top: 15px; }
    .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-desc > p {
      margin-bottom: 0; }
    .contao-cookiebar .cc-cookies .cc-cookie label.cookie + p, .contao-cookiebar .cc-cookies .cc-cookie label.cookie + .cc-cookie-info, .contao-cookiebar .cc-cookies .cc-cookie label.cookie + button.cc-detail-btn-details {
      margin-top: 10px; }
    .contao-cookiebar .cc-cookies .cc-cookie p {
      margin: 0 0 15px;
      font-size: 0.875rem; }
  .contao-cookiebar .cc-footer, .contao-cookiebar .cc-info {
    text-align: center; }
  .contao-cookiebar .cc-info {
    margin-top: 15px; }
    .contao-cookiebar .cc-info > p {
      font-size: 0.875rem; }
    .contao-cookiebar .cc-info > a {
      display: inline-block;
      font-size: 0.813rem;
      color: #a2a2a2;
      text-decoration: none; }
      .contao-cookiebar .cc-info > a:hover {
        color: #717171; }
      .contao-cookiebar .cc-info > a + a:before {
        display: inline-block;
        content: '·';
        margin-right: 5px; }

/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../../files/fonts/open-sans-v34-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../files/fonts/open-sans-v34-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/fonts/open-sans-v34-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/fonts/open-sans-v34-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../../files/fonts/open-sans-v34-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/fonts/open-sans-v34-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../../files/fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../files/fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../../files/fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-500 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../../files/fonts/open-sans-v34-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../files/fonts/open-sans-v34-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/fonts/open-sans-v34-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/fonts/open-sans-v34-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../../files/fonts/open-sans-v34-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/fonts/open-sans-v34-latin-500.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../../files/fonts/open-sans-v34-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../files/fonts/open-sans-v34-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/fonts/open-sans-v34-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/fonts/open-sans-v34-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../../files/fonts/open-sans-v34-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/fonts/open-sans-v34-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../../files/fonts/open-sans-v34-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../files/fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/fonts/open-sans-v34-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../../files/fonts/open-sans-v34-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

.ce_awbox_img.video .textarea > div {
    box-shadow: none;
}
.ce_awbox_img.video iframe {
    position: absolute;
    max-width: 64%;
    height: 64%;
    left: 18%;
    top: 18%;
    box-shadow: 0 0 50px rgba(0,0,0,0.15);
}
.ce_ref-box.img-only {
    padding: 0;
}
.ce_ref-box.img-only .image {
    padding: 0;
    height: 100% !important;
}
.ce_ref-box.img-only .image img {
    object-fit: cover;
}
#showroom {
    width:100%;
    box-sizing: border-box;
}
#showroom iframe {
    min-height: 720px;
    width: 100%;
}
#showroom #container {
    margin-left: calc(50% - 462px);
}
.team-box.ce_ref-box {
    height: auto;
}
.team-box.ce_ref-box .image {
    height: auto;
}
.referenzen p.back,
.aktionen-seite p.back {
    display: none;
}
.slick-arrow {
    background-image:url("../../files/layout/arrow.png");
        background-repeat:no-repeat;
        position: absolute;
        top: calc(50% - 14px);
        width:15px;
        height: 28px;
        opacity: 0.5;
        left: 0px;
        padding: 20px;
        background-size: 15px 29px;
        background-position: center center;
    z-index: 9;
    cursor: pointer;
}
.slick-arrow:hover {
    opacity: 1;
}
.slick-arrow.slick-next {
    left: auto;
    right: 0;
    transform: rotate(180deg);
}
.dlh_googlemap {
    width: 100%;
        height: calc(100vh - 84px);
        position: relative;
        overflow: hidden;
}
.ref-slider .ce_text > h2,
.referenzen .ce_text > h2,
.aktionen-teaser .ce_text > h2,
.ce_teaser h2,
.ce_awbox_img.video > h2 {
    position: absolute;
    top: calc(8.33vh - 18px);
    width: 100%;
    text-align: center;
    left: 0;
    box-sizing: border-box;
}
.ce_awbox_img.video > h2 {
    top: 1.6vh;
}
* {
    padding: 0;
    margin: 0;
    border: 0;
    font-family: Open Sans, Roboto, Helvetica, sansserif;
    font-size: 14px;
    font-weight: 300;
}
a {
    text-decoration: none;
        color: black;
}
b,
strong {
    font-weight: 600;
}
#container a::after,
footer a::after {
    background-image: url("../../files/layout/link.png");
        content:"";
        display: inline-block;
        width: 9px;
        height: 9px;
    margin: 0 0 0 9px;
}
#container figure a::after {
    content: none;
        display: inline-block;
}
#container figure a {
    margin: 0 0;
        border-bottom: 0;
    line-height: 0;
        display: block;
}
#container a,
footer a {
    margin: 0 0 2px 0;
        border-bottom: 1px solid #cdcac4;
        font-weight: 600;
}
p {
    padding: 0 0 20px 0;
    margin:0;
}
h1 {
    text-align: center;
    font-size: 48px;
        font-weight: 100;
}
h2,
.ce_awbox_3col > .text {
    font-size: 24px;
    font-weight: 100;
}
.mod_article {
    width: 100%;
}
.mod_article:not(.unflex) {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.awbox {
    width: 100%;
    min-height: 50vh;
    position: relative;
    float: left;
    box-sizing: border-box;
    padding-bottom: 20px;
}
.awbox .boxlink a {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
        text-indent: -99999%;
}
.awbox.grey {
    background: #dddcda;
}
.awbox.red {
    background: #ba383a;
    color: white;
}
#menutoggle.view {
    height: 90vh;
}
.awbox.red a {
    color: white;
}
.awbox.hidden_text .textarea {
    opacity: 0;
    transition: all 1s ease;
}
.awbox.hidden_text:hover .textarea {
    opacity: 1;
    transition: all 1s ease;
}
#container .awbox.red  a::after,
footer .awbox.red  a::after {
    background-image: url(../../files/layout/link_white.png);
}
.ce_awbox_3col > .text {
    padding: 10px 0 20px 0;
}
.ce_awbox_img {
    padding: 0;
}
.ce_awbox_img .textarea {
    width: 100vw;
        height: 50vh;
        position: relative;
        display: table-cell;
        vertical-align: middle;
}
.ce_awbox_img .textarea > div {
    width: 80%;
        background: white;
        padding: 9px 0 15px 0;
        box-shadow: 0 0 50px rgba(0,0,0,0.15);
        margin: 0 10%;
}
.ce_awbox_img .textarea h2,
.ce_awbox_img .textarea p {
    text-align: center;
    padding: 7px 20px 7px 20px;
}
.ce_awbox_img .image,
.ce_awbox_img .image figure,
.ce_awbox_img .image img {
    height: 100%;
    object-fit: cover;
        position: absolute;
        width: 100%;
}
.ce_awbox_img.grey .textarea > div,
.ce_awbox_img.red .textarea > div {
    width: 50%;
        margin: 0 25%;
    background: transparent;
        box-shadow: none;
}
.ce_awbox_img.large .textarea > div {
    width: 90%;
        margin: 0 5%;
}
.ce_awbox_3col {
    padding: 20px;
}
.ce_awbox_3col.big {
    min-height: inherit;
}
.ce_awbox_3col.big h2 {
    padding: 0 0 20px 0;
}
.ce_awbox_3col > .textarea {
    width: 100%;
        padding-bottom: 20px;
}
.slider-headline {
    width: 100%;
}
.slider-headline h1,
.map-headline h1 {
    padding: 5vh 20px;
}
.referenzen h1,
.aktionen-seite h1,
.referenzen h2,
.aktionen-seite h2 {
    padding: 20px;
    text-align: left;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
}
.slider {
    width:100%;
    height: calc(50vh - 87px);
    display: block !important;
}
.slider figure,
.slider .slick-track,
.slider .slick-list {
    height:100%;
}
.slider .slick-slide img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.ce_ref-box {
    position: relative;
    transform: translate3d(0,0,0);
        box-shadow: 1px 0 0 0 #cdcac4, 0 1px 0 0 #cdcac4, 1px 1px 0 0 #cdcac4, 1px 0 0 0 #cdcac4 inset, 0 1px 0 0 #cdcac4 inset;
        border-radius: .5px;
        padding: 10px;
        width: 100%;
    height: 50vh;
    box-sizing: border-box;
    //display: flex;
    //flex-direction: column-reverse;
}
.mod_article.masonry {
    width: 100%
}
.mod_article.masonry .back {
    display: none;
}
.ce_ref-box .text {
    text-align: center;
}
.ce_ref-box div:nth-child(2) {
    font-size: 18px;
    font-weight: 100;
    text-transform: uppercase;
}
.ce_ref-box .image {
    height: calc(50vh - 74px);
        padding-bottom: 10px;
}
.ce_ref-box.cover .image img {
    object-fit: cover !important;
}
.ce_ref-box.contain  .image img {
    object-fit: contain !important;
}
.ce_ref-box .image figure,
.ce_ref-box .image img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.ref-slider,
.aktionen-teaser,
.referenzen {
    width: calc(100% - 1px);
    border: 1px solid #cdcac4;
     border-width: 0px 1px 0px 0px;
}
.ce_teaser {
    position: relative;
        float: left;
        width: 100%;
        padding-top: calc(33.33vh);
        height: calc(16.66vh - 1px);
        box-shadow: 1px 0 0 0 #cdcac4, 0 1px 0 0 #cdcac4, 1px 1px 0 0 #cdcac4, 1px 0 0 0 #cdcac4 inset, 0 1px 0 0 #cdcac4 inset;
        border-radius: .5px;
        overflow: visible;
        text-align: center;
}
.ce_teaser img {
    object-fit: cover;
    width: 33.33%;
    height: 16.66vh;
    position: absolute;
    top: 16.66vh;
    left: 33.33%;
}
.ce_teaser a > span {
    clip: auto; 
        height: 100%;
        margin: 0;
        overflow: hidden;
    width: 100%;
        left: 0;
        top: 0;
        opacity: 0;
}
.ce_teaser > div {
    height: 16.66vh;
        margin: 0;
        display: table-cell;
        vertical-align: middle;
        padding: 0 25%;
        text-align: center;
    width:1%;
}
.referenzen #main .mod_article .teaser p,
.aktionen-teaser #main .mod_article .teaser p,
.ce_teaser p {
    width: 100%;
        display: block;
}
.referenzen #main .mod_article .teaser .more:last-child,
.ref-slider .teaser .more:last-child {
    padding: 0;
}
.ce_awbox_img.ce_teaser {
    padding: 0;
}
.ce_awbox_img.ce_teaser > div {
    padding: 0;
}
.ce_awbox_img.ce_teaser h2 {
    position: relative;
    top: 0;
    width: auto;
}
.ce_awbox_img.ce_teaser p {
    width: auto;
}
.ce_awbox_img.ce_teaser .textarea img {
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
}
.ce_awbox_img-small {
    padding-bottom: 0;
}
.ce_awbox_img-small > div {
    padding: 0;
}
.mod_article ul {
    padding: 0 20px;
}
.mod_article ul li {
    margin-left: 20px;
}
.aktionen-seite,
.referenzen {
    width: 100% !important;
        border: 0 !important;
}
.aktionen-seite .ce_image img,
.referenzen .ce_image img {
    width: 100%;
    height: calc(50vh - 84px);
    object-fit: cover;
}
.compat-object-fit {
    background-size: cover;
       background-position: center center;
}
.compat-object-fit img {
    opacity: 0;
}
.overflow-yes,
.overflow-yes > .block {
    overflow: visible;
}

.offer-box a:after{
	content: none !important;
}
.offer-box a{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.ce_teaser.awbox{
	box-shadow: none;
}


.referenzen .mod_article.ce_teaser{
	display: block;
}
.masonry.ce_rsce_awbox_ref{
	overflow: visible;
}
header {
    width: 100%;
    height: 84px;
    box-shadow: 0 0 50px rgba(0,0,0,0.15);
    background: white;
}
.logo {
    background-image:url("../../files/layout/logo.svg");
    width: 241px;
    height: 47px;
    margin: 20px;
    float: left;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
    position: relative;
    z-index: 99;
}
@keyframes logoturn {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(360deg);}
}

.logo:after{
	content:"";
    background-image:url("../../files/layout/LogoAW2022rund.svg");	
	width: 341px;
    height: 341px;
    position: absolute;
    display: inline-block;
    left: -50px;
    top: -150px;
	animation-name: logoturn;
	animation-duration: 33s;
	animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@media all and (max-width: 480px){
	.logo:after{
		display: none;
	}
}

header .mod_navigation {
    padding: 20px;
    float: left;
    display: none;
    background: white;
    position: absolute;
     z-index: 99;
    top: 84px;
    left: 0;
}
header .mod_navigation.view {
    display: inline-block;
    width: calc(100% - 40px);
    box-shadow: 0 15px 25px rgba(0,0,0,0.05);
}
header .mod_navigation li {
    list-style: none;
}
header .mod_navigation .level_2 li {
    padding: 5px 0;
    max-width: 100px;
}
header .mod_navigation li a,
header .mod_navigation li span,
header .mod_navigation li strong  {
    font-size: 24px;
    text-decoration: none;
    font-weight: 200;
    color: black;
}
header .mod_navigation li .level_2 span,
header .mod_navigation .level_2 strong{
    opacity: 0.6;
}
header .mod_navigation .level_2 a,
header .mod_navigation .level_2 span,
header .mod_navigation .level_2 strong
{
    font-size: 14px;
}
header .mod_navigation .level_2 {
    padding-bottom: 14px;
}
#menutoggle {
    height: 15px;
        width: 15px;
        margin: 20px;
        position: absolute;
        z-index: 99;
        right: 0;
        top: 31px;
        cursor: pointer;
}
#menutoggle span {
    height: 1px;
        width: 17px;
        background-color: black;
        position: absolute;
        right: 0;
        transition: all 0.5s ease;
}
#menutoggle .burger1 {
    top: 0px;
}
#menutoggle .burger2 {
    top: 7px;
        opacity: 1;
}
#menutoggle .burger3 {
    top: 14px;
}
#menutoggle.view span {
    height: 1px;
    width: 20px;
}
#menutoggle.view .burger1 {
    top: 7px;
        transform: rotate(45deg);
        transition: all 0.5s ease;
}
#menutoggle.view .burger2 {
    opacity: 0;
}
#menutoggle.view .burger3 {
    top: 7px;
        transform: rotate(-45deg);
        transition: all 0.5s ease;
}

footer {
    background: white;
        box-shadow: 0 0 50px rgba(0,0,0,0.15);
    width: 100%;
    transition: all 1s ease;
}
footer .inside {
    padding: 20px;
}
footer.fix {
    position: fixed;
    bottom: 0;
    left: 0;
    opacity: 1;
    transition: all 1s ease;
}
footer .footer-info1 {
    padding-bottom: 20px;
    width:100%;
}
footer .footer-info1 span,
footer .footer-info1 a {
    display: inline-block;
    margin-right: 20px;
}
footer .footer-info2 td:nth-child(2) {
    padding-left: 10px;
}

#cboxContent {
    background: white;
}
#cboxClose {
    background-image:url("../../files/styles/files/layout/close-lightbox.png");
    top: -22px;
        right: -10px;
}
#cboxOverlay {
    background: #fff;
}
#cboxLoadedContent {
    border: 1px solid#cdcac4;
}
a.nostyle{
	text-decoration: none !important;
	border-bottom: none !important;
}
a.nostyle:after{
	content: none !important;
}
@media all and (min-width: 480px) {
.team-box.ce_ref-box {
    width: 100%;
}
.ce_ref-box {
    width: 33.33%;
    float: left;
}
.rbox2-1,
.rbox2-2,
.rbox2-3 {
    width: 66.66% ;
}
}

@media all and (min-width: 640px) {
.ce_awbox_img.video iframe {
    position: absolute;
    width: 560px;
    max-width: inherit;
    height: 314px;
    left: calc(50% - 280px);
    top: calc(50% - 157px);
}
.ce_awbox_img.video > h2 {
    top: calc(8.33vh - 38px);
}
.ios .ce_awbox_img.video > h2,
.android .ce_awbox_img.video > h2 {
    top: 2px;
}
#showroom {
    padding: calc(2.5vw - 20px);
}
.logo {
    margin: 20px 2.5%;
}
header .mod_navigation {
    padding: 20px 2.5%;
}
#menutoggle {
    right: calc(2.5% - 20px);
}
.team-box.ce_ref-box {
    width: 50%;
}
.ce_ref-box .image {
    height: calc(33.33vh - 74px);
}
.ce_ref-box {
    height: 33.33vh;
}
.referenzen h1,
.aktionen-seite h1,
.referenzen h2,
.aktionen-seite h2 {
    padding: 2.5vw 2.5%;
}
.ce_awbox_3col.big h2 {
    padding: 0;
}
footer .inside {
    padding: 2.5vw 2.5%;
        display: inline-block;
        width: 95%;
}
.ce_awbox_img .textarea > div {
    width: 33.33%;
    margin: 0 33.33% 0 33.33%;
}
.ce_awbox_3col > .textarea {
    width: calc(33.333% - 2.5vw);
    margin: 0 1.25vw;
    float: left;
}
.awbox.map .textarea {
    width: 33.33%;
        margin: 5vh 0 0 5vh;
        display: inline-block;
    height: auto;
}
.awbox.map .textarea > div {
    width: auto;
    margin: 0;
}
.ce_awbox_3col > .text {
    padding: 1.25vw 1.25vw 2.5vw 1.25vw;
}
.ce_awbox_3col {
    padding: 1.25vw 1.25%;
}
}

@media all and (min-width: 1024px) {
.ce_awbox_img .textarea {
    height: 50vh;
}
.awbox {
    min-height: 50vh;
}
#showroom iframe {
    width: 960px;
    margin-left: calc(50% - 480px);
}
.team-box.ce_ref-box {
    width: 33.333%;
}
footer .footer-info1 {
    width: calc(66.666% + 1.25vw);
    float: left;
}
footer .footer-info2 {
    width: calc(33.333% - 1.25vw);
    float: left;
}
.ce_ref-box {
    width: 25%;
    height: 20vh;
}
.ce_ref-box .image {
    height: calc(20vh - 74px);
}
.rbox2-1 {
    width: 50%;
}
.rbox2-2,
.rbox2-3 {
    width: 75%;
}
}

@media all and (min-width: 1280px) {
.ce_ref-box {
    width: 20%;
}
.ce_teaser {
    width: 50%;
}
.slider.large {
    height: calc(100vh - 84px);
}
.slider.large.mini {
    height: calc(50vh - 84px);
    transition: all 2s ease;
}
.large + .slider-headline {
    height: calc(100vh - 84px);
}
.map-headline {
    height: calc(100vh - 84px);
          position: absolute;
            top: 0;
        pointer-events: none;
}
.large.mini + .slider-headline {
    height: calc(50vh - 84px);
    transition: all 2s ease;
}
.large.mini + .slider-headline h1 {
    padding: 5vh 20px;
    transition: all 2s ease;
}
.rbox1-1,
.rbox1-2,
.rbox1-3 {
    width: 20% ;
}
.rbox2-1,
.rbox2-2,
.rbox2-3 {
    width: 40%;
}
.rbox3-1,
.rbox3-2,
.rbox3-3 {
    width: 60%;
}
.rbox1-2,
.rbox2-2,
.rbox3-2 {
    height: 40vh;
}
.rbox1-3,
.rbox2-3,
.rbox3-3 {
    height: 60vh;
}
.rbox1-2 .image,
.rbox2-2 .image,
.rbox3-2 .image {
    height: calc(40vh - 74px);
}
.rbox1-3 .image,
.rbox2-3 .image,
.rbox3-3 .image {
    height: calc(60vh - 74px);
}
footer .footer-info2 table {
    float: right;
}
header {
    position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
}
#container {
    margin-top: 84px;
}
.awbox {
    width: 50%;
    min-height:50vh;
}
.awbox.full {
    width: 100%;
}
.ce_awbox_3col {
    width: 50%;
}
.ce_awbox_3col.big {
    width: 100%;
    padding: 5vw 1.25%;
    min-height: inherit;
}
.slider-headline h1,
.map-headline h1 {
    width: 34.58vw;
        box-sizing: border-box;
        background: white;
        position: absolute;
        bottom: 0;
        display: inline-block;
        box-shadow: 0 0 50px rgba(0,0,0,0.15);
        padding: 5vh 20px;
    text-align: center;
}
.slider-headline {
    height: calc(50vh - 84px);
        position: absolute;
        top: 0;
    pointer-events: none;
    overflow: hidden;
}
.aktionen-seite h1 {
    text-align: center;
}
.large .slider-headline {
    height: calc(100vh - 84px);
}
header .mod_navigation {
    display: inline-block;
        top: 31px;
        left: inherit;
    right: calc(2.5% + 50px);
        padding: 10px;
    background: transparent;
    overflow: visible;
}
header .mod_navigation .level_1 > .first:after {
    content: "";
        position: absolute;
        width: 100vw;
        display: inline-block;
        top: 52px;
        left: 50px;
        height: 1px;
        background: #cdcac4;
    pointer-events: none;
}
header .mod_navigation .level_1 > .active > span:after,
header .mod_navigation .level_1 > .active > strong:after {
    content: "";
        position: absolute;
        width: 40px;
        display: inline-block;
        bottom: -10px;
        left: 0;
        height: 2px;
        background: black;
        z-index: 8;
}
header .mod_navigation .level_1 > .active > span,
header .mod_navigation .level_1 > .active > strong{
    position: relative;
}


header .mod_navigation .level_1 > li{
    min-height: 50px;
}

    
    
    
header .mod_navigation.view {
    width: auto;
    overflow: visible;
        box-shadow: none;
}
header .mod_navigation.view .level_2,
.level_1 li:hover > .level_2 {
    display: inline;
}
header .mod_navigation .level_2 li {
    float: none;
    padding: 5px 0;
}
header .mod_navigation .level_2 li:first-child {
    padding-top: 24px;
}
header .mod_navigation .level_2:after {
    display: inline-block;
        content: "";
        position: absolute;
        width: 200vw;
        height: 100%;
        top: 48px;
        right: -50vw;
        background: white;
        z-index: -1;
        box-shadow: 0 25px 25px rgba(0,0,0,0.05);
}
header .mod_navigation .level_2 {
    display: none;
}
header .mod_navigation li {
    list-style: none;
        float: left;
        padding-left: 40px;
}
}

@media all and (min-width: 1620px) {
.slider-headline h1,
.map-headline h1 {
    width: 37.6vw;
}
.referenzen h1 {
    padding: 5vh 10vw;
}
.referenzen h1,
.referenzen h2 {
    padding: 5vh 10vw;
}
.ce_awbox_3col.big {
    padding: 5vw 10%;
}
header .logo {
    margin: 20px 0 20px 10vw;
}
header .mod_navigation {
    right: 10vw;
}
footer .inside {
    padding: 2.5vw 10vw;
    width: calc(100% - 20vw);
}
}

@media alla and (max-height: 800px) {
.ce_awbox_img.video > h2,
.ce_awbox_img.video > h2 {
    top: 2px;
}
}

.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.slick-track{position:relative;left:0;top:0;display:block}.slick-track:before,.slick-track:after{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[dir="rtl"] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}
