@charset "UTF-8";
/* Slider */
@import "../../../vendor/components/font-awesome/css/font-awesome.min.css";
.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;
  margin-left: auto;
  margin-right: auto;
}
.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;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*!
 * Datepicker v0.6.3
 * https://github.com/fengyuanchen/datepicker
 * 
 * Copyright (c) 2014-2017 Fengyuan Chen
 * Released under the MIT license
 * 
 * Date: 2017-09-29T14:28:02.764Z
 */
.datepicker-container {
  background-color: #fff;
  direction: ltr;
  font-size: 12px;
  left: 0;
  line-height: 30px;
  position: fixed;
  top: 0;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 210px;
  z-index: -1;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.datepicker-container::before,
.datepicker-container::after {
  border: 5px solid transparent;
  content: " ";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.datepicker-dropdown {
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 3px 6px #ccc;
  box-shadow: 0 3px 6px #ccc;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  z-index: 1;
}

.datepicker-inline {
  position: static;
}

.datepicker-top-left,
.datepicker-top-right {
  border-top-color: #39f;
}

.datepicker-top-left::before,
.datepicker-top-left::after,
.datepicker-top-right::before,
.datepicker-top-right::after {
  border-top: 0;
  left: 10px;
  top: -5px;
}

.datepicker-top-left::before,
.datepicker-top-right::before {
  border-bottom-color: #39f;
}

.datepicker-top-left::after,
.datepicker-top-right::after {
  border-bottom-color: #fff;
  top: -4px;
}

.datepicker-bottom-left,
.datepicker-bottom-right {
  border-bottom-color: #39f;
}

.datepicker-bottom-left::before,
.datepicker-bottom-left::after,
.datepicker-bottom-right::before,
.datepicker-bottom-right::after {
  border-bottom: 0;
  bottom: -5px;
  left: 10px;
}

.datepicker-bottom-left::before,
.datepicker-bottom-right::before {
  border-top-color: #39f;
}

.datepicker-bottom-left::after,
.datepicker-bottom-right::after {
  border-top-color: #fff;
  bottom: -4px;
}

.datepicker-top-right::before,
.datepicker-top-right::after,
.datepicker-bottom-right::before,
.datepicker-bottom-right::after {
  left: auto;
  right: 10px;
}

.datepicker-panel > ul {
  margin: 0;
  padding: 0;
  width: 102%;
}

.datepicker-panel > ul::before,
.datepicker-panel > ul::after {
  content: " ";
  display: table;
}

.datepicker-panel > ul::after {
  clear: both;
}

.datepicker-panel > ul > li {
  background-color: #fff;
  cursor: pointer;
  float: left;
  height: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 30px;
}

.datepicker-panel > ul > li:hover {
  background-color: rgb(229, 242, 255);
}

.datepicker-panel > ul > li.muted,
.datepicker-panel > ul > li.muted:hover {
  color: #999;
}

.datepicker-panel > ul > li.highlighted {
  background-color: rgb(229, 242, 255);
}

.datepicker-panel > ul > li.highlighted:hover {
  background-color: rgb(204, 229, 255);
}

.datepicker-panel > ul > li.picked,
.datepicker-panel > ul > li.picked:hover {
  color: #39f;
}

.datepicker-panel > ul > li.disabled,
.datepicker-panel > ul > li.disabled:hover {
  background-color: #fff;
  color: #ccc;
  cursor: default;
}

.datepicker-panel > ul > li.disabled.highlighted,
.datepicker-panel > ul > li.disabled:hover.highlighted {
  background-color: rgb(229, 242, 255);
}

.datepicker-panel > ul > li[data-view="years prev"],
.datepicker-panel > ul > li[data-view="year prev"],
.datepicker-panel > ul > li[data-view="month prev"],
.datepicker-panel > ul > li[data-view="years next"],
.datepicker-panel > ul > li[data-view="year next"],
.datepicker-panel > ul > li[data-view="month next"],
.datepicker-panel > ul > li[data-view=next] {
  font-size: 18px;
}

.datepicker-panel > ul > li[data-view="years current"],
.datepicker-panel > ul > li[data-view="year current"],
.datepicker-panel > ul > li[data-view="month current"] {
  width: 150px;
}

.datepicker-panel > ul[data-view=years] > li,
.datepicker-panel > ul[data-view=months] > li {
  height: 52.5px;
  line-height: 52.5px;
  width: 52.5px;
}

.datepicker-panel > ul[data-view=week] > li,
.datepicker-panel > ul[data-view=week] > li:hover {
  background-color: #fff;
  cursor: default;
}

.datepicker-hide {
  display: none;
}

.fancybox-enabled {
  overflow: hidden;
}

.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}

.fancybox-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0f0f11;
  opacity: 0;
  transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-container--ready .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  z-index: 99994;
  transition: opacity 0.2s;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  direction: ltr;
}

.fancybox-show-controls .fancybox-controls {
  opacity: 1;
}

.fancybox-infobar {
  display: none;
}

.fancybox-show-infobar .fancybox-infobar {
  display: inline-block;
  pointer-events: all;
}

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  pointer-events: all;
}

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

.fancybox-slider-wrap {
  overflow: hidden;
  direction: ltr;
}

.fancybox-slider-wrap,
.fancybox-slider {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
}

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

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}

.fancybox-slide--image {
  overflow: hidden;
}

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

.fancybox-content {
  display: inline-block;
  position: relative;
  margin: 44px auto;
  padding: 0;
  border: 0;
  width: 80%;
  height: calc(100% - 88px);
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  white-space: normal;
  outline: none;
  font-size: 16px;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
}

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
  background: transparent;
}

.fancybox-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

.fancybox-controls--canzoomOut .fancybox-placeholder {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-controls--canzoomIn .fancybox-placeholder {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-controls--canGrab .fancybox-placeholder {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-controls--isGrabbing .fancybox-placeholder {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

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

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.fancybox-error {
  position: absolute;
  margin: 0;
  padding: 40px;
  top: 50%;
  left: 50%;
  width: 380px;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}

.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background 0.2s;
  box-sizing: border-box;
  z-index: 2;
}

.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}

.fancybox-slide--video .fancybox-close-small {
  top: -36px;
  right: -36px;
  background: transparent;
}

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}

/* Caption */
.fancybox-caption-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  z-index: 99998;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
}

.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button {
  pointer-events: all;
}

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

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background: transparent;
  color: #fff;
  box-sizing: border-box;
  vertical-align: top;
  outline: none;
}

.fancybox-button--disabled {
  cursor: default;
  pointer-events: none;
}

.fancybox-infobar__body, .fancybox-button {
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-button:hover {
  background: rgba(0, 0, 0, 0.8);
}

.fancybox-button::before,
.fancybox-button::after {
  content: "";
  pointer-events: none;
  position: absolute;
  border-color: #fff;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block;
}

.fancybox-button--disabled::before,
.fancybox-button--disabled::after {
  opacity: 0.5;
}

.fancybox-button--left::after {
  left: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.fancybox-button--right::after {
  right: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--left {
  border-bottom-left-radius: 5px;
}

.fancybox-button--right {
  border-bottom-right-radius: 5px;
}

.fancybox-button--close {
  float: right;
}

.fancybox-button--close::before, .fancybox-button--close::after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}

.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Loading spinner */
.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-controls {
    text-align: left;
  }

  .fancybox-button--left,
.fancybox-button--right,
.fancybox-buttons button:not(.fancybox-button--close) {
    display: none !important;
  }

  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}
/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: 15px;
  top: 16px;
  border: 2px solid;
  background: none;
}

/* Slideshow button */
.fancybox-button--play::before {
  top: 16px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
  background: transparent;
}

.fancybox-button--pause::before {
  top: 16px;
  left: 18px;
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
  background: transparent;
}

/* Thumbs */
.fancybox-button--thumbs span {
  font-size: 23px;
}

.fancybox-button--thumbs::before {
  top: 20px;
  left: 21px;
  width: 3px;
  height: 3px;
  box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
}

.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap {
  right: 220px;
}

.fancybox-thumbs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 220px;
  margin: 0;
  padding: 5px 5px 0 0;
  background: #fff;
  z-index: 99993;
  word-break: normal;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
}

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  max-width: 50%;
  padding: 0;
  margin: 0;
  width: 105px;
  height: 75px;
  position: relative;
  cursor: pointer;
  outline: none;
  border: 5px solid #fff;
  border-top-width: 0;
  border-right-width: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
}

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-thumbs > ul > li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    display: none !important;
  }

  .fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap {
    right: 0;
  }
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.siteobject-timeline .timeline-siteobject-inner {
  padding: 80px;
  box-sizing: border-box;
  background-color: white;
}
@media screen and (max-width: 768px) {
  .siteobject-timeline .timeline-siteobject-inner {
    padding: 40px;
  }
}
@media screen and (max-width: 480px) {
  .siteobject-timeline .timeline-siteobject-inner {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .siteobject-timeline .timeline-siteobject-inner table {
    margin-left: 14px;
  }
}
@media screen and (max-width: 480px) {
  .siteobject-timeline .timeline-siteobject-inner table {
    margin-left: 14px;
  }
}
@media screen and (max-width: 768px) {
  .siteobject-timeline .timeline-siteobject-inner table tr.top-row td:nth-child(1) {
    width: 0;
  }
}
.siteobject-timeline .timeline-siteobject-inner table tr.top-row td:nth-child(3) {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .siteobject-timeline .timeline-siteobject-inner table tr.top-row td:nth-child(3) {
    width: 100%;
  }
}
.siteobject-timeline .timeline-siteobject-inner table tr.top-row td:nth-child(2) {
  position: relative;
  height: 34px;
}
.siteobject-timeline .timeline-siteobject-inner table tr.top-row td:nth-child(2) .circle {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  box-sizing: border-box;
  border: 4px solid rgba(115, 104, 102, 0.6);
  position: absolute;
  bottom: -2px;
  left: -18px;
}
.siteobject-timeline .timeline-siteobject-inner table tr:not(.top-row) td:nth-child(2) {
  border: 2px solid rgba(115, 104, 102, 0.6);
}
.siteobject-timeline .timeline-siteobject-inner table:nth-child(odd) tr td:nth-child(1) .timeline-content {
  padding: 0 40px 40px 0;
  display: none;
}
.siteobject-timeline .timeline-siteobject-inner table:nth-child(odd) tr td:nth-child(3) .timeline-content {
  padding: 0 0 40px 40px;
}
@media screen and (max-width: 480px) {
  .siteobject-timeline .timeline-siteobject-inner table:nth-child(odd) tr td:nth-child(3) .timeline-content {
    padding: 0 0 20px 20px;
  }
}
.siteobject-timeline .timeline-siteobject-inner table:nth-child(even) tr td:nth-child(1) .timeline-content {
  padding: 0 40px 40px 0;
  display: none;
}
.siteobject-timeline .timeline-siteobject-inner table:nth-child(even) tr td:nth-child(3) .timeline-content {
  padding: 0 0 40px 40px;
}
@media screen and (max-width: 480px) {
  .siteobject-timeline .timeline-siteobject-inner table:nth-child(even) tr td:nth-child(3) .timeline-content {
    padding: 0 0 20px 20px;
  }
}
@media screen and (max-width: 768px) {
  .siteobject-timeline .timeline-siteobject-inner table tr td:nth-child(1) .timeline-content {
    display: none;
  }
  .siteobject-timeline .timeline-siteobject-inner table tr td:nth-child(3) .timeline-content {
    display: block !important;
  }
}
.siteobject-timeline .timeline-siteobject-inner .timeline-content {
  padding: 0 40px 40px 40px;
  box-sizing: border-box;
  margin-top: 20px;
}
.siteobject-timeline .timeline-siteobject-inner .timeline-content .header {
  background-color: #7f7573;
  padding: 0px 40px;
  box-sizing: border-box;
  width: 100%;
  max-width: 50%;
  display: inline-block;
  margin-left: 40px;
  border: 0px solid white;
}
@media screen and (max-width: 768px) {
  .siteobject-timeline .timeline-siteobject-inner .timeline-content .header {
    margin-left: 30px;
  }
}
@media screen and (max-width: 480px) {
  .siteobject-timeline .timeline-siteobject-inner .timeline-content .header {
    margin-left: 20px;
  }
}
.siteobject-timeline .timeline-siteobject-inner .timeline-content .header h2 {
  color: white;
  text-align: left;
}
.siteobject-timeline .timeline-siteobject-inner .timeline-content .body {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  background-color: white;
  padding: 40px;
  padding-top: 60px;
  box-sizing: border-box;
  margin-bottom: 0;
  margin-top: -30px;
  border: 1px solid var(--color-primary);
}
@media screen and (max-width: 768px) {
  .siteobject-timeline .timeline-siteobject-inner .timeline-content .body {
    padding: 30px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 480px) {
  .siteobject-timeline .timeline-siteobject-inner .timeline-content .body {
    padding: 20px;
    width: calc(100% - 30px);
    margin-top: -10px;
  }
}
.siteobject-timeline .timeline-siteobject-inner .timeline-content .body h3 {
  font-weight: 600;
  font-size: 23px;
  line-height: 32px;
  margin-bottom: 20px;
  text-transform: uppercase;
  text-align: left;
  color: white;
}
@media screen and (max-width: 768px) {
  .siteobject-timeline .timeline-siteobject-inner .timeline-content .body h3 {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 480px) {
  .siteobject-timeline .timeline-siteobject-inner .timeline-content .body h3 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 6px;
  }
}
.siteobject-timeline .timeline-siteobject-inner .timeline-content .body p, .siteobject-timeline .timeline-siteobject-inner .timeline-content .body a, .siteobject-timeline .timeline-siteobject-inner .timeline-content .body li {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  text-transform: none;
  text-align: left;
  color: #7f7573;
}
@media screen and (max-width: 768px) {
  .siteobject-timeline .timeline-siteobject-inner .timeline-content .body p, .siteobject-timeline .timeline-siteobject-inner .timeline-content .body a, .siteobject-timeline .timeline-siteobject-inner .timeline-content .body li {
    font-size: 14px;
    line-height: 1.2;
  }
}
.siteobject-timeline .timeline-siteobject-inner .timeline-content .body a {
  font-weight: 400;
  color: rgba(115, 104, 102, 0.25);
  text-transform: none;
  color: #7f7573;
  text-decoration: underline;
}
.siteobject-timeline .timeline-siteobject-inner .timeline-content .body ul, .siteobject-timeline .timeline-siteobject-inner .timeline-content .body ol {
  list-style: none;
  width: 100%;
  padding-left: 23px !important;
  box-sizing: border-box;
}
.siteobject-timeline .timeline-siteobject-inner .timeline-content .body ul li, .siteobject-timeline .timeline-siteobject-inner .timeline-content .body ol li {
  color: white;
  font-weight: 400;
  margin-bottom: 10px;
}
.siteobject-timeline .timeline-siteobject-inner .timeline-content .body ul li::before, .siteobject-timeline .timeline-siteobject-inner .timeline-content .body ol li::before {
  font-family: "FontAwesome";
  content: "\f00c";
  margin-right: 6px;
  color: #736866;
  margin-left: -22px;
}
.siteobject-timeline .timeline-siteobject-inner .timeline-content .body ul li.kleiner_text::before, .siteobject-timeline .timeline-siteobject-inner .timeline-content .body ol li.kleiner_text::before {
  margin-left: -19px;
}
.siteobject-timeline .timeline-siteobject-inner .timeline-content .body p {
  text-align: justify;
  color: #7f7573;
}
.siteobject-timeline .timeline-siteobject-inner .timeline-content .img {
  padding: 0px;
  margin-left: 20px;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 200px;
  max-width: 200px;
  min-width: 200px;
  border: 4px solid white;
  margin-top: -100px;
}
@media screen and (max-width: 1024px) {
  .siteobject-timeline .timeline-siteobject-inner .timeline-content .img {
    min-width: 160px;
  }
}
@media screen and (max-width: 900px) {
  .siteobject-timeline .timeline-siteobject-inner .timeline-content .img {
    min-width: 160px;
    margin-top: -80px;
  }
}
@media screen and (max-width: 768px) {
  .siteobject-timeline .timeline-siteobject-inner .timeline-content .img {
    min-width: 120px;
    margin-top: -70px;
  }
}
@media screen and (max-width: 600px) {
  .siteobject-timeline .timeline-siteobject-inner .timeline-content .img {
    min-width: 100px;
    margin-top: -70px;
    margin-right: -60px;
    margin-left: 0;
  }
}
.siteobject-timeline .timeline-siteobject-inner .timeline-content .img img {
  width: 100%;
}

.klaro .cookie-modal .cm-app-input:checked + .cm-app-label .slider,
.klaro .cookie-notice .cm-app-input:checked + .cm-app-label .slider {
  background-color: #dad6d5;
}

.klaro li::before {
  font-family: "" !important;
  content: "" !important;
  color: unset !important;
  margin: 0 !important;
  width: 0 !important;
  display: none !important;
}

.klaro .cookie-modal a, .klaro .cookie-notice a {
  color: white;
  font-weight: bold;
  text-decoration: none;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app span.cm-app-title {
  font-weight: 600;
  color: white;
}

.klaro .cookie-modal .cm-btn.cm-btn-info, .klaro .cookie-notice .cm-btn.cm-btn-info {
  background-color: #736866;
  color: white;
  font-weight: bold;
}

.klaro .cookie-modal .cm-btn.cm-btn-success, .klaro .cookie-notice .cm-btn.cm-btn-success {
  background-color: #736866;
  color: white;
  font-weight: bold;
}

.klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by {
  display: none;
}

.klaro .cookie-modal .cm-list-input.only-required + .cm-list-label .slider, .klaro .context-notice .cm-list-input.only-required + .cm-list-label .slider, .klaro .cookie-notice .cm-list-input.only-required + .cm-list-label .slider {
  background-color: #dad6d5;
  opacity: 0.8;
}

.klaro .cookie-modal .cm-list-input:checked + .cm-list-label .slider, .klaro .context-notice .cm-list-input:checked + .cm-list-label .slider, .klaro .cookie-notice .cm-list-input:checked + .cm-list-label .slider {
  background-color: #736866;
}

.klaro .cookie-modal .cm-list-label .slider::before, .klaro .context-notice .cm-list-label .slider::before, .klaro .cookie-notice .cm-list-label .slider::before {
  background-color: #736866;
}

.klaro .cookie-modal .cm-list-label .slider.active::before, .klaro .context-notice .cm-list-label .slider.active::before, .klaro .cookie-notice .cm-list-label .slider.active::before {
  background-color: white;
}

.klaro .cookie-modal .cm-list-input.half-checked:checked + .cm-list-label .slider, .klaro .context-notice .cm-list-input.half-checked:checked + .cm-list-label .slider, .klaro .cookie-notice .cm-list-input.half-checked:checked + .cm-list-label .slider {
  background-color: #736866;
}

.klaro .cookie-modal .cm-btn.cm-btn-success, .klaro .context-notice .cm-btn.cm-btn-success, .klaro .cookie-notice .cm-btn.cm-btn-success {
  background-color: #736866;
  color: white;
  font-weight: bold;
}

.klaro .cookie-modal .cm-btn.cm-btn-success-var, .klaro .context-notice .cm-btn.cm-btn-success-var, .klaro .cookie-notice .cm-btn.cm-btn-success-var {
  background-color: #736866;
}

.abstand {
  padding: 30px;
  box-sizing: border-box;
}

.formular_siteobject .siteobject-content {
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
  padding: 80px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 1320px) {
  .formular_siteobject .siteobject-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .formular_siteobject .siteobject-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 480px) {
  .formular_siteobject .siteobject-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.form-field {
  position: relative;
  margin: 20px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.form-field input[type=text],
.form-field input[type=email],
.form-field input[type=password],
.form-field input[type=date],
.form-field input[type=file],
.form-field input[type=number],
.form-field input[type=tel],
.form-field input[type=url],
.form-field textarea,
.form-field select {
  width: 100%;
  height: auto;
  padding: 30px 15px 5px;
  margin: 0;
  border: 1px solid var(--color-text);
  background-color: #f4f7f7;
  font-family: "Open Sans", sans-serif;
  border-radius: 0px;
  line-height: 1.2;
}
.form-field input[type=text]:focus,
.form-field input[type=email]:focus,
.form-field input[type=password]:focus,
.form-field input[type=date]:focus,
.form-field input[type=file]:focus,
.form-field input[type=number]:focus,
.form-field input[type=tel]:focus,
.form-field input[type=url]:focus,
.form-field textarea:focus,
.form-field select:focus {
  outline: none;
}
.form-field input[type=text]:not(:placeholder-shown),
.form-field input[type=email]:not(:placeholder-shown),
.form-field input[type=password]:not(:placeholder-shown),
.form-field input[type=date]:not(:placeholder-shown),
.form-field input[type=file]:not(:placeholder-shown),
.form-field input[type=number]:not(:placeholder-shown),
.form-field input[type=tel]:not(:placeholder-shown),
.form-field input[type=url]:not(:placeholder-shown),
.form-field textarea:not(:placeholder-shown),
.form-field select:not(:placeholder-shown) {
  padding-top: 25px;
}
.form-field textarea {
  height: auto;
}
.form-field label {
  position: absolute;
  top: 0px;
  left: 0;
  padding: 15px;
  font-size: 12px;
  font-weight: bold;
  color: var(--color-text);
  transition: all 0.3s ease;
  font-family: "Open Sans", sans-serif;
  pointer-events: none;
  letter-spacing: normal;
  text-transform: none;
  background: transparent;
}
@media (min-width: 768px) {
  .form-field label {
    font-size: 16px;
  }
}
.form-field label.active {
  top: 8px;
  left: 10px;
  font-size: 12px;
  padding: 0 5px;
  margin-top: 0;
}
.form-field input:focus + label,
.form-field textarea:focus + label,
.form-field select:focus + label,
.form-field input:not(:placeholder-shown) + label,
.form-field textarea:not(:placeholder-shown) + label {
  top: 8px;
  left: 10px;
  font-size: 12px;
  background: transparent;
  padding: 0 5px;
  margin-top: 0;
}
.form-field select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 25px 30px 10px 15px;
  font-size: 16px;
  color: var(--color-text);
  background-repeat: no-repeat;
  background-image: url("../assets/icon-arrow-list.svg");
  background-position: calc(100% - 18px) calc(100% - 15px);
  background-size: 20px;
}
.form-field select.has-value:not(:focus) + label {
  top: 8px;
  left: 10px;
  font-size: 12px;
  background: transparent;
  padding: 0 5px;
  margin-top: 0;
}
.form-field.form-inverted input[type=checkbox] + label {
  color: var(--color-primary);
}
.form-field.form-inverted input[type=text]:focus + label,
.form-field.form-inverted input[type=email]:focus + label,
.form-field.form-inverted input[type=password]:focus + label,
.form-field.form-inverted input[type=date]:focus + label,
.form-field.form-inverted input[type=file]:focus + label,
.form-field.form-inverted input[type=number]:focus + label,
.form-field.form-inverted input[type=tel]:focus + label,
.form-field.form-inverted input[type=url]:focus + label,
.form-field.form-inverted textarea:focus + label,
.form-field.form-inverted select:focus + label,
.form-field.form-inverted input:not(:placeholder-shown) + label,
.form-field.form-inverted textarea:not(:placeholder-shown) + label {
  background: transparent;
}

.form-field-inline {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.form-field-inline label {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-size: 16px;
  color: var(--color-text);
  transition: none;
  position: relative;
  background-color: transparent;
  margin-right: 20px;
  max-width: calc(100% - 50px);
  left: 0;
  top: -2px;
}
@media (min-width: 768px) {
  .form-field-inline label {
    font-size: 16px;
  }
}

.formular_siteobject input[type=checkbox] {
  display: none;
}
.formular_siteobject input[type=checkbox] + label {
  pointer-events: all;
}
.formular_siteobject input[type=checkbox] + label:before {
  font-family: FontAwesome;
  display: inline-block;
  content: "\f096";
  color: var(--color-primary);
  margin-right: 10px;
  font-size: 24px;
  vertical-align: middle;
}
.formular_siteobject input[type=checkbox]:checked + label:before {
  content: "\f046";
}
.formular_siteobject input[type=radio] {
  display: none;
}
.formular_siteobject input[type=radio] + label {
  margin-bottom: 10px;
  pointer-events: all;
  display: inline !important;
}
.formular_siteobject input[type=radio] + label:before {
  font-family: FontAwesome;
  display: inline-block;
  content: "\f1db";
  color: var(--color-primary);
  margin-right: 10px;
  font-size: 24px;
  vertical-align: middle;
}
.formular_siteobject input[type=radio]:checked + label:before {
  content: "\f05d";
}

.formular_siteobject.siteobject-content #ds ~ label p {
  display: inline-block;
  padding-left: 0px;
  box-sizing: border-box;
  margin-bottom: 10px;
  width: calc(100% - 30px);
  text-align: left;
}

.formular_siteobject.siteobject-content #ds-label:before {
  width: 20px;
  vertical-align: top;
}

.formular_siteobject.siteobject-content #ds-label > * {
  vertical-align: baseline !important;
}

:root {
  --color-primary: #736866;
  --color-secondary: #b6b0af;
  --color-background: #faf9f8;
  --color-text: #736866;
  --color-header-bg: rgba(115, 104, 102, 0.9);
  --color-header-text: white;
}

* {
  margin: 0;
  padding: 0;
  vertical-align: top;
  box-sizing: border-box;
}

@font-face {
  font-family: "macho";
  src: url("fonts/Macho-Bold.woff2") format("woff2"), url("fonts/Macho-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "webfontregular";
  src: url("fonts/Macho-Bold.woff2") format("woff2"), url("fonts/Macho-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "machobold_italic";
  src: url("fonts/Macho-BoldItalic.woff2") format("woff2"), url("fonts/Macho-BoldItalic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "webfontregular";
  src: url("fonts/Macho-BoldItalic.woff2") format("woff2"), url("fonts/Macho-BoldItalic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "machoregular";
  src: url("fonts/Macho-Regular.woff2") format("woff2"), url("fonts/Macho-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "webfontregular";
  src: url("fonts/Macho-Regular.woff2") format("woff2"), url("fonts/Macho-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "machoitalic";
  src: url("fonts/Macho-RegularItalic.woff2") format("woff2"), url("fonts/Macho-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "webfontregular";
  src: url("fonts/Macho-RegularItalic.woff2") format("woff2"), url("fonts/Macho-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.hide {
  display: none;
}

.ausrichtung {
  max-width: 1800px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
}

.ausrichtung-inner {
  max-width: 1280px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
}

.abstand {
  padding: 30px;
  box-sizing: border-box;
}

.abstand-t-b {
  padding-top: 30px;
  padding-bottom: 30px;
  box-sizing: border-box;
}

.abstand-t {
  padding-top: 30px;
  box-sizing: border-box;
}

.abstand-b {
  padding-bottom: 30px;
  box-sizing: border-box;
}

.abstand-l-r {
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}

.abstand-l {
  padding-left: 30px;
  box-sizing: border-box;
}

.abstand-r {
  padding-right: 30px;
  box-sizing: border-box;
}

.abstand-top-bottom {
  padding-top: 6.8em !important;
  padding-bottom: 6.8em !important;
  margin: 0 !important;
}
@media (max-width: 1024px) {
  .abstand-top-bottom {
    padding-top: 3.8em !important;
    padding-bottom: 3.8em !important;
  }
}
@media (max-width: 640px) {
  .abstand-top-bottom {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}

.abstand-left-right {
  padding-left: 6.8em !important;
  padding-right: 6.8em !important;
  margin: 0 !important;
}
@media (max-width: 1024px) {
  .abstand-left-right {
    padding-left: 3.8em !important;
    padding-right: 3.8em !important;
  }
}
@media (max-width: 640px) {
  .abstand-left-right {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.abstand-top {
  padding-top: 6.8em !important;
  padding-bottom: 0 !important;
  margin: 0 !important;
}
@media (max-width: 1024px) {
  .abstand-top {
    padding-top: 3.8em !important;
    padding-bottom: 0 !important;
  }
}
@media (max-width: 640px) {
  .abstand-top {
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }
}

.abstand-bottom {
  padding-top: 0 !important;
  padding-bottom: 6.8em !important;
  margin: 0 !important;
}
@media (max-width: 1024px) {
  .abstand-bottom {
    padding-top: 0 !important;
    padding-bottom: 3.8em !important;
  }
}
@media (max-width: 640px) {
  .abstand-bottom {
    padding-top: 0 !important;
    padding-bottom: 20px !important;
  }
}

.abstand-top-first-element {
  padding-top: 6.8em !important;
  padding-bottom: 0 !important;
  margin: 0 !important;
}
@media (max-width: 640px) {
  .abstand-top-first-element {
    padding-top: 3.8em !important;
    padding-bottom: 0 !important;
  }
}
@media (max-width: 480px) {
  .abstand-top-first-element {
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }
}

/*
 * SLICK SLIDER
 */
.slick-loading .slick-list {
  background: #fff none center center no-repeat;
}

img.slick-prev {
  left: 25px;
  z-index: 998;
  width: 50px;
  height: 50px;
  opacity: 0.5;
}

img.slick-prev::before {
  content: "" !important;
  display: none;
}

img.slick-next {
  right: 25px;
  z-index: 998;
  width: 50px;
  height: 50px;
  opacity: 0.5;
}

img.slick-next::before {
  content: "" !important;
  display: none;
}

button.slick-prev {
  left: 25px;
  z-index: 998;
  width: 50px;
  height: 50px;
  opacity: 0.5;
}

button.slick-prev::before {
  content: "" !important;
  display: none;
}

button.slick-next {
  right: 25px;
  z-index: 998;
  width: 50px;
  height: 50px;
  opacity: 0.5;
}

button.slick-next::before {
  content: "" !important;
  display: none;
}

ul.slick-dots {
  margin: 0 0 2em 0;
}

.siteobject-html ul:not(.containerKachelnGross):not(.containerKacheln) li:not(.kachelGross):not(.kachel) {
  list-style-position: outside;
  margin-left: 20px;
}

html {
  background-color: #b6b0af;
}

body {
  color: #736866;
  background-color: #faf9f8;
  font-family: machoregular;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

body:not(.site1):not(.site2):not(.site3):not(.site11) {
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 95%;
  background-color: white;
}

h1 {
  font-family: macho;
  font-size: 2.5em;
  margin: 0;
  text-transform: uppercase;
}

h2 {
  font-size: 2em;
  margin: 0.3em 0 0.3em 0;
  line-height: 1.3em;
  text-transform: uppercase;
}

.max-width-900 {
  max-width: 900px;
  margin: 0 auto;
}

hr {
  border: 2px solid #736866;
  max-width: 15%;
  margin: 0 0 2em 0;
  text-align: left;
}

p {
  font-size: 1.1em;
  line-height: 1.5em;
  hyphens: auto;
}

body.text-size-big #menu li > a {
  font-size: 1.7em !important;
}
body.text-size-big #menu li ul.ebene2 {
  margin-top: 20px;
}
body.text-size-big h2 a {
  font-size: 1em !important;
}
body.text-size-big p, body.text-size-big li, body.text-size-big a {
  font-size: 22px !important;
  max-width: unset;
}
@media (max-width: 1080px) {
  body.text-size-big p, body.text-size-big li, body.text-size-big a {
    font-size: 20px !important;
  }
}
@media (max-width: 768px) {
  body.text-size-big p, body.text-size-big li, body.text-size-big a {
    font-size: 18px !important;
  }
}
body.text-size-big p > a, body.text-size-big li > a, body.text-size-big a > a {
  font-size: 22px !important;
}
@media (max-width: 1080px) {
  body.text-size-big p > a, body.text-size-big li > a, body.text-size-big a > a {
    font-size: 20px !important;
  }
}
@media (max-width: 768px) {
  body.text-size-big p > a, body.text-size-big li > a, body.text-size-big a > a {
    font-size: 18px !important;
  }
}
body.text-size-big p h2, body.text-size-big li h2, body.text-size-big a h2 {
  font-size: 24px !important;
}
body.text-size-big footer .footer {
  font-size: 22px !important;
}
@media (max-width: 1080px) {
  body.text-size-big footer .footer {
    font-size: 20px !important;
  }
}
@media (max-width: 768px) {
  body.text-size-big footer .footer {
    font-size: 18px !important;
  }
}
body.text-size-big footer .footer p, body.text-size-big footer .footer li, body.text-size-big footer .footer a {
  font-size: 22px !important;
}
@media (max-width: 1080px) {
  body.text-size-big footer .footer p, body.text-size-big footer .footer li, body.text-size-big footer .footer a {
    font-size: 20px !important;
  }
}
@media (max-width: 768px) {
  body.text-size-big footer .footer p, body.text-size-big footer .footer li, body.text-size-big footer .footer a {
    font-size: 18px !important;
  }
}
body.text-size-big footer .footer .container > .bottom > .left > .top,
body.text-size-big footer .footer .container > .bottom > .center > .top,
body.text-size-big footer .footer .container > .bottom > .right > .top {
  font-size: 22px !important;
}
@media (max-width: 1080px) {
  body.text-size-big footer .footer .container > .bottom > .left > .top,
body.text-size-big footer .footer .container > .bottom > .center > .top,
body.text-size-big footer .footer .container > .bottom > .right > .top {
    font-size: 20px !important;
  }
}
@media (max-width: 768px) {
  body.text-size-big footer .footer .container > .bottom > .left > .top,
body.text-size-big footer .footer .container > .bottom > .center > .top,
body.text-size-big footer .footer .container > .bottom > .right > .top {
    font-size: 18px !important;
  }
}

@media (max-width: 480px) {
  p img {
    width: 100%;
    height: auto;
  }
}

a {
  color: #736866;
  text-decoration: none;
  font-family: machoregular;
}

/**
    CMS OVERRIDE
 */
.siteobject-pic img {
  width: 100%;
}

.siteobject-zimmer {
  margin-left: 6.8em;
  margin-right: 6.8em;
  height: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.siteobject-zimmer:first-child {
  padding-top: 6.8em;
}

/* FIX for 1px slider height */
.slick-slide {
  height: auto !important;
}

body.hasNoSlides #siteobjects-middle > .siteobject-html:first-child {
  padding-top: calc(6.8em + 106px);
}
@media (max-width: 1080px) {
  body.hasNoSlides #siteobjects-middle > .siteobject-html:first-child {
    padding-top: calc(3.8em + 78px);
  }
}
@media (max-width: 768px) {
  body.hasNoSlides #siteobjects-middle > .siteobject-html:first-child {
    padding-top: calc(2em + 65px);
  }
}
@media (max-width: 480px) {
  body.hasNoSlides #siteobjects-middle > .siteobject-html:first-child {
    padding-top: calc(1.5em + 35px);
  }
}

.siteobject-galerie .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.mainContent {
  width: 100%;
}

.overlay-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  max-height: 0;
  min-height: 0;
  text-align: center;
  z-index: 10001;
  color: white;
  background-color: white;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.overlay-menu a {
  color: #736866;
}

.overlay-menu a .fa {
  font-size: 14px;
}

.overlay-menu-show {
  max-height: 1000px;
  min-height: 100vh;
  overflow: auto;
}

.overlay-menu-close-button {
  cursor: pointer;
  position: absolute;
  top: 2em;
  right: 3em;
}

.menu_top {
  display: table;
  /* IE9 Fix */
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: macho;
  font-size: 2em;
  padding: 2em 0 1em 0;
}

#menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: machoregular;
  font-size: 1.7em;
  padding-bottom: 0.8em;
}

.menu_top li {
  display: inline-block;
  /* IE9 Fix */
  text-align: center;
  vertical-align: middle;
  list-style: none;
  padding-right: 1em;
  color: #736866;
}
.menu_top li:last-child {
  padding-right: 0;
}

#menu li {
  list-style: none;
  padding: 0 0 10px 0;
}
#menu li ul.ebene2 li {
  display: inline-block;
  padding: 0;
}
#menu li ul.ebene2 li a {
  font-size: 16px;
  line-height: 20px;
  padding-left: 10px;
  padding-right: 10px;
  border-left: 1px solid rgba(115, 104, 102, 0.6);
}
#menu li ul.ebene2 li a.first {
  border-left: none;
}

#colorbox {
  z-index: 10001;
}

.headerMainContainer {
  position: relative;
  display: table;
}

.headerContainer {
  background-color: rgba(115, 104, 102, 0.25);
  background-color: rgba(115, 104, 102, 0.5);
  background-color: var(--color-header-bg);
  padding: 1.5em 0 1.5em 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 998;
  backdrop-filter: blur(10px);
}

body:not(.site1):not(.site2):not(.site3) .headerMainContainer {
  height: 1px;
  /* header fix because background footer color is visible on some pages*/
}

.headerContainer-inner {
  display: table;
  /* IE9 Fix */
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* max-width: 1400px; */
  margin: 0 auto;
}

.headerLogoContainer {
  width: auto;
  padding-left: 4em;
  float: left;
  -webkit-transform: translateZ(0);
  /* FIX ANDROID STOCK BROWSER VISIBILITY */
}

.headerLogoContainer img {
  width: 204px;
  border: 0 solid;
}

.headerMenu img {
  width: 75px;
  padding: 2px;
}

.headerContainerRight {
  display: table-cell;
  /* IE9 Fix */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  min-width: 1%;
  /* Fix for Firefox */
  float: right;
}

.headerContainerRight-sub {
  display: table-cell;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  min-width: 1%;
  margin: 0 auto;
  text-align: center;
  align-content: center;
  justify-content: center;
  padding: 10px 0 0 0;
}

.headerButtonContainer {
  float: left;
  padding-right: 40px;
  -webkit-transform: translateZ(0);
  /* FIX ANDROID STOCK BROWSER VISIBILITY */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.mobile-sub-header {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 640px) {
  .mobile-sub-header {
    display: flex;
  }
}

.headerButton, .button {
  border: solid 1px white;
  font-size: 0.8em;
  height: 3.3em;
  width: 23em;
  color: white;
  background-color: transparent;
  line-height: 3.5em;
  -webkit-transform: translateZ(0);
  /* FIX ANDROID STOCK BROWSER VISIBILITY */
  text-transform: uppercase;
  white-space: nowrap;
}

.headerButton {
  display: block;
  padding: 0 0 0 8em;
}

.button {
  padding: 1em 4em 1em 4em;
}

.contentButton {
  border: solid 1px #736866;
  font-size: 0.8em;
  height: 3.3em;
  width: 23em;
  color: #736866;
  background-color: transparent;
  line-height: 3.5em;
  -webkit-transform: translateZ(0);
  /* FIX ANDROID STOCK BROWSER VISIBILITY */
  text-transform: uppercase;
  white-space: nowrap;
}

.headerButton2 {
  border: solid 1px white;
  font-size: 0.8em;
  height: 3.3em;
  min-width: 100px;
  color: white;
  background-color: transparent;
  line-height: 3.5em;
  -webkit-transform: translateZ(0);
  padding: 0 10px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.headerButton2 .fa {
  vertical-align: baseline;
  text-align: right;
  padding-left: 5px;
  box-sizing: border-box;
}

.headerButton3 {
  border: solid 1px #736866;
  font-size: 0.8em;
  height: 3.3em;
  color: white;
  background-color: #736866;
  line-height: 3.5em;
  -webkit-transform: translateZ(0);
  padding: 0 10px;
  display: block;
  text-transform: uppercase;
  white-space: nowrap;
}
.headerButton3.font-size-big {
  font-size: 1em;
  max-width: none;
}

.headerButton4, .headerButton4_invert {
  border: solid 1px white;
  font-size: 0.8em;
  height: 3.3em;
  min-width: 30px;
  color: white;
  background-color: transparent;
  line-height: 3.5em;
  -webkit-transform: translateZ(0);
  padding: 0 10px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.headerButton4_invert {
  background-color: #736866;
  border: none;
}

.headerButton5 {
  border: none;
  font-size: 0.8em;
  color: white;
  background-color: transparent;
  line-height: 1;
  -webkit-transform: translateZ(0);
  padding: 0 5px;
  display: block;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 16px;
}

.siteobject-zimmer a.textButton,
.html_siteobject a.textButton,
.timeline_siteobject a.textButton,
#siteobjects-middle a.textButton {
  border: solid 1px #736866;
  color: #736866;
  background-color: #fff;
  line-height: 1.3em;
  -webkit-transform: translateZ(0);
  padding: 10px 40px;
  display: inline-block;
  text-transform: uppercase;
  white-space: normal;
}
.siteobject-zimmer a.textButton.textButton2,
.html_siteobject a.textButton.textButton2,
.timeline_siteobject a.textButton.textButton2,
#siteobjects-middle a.textButton.textButton2 {
  color: #433e3c;
  background-color: #b6b0af;
  border: solid 1px #b6b0af;
}
.siteobject-zimmer a.textButton.textButton3,
.html_siteobject a.textButton.textButton3,
.timeline_siteobject a.textButton.textButton3,
#siteobjects-middle a.textButton.textButton3 {
  color: #fff;
  background-color: #736866;
}
@media (max-width: 768px) {
  .siteobject-zimmer a.textButton,
.html_siteobject a.textButton,
.timeline_siteobject a.textButton,
#siteobjects-middle a.textButton {
    font-size: 1em;
    line-height: 1.2em;
    padding: 10px 30px;
  }
}
@media (max-width: 480px) {
  .siteobject-zimmer a.textButton,
.html_siteobject a.textButton,
.timeline_siteobject a.textButton,
#siteobjects-middle a.textButton {
    font-size: 0.9em;
    line-height: 1.1em;
    padding: 10px 20px;
  }
}

.timeline_siteobject a.textButton {
  background-color: transparent;
  border-color: white;
  margin-top: 20px;
}

.siteobject-zimmer a.textButton::after, .html_siteobject a.textButton::after {
  content: "";
  margin: 0;
}

.headerMenu {
  /* margin-left: 2em; */
  cursor: pointer;
  width: 45px;
  float: left;
  padding-right: 40px;
  margin-right: 4em;
  -webkit-transform: translateZ(0);
  /* FIX ANDROID STOCK BROWSER VISIBILITY */
}

.headerMenu img {
  width: 100%;
}

.headerSliderContainer, .headerVideoContainer {
  width: 100vw;
}

.headerSliderContainer .slider-container.position-center-center .text {
  justify-content: center;
  align-items: center;
}
.headerSliderContainer .slider-container.position-center-center .text > * {
  text-align: center;
}
.headerSliderContainer .slider-container.position-left-bottom .text {
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 9rem;
  margin-left: 5em !important;
}
@media (max-width: 1080px) {
  .headerSliderContainer .slider-container.position-left-bottom .text {
    margin-bottom: 8rem;
    margin-left: 4em !important;
  }
}
@media (max-width: 768px) {
  .headerSliderContainer .slider-container.position-left-bottom .text {
    margin-bottom: 6rem;
    margin-left: 3.5em !important;
  }
}
@media (max-width: 480px) {
  .headerSliderContainer .slider-container.position-left-bottom .text {
    margin-bottom: 3.5rem;
    margin-left: 1em !important;
  }
}
.headerSliderContainer .slider-container.position-left-top .text {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 8.5rem;
  margin-left: 5em !important;
}
@media (max-width: 1080px) {
  .headerSliderContainer .slider-container.position-left-top .text {
    margin-top: 8rem;
    margin-left: 4em !important;
  }
}
@media (max-width: 768px) {
  .headerSliderContainer .slider-container.position-left-top .text {
    margin-top: 7.5rem;
    margin-left: 3.5em !important;
  }
}
@media (max-width: 480px) {
  .headerSliderContainer .slider-container.position-left-top .text {
    margin-top: 3rem;
    margin-left: 1em !important;
  }
}
.headerSliderContainer .slider-container.position-right-bottom .text {
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 9rem;
  margin-right: 5em !important;
  text-align: right;
}
@media (max-width: 1080px) {
  .headerSliderContainer .slider-container.position-right-bottom .text {
    margin-bottom: 8rem;
    margin-right: 4em !important;
  }
}
@media (max-width: 768px) {
  .headerSliderContainer .slider-container.position-right-bottom .text {
    margin-bottom: 6rem;
    margin-right: 3.5em !important;
  }
}
@media (max-width: 480px) {
  .headerSliderContainer .slider-container.position-right-bottom .text {
    margin-bottom: 3.5rem;
    margin-right: 1em !important;
  }
}
.headerSliderContainer .slider-container.position-right-top .text {
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 8.5rem;
  margin-right: 5em !important;
  text-align: right;
}
@media (max-width: 1080px) {
  .headerSliderContainer .slider-container.position-right-top .text {
    margin-top: 8rem;
    margin-right: 4em !important;
  }
}
@media (max-width: 768px) {
  .headerSliderContainer .slider-container.position-right-top .text {
    margin-top: 7.5rem;
    margin-right: 3.5em !important;
  }
}
@media (max-width: 480px) {
  .headerSliderContainer .slider-container.position-right-top .text {
    margin-top: 3rem;
    margin-right: 1em !important;
  }
}
.headerSliderContainer .slider-container.light .text .inner {
  color: white;
  background-color: rgba(115, 104, 102, 0.8);
}
.headerSliderContainer .slider-container.transparent .text .inner {
  color: white;
  background-color: transparent;
}
.headerSliderContainer .slider-container.big .text .inner {
  color: white;
  font-size: 48px;
  font-size: 4vw;
  line-height: 1.2;
  background-color: transparent;
}
.headerSliderContainer .slider-container .text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
}
@media (max-width: 480px) {
  .headerSliderContainer .slider-container .text {
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: none !important;
  }
}
.headerSliderContainer .slider-container .text .inner {
  font-size: 2.3em;
  margin: 0.3em 0 0.3em 0;
  line-height: 1.3em;
  text-transform: uppercase;
  color: white;
  padding: 10px 20px;
  background-color: #736866;
}
@media (max-width: 1080px) {
  .headerSliderContainer .slider-container .text .inner {
    font-size: 1.9em;
  }
}
@media (max-width: 480px) {
  .headerSliderContainer .slider-container .text .inner {
    font-size: 1.2em;
  }
}
.headerSliderContainer .slider-container picture {
  width: 100%;
}
.headerSliderContainer .slider-container picture img {
  width: 100%;
  height: auto;
}
.headerSliderContainer .slider-container img.zoom-in {
  transform: scale(1.2);
  transition: 10s all ease;
}

.headerSliderContainer.desktop {
  display: block;
}
@media (max-width: 480px) {
  .headerSliderContainer.desktop {
    display: none;
  }
}

.headerSliderContainer.headerSliderContainermobile {
  display: none;
}
@media (max-width: 480px) {
  .headerSliderContainer.headerSliderContainermobile {
    display: block;
  }
}

.headerVideoContainer > .player {
  width: 100vw !important;
  /* height: 100% !important; */
}

.lang > a:not(.curlang):not(.nothide) {
  display: none;
}

.curlang {
  font-weight: bold;
}

.pfeil_runter {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
  z-index: 998;
}

.pfeil_runter img {
  border: 0 solid;
  width: 100px;
}

.info-container {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
  z-index: 99;
}

.info-container .info {
  border-spacing: 0;
  height: 100%;
  vertical-align: middle;
}

.info-container .info .time {
  width: 100px;
  background-color: rgba(182, 176, 175, 0.9);
  padding: 10px;
  box-sizing: border-box;
  color: white;
  vertical-align: middle;
  height: 100%;
  font-size: 34px;
  line-height: 38px;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .info-container .info .time {
    font-size: 30px;
    line-height: 34px;
  }
}
@media (max-width: 480px) {
  .info-container .info .time {
    padding: 0 10px;
    font-size: 21px;
    line-height: 25px;
  }
}
.info-container .info .time div {
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 10px;
  box-sizing: border-box;
}
@media (max-width: 480px) {
  .info-container .info .time div {
    font-size: 11px;
    line-height: 14px;
  }
}

.info-container .info .title {
  width: 30%;
  padding: 20px;
  box-sizing: border-box;
  text-align: left;
  background-color: rgba(115, 104, 102, 0.9);
  vertical-align: middle;
}
.info-container .info .title a {
  font-size: 18px;
  line-height: 22px;
  font-weight: normal;
  text-transform: uppercase;
  color: white;
  hyphens: auto;
}
@media (max-width: 768px) {
  .info-container .info .title a {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 480px) {
  .info-container .info .title a {
    font-size: 14px;
    line-height: 18px;
  }
}

.info-container .more {
  width: 100px;
  background-color: #dad6d5;
  padding: 20px;
  box-sizing: border-box;
  height: 100%;
  vertical-align: middle;
}

.info-container .more a {
  color: #736866;
  text-transform: uppercase;
}

.newstermine_siteobject {
  padding: 6.8em;
  box-sizing: border-box;
  background-color: #efeeee;
}

.newstermine_siteobject h1 {
  text-transform: uppercase;
}

.newstermine_siteobject .sub-title {
  font-size: 1.8em;
  line-height: 1.5em;
}

.newstermine_siteobject .newstermine-container {
  margin-top: 6.8em;
  width: 100%;
}

div.termine_siteobject.newstermine_siteobject .newstermine-container,
div.terminedates_siteobject.newstermine_siteobject .newstermine-container {
  margin-top: 0;
}

div.termine_siteobject.newstermine_siteobject .newstermine-container .termine-liste {
  width: 100%;
}

div.termine_siteobject.newstermine_siteobject table.terminitem {
  float: left;
  width: 50%;
}

div.terminedates_siteobject.newstermine_siteobject .newstermine-container .termine-liste {
  width: 100%;
  padding: 0;
  background-color: transparent;
}

div.terminedates_siteobject.newstermine_siteobject .newstermine-container .termine-liste .termine {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

div.terminedates_siteobject.newstermine_siteobject .newstermine-container .termine-liste .termine table {
  max-width: 100px;
  margin-bottom: 0;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  div.terminedates_siteobject.newstermine_siteobject .newstermine-container .termine-liste .termine table {
    max-width: calc(25% - 10px);
  }
}
@media (max-width: 360px) {
  div.terminedates_siteobject.newstermine_siteobject .newstermine-container .termine-liste .termine table {
    max-width: calc(33.333333% - 10px);
  }
}
@media (max-width: 320px) {
  div.terminedates_siteobject.newstermine_siteobject .newstermine-container .termine-liste .termine table {
    max-width: calc(50% - 10px);
  }
}

.newstermine_siteobject .newstermine-container table {
  border-spacing: 0;
  margin-bottom: 40px;
  width: 100%;
}

.newstermine_siteobject .newstermine-container table:last-child {
  margin-bottom: 0;
}

.newstermine_siteobject .newstermine-container .termine-liste {
  background-color: white;
  box-sizing: border-box;
  padding: 40px;
  border-right: 40px solid #efeeee;
  float: left;
  width: 50%;
}

.newstermine_siteobject .newstermine-container .termine-liste .termine .jahr h2 {
  font-weight: bold;
}

.newstermine_siteobject .newstermine-container .termine-liste .termine .time {
  width: 100px;
  background-color: var(--color-primary);
  padding: 10px;
  box-sizing: border-box;
  color: white;
  text-align: center;
  vertical-align: middle;
  height: 100%;
  font-size: 34px;
  line-height: 38px;
  font-weight: bold;
  text-transform: uppercase;
  min-width: 100px;
}

.newstermine_siteobject .newstermine-container .termine-liste .termine .time div.month {
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 10px;
  box-sizing: border-box;
}

.newstermine_siteobject .newstermine-container .termine-liste .termine .time span.trenner {
  line-height: 1;
  display: block;
  font-size: 12px;
}

.newstermine_siteobject .newstermine-container .termine-liste .termine .title {
  max-width: 200px;
  padding: 20px 0 20px 20px;
  box-sizing: border-box;
  text-align: left;
  background-color: white;
  vertical-align: middle;
}

.newstermine_siteobject .newstermine-container .termine-liste .termine .title h3 {
  font-size: 18px;
  line-height: 22px;
  font-weight: normal;
  text-transform: uppercase;
  color: #736866;
  hyphens: auto;
}

.newstermine_siteobject .newstermine-container .termine-liste .termine .title p {
  display: block;
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
  text-transform: none;
  color: #736866;
}

.newstermine_siteobject .newstermine-container .news-liste {
  background-color: white;
  box-sizing: border-box;
  padding: 40px;
  border-left: 40px solid #efeeee;
  float: right;
  width: 50%;
}

.newstermine_siteobject .newstermine-container .news-liste .news .time {
  width: 100px;
  background-color: var(--color-primary);
  padding: 10px;
  box-sizing: border-box;
  color: white;
  text-align: center;
  vertical-align: middle;
  height: 100%;
  font-size: 34px;
  line-height: 38px;
  font-weight: bold;
  text-transform: uppercase;
}

.newstermine_siteobject .newstermine-container .news-liste .news .time div {
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 10px;
  box-sizing: border-box;
}

.newstermine_siteobject .newstermine-container .news-liste .news .title {
  max-width: 200px;
  padding: 20px 0 20px 20px;
  box-sizing: border-box;
  text-align: left;
  background-color: white;
  vertical-align: middle;
}

.newstermine_siteobject .newstermine-container .news-liste .news .title h3 {
  font-size: 18px;
  line-height: 22px;
  font-weight: normal;
  text-transform: uppercase;
  color: #736866;
  hyphens: auto;
}

.newstermine_siteobject .newstermine-container .news-liste .news .title p {
  display: block;
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
  text-transform: none;
  color: #736866;
}

.detailseite {
  width: 100%;
  padding: 6.8em;
  box-sizing: border-box;
  background-color: #efeeee;
}

.detailseite .img-container {
  float: left;
  width: 50%;
  border-right: 20px solid #efeeee;
  box-sizing: border-box;
}

.detailseite .img-container img {
  width: 100%;
}

.detailseite .content {
  float: right;
  width: 50%;
  border-left: 20px solid #efeeee;
  box-sizing: border-box;
}

.detailseite .content .title {
  font-size: 1.4em;
  line-height: 1.2em;
  text-transform: uppercase;
  font-weight: normal;
}

.detailseite .content .date {
  font-size: 1em;
  line-height: 1.2em;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 10px;
}

.detailseite .content a.button {
  border: solid 1px #736866;
  font-size: 0.8em;
  height: 3.3em;
  color: white;
  background-color: #736866;
  line-height: 3.5em;
  -webkit-transform: translateZ(0);
  padding: 0 10px;
  display: block;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100px;
  text-align: center;
  margin-top: 20px;
}

.detailseite .content li {
  margin-left: 20px;
  margin-bottom: 10px;
  line-height: 30px;
}

.detailseite .content p {
  line-height: 30px;
}

.button_ueberspringen {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
  z-index: 998;
}

.container {
  width: 100%;
}

.containerText {
  padding: 6.8em;
}

.bg-logo {
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 95%;
  background-color: white;
}

.noTransition {
  -moz-transition: none !important;
  -webkit-transition: none !important;
  /* -o-transition: color 0 ease-in !important; */
  transition: none !important;
}

.containerKachelnGross {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: table;
  /* IE9 FIX */
  /*
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  */
}

.kachelGross {
  display: table-cell;
  /* IE9 Fix */
  /* flex: 1 1 auto; */
  width: 50%;
  position: relative;
  float: left;
}

.kachelGross img, .kachelGross img {
  width: 100%;
}

.kachelGrossDiv, .kachelGrossDiv2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.kachelGrossDiv td, .kachelGrossDiv2 td {
  vertical-align: middle;
  /*padding: 0 2em 0 10em;*/
  text-align: center;
}

.kachelGrossDiv h1, .kachelGrossDiv2 h1 {
  margin: 0;
  color: white;
  font-size: 1.3em;
  font-family: machoregular;
  text-transform: uppercase;
}

.kachelGrossDiv h2, .kachelGrossDiv2 h2 {
  margin: 0;
  color: white;
  font-size: 4em;
  font-family: macho;
  max-height: 400px;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
  text-transform: uppercase;
}

.kachelGrossDiv p, .kachelGrossDiv2 p {
  font-size: 1em;
  color: white;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  text-align: center;
  padding: 0.5em 2em 0.5em 2em;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.kachelGrossDiv:hover, .kachelGrossDiv2:hover,
.kachelGrossDiv:active, .kachelGrossDiv2:active {
  /* pseudo active class for IOS hover fix */
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-user-select: none;
  /* IOS hover fix */
  -webkit-touch-callout: none;
  /* IOS hover fix */
}

.kachelGrossDiv:hover h2, .kachelGrossDiv2:hover h2 {
  max-height: 0;
}

.kachelGrossDiv:hover h2.noHover, .kachelGrossDiv2:hover h2.noHover {
  max-height: 400px !important;
}

.kachelGrossDiv:hover p, .kachelGrossDiv2:hover p {
  max-height: 700px;
  opacity: 1;
}

/*
.kachelGrossDiv2 h2 {
    font-size: 2em;
    font-family: machoregular;
}*/
.kachelGrossDiv2 div {
  padding: 0.5em 2em 0.5em 2em;
  color: white;
  font-size: 1em;
  font-family: machoregular;
  text-align: left;
}

.containerKacheln {
  width: 100%;
}

.container-kacheln {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.kachel {
  width: 20%;
  list-style: none;
  position: relative;
  font-size: 1.3em;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  width: 20%;
  height: 100%;
  text-transform: uppercase;
  color: white;
  border: 1px solid white;
}
@media (max-width: 768px) {
  .kachel {
    width: 100%;
    aspect-ratio: 7/1;
  }
}
.kachel a {
  text-transform: uppercase;
  color: white;
}

/*
 * NEUE VERSION fuer Bigbox Modul
 */
.bigboxes_siteobject, .bigboxeslong_siteobject {
  /*
  .kachelGrossDiv2 h2 {
      font-size: 2em;
      font-family: machoregular;
  }*/
}
.bigboxes_siteobject .containerKachelnGross, .bigboxeslong_siteobject .containerKachelnGross {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: table;
  /* IE9 FIX */
  /*
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  */
}
.bigboxes_siteobject .kachelGross, .bigboxeslong_siteobject .kachelGross {
  display: table-cell;
  /* IE9 Fix */
  /* flex: 1 1 auto; */
  width: 50%;
  position: relative;
  float: left;
  margin-left: 0 !important;
}
.bigboxes_siteobject .kachelGross img, .bigboxeslong_siteobject .kachelGross img {
  width: 100%;
}
@media (max-width: 768px) {
  .bigboxes_siteobject .kachelGross, .bigboxeslong_siteobject .kachelGross {
    width: 100%;
  }
}
.bigboxes_siteobject .kachelGrossDiv, .bigboxes_siteobject .kachelGrossDiv2, .bigboxeslong_siteobject .kachelGrossDiv, .bigboxeslong_siteobject .kachelGrossDiv2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.bigboxes_siteobject .kachelGrossDiv:hover, .bigboxes_siteobject .kachelGrossDiv:active, .bigboxes_siteobject .kachelGrossDiv2:hover, .bigboxes_siteobject .kachelGrossDiv2:active, .bigboxeslong_siteobject .kachelGrossDiv:hover, .bigboxeslong_siteobject .kachelGrossDiv:active, .bigboxeslong_siteobject .kachelGrossDiv2:hover, .bigboxeslong_siteobject .kachelGrossDiv2:active {
  /* pseudo active class for IOS hover fix */
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-user-select: none;
  /* IOS hover fix */
  -webkit-touch-callout: none;
  /* IOS hover fix */
}
.bigboxes_siteobject .kachelGrossDiv:hover h2, .bigboxes_siteobject .kachelGrossDiv:active h2, .bigboxes_siteobject .kachelGrossDiv2:hover h2, .bigboxes_siteobject .kachelGrossDiv2:active h2, .bigboxeslong_siteobject .kachelGrossDiv:hover h2, .bigboxeslong_siteobject .kachelGrossDiv:active h2, .bigboxeslong_siteobject .kachelGrossDiv2:hover h2, .bigboxeslong_siteobject .kachelGrossDiv2:active h2 {
  max-height: unset !important;
}
.bigboxes_siteobject .kachelGrossDiv:hover h3, .bigboxes_siteobject .kachelGrossDiv:active h3, .bigboxes_siteobject .kachelGrossDiv2:hover h3, .bigboxes_siteobject .kachelGrossDiv2:active h3, .bigboxeslong_siteobject .kachelGrossDiv:hover h3, .bigboxeslong_siteobject .kachelGrossDiv:active h3, .bigboxeslong_siteobject .kachelGrossDiv2:hover h3, .bigboxeslong_siteobject .kachelGrossDiv2:active h3 {
  max-height: 0 !important;
}
.bigboxes_siteobject .kachelGrossDiv:hover h3.noHover, .bigboxes_siteobject .kachelGrossDiv:active h3.noHover, .bigboxes_siteobject .kachelGrossDiv2:hover h3.noHover, .bigboxes_siteobject .kachelGrossDiv2:active h3.noHover, .bigboxeslong_siteobject .kachelGrossDiv:hover h3.noHover, .bigboxeslong_siteobject .kachelGrossDiv:active h3.noHover, .bigboxeslong_siteobject .kachelGrossDiv2:hover h3.noHover, .bigboxeslong_siteobject .kachelGrossDiv2:active h3.noHover {
  max-height: 400px !important;
}
.bigboxes_siteobject .kachelGrossDiv:hover p, .bigboxes_siteobject .kachelGrossDiv:active p, .bigboxes_siteobject .kachelGrossDiv2:hover p, .bigboxes_siteobject .kachelGrossDiv2:active p, .bigboxeslong_siteobject .kachelGrossDiv:hover p, .bigboxeslong_siteobject .kachelGrossDiv:active p, .bigboxeslong_siteobject .kachelGrossDiv2:hover p, .bigboxeslong_siteobject .kachelGrossDiv2:active p {
  max-height: 700px;
  opacity: 1;
}
.bigboxes_siteobject .kachelGrossDiv td, .bigboxes_siteobject .kachelGrossDiv2 td, .bigboxeslong_siteobject .kachelGrossDiv td, .bigboxeslong_siteobject .kachelGrossDiv2 td {
  vertical-align: middle;
  /*padding: 0 2em 0 10em;*/
  text-align: center;
}
.bigboxes_siteobject .kachelGrossDiv h2, .bigboxes_siteobject .kachelGrossDiv2 h2, .bigboxeslong_siteobject .kachelGrossDiv h2, .bigboxeslong_siteobject .kachelGrossDiv2 h2 {
  margin: 0;
  color: white;
  font-size: 1.3em;
  font-family: machoregular;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .bigboxes_siteobject .kachelGrossDiv h2, .bigboxes_siteobject .kachelGrossDiv2 h2, .bigboxeslong_siteobject .kachelGrossDiv h2, .bigboxeslong_siteobject .kachelGrossDiv2 h2 {
    font-size: 2.5em;
  }
}
@media (max-width: 480px) {
  .bigboxes_siteobject .kachelGrossDiv h2, .bigboxes_siteobject .kachelGrossDiv2 h2, .bigboxeslong_siteobject .kachelGrossDiv h2, .bigboxeslong_siteobject .kachelGrossDiv2 h2 {
    font-size: 1em;
  }
}
.bigboxes_siteobject .kachelGrossDiv h3, .bigboxes_siteobject .kachelGrossDiv2 h3, .bigboxeslong_siteobject .kachelGrossDiv h3, .bigboxeslong_siteobject .kachelGrossDiv2 h3 {
  margin: 0;
  color: white;
  font-size: 4em;
  font-family: macho;
  max-height: 400px;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
  text-transform: uppercase;
}
@media (max-width: 1080px) {
  .bigboxes_siteobject .kachelGrossDiv h3, .bigboxes_siteobject .kachelGrossDiv2 h3, .bigboxeslong_siteobject .kachelGrossDiv h3, .bigboxeslong_siteobject .kachelGrossDiv2 h3 {
    font-size: 2.5em;
  }
}
@media (max-width: 1024px) {
  .bigboxes_siteobject .kachelGrossDiv h3, .bigboxes_siteobject .kachelGrossDiv2 h3, .bigboxeslong_siteobject .kachelGrossDiv h3, .bigboxeslong_siteobject .kachelGrossDiv2 h3 {
    font-size: 4em;
  }
}
@media (max-width: 480px) {
  .bigboxes_siteobject .kachelGrossDiv h3, .bigboxes_siteobject .kachelGrossDiv2 h3, .bigboxeslong_siteobject .kachelGrossDiv h3, .bigboxeslong_siteobject .kachelGrossDiv2 h3 {
    font-size: 1.6em;
  }
}
.bigboxes_siteobject .kachelGrossDiv p, .bigboxes_siteobject .kachelGrossDiv2 p, .bigboxeslong_siteobject .kachelGrossDiv p, .bigboxeslong_siteobject .kachelGrossDiv2 p {
  font-size: 1em;
  color: white;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  text-align: center;
  padding: 0.5em 2em 0.5em 2em;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
@media (max-width: 1080px) {
  .bigboxes_siteobject .kachelGrossDiv p, .bigboxes_siteobject .kachelGrossDiv2 p, .bigboxeslong_siteobject .kachelGrossDiv p, .bigboxeslong_siteobject .kachelGrossDiv2 p {
    font-size: 0.9em;
  }
}
@media (max-width: 1024px) {
  .bigboxes_siteobject .kachelGrossDiv p, .bigboxes_siteobject .kachelGrossDiv2 p, .bigboxeslong_siteobject .kachelGrossDiv p, .bigboxeslong_siteobject .kachelGrossDiv2 p {
    font-size: 1.3em;
    line-height: 1.5em;
  }
}
@media (max-width: 480px) {
  .bigboxes_siteobject .kachelGrossDiv p, .bigboxes_siteobject .kachelGrossDiv2 p, .bigboxeslong_siteobject .kachelGrossDiv p, .bigboxeslong_siteobject .kachelGrossDiv2 p {
    font-size: 0.9em;
    line-height: 0.9em;
    padding: 0.5em 0.5em 0.5em 0.5em;
  }
}
.bigboxes_siteobject .kachelGrossDiv2 div, .bigboxeslong_siteobject .kachelGrossDiv2 div {
  padding: 0.5em 2em 0.5em 2em;
  color: white;
  font-size: 1em;
  font-family: machoregular;
  text-align: left;
}
.bigboxes_siteobject .containerKacheln, .bigboxeslong_siteobject .containerKacheln {
  width: 100%;
}
.bigboxes_siteobject .kachel, .bigboxeslong_siteobject .kachel {
  display: block;
  float: left;
  width: 20%;
  height: 0;
  overflow: hidden;
  padding-bottom: 20%;
  text-align: center;
  list-style: none;
  position: relative;
  font-size: 1.3em;
}
@media (max-width: 640px) {
  .bigboxes_siteobject .kachel, .bigboxeslong_siteobject .kachel {
    width: 100%;
  }
}

.bigboxeslong_siteobject .kachelGross {
  width: 100%;
}

.footer a {
  color: white;
}

.footer_top, .footer_bottom {
  display: table;
  /* IE9 Fix */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 6.8em !important;
  margin: 0 !important;
}
@media (max-width: 1024px) {
  .footer_top, .footer_bottom {
    padding: 0 3.8em !important;
    flex-wrap: wrap;
  }
}
@media (max-width: 640px) {
  .footer_top, .footer_bottom {
    padding: 0 20px !important;
  }
}

@media (max-width: 768px) {
  .footer_top > div {
    width: 50%;
  }
  .footer_top .footer_icons {
    width: 100%;
    padding-top: 0;
  }
}
@media (max-width: 480px) {
  .footer_top .footer_icons {
    padding: 20px 0;
    justify-content: center;
  }
  .footer_top .footer_icons > div {
    padding: 0;
    margin: 0;
    max-width: 100px;
  }
}

.footer_top_top {
  display: block;
  text-align: center;
  padding: 80px 40px 0 40px;
  box-sizing: border-box;
}
@media (max-width: 480px) {
  .footer_top_top {
    padding: 20px 20px 20px 20px;
  }
}
.footer_top_top .footer_icon {
  display: inline-block;
  padding: 0px 40px 0 40px;
  box-sizing: border-box;
}
@media (max-width: 480px) {
  .footer_top_top .footer_icon {
    width: auto;
    padding: 0px 20px 0 20px;
  }
}
.footer_top_top .footer_icon i {
  font-size: 35px;
}
@media (max-width: 480px) {
  .footer_top_top .footer_icon i {
    font-size: 30px;
  }
}

.footer_top > div {
  display: table-cell;
  float: left;
  padding: 2em 2.5em 1.5em 0;
  font-size: 1.3em;
  font-family: machoregular;
  -webkit-transform: translateZ(0);
  /* FIX ANDROID STOCK BROWSER VISIBILITY */
}

.footer_bottom > div {
  display: table-cell;
  float: left;
  padding: 0 1em 5em 0;
  font-size: 1em;
  font-family: machoregular;
  -webkit-transform: translateZ(0);
  /* FIX ANDROID STOCK BROWSER VISIBILITY */
}

@media (max-width: 480px) {
  .footer_bottom {
    padding-bottom: 20px !important;
  }
}

.footer_icons {
  display: flex !important;
  margin-left: auto;
}

.footer_icon {
  width: 15px;
  -webkit-transform: translateZ(0);
  /* FIX ANDROID STOCK BROWSER VISIBILITY */
  margin-left: 2.5rem;
  transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  -webkit-transform: scale(1.5);
}

.footer_icon img {
  border: 0 solid;
  width: 100%;
}

.social-share-container i.fa {
  font-size: 2rem;
  padding: 0.6rem;
  box-sizing: border-box;
}
@media (max-width: 910px) {
  .social-share-container i.fa {
    font-size: 1.8rem;
    padding: 0.5rem;
  }
}
@media (max-width: 480px) {
  .social-share-container i.fa {
    font-size: 1.6rem;
    padding: 0.4rem;
  }
}

.bg-color-default {
  background-color: var(--color-primary);
}

.bg-color-white {
  background-color: #b6b0af;
  color: white;
}

.bg-color-white a {
  color: white;
}

.bg-color-beige {
  background-color: #b6b0af;
  color: white;
}

.opacity-25 {
  opacity: 0.25;
}

.width-100 {
  width: 100%;
}

.height-10 {
  height: 10em;
}

.height-15 {
  height: 15em;
}

.p-t-10 {
  padding-top: 10em;
}

.m-t-2 {
  margin-top: 4em;
}

.fancy-container {
  /* background: #303030;*/
  margin-top: -50px;
  padding: 40px 6.8em;
}

.fancy-container-inner {
  margin-left: -20px;
  margin-right: -20px;
}

.fancythumb {
  width: 16%;
  box-sizing: border-box;
  padding: 20px;
  vertical-align: bottom;
}

.datepicker-container {
  z-index: 10002 !important;
}

.datepicker-top-left, .datepicker-top-right {
  border-top-color: #736866 !important;
}

.datepicker-top-left::before, .datepicker-top-right::before {
  border-bottom-color: #736866 !important;
}

.html_siteobject a:hover {
  text-decoration: underline dotted;
}

.html_siteobject a::after {
  content: "\f08e";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  margin: 0 0 0 0.5em;
  text-decoration: none;
  font-size: 0.5em;
  vertical-align: top;
}

.html_siteobject a.noarrow::after {
  content: "";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  margin: 0 0 0 0;
  text-decoration: none;
  font-size: 0.5em;
  vertical-align: top;
}

.html_siteobject p {
  display: inline-block;
  width: 100%;
}

.html_siteobject a.noarrow img {
  margin-left: 20px;
  margin-bottom: 40px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .html_siteobject a.noarrow img {
    margin-left: 20px !important;
    margin-bottom: 40px;
    margin-top: 0px;
    max-height: 70px !important;
    width: auto;
  }
}
@media (max-width: 480px) {
  .html_siteobject a.noarrow img {
    margin-left: 10px !important;
    margin-bottom: 10px;
    margin-top: 0px;
    max-height: 50px !important;
  }
}

.html_siteobject,
.rbuchung_siteobject,
.video_siteobject,
.htmlvideo_siteobject,
.externalscripts_siteobject,
.imgpanoramafull_siteobject {
  padding: 6.8em;
  margin: 0;
}
@media (max-width: 1024px) {
  .html_siteobject,
.rbuchung_siteobject,
.video_siteobject,
.htmlvideo_siteobject,
.externalscripts_siteobject,
.imgpanoramafull_siteobject {
    padding: 3.8em;
  }
}
@media (max-width: 640px) {
  .html_siteobject,
.rbuchung_siteobject,
.video_siteobject,
.htmlvideo_siteobject,
.externalscripts_siteobject,
.imgpanoramafull_siteobject {
    padding: 20px;
  }
}
.html_siteobject.padding-top,
.rbuchung_siteobject.padding-top,
.video_siteobject.padding-top,
.htmlvideo_siteobject.padding-top,
.externalscripts_siteobject.padding-top,
.imgpanoramafull_siteobject.padding-top {
  padding: 6.8em;
  padding-bottom: 0;
}
@media (max-width: 1024px) {
  .html_siteobject.padding-top,
.rbuchung_siteobject.padding-top,
.video_siteobject.padding-top,
.htmlvideo_siteobject.padding-top,
.externalscripts_siteobject.padding-top,
.imgpanoramafull_siteobject.padding-top {
    padding: 3.8em;
    padding-bottom: 0;
  }
}
@media (max-width: 640px) {
  .html_siteobject.padding-top,
.rbuchung_siteobject.padding-top,
.video_siteobject.padding-top,
.htmlvideo_siteobject.padding-top,
.externalscripts_siteobject.padding-top,
.imgpanoramafull_siteobject.padding-top {
    padding: 20px;
    padding-bottom: 0;
  }
}
.html_siteobject.padding-bottom,
.rbuchung_siteobject.padding-bottom,
.video_siteobject.padding-bottom,
.htmlvideo_siteobject.padding-bottom,
.externalscripts_siteobject.padding-bottom,
.imgpanoramafull_siteobject.padding-bottom {
  padding: 6.8em;
  padding-top: 0;
}
@media (max-width: 1024px) {
  .html_siteobject.padding-bottom,
.rbuchung_siteobject.padding-bottom,
.video_siteobject.padding-bottom,
.htmlvideo_siteobject.padding-bottom,
.externalscripts_siteobject.padding-bottom,
.imgpanoramafull_siteobject.padding-bottom {
    padding: 3.8em;
    padding-top: 0;
  }
}
@media (max-width: 640px) {
  .html_siteobject.padding-bottom,
.rbuchung_siteobject.padding-bottom,
.video_siteobject.padding-bottom,
.htmlvideo_siteobject.padding-bottom,
.externalscripts_siteobject.padding-bottom,
.imgpanoramafull_siteobject.padding-bottom {
    padding: 20px;
    padding-top: 0;
  }
}
.html_siteobject.padding-no,
.rbuchung_siteobject.padding-no,
.video_siteobject.padding-no,
.htmlvideo_siteobject.padding-no,
.externalscripts_siteobject.padding-no,
.imgpanoramafull_siteobject.padding-no {
  padding: 6.8em;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1024px) {
  .html_siteobject.padding-no,
.rbuchung_siteobject.padding-no,
.video_siteobject.padding-no,
.htmlvideo_siteobject.padding-no,
.externalscripts_siteobject.padding-no,
.imgpanoramafull_siteobject.padding-no {
    padding: 3.8em;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 640px) {
  .html_siteobject.padding-no,
.rbuchung_siteobject.padding-no,
.video_siteobject.padding-no,
.htmlvideo_siteobject.padding-no,
.externalscripts_siteobject.padding-no,
.imgpanoramafull_siteobject.padding-no {
    padding: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.html_siteobject.no-padding-video,
.rbuchung_siteobject.no-padding-video,
.video_siteobject.no-padding-video,
.htmlvideo_siteobject.no-padding-video,
.externalscripts_siteobject.no-padding-video,
.imgpanoramafull_siteobject.no-padding-video {
  padding: 0;
}
.html_siteobject.padding-small,
.rbuchung_siteobject.padding-small,
.video_siteobject.padding-small,
.htmlvideo_siteobject.padding-small,
.externalscripts_siteobject.padding-small,
.imgpanoramafull_siteobject.padding-small {
  padding-top: 3.4em;
  padding-bottom: 3.4em;
}
@media (max-width: 1024px) {
  .html_siteobject.padding-small,
.rbuchung_siteobject.padding-small,
.video_siteobject.padding-small,
.htmlvideo_siteobject.padding-small,
.externalscripts_siteobject.padding-small,
.imgpanoramafull_siteobject.padding-small {
    padding-top: 1.9em;
    padding-bottom: 1.9em;
  }
}
@media (max-width: 640px) {
  .html_siteobject.padding-small,
.rbuchung_siteobject.padding-small,
.video_siteobject.padding-small,
.htmlvideo_siteobject.padding-small,
.externalscripts_siteobject.padding-small,
.imgpanoramafull_siteobject.padding-small {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.html_siteobject.bg-grey {
  background-color: #efeeee;
}

.formular_siteobject .siteobject-content {
  width: 100%;
}

.formular_siteobject .siteobject-content {
  width: 100%;
}

.formular_siteobject .siteobject-content table {
  width: 80%;
}

.formular_siteobject .siteobject-content table .contact_col_left {
  text-align: right;
  padding: 10px;
  box-sizing: border-box;
  vertical-align: middle;
  width: 260px;
}

.formular_siteobject .siteobject-content table .contact_col_middle {
  text-align: left;
  padding: 10px;
  box-sizing: border-box;
}

.formular_siteobject .siteobject-content table .contact_col_middle select,
.formular_siteobject .siteobject-content table .contact_col_middle input[type=text],
.formular_siteobject .siteobject-content table .contact_col_middle input[type=date],
.formular_siteobject .siteobject-content table .contact_col_middle textarea {
  padding: 10px;
  box-sizing: border-box;
  background-color: rgba(182, 176, 175, 0.25);
  border: none;
  border-radius: 0;
  margin: 0 auto;
  transition: background-color 0.5s ease;
}
@media (max-width: 640px) {
  .formular_siteobject .siteobject-content table .contact_col_middle select,
.formular_siteobject .siteobject-content table .contact_col_middle input[type=text],
.formular_siteobject .siteobject-content table .contact_col_middle input[type=date],
.formular_siteobject .siteobject-content table .contact_col_middle textarea {
    width: 100%;
  }
}

.formular_siteobject .siteobject-content table .contact_col_middle input[type=text]:focus,
.formular_siteobject .siteobject-content table .contact_col_middle input[type=date]:focus,
.formular_siteobject .siteobject-content table .contact_col_middle textarea:focus {
  background-color: rgba(182, 176, 175, 0.45);
}

.maintable.formborder {
  margin: 0 auto;
  padding: 50px;
  box-sizing: border-box;
}
@media (max-width: 640px) {
  .maintable.formborder {
    padding: 20px !important;
    width: 100% !important;
  }
}
.maintable.formborder .contact_col_left {
  text-align: right;
  padding: 5px;
  box-sizing: border-box;
}
@media (max-width: 640px) {
  .maintable.formborder .contact_col_left {
    display: block;
    width: 100%;
    text-align: left !important;
    padding-bottom: 0 !important;
  }
}
.maintable.formborder .contact_col_middle {
  text-align: left;
  padding: 5px;
  box-sizing: border-box;
}
@media (max-width: 640px) {
  .maintable.formborder .contact_col_middle {
    display: block;
    width: 100%;
  }
}
.maintable.formborder .contact_col_middle #ds {
  display: inline-block;
  width: 20px;
  margin-top: 4px;
}
.maintable.formborder .contact_col_middle #ds ~ label {
  width: calc(100% - 30px);
  display: inline-block;
  font-weight: bold;
}
@media (max-width: 640px) {
  .maintable.formborder .ds-row td:nth-child(1) {
    display: none;
  }
}

#popover {
  width: 100%;
  position: fixed;
  top: 0%;
  left: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.45);
  padding: 10%;
  padding-bottom: 0;
  box-sizing: border-box;
  overflow-y: scroll;
}
@media (max-width: 768px) {
  #popover {
    padding: 8%;
  }
}
@media (max-width: 640px) {
  #popover {
    padding: 20px;
    padding-top: 8%;
  }
}
#popover .popover-inner {
  position: relative;
  background-color: #a8b2c1;
  color: white;
  padding: 80px;
  box-sizing: border-box;
  max-width: 800px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 0px 10px 3px rgba(64, 64, 64, 0.5);
  -moz-box-shadow: 0px 0px 10px 3px rgba(64, 64, 64, 0.5);
  box-shadow: 0px 0px 10px 3px rgba(64, 64, 64, 0.5);
}
@media (max-width: 768px) {
  #popover .popover-inner {
    padding: 40px;
  }
}
@media (max-width: 640px) {
  #popover .popover-inner {
    padding: 40px 20px;
  }
}
#popover .popover-inner .popover-closer {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
}
#popover .popover-inner .popover-closer .fa {
  font-size: 30px;
}

.review-container {
  position: absolute;
  right: 5%;
  bottom: 15%;
  border: 1px solid white;
  border-radius: 5px;
  background-color: rgba(115, 104, 102, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .review-container {
    bottom: 18%;
  }
}
@media (max-width: 768px) {
  .review-container {
    bottom: 22%;
    padding: 15px;
  }
}
@media (max-width: 640px) {
  .review-container {
    bottom: 25%;
    padding: 10px;
  }
}
.review-container a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.review-container .note_text {
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  font-size: clamp(1.125rem, calc(1.0572rem + 0.3012vw), 1.25rem);
  line-height: 1;
}
@media (max-width: 480px) {
  .review-container .note_text {
    font-size: 14px;
  }
}
.review-container .note_zahl {
  color: white;
  font-weight: bold;
  font-size: clamp(1.875rem, calc(1.5361rem + 1.5060vw), 2.5rem);
  line-height: 1;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .review-container .note_zahl {
    font-size: 16px;
    margin-bottom: 3px;
  }
}
.review-container .sterne {
  margin-bottom: 2px;
}
@media (max-width: 480px) {
  .review-container .sterne {
    margin-bottom: 0;
    display: flex;
  }
}
.review-container .sterne i {
  color: white;
  font-weight: bold;
  font-size: clamp(0.875rem, calc(0.8072rem + 0.3012vw), 1rem);
  line-height: 1;
}
@media (max-width: 480px) {
  .review-container .sterne i {
    font-size: 10px;
  }
}
.review-container .bewertungen {
  color: white;
  font-weight: bold;
  font-size: clamp(0.875rem, calc(0.8072rem + 0.3012vw), 1rem);
  line-height: 1;
}
@media (max-width: 480px) {
  .review-container .bewertungen {
    font-size: 14px;
  }
}

/* JQUERY MODAL */
.blocker {
  z-index: 99999 !important;
}

.modal {
  max-width: 700px !important;
  box-sizing: border-box;
  width: 90% !important;
  background: #736866 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -o-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  border-radius: 0 !important;
  text-align: center !important;
  padding: 0 !important;
  padding-top: 30px !important;
  border: none !important;
  box-shadow: 0 0 0 transparent !important;
}

.modal table {
  border-spacing: 0;
}

.modal td {
  width: 350px;
  background-color: transparent;
}

.modal td:first-child {
  border-right: 1px solid #9d9290;
}

.modal td:last-child {
  border-left: 0 solid white;
}

.modal .modal-inner {
  background-color: #736866;
  padding: 30px;
  padding-top: 10px;
  box-sizing: border-box;
  height: 250px;
}

.modal h2 {
  color: white;
  height: 66px;
  font-size: 1.7em;
  line-height: 1.2em;
  text-transform: uppercase;
  font-weight: normal;
  font-family: "machoregular";
}

.modal p {
  color: white;
  font-size: 2em;
  line-height: 1.5em;
  text-transform: uppercase;
  font-weight: 900;
  height: 80px;
  font-family: "macho";
}

.modal .headerButtonContainer {
  padding: 0;
  float: none;
  max-width: 180px;
  margin: 0 auto;
}

.modal .close-part {
  background-color: #736866;
  padding: 10px 0 5px 0;
  box-sizing: border-box;
}

.modal .close-part a {
  color: white;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

#palais-container {
  padding: 80px 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #palais-container {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 480px) {
  #palais-container {
    padding: 50px 20px;
  }
}
@media screen and (max-width: 360px) {
  #palais-container {
    padding: 40px 20px;
  }
}
#palais-container hr {
  margin: 0 auto;
  margin-bottom: 2em;
}
#palais-container img {
  max-width: 200px;
}
@media screen and (max-width: 768px) {
  #palais-container img {
    max-width: 150px;
  }
}
@media screen and (max-width: 480px) {
  #palais-container img {
    max-width: 120px;
  }
}
@media screen and (max-width: 360px) {
  #palais-container img {
    max-width: 100px;
  }
}

@media (max-width: 1400px) {
  .fancythumb {
    width: 24%;
  }
}
@media (max-width: 1160px) {
  .headerLogoContainer {
    padding-left: 2em;
  }

  .headerMenu {
    margin-right: 2em;
  }
}
@media (max-width: 1120px) {
  .headerLogoContainer {
    padding-left: 20px;
  }

  .headerButtonContainer, .headerMenu {
    padding-right: 20px;
  }
}
@media (max-width: 1080px) {
  p {
    line-height: 1.5em;
  }

  .headerMenu {
    margin-right: 20px !important;
  }

  .headerButton {
    padding: 0;
    text-align: center;
  }

  .headerContainer {
    padding: 10px 0;
  }

  .headerButton2, .headerButton3, .headerButton4, .headerButton4_invert {
    font-size: 0.8em;
    height: 2.3em;
    line-height: 2.2em;
    padding: 0 10px;
  }

  .kachelGrossDiv h2, .kachelGrossDiv2 h2 {
    font-size: 2.5em;
  }

  .footer_top div {
    font-size: 1em;
  }

  .footer_bottom div {
    font-size: 0.8em;
  }

  .footer_icon {
    width: 12px;
  }

  .fancythumb {
    width: 32%;
  }

  .info-container .info td:nth-child(5) {
    display: none;
  }

  .info-container .info td:nth-child(6) {
    display: none;
  }

  .info-container .info .title {
    width: 40%;
  }

  .newstermine_siteobject .newstermine-container .termine-liste,
.newstermine_siteobject .newstermine-container .news-liste {
    width: 100%;
    border-right: 0;
    border-left: 0;
  }

  .newstermine_siteobject .newstermine-container .termine-liste {
    margin-bottom: 40px;
  }
}
@media (max-width: 910px) {
  /* wegen IE9 */
  p {
    line-height: 1.3em;
  }

  h1 {
    font-size: 2em;
  }

  h2 {
    font-size: 1.5em;
  }

  hr {
    margin: 0 0 1em 0;
  }

  .menu_top {
    padding: 1.5em 0 1.5em 0;
    font-size: 1.6em;
  }

  #menu {
    font-size: 1.4em;
    padding-bottom: 1em;
  }

  #menu li {
    padding: 0 0 5px 0;
  }

  .headerLogoContainer {
    max-width: 300px;
  }

  .headerButtonContainer {
    padding-right: 20px;
  }

  .headerMenu {
    padding-right: 20px;
    width: 40px;
  }

  .headerButtonContainer svg {
    width: 20px;
  }

  .kachelGrossDiv p, .kachelGrossDiv2 p {
    font-size: 0.9em;
  }

  .abstand {
    padding: 10px;
  }

  .abstand-t-b {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .abstand-t {
    padding-top: 10px;
    box-sizing: border-box;
  }

  .abstand-b {
    padding-bottom: 10px;
    box-sizing: border-box;
  }

  .abstand-l-r {
    padding-left: 10px;
    padding-right: 10px;
  }

  .abstand-l {
    padding-left: 10px;
  }

  .abstand-r {
    padding-right: 10px;
  }
}
@media (max-width: 768px) {
  div.termine_siteobject.newstermine_siteobject table.terminitem {
    float: none;
    width: 100%;
  }

  .button {
    padding: 5px 10px;
  }

  .button_ueberspringen {
    margin-bottom: 5px !important;
  }

  .btn_start_video {
    display: inline;
  }

  .headerButton, .button {
    width: 16em;
  }

  .pfeil_runter img {
    width: 50px;
  }

  .containerText {
    padding: 1.8em;
  }

  .kachelGross {
    width: 100%;
  }

  .kachelGrossDiv h1, .kachelGrossDiv2 h1 {
    font-size: 2.5em;
  }

  .kachelGrossDiv h2, .kachelGrossDiv2 h2 {
    font-size: 4em;
  }

  .kachelGrossDiv p, .kachelGrossDiv2 p {
    font-size: 1.3em;
    line-height: 1.5em;
  }

  .siteobject-zimmer {
    margin-left: 3.8em;
    margin-right: 3.8em;
  }

  .siteobject-zimmergross {
    margin-left: 0;
    margin-right: 0;
  }

  .fancy-container {
    background: #303030;
    margin-top: -50px;
    padding: 40px 3.8em;
  }

  .fancy-container-inner {
    margin-left: -20px;
    margin-right: -20px;
  }

  .fancythumb {
    width: 49%;
    padding: 10px;
  }

  .modal .modal-inner {
    padding: 30px;
    height: 200px;
  }

  .modal h2 {
    height: 66px;
    font-size: 1.4em !important;
    line-height: 1.2em !important;
  }

  .modal p {
    font-size: 1.5em;
    line-height: 1.3em;
    height: 60px;
  }

  .info-container .info .title {
    width: 30%;
    padding: 10px;
  }

  .newstermine_siteobject {
    padding: 3.4em;
    box-sizing: border-box;
    background-color: #efeeee;
  }

  .newstermine_siteobject .newstermine-container {
    margin-top: 3.4em;
    width: 100%;
  }

  .detailseite {
    padding: 3.4em;
  }

  .detailseite .img-container {
    width: 100%;
    margin-bottom: 40px;
    border-right: 0;
  }

  .detailseite .content {
    width: 100%;
    border-left: 0;
  }

  .text-increaser {
    display: none;
  }
}
@media (max-width: 640px) {
  .siteobject-zimmer {
    margin-left: 20px;
    margin-right: 20px;
  }

  .headerLogoContainer {
    max-width: 250px;
  }

  .headerContainerRight-sub {
    padding: 0;
  }

  .footer_top, .footer_bottom {
    padding-left: 3em;
  }

  .footer_bottom div {
    padding: 0 1em 2em 0;
  }

  .height-15 {
    height: 0;
  }

  .modal {
    width: 100% !important;
  }

  .modal .headerButtonContainer {
    display: block;
  }

  .modal .modal-inner {
    padding: 20px;
    height: 180px;
  }

  .modal h2 {
    height: 50px;
    font-size: 1.1em !important;
    line-height: 1.2em !important;
  }

  .modal p {
    font-size: 1.2em;
    line-height: 1.2em;
    height: 50px;
  }

  .info-container .info td:nth-child(3) {
    display: none;
  }

  .info-container .info td:nth-child(4) {
    display: none;
  }

  .info-container .info .title {
    width: 70%;
    hyphens: auto;
  }

  .newstermine_siteobject {
    padding: 20px;
    box-sizing: border-box;
    background-color: #efeeee;
  }

  .newstermine_siteobject .newstermine-container {
    margin-top: 20px;
    width: 100%;
  }

  .newstermine_siteobject .newstermine-container .termine-liste {
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .lang {
    display: none;
  }
}
@media (max-width: 560px) {
  .contact {
    display: none;
  }

  .headerLogoContainer {
    max-width: 200px;
  }

  .headerButton3 {
    font-size: 0.6em;
    height: auto;
    line-height: 1;
    padding: 5px;
  }

  .headerMenu {
    width: 30px;
  }

  .review-container {
    right: 3%;
    bottom: 23%;
  }
  .review-container a .note_text {
    font-size: 12px;
  }
  .review-container a .note_zahl {
    font-size: 18px;
  }
  .review-container a .sterne {
    display: flex;
    margin-bottom: 3px;
  }
  .review-container a .sterne i {
    font-size: 10px;
  }
  .review-container a .bewertungen {
    font-size: 11px;
  }
}
@media (max-width: 480px) {
  .headerLogoContainer {
    padding-left: 20px;
  }

  .headerMenu {
    margin-right: 0px !important;
  }

  p {
    /*line-height: 1em;*/
  }

  h1 {
    font-size: 1.2em;
  }

  h2 {
    font-size: 1em;
  }

  .overlay-menu-close-button {
    top: 1em;
    right: 1em;
  }

  .overlay-menu-close-button img {
    width: 20px;
  }

  .headerContainer {
    padding: 0.2em 0 0.2em 0;
  }

  .headerLogoContainer {
    padding-right: 0.5em;
  }

  .headerLogoContainer img {
    width: 206px;
  }

  .headerContainerRight {
    padding-right: 20px;
  }

  .headerMenu {
    padding-right: 0;
    width: auto;
    margin-right: 0px;
  }

  .headerMenu img {
    width: 25px;
  }

  .menu_top {
    padding: 1.9em 0 1.5em 0;
    font-size: 1.2em;
  }

  #menu {
    font-size: 1.5em;
    padding-bottom: 1em;
  }

  #menu li {
    padding: 0 0 5px 0;
  }

  .kachelGrossDiv h1, .kachelGrossDiv2 h1 {
    font-size: 1em;
  }

  .kachelGrossDiv h2, .kachelGrossDiv2 h2 {
    font-size: 1.6em;
  }

  .kachelGrossDiv p, .kachelGrossDiv2 p {
    font-size: 0.9em;
    line-height: 0.9em;
    padding: 0.5em 0.5em 0.5em 0.5em;
  }

  .footer_top, .footer_bottom {
    padding: 0;
    flex-direction: column;
    text-align: center;
  }

  .footer_top div {
    font-size: 1em;
    padding: 0.5em 0 0.2em 0;
    width: 100%;
  }

  .footer_bottom div {
    font-size: 0.7em;
    padding: 0.2em 0 0 0;
    width: 100%;
  }

  .footer_icon {
    width: 100%;
  }

  .footer_icon img {
    width: 30px;
    padding: 0.5em 0 0.5em 0;
  }

  button.slick-prev {
    left: 0;
  }

  button.slick-next {
    right: 0;
  }

  ul.slick-dots {
    margin: 0 0 4em 0;
  }

  .fancy-container {
    background: #303030;
    margin-top: 0;
    padding: 40px 1.8em;
  }

  .fancy-container-inner {
    margin-left: -20px;
    margin-right: -20px;
  }

  .fancythumb {
    width: 49%;
    padding: 10px;
  }

  .modal .modal-inner {
    padding: 10px;
    height: 140px;
  }

  .modal h2 {
    height: 60px;
    font-size: 1em !important;
    line-height: 1.2em !important;
  }

  .modal p {
    font-size: 1em;
    line-height: 1em;
    height: 40px;
  }

  .modal .headerButton2 {
    font-size: 0.6em;
    height: 2.3em;
    line-height: 2.2em;
    padding: 0 10px;
  }

  .newstermine_siteobject .newstermine-container .termine-liste,
.newstermine_siteobject .newstermine-container .news-liste {
    padding: 20px;
  }

  .newstermine_siteobject .newstermine-container .termine-liste .termine table,
.newstermine_siteobject .newstermine-container .news-liste .news table {
    margin-bottom: 20px;
  }

  .newstermine_siteobject .newstermine-container .termine-liste .termine table:last-child,
.newstermine_siteobject .newstermine-container .news-liste .news table:last-child {
    margin-bottom: 0;
  }

  .newstermine_siteobject .newstermine-container .termine-liste .termine .title a,
.newstermine_siteobject .newstermine-container .news-liste .news .title a {
    font-size: 16px;
    line-height: 20px;
    hyphens: auto;
  }

  .newstermine_siteobject .sub-title {
    font-size: 1.2em;
    line-height: 1.3em;
  }

  .detailseite {
    padding: 20px;
  }

  .detailseite .img-container {
    margin-bottom: 20px;
  }

  .detailseite .content li {
    line-height: 24px;
  }

  .detailseite .content p {
    line-height: 24px;
  }
}
@media (max-width: 360px) {
  .headerLogoContainer {
    max-width: 150px;
  }
}
@media (max-width: 320px) {
  .blocker {
    padding: 10px !important;
  }

  .info-container {
    position: relative;
  }
}
.testimonials {
  background-color: #faf9f8;
}
.testimonials .slider-container-item {
  position: relative;
  text-align: center;
  background-color: #faf9f8;
}
.testimonials .slider-container-item .slider-overlay-container {
  padding: 80px 20px;
  box-sizing: border-box;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  background-color: #faf9f8;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
@media screen and (max-width: 768px) {
  .testimonials .slider-container-item .slider-overlay-container {
    padding: 60px 20px;
    max-width: 480px;
  }
}
@media screen and (max-width: 480px) {
  .testimonials .slider-container-item .slider-overlay-container {
    padding: 50px 20px;
    max-width: 360px;
  }
}
@media screen and (max-width: 360px) {
  .testimonials .slider-container-item .slider-overlay-container {
    padding: 40px 20px;
    max-width: 320px;
  }
}
.testimonials .slider-container-item .slider-overlay-container .text {
  font-size: 25px;
  line-height: 32px;
  color: #736866;
  font-family: machoregular;
  text-align: left;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .testimonials .slider-container-item .slider-overlay-container .text {
    font-size: 22px;
    line-height: 29px;
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 480px) {
  .testimonials .slider-container-item .slider-overlay-container .text {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 5px;
  }
}
.testimonials .slider-container-item .slider-overlay-container .text:before {
  content: "„";
  font-family: Georgia, serif;
  font-size: 30px;
  line-height: 30px;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .testimonials .slider-container-item .slider-overlay-container .text:before {
    font-size: 27px;
    line-height: 27px;
  }
}
@media screen and (max-width: 480px) {
  .testimonials .slider-container-item .slider-overlay-container .text:before {
    font-size: 23px;
    line-height: 23px;
  }
}
.testimonials .slider-container-item .slider-overlay-container .text:after {
  content: "“";
  font-family: Georgia, serif;
  font-size: 30px;
  line-height: 30px;
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  .testimonials .slider-container-item .slider-overlay-container .text:after {
    font-size: 27px;
    line-height: 27px;
  }
}
@media screen and (max-width: 480px) {
  .testimonials .slider-container-item .slider-overlay-container .text:after {
    font-size: 23px;
    line-height: 23px;
  }
}
.testimonials .slider-container-item .slider-overlay-container .kunde {
  font-size: 14px;
  line-height: 18px;
  text-align: right;
  font-family: macho;
  color: #736866;
  text-transform: uppercase;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .testimonials .slider-container-item .slider-overlay-container .kunde {
    font-size: 13px;
    line-height: 17px;
  }
}
.copyrighttext {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  font-size: 10px;
  line-height: 10px;
  text-shadow: 0 0 3px #000;
  padding: 0 15px 10px 0;
  font-weight: 400;
}

.newsletter-container-footer {
  max-width: 450px;
  margin: 0 auto;
  margin-bottom: 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .newsletter-container-footer {
    margin-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  .newsletter-container-footer {
    flex-wrap: wrap;
  }
}
.newsletter-container-footer a {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  max-width: 200px;
  margin-left: 5px;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .newsletter-container-footer a {
    width: 100%;
  }
}

.htmlpicrows_siteobject h1, .htmlpicrows_siteobject h2, .htmlpicrows_siteobject h3, .htmlpicrows_siteobject h4, .htmlpicrows_siteobject h5, .htmlpicrows_siteobject h6 {
  max-width: unset !important;
}

div#siteobjects-middle ul li {
  margin-left: 20px;
  font-size: 1.1em;
  line-height: 1.5;
}

@media (max-width: 1080px) {
  div#siteobjects-middle ul li {
    line-height: 1.5;
  }
}
@media (max-width: 910px) {
  div#siteobjects-middle ul li {
    line-height: 1.3;
  }
}
footer .pre-pre-footer {
  position: relative;
}
footer .pre-pre-footer img {
  width: 100%;
  height: 55px;
  object-fit: cover;
}
footer .pre-pre-footer .text-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 100%;
  font-size: 16px;
  padding: 10px;
  padding-top: 20px;
}
footer .pre-footer {
  background-color: transparent;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 999999;
}
@media screen and (min-width: 1024px) {
  footer .pre-footer {
    padding: 40px;
  }
}
footer .pre-footer .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
footer .pre-footer img {
  height: 70px;
  width: auto;
  margin: 0px;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1024px) {
  footer .pre-footer img {
    height: 100px;
  }
}
@media screen and (min-width: 768px) {
  footer .pre-footer img {
    height: 140px;
  }
}
footer .footer {
  padding: 40px;
  background-color: #736866;
}
footer .footer .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
footer .footer .container > .top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1280px;
  width: 100%;
}
footer .footer .container > .top img {
  height: 70px;
  width: auto;
  margin: 0px;
}
footer .footer .container > .top img:nth-child(1) {
  margin-right: 0px;
  margin-bottom: 10px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  footer .footer .container > .top img:nth-child(1) {
    margin-right: 40px;
    margin-bottom: 0;
    width: auto;
  }
}
footer .footer .container > .top img:nth-child(2), footer .footer .container > .top img:nth-child(3) {
  margin-right: 0;
  width: 30%;
  height: auto;
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  footer .footer .container > .top img:nth-child(2), footer .footer .container > .top img:nth-child(3) {
    margin-right: 20px;
    width: auto;
    margin-bottom: 0;
  }
}
footer .footer .container > .top img:nth-child(4) {
  width: 30%;
  height: auto;
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  footer .footer .container > .top img:nth-child(4) {
    width: auto;
    margin-bottom: 0;
  }
}
footer .footer .container > .top img:nth-child(5) {
  width: 100%;
  margin-top: 10px;
  height: auto;
}
@media screen and (min-width: 1024px) {
  footer .footer .container > .top img:nth-child(5) {
    margin-left: 40px;
    width: auto;
    margin-top: 0;
  }
}
footer .footer .container > .bottom {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1280px;
  width: 100%;
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  footer .footer .container > .bottom {
    margin-top: 40px;
  }
}
footer .footer .container > .bottom * {
  color: #fff;
  hyphens: none;
  font-style: normal;
  line-height: 1.6;
  font-size: 16px;
}
footer .footer .container > .bottom * p, footer .footer .container > .bottom * a {
  margin-bottom: 0;
  font-style: normal;
  line-height: 1.6;
}
footer .footer .container > .bottom * a {
  font-weight: normal;
}
footer .footer .container > .bottom > .left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-right: 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 480px) {
  footer .footer .container > .bottom > .left {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  footer .footer .container > .bottom > .left {
    width: 25%;
    padding-right: 40px;
    margin-bottom: 0;
  }
}
footer .footer .container > .bottom > .left > .top {
  font-weight: normal;
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  footer .footer .container > .bottom > .left > .top {
    margin-bottom: 20px;
  }
}
footer .footer .container > .bottom > .center {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-right: 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 480px) {
  footer .footer .container > .bottom > .center {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  footer .footer .container > .bottom > .center {
    width: 25%;
    padding-right: 40px;
    margin-bottom: 0;
  }
}
footer .footer .container > .bottom > .center > .top {
  font-weight: normal;
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  footer .footer .container > .bottom > .center > .top {
    margin-bottom: 20px;
  }
}
footer .footer .container > .bottom > .center > .bottom {
  margin-bottom: 0px;
}
footer .footer .container > .bottom > .right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
}
@media screen and (min-width: 480px) {
  footer .footer .container > .bottom > .right {
    flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  footer .footer .container > .bottom > .right {
    width: 50%;
    flex-direction: row;
  }
}
footer .footer .container > .bottom > .right > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
@media screen and (min-width: 480px) {
  footer .footer .container > .bottom > .right > div {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  footer .footer .container > .bottom > .right > div {
    width: 100%;
    padding-right: 40px;
  }
}
footer .footer .container > .bottom > .right > div:nth-child(1) {
  margin-bottom: 20px;
}
@media screen and (min-width: 480px) {
  footer .footer .container > .bottom > .right > div:nth-child(1) {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 1024px) {
  footer .footer .container > .bottom > .right > div:nth-child(1) {
    margin-bottom: 0px;
  }
}
footer .footer .container > .bottom > .right > div .footer_icons {
  margin-left: 4px;
  margin-bottom: 20px;
}
footer .footer .container > .bottom > .right > div .footer_icons .footer_icon {
  margin-left: 0;
  margin-right: 30px;
}
footer .footer .container > .bottom > .right > div .footer_icons .footer_icon i {
  font-size: 20px;
}

/* Gemeinsame Kontrastregeln */
@media (prefers-contrast: more) {
  body .bigboxes_siteobject .kachelGross,
body .bigboxeslong_siteobject .kachelGross {
    background-color: var(--color-primary);
  }
  body .bigboxes_siteobject .kachelGross img,
body .bigboxeslong_siteobject .kachelGross img {
    filter: opacity(0);
  }
}
body.contrast-override .bigboxes_siteobject .kachelGross,
body.contrast-override .bigboxeslong_siteobject .kachelGross {
  background-color: var(--color-primary);
}
body.contrast-override .bigboxes_siteobject .kachelGross img,
body.contrast-override .bigboxeslong_siteobject .kachelGross img {
  filter: opacity(0);
}

.block {
  overflow: hidden;
}

img {
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
}

section.kaslider3 {
  position: relative;
  height: 100%;
  display: block;
  margin: 40px 0 40px 0;
  padding: 40px 0 40px 0;
  background-color: #f5f5f5;
  max-width: 100vw;
  width: 100%;
  padding: 6.8rem;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  section.kaslider3 {
    padding: 3.8em !important;
  }
}
@media (max-width: 640px) {
  section.kaslider3 {
    padding: 20px !important;
  }
}

section.kaslider3 .swiper-container {
  margin: 60px auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  max-width: 1600px;
  z-index: 1;
  margin-right: 30px;
  margin-left: 30px;
  width: 100%;
  margin: 0 auto;
}

section.kaslider3 .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
  align-items: flex-start;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

section.kaslider3 .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
  align-items: flex-start;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

section.kaslider3 .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 33.3%;
  width: 100%;
  width: 450px;
  height: 800px;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  max-width: 290px;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  flex-shrink: 0;
  opacity: 0.01;
  opacity: 1;
  margin: 0;
  margin-right: 0px;
  overflow: hidden;
  height: calc(100% - 0px);
  transition: all 0.5s ease-out;
  transition-property: all;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide img, section.kaslider3 .swiper-slide video {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1662px) {
  div.boxgrey div.textblock {
    padding-right: 0;
  }
}
section.kaslider3 .swiper-slide .textblock {
  min-height: 65px;
  padding-left: 0px;
}

section.kaslider3 .swiper-slide .container,
section.kaslider3 .swiper-slide .textblock,
section.kaslider3 .swiper-slide .imgblock,
section.kaslider3 .swiper-slide img,
section.kaslider3 .swiper-slide video {
  width: 100%;
  height: 100%;
}

section.kaslider3 .swiper-slide .imgblock {
  margin: 25px 0 0 0;
}

section.kaslider3 .swiper-slide .textblock h1,
section.kaslider3 .swiper-slide .textblock h2,
section.kaslider3 .swiper-slide .textblock h3,
section.kaslider3 .swiper-slide .textblock h4,
section.kaslider3 .swiper-slide .textblock > div {
  margin: 0 0 0px 0;
  color: var(--ka-font-color-h3);
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 400;
}

@media only screen and (max-width: 1662px) {
  h4, .toggler {
    font-size: 16px;
    letter-spacing: 0.1em;
  }
}
.swiper-button-next, .swiper-button-prev {
  color: #736866 !important;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 40px !important;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 40px !important;
}

.video-overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: soft-light;
  transition: all 0.5s ease-out;
  pointer-events: all;
}

.video-overlay::after {
  background-color: transparent;
  content: "\f04b";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 48px;
  color: #fff;
}

.block {
  overflow: hidden;
}

img {
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
}

section.kaslider {
  position: relative;
  height: auto;
  display: block;
  margin: 0;
  padding: 0;
  background-color: #f5f5f5;
  max-width: 100vw;
  width: 100%;
  box-sizing: border-box;
}
section.kaslider .swiper-container {
  margin: 0;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  width: 100%;
}

section.kaslider .swiper-wrapper {
  position: relative;
  width: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
  align-items: flex-start;
}

section.kaslider .swiper-wrapper {
  position: relative;
  width: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
  align-items: flex-start;
}

section.kaslider .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 100%;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  transition-property: transform;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  flex-shrink: 0;
  opacity: 0.01;
  opacity: 1;
  margin: 0;
  margin-right: 0px;
  overflow: hidden;
  transition: all 0.5s ease-out;
  transition-property: all;
  flex-shrink: 0;
  position: relative;
  transition-property: transform;
}

section.kaslider .swiper-slide .container,
section.kaslider .swiper-slide .textblock,
section.kaslider .swiper-slide .imgblock,
section.kaslider .swiper-slide img,
section.kaslider .swiper-slide video {
  width: 100%;
  height: 100%;
}

.swiper-button-next, .swiper-button-prev {
  color: #736866 !important;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 40px !important;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 40px !important;
}

.blog_siteobject {
  position: relative;
  height: 100%;
  display: block;
  margin: 40px 0 40px 0;
  padding: 40px 0 40px 0;
  background-color: #f5f5f5;
  max-width: 100vw;
  width: 100%;
  padding: 6.8rem;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .blog_siteobject {
    padding: 3.8em !important;
  }
}
@media (max-width: 640px) {
  .blog_siteobject {
    padding: 20px !important;
  }
}

.news-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.news-inner h2 {
  font-size: 1.5em;
  margin: 0.3em 0 0.3em 0;
  line-height: 1.3em;
  text-transform: uppercase;
}
.news-inner .bereich-container {
  width: 100%;
  padding: 40px 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.news-inner .bereich-container span {
  margin: 20px;
}
.news-inner .bereich-container span a {
  border: solid 1px #736866;
  font-size: 0.8em;
  height: 3.3em;
  color: white;
  background-color: #736866;
  line-height: 3.5em;
  -webkit-transform: translateZ(0);
  padding: 0 10px;
  display: inline-block;
  text-transform: uppercase;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.news-inner .modnews {
  width: 33.33333333%;
  padding: 20px;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .news-inner .modnews {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .news-inner .modnews {
    width: 100%;
  }
}
.news-inner .modnews .left img {
  width: 100%;
}

.news-details .image {
  width: 100%;
  position: relative;
}
.news-details .image img {
  width: 100%;
  height: auto;
}
.news-details .panorama-image {
  width: 100%;
  position: relative;
}
.news-details .panorama-image img {
  width: 100%;
  height: auto;
}
.news-details .panorama-image .img-container {
  width: 100%;
  position: relative;
}
.news-details .panorama-image .img-container img {
  width: 100%;
  height: auto;
}
.news-details .panorama-image .bildunterschrift {
  text-align: center;
  font-size: 20px;
  padding: 10px 3.4rem;
}
.news-details .inner, .news-details .ueberuns-container {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  max-width: 100vw;
  width: 100%;
  padding: 6.8rem;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .news-details .inner, .news-details .ueberuns-container {
    padding: 3.8em !important;
  }
}
@media (max-width: 640px) {
  .news-details .inner, .news-details .ueberuns-container {
    padding: 20px !important;
  }
}
.news-details .inner .left, .news-details .ueberuns-container .left {
  width: 50%;
}
@media (max-width: 1024px) {
  .news-details .inner .left, .news-details .ueberuns-container .left {
    width: 100%;
    padding: 0px;
  }
}
.news-details .inner .inhalt, .news-details .ueberuns-container .inhalt {
  width: 100%;
  margin: 0 auto;
  padding: 40px;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .news-details .inner .inhalt, .news-details .ueberuns-container .inhalt {
    padding: 30px;
  }
}
.news-details .inner .slider-container, .news-details .ueberuns-container .slider-container {
  width: 50%;
}
@media (max-width: 1024px) {
  .news-details .inner .slider-container, .news-details .ueberuns-container .slider-container {
    width: 100%;
    margin-top: 20px;
  }
}

@font-face {
  font-family: "mfn-icons";
  src: url("fonts/mfn-icons.eot");
  src: url("fonts/mfn-icons.eot?#iefix") format("embedded-opentype"), url("fonts/mfn-icons.woff2") format("woff2"), url("fonts/mfn-icons.woff") format("woff"), url("fonts/mfn-icons.ttf") format("truetype"), url("fonts/mfn-icons.svg#mfn-icons") format("svg");
}
.spalten_siteobject .main-container .title {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
  box-shadow: none !important;
  padding-top: 0px;
  padding-bottom: 0px;
  transition: all 0.2s ease-in-out !important;
}
@media (max-width: 768px) {
  .spalten_siteobject .main-container .title {
    padding-left: 3.8em;
    padding-right: 3.8em;
  }
}
@media (max-width: 640px) {
  .spalten_siteobject .main-container .title {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.spalten_siteobject .main-container .title > h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6em;
  font-weight: normal;
}
@media (max-width: 768px) {
  .spalten_siteobject .main-container .title > h2 {
    font-size: 1.4em;
  }
}
@media (max-width: 640px) {
  .spalten_siteobject .main-container .title > h2 {
    font-size: 1.2em;
  }
}

/*# sourceMappingURL=def.css.map */
