@charset "UTF-8";

.fancybox-infobar__body,
.owl-carousel .owl-item,
.slick-slider {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent
}

.fancybox-container,
.fancybox-infobar__body,
.owl-carousel,
.owl-carousel .owl-item,
.owl-theme .owl-dots,
.owl-theme .owl-nav,
.slick-slider,
html {
  -webkit-tap-highlight-color: transparent
}

.basicLightbox {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .5);
  opacity: .01;
  transition: opacity .4s ease;
  z-index: 1000;
  will-change: opacity
}

.basicLightbox--visible {
  opacity: 1
}

.basicLightbox__placeholder {
  max-width: 100%;
  transform: scale(.9);
  transition: transform .4s ease;
  z-index: 1;
  will-change: transform
}

.basicLightbox__placeholder>iframe:first-child:last-child,
.basicLightbox__placeholder>img:first-child:last-child,
.basicLightbox__placeholder>video:first-child:last-child {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 95%;
  max-height: 95%
}

.basicLightbox__placeholder>iframe:first-child:last-child,
.basicLightbox__placeholder>video:first-child:last-child {
  pointer-events: auto
}

.basicLightbox__placeholder>img:first-child:last-child,
.basicLightbox__placeholder>video:first-child:last-child {
  width: auto;
  height: auto
}

.basicLightbox--iframe .basicLightbox__placeholder,
.basicLightbox--img .basicLightbox__placeholder,
.basicLightbox--video .basicLightbox__placeholder {
  width: 100%;
  height: 100%;
  pointer-events: none
}

.basicLightbox--visible .basicLightbox__placeholder {
  transform: scale(1)
}

.basicLightbox .modal {
  background-color: #fff
}

.basicLightbox .x-close {
  cursor: pointer;
  position: absolute;
  top: -35px;
  right: -35px;
  width: 20px;
  height: 20px
}

.basicLightbox .x-line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background-color: #fff
}

.basicLightbox .x-line.first {
  transform: translate(-50%, -50%) rotate(45deg)
}

.basicLightbox .x-line.second {
  transform: translate(-50%, -50%) rotate(-45deg)
}

#BorlabsCookieBox .brlbs-cmpnt-dialog-box .brlbs-cmpnt-dialog-details,
#BorlabsCookieBox .brlbs-cmpnt-max-w-xl,
.brlbs-cmpnt-container .brlbs-cmpnt-dialog-box .brlbs-cmpnt-dialog-details,
.brlbs-cmpnt-container .brlbs-cmpnt-max-w-xl {
  max-width: 833px !important;
  width: 100% !important
}

#BorlabsCookieBox .brlbs-cmpnt-dialog-box-description,
#BorlabsCookieBox .brlbs-cmpnt-dialog-iab-tcf-description,
.brlbs-cmpnt-container .brlbs-cmpnt-dialog-box-description,
.brlbs-cmpnt-container .brlbs-cmpnt-dialog-iab-tcf-description {
  height: auto !important
}

#BorlabsCookieBox .brlbs-cmpnt-dialog,
.brlbs-cmpnt-container .brlbs-cmpnt-dialog {
  border-top-left-radius: 16px !important;
  border-top-right-radius: 16px !important
}

.brlbs-dialog-positioner {
  align-items: end !important
}

.brlbs-fixed.brlbs-w-screen {
  padding: 0 !important
}

@media (min-width:768px) {

  #BorlabsCookieBox .brlbs-cmpnt-dialog,
  .brlbs-cmpnt-container .brlbs-cmpnt-dialog {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important
  }

  .brlbs-dialog-positioner {
    align-items: center !important
  }
}

span[role=heading] {
  font-family: Minion-Pro, serif !important
}

span[role=heading][aria-level="3"],
span[role=heading][aria-level="4"] {
  font-family: Graebenbach, sans-serif !important;
  text-transform: uppercase !important;
  line-height: 1.25 !important;
  color: #000 !important
}

span[role=heading][aria-level="4"] {
  font-family: Graebenbach, sans-serif !important;
  text-transform: uppercase !important
}

.brlbs-cmpnt-dialog-box-entrance {
  padding: 34px !important
}

.brlbs-mt-4.brlbs-space-y-3 {
  display: flex !important;
  flex-direction: column !important
}

.brlbs-cmpnt-btn-switch-status-text,
.brlbs-cmpnt-dialog-box-description form,
.brlbs-cmpnt-dialog-details-header .brlbs-cmpnt-imprint-link,
.brlbs-cmpnt-dialog-details-header .brlbs-cmpnt-privacy-link,
.brlbs-cmpnt-search-bar,
.brlbs-cmpnt-selection-controls {
  display: none !important
}

.brlbs-mt-4.brlbs-space-y-3>div {
  margin-top: 16px !important;
  margin-left: 0 !important;
  flex-grow: 1 !important
}

.brlbs-mt-4.brlbs-space-y-3>div:first-child {
  margin-left: 0 !important
}

@media (min-width:768px) {
  .brlbs-mt-4.brlbs-space-y-3 {
    flex-direction: row !important
  }

  .brlbs-mt-4.brlbs-space-y-3>div {
    margin-top: 0 !important;
    margin-left: 16px !important;
    flex-grow: 1 !important
  }
}

.brlbs-cmpnt-btn {
  text-transform: uppercase !important
}

.brlbs-cmpnt-link:hover {
  color: #333 !important
}

.brlbs-cmpnt-tab {
  font-size: 15px !important;
  text-transform: uppercase !important;
  font-weight: 400 !important
}

.brlbs-cmpnt-dialog-details-header {
  justify-content: space-between !important;
  flex-wrap: nowrap !important
}

.brlbs-cmpnt-btn-switch .brlbs-cmpnt-slider-rounded {
  border: 1px solid #000 !important
}

.brlbs-cmpnt-btn-switch input[disabled]+.brlbs-cmpnt-slider-rounded {
  background-color: #ccc !important
}

.brlbs-cmpnt-btn-switch .brlbs-cmpnt-slider:before {
  bottom: 3px !important
}

.md\:brlbs-max-h-80 {
  max-height: none !important
}

.brlbs-cmpnt-tab-bar {
  flex-direction: column !important
}

@media (min-width:768px) {
  .brlbs-cmpnt-tab-bar {
    flex-direction: row !important
  }
}

.brlbs-cmpnt-container,
.brlbs-cmpnt-container :is(.brlbs-justify-center) {
  justify-content: flex-start !important
}

#BorlabsCookieEntranceA11YHeadline {
  letter-spacing: .02em !important;
  padding: 30px 0 15px;
  font-size: 18px !important
}

#BorlabsCookiePreferencesA11YHeadline {
  letter-spacing: .02em !important;
  padding: 15px 0;
  font-size: 18px !important
}

.brlbs-cmpnt-close-button,
.brlbs-cmpnt-dialog-box-description,
.brlbs-cmpnt-h1,
.brlbs-cmpnt-h2 {
  color: #000 !important
}

.brlbs-cmpnt-close-button {
  transform: scale(1.4) !important
}

.brlbs-cmpnt-h1,
.brlbs-cmpnt-h2,
.brlbs-cmpnt-h2 th {
  text-transform: uppercase !important
}

#BorlabsCookiePreferencesA11YDescription,
.brlbs-cmpnt-text-description {
  font-size: 16px !important;
  line-height: 1.5em !important;
  color: #000 !important
}

.brlbs-cmpnt-preferences-link {
  padding-left: 34px !important
}

.brlbs-cmpnt-btn,
.brlbs-cmpnt-btn * {
  font-size: 14px !important
}

.brlbs-cmpnt-btn-preferences:hover,
.brlbs-cmpnt-btn:hover,
.brlbs-cmpnt-font-semibold:hover,
.brlbs-cmpnt-w-full:hover {
  background-color: #606060 !important
}

#BorlabsCookieBox .brlbs-cmpnt-dialog-footer,
.brlbs-cmpnt-container .brlbs-cmpnt-dialog-footer {
  background-color: #fff !important
}

.brlbs-cmpnt-dialog-footer .brlbs-cmpnt-link {
  color: #000 !important;
  font-size: 14px !important;
  text-decoration: underline !important
}

.brlbs-cmpnt-dialog-footer .brlbs-cmpnt-link:hover {
  opacity: .7 !important;
  text-decoration: none !important
}

#BorlabsCookieBox .brlbs-cmpnt-tab.brlbs-cmpnt-tab-inactive,
.brlbs-cmpnt-container .brlbs-cmpnt-tab.brlbs-cmpnt-tab-inactive {
  border-bottom: 2px solid rgba(255, 255, 255, 0) !important
}

#BorlabsCookieBox .brlbs-cmpnt-tab.brlbs-cmpnt-tab-inactive:focus,
#BorlabsCookieBox .brlbs-cmpnt-tab.brlbs-cmpnt-tab-inactive:hover,
.brlbs-cmpnt-container .brlbs-cmpnt-tab.brlbs-cmpnt-tab-inactive:focus,
.brlbs-cmpnt-container .brlbs-cmpnt-tab.brlbs-cmpnt-tab-inactive:hover {
  border-bottom: 2px solid #000 !important
}

.brlbs-cmpnt-btn-switch .brlbs-cmpnt-slider {
  border: 1px solid #fff !important;
  background-color: #000 !important
}

.brlbs-cmpnt-btn-switch {
  transform: scale(.7) !important
}

.brlbs-cmpnt-btn-switch input:checked+.brlbs-cmpnt-slider {
  background-color: #00834c !important
}

.brlbs-cmpnt-btn-switch input:disabled+.brlbs-cmpnt-slider {
  background-color: #d2d2d2 !important
}

#BorlabsCookieBox .brlbs-cmpnt-dialog-details-header,
.brlbs-cmpnt-container .brlbs-cmpnt-dialog-details-header {
  display: flex;
  flex-direction: column !important;
  justify-content: flex-start !important;
  align-items: flex-start !important
}

#BorlabsCookieBox .brlbs-cmpnt-link.brlbs-cmpnt-back-button,
.brlbs-cmpnt-container .brlbs-cmpnt-link.brlbs-cmpnt-back-button {
  margin-top: 20px !important
}

.brlbs-cmpnt-tab-bar {
  margin-top: 15px !important
}

#BorlabsCookieBox input[type=checkbox].brlbs-cmpnt-checkbox,
.brlbs-cmpnt-container input[type=checkbox].brlbs-cmpnt-checkbox {
  background-color: rgba(255, 255, 255, 0) !important;
  border: 1px solid #000 !important;
  border-radius: 0 !important;
  transform: scale(.9) !important
}

#BorlabsCookieBox input[type=checkbox].brlbs-cmpnt-checkbox:checked,
.brlbs-cmpnt-container input[type=checkbox].brlbs-cmpnt-checkbox:checked {
  background-color: #00834c !important;
  border-color: #00834c !important
}

#BorlabsCookieBox input[type=checkbox].brlbs-cmpnt-checkbox:disabled,
.brlbs-cmpnt-container input[type=checkbox].brlbs-cmpnt-checkbox:disabled {
  background-color: #d2d2d2 !important;
  border-color: #d2d2d2 !important
}

#BorlabsCookieBox input[type=checkbox].brlbs-cmpnt-checkbox:checked:before,
.brlbs-cmpnt-container input[type=checkbox].brlbs-cmpnt-checkbox:checked:before {
  background-color: #fff !important
}

.brlbs-cmpnt-table * {
  color: #000 !important
}

.brlbs-cmpnt-table {
  background-color: rgba(255, 255, 255, 0) !important
}

#BorlabsCookieBox .brlbs-cmpnt-card fieldset,
#BorlabsCookieBox .brlbs-cmpnt-table tr,
.brlbs-cmpnt-container .brlbs-cmpnt-card fieldset,
.brlbs-cmpnt-container .brlbs-cmpnt-table {
  background-color: #f9f8f7 !important
}

.fancybox-enabled {
  overflow: hidden
}

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

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

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

.fancybox-container~.fancybox-container {
  z-index: 99992
}

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

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

.fancybox-bg {
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption-wrap,
.fancybox-infobar,
.fancybox-toolbar {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s, visibility 0s linear .25s;
  box-sizing: border-box
}

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

.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px
}

.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, .7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-font-smoothing: subpixel-antialiased
}

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

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: 0;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  backface-visibility: hidden;
  transition-property: transform, opacity;
  transform-style: preserve-3d
}

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

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

.fancybox-button--thumbs,
.fancybox-slide--image::before,
.fancybox-thumbs {
  display: none
}

.fancybox-slide--image {
  overflow: visible
}

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

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

.fancybox-slide--next {
  z-index: 99995
}

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

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

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: zoom-in
}

.fancybox-can-drag .fancybox-image-wrap {
  cursor: grab
}

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: grabbing
}

.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
}

.fancybox-spaceball {
  z-index: 1
}

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff
}

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

.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  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: 0;
  background: 0 0;
  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 .25s;
  box-sizing: border-box;
  z-index: 2
}

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

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

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px
}

.fancybox-slide--iframe .fancybox-close-small:after {
  background: 0 0;
  font-size: 35px;
  color: #aaa
}

.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff
}

.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0;
  background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
  pointer-events: none
}

.fancybox-caption {
  padding: 30px 0;
  color: #fff;
  -webkit-text-size-adjust: none
}

.fancybox-arrow,
.fancybox-button {
  padding: 0;
  cursor: pointer;
  outline: 0
}

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

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

.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #ddd;
  border-radius: 0;
  vertical-align: top
}

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

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

.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, .8)
}

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

.fancybox-button[disabled]::after,
.fancybox-button[disabled]::before {
  opacity: .3
}

.fancybox-button--left::after,
.fancybox-button--right::after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: 0 0;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor
}

.fancybox-button--left::after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg)
}

.fancybox-button--right::after {
  right: 20px;
  -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::after,
.fancybox-button--close::before {
  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)
}

.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0;
  height: 100px;
  width: 54px;
  border: 0;
  background: 0 0;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity .25s
}

.fancybox-arrow::after {
  content: '';
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, .8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px
}

.fancybox-arrow--right {
  right: 0
}

.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1)
}

.fancybox-arrow--left::after,
.fancybox-arrow--right::after {
  left: 0
}

.fancybox-show-nav .fancybox-arrow {
  opacity: .6
}

.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: .3
}

.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, .4);
  border-top: 6px solid rgba(255, 255, 255, .6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: 0 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999
}

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

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

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

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

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media all and (max-width:800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0
  }

  .fancybox-button--left,
  .fancybox-button--right {
    display: none !important
  }

  .fancybox-caption {
    padding: 20px 0;
    margin: 0
  }
}

.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: 0 0
}

.fancybox-button--pause::before,
.fancybox-button--play::before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: 0 0
}

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

.fancybox-button--pause::before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px
}

@media all and (min-width:800px) {

  .fancybox-thumbs,
  .fancybox-thumbs>ul>li {
    margin: 0;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box
  }

  .fancybox-button--thumbs {
    display: inline-block
  }

  .fancybox-button--thumbs span {
    font-size: 23px
  }

  .fancybox-button--thumbs::before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    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-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    z-index: 99995
  }

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

  .fancybox-show-thumbs .fancybox-inner {
    right: 220px
  }

  .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;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: 0;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
  }

  li.fancybox-thumbs-loading {
    background: rgba(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 .2s cubic-bezier(.25, .46, .45, .94)
  }

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

#ot-reservation-widget {
  padding: 0 !important
}

.parent-widget-type-button {
  display: inline-block !important;
  padding: 0 !important;
  width: auto !important
}

.ot-dtp-picker a {
  display: inline-block !important;
  padding: 0 4rem !important;
  position: relative !important;
  color: #000 !important;
  font-family: Graebenbach, Arial, sans-serif !important;
  font-size: 1.2rem !important;
  font-weight: 700 !important;
  line-height: 3rem !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  background: 0 0 !important;
  border: 1px solid #000 !important;
  border-radius: 0 !important
}

.slick-list,
.slick-slider,
.slick-track {
  display: block;
  position: relative
}

.footer,
b,
optgroup,
strong {
  font-weight: 700
}

.ot-dtp-picker a:hover {
  background-color: #000 !important;
  color: #fff !important
}

a,
img.icon,
svg.icon {
  background-color: transparent
}

.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0
}

.touchevents body,
.touchevents html {
  -webkit-overflow-scrolling: touch
}

.slick-list:focus {
  outline: 0
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

a:not([href]),
button[disabled],
html input[disabled] {
  cursor: default
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -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 {
  top: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: ''
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}

.owl-carousel.owl-rtl .owl-item,
[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
}

body,
html {
  height: 100%
}

a,
button,
iframe {
  border: 0
}

.slick-arrow.slick-hidden {
  display: none
}

/*!
 * The SASS index file of the KaDeWe theme.
 *
 * @summary   SASS index.
 * @author    Stephan Belitz
 * @link      http://www.parasol-island.com
 */
*,
:after,
:before {
  box-sizing: border-box
}

html {
  font-size: 10px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

body {
  font-family: Minion-Pro, serif;
  font-size: 1.6rem;
  line-height: 1.4117647059;
  color: #000;
  background-color: #fff
}

a,
a.is-active,
a:focus,
a:hover,
button,
button.is-active,
button:focus,
button:hover {
  color: inherit;
  text-decoration: none
}

.sr-only,
svg:not(:root) {
  overflow: hidden
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

a,
button {
  cursor: pointer;
  transition: color ease-in-out .1s, background-color ease-in-out .1s;
  outline: 0
}

button {
  background: 0 0
}

figure {
  margin: 0 0 2.5rem !important
}

.text-center img {
  margin: 0 auto
}

img.icon,
svg.icon {
  fill: currentcolor;
  max-height: 100%;
  transition: all .2s ease-out
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%
}

.responsive-embed {
  position: relative;
  padding-bottom: 56.3%;
  height: 0
}

.responsive-embed iframe,
.responsive-embed video {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.img-rounded {
  border-radius: .4rem
}

.img-circle {
  border-radius: 50%
}

.sr-only,
hr,
img,
legend {
  border: 0
}

p {
  margin: 0 0 2.5rem
}

ol,
ul {
  list-style: none;
  padding: 0;
  margin: 0
}

.table-row {
  display: table;
  width: 100%;
  height: 100%
}

.table-cell {
  display: table-cell;
  vertical-align: middle
}

.hidden,
.wpcf7-form .checkbox-container .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
  display: none
}

.container,
.container-xl {
  padding-left: 1rem !important;
  padding-right: 1rem !important
}

@media (max-width:767px) {

  .container .container,
  .container-xl .container {
    padding-left: 10px !important;
    padding-right: 10px !important
  }
}

.container-xl {
  width: 100% !important;
  max-width: 1360px
}

.container-fluid,
.crp_related {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 10px !important
}

@media (max-width:767px) {

  .container-fluid,
  .crp_related {
    padding-left: 0 !important;
    padding-right: 0 !important
  }
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important
}

.row-no-padding .col-sm-12 {
  padding-left: 0 !important;
  padding-right: 0 !important
}

hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-top: 1px solid #c8c9c9
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  clip: rect(0, 0, 0, 0)
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto
}

[role=button] {
  cursor: pointer
}

span.wpcf7-not-valid-tip {
  top: 200%;
  right: 0;
  padding: .2em .8em;
  font-size: 1.3rem
}

.wpcf7-form .checkbox-container {
  margin-bottom: 1rem
}

.wpcf7-form .checkbox-container .wpcf7-form-control-wrap {
  float: left;
  margin-right: 5px
}

.wpcf7-form .checkbox-container .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0
}

.wpcf7-form .checkbox-container .wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
  position: relative;
  top: auto;
  right: auto;
  display: inline;
  padding: 0 0 0 5px;
  font-size: inherit;
  text-align: left
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline
}

audio:not([controls]) {
  display: none;
  height: 0
}

[hidden],
template {
  display: none
}

.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
  display: table;
  content: " "
}

a:active,
a:hover {
  outline: 0
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}

dfn {
  font-style: italic
}

mark {
  background: #ff0;
  color: #000
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

img {
  vertical-align: middle
}

hr {
  box-sizing: content-box;
  height: 0
}

pre,
textarea {
  overflow: auto
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0
}

button {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0
}

input {
  line-height: normal
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

legend {
  padding: 0
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

td,
th {
  padding: 0
}

.container,
.container-fluid {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto
}

.container:after {
  clear: both
}

@media (min-width:768px) {
  .container {
    width: 708px
  }
}

@media (min-width:992px) {
  .container {
    width: 912px
  }
}

@media (min-width:1200px) {
  .container {
    width: 1120px
  }
}

.container-fluid:after {
  clear: both
}

.row:after {
  clear: both
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0
}

.row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left
}

.col-xs-1 {
  width: 8.3333333333%
}

.col-xs-2 {
  width: 16.6666666667%
}

.col-xs-3 {
  width: 25%
}

.col-xs-4 {
  width: 33.3333333333%
}

.col-xs-5 {
  width: 41.6666666667%
}

.col-xs-6 {
  width: 50%
}

.col-xs-7 {
  width: 58.3333333333%
}

.col-xs-8 {
  width: 66.6666666667%
}

.col-xs-9 {
  width: 75%
}

.col-xs-10 {
  width: 83.3333333333%
}

.col-xs-11 {
  width: 91.6666666667%
}

.col-xs-12 {
  width: 100%
}

.col-xs-pull-0 {
  right: auto
}

.col-xs-pull-1 {
  right: 8.3333333333%
}

.col-xs-pull-2 {
  right: 16.6666666667%
}

.col-xs-pull-3 {
  right: 25%
}

.col-xs-pull-4 {
  right: 33.3333333333%
}

.col-xs-pull-5 {
  right: 41.6666666667%
}

.col-xs-pull-6 {
  right: 50%
}

.col-xs-pull-7 {
  right: 58.3333333333%
}

.col-xs-pull-8 {
  right: 66.6666666667%
}

.col-xs-pull-9 {
  right: 75%
}

.col-xs-pull-10 {
  right: 83.3333333333%
}

.col-xs-pull-11 {
  right: 91.6666666667%
}

.col-xs-pull-12 {
  right: 100%
}

.col-xs-push-0 {
  left: auto
}

.col-xs-push-1 {
  left: 8.3333333333%
}

.col-xs-push-2 {
  left: 16.6666666667%
}

.col-xs-push-3 {
  left: 25%
}

.col-xs-push-4 {
  left: 33.3333333333%
}

.col-xs-push-5 {
  left: 41.6666666667%
}

.col-xs-push-6 {
  left: 50%
}

.col-xs-push-7 {
  left: 58.3333333333%
}

.col-xs-push-8 {
  left: 66.6666666667%
}

.col-xs-push-9 {
  left: 75%
}

.col-xs-push-10 {
  left: 83.3333333333%
}

.col-xs-push-11 {
  left: 91.6666666667%
}

.col-xs-push-12 {
  left: 100%
}

.col-xs-offset-0 {
  margin-left: 0
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%
}

.col-xs-offset-3 {
  margin-left: 25%
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%
}

.col-xs-offset-6 {
  margin-left: 50%
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%
}

.col-xs-offset-9 {
  margin-left: 75%
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%
}

.col-xs-offset-12 {
  margin-left: 100%
}

@media (min-width:768px) {

  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left
  }

  .col-sm-1 {
    width: 8.3333333333%
  }

  .col-sm-2 {
    width: 16.6666666667%
  }

  .col-sm-3 {
    width: 25%
  }

  .col-sm-4 {
    width: 33.3333333333%
  }

  .col-sm-5 {
    width: 41.6666666667%
  }

  .col-sm-6 {
    width: 50%
  }

  .col-sm-7 {
    width: 58.3333333333%
  }

  .col-sm-8 {
    width: 66.6666666667%
  }

  .col-sm-9 {
    width: 75%
  }

  .col-sm-10 {
    width: 83.3333333333%
  }

  .col-sm-11 {
    width: 91.6666666667%
  }

  .col-sm-12 {
    width: 100%
  }

  .col-sm-pull-0 {
    right: auto
  }

  .col-sm-pull-1 {
    right: 8.3333333333%
  }

  .col-sm-pull-2 {
    right: 16.6666666667%
  }

  .col-sm-pull-3 {
    right: 25%
  }

  .col-sm-pull-4 {
    right: 33.3333333333%
  }

  .col-sm-pull-5 {
    right: 41.6666666667%
  }

  .col-sm-pull-6 {
    right: 50%
  }

  .col-sm-pull-7 {
    right: 58.3333333333%
  }

  .col-sm-pull-8 {
    right: 66.6666666667%
  }

  .col-sm-pull-9 {
    right: 75%
  }

  .col-sm-pull-10 {
    right: 83.3333333333%
  }

  .col-sm-pull-11 {
    right: 91.6666666667%
  }

  .col-sm-pull-12 {
    right: 100%
  }

  .col-sm-push-0 {
    left: auto
  }

  .col-sm-push-1 {
    left: 8.3333333333%
  }

  .col-sm-push-2 {
    left: 16.6666666667%
  }

  .col-sm-push-3 {
    left: 25%
  }

  .col-sm-push-4 {
    left: 33.3333333333%
  }

  .col-sm-push-5 {
    left: 41.6666666667%
  }

  .col-sm-push-6 {
    left: 50%
  }

  .col-sm-push-7 {
    left: 58.3333333333%
  }

  .col-sm-push-8 {
    left: 66.6666666667%
  }

  .col-sm-push-9 {
    left: 75%
  }

  .col-sm-push-10 {
    left: 83.3333333333%
  }

  .col-sm-push-11 {
    left: 91.6666666667%
  }

  .col-sm-push-12 {
    left: 100%
  }

  .col-sm-offset-0 {
    margin-left: 0
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%
  }

  .col-sm-offset-3 {
    margin-left: 25%
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%
  }

  .col-sm-offset-6 {
    margin-left: 50%
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%
  }

  .col-sm-offset-9 {
    margin-left: 75%
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%
  }

  .col-sm-offset-12 {
    margin-left: 100%
  }
}

@media (min-width:992px) {

  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left
  }

  .col-md-1 {
    width: 8.3333333333%
  }

  .col-md-2 {
    width: 16.6666666667%
  }

  .col-md-3 {
    width: 25%
  }

  .col-md-4 {
    width: 33.3333333333%
  }

  .col-md-5 {
    width: 41.6666666667%
  }

  .col-md-6 {
    width: 50%
  }

  .col-md-7 {
    width: 58.3333333333%
  }

  .col-md-8 {
    width: 66.6666666667%
  }

  .col-md-9 {
    width: 75%
  }

  .col-md-10 {
    width: 83.3333333333%
  }

  .col-md-11 {
    width: 91.6666666667%
  }

  .col-md-12 {
    width: 100%
  }

  .col-md-pull-0 {
    right: auto
  }

  .col-md-pull-1 {
    right: 8.3333333333%
  }

  .col-md-pull-2 {
    right: 16.6666666667%
  }

  .col-md-pull-3 {
    right: 25%
  }

  .col-md-pull-4 {
    right: 33.3333333333%
  }

  .col-md-pull-5 {
    right: 41.6666666667%
  }

  .col-md-pull-6 {
    right: 50%
  }

  .col-md-pull-7 {
    right: 58.3333333333%
  }

  .col-md-pull-8 {
    right: 66.6666666667%
  }

  .col-md-pull-9 {
    right: 75%
  }

  .col-md-pull-10 {
    right: 83.3333333333%
  }

  .col-md-pull-11 {
    right: 91.6666666667%
  }

  .col-md-pull-12 {
    right: 100%
  }

  .col-md-push-0 {
    left: auto
  }

  .col-md-push-1 {
    left: 8.3333333333%
  }

  .col-md-push-2 {
    left: 16.6666666667%
  }

  .col-md-push-3 {
    left: 25%
  }

  .col-md-push-4 {
    left: 33.3333333333%
  }

  .col-md-push-5 {
    left: 41.6666666667%
  }

  .col-md-push-6 {
    left: 50%
  }

  .col-md-push-7 {
    left: 58.3333333333%
  }

  .col-md-push-8 {
    left: 66.6666666667%
  }

  .col-md-push-9 {
    left: 75%
  }

  .col-md-push-10 {
    left: 83.3333333333%
  }

  .col-md-push-11 {
    left: 91.6666666667%
  }

  .col-md-push-12 {
    left: 100%
  }

  .col-md-offset-0 {
    margin-left: 0
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%
  }

  .col-md-offset-3 {
    margin-left: 25%
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%
  }

  .col-md-offset-6 {
    margin-left: 50%
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%
  }

  .col-md-offset-9 {
    margin-left: 75%
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%
  }

  .col-md-offset-12 {
    margin-left: 100%
  }
}

@-ms-viewport {
  width: device-width
}

.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important
}

@media (max-width:767px) {
  .visible-xs {
    display: block !important
  }

  table.visible-xs {
    display: table !important
  }

  tr.visible-xs {
    display: table-row !important
  }

  td.visible-xs,
  th.visible-xs {
    display: table-cell !important
  }

  .visible-xs-block {
    display: block !important
  }

  .visible-xs-inline {
    display: inline !important
  }

  .visible-xs-inline-block {
    display: inline-block !important
  }
}

@media (min-width:768px) and (max-width:991px) {
  .visible-sm {
    display: block !important
  }

  table.visible-sm {
    display: table !important
  }

  tr.visible-sm {
    display: table-row !important
  }

  td.visible-sm,
  th.visible-sm {
    display: table-cell !important
  }

  .visible-sm-block {
    display: block !important
  }

  .visible-sm-inline {
    display: inline !important
  }

  .visible-sm-inline-block {
    display: inline-block !important
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .visible-md {
    display: block !important
  }

  table.visible-md {
    display: table !important
  }

  tr.visible-md {
    display: table-row !important
  }

  td.visible-md,
  th.visible-md {
    display: table-cell !important
  }

  .visible-md-block {
    display: block !important
  }

  .visible-md-inline {
    display: inline !important
  }

  .visible-md-inline-block {
    display: inline-block !important
  }
}

@media (min-width:1200px) {

  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left
  }

  .col-lg-1 {
    width: 8.3333333333%
  }

  .col-lg-2 {
    width: 16.6666666667%
  }

  .col-lg-3 {
    width: 25%
  }

  .col-lg-4 {
    width: 33.3333333333%
  }

  .col-lg-5 {
    width: 41.6666666667%
  }

  .col-lg-6 {
    width: 50%
  }

  .col-lg-7 {
    width: 58.3333333333%
  }

  .col-lg-8 {
    width: 66.6666666667%
  }

  .col-lg-9 {
    width: 75%
  }

  .col-lg-10 {
    width: 83.3333333333%
  }

  .col-lg-11 {
    width: 91.6666666667%
  }

  .col-lg-12 {
    width: 100%
  }

  .col-lg-pull-0 {
    right: auto
  }

  .col-lg-pull-1 {
    right: 8.3333333333%
  }

  .col-lg-pull-2 {
    right: 16.6666666667%
  }

  .col-lg-pull-3 {
    right: 25%
  }

  .col-lg-pull-4 {
    right: 33.3333333333%
  }

  .col-lg-pull-5 {
    right: 41.6666666667%
  }

  .col-lg-pull-6 {
    right: 50%
  }

  .col-lg-pull-7 {
    right: 58.3333333333%
  }

  .col-lg-pull-8 {
    right: 66.6666666667%
  }

  .col-lg-pull-9 {
    right: 75%
  }

  .col-lg-pull-10 {
    right: 83.3333333333%
  }

  .col-lg-pull-11 {
    right: 91.6666666667%
  }

  .col-lg-pull-12 {
    right: 100%
  }

  .col-lg-push-0 {
    left: auto
  }

  .col-lg-push-1 {
    left: 8.3333333333%
  }

  .col-lg-push-2 {
    left: 16.6666666667%
  }

  .col-lg-push-3 {
    left: 25%
  }

  .col-lg-push-4 {
    left: 33.3333333333%
  }

  .col-lg-push-5 {
    left: 41.6666666667%
  }

  .col-lg-push-6 {
    left: 50%
  }

  .col-lg-push-7 {
    left: 58.3333333333%
  }

  .col-lg-push-8 {
    left: 66.6666666667%
  }

  .col-lg-push-9 {
    left: 75%
  }

  .col-lg-push-10 {
    left: 83.3333333333%
  }

  .col-lg-push-11 {
    left: 91.6666666667%
  }

  .col-lg-push-12 {
    left: 100%
  }

  .col-lg-offset-0 {
    margin-left: 0
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%
  }

  .col-lg-offset-3 {
    margin-left: 25%
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%
  }

  .col-lg-offset-6 {
    margin-left: 50%
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%
  }

  .col-lg-offset-9 {
    margin-left: 75%
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%
  }

  .col-lg-offset-12 {
    margin-left: 100%
  }

  .visible-lg {
    display: block !important
  }

  table.visible-lg {
    display: table !important
  }

  tr.visible-lg {
    display: table-row !important
  }

  td.visible-lg,
  th.visible-lg {
    display: table-cell !important
  }

  .visible-lg-block {
    display: block !important
  }

  .visible-lg-inline {
    display: inline !important
  }

  .visible-lg-inline-block {
    display: inline-block !important
  }

  .hidden-lg {
    display: none !important
  }
}

@media (max-width:767px) {
  .hidden-xs {
    display: none !important
  }
}

@media (min-width:768px) and (max-width:991px) {
  .hidden-sm {
    display: none !important
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .hidden-md {
    display: none !important
  }
}

.visible-print {
  display: none !important
}

@media print {
  .visible-print {
    display: block !important
  }

  table.visible-print {
    display: table !important
  }

  tr.visible-print {
    display: table-row !important
  }

  td.visible-print,
  th.visible-print {
    display: table-cell !important
  }
}

.visible-print-block {
  display: none !important
}

@media print {
  .visible-print-block {
    display: block !important
  }
}

.visible-print-inline {
  display: none !important
}

@media print {
  .visible-print-inline {
    display: inline !important
  }
}

.visible-print-inline-block {
  display: none !important
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important
  }

  .hidden-print {
    display: none !important
  }
}

.owl-carousel {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden
}

.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;
  -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -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
}

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

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

.no-js .owl-carousel,
.owl-carousel.owl-loaded,
.owl-carousel.owl-loading {
  display: block
}

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

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

.dropdown-wrapper .dropdown-hover,
.footer .underlined-links a,
header .nav .menu a {
  border-bottom: 1px solid #000
}

.topbar ul li a,
label .error,
th {
  font-family: Graebenbach, sans
}

.owl-carousel.owl-hidden,
.owl-carousel.owl-loading {
  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;
  -ms-user-select: none;
  user-select: none
}

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

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

.owl-carousel .animated {
  animation-duration: 1s;
  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-height {
  transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease
}

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

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

.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 .1s ease
}

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

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

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

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

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center
}

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

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

.header .opening-hours-overlay a,
label a {
  text-decoration: underline
}

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

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

.owl-theme .owl-dots {
  text-align: center
}

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

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

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

.borderimage [data-fade-loaded=from-back],
.borderimage [data-fade-loaded=from-bottom],
.borderimage [data-fade-loaded=from-left],
.borderimage [data-fade-loaded=from-right],
.borderimage [data-fade-loaded=from-top],
.borderimage [data-fade=from-back],
.borderimage [data-fade=from-bottom],
.borderimage [data-fade=from-left],
.borderimage [data-fade=from-right],
.borderimage [data-fade=from-top] {
  opacity: 0;
  transition: transform ease-out .7s, opacity ease-out .7s
}

.borderimage [data-fade-loaded=from-bottom],
.borderimage [data-fade=from-bottom] {
  transform: translateZ(0) translateY(3rem)
}

.borderimage [data-fade-loaded=from-bottom].visible,
.borderimage [data-fade=from-bottom].visible {
  transform: translateZ(0) translateY(0);
  opacity: 1
}

.borderimage [data-fade-loaded=from-top],
.borderimage [data-fade=from-top] {
  transform: translateZ(0) translateY(-3rem)
}

.borderimage [data-fade-loaded=from-top].visible,
.borderimage [data-fade=from-top].visible {
  transform: translateZ(0) translateY(0);
  opacity: 1
}

.borderimage [data-fade-loaded=from-left],
.borderimage [data-fade=from-left] {
  transform: translateZ(0) translateX(-3rem)
}

.borderimage [data-fade-loaded=from-left].visible,
.borderimage [data-fade=from-left].visible {
  transform: translateZ(0) translateX(0);
  opacity: 1
}

.borderimage [data-fade-loaded=from-right],
.borderimage [data-fade=from-right] {
  transform: translateZ(0) translateX(3rem)
}

.borderimage [data-fade-loaded=from-right].visible,
.borderimage [data-fade=from-right].visible {
  transform: translateZ(0) translateX(0);
  opacity: 1
}

.borderimage [data-fade-loaded=from-back],
.borderimage [data-fade=from-back] {
  transform: translateZ(0)
}

.borderimage [data-fade-loaded=from-back].visible,
.borderimage [data-fade=from-back].visible {
  opacity: 1
}

.kdwg-hover-opacity-65 {
  transition: opacity ease-in-out .1s
}

.kdwg-hover-opacity-65:hover {
  opacity: .65
}


.footer {
  padding-top: 90px;
  padding-bottom: 30px;
  text-transform: uppercase
}

@media (min-width:992px) {
  .footer {
    padding-top: 140px
  }
}

.footer .container .footer-row-first {
  margin-bottom: 30px
}

.footer .container .footer-row-first:last-child {
  margin-bottom: 0
}

.footer .container .footer-row-first .center,
.footer .container .footer-row-first .left,
.footer .container .footer-row-first .right {
  text-align: center
}

.footer .container .footer-row-first .left span,
.footer .container .footer-row-first .right span {
  display: none
}

.footer .container .footer-row-first .left {
  margin-top: 30px
}

.footer .container .footer-row-first .center {
  position: relative
}

@media (min-width:768px) {
  .footer .container .footer-row-first {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px
  }

  .footer .container .footer-row-first .center {
    -ms-flex-positive: 1;
    flex-grow: 1
  }

  .footer .container .footer-row-first .left {
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    margin-top: 0;
    text-align: left
  }

  .footer .container .footer-row-first .center {
    -ms-flex-order: 2;
    order: 2
  }

  .footer .container .footer-row-first .right {
    -ms-flex-order: 3;
    order: 3;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    text-align: right
  }

  .footer .container .footer-row-first .left span,
  .footer .container .footer-row-first .right span {
    display: inline
  }
}

.footer .container .footer-row-second .social-icons {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -ms-flex-pack: center;
  justify-content: center
}


.footer .container .footer-row-second .social-icons a:last-child,
.is-locked.no-touchevents .layer {
  margin-right: 0
}

.footer .container .footer-row-second .social-icons a:hover {
  opacity: .75
}

.footer .container .footer-row-second .social-icons a.instagram {
  background-position: 0 0
}

.footer .container .footer-row-second .social-icons a.facebook {
  background-position: -30px 0
}

.footer .container .footer-row-second .social-icons a.weibo {
  background-position: -60px 0
}

.footer .container .footer-row-second .social-icons a.wechat {
  background-position: -90px 0
}

.footer .container .footer-row-second .social-icons a.whatsapp {
  background-position: -120px 0
}

.footer .container .footer-row-second>div:nth-child(2),
.footer .container .footer-row-second>div:nth-child(3)>ul>li {
  margin-bottom: 20px
}

@media (min-width:480px) {
  .footer .container .footer-row-second>div:nth-child(3)>ul>li {
    float: left;
    margin-right: 20px;
    margin-bottom: 0
  }
}

@media (min-width:768px) {
  .footer .container .footer-row-second {
    display: -ms-flexbox;
    display: flex
  }

  .footer .container .footer-row-second .social-icons {
    margin-bottom: 0
  }

  .footer .container .footer-row-second>div {
    -ms-flex-positive: 1;
    flex-grow: 1
  }

  .footer .container .footer-row-second>div:nth-child(1) {
    -ms-flex-order: 2;
    order: 2;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    text-align: center
  }

  .footer .container .footer-row-second>div:nth-child(2) {
    -ms-flex-order: 3;
    order: 3;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    margin-bottom: 0;
    padding-left: 20px
  }

  .footer .container .footer-row-second>div:nth-child(3) {
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%
  }

  .footer .container .footer-row-second>div:nth-child(3)>ul>li {
    float: left;
    margin-right: 20px;
    margin-bottom: 0
  }

  .footer .container .footer-row-second>div:nth-child(3)>ul>li:last-child {
    margin-right: 0
  }

  .footer .container .footer-row-second>div:nth-child(4) {
    -ms-flex-order: 4;
    order: 4;
    -ms-flex-preferred-size: 15%;
    flex-basis: 15%;
    text-align: right
  }
}

.footer .underlined-links a:hover,
.footer .underlined-links h4 a {
  border-bottom: none
}

.footer .cards {
  margin-bottom: 40px;
  text-align: center
}

.footer .cards h4 {
  margin-bottom: 20px
}

.footer .cards a {
  display: inline-block
}

.footer .cards a img {
  display: none;
  width: 150px
}

.footer .cards a img:nth-child(1) {
  display: inline
}

.footer .cards a:hover img {
  opacity: .9
}

@media (min-width:480px) {
  .footer .cards h4 {
    margin-bottom: 10px
  }

  .footer .cards a img {
    display: inline;
    width: 135px
  }
}

@media (min-width:768px) {
  .footer .cards {
    margin-bottom: 60px
  }
}

.super-asia-flags {
  margin-top: 20px;
  width: 100%;
  height: 20vw;
  min-height: 100px;
  max-height: 150px;
  background: url(/wp-content/uploads/2018/03/SuperAsiaFooter.png) center center repeat-x;
  background-size: auto 100%
}

input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text] {
  padding: .5rem 0;
  width: 100%;
  color: #000;
  font-size: 1.8rem;
  background: 0 0;
  border: 0 solid #000;
  border-width: 0 0 .1rem;
  border-radius: 0;
  box-shadow: none
}

input[type=email]::-ms-clear,
input[type=email]::-ms-reveal,
input[type=number]::-ms-clear,
input[type=number]::-ms-reveal,
input[type=password]::-ms-clear,
input[type=password]::-ms-reveal,
input[type=search]::-ms-clear,
input[type=search]::-ms-reveal,
input[type=tel]::-ms-clear,
input[type=tel]::-ms-reveal,
input[type=text]::-ms-clear,
input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0
}

.has-error input[type=email],
.has-error input[type=number],
.has-error input[type=password],
.has-error input[type=search],
.has-error input[type=tel],
.has-error input[type=text] {
  border-color: #cd1314
}

input[type=number] {
  -moz-appearance: textfield
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none
}

input[type=checkbox],
input[type=radio] {
  opacity: 0;
  position: absolute;
  width: auto;
  height: auto
}

input[type=checkbox]+.label,
input[type=radio]+.label {
  position: relative;
  padding-left: 3rem
}

input[type=checkbox]+.label:before,
input[type=radio]+.label:before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border: .1rem solid #000;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0
}

.has-error input[type=checkbox]+.label:before,
.has-error input[type=checkbox]:checked+.label:before,
.has-error input[type=radio]+.label:before,
.has-error input[type=radio]:checked+.label:before {
  border-color: #cd1314 !important
}

.woocommerce-checkout input[type=checkbox],
.woocommerce-checkout input[type=radio] {
  opacity: inherit;
  position: relative
}

#payment input[type=checkbox],
#payment input[type=radio] {
  opacity: 0;
  position: absolute
}

input[type=checkbox]:checked+.label:before,
input[type=radio]:checked+.label:before {
  background-color: #000
}

input[type=checkbox].has-error+.label:before,
input[type=radio].has-error+.label:before {
  border-color: #cd1314
}

select {
  padding: .5rem 0;
  width: 100%;
  cursor: pointer;
  color: #000;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23{$text-color}" viewBox="0 0 10 6"><polygon class="cls-1" points="5.02 4.3 0.88 0.16 0.03 1.01 5.02 6 10.01 1.01 9.16 0.16 5.02 4.3"/></svg>') 98% center no-repeat;
  border: 0 solid #000;
  border-width: 0 0 .1rem;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: 0;
  background-size: 1.4rem 1rem
}

.has-error select {
  border-color: #cd1314
}

select:focus {
  outline: 0
}

textarea {
  width: 100%;
  color: #000;
  border: .1rem solid #000;
  resize: vertical
}

.has-error textarea {
  border-color: #cd1314
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0
}

.form-group {
  position: relative;
  margin-bottom: 2.5rem
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between
}

label {
  display: block;
  margin-bottom: 1rem;
  cursor: pointer
}

label.label-checkbox,
label.label-radio {
  display: block;
  padding-left: 3rem
}

label .label {
  display: block;
  padding-top: 1rem;
  font-size: 1.3rem
}

label .label--before {
  padding-top: 0;
  padding-bottom: 1rem
}

label .error {
  font-size: 1.3rem;
  color: #cd1314
}

.form--inline {
  display: block;
  position: relative;
  width: 100%;
  max-width: 35rem;
  margin: 0 auto;
  text-align: center
}

.form--inline input[type=email],
.form--inline input[type=number],
.form--inline input[type=password],
.form--inline input[type=search],
.form--inline input[type=tel],
.form--inline input[type=text] {
  background: 0 0;
  text-transform: uppercase
}

.form--inline input[type=email]:focus,
.form--inline input[type=number]:focus,
.form--inline input[type=password]:focus,
.form--inline input[type=search]:focus,
.form--inline input[type=tel]:focus,
.form--inline input[type=text]:focus {
  outline: 0
}

.form--inline input[type=email] {
  text-transform: none
}

.header,
.header .nav-overlay>.nav-container .button--nav a,
.header .opening-hours-overlay,
.header .shopping-basket-second-nav,
.is-uppercase,
.topbar ul li a,
main article .entry-title,
th {
  text-transform: uppercase
}

.form--inline input[type=email]:-ms-input-placeholder {
  text-transform: uppercase
}

.form--inline input[type=email]::placeholder {
  text-transform: uppercase
}

.form--inline button[type=submit] {
  background: 0 0;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem
}

.form--inline label .error {
  position: absolute;
  bottom: -2rem;
  left: 0;
  width: 100%;
  text-align: center
}

.form--inline .icon--loading {
  display: none;
  transform: translateY(-.2rem)
}

.is-loading .form--inline .icon--arrow {
  display: none
}

.is-loading .form--inline .icon--loading {
  display: block
}

.form--horizontal>div:first-child {
  padding-right: 1.5rem
}

.form--horizontal>div:last-child {
  padding-left: 1.5rem
}

th {
  color: inherit;
  font-weight: 600 !important;
  line-height: 1.2;
  margin: 2.5rem 0 1.25rem;
  letter-spacing: 1px;
  font-size: .83em;
  text-align: left
}

div.wpcf7 .ajax-loader {
  position: absolute;
  right: 170px
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 11px 10px 1px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: .15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  outline: 0;
  overflow: visible
}

.hamburger:hover {
  opacity: .7
}

.hamburger-box {
  width: 35px;
  height: 24px;
  display: inline-block;
  position: relative
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px
}

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
  width: 35px;
  height: 2px;
  background-color: #000;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: .15s;
  transition-timing-function: ease
}

.hamburger-inner::after,
.hamburger-inner::before {
  content: "";
  display: block
}

.hamburger-inner::before {
  top: -11px
}

.hamburger-inner::after {
  bottom: -11px
}

.hamburger--squeeze .hamburger-inner {
  transition-duration: 75ms;
  transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 75ms .12s ease, opacity 75ms ease
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 75ms .12s ease, transform 75ms cubic-bezier(.55, .055, .675, .19)
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 75ms ease, opacity 75ms .12s ease
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 75ms ease, transform 75ms .12s cubic-bezier(.215, .61, .355, 1)
}

main {
  padding-top: 70px
}

@media (min-width:768px) {
  main {
    padding-top: 118px
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  padding-top: 6px;
  padding-bottom: 9px;
  font-weight: 700;
  background: #fff;
  z-index: 100
}

@media (min-width:768px) {
  .header {
    height: 118px;
    padding-top: 5px;
    padding-bottom: 23px
  }

  .header .info-opening-hours span {
    display: none
  }
}

.header .info-opening-hours {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 10px 10px 20px;
  z-index: 250;
  font-variant-numeric: tabular-nums;
  max-width: 15vw
}

@media (min-width:1310px) {
  .header .info-opening-hours span {
    display: inline
  }
}

@media (min-width:768px) {
  .header .info-opening-hours {
    display: inline-block
  }
}

@media (min-width:1850px) {
  .header .info-opening-hours {
    max-width: none
  }
}

.header #menu-third-menu,
.header #menu-third-menu-en {
  text-align: right
}

.header .opening-hours-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 20px 20px;
  background-color: rgba(255, 255, 255, .95);
  z-index: 200;
  font-variant-numeric: tabular-nums
}

.header .opening-hours-overlay a:hover {
  text-decoration: none
}

.is-underlined,
.wpb_text_column a {
  text-decoration: underline
}

.header .opening-hours-overlay table tr td {
  padding-right: 20px
}

.header .opening-hours-overlay table tr td:last-child {
  padding-right: 0
}

.header .opening-hours-overlay #menu-header-special-openings,
.header .opening-hours-overlay #menu-header-special-openings-gastronomy,
.header .opening-hours-overlay #menu-header-special-openings-gastronomy-en {
  margin-top: 34px
}

.header .opening-hours-overlay .opening-hours-store {
  float: left;
  padding-top: 42px;
  padding-right: 60px
}

.header .opening-hours-overlay .opening-hours-gastronomy {
  float: left
}

.header .opening-hours-overlay .opening-hours-gastronomy>div:first-child {
  padding: 10px 10px 20px 0
}

.header .nav {
  position: absolute;
  top: 26px;
  left: 0;
  line-height: 2.4rem;
  cursor: pointer;
  z-index: 150
}

@media (min-width:768px) {
  .header .nav {
    top: 90px;
    left: 10px;
    min-width: 120px
  }
}

@media (min-width:1200px) {
  .header .nav {
    top: 60px
  }
}

@media (min-width:1440px) {
  .header .nav {
    top: 40px
  }
}

.header .nav .hamburger {
  float: left
}

.header .nav>span {
  line-height: 44px;
  display: none
}

@media (min-width:768px) {
  .header .nav>span {
    display: inline-block
  }
}

.header .logo {
  position: relative;
  height: 100%;
  text-align: center
}

.header .logo img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
  cursor: pointer
}

.header .logo .language-selector {
  display: none;
  position: absolute;
  bottom: 3px;
  right: 20px;
  line-height: 1.2rem
}

@media (min-width:768px) {
  .header .logo .language-selector {
    display: inline-block
  }
}

.header .logo .language-selector a:not(:last-child) {
  margin-right: 4px
}

.header .nav-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-height: calc(100vh - 60px);
  padding-top: 26px;
  padding-bottom: 18px;
  z-index: 100;
  background: #fff;
  opacity: .95
}

@media (min-width:768px) {
  .header .nav-overlay {
    padding-top: 0;
    padding-bottom: 0
  }
}

.header .nav-overlay.opened {
  display: block
}

.header .nav-overlay>.nav-container {
  width: calc(100% + 20px);
  max-height: calc(100vh - 86px);
  padding-right: 20px;
  overflow-x: hidden;
  overflow-y: scroll
}

.header .nav-overlay>.nav-container .button--nav a {
  display: inline-block;
  margin-top: 10px;
  padding: 0 2rem;
  position: relative;
  font-weight: 700;
  letter-spacing: 1px;
  white-space: nowrap;
  border: 1px solid #000;
  font-size: 12px;
  line-height: 30px;
  color: #fff;
  background: #000
}

.header .nav-overlay>.nav-container .button--nav a:hover {
  color: #000;
  background: #fff;
  opacity: 1
}

.header .nav-overlay ul {
  display: block;
  margin: 0;
  padding: 0 0 30px 10px;
  list-style-type: none
}

@media (min-width:768px) {
  .header .nav-overlay ul {
    padding: 140px 0 37px 20px
  }
}

.header .nav-overlay ul li {
  line-height: 3.6rem
}

.header .nav-overlay .nav {
  display: inline-block;
  position: relative;
  top: auto;
  left: auto;
  padding-bottom: 24px;
  opacity: 0
}

.header .nav-overlay .language-selector {
  padding: 0 10px 6px 0;
  float: right
}

@media (min-width:768px) {

  .header .nav-overlay .language-selector,
  .header .nav-overlay .nav,
  .header .nav-overlay .third-nav-container {
    display: none
  }
}

.header .nav-overlay .language-selector a:first-child {
  margin-right: 4px
}

.header .nav-overlay #menu-third-menu-1 {
  display: inline-block;
  padding: 0 0 6px 10px;
  float: left
}

@media (min-width:768px) {
  .header .nav-overlay #menu-third-menu-1 {
    display: none
  }
}

.header .nav-overlay #menu-third-menu-1 li:nth-child(2) {
  display: none
}

.header .nav-overlay .info-opening-hours-mobile,
.header .nav-overlay .mobile-gastronomy-nav,
.header .nav-overlay .secondary-nav {
  display: block;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  padding: 0 10px 80px;
  float: none;
  text-align: left
}

.header .nav-overlay .info-opening-hours-mobile ul,
.header .nav-overlay .mobile-gastronomy-nav ul,
.header .nav-overlay .secondary-nav ul {
  padding: 0
}

.header .nav-overlay .mobile-gastronomy-nav {
  padding-bottom: 12px
}

.header .nav-overlay .info-opening-hours-mobile {
  padding: 0 10px 12px
}

.header .shopping-basket-second-nav {
  position: absolute;
  right: 0;
  bottom: 9px;
  z-index: 160
}

.header .shopping-basket-second-nav .shopping-basket {
  float: left;
  padding: 0 10px
}

@media (min-width:768px) {

  .header .nav-overlay .info-opening-hours-mobile,
  .header .nav-overlay .mobile-gastronomy-nav,
  .header .nav-overlay .secondary-nav {
    display: none
  }

  .header .shopping-basket-second-nav {
    top: 0;
    right: 20px;
    bottom: auto
  }

  .header .shopping-basket-second-nav .shopping-basket {
    margin-right: 8px;
    padding: 0 12px 0 0;
    border-right: 1px solid #000
  }
}

.header .shopping-basket-second-nav .shopping-basket a {
  display: block;
  padding-top: 10px
}

.header .shopping-basket-second-nav .shopping-basket a .count {
  margin-right: 5px
}

.header .shopping-basket-second-nav .shopping-basket span {
  float: left
}

.header .shopping-basket-second-nav .shopping-basket svg {
  display: inline;
  margin-top: -1px
}

.header .shopping-basket-second-nav .third-nav {
  display: none;
  float: right;
  padding-top: 10px
}

@media (min-width:768px) {
  .header .shopping-basket-second-nav .third-nav {
    display: inline-block
  }
}

.header .secondary-nav {
  display: none;
  position: absolute;
  top: 55px;
  right: 20px;
  text-align: right;
  z-index: 150
}

body.home:not(.is-phone) main {
  padding-top: 300px
}

body.home:not(.is-phone) .header {
  height: 300px
}

body .header.oberpollinger,
body.home:not(.is-phone) .header.oberpollinger {
  height: 70px;
  padding: 0 0 9px
}

body .header.oberpollinger .nav,
body.home:not(.is-phone) .header.oberpollinger .nav {
  top: 13px
}

@media (min-width:768px) {
  .header .secondary-nav {
    display: inline-block
  }

  body .header.oberpollinger,
  body.home:not(.is-phone) .header.oberpollinger {
    height: 118px;
    padding: 0 0 23px
  }

  body .header.oberpollinger .nav,
  body.home:not(.is-phone) .header.oberpollinger .nav {
    top: 40px
  }

  body .header.oberpollinger .nav-overlay,
  body.home:not(.is-phone) .header.oberpollinger .nav-overlay {
    top: 0
  }
}

body .header.oberpollinger .nav-overlay,
body.home:not(.is-phone) .header.oberpollinger .nav-overlay {
  max-height: calc(100vh - 34px);
  padding-top: 0
}

body .header.oberpollinger .nav-overlay>.nav-container,
body.home:not(.is-phone) .header.oberpollinger .nav-overlay>.nav-container {
  max-height: calc(100vh - 50px)
}

body .header.oberpollinger .logo,
body.home:not(.is-phone) .header.oberpollinger .logo {
  margin-top: 17px;
  padding: 13px 0 19px
}

@media (min-width:480px) {

  body .header.oberpollinger .logo,
  body.home:not(.is-phone) .header.oberpollinger .logo {
    padding: 9px 0 15px
  }
}

@media (min-width:768px) {

  body .header.oberpollinger .logo,
  body.home:not(.is-phone) .header.oberpollinger .logo {
    margin-top: 34px;
    padding: 8px 0 21px
  }
}

body .header.oberpollinger .logo .language-selector,
body.home:not(.is-phone) .header.oberpollinger .logo .language-selector {
  bottom: 20px
}

body .header.oberpollinger .logo img,
body.home:not(.is-phone) .header.oberpollinger .logo img {
  height: 14px
}

@media (min-width:480px) {

  body .header.oberpollinger .logo img,
  body.home:not(.is-phone) .header.oberpollinger .logo img {
    height: 22px
  }
}

@media (min-width:768px) {

  body .header.oberpollinger .logo img,
  body.home:not(.is-phone) .header.oberpollinger .logo img {
    height: 24px
  }
}

@media (min-width:992px) {

  body .header.oberpollinger .logo,
  body.home:not(.is-phone) .header.oberpollinger .logo {
    padding: 0 0 15px
  }

  body .header.oberpollinger .logo img,
  body.home:not(.is-phone) .header.oberpollinger .logo img {
    height: 38px
  }
}

body .header.oberpollinger~main,
body.home:not(.is-phone) .header.oberpollinger~main {
  padding-top: 70px
}

@media (min-width:768px) {

  body .header.oberpollinger~main,
  body.home:not(.is-phone) .header.oberpollinger~main {
    padding-top: 118px
  }
}

body .header.alsterhaus,
body.home:not(.is-phone) .header.alsterhaus {
  height: 70px;
  padding: 0 0 9px
}

@media (min-width:992px) {

  body .header.alsterhaus,
  body.home:not(.is-phone) .header.alsterhaus {
    padding: 0 0 23px
  }
}

body .header.alsterhaus .nav,
body.home:not(.is-phone) .header.alsterhaus .nav {
  top: 13px
}

@media (min-width:768px) {

  body .header.alsterhaus,
  body.home:not(.is-phone) .header.alsterhaus {
    height: 118px;
    padding: 0 0 23px
  }

  body .header.alsterhaus .nav,
  body.home:not(.is-phone) .header.alsterhaus .nav {
    top: 40px
  }
}

body .header.alsterhaus .nav-overlay,
body.home:not(.is-phone) .header.alsterhaus .nav-overlay {
  max-height: calc(100vh - 34px);
  top: 26px;
  padding-top: 0
}

body .header.alsterhaus .nav-overlay>.nav-container,
body.home:not(.is-phone) .header.alsterhaus .nav-overlay>.nav-container {
  max-height: calc(100vh - 50px)
}

body .header.alsterhaus .logo,
body.home:not(.is-phone) .header.alsterhaus .logo {
  margin-top: 17px;
  padding: 14px 0 20px
}

@media (min-width:480px) {

  body .header.alsterhaus .logo,
  body.home:not(.is-phone) .header.alsterhaus .logo {
    padding: 10px 0 16px
  }
}

@media (min-width:768px) {

  body .header.alsterhaus .nav-overlay,
  body.home:not(.is-phone) .header.alsterhaus .nav-overlay {
    top: 0
  }

  body .header.alsterhaus .logo,
  body.home:not(.is-phone) .header.alsterhaus .logo {
    margin-top: 34px;
    padding: 0 0 21px
  }
}

body .header.alsterhaus .logo .language-selector,
body.home:not(.is-phone) .header.alsterhaus .logo .language-selector {
  bottom: 20px
}

body .header.alsterhaus .logo img,
body.home:not(.is-phone) .header.alsterhaus .logo img {
  height: 12px
}

@media (min-width:480px) {

  body .header.alsterhaus .logo img,
  body.home:not(.is-phone) .header.alsterhaus .logo img {
    height: 20px
  }
}

@media (min-width:768px) {

  body .header.alsterhaus .logo img,
  body.home:not(.is-phone) .header.alsterhaus .logo img {
    height: 24px
  }
}

@media (min-width:992px) {

  body .header.alsterhaus .logo,
  body.home:not(.is-phone) .header.alsterhaus .logo {
    padding: 0 0 15px
  }

  body .header.alsterhaus .logo img,
  body.home:not(.is-phone) .header.alsterhaus .logo img {
    height: 28px
  }
}

body .header.alsterhaus~main,
body.home:not(.is-phone) .header.alsterhaus~main {
  padding-top: 70px
}

@media (min-width:768px) {

  body .header.alsterhaus~main,
  body.home:not(.is-phone) .header.alsterhaus~main {
    padding-top: 118px
  }
}

.active-nav-overlay,
.active-opening-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99
}

.grecaptcha-badge {
  opacity: 0;
  visibility: hidden
}

header.opened .nav {
  top: 40px;
  width: 100%;
  position: relative
}

header .nav .menu {
  position: absolute;
  right: 10px;
  top: 14px
}

header .nav .menu a {
  font-size: 15px !important;
  font-weight: 700;
  padding: 2px 0
}

.is-scrolled .header {
  height: 6rem
}

.is-scrolled .header__logo {
  max-height: 60%
}

.is-scrolled .header__menu ul {
  margin-top: 0
}

.is-locked {
  overflow: visible !important;
  width: auto
}

.is-locked body {
  overflow: hidden !important
}

main {
  overflow: hidden
}

main article.header--spacing {
  padding-top: 5rem
}

main article .entry-title {
  text-align: center
}

main article .entry-subtitle {
  margin-bottom: 6rem;
  text-align: center
}

#sb_instagram.sbi_col_10.sbi_disable_mobile #sbi_images .sbi_item {
  width: 33.33%
}

#sb_instagram.sbi_col_10.sbi_disable_mobile #sbi_images .sbi_item:nth-child(10) {
  display: none
}

@media (min-width:768px) {
  main article.header--spacing {
    padding-top: 10rem
  }

  main article .entry-title {
    margin-top: 10rem;
    margin-bottom: 6rem
  }

  main article .entry-title+.entry-subtitle {
    margin-top: -3rem
  }

  #sb_instagram.sbi_col_10.sbi_disable_mobile #sbi_images .sbi_item {
    width: 10%
  }

  #sb_instagram.sbi_col_10.sbi_disable_mobile #sbi_images .sbi_item:nth-child(10) {
    display: inline-block
  }
}

.wpcf7-form input {
  opacity: 1;
  position: relative
}

.wpcf7-form input[type=checkbox] {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  padding: 10px
}

.instagram-feed .sbi_photo_wrap {
  background: #000
}

.instagram-feed>div {
  width: calc(100% + 8px);
  margin-left: -4px;
  padding-right: 0;
  padding-left: 0
}

.tp-caption:hover .tp-video-play-button {
  display: none
}

.topbar,
.topbar__menu {
  display: -ms-flexbox;
  -ms-flex-align: center
}

.topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  height: 60px;
  background: #000;
  display: flex;
  align-items: center
}

.topbar__menu {
  display: flex;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.stage .owl-slide,
.stage__box,
.topbar ul {
  -ms-flex-align: center
}

.topbar ul {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.topbar ul li:not(:first-child) {
  margin-left: 2rem
}

.topbar ul li a {
  display: block;
  color: #fff;
  font-size: 1rem
}

.font-family-serif,
.text-style-minion-anleser,
p b,
p strong {
  font-family: Minion-Pro, serif
}

.topbar ul li a:hover {
  color: #c8c9c9
}

.topbar ul li a.link--button {
  padding: .5rem 1rem;
  color: #000;
  background: #fff
}

.topbar ul li a.link--button:hover {
  color: #9B9B9B
}

.text-left {
  text-align: left
}

.text-center {
  text-align: center
}

.text-right {
  text-align: right
}

.font-size-200 {
  font-size: 1rem
}

.font-size-300 {
  font-size: 1.3rem
}

.font-size-400 {
  font-size: 1.6rem
}

.font-size-500 {
  font-size: 1.8rem
}

.font-size-600 {
  font-size: 2.4rem
}

.font-family-serif {
  font-weight: 400
}

p b,
p strong {
  font-weight: 600
}

.fancybox-caption,
.font-family-sans,
.footer,
.header,
.header-shop-link>a>span,
.info-bar-top,
.search__result,
.search__result-more {
  font-family: Graebenbach, sans
}

.font-weight-600 {
  font-weight: 600
}

.font-weight-700 {
  font-weight: 700
}

.is-italic {
  font-style: italic
}

.is-strikethrough {
  text-decoration: line-through
}

.text-style-button-teaser {
  font-family: Graebenbach, sans;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4em;
  letter-spacing: .05rem;
  border-bottom: solid 1px;
  text-transform: uppercase !important
}

.text-style-button-teaser:hover {
  border-bottom: none
}

.text-style-minion-anleser {
  font-size: 2.4rem;
  line-height: 2.8rem;
  letter-spacing: .1rem
}

.text-style-minion-vers-weit-12,
.text-style-minion-vers-weit-14 {
  font-family: Minion-Pro, serif;
  letter-spacing: .175rem;
  text-transform: uppercase
}

.text-style-minion-vers-weit-12 {
  font-size: 1.2rem;
  line-height: 1.4rem
}

.text-style-minion-vers-weit-14 {
  font-size: 1.4rem;
  line-height: 1.6rem
}

.text-style-gb-16-bold {
  font-family: Graebenbach, sans;
  font-size: 1.6rem;
  line-height: 1.8rem;
  letter-spacing: .05rem;
  text-transform: uppercase;
  font-weight: 600
}

._lotteryoutput ._lotteryoutput___info,
._lotteryoutput ._lotteryoutput__footer,
._lotteryoutput ._lotteryoutput__winners__element__head,
.header .nav-overlay #menu-third-menu-1,
.header .nav-overlay #menu-third-menu-1 li,
.header .nav-overlay .info-opening-hours-mobile,
.header .nav-overlay .info-opening-hours-mobile ul li,
.header .nav-overlay .language-selector,
.header .nav-overlay .mobile-gastronomy-nav,
.header .nav-overlay .mobile-gastronomy-nav ul li,
.header .nav-overlay .secondary-nav,
.header .nav-overlay .secondary-nav ul li,
.text-style-gb-12-bold {
  font-family: Graebenbach, sans;
  font-size: 1.2rem;
  line-height: 1.4rem;
  letter-spacing: .05rem;
  text-transform: uppercase;
  font-weight: 600
}

.text-style-mp-44-italic,
.text-style-mp-44-regular {
  font-family: Minion-Pro, serif;
  font-size: 3.6rem;
  line-height: 3.4rem;
  letter-spacing: 1.5px
}

@media (min-width:480px) {

  .text-style-mp-44-italic,
  .text-style-mp-44-regular {
    font-size: 4.4rem;
    line-height: 4.2rem
  }
}

.text-style-mp-44-italic {
  line-height: 3.8rem;
  font-style: italic
}

.margin-top {
  margin-top: 2rem
}

@media (min-width:480px) {
  .text-style-mp-44-italic {
    line-height: 4.6rem
  }

  .margin-top {
    margin-top: 4rem
  }
}

.mce-content-body .row ul,
.page-content .row ul {
  list-style: none !important;
  padding-left: 10px
}

.page-content .row nav ul {
  list-style: none !important;
  padding-left: 0 !important
}

.mce-content-body .row ul li,
.page-content .row ul li {
  position: relative !important;
  padding-left: 15px !important
}

.page-content .row nav ul li {
  padding-left: 0 !important
}

.mce-content-body .row ul li::before,
.page-content .row ul li::before {
  content: "•" !important;
  position: absolute !important;
  left: 0 !important
}

.page-content .row nav ul li::before {
  content: "" !important;
  position: static !important;
  left: unset !important
}

.mce-content-body .row ol,
.page-content .row ol {
  list-style: none !important;
  counter-reset: list-counter
}

.mce-content-body .row ol li,
.page-content .row ol li {
  position: relative !important;
  padding-left: 22px !important;
  counter-increment: list-counter
}

.wpb_text_column ol,
.wpb_text_column ul {
  padding-left: 1.5rem;
  margin-bottom: 2.5rem
}

.mce-content-body .row ol li::before,
.page-content .row ol li::before {
  content: counter(list-counter) "." !important;
  position: absolute !important;
  left: 0 !important
}

.wpb_text_column ul {
  list-style: disc
}

.wpb_text_column ol {
  list-style: outside
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

p {
  font-size: 1.6rem;
  line-height: 2.2rem
}

._lotteryoutput ._lotteryoutput__head,
._lotteryoutput ._lotteryoutput__winners__element__id,
._lotteryoutput ._lotteryoutput__winners__element__price,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  font-family: Graebenbach, sans;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0 0 1.25rem;
  letter-spacing: 1px
}

.h1,
h1 {
  font-size: 3.6rem;
  line-height: 3.4rem;
  letter-spacing: .15rem;
  margin: 0 0 2rem
}

@media (min-width:480px) {

  .h1,
  h1 {
    font-size: 4.4rem;
    line-height: 4.2rem
  }
}

.col-sm-3 section.picture-element.portrait .h1,
.col-sm-3 section.picture-element.portrait h2,
.h2,
.header .nav-overlay,
h2 {
  font-size: 3.2rem;
  line-height: 3rem;
  letter-spacing: .15rem
}

._lotteryoutput ._lotteryoutput__head,
._lotteryoutput ._lotteryoutput__winners__element__id,
._lotteryoutput ._lotteryoutput__winners__element__price,
.h3,
h3 {
  font-size: 2.4rem;
  line-height: 2.2rem;
  letter-spacing: .15rem
}

.fancybox-caption,
.h4,
h4 {
  font-size: 1.6rem;
  line-height: 1.6rem;
  letter-spacing: .1rem
}

.brandfinder__categories li button.is-active,
.button--cta,
.footer,
.h5,
.header,
.opening-hours-element,
.search__result,
.search__result-more,
h5 {
  font-size: 1.2rem;
  line-height: 1.4rem;
  letter-spacing: .05rem
}

.h6,
h6 {
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: .05rem
}

.button--cta {
  display: inline-block;
  padding: 0 4rem;
  position: relative;
  color: #000;
  font-family: Graebenbach, sans;
  font-weight: 700;
  line-height: 3rem;
  text-transform: uppercase;
  white-space: nowrap;
  background: 0 0;
  border: 1px solid #000
}

.button--cta .icon {
  margin-right: 2rem
}

.button--cta .icon.icon--loading {
  display: none;
  position: absolute;
  top: 50%;
  right: -3rem;
  margin: 0;
  transform: translateY(-50%)
}

.is-loading .button--cta .icon.icon--loading {
  display: block
}

.button--cta--career {
  min-width: 225px;
  text-align: center
}

.button--cta--cta--small {
  font-size: 1.2rem;
  padding: 0 2rem;
  line-height: 2.4rem
}

.button--cta:disabled {
  opacity: .5
}

.button--cta:hover:not([disabled]) {
  color: #fff;
  background: #000
}

.link--underlined {
  padding: 0;
  background: 0 0
}

.link--underlined:after {
  content: "";
  display: block;
  width: 0;
  margin: 0 auto;
  height: 1px;
  background-color: #000;
  transition: width ease-in-out .1s;
  pointer-events: none
}

.link--underlined--active:after,
.link--underlined:hover:after {
  width: 100%
}

.dropdown-wrapper .dropdown-hover {
  line-height: 1;
  letter-spacing: .01em;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 2px 0
}

.dropdown-wrapper .dropdown-menu {
  display: none;
  width: 350px;
  position: absolute;
  top: 100%;
  right: 0;
  margin: 0;
  padding-top: 16px
}

.dropdown-wrapper .dropdown-menu.dropdown-menu-visible {
  display: block
}

.dropdown-wrapper .dropdown-menu .dropdown-menu-list {
  background: #FFF;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, .25);
  padding: 0;
  margin: 0;
  list-style: none
}

.desktop-background,
.mobile-background {
  position: absolute;
  background-repeat: no-repeat;
  background-position: right bottom;
  height: 60px;
  width: 100%
}

.dropdown-wrapper .dropdown-menu .dropdown-menu-list li:first-child a {
  padding-top: 32px
}

.dropdown-wrapper .dropdown-menu .dropdown-menu-list li:last-child a {
  padding-bottom: 32px;
  border-bottom: none
}

.dropdown-wrapper .dropdown-menu .dropdown-menu-list a {
  display: block;
  padding: 26px;
  border-bottom: 1px solid #f5f5f5
}

.dropdown-wrapper .dropdown-menu .dropdown-menu-list a h5 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.4rem;
  margin: 0
}

.dropdown-wrapper .dropdown-menu .dropdown-menu-list a span {
  display: block;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.8rem;
  text-transform: none;
  margin-top: 20px
}

@font-face {
  font-family: brandon_grotesquelight;
  src: url(/wp-content/themes/kadewe/assets/fonts/brandon/brandon-grotesque-light.eot);
  src: url(/wp-content/themes/kadewe/assets/fonts/brandon/brandon-grotesque-light.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/kadewe/assets/fonts/brandon/brandon-grotesque-light.woff) format("woff"), url(/wp-content/themes/kadewe/assets/fonts/brandon/brandon-grotesque-light.ttf) format("truetype"), url(/wp-content/themes/kadewe/assets/fonts/brandon/brandon-grotesque-light.svg#brandon_grotesquelight) format("svg");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: brandon_grotesqueblack;
  src: url(/wp-content/themes/kadewe/assets/fonts/brandon/brandon-grotesque-black.eot);
  src: url(/wp-content/themes/kadewe/assets/fonts/brandon/brandon-grotesque-black.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/kadewe/assets/fonts/brandon/brandon-grotesque-black.ttf) format("truetype"), url(/wp-content/themes/kadewe/assets/fonts/brandon/brandon-grotesque-black.svg#brandon_grotesqueblack) format("svg");
  font-weight: 400;
  font-style: normal
}

.kadewe .desktop-background {
  background-image: url(/wp-content/themes/kadewe/assets/images/strip-bg_desktop-kadewe.png)
}

.oberpollinger .desktop-background {
  background-image: url(/wp-content/themes/kadewe/assets/images/strip-bg_desktop-oberpollinger.png)
}

.alsterhaus .desktop-background {
  background-image: url(/wp-content/themes/kadewe/assets/images/strip-bg_desktop-alsterhaus.png)
}

.mobile-background {
  background-image: url(/wp-content/themes/kadewe/assets/images/strip-bg_mobile.png);
  display: none
}

.strip {
  height: 60px;
  background-color: #000;
  width: 100%
}

.strip:before {
  content: " ";
  display: table
}

.strip img {
  width: 100%;
  height: auto
}

.roll-over-text {
  line-height: 26px
}

.strip-area {
  float: left;
  width: 33.33333%
}

.strip-content-container {
  padding: 20px 45px;
  position: relative;
  z-index: 200
}

.strip-first {
  text-align: left
}

.roll-over {
  position: absolute;
  background-color: #fff;
  border: 1px solid #000;
  font-size: 16px;
  font-family: brandon_grotesquelight;
  width: 292px;
  left: 20px;
  top: 0;
  z-index: 200;
  padding: 20px;
  text-align: center;
  display: none
}

.roll-over a {
  color: #757575
}

.strip-first:hover .roll-over {
  display: inline
}

.strip-middle {
  text-align: center
}

.strip-middle .strip-content a {
  color: #fff;
  font-family: brandon_grotesquelight;
  font-size: 18px;
  -webkit-font-smoothing: subpixel-antialiased
}

.strip-last {
  text-align: right;
  position: relative
}

.strip-last .strip-content a {
  color: #fff;
  text-transform: uppercase;
  font-family: brandon_grotesqueblack;
  font-size: 15px;
  text-shadow: 2px 2px #000
}

.brandfinder__categories li button,
.brandfinder__list .floor-department-list,
.brandfinder__list .floor-department-list-close.close-overlay,
.brandfinder__list div,
.brandfinder__list li,
.brandfinder__list li .brandfinder__title,
.brandfinder__nav li,
.brandfinder__search input {
  font-family: Graebenbach, sans
}

.strip-first img {
  max-width: 250px
}

.strip-mobile {
  display: none
}

@media screen and (max-width:1200px) {
  .strip-first {
    width: 40%
  }

  .strip-middle {
    width: 20%
  }

  .strip-last {
    width: 40%
  }
}

@media screen and (max-width:992px) {

  .desktop-background,
  .strip-first:hover .roll-over {
    display: none
  }

  .mobile-background,
  .strip-mobile {
    display: block
  }

  .strip-middle .strip-content {
    visibility: hidden
  }

  .strip-first {
    width: 20%
  }

  .strip-middle {
    width: 10%
  }

  .strip-last {
    width: 70%
  }

  .strip-first img {
    max-height: 20px
  }

  .strip-last .strip-content.strip-mobile {
    border: 2px solid #fff;
    padding: 5px 10px;
    text-align: center;
    display: inline;
    background-color: rgba(0, 0, 0, .4)
  }

  .strip-desktop {
    display: none
  }
}

@media screen and (max-width:414px) {
  .strip-content-container {
    padding: 20px
  }
}

.brandfinder__categories {
  text-align: center;
  position: relative;
  margin: 0 auto 18px;
  width: 372px
}

@media (min-width:1200px) {
  .brandfinder__categories {
    width: 739px;
    margin: 0 auto 4rem
  }
}

.brandfinder__categories li {
  display: inline-block;
  margin: 0 7px 14px;
  padding: 3px;
  background-color: rgba(0, 0, 0, .03);
  min-width: 168px
}

.brandfinder__categories li button {
  background: 0 0;
  padding: 0;
  font-size: 1.4rem;
  letter-spacing: .05rem;
  text-transform: uppercase;
  font-weight: 700
}

.brandfinder__categories li button.is-active {
  font-size: 1.4rem;
  color: rgba(0, 0, 0, .5);
  font-weight: 700;
  text-decoration: none
}

.brandfinder__nav {
  margin: auto -2rem 10px;
  background-color: rgba(0, 0, 0, .03)
}

.brandfinder__nav li:first-of-type {
  margin-left: 20px
}

.brandfinder__nav li {
  display: inline-block;
  padding: 5px 5px 5px 0;
  font-size: 1.4rem;
  font-weight: 700
}

@media (min-width:768px) {
  .brandfinder__nav li {
    width: 26.22px;
    height: 6.56px
  }
}

@media (min-width:992px) {
  .brandfinder__nav li {
    width: 33.77px;
    height: 8.44px
  }
}

@media (min-width:1200px) {
  .brandfinder__nav li {
    width: 41.47px;
    height: 10.37px
  }
}

.brandfinder__list {
  margin-left: -2rem;
  margin-right: -2rem
}

.brandfinder__list div {
  font-size: 1.4rem;
  font-weight: 700;
  padding-left: 20px;
  margin: 20px auto 20px 0;
  text-transform: uppercase
}

.brandfinder__list div.label {
  margin: 0;
  padding-top: 20px
}

.brandfinder__list ul.labellist {
  padding-top: 20px
}

.brandfinder__list .brand-details {
  display: none;
  position: relative;
  margin-top: 0;
  width: 100%;
  border: 1px solid #000;
  text-align: center;
  padding: 0
}

@media (max-width:991px) {
  .brandfinder__list .brand-details {
    margin-bottom: 70px
  }
}

.brandfinder__list .brand-details .arrow {
  position: absolute;
  display: inline-block;
  margin-top: -9px;
  border: solid #000;
  border-width: 0 1px 1px 0;
  padding: 8px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  background-color: #fff
}

.brandfinder__list .floor-department-list {
  width: 100%;
  display: inline-block;
  margin: 40px auto;
  font-size: 1.4rem
}

.brandfinder__list .floor-department-list-close {
  display: block;
  text-align: left;
  width: 100%
}

@media (min-width:768px) {
  .brandfinder__list .floor-department-list {
    margin: auto auto 30px
  }

  .brandfinder__list .floor-department-list-close {
    padding: 15px
  }
}

.brandfinder__list .floor-department-list-close.close-overlay {
  font-size: 1.3rem;
  text-transform: uppercase;
  font-weight: 700;
  padding: 4px;
  text-align: center;
  background: url(/wp-content/themes/kadewe/assets/images/arrow-back.svg) 20px no-repeat rgba(0, 0, 0, .03);
  background-size: 35px 10px
}

.brandfinder__list .floor-department-list div {
  padding: 0;
  margin: 0 auto 40px;
  font-size: 1.6rem;
  letter-spacing: .05rem
}

.brandfinder__list .floor-department-list li {
  width: 100%;
  display: block;
  overflow: auto;
  margin: 0;
  background-color: #fff;
  letter-spacing: .05rem
}

.brandfinder__list .floor-department-list li:nth-of-type(2n+1) {
  background-color: rgba(0, 0, 0, .03)
}

.brandfinder__list .floor-department-list li span {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  padding: 5px 0;
  text-align: left;
  min-width: 10rem
}

.brandfinder__list .floor-department-list li span:not(:nth-child(1)) {
  font-weight: 400;
  min-width: 13.5rem
}

.brandfinder__list .floor-department-list li span:nth-child(3) {
  text-transform: none;
  text-align: right
}

.brandfinder__list li {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  vertical-align: top;
  position: relative;
  width: 445px;
  margin: -49px 1rem 2rem 45px
}

.brandfinder__list li[style="display: list-item;"] {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important
}

.brandfinder__list li.is-filtered,
.brandfinder__list li.is-filtered-department,
.brandfinder__list li.is-filtered-search {
  display: none
}

@media (min-width:768px) {
  .brandfinder__list li {
    width: 354px;
    margin: 0
  }
}

@media (min-width:992px) {
  .brandfinder__list li {
    width: 304px;
    margin: 0
  }
}

@media (min-width:1200px) {
  .brandfinder__list li {
    width: 280px;
    margin: 0
  }
}

.brandfinder__list li .brandfinder__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding-left: 20px;
  margin: 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 95%;
  text-transform: uppercase;
  letter-spacing: .05rem;
  overflow: hidden;
  text-overflow: ellipsis
}

.brandfinder__list li .brandfinder__title.is-active {
  font-weight: 700
}

.brandfinder__list li .has-floorplan {
  cursor: pointer
}

.brandfinder__search {
  padding: 0 0 32px
}

@media (min-width:1200px) {
  .brandfinder__search {
    padding: 0 0 5rem
  }
}

.brandfinder__search input {
  max-width: 35rem;
  padding: 0 auto 3px 1px;
  box-sizing: border-box;
  font-size: 1.4rem;
  color: #000
}

.brandfinder__search .error-message {
  display: none;
  margin-top: 1rem;
  text-align: center;
  color: red
}

.brand-detail-page {
  margin: 2rem 0;
  text-align: center
}

.brand-detail-page li {
  width: 100%;
  display: block;
  overflow: auto;
  margin: 0;
  text-align: left;
  padding-left: 30px;
  padding-right: 30px;
  letter-spacing: .05rem
}

.brand-detail-page li span {
  width: 33.33%;
  min-width: 8rem
}

.container-fluid .brandfinder__list {
  margin: 0;
  padding: 10px
}

.container-fluid .brandfinder__list .brand-details {
  display: block;
  border: none;
  width: 50%;
  text-align: left
}

.container-fluid .brandfinder__list .brand-details div {
  margin-bottom: 30px
}

.container-fluid .brandfinder__list .brand-details span {
  padding-left: 10px
}

.container-fluid .close-overlay {
  display: block;
  margin-top: 55px
}

@media (max-width:991px) {
  .container-fluid .close-overlay {
    margin-top: auto;
    display: block;
    width: 100%;
    font-size: 1.3rem;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.8rem;
    padding: 4px;
    text-align: center;
    background: url(/wp-content/themes/kadewe/assets/images/arrow-back.svg) 20px no-repeat rgba(0, 0, 0, .03);
    background-size: 35px 10px
  }
}

.breadcrumb-top ul li a,
.history__teaser__subline,
.layer--navigation ul li a {
  font-weight: 600;
  font-family: Graebenbach, sans
}

.breadcrumb-top ul {
  list-style: none
}

.breadcrumb-top ul li {
  float: left
}

.breadcrumb-top ul li a {
  font-size: 1.2rem;
  line-height: 1.4em;
  letter-spacing: .05rem;
  text-decoration: none;
  text-transform: uppercase
}

.history__teaser__headline,
.newsletterform a,
.search__result-more,
.teaser--categories__text__link a {
  text-decoration: underline
}

.responsive-image {
  max-width: 100%;
  height: auto
}

.cell {
  margin-top: 10px
}

.cell a {
  display: block;
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out
}

.cell a:hover {
  opacity: .8
}

.cell img {
  display: block
}

.cell:nth-child(1),
.cell:nth-child(2) {
  margin-top: 0
}

.fancybox-caption {
  line-height: 2rem;
  border-top: none
}

@media screen and (min-width:480px) {
  .grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-right: -5px;
    margin-left: -5px
  }

  .cell {
    width: 50%;
    padding: 0 5px
  }
}

@media screen and (min-width:768px) {
  .cell {
    width: 25%
  }

  .cell:nth-child(3),
  .cell:nth-child(4) {
    margin-top: 0
  }
}

@media screen and (min-width:992px) {
  .cell {
    width: 20%
  }

  .cell:nth-child(5) {
    margin-top: 0
  }
}

@media screen and (min-width:1200px) {
  .cell {
    width: 16.6666666667%
  }

  .cell:nth-child(6) {
    margin-top: 0
  }
}

.history__teaser {
  margin-top: 6rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}

.history__teaser__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 41.5rem
}

.history__teaser__headline {
  margin-top: 0
}

@media (max-width:767px) {
  .brandfinder__list li .brandfinder__title {
    top: 1rem;
    transform: translate(-50%, 0)
  }

  .history__teaser__image {
    margin-top: 2rem
  }
}

@media (min-width:768px) {
  .history__teaser {
    -ms-flex-direction: row;
    flex-direction: row
  }

  .history__teaser .history__teaser__text {
    width: 50%;
    padding-right: 2rem
  }

  .history__teaser .history__teaser__image {
    width: 50%;
    padding-left: 2rem
  }
}

@media (min-width:1200px) {
  .history__teaser .history__teaser__text {
    width: 30%;
    margin-right: 5%;
    padding-right: 10px
  }

  .history__teaser .history__teaser__image {
    width: 65%;
    padding-left: 10px
  }
}

@media (min-width:768px) {
  .history__teaser:nth-child(even) {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-pack: end;
    justify-content: flex-end
  }

  .history__teaser:nth-child(even) .history__teaser__text {
    width: 50%;
    margin: 0;
    padding-right: 0;
    padding-left: 2rem
  }

  .history__teaser:nth-child(even) .history__teaser__image {
    width: 50%;
    padding-left: 0;
    padding-right: 2rem
  }
}

@media (min-width:1200px) {
  .history__teaser:nth-child(even) .history__teaser__text {
    width: 30%;
    padding-left: 10px
  }

  .history__teaser:nth-child(even) .history__teaser__image {
    width: 50%;
    padding-right: 10px
  }
}

.fancybox-bg {
  background: rgba(255, 255, 255, .85)
}

.fancybox-close-small::after {
  top: 8px;
  right: 10px;
  width: auto;
  height: auto;
  font-family: inherit;
  font-size: 40px;
  background: 0 0
}

.fancybox-close-small:hover::after {
  background: 0 0
}

.cts-instagram-link:nth-child(10),
.cts-instagram-link:nth-child(11),
.cts-instagram-link:nth-child(12),
.cts-instagram-link:nth-child(13),
.cts-instagram-link:nth-child(14),
.cts-instagram-link:nth-child(15),
.cts-instagram-link:nth-child(16),
.cts-instagram-link:nth-child(9) {
  display: none
}

.cts-instagram-link,
.layer__inner {
  display: inline-block
}

.cts-instagram-wrapper {
  width: calc(100% + 10px);
  margin: 0 -5px
}

.cts-instagram-link {
  position: relative;
  width: 50%;
  padding: 5px
}

.cts-instagram-link img {
  width: 100%
}

.cts-instagram-overlay {
  position: absolute;
  top: 14px;
  left: 14px;
  width: calc(100% - 29px);
  height: calc(100% - 29px);
  padding: 14px;
  transition: opacity .2s ease-in-out;
  -webkit-transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -ms-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  background: rgba(255, 255, 255, .8);
  opacity: 0
}

.cts-instagram-link:hover * {
  opacity: 1;
  color: #000
}

.cts-instagram-element {
  width: calc(100% - 80px);
  max-width: 1000px;
  margin: 40px;
  padding: 0;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, .35)
}

.cts-instagram-element img,
.cts-instagram-element-description {
  width: 100%;
  vertical-align: top
}

.cts-instagram-element-description {
  padding: 40px 30px 30px
}

.cts-instagram-element-description a:focus {
  color: #000
}

.cts-instagram-element-description p {
  margin: 0 30px 30px 0
}

.cts-instagram-element-description h4 {
  margin: 0;
  padding-top: 20px;
  border-top: 1px solid #000
}

@media (min-width:480px) {
  .cts-instagram-link:nth-child(9) {
    display: inline-block
  }

  .cts-instagram-link {
    width: 33.3333333333%
  }
}

@media (min-width:768px) {

  .cts-instagram-link:nth-child(10),
  .cts-instagram-link:nth-child(11),
  .cts-instagram-link:nth-child(12),
  .cts-instagram-link:nth-child(13),
  .cts-instagram-link:nth-child(14),
  .cts-instagram-link:nth-child(15),
  .cts-instagram-link:nth-child(16) {
    display: inline-block
  }

  .cts-instagram-wrapper {
    width: calc(100% + 20px);
    margin: 0 -10px
  }

  .cts-instagram-link {
    width: 25%;
    padding: 10px
  }

  .cts-instagram-overlay {
    top: 24px;
    left: 24px;
    width: calc(100% - 48px);
    height: calc(100% - 48px);
    padding: 20px
  }

  .cts-instagram-element img,
  .cts-instagram-element-description {
    width: 50%;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-flex: 0 1 auto
  }

  .cts-instagram-flex {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-items: stretch
  }

  .cts-instagram-element img {
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-align-self: flex-start
  }

  .cts-instagram-element-description {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between
  }
}

.shariff.shariff-align-flex-start ul {
  max-width: 1160px;
  margin: 0 auto !important;
  padding: 30px 5px !important
}

.container-fluid .shariff.shariff-align-flex-start ul {
  padding: 30px 5px !important
}

@media (min-width:768px) {
  .shariff.shariff-align-flex-start ul {
    padding: 30px 15px !important
  }
}

.layer>.container,
.newsletterform {
  padding-bottom: 6rem
}

.layer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  padding-top: 20rem;
  background: #fff;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top center;
  transition: transform ease-out .3s, opacity ease-in-out .1s
}

.related-teaser .related-teaser--image img,
section.picture-element img {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease
}

.layer.is-scrollable {
  overflow-y: scroll;
  overflow-x: hidden
}

.layer.is-visible {
  transform: scaleY(1);
  opacity: 1
}

.layer__headline {
  margin-bottom: 1rem
}

.layer__subline {
  font-family: Graebenbach, sans;
  font-size: 1.3rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 2.5rem
}

@media (min-width:768px) {
  .layer__subline {
    margin-bottom: 8rem
  }
}

.layer--navigation ul li {
  display: block;
  text-align: center;
  text-transform: uppercase
}

.layer--navigation ul li a {
  display: inline-block;
  font-size: 3.2rem
}

.layer--navigation ul li a:after {
  display: none
}

@media (max-width:767px) {
  .layer {
    padding-top: 15rem
  }

  .layer--navigation ul li a {
    font-size: 2rem
  }
}

.layer--navigation ul li.current-menu-item a {
  color: inherit
}

.layer--search .searchform-heading {
  margin-top: 10rem;
  margin-bottom: 6rem
}

.map {
  width: 100%;
  height: 680px
}

.newsletterform__headline {
  margin-bottom: 0
}

.newsletterform form {
  margin-top: 6rem;
  margin-bottom: 2.5rem
}

.opening-hours-element {
  margin-bottom: 2.5rem;
  font-family: Graebenbach, sans;
  font-weight: 700;
  text-transform: uppercase;
  font-variant-numeric: tabular-nums
}

.opening-hours-element .current-week,
.opening-hours-element .special-openings {
  line-height: 22px
}

.opening-hours-element .current-week table tbody tr td:first-child,
.opening-hours-element .special-openings table tbody tr td:first-child {
  min-width: 140px
}

.opening-hours-element .special-openings-gastronomy table tbody tr td:first-child {
  min-width: 190px
}

.opening-hours-element .current-week table tbody tr td:last-child,
.opening-hours-element .special-openings table tbody tr td:last-child {
  text-align: left
}

.opening-hours-element .current-week {
  margin-bottom: 55px
}

.opening-hours-element .current-week.current-week-gastronomy tr td {
  padding-right: 20px
}

.opening-hours-element .current-week.current-week-gastronomy tr td:last-child {
  padding-right: 0
}

.opening-hours-element .special-openings-gastronomy table {
  margin-top: 2em
}

.opening-hours-element .special-openings-gastronomy table:first-child {
  margin-top: 0
}

.opening-hours-element .special-openings-gastronomy table tr td {
  padding-right: 20px;
  white-space: nowrap;
  vertical-align: top
}

.opening-hours-element .special-openings-gastronomy table tbody>tr td:first-child {
  min-width: auto;
  white-space: normal;
  overflow-wrap: anywhere
}

.opentoday {
  padding-top: 1rem;
  padding-bottom: 1rem
}

.opentoday__headline {
  margin-bottom: 1rem;
  letter-spacing: .5rem
}

.opentoday__hours {
  margin-top: 0;
  font-family: Graebenbach, sans
}

.col-sm-12 section.picture-element.landscape .col-sm-3 section.picture-element.portrait h2,
.col-sm-12 section.picture-element.landscape .header h2.nav-overlay,
.col-sm-12 section.picture-element.landscape h2.h2,
.col-sm-3 section.picture-element.portrait .col-sm-12 section.picture-element.landscape h2,
.col-sm-3 section.picture-element.portrait .col-sm-6 section.picture-element.landscape h2,
.col-sm-6 section.picture-element.landscape .col-sm-3 section.picture-element.portrait h2,
.col-sm-6 section.picture-element.landscape .header h2.nav-overlay,
.col-sm-6 section.picture-element.landscape h2.h2,
.header .col-sm-12 section.picture-element.landscape h2.nav-overlay,
.header .col-sm-6 section.picture-element.landscape h2.nav-overlay {
  font-size: 9vw;
  line-height: .92em
}

@media (min-width:480px) {

  .col-sm-12 section.picture-element.landscape .col-sm-3 section.picture-element.portrait h2,
  .col-sm-12 section.picture-element.landscape .header h2.nav-overlay,
  .col-sm-12 section.picture-element.landscape h2.h2,
  .col-sm-3 section.picture-element.portrait .col-sm-12 section.picture-element.landscape h2,
  .col-sm-3 section.picture-element.portrait .col-sm-6 section.picture-element.landscape h2,
  .col-sm-6 section.picture-element.landscape .col-sm-3 section.picture-element.portrait h2,
  .col-sm-6 section.picture-element.landscape .header h2.nav-overlay,
  .col-sm-6 section.picture-element.landscape h2.h2,
  .header .col-sm-12 section.picture-element.landscape h2.nav-overlay,
  .header .col-sm-6 section.picture-element.landscape h2.nav-overlay {
    font-size: 4.4rem
  }
}

@media (min-width:768px) {

  .col-sm-12 section.picture-element.landscape .col-sm-3 section.picture-element.portrait h2,
  .col-sm-12 section.picture-element.landscape .header h2.nav-overlay,
  .col-sm-12 section.picture-element.landscape h2.h2,
  .col-sm-3 section.picture-element.portrait .col-sm-12 section.picture-element.landscape h2,
  .col-sm-3 section.picture-element.portrait .col-sm-6 section.picture-element.landscape h2,
  .col-sm-6 section.picture-element.landscape .col-sm-3 section.picture-element.portrait h2,
  .col-sm-6 section.picture-element.landscape .header h2.nav-overlay,
  .col-sm-6 section.picture-element.landscape h2.h2,
  .header .col-sm-12 section.picture-element.landscape h2.nav-overlay,
  .header .col-sm-6 section.picture-element.landscape h2.nav-overlay {
    font-size: 4vw
  }
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {

  .col-sm-12 section.picture-element.landscape .col-sm-3 section.picture-element.portrait h2,
  .col-sm-12 section.picture-element.landscape .header h2.nav-overlay,
  .col-sm-12 section.picture-element.landscape h2.h2,
  .col-sm-3 section.picture-element.portrait .col-sm-12 section.picture-element.landscape h2,
  .col-sm-3 section.picture-element.portrait .col-sm-6 section.picture-element.landscape h2,
  .col-sm-6 section.picture-element.landscape .col-sm-3 section.picture-element.portrait h2,
  .col-sm-6 section.picture-element.landscape .header h2.nav-overlay,
  .col-sm-6 section.picture-element.landscape h2.h2,
  .header .col-sm-12 section.picture-element.landscape h2.nav-overlay,
  .header .col-sm-6 section.picture-element.landscape h2.nav-overlay {
    line-height: .95em
  }
}

@media (min-width:1200px) {
  .opening-hours-element .special-openings-gastronomy table tbody>tr td:first-child {
    overflow-wrap: break-word
  }

  .col-sm-12 section.picture-element.landscape .col-sm-3 section.picture-element.portrait h2,
  .col-sm-12 section.picture-element.landscape .header h2.nav-overlay,
  .col-sm-12 section.picture-element.landscape h2.h2,
  .col-sm-3 section.picture-element.portrait .col-sm-12 section.picture-element.landscape h2,
  .col-sm-3 section.picture-element.portrait .col-sm-6 section.picture-element.landscape h2,
  .col-sm-6 section.picture-element.landscape .col-sm-3 section.picture-element.portrait h2,
  .col-sm-6 section.picture-element.landscape .header h2.nav-overlay,
  .col-sm-6 section.picture-element.landscape h2.h2,
  .header .col-sm-12 section.picture-element.landscape h2.nav-overlay,
  .header .col-sm-6 section.picture-element.landscape h2.nav-overlay {
    font-size: 4.4rem;
    margin: 0
  }

  .col-sm-12 section.picture-element.landscape .picture-element--bg,
  .col-sm-6 section.picture-element.landscape .picture-element--bg {
    padding: 30px
  }
}

.col-sm-12 .col-sm-3 section.picture-element.portrait h2,
.col-sm-12 section.picture-element.portrait .header h2.nav-overlay,
.col-sm-12 section.picture-element.portrait h2.h1,
.col-sm-12 section.picture-element.portrait h2.h2,
.col-sm-3 .col-sm-12 section.picture-element.portrait h2,
.col-sm-3 .col-sm-6 section.picture-element.portrait h2,
.col-sm-6 .col-sm-3 section.picture-element.portrait h2,
.col-sm-6 section.picture-element.portrait .header h2.nav-overlay,
.col-sm-6 section.picture-element.portrait h2.h1,
.col-sm-6 section.picture-element.portrait h2.h2,
.header .col-sm-12 section.picture-element.portrait h2.nav-overlay,
.header .col-sm-6 section.picture-element.portrait h2.nav-overlay {
  font-size: 9vw;
  line-height: .92em
}

@media (min-width:480px) {

  .col-sm-12 .col-sm-3 section.picture-element.portrait h2,
  .col-sm-12 section.picture-element.portrait .header h2.nav-overlay,
  .col-sm-12 section.picture-element.portrait h2.h1,
  .col-sm-12 section.picture-element.portrait h2.h2,
  .col-sm-3 .col-sm-12 section.picture-element.portrait h2,
  .col-sm-3 .col-sm-6 section.picture-element.portrait h2,
  .col-sm-6 .col-sm-3 section.picture-element.portrait h2,
  .col-sm-6 section.picture-element.portrait .header h2.nav-overlay,
  .col-sm-6 section.picture-element.portrait h2.h1,
  .col-sm-6 section.picture-element.portrait h2.h2,
  .header .col-sm-12 section.picture-element.portrait h2.nav-overlay,
  .header .col-sm-6 section.picture-element.portrait h2.nav-overlay {
    font-size: 4.4rem
  }
}

@media (min-width:768px) {

  .col-sm-12 .col-sm-3 section.picture-element.portrait h2,
  .col-sm-12 section.picture-element.portrait .header h2.nav-overlay,
  .col-sm-12 section.picture-element.portrait h2.h1,
  .col-sm-12 section.picture-element.portrait h2.h2,
  .col-sm-3 .col-sm-12 section.picture-element.portrait h2,
  .col-sm-3 .col-sm-6 section.picture-element.portrait h2,
  .col-sm-6 .col-sm-3 section.picture-element.portrait h2,
  .col-sm-6 section.picture-element.portrait .header h2.nav-overlay,
  .col-sm-6 section.picture-element.portrait h2.h1,
  .col-sm-6 section.picture-element.portrait h2.h2,
  .header .col-sm-12 section.picture-element.portrait h2.nav-overlay,
  .header .col-sm-6 section.picture-element.portrait h2.nav-overlay {
    font-size: 4vw
  }
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {

  .col-sm-12 .col-sm-3 section.picture-element.portrait h2,
  .col-sm-12 section.picture-element.portrait .header h2.nav-overlay,
  .col-sm-12 section.picture-element.portrait h2.h1,
  .col-sm-12 section.picture-element.portrait h2.h2,
  .col-sm-3 .col-sm-12 section.picture-element.portrait h2,
  .col-sm-3 .col-sm-6 section.picture-element.portrait h2,
  .col-sm-6 .col-sm-3 section.picture-element.portrait h2,
  .col-sm-6 section.picture-element.portrait .header h2.nav-overlay,
  .col-sm-6 section.picture-element.portrait h2.h1,
  .col-sm-6 section.picture-element.portrait h2.h2,
  .header .col-sm-12 section.picture-element.portrait h2.nav-overlay,
  .header .col-sm-6 section.picture-element.portrait h2.nav-overlay {
    line-height: .95em
  }
}

@media (min-width:1200px) {

  .col-sm-12 .col-sm-3 section.picture-element.portrait h2,
  .col-sm-12 section.picture-element.portrait .header h2.nav-overlay,
  .col-sm-12 section.picture-element.portrait h2.h1,
  .col-sm-12 section.picture-element.portrait h2.h2,
  .col-sm-3 .col-sm-12 section.picture-element.portrait h2,
  .col-sm-3 .col-sm-6 section.picture-element.portrait h2,
  .col-sm-6 .col-sm-3 section.picture-element.portrait h2,
  .col-sm-6 section.picture-element.portrait .header h2.nav-overlay,
  .col-sm-6 section.picture-element.portrait h2.h1,
  .col-sm-6 section.picture-element.portrait h2.h2,
  .header .col-sm-12 section.picture-element.portrait h2.nav-overlay,
  .header .col-sm-6 section.picture-element.portrait h2.nav-overlay {
    font-size: 4.4rem;
    margin: 0
  }

  .col-sm-12 section.picture-element.portrait .picture-element--bg,
  .col-sm-6 section.picture-element.portrait .picture-element--bg {
    padding: 30px
  }
}

.col-sm-3 section.picture-element.portrait .h1,
.col-sm-3 section.picture-element.portrait h2 {
  font-size: 6.5vw;
  line-height: .92em
}

@media (min-width:480px) {

  .col-sm-3 section.picture-element.portrait .h1,
  .col-sm-3 section.picture-element.portrait h2 {
    font-size: 3.2rem
  }
}

@media (min-width:768px) {

  .col-sm-3 section.picture-element.portrait .h1,
  .col-sm-3 section.picture-element.portrait h2 {
    font-size: 2.8vw
  }
}

@media (min-width:1200px) {

  .col-sm-3 section.picture-element.portrait .h1,
  .col-sm-3 section.picture-element.portrait h2 {
    font-size: 3.2rem
  }
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {

  .col-sm-3 section.picture-element.portrait .h1,
  .col-sm-3 section.picture-element.portrait h2 {
    line-height: .95em
  }
}

.teaser-container {
  padding: 0 5px !important
}

.teaser-container .col-lg-1,
.teaser-container .col-lg-10,
.teaser-container .col-lg-11,
.teaser-container .col-lg-12,
.teaser-container .col-lg-2,
.teaser-container .col-lg-3,
.teaser-container .col-lg-4,
.teaser-container .col-lg-5,
.teaser-container .col-lg-6,
.teaser-container .col-lg-7,
.teaser-container .col-lg-8,
.teaser-container .col-lg-9,
.teaser-container .col-md-1,
.teaser-container .col-md-10,
.teaser-container .col-md-11,
.teaser-container .col-md-12,
.teaser-container .col-md-2,
.teaser-container .col-md-3,
.teaser-container .col-md-4,
.teaser-container .col-md-5,
.teaser-container .col-md-6,
.teaser-container .col-md-7,
.teaser-container .col-md-8,
.teaser-container .col-md-9,
.teaser-container .col-sm-1,
.teaser-container .col-sm-10,
.teaser-container .col-sm-11,
.teaser-container .col-sm-12,
.teaser-container .col-sm-2,
.teaser-container .col-sm-3,
.teaser-container .col-sm-4,
.teaser-container .col-sm-5,
.teaser-container .col-sm-6,
.teaser-container .col-sm-7,
.teaser-container .col-sm-8,
.teaser-container .col-sm-9,
.teaser-container .col-xs-1,
.teaser-container .col-xs-10,
.teaser-container .col-xs-11,
.teaser-container .col-xs-12,
.teaser-container .col-xs-2,
.teaser-container .col-xs-3,
.teaser-container .col-xs-4,
.teaser-container .col-xs-5,
.teaser-container .col-xs-6,
.teaser-container .col-xs-7,
.teaser-container .col-xs-8,
.teaser-container .col-xs-9 {
  padding: 0 5px
}

.teaser-container section.picture-element {
  margin: 0 0 10px
}

section.picture-element {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0 0 20px
}

section.picture-element div.wrapper {
  position: relative
}

section.picture-element img {
  position: absolute
}

section.picture-element a,
section.picture-element a:hover a {
  color: #000 !important
}

section.picture-element:hover.portrait.fits img {
  transform: translateY(-50%) scale(1.1)
}

section.picture-element:hover.portrait.fits-not img {
  transform: translateX(-50%) scale(1.1)
}

section.picture-element:hover.landscape.fits img {
  transform: translateY(-50%) scale(1.1)
}

section.picture-element:hover.landscape.fits-not img {
  transform: translateX(-50%) scale(1.1)
}

section.picture-element:hover.landscape-wide.fits img,
section.picture-element:hover.portrait-wide.fits img {
  transform: translateY(-50%) scale(1.05)
}

section.picture-element:hover.landscape-wide.fits-not img,
section.picture-element:hover.portrait-wide.fits-not img {
  transform: translateX(-50%) scale(1.05)
}

section.picture-element.portrait.fits img {
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  height: auto;
  min-height: 100%
}

section.picture-element.portrait.fits-not img {
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  min-width: 100%
}

section.picture-element.portrait div.wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

section.picture-element.portrait:after {
  padding-top: 133.333%;
  display: block;
  content: ""
}

section.picture-element.portrait img {
  position: absolute
}

section.picture-element.landscape.fits img {
  width: auto;
  top: 50%;
  transform: translateY(-50%);
  height: 100%
}

section.picture-element.landscape.fits-not img {
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  height: auto
}

section.picture-element.landscape div.wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

section.picture-element.landscape:after {
  padding-top: 74.5%;
  display: block;
  content: ""
}

section.picture-element.landscape-wide:after {
  padding-top: 37.25%
}

@media (min-width:768px) {

  section.picture-element.landscape-wide .picture-element--bg,
  section.picture-element.portrait-wide .picture-element--bg {
    right: 2.5%;
    left: 2.5%
  }
}

section.picture-element.portrait-wide:after {
  padding-top: 66.666%
}

section.picture-element .picture-element--bg {
  position: absolute;
  bottom: 5%;
  right: 5%;
  left: 5%;
  padding: 10px
}

section.picture-element .picture-element--bg a.font--minion,
section.picture-element .picture-element--bg h2.font--minion {
  font-family: Minion-Pro, serif;
  font-weight: 400
}

.crp_related,
.related-teaser .related-teaser--categories,
.related-teaser h5.related-teaser--headline,
.teaser--brands .teaser__back span,
.teaser--news .teaser__link,
.teaser--posts__teaser__copy__headline,
section.picture-element .picture-element--bg a.font--graebenbach,
section.picture-element .picture-element--bg h2.font--graebenbach {
  font-family: Graebenbach, sans
}

.related-teaser .related-teaser--categories,
.search__result,
.search__result-more {
  font-weight: 700;
  text-transform: uppercase
}

section.picture-element .picture-element--bg.font-color-white,
section.picture-element .picture-element--bg.font-color-white a {
  color: #fff
}

section.picture-element .picture-element--bg.font-color-black,
section.picture-element .picture-element--bg.font-color-black a {
  color: #000
}

section.picture-element .picture-element--bg.bg-color-white {
  background-color: #fff
}

section.picture-element .picture-element--bg.bg-color-white.bg-opacity-10 {
  background-color: rgba(255, 255, 255, .9)
}

section.picture-element .picture-element--bg.bg-color-white.bg-opacity-20 {
  background-color: rgba(255, 255, 255, .8)
}

section.picture-element .picture-element--bg.bg-color-white.bg-opacity-30 {
  background-color: rgba(255, 255, 255, .7)
}

section.picture-element .picture-element--bg.bg-color-white.bg-opacity-40 {
  background-color: rgba(255, 255, 255, .6)
}

section.picture-element .picture-element--bg.bg-color-white.bg-opacity-50 {
  background-color: rgba(255, 255, 255, .5)
}

section.picture-element .picture-element--bg.bg-color-white.bg-opacity-60 {
  background-color: rgba(255, 255, 255, .4)
}

section.picture-element .picture-element--bg.bg-color-white.bg-opacity-70 {
  background-color: rgba(255, 255, 255, .3)
}

section.picture-element .picture-element--bg.bg-color-white.bg-opacity-80 {
  background-color: rgba(255, 255, 255, .2)
}

section.picture-element .picture-element--bg.bg-color-white.bg-opacity-90 {
  background-color: rgba(255, 255, 255, .1)
}

section.picture-element .picture-element--bg.bg-color-white.bg-opacity-100 {
  background-color: rgba(255, 255, 255, 0)
}

section.picture-element .picture-element--bg.bg-color-black {
  background-color: #000
}

section.picture-element .picture-element--bg.bg-color-black.bg-opacity-10 {
  background-color: rgba(0, 0, 0, .9)
}

section.picture-element .picture-element--bg.bg-color-black.bg-opacity-20 {
  background-color: rgba(0, 0, 0, .8)
}

section.picture-element .picture-element--bg.bg-color-black.bg-opacity-30 {
  background-color: rgba(0, 0, 0, .7)
}

section.picture-element .picture-element--bg.bg-color-black.bg-opacity-40 {
  background-color: rgba(0, 0, 0, .6)
}

section.picture-element .picture-element--bg.bg-color-black.bg-opacity-50 {
  background-color: rgba(0, 0, 0, .5)
}

section.picture-element .picture-element--bg.bg-color-black.bg-opacity-60 {
  background-color: rgba(0, 0, 0, .4)
}

section.picture-element .picture-element--bg.bg-color-black.bg-opacity-70 {
  background-color: rgba(0, 0, 0, .3)
}

section.picture-element .picture-element--bg.bg-color-black.bg-opacity-80 {
  background-color: rgba(0, 0, 0, .2)
}

section.picture-element .picture-element--bg.bg-color-black.bg-opacity-90 {
  background-color: rgba(0, 0, 0, .1)
}

section.picture-element .picture-element--bg.bg-color-black.bg-opacity-100 {
  background-color: rgba(0, 0, 0, 0)
}

.related-teaser {
  margin-left: -5px;
  margin-right: -5px
}

.related-teaser .col-sm-3,
.related-teaser .col-xs-6 {
  padding: 0 5px
}

.related-teaser .related-teaser--categories a:hover,
.related-teaser .related-teaser--excerpt a:hover,
.related-teaser .related-teaser--headline a:hover {
  color: #000
}

.related-teaser .related-teaser--image {
  position: relative;
  overflow: hidden
}

.related-teaser .related-teaser--image a {
  position: relative
}

.related-teaser .related-teaser--image:hover.fits img {
  transform: translateY(-50%) scale(1.1)
}

.related-teaser .related-teaser--image:hover.fits-not img {
  transform: translateX(-50%) scale(1.1)
}

.related-teaser .related-teaser--image.fits img {
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  height: auto;
  min-height: 100%
}

.related-teaser .related-teaser--image.fits-not img {
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  min-width: 100%
}

.related-teaser .related-teaser--image img {
  width: 100%;
  height: auto;
  position: absolute
}

.related-teaser .related-teaser--image:after {
  content: "";
  padding-top: 133.333%;
  display: block
}

.related-teaser .related-teaser--categories {
  font-size: 1.2rem;
  margin: 10px 0 5px;
  letter-spacing: .05rem
}

.related-teaser h5.related-teaser--headline {
  font-size: 2.4rem;
  letter-spacing: .15rem;
  line-height: 2.2rem;
  text-transform: uppercase;
  height: 88px;
  margin: 0 10px 10px 0
}

.related-teaser .related-teaser--excerpt {
  min-height: 66px;
  margin-bottom: 1.8rem
}

.related-teaser .related-teaser--excerpt p,
.teaser--categories__text__title {
  margin-bottom: 0
}

.related-teaser .row-space {
  height: 0;
  visibility: hidden
}

.search__result {
  margin-bottom: 64px
}

.search__result-more:hover {
  text-decoration: none
}

.slider--brands {
  margin-top: 6rem;
  position: relative
}

@media (max-width:767px) {
  .slider--brands {
    padding: 0
  }

  .slider--brands__title {
    width: 100%;
    text-align: center
  }
}

@media (min-width:768px) {
  .slider--brands {
    margin-top: 12rem
  }
}

.slider--brands__title {
  position: absolute;
  bottom: -2rem;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  margin: 0;
  padding: 1rem 2rem;
  background-color: #fff
}

.slider--brands .owl-next,
.slider--brands .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #000
}

.slider--brands .owl-next:hover,
.slider--brands .owl-prev:hover {
  color: rgba(0, 0, 0, .4)
}

@media (max-width:480px) {

  .slider--brands .owl-next,
  .slider--brands .owl-prev {
    transform: translateY(-50%) scale(.7)
  }
}

.slider--brands .owl-prev {
  left: 1rem
}

.slider--brands .owl-next {
  right: 1rem
}

.slider--brands.scheme--light .owl-next,
.slider--brands.scheme--light .owl-prev {
  color: #fff
}

.slider--brands.scheme--light .owl-next:hover,
.slider--brands.scheme--light .owl-prev:hover {
  color: rgba(255, 255, 255, .4)
}

.slider--images {
  margin-top: 6rem
}

@media (min-width:768px) {
  .slider--brands .owl-prev {
    left: 2rem
  }

  .slider--brands .owl-next {
    right: 2rem
  }

  .slider--images {
    margin-top: 12rem
  }
}

.slider--images .owl-next,
.slider--images .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff
}

.slider--images .owl-next:hover,
.slider--images .owl-prev:hover,
.slider--images.scheme--dark .owl-next,
.slider--images.scheme--dark .owl-prev {
  color: #000
}

@media (max-width:480px) {

  .slider--images .owl-next,
  .slider--images .owl-prev {
    transform: translateY(-50%) scale(.7)
  }
}

.slider--images .owl-prev {
  left: 1rem
}

.slider--images .owl-next {
  right: 1rem
}

.slider--images.scheme--dark .owl-next:hover,
.slider--images.scheme--dark .owl-prev:hover {
  color: #fff
}

.tp-video-controls {
  width: 100%;
  padding: 20px;
  background: 0 0
}

.tp-video-controls .tp-video-button {
  background: 0 0;
  color: #000;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4em;
  letter-spacing: .05rem;
  text-decoration: none;
  text-transform: uppercase;
  font-family: Graebenbach, sans
}

.tp-video-controls .tp-video-button-wrap:not(:first-child) {
  text-align: right
}

.tp-video-controls input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  background: 0 0 !important
}

.tp-video-controls input[type=range]:focus {
  outline: 0
}

.tp-video-controls input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  box-shadow: 0 0 0 #000, 0 0 0 #0d0d0d;
  background: #000;
  border-radius: 0;
  border: 0 solid #000
}

.tp-video-controls input[type=range]::-webkit-slider-thumb {
  box-shadow: 0 0 0 #670000, 0 0 0 #810000;
  border: 0 solid #ff1e00;
  height: 15px;
  width: 2px;
  border-radius: 0;
  background: rgba(0, 0, 0, .93);
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -6.5px
}

.tp-video-controls input[type=range]:focus::-webkit-slider-runnable-track {
  background: #000
}

.tp-video-controls input[type=range]::-moz-range-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  box-shadow: 0 0 0 #000, 0 0 0 #0d0d0d;
  background: #000;
  border-radius: 0;
  border: 0 solid #000
}

.tp-video-controls input[type=range]::-moz-range-thumb {
  box-shadow: 0 0 0 #670000, 0 0 0 #810000;
  border: 0 solid #ff1e00;
  height: 15px;
  width: 2px;
  border-radius: 0;
  background: rgba(0, 0, 0, .93);
  cursor: pointer
}

.tp-video-controls input[type=range]::-ms-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: 0 0;
  border-color: transparent;
  color: transparent
}

.tp-video-controls input[type=range]::-ms-fill-lower {
  background: #000;
  border: 0 solid #000;
  border-radius: 0;
  box-shadow: 0 0 0 #000, 0 0 0 #0d0d0d
}

.tp-video-controls input[type=range]::-ms-fill-upper {
  background: #000;
  border: 0 solid #000;
  border-radius: 0;
  box-shadow: 0 0 0 #000, 0 0 0 #0d0d0d
}

.tp-video-controls input[type=range]::-ms-thumb {
  box-shadow: 0 0 0 #670000, 0 0 0 #810000;
  border: 0 solid #ff1e00;
  width: 2px;
  border-radius: 0;
  background: rgba(0, 0, 0, .93);
  cursor: pointer;
  height: 2px
}

.tp-video-controls input[type=range]:focus::-ms-fill-lower {
  background: #000
}

.tp-video-controls input[type=range]:focus::-ms-fill-upper {
  background: #000
}

.stage {
  overflow-x: hidden;
  height: 80rem
}

@media (max-width:767px) {
  .stage {
    height: 30rem
  }
}

@media (max-width:991px) {
  .stage {
    height: 60rem
  }
}

@media (max-width:1199px) {
  .stage {
    height: 60rem
  }
}

@media (min-width:768px) {
  .slider--images .owl-prev {
    left: 2rem
  }

  .slider--images .owl-next {
    right: 2rem
  }

  .stage,
  .stage .owl-slide {
    max-height: calc(100vh - 26rem)
  }
}

.stage__box {
  height: 80%;
  width: 70%;
  max-width: 90rem;
  background: rgba(0, 0, 0, .75);
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative
}

.stage__box__departments {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 4rem;
  text-align: center
}

@media (max-width:767px) {
  .stage__box__departments {
    display: none
  }
}

.stage__box__link {
  margin: 0 1rem;
  text-transform: uppercase
}

.stage__box__link:focus,
.stage__box__link:hover {
  color: #c8c9c9
}

.stage__headline {
  text-transform: uppercase;
  margin: 0
}

.stage__button {
  position: absolute;
  bottom: 5rem;
  left: 50%;
  transform: translateX(-50%)
}

.stage__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden
}

.stage .owl-slide {
  width: 100%;
  height: 80rem;
  background-position: center center;
  background-size: cover;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column
}

@media (max-width:767px) {
  .stage .owl-slide {
    height: 30rem
  }
}

@media (max-width:991px) {
  .stage .owl-slide {
    height: 60rem
  }
}

@media (max-width:1199px) {
  .stage .owl-slide {
    height: 60rem
  }
}

.stage .owl-slide h1 {
  transition: color ease-in-out .1s
}

.stage .owl-dots {
  position: absolute;
  bottom: 6rem;
  right: 5rem;
  display: -ms-flexbox;
  display: flex
}

@media (max-width:767px) {
  .stage .owl-dots {
    right: 50%;
    bottom: 2rem;
    transform: translateX(50%)
  }
}

.stage .owl-dots .owl-dot {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: .1rem solid #000;
  transition: background ease-in-out .1s, border-color ease-in-out .1s;
  margin-left: .5rem
}

.stage .owl-dots .owl-dot.active,
.stage .owl-dots .owl-dot:hover {
  background: #000
}

.stage.scheme--light .owl-slide {
  color: #fff
}

.stage.scheme--light .owl-dots .owl-dot {
  border-color: #fff
}

.stage.scheme--light .owl-dots .owl-dot.active,
.stage.scheme--light .owl-dots .owl-dot:hover {
  background: #fff
}

.teaser--brands {
  padding-top: 4rem;
  padding-bottom: 4rem;
  font-size: 0;
  margin: 0 auto;
  width: 31rem
}

@media (max-width:991px) {
  .teaser--brands__teasers {
    margin-left: -6rem;
    margin-right: -6rem
  }

  .teaser--brands__teasers>.col-xs-12 {
    padding-left: 1rem;
    padding-right: 1rem
  }
}

@media (min-width:768px) {
  .teaser--brands {
    padding-top: 6rem;
    padding-bottom: 2rem
  }
}

.teaser--brands .is-visible .teaser .teaser__back {
  transform: rotateY(0)
}

.teaser--brands .is-visible .teaser .teaser__front {
  transform: rotateY(180deg)
}

.teaser--brands .teaser {
  display: inline-block;
  width: 14.5rem;
  height: 14.5rem;
  margin: 0 .5rem 1rem;
  padding: 1rem;
  perspective: 1000px;
  transform-style: preserve-3d
}

.teaser--brands .teaser:nth-child(n+9) {
  display: none
}

@media (min-width:768px) {
  .teaser--brands .teaser {
    margin: 0 2rem 4rem;
    width: 14.7rem;
    height: 14.7rem
  }
}

@media (min-width:992px) {
  .teaser--brands {
    max-width: 92rem
  }

  .teaser--brands .teaser {
    width: 18.5rem;
    height: 18.5rem
  }
}

.teaser--brands .teaser__back,
.teaser--brands .teaser__front {
  backface-visibility: hidden;
  transition: .6s;
  transform-style: preserve-3d;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #F4F5F6;
  width: 14.5rem;
  height: 14.5rem
}

@media (min-width:768px) {

  .teaser--brands .teaser__back,
  .teaser--brands .teaser__front {
    width: 14.7rem;
    height: 14.7rem
  }

  .teaser--categories:nth-child(even)>.row .teaser--categories__image {
    padding-left: 0;
    padding-right: 4rem
  }

  .teaser--categories:nth-child(even)>.row .teaser--categories__text {
    padding-left: 4rem;
    padding-right: 0
  }
}

@media (min-width:992px) {

  .teaser--brands .teaser__back,
  .teaser--brands .teaser__front {
    width: 18.5rem;
    height: 18.5rem
  }
}

.teaser--brands .teaser__flipper {
  transition: .6s;
  transform-style: preserve-3d;
  position: relative
}

.teaser--brands .teaser__front {
  z-index: 2;
  transform: rotateY(0);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center
}

.teaser--brands .teaser__front img {
  max-width: 80%
}

.teaser--brands .teaser__back {
  transform: rotateY(-180deg)
}

.teaser--brands .teaser__back img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0
}

.teaser--brands .teaser__back span,
.teaser--news .teaser__text {
  z-index: 1;
  text-overflow: ellipsis;
  text-align: center;
  overflow: hidden
}

.teaser--brands .teaser__back span {
  position: absolute;
  top: 1rem;
  left: 0;
  width: 100%;
  font-size: 1rem;
  text-transform: uppercase
}

.teaser--brands .teaser__back span:last-child:not(:first-child) {
  top: auto;
  bottom: 1rem
}

.teaser--brands .teaser:nth-child(2) .teaser__flipper .teaser__back,
.teaser--brands .teaser:nth-child(2) .teaser__flipper .teaser__front {
  transition: .8s
}

.teaser--brands .teaser:nth-child(3) .teaser__flipper .teaser__back,
.teaser--brands .teaser:nth-child(3) .teaser__flipper .teaser__front {
  transition: 1s
}

.teaser--brands .teaser:nth-child(4) .teaser__flipper .teaser__back,
.teaser--brands .teaser:nth-child(4) .teaser__flipper .teaser__front {
  transition: 1.2s
}

.teaser--brands .teaser:nth-child(5) .teaser__flipper .teaser__back,
.teaser--brands .teaser:nth-child(5) .teaser__flipper .teaser__front {
  transition: 1.4s
}

.teaser--brands .teaser:nth-child(6) .teaser__flipper .teaser__back,
.teaser--brands .teaser:nth-child(6) .teaser__flipper .teaser__front {
  transition: 1.6s
}

.teaser--brands .teaser:nth-child(7) .teaser__flipper .teaser__back,
.teaser--brands .teaser:nth-child(7) .teaser__flipper .teaser__front {
  transition: 1.8s
}

.teaser--brands .teaser:nth-child(8) .teaser__flipper .teaser__back,
.teaser--brands .teaser:nth-child(8) .teaser__flipper .teaser__front {
  transition: 2s
}

.teaser--categories>.row {
  display: -ms-flexbox;
  display: flex;
  min-height: 45rem
}

@media (max-width:767px) {
  .teaser--categories>.row {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 4rem
  }
}

.teaser--categories:nth-child(even)>.row {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.teaser--categories__image {
  padding-left: 4rem;
  padding-right: 4rem
}

@media (min-width:768px) {
  .teaser--categories__image {
    padding-left: 4rem;
    padding-right: 0
  }
}

.teaser--categories__image__link {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover
}

@media (max-width:767px) {
  .teaser--categories:nth-child(even)>.row {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }

  .teaser--categories__image__link {
    min-height: 20rem
  }

  .teaser--news {
    width: 31rem
  }
}

.teaser--categories__text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding-left: 4rem;
  padding-right: 4rem
}

@media (min-width:768px) {
  .teaser--categories__text {
    padding-left: 0;
    padding-right: 4rem
  }

  .teaser--categories__text p {
    max-width: 80%
  }
}

.teaser--editorial--home__content,
.teaser--editorial--home__content--top-left {
  top: 2rem;
  left: 2rem;
  padding-right: 2rem
}

.teaser--categories__text__link {
  margin-top: 0
}

.teaser--editorial--home {
  position: relative;
  margin: 0 0 6rem
}

@media (min-width:768px) {
  .teaser--editorial--home {
    margin-top: 2rem;
    margin-bottom: 8rem
  }
}

.teaser--editorial--home__content {
  position: absolute
}

.teaser--editorial--home__content--top-left.teaser--editorial--home__content--extrapadding {
  top: 5rem;
  left: 5rem
}

.teaser--editorial--home__content--top-right {
  top: 2rem;
  left: auto;
  right: 2rem;
  padding-left: 2rem;
  padding-right: 0;
  text-align: right
}

.teaser--editorial--home__content--top-right.teaser--editorial--home__content--extrapadding {
  top: 5rem;
  right: 5rem
}

.teaser--editorial--home__content--bottom-left {
  top: auto;
  bottom: 2rem;
  left: 2rem;
  padding-right: 2rem
}

.teaser--editorial--home__content--bottom-left.teaser--editorial--home__content--extrapadding {
  bottom: 5rem;
  left: 5rem
}

.teaser--editorial--home__content--bottom-right {
  top: auto;
  bottom: 2rem;
  left: auto;
  right: 2rem;
  padding-left: 2rem;
  padding-right: 0;
  text-align: right
}

.teaser--editorial--home__content--bottom-right.teaser--editorial--home__content--extrapadding {
  bottom: 5rem;
  right: 5rem
}

.teaser--editorial--home__content p:first-child {
  margin-top: 0
}

.teaser--editorial--home__content p:empty {
  margin-bottom: -2.5rem
}

.teaser--news {
  margin: 0 auto;
  padding: 0 !important;
  font-size: 0
}

.teaser--news .teaser {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 50%;
  border: .5rem solid #fff;
  vertical-align: top
}

.teaser--news .teaser:nth-child(n+5) {
  display: none
}

@media (min-width:768px) {
  .teaser--news .teaser {
    width: 25%;
    border-width: .25rem
  }
}

.teaser--news .teaser:after {
  content: "";
  display: block;
  padding-bottom: 100%
}

.teaser--news .teaser__content {
  position: absolute;
  width: 100%;
  height: 100%
}

.teaser--news .teaser__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: 600;
  font-size: 2.4rem;
  text-transform: uppercase;
  text-align: center;
  padding: 0 1rem;
  position: relative
}

@media (max-width:991px) {
  .teaser--brands .teaser__back img {
    max-width: 80%
  }

  .teaser--news .teaser__link {
    font-size: 1.6rem
  }
}

.teaser--news .teaser__link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0;
  transition: opacity ease-out .3s
}

.teaser--news .teaser__link:hover:before {
  opacity: .4
}

.teaser--news .teaser__link:hover .teaser__image {
  transform: translateZ(0) scale(1.02)
}

.teaser--news .teaser__text {
  position: relative
}

.teaser--news .teaser__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-position: center center;
  background-size: cover;
  transition: transform ease-out .3s;
  transform-origin: center center;
  transform: translateZ(0);
  pointer-events: none
}

.teaser--posts {
  margin: 6rem -2rem 0;
  overflow: hidden
}

@media (min-width:768px) {
  .teaser--posts {
    margin-top: 12rem
  }
}

.teaser--posts__teaser {
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center
}

.teaser--posts__teaser__image {
  margin: 0 auto
}

.teaser--posts__teaser__copy {
  display: block;
  padding: 4rem 0
}

.teaser--posts__teaser__copy__headline {
  display: block;
  font-weight: 600
}

.teaser--posts__teaser__copy__text {
  display: block;
  padding: 1rem 0
}

.teaser--related {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: strech;
  align-items: strech;
  margin-bottom: 40px;
  margin-left: -20px;
  margin-right: -20px
}

.teaser--related__headline {
  padding-top: 4rem
}

.teaser--related__item {
  position: relative;
  padding: 0 20px;
  width: 25%;
  cursor: pointer
}

@media screen and (max-width:768px) {
  .teaser--related__item {
    width: 50%;
    margin: 20px 0
  }
}

.teaser--related__item:hover .teaser--related__teaser__text__headline {
  color: rgba(0, 0, 0, .5)
}

.teaser--related__item:hover .teaser--related__teaser__text__link {
  text-decoration: none;
  color: rgba(0, 0, 0, .5)
}

.teaser--related__teaser__content {
  display: block;
  width: 100%
}

.teaser--related__teaser__image {
  display: block;
  width: 100%;
  background-position: center center;
  background-size: cover;
  margin-bottom: 1.3rem
}

.teaser--related__teaser__image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%
}

.teaser--related__teaser__category {
  display: block;
  width: 100%;
  text-align: left
}

.teaser--related__teaser__text {
  display: block;
  width: 100%
}

.teaser--related__teaser__text__excerpt {
  display: block;
  width: 100%;
  text-align: left
}

.teaser--related__teaser__text__headline {
  display: block;
  width: 100%;
  text-align: left;
  height: 50px;
  overflow: hidden;
  transition: color ease-in-out .1s
}

.teaser--related__teaser__text__link {
  position: absolute;
  bottom: 0;
  right: 30px;
  display: block;
  width: 100%;
  text-align: right;
  text-decoration: underline;
  padding-top: 2rem
}

._lotteryoutput .crp_related ._lotteryoutput__head,
._lotteryoutput .crp_related ._lotteryoutput__winners__element__id,
._lotteryoutput .crp_related ._lotteryoutput__winners__element__price,
.crp_related ._lotteryoutput ._lotteryoutput__head,
.crp_related ._lotteryoutput ._lotteryoutput__winners__element__id,
.crp_related ._lotteryoutput ._lotteryoutput__winners__element__price,
.crp_related h3 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  font-size: 2.8rem;
  line-height: 3rem;
  letter-spacing: .15rem;
  text-align: center
}

.crp_related ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -15px;
  margin-right: -15px
}

.crp_related li {
  border: 0;
  box-shadow: none;
  border-radius: 0;
  padding: 0
}

.crp_related li:hover {
  background: 0 0
}

.crp_related a {
  background-size: cover;
  background-position: center center;
  opacity: 0
}

.crp_related a img {
  visibility: hidden
}

.crp_related .crp_title {
  text-shadow: none;
  border-radius: 0;
  background: 0 0;
  color: #fff !important;
  font-size: 2.8rem;
  text-transform: uppercase;
  text-align: left;
  font-weight: 600;
  margin: 0 0 2rem;
  letter-spacing: .15rem;
  line-height: .92em;
  bottom: 5%;
  right: 3%;
  left: 3%;
  width: 94%
}

.crp_related li:hover .crp_title {
  background: 0 0
}

.top-article-list__item {
  display: -ms-flexbox;
  display: flex;
  cursor: pointer
}

.top-article-list__item-image:before,
.top-article-list__item-text:before {
  content: "";
  padding-top: 56.25%;
  display: block
}

.top-article-list__item:nth-child(even) .top-article-list__item-image {
  -ms-flex-order: 2;
  order: 2
}

.top-article-list__item:hover {
  background: #F9F9F9
}

.top-article-list__item:hover img {
  transform: scale(1.1)
}

.top-article-list__item:hover .top-article-list__item-more {
  color: rgba(0, 0, 0, .5);
  text-decoration: none
}

.top-article-list__item-image {
  position: relative;
  overflow: hidden
}

.top-article-list__item-image img {
  transition: transform .5s ease;
  transform-origin: center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.top-article-list__item-description p {
  font-size: 3.2rem;
  margin: 0 0 1.25rem;
  text-transform: none
}

.top-article-list__item-text {
  position: relative
}

.top-article-list__item-text-content {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 20px;
  text-align: center;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column
}

.top-article-list__item-image,
.top-article-list__item-text {
  display: inline-block;
  width: 50%
}

.top-article-list__item-more {
  text-decoration: underline
}

@media screen and (max-width:992px) {
  .top-article-list__item-image {
    min-height: 300px
  }

  .top-article-list__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .top-article-list__item>div {
    width: 100%
  }

  .top-article-list__item:nth-child(even) .top-article-list__item-image {
    -ms-flex-order: 0;
    order: 0
  }
}

.info-bar-top {
  display: none;
  padding: 14px 0;
  font-size: 1.2rem;
  line-height: 1.2rem;
  letter-spacing: .05rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-transform: uppercase
}

.info-bar-top>div:nth-child(2) {
  padding-top: 10px
}

@media (min-width:768px) {
  .info-bar-top>div {
    display: inline
  }

  .info-bar-top>div:nth-child(2) {
    padding-top: 0
  }
}

.info-bar-top a {
  border-bottom: 1px solid #fff;
  text-decoration: none
}

.info-bar-top a:focus,
.info-bar-top a:hover {
  color: #fff
}

body.home .info-bar-top {
  display: block
}

.header-shop-link {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 45px;
  background: #000;
  z-index: 100
}

.header-shop-link>a {
  position: absolute;
  top: 0;
  left: 50%;
  width: 4000px;
  height: 45px;
  margin: 0 auto;
  text-align: center;
  transform: translateX(-50%)
}

.header-shop-link>a>span {
  margin: 0 25px;
  font-size: 1.4rem;
  line-height: 45px;
  letter-spacing: .15rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff
}

._bit,
._lotteryoutput,
._lotteryoutput ._lotteryoutput___info,
._lotteryoutput ._lotteryoutput__countdown,
._lotteryoutput ._lotteryoutput__footer,
._lotteryoutput ._lotteryoutput__head,
._lotteryoutput ._lotteryoutput__winners,
._lotteryoutput ._lotteryoutput__winners__element,
._lotteryoutput ._lotteryoutput__winners__element__head,
._lotteryoutput ._lotteryoutput__winners__element__id,
._lotteryoutput ._lotteryoutput__winners__element__price {
  padding: 10px;
  margin: 0;
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: center
}

._lotteryoutput {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px;
  margin: 2em 0 0;
  opacity: 0;
  pointer-events: none;
  -ms-flex-align: center;
  align-items: center
}

@media (max-width:315px) {
  ._lotteryoutput {
    padding: 10px
  }
}

._lotteryoutput ._lotteryoutput___info {
  z-index: 10
}

._lotteryoutput ._lotteryoutput__countdown {
  margin: 50px 0 80px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 560px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: row;
  flex-direction: row;
  right: 0
}

._lotteryoutput ._lotteryoutput__countdown__element {
  padding: 10px;
  position: relative;
  box-sizing: content-box;
  pointer-events: none;
  margin: 0
}

._lotteryoutput ._lotteryoutput__countdown__element._index__0 {
  top: -50px;
  width: 160px;
  height: auto
}

._lotteryoutput ._lotteryoutput__countdown__element._index__1 {
  top: 30px;
  width: 186px;
  height: auto
}

._lotteryoutput ._lotteryoutput__countdown__element._index__2 {
  top: -90px;
  width: 74px;
  height: auto;
  right: 0
}

._lotteryoutput ._lotteryoutput__head {
  margin: 0 0 .5em
}

._lotteryoutput ._lotteryoutput__winners {
  padding-left: 0 !important;
  padding-right: 0 !important
}

._lotteryoutput ._lotteryoutput__winners__element {
  padding: 0;
  margin: 0 0 2em
}

._lotteryoutput ._lotteryoutput__winners__element:last-of-type {
  margin: 0 !important
}

._lotteryoutput ._lotteryoutput__winners__element__price {
  margin: .2em 0 .5em
}

._lotteryoutput ._lotteryoutput__winners__element__id {
  width: 100%;
  max-width: 320px;
  background: #7FCAF0;
  color: #fff;
  padding: 15px;
  font-size: 2.1rem !important
}

@media (max-width:315px) {
  ._lotteryoutput ._lotteryoutput__winners__element__id {
    font-size: 1.5rem !important;
    padding: 10px 5px
  }
}

._lotteryoutput ._lotteryoutput__footer {
  margin: 2em 0 0
}

._lotteryoutput ._lotteryoutput__canvas {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border: none;
  background-color: #fff;
  overflow: hidden
}

span.wpcf7-not-valid-tip {
  position: static;
  text-align: left
}