
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN //github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  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 {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.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 {
  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;
  -moz-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;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.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 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.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: #000000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(/xassets/uncompressed/less/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-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 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN //github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
  margin-top: 10px;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.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: #D6D6D6;
  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;
}
/*data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%2270.css.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3B%3B%3B%3B%3BAAKA%3BAAAc%2CaAAc%3BEAAU%2CwCAAA%3BEAAwC%2CkBAAA%3B%3BAAAkB%3BEAAc%2CaAAA%3BEAAa%2CWAAA%3BEAAW%2CUAAA%3B%3BAAAU%2CaAAc%3BEAAW%2CkBAAA%3BEAAkB%2CuBAAA%3BEAAuB%2C0BAAA%3BEAA0B%2CgCAAA%3B%3BAAAgC%2CaAAc%2CWAAU%3BEAAO%2CSAAQ%2CGAAR%3BEAAY%2CcAAA%3BEAAc%2CWAAA%3BEAAW%2CkBAAA%3BEAAkB%2CcAAA%3BEAAc%2CSAAA%3B%3BAAAS%2CaAAc%3BEAAiB%2CkBAAA%3BEAAkB%2CgBAAA%3BEAAgB%2CmBAAkB%2CoBAAlB%3B%3BAAAqC%2CaAAc%3BAAAU%2CaAAc%3BEAAa%2CmCAAA%3BEAAmC%2CgCAAA%3BEAAgC%2C%2BBAAA%3BEAA%2BB%2CmBAAkB%2CoBAAlB%3BEAAqC%2CgBAAe%2CoBAAf%3BEAAkC%2CeAAc%2CoBAAd%3B%3BAAAiC%2CaAAc%3BEAAU%2CeAAA%3BEAAe%2CWAAA%3BEAAW%2CmCAAA%3BEAAmC%2C2BAAA%3B%3BAAA2B%2CaAAc%2CUAAU%3BEAAI%2CcAAA%3BEAAc%2CWAAA%3B%3BAAAW%2CaAAc%2CUAAS%3BAAAU%2CaAAc%2CSAAQ%3BEAAU%2CaAAA%3B%3BAAAa%2CMAAO%3BAAAc%2CaAAa%3BEAAY%2CcAAA%3B%3BAAAc%2CaAAc%3BAAAS%2CaAAc%2CSAAS%3BAAAU%2CaAAc%2CSAAS%3BEAAU%2CeAAA%3BEAAe%2CyBAAA%3BEAAyB%2CwBAAA%3BEAAwB%2CsBAAA%3BEAAsB%2CqBAAA%3BEAAqB%2CiBAAA%3B%3BAAAiB%2CaAAc%2CSAAS%2COAAM%3BAAAU%2CaAAc%2CSAAS%2COAAM%3BAAAU%2CaAAc%2COAAM%3BEAAS%2CeAAA%3BEAAe%2CcAAA%3BEAAc%2CYAAA%3BEAAY%2CoBAAA%3BEAAoB%2CaAAA%3B%3BAAAa%2CaAAa%3BEAAa%2CUAAA%3BEAAU%2CcAAA%3B%3BAAAc%2CaAAa%3BEAAY%2CUAAA%3B%3BAAAU%2CaAAa%2CYAAa%3BEAAU%2CkBAAA%3B%3BAAAkB%2CaAAa%2CSAAU%3BEAAU%2CuBAAA%3BEAAuB%2CmBAAA%3BEAAmB%2CyBAAA%3BEAAyB%2CsBAAA%3BEAAsB%2CqBAAA%3BEAAqB%2CiBAAA%3B%3BAAAiB%2CaAAa%3BEAAU%2CYAAA%3BEAAY%2CYAAA%3B%3BAAAY%2CaAAa%3BEAAS%2CcAAA%3B%3BAAAc%2CaAAa%2CQAAS%3BEAAU%2CYAAA%3B%3BAAAY%2CaAAc%3BEAAU%2CsBAAA%3BEAAsB%2CyBAAA%3B%3BAAAyB%2CaAAc%3BEAAiB%2CUAAA%3B%3BAAAU%2CaAAc%3BEAAkB%2CUAAA%3B%3BAAAU%2CaAAc%3BEAAS%2CuBAAA%3B%3BAAAuB%3BEAAmB%3BIAAG%2CUAAA%3B%3BEAAU%3BIAAK%2CUAAA%3B%3B%3BAAAW%3BEAAY%2CmCAAA%3B%3BAAAkC%2CaAAc%2CUAAU%3BEAAU%2CUAAA%3BEAAU%2C6BAAA%3B%3BAAA4B%2CaAAc%2CUAAU%2CUAAS%2CIAAI%3BAAAQ%2CaAAc%2CUAAU%2CUAAS%3BEAAU%2CaAAA%3B%3BAAAa%2CaAAc%2CUAAU%2CIAAG%3BEAAU%2C4BAAA%3B%3BAAA4B%2CaAAc%3BEAAmB%2CkBAAA%3BEAAkB%2CYAAA%3BEAAY%2CmBAAA%3B%3BAAAgB%2CaAAc%3BEAAqB%2CkBAAA%3BEAAkB%2CYAAA%3BEAAY%2CWAAA%3BEAAW%2CSAAA%3BEAAS%2CQAAA%3BEAAQ%2CkBAAA%3BEAAkB%2CiBAAA%3BEAAiB%2C6CAAA%3BEAA6C%2CeAAA%3BEAAe%2CUAAA%3BEAAU%2CmCAAA%3BEAAmC%2C%2BBAAA%3B%3BAAA8B%2CaAAc%2CqBAAoB%3BEAAO%2CeAAc%2CeAAd%3BEAA6B%2CWAAU%2CeAAV%3B%3BAAAyB%2CaAAc%2CmBAAmB%3BAAAqB%2CaAAc%2CmBAAmB%3BEAAc%2CaAAA%3B%3BAAAa%2CaAAc%3BEAAc%2CUAAA%3BEAAU%2CYAAA%3BEAAY%2CkCAAA%3BEAAkC%2C4BAAA%3BEAA4B%2CwBAAA%3BEAAwB%2C6BAAA%3B%3BAAA4B%2CaAAc%3BEAAiB%2CkBAAA%3BEAAkB%2CUAAA%3BEAAU%2CYAAA%3BEAAY%2CWAAA%3B%3B%3B%3B%3B%3B%3BAAOrmG%2CUAAW%3BAAAU%2CUAAW%3BEAAS%2CkBAAA%3BEAAkB%2CwCAAA%3B%3BAAAwC%2CUAAW%3BEAAS%2CgBAAA%3B%3BAAAgB%2CUAAW%2CSAAS%3BEAAc%2CWAAA%3BEAAW%2CeAAA%3BEAAe%2CWAAA%3BEAAW%2CgBAAA%3BEAAgB%2CmBAAA%3BEAAmB%2CqBAAA%3BEAAqB%2CeAAA%3BEAAe%2CkBAAA%3B%3BAAAkB%2CUAAW%2CSAAS%2CcAAa%3BEAAO%2CmBAAA%3BEAAmB%2CWAAA%3BEAAW%2CqBAAA%3B%3BAAAqB%2CUAAW%2CSAAS%3BEAAU%2CWAAA%3BEAAW%2CeAAA%3B%3BAAAe%2CUAAW%2CSAAQ%2CSAAS%3BEAAW%2CgBAAA%3B%3BAAAgB%2CUAAW%2CUAAU%3BEAAS%2CqBAAA%3BEAAqB%2COAAA%3B%3BAAAO%2CUAAW%2CUAAU%2CSAAS%3BEAAK%2CWAAA%3BEAAW%2CYAAA%3BEAAY%2CeAAA%3BEAAe%2CmBAAA%3BEAAmB%2CcAAA%3BEAAc%2CoCAAA%3BEAAoC%2C4BAAA%3BEAA4B%2CmBAAA%3B%3BAAAmB%2CUAAW%2CUAAU%2CSAAQ%2COAAQ%3BAAAK%2CUAAW%2CUAAU%2CSAAQ%2CMAAO%3BEAAK%2CmBAAA%22%2C%22sourcesContent%22%3A%5B%22%2F**%5Cn%20*%20Owl%20Carousel%20v2.3.4%5Cn%20*%20Copyright%202013-2018%20David%20Deutsch%5Cn%20*%20Licensed%20under%3A%20SEE%20LICENSE%20IN%20https%3A%2F%2Fgithub.com%2FOwlCarousel2%2FOwlCarousel2%2Fblob%2Fmaster%2FLICENSE%5Cn%20*%2F%5Cn.owl-carousel%2C.owl-carousel%20.owl-item%7B-webkit-tap-highlight-color%3Atransparent%3Bposition%3Arelative%7D.owl-carousel%7Bdisplay%3Anone%3Bwidth%3A100%25%3Bz-index%3A1%7D.owl-carousel%20.owl-stage%7Bposition%3Arelative%3B-ms-touch-action%3Apan-Y%3Btouch-action%3Amanipulation%3B-moz-backface-visibility%3Ahidden%7D.owl-carousel%20.owl-stage%3Aafter%7Bcontent%3A%5C%22.%5C%22%3Bdisplay%3Ablock%3Bclear%3Aboth%3Bvisibility%3Ahidden%3Bline-height%3A0%3Bheight%3A0%7D.owl-carousel%20.owl-stage-outer%7Bposition%3Arelative%3Boverflow%3Ahidden%3B-webkit-transform%3Atranslate3d(0%2C0%2C0)%7D.owl-carousel%20.owl-item%2C.owl-carousel%20.owl-wrapper%7B-webkit-backface-visibility%3Ahidden%3B-moz-backface-visibility%3Ahidden%3B-ms-backface-visibility%3Ahidden%3B-webkit-transform%3Atranslate3d(0%2C0%2C0)%3B-moz-transform%3Atranslate3d(0%2C0%2C0)%3B-ms-transform%3Atranslate3d(0%2C0%2C0)%7D.owl-carousel%20.owl-item%7Bmin-height%3A1px%3Bfloat%3Aleft%3B-webkit-backface-visibility%3Ahidden%3B-webkit-touch-callout%3Anone%7D.owl-carousel%20.owl-item%20img%7Bdisplay%3Ablock%3Bwidth%3A100%25%7D.owl-carousel%20.owl-dots.disabled%2C.owl-carousel%20.owl-nav.disabled%7Bdisplay%3Anone%7D.no-js%20.owl-carousel%2C.owl-carousel.owl-loaded%7Bdisplay%3Ablock%7D.owl-carousel%20.owl-dot%2C.owl-carousel%20.owl-nav%20.owl-next%2C.owl-carousel%20.owl-nav%20.owl-prev%7Bcursor%3Apointer%3B-webkit-user-select%3Anone%3B-khtml-user-select%3Anone%3B-moz-user-select%3Anone%3B-ms-user-select%3Anone%3Buser-select%3Anone%7D.owl-carousel%20.owl-nav%20button.owl-next%2C.owl-carousel%20.owl-nav%20button.owl-prev%2C.owl-carousel%20button.owl-dot%7Bbackground%3A0%200%3Bcolor%3Ainherit%3Bborder%3Anone%3Bpadding%3A0!important%3Bfont%3Ainherit%7D.owl-carousel.owl-loading%7Bopacity%3A0%3Bdisplay%3Ablock%7D.owl-carousel.owl-hidden%7Bopacity%3A0%7D.owl-carousel.owl-refresh%20.owl-item%7Bvisibility%3Ahidden%7D.owl-carousel.owl-drag%20.owl-item%7B-ms-touch-action%3Apan-y%3Btouch-action%3Apan-y%3B-webkit-user-select%3Anone%3B-moz-user-select%3Anone%3B-ms-user-select%3Anone%3Buser-select%3Anone%7D.owl-carousel.owl-grab%7Bcursor%3Amove%3Bcursor%3Agrab%7D.owl-carousel.owl-rtl%7Bdirection%3Artl%7D.owl-carousel.owl-rtl%20.owl-item%7Bfloat%3Aright%7D.owl-carousel%20.animated%7Banimation-duration%3A1s%3Banimation-fill-mode%3Aboth%7D.owl-carousel%20.owl-animated-in%7Bz-index%3A0%7D.owl-carousel%20.owl-animated-out%7Bz-index%3A1%7D.owl-carousel%20.fadeOut%7Banimation-name%3AfadeOut%7D%40keyframes%20fadeOut%7B0%25%7Bopacity%3A1%7D100%25%7Bopacity%3A0%7D%7D.owl-height%7Btransition%3Aheight%20.5s%20ease-in-out%7D.owl-carousel%20.owl-item%20.owl-lazy%7Bopacity%3A0%3Btransition%3Aopacity%20.4s%20ease%7D.owl-carousel%20.owl-item%20.owl-lazy%3Anot(%5Bsrc%5D)%2C.owl-carousel%20.owl-item%20.owl-lazy%5Bsrc%5E%3D%5C%22%5C%22%5D%7Bmax-height%3A0%7D.owl-carousel%20.owl-item%20img.owl-lazy%7Btransform-style%3Apreserve-3d%7D.owl-carousel%20.owl-video-wrapper%7Bposition%3Arelative%3Bheight%3A100%25%3Bbackground%3A%23000%7D.owl-carousel%20.owl-video-play-icon%7Bposition%3Aabsolute%3Bheight%3A80px%3Bwidth%3A80px%3Bleft%3A50%25%3Btop%3A50%25%3Bmargin-left%3A-40px%3Bmargin-top%3A-40px%3Bbackground%3Aurl(/xassets/uncompressed/less/owl.video.play.png)%20no-repeat%3Bcursor%3Apointer%3Bz-index%3A1%3B-webkit-backface-visibility%3Ahidden%3Btransition%3Atransform%20.1s%20ease%7D.owl-carousel%20.owl-video-play-icon%3Ahover%7B-ms-transform%3Ascale(1.3%2C1.3)%3Btransform%3Ascale(1.3%2C1.3)%7D.owl-carousel%20.owl-video-playing%20.owl-video-play-icon%2C.owl-carousel%20.owl-video-playing%20.owl-video-tn%7Bdisplay%3Anone%7D.owl-carousel%20.owl-video-tn%7Bopacity%3A0%3Bheight%3A100%25%3Bbackground-position%3Acenter%20center%3Bbackground-repeat%3Ano-repeat%3Bbackground-size%3Acontain%3Btransition%3Aopacity%20.4s%20ease%7D.owl-carousel%20.owl-video-frame%7Bposition%3Arelative%3Bz-index%3A1%3Bheight%3A100%25%3Bwidth%3A100%25%7D%5Cn%5Cn%2F**%5Cn%20*%20Owl%20Carousel%20v2.3.4%5Cn%20*%20Copyright%202013-2018%20David%20Deutsch%5Cn%20*%20Licensed%20under%3A%20SEE%20LICENSE%20IN%20https%3A%2F%2Fgithub.com%2FOwlCarousel2%2FOwlCarousel2%2Fblob%2Fmaster%2FLICENSE%5Cn%20*%2F%5Cn.owl-theme%20.owl-dots%2C.owl-theme%20.owl-nav%7Btext-align%3Acenter%3B-webkit-tap-highlight-color%3Atransparent%7D.owl-theme%20.owl-nav%7Bmargin-top%3A10px%7D.owl-theme%20.owl-nav%20%5Bclass*%3Dowl-%5D%7Bcolor%3A%23FFF%3Bfont-size%3A14px%3Bmargin%3A5px%3Bpadding%3A4px%207px%3Bbackground%3A%23D6D6D6%3Bdisplay%3Ainline-block%3Bcursor%3Apointer%3Bborder-radius%3A3px%7D.owl-theme%20.owl-nav%20%5Bclass*%3Dowl-%5D%3Ahover%7Bbackground%3A%23869791%3Bcolor%3A%23FFF%3Btext-decoration%3Anone%7D.owl-theme%20.owl-nav%20.disabled%7Bopacity%3A.5%3Bcursor%3Adefault%7D.owl-theme%20.owl-nav.disabled%2B.owl-dots%7Bmargin-top%3A10px%7D.owl-theme%20.owl-dots%20.owl-dot%7Bdisplay%3Ainline-block%3Bzoom%3A1%7D.owl-theme%20.owl-dots%20.owl-dot%20span%7Bwidth%3A10px%3Bheight%3A10px%3Bmargin%3A5px%207px%3Bbackground%3A%23D6D6D6%3Bdisplay%3Ablock%3B-webkit-backface-visibility%3Avisible%3Btransition%3Aopacity%20.2s%20ease%3Bborder-radius%3A30px%7D.owl-theme%20.owl-dots%20.owl-dot.active%20span%2C.owl-theme%20.owl-dots%20.owl-dot%3Ahover%20span%7Bbackground%3A%23869791%7D%22%5D%7D */

@font-face {
  font-family: 'Marion';
  font-weight: 300;
  font-display: swap;
  src: url("/xstorage/1/Assets/Fonts/ed49e2e7-bc25-4a50-8fd6-e27cf1765cf2.eot?#iefix");
  src: url("/xstorage/1/Assets/Fonts/ed49e2e7-bc25-4a50-8fd6-e27cf1765cf2.eot?#iefix") format("eot"), url("/xstorage/1/Assets/Fonts/7fdf0897-a3c0-4505-9bdb-86a75fbb2ad6.woff2") format("woff2"), url("/xstorage/1/Assets/Fonts/823d877f-aab5-45b9-8292-a55e3c3f9904.woff") format("woff"), url("/xstorage/1/Assets/Fonts/7cb451c2-81c6-475c-960f-f986b637ef1d.ttf") format("truetype");
}
@font-face {
  font-family: 'Marion';
  font-weight: 700;
  font-display: swap;
  src: url("/xstorage/1/Assets/Fonts/4355a2d6-0139-4251-896e-c0476cdf00bb.eot?#iefix");
  src: url("/xstorage/1/Assets/Fonts/4355a2d6-0139-4251-896e-c0476cdf00bb.eot?#iefix") format("eot"), url("/xstorage/1/Assets/Fonts/c4627f7a-98a3-43b5-b752-f9b7b2ea969e.woff2") format("woff2"), url("/xstorage/1/Assets/Fonts/2576f9fa-3230-41a5-8c4b-77ec6b6e0919.woff") format("woff"), url("/xstorage/1/Assets/Fonts/4dc8ce6b-93ed-45a2-b16c-b6e8d777a8f0.ttf") format("truetype");
}
@font-face {
  font-family: 'DIN';
  font-weight: 300;
  font-display: swap;
  src: url("/xstorage/1/Assets/Fonts/fb0dd5e6-cf57-43be-8f3f-2880d5389694.eot?#iefix");
  src: url("/xstorage/1/Assets/Fonts/fb0dd5e6-cf57-43be-8f3f-2880d5389694.eot?#iefix") format("eot"), url("/xstorage/1/Assets/Fonts/14aba99e-8c97-4daa-a8df-67920a051402.woff2") format("woff2"), url("/xstorage/1/Assets/Fonts/96fd6d6f-fad6-4dd9-ab70-29547a56cacd.woff") format("woff"), url("/xstorage/1/Assets/Fonts/cdc1c0e4-213b-4a01-a1dc-af6dddf2263a.ttf") format("truetype");
}
@font-face {
  font-family: 'DIN';
  font-weight: 500;
  font-display: swap;
  src: url("/xstorage/1/Assets/Fonts/936930ba-a8da-4765-9e89-0f35cdff223f.eot?#iefix");
  src: url("/xstorage/1/Assets/Fonts/936930ba-a8da-4765-9e89-0f35cdff223f.eot?#iefix") format("eot"), url("/xstorage/1/Assets/Fonts/6b4d4830-9c7d-43d2-b5d3-c73f739561b9.woff2") format("woff2"), url("/xstorage/1/Assets/Fonts/ccf25ada-6d2a-4133-95dc-deb039e22999.woff") format("woff"), url("/xstorage/1/Assets/Fonts/126195b4-2fa0-4b95-b5cf-ad9bf10193f0.ttf") format("truetype");
}
@font-face {
  font-family: 'DIN';
  font-weight: 700;
  font-display: swap;
  src: url("/xstorage/1/Assets/Fonts/fa5ed46b-792d-4f47-894e-fa587cf4e1cf.eot?#iefix");
  src: url("/xstorage/1/Assets/Fonts/fa5ed46b-792d-4f47-894e-fa587cf4e1cf.eot?#iefix") format("eot"), url("/xstorage/1/Assets/Fonts/03008527-67bd-478e-98e3-3b56dd9a6520.woff2") format("woff2"), url("/xstorage/1/Assets/Fonts/557f817d-9c25-4a23-baaf-a3cf84a7cd7c.woff") format("woff"), url("/xstorage/1/Assets/Fonts/92ed1479-1d40-4a94-8baf-6abd88b17afa.ttf") format("truetype");
}
/*data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%2267.css.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAEA%3BEACI%2CaAAY%2CQAAZ%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAQ%2C2EAAR%3BEACA%2CSAAQ%2C4EAAmE%2COAAO%2CYAAW%2CuEAA8D%2COAAO%2CcAAa%2CsEAA6D%2COAAO%2CaAAY%2CqEAA4D%2COAAO%2CWAAlU%3B%3BAAEJ%3BEACI%2CaAAY%2CQAAZ%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAQ%2C2EAAR%3BEACA%2CSAAQ%2C4EAAmE%2COAAO%2CYAAW%2CuEAA8D%2COAAO%2CcAAa%2CsEAA6D%2COAAO%2CaAAY%2CqEAA4D%2COAAO%2CWAAlU%3B%3BAAGJ%3BEACI%2CaAAY%2CKAAZ%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAQ%2C2EAAR%3BEACA%2CSAAQ%2C4EAAmE%2COAAO%2CYAAW%2CuEAA8D%2COAAO%2CcAAa%2CsEAA6D%2COAAO%2CaAAY%2CqEAA4D%2COAAO%2CWAAlU%3B%3BAAEJ%3BEACI%2CaAAY%2CKAAZ%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAQ%2C2EAAR%3BEACA%2CSAAQ%2C4EAAmE%2COAAO%2CYAAW%2CuEAA8D%2COAAO%2CcAAa%2CsEAA6D%2COAAO%2CaAAY%2CqEAA4D%2COAAO%2CWAAlU%3B%3BAAEJ%3BEACI%2CaAAY%2CKAAZ%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAQ%2C2EAAR%3BEACA%2CSAAQ%2C4EAAmE%2COAAO%2CYAAW%2CuEAA8D%2COAAO%2CcAAa%2CsEAA6D%2COAAO%2CaAAY%2CqEAA4D%2COAAO%2CWAAlU%22%2C%22sourcesContent%22%3A%5B%22%40baseUrl%20%3A%20'%2Fxstorage%2F1%2FAssets%2F'%3B%5Cn%5Cn%40font-face%7B%5Cn%20%20%20%20font-family%3A'Marion'%3B%5Cn%20%20%20%20font-weight%3A300%3B%5Cn%20%20%20%20font-display%3Aswap%3B%5Cn%20%20%20%20src%3Aurl(/xassets/uncompressed/less/%5C%22%40%7BbaseUrl%7DFonts%2Fed49e2e7-bc25-4a50-8fd6-e27cf1765cf2.eot%3F%23iefix%5C%22)%3B%5Cn%20%20%20%20src%3Aurl(/xassets/uncompressed/less/%5C%22%40%7BbaseUrl%7DFonts%2Fed49e2e7-bc25-4a50-8fd6-e27cf1765cf2.eot%3F%23iefix%5C%22)%20format(%5C%22eot%5C%22)%2Curl(/xassets/uncompressed/less/%5C%22%40%7BbaseUrl%7DFonts%2F7fdf0897-a3c0-4505-9bdb-86a75fbb2ad6.woff2%5C%22)%20format(%5C%22woff2%5C%22)%2Curl(/xassets/uncompressed/less/%5C%22%40%7BbaseUrl%7DFonts%2F823d877f-aab5-45b9-8292-a55e3c3f9904.woff%5C%22)%20format(%5C%22woff%5C%22)%2Curl(/xassets/uncompressed/less/%5C%22%40%7BbaseUrl%7DFonts%2F7cb451c2-81c6-475c-960f-f986b637ef1d.ttf%5C%22)%20format(%5C%22truetype%5C%22)%3B%5Cn%7D%5Cn%40font-face%7B%5Cn%20%20%20%20font-family%3A'Marion'%3B%5Cn%20%20%20%20font-weight%3A700%3B%5Cn%20%20%20%20font-display%3Aswap%3B%5Cn%20%20%20%20src%3Aurl(/xassets/uncompressed/less/%5C%22%40%7BbaseUrl%7DFonts%2F4355a2d6-0139-4251-896e-c0476cdf00bb.eot%3F%23iefix%5C%22)%3B%5Cn%20%20%20%20src%3Aurl(/xassets/uncompressed/less/%5C%22%40%7BbaseUrl%7DFonts%2F4355a2d6-0139-4251-896e-c0476cdf00bb.eot%3F%23iefix%5C%22)%20format(%5C%22eot%5C%22)%2Curl(/xassets/uncompressed/less/%5C%22%40%7BbaseUrl%7DFonts%2Fc4627f7a-98a3-43b5-b752-f9b7b2ea969e.woff2%5C%22)%20format(%5C%22woff2%5C%22)%2Curl(/xassets/uncompressed/less/%5C%22%40%7BbaseUrl%7DFonts%2F2576f9fa-3230-41a5-8c4b-77ec6b6e0919.woff%5C%22)%20format(%5C%22woff%5C%22)%2Curl(/xassets/uncompressed/less/%5C%22%40%7BbaseUrl%7DFonts%2F4dc8ce6b-93ed-45a2-b16c-b6e8d777a8f0.ttf%5C%22)%20format(%5C%22truetype%5C%22)%3B%5Cn%7D%5Cn%5Cn%40font-face%7B%5Cn%20%20%20%20font-family%3A'DIN'%3B%5Cn%20%20%20%20font-weight%3A300%3B%5Cn%20%20%20%20font-display%3Aswap%3B%5Cn%20%20%20%20src%3Aurl(/xassets/uncompressed/less/%5C%22%40%7BbaseUrl%7DFonts%2Ffb0dd5e6-cf57-43be-8f3f-2880d5389694.eot%3F%23iefix%5C%22)%3B%5Cn%20%20%20%20src%3Aurl(/xassets/uncompressed/less/%5C%22%40%7BbaseUrl%7DFonts%2Ffb0dd5e6-cf57-43be-8f3f-2880d5389694.eot%3F%23iefix%5C%22)%20format(%5C%22eot%5C%22)%2Curl(/xassets/uncompressed/less/%5C%22%40%7BbaseUrl%7DFonts%2F14aba99e-8c97-4daa-a8df-67920a051402.woff2%5C%22)%20format(%5C%22woff2%5C%22)%2Curl(/xassets/uncompressed/less/%5C%22%40%7BbaseUrl%7DFonts%2F96fd6d6f-fad6-4dd9-ab70-29547a56cacd.woff%5C%22)%20format(%5C%22woff%5C%22)%2Curl(/xassets/uncompressed/less/%5C%22%40%7BbaseUrl%7DFonts%2Fcdc1c0e4-213b-4a01-a1dc-af6dddf2263a.ttf%5C%22)%20format(%5C%22truetype%5C%22)%3B%5Cn%7D%5Cn%40font-face%7B%5Cn%20%20%20%20font-family%3A'DIN'%3B%5Cn%20%20%20%20font-weight%3A500%3B%5Cn%20%20%20%20font-display%3Aswap%3B%5Cn%20%20%20%20src%3Aurl(/xassets/uncompressed/less/%5C%22%40%7BbaseUrl%7DFonts%2F936930ba-a8da-4765-9e89-0f35cdff223f.eot%3F%23iefix%5C%22)%3B%5Cn%20%20%20%20src%3Aurl(/xassets/uncompressed/less/%5C%22%40%7BbaseUrl%7DFonts%2F936930ba-a8da-4765-9e89-0f35cdff223f.eot%3F%23iefix%5C%22)%20format(%5C%22eot%5C%22)%2Curl(/xassets/uncompressed/less/%5C%22%40%7BbaseUrl%7DFonts%2F6b4d4830-9c7d-43d2-b5d3-c73f739561b9.woff2%5C%22)%20format(%5C%22woff2%5C%22)%2Curl(/xassets/uncompressed/less/%5C%22%40%7BbaseUrl%7DFonts%2Fccf25ada-6d2a-4133-95dc-deb039e22999.woff%5C%22)%20format(%5C%22woff%5C%22)%2Curl(/xassets/uncompressed/less/%5C%22%40%7BbaseUrl%7DFonts%2F126195b4-2fa0-4b95-b5cf-ad9bf10193f0.ttf%5C%22)%20format(%5C%22truetype%5C%22)%3B%5Cn%7D%5Cn%40font-face%7B%5Cn%20%20%20%20font-family%3A'DIN'%3B%5Cn%20%20%20%20font-weight%3A700%3B%5Cn%20%20%20%20font-display%3Aswap%3B%5Cn%20%20%20%20src%3Aurl(/xassets/uncompressed/less/%5C%22%40%7BbaseUrl%7DFonts%2Ffa5ed46b-792d-4f47-894e-fa587cf4e1cf.eot%3F%23iefix%5C%22)%3B%5Cn%20%20%20%20src%3Aurl(/xassets/uncompressed/less/%5C%22%40%7BbaseUrl%7DFonts%2Ffa5ed46b-792d-4f47-894e-fa587cf4e1cf.eot%3F%23iefix%5C%22)%20format(%5C%22eot%5C%22)%2Curl(/xassets/uncompressed/less/%5C%22%40%7BbaseUrl%7DFonts%2F03008527-67bd-478e-98e3-3b56dd9a6520.woff2%5C%22)%20format(%5C%22woff2%5C%22)%2Curl(/xassets/uncompressed/less/%5C%22%40%7BbaseUrl%7DFonts%2F557f817d-9c25-4a23-baaf-a3cf84a7cd7c.woff%5C%22)%20format(%5C%22woff%5C%22)%2Curl(/xassets/uncompressed/less/%5C%22%40%7BbaseUrl%7DFonts%2F92ed1479-1d40-4a94-8baf-6abd88b17afa.ttf%5C%22)%20format(%5C%22truetype%5C%22)%3B%5Cn%7D%22%5D%7D */
@media (max-width: 768px) {
}.firstclass {
  color: red;
}
html,
body {
  height: 100%;
}
@media (min-width: 1400px) {
  .container {
    width: 1270px;
  }
}
.container-fluid {
  max-width: 1270px;
}
.no-padding {
  padding: 0;
}
.no-gutter {
  padding: 0;
}
.no-gutter .row {
  margin: 0;
}
.no-gutter .row [class*=col] {
  padding: 0;
}
h1,
.h1 {
  font-family: 'Marion';
  font-weight: 300;
  font-size: 43px;
  font-size: calc(20px + 1vmin);
  line-height: 1;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 55px;
    font-size: calc(30px + 3vmin);
  }
}
@media (min-width: 992px) {
  h1,
  .h1 {
    font-size: 68px;
    font-size: calc(40px + 3vmin);
  }
}
@media (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 85px;
    font-size: calc(80px + 0.5vmin);
  }
}
h2,
.h2 {
  font-family: 'Marion';
  font-weight: 300;
  font-size: 47px;
  line-height: 1;
  margin: 0 0 0.6em;
}
.headline-center h2,
.headline-center .h2 {
  text-align: center;
}
@media (min-width: 768px) {
  h2,
  .h2 {
    font-size: 57px;
  }
}
@media (min-width: 992px) {
  h2,
  .h2 {
    font-size: 64px;
  }
}
@media (min-width: 1200px) {
  h2,
  .h2 {
    font-size: 75px;
  }
}
@media (min-width: 768px) {
  h2.big,
  .h2.big {
    font-size: 75px;
  }
}
@media (min-width: 992px) {
  h2.big,
  .h2.big {
    font-size: 90px;
  }
}
@media (min-width: 1200px) {
  h2.big,
  .h2.big {
    font-size: 100px;
  }
}
h3,
.h3 {
  font-family: 'DIN';
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  margin: 0 0 1.05em;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.headline-center h3,
.headline-center .h3 {
  text-align: center;
}
@media (min-width: 992px) {
  h3,
  .h3 {
    font-size: 17px;
  }
}
@media (min-width: 1200px) {
  h3,
  .h3 {
    font-size: 21px;
  }
}
h4,
.h4 {
  font-family: 'Marion';
  font-weight: 300;
  margin: 0 0 0.275em;
  font-size: 15px;
  line-height: 1.25;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  h4,
  .h4 {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  h4,
  .h4 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  h4,
  .h4 {
    font-size: 28px;
  }
}
h5,
.h5 {
  font-family: 'DIN';
  font-weight: 500;
  font-size: 13px;
  margin: 0 0 0.35em;
  line-height: 1.25;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  h5,
  .h5 {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  h5,
  .h5 {
    font-size: 17px;
  }
}
@media (min-width: 1200px) {
  h5,
  .h5 {
    font-size: 18px;
  }
}
p,
.p {
  margin: 0;
  line-height: 2;
  color: #5a5959;
}
sup {
  font-size: 0.6em;
  top: -0.5em;
}
.btn,
.button-link,
div.loadmore-button {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  border: none;
  box-shadow: none;
  background: transparent;
  outline: none;
  -webkit-appearance: none;
  text-transform: uppercase;
}
.btn:focus,
.button-link:focus {
  outline: none;
}
.btn:not(.button-link--back):not(.load-more-button):not(.button-file):after,
.button-link:not(.button-link--back):not(.load-more-button):not(.button-file):after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e911";
  font-size: 0.65em;
  margin-left: 1.2em;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translate(0, -0.1em);
  -moz-transform: translate(0, -0.1em);
  -ms-transform: translate(0, -0.1em);
  -o-transform: translate(0, -0.1em);
  transform: translate(0, -0.1em);
  -webkit-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.btn:hover.btn:not(.button-link--back):not(.load-more-button):not(.button-file):after,
.btn:hover.button-link:not(.button-link--back):not(.load-more-button):not(.button-file):after,
.button-link:hover.btn:not(.button-link--back):not(.load-more-button):not(.button-file):after,
.button-link:hover.button-link:not(.button-link--back):not(.load-more-button):not(.button-file):after {
  -webkit-transform: translate(5px, -0.1em);
  -moz-transform: translate(5px, -0.1em);
  -ms-transform: translate(5px, -0.1em);
  -o-transform: translate(5px, -0.1em);
  transform: translate(5px, -0.1em);
}
.btn.button-file:before,
.button-link.button-file:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
  font-size: 1em;
  margin-right: 1.2em;
  display: inline-block;
  vertical-align: middle;
}
.btn--back:before,
.button-link--back:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e910";
  font-size: 0.65em;
  margin-right: 1.2em;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translate(0, -0.1em);
  -moz-transform: translate(0, -0.1em);
  -ms-transform: translate(0, -0.1em);
  -o-transform: translate(0, -0.1em);
  transform: translate(0, -0.1em);
}
.btn.load-more-button:after,
.button-link.load-more-button:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e914";
  display: block;
  margin-top: 0.95em;
  font-size: 0.6em;
  -webkit-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.btn.load-more-button:hover:after,
.button-link.load-more-button:hover:after {
  -webkit-transform: translate(0, 3px);
  -moz-transform: translate(0, 3px);
  -ms-transform: translate(0, 3px);
  -o-transform: translate(0, 3px);
  transform: translate(0, 3px);
}
@media (min-width: 768px) {
  .btn,
  .button-link,
  div.loadmore-button {
    font-size: 16px;
  }
}
.btn:hover.btn-primary,
.button-link:hover.btn-primary,
.btn.hover.btn-primary,
.button-link.hover.btn-primary {
  background-color: #21a1ff;
}
.btn:hover.btn-success,
.button-link:hover.btn-success,
.btn.hover.btn-success,
.button-link.hover.btn-success {
  background-color: #497011;
}
.btn.btn-primary,
.button-link.btn-primary {
  background-color: #87ccff;
}
.btn.btn-success,
.button-link.btn-success {
  background-color: #82c91e;
}
.show-on-success {
  display: none;
}
div.loadmore-button {
  display: table;
  margin: 1.5em auto;
  text-align: center;
  color: #a98d60;
  cursor: pointer;
}
div.loadmore-button:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e914";
  display: block;
  margin-top: 0.95em;
  font-size: 0.6em;
  -webkit-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
div.loadmore-button:hover:after {
  -webkit-transform: translate(0, 3px);
  -moz-transform: translate(0, 3px);
  -ms-transform: translate(0, 3px);
  -o-transform: translate(0, 3px);
  transform: translate(0, 3px);
}
.slick-slider {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.overflow-section {
  width: 100%;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  .text-sm-right {
    text-align: right;
  }
}
.main-container {
  padding: 25px 0;
}
@media (min-width: 768px) {
  .main-container {
    padding: 30px 0;
  }
}
@media (min-width: 992px) {
  .main-container {
    padding: 45px 0;
  }
}
@media (min-width: 1200px) {
  .main-container {
    padding: 60px 0;
  }
}
picture.xr-sizes[data-unique] {
  background: #efefef;
}
picture.xr-sizes[data-unique] img[data-src] {
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  -ms-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
picture.xr-sizes[data-unique] img[data-src].lazyloaded {
  opacity: 1;
}
.xs-shop-product-counter-minus {
  z-index: 1;
}
.hero-slider {
  height: 800px;
}
@media (min-width: 768px) {
  .hero-slider {
    height: 800px;
  }
}
.hero-slider .kitchensink {
  min-height: none;
  max-height: none;
  height: 800px;
}
@media (min-width: 768px) {
  .hero-slider .kitchensink {
    height: 800px;
  }
}
.autotune-ip-frame,
.js-sliderfocuspoint,
.focuspoint {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.autotune-ip-frame.focus-initialized img,
.js-sliderfocuspoint.focus-initialized img,
.focuspoint.focus-initialized img {
  opacity: 1;
}
.autotune-ip-frame img,
.js-sliderfocuspoint img,
.focuspoint img {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  display: block;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-height: none;
  max-width: none;
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
.autotune-ip-frame img {
  width: 100%;
  height: 100%;
}
.image-gallery .image-holder {
  width: 100%;
  float: left;
  display: block;
}
@media (min-width: 768px) {
  .image-gallery .image-holder {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .image-gallery .image-holder {
    width: 33.333333%;
  }
}
@media (min-width: 1200px) {
  .image-gallery .image-holder {
    width: 25%;
  }
}
.image-gallery .image-holder .image {
  width: 100%;
  height: auto;
}
.parallax-section .parallax-banner {
  padding: 25px 0;
  min-height: 250px;
}
@media (min-width: 768px) {
  .parallax-section .parallax-banner {
    padding: 25px 0;
  }
}
@media (min-width: 992px) {
  .parallax-section .parallax-banner {
    padding: 35px 0;
  }
}
@media (min-width: 1200px) {
  .parallax-section .parallax-banner {
    padding: 35px 0;
  }
}
.key-value.align-top .key,
.key-value.align-top .value {
  vertical-align: top;
}
.key-value .key,
.key-value .value {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}
.key-value .value {
  text-align: right;
}
form .form-control,
.checkout main .form-control,
.xs-shop-delivery .form-control {
  position: relative;
}
form input,
.checkout main input,
.xs-shop-delivery input,
form .sod_select,
.checkout main .sod_select,
.xs-shop-delivery .sod_select,
form input.form-control,
.checkout main input.form-control,
.xs-shop-delivery input.form-control,
form .form-control,
.checkout main .form-control,
.xs-shop-delivery .form-control,
form textarea,
.checkout main textarea,
.xs-shop-delivery textarea {
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  border-radius: 0px;
  display: block;
  width: 100%;
  height: 35px;
  padding: 0 15px;
  font-size: 16px;
  border: 1px solid black;
}
form input:focus,
.checkout main input:focus,
.xs-shop-delivery input:focus,
form .sod_select:focus,
.checkout main .sod_select:focus,
.xs-shop-delivery .sod_select:focus,
form input.form-control:focus,
.checkout main input.form-control:focus,
.xs-shop-delivery input.form-control:focus,
form .form-control:focus,
.checkout main .form-control:focus,
.xs-shop-delivery .form-control:focus,
form textarea:focus,
.checkout main textarea:focus,
.xs-shop-delivery textarea:focus {
  outline: none;
  box-shadow: none;
}
form textarea,
.checkout main textarea,
.xs-shop-delivery textarea,
form textarea.form-control,
.checkout main textarea.form-control,
.xs-shop-delivery textarea.form-control {
  height: 105px;
  resize: none;
  padding: 13px;
}
form .sod_select:focus-visible .sod_label,
.checkout main .sod_select:focus-visible .sod_label,
.xs-shop-delivery .sod_select:focus-visible .sod_label {
  color: #333;
}
form .sod_select:after,
.checkout main .sod_select:after,
.xs-shop-delivery .sod_select:after {
  display: none;
}
form .sod_select .sod_label,
.checkout main .sod_select .sod_label,
.xs-shop-delivery .sod_select .sod_label {
  display: block;
  font-size: 16px;
  line-height: 35px;
  text-transform: none;
  font-weight: normal;
}
form .sod_select .sod_list_wrapper,
.checkout main .sod_select .sod_list_wrapper,
.xs-shop-delivery .sod_select .sod_list_wrapper {
  width: 100%;
  margin: 0;
  border-width: 1px;
  border-color: black;
  box-sizing: content-box;
  margin: 1px 0 0 -1px;
}
form .sod_select .sod_option,
.checkout main .sod_select .sod_option,
.xs-shop-delivery .sod_select .sod_option {
  padding: 8px 15px;
  text-transform: none;
  font-size: 0.9em;
  color: black;
  cursor: pointer;
}
form .hidden-label label,
.checkout main .hidden-label label,
.xs-shop-delivery .hidden-label label {
  visibility: hidden;
}
form label,
.checkout main label,
.xs-shop-delivery label {
  display: block;
  width: 100%;
}
form .xr_error,
.checkout main .xr_error,
.xs-shop-delivery .xr_error {
  position: absolute;
  bottom: -0.25em;
  left: 15px;
  font-size: 0.8em;
  color: red;
}
form input[type="checkbox"],
.checkout main input[type="checkbox"],
.xs-shop-delivery input[type="checkbox"],
form input[type="radio"],
.checkout main input[type="radio"],
.xs-shop-delivery input[type="radio"] {
  display: block !important;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
form input[type="checkbox"]:checked ~ .fakebox,
.checkout main input[type="checkbox"]:checked ~ .fakebox,
.xs-shop-delivery input[type="checkbox"]:checked ~ .fakebox,
form input[type="radio"]:checked ~ .fakebox,
.checkout main input[type="radio"]:checked ~ .fakebox,
.xs-shop-delivery input[type="radio"]:checked ~ .fakebox {
  background: #a98d60;
}
.checkout form input[type="checkbox"]:checked ~ .fakebox,
.checkout .checkout main input[type="checkbox"]:checked ~ .fakebox,
.checkout .xs-shop-delivery input[type="checkbox"]:checked ~ .fakebox,
.checkout form input[type="radio"]:checked ~ .fakebox,
.checkout .checkout main input[type="radio"]:checked ~ .fakebox,
.checkout .xs-shop-delivery input[type="radio"]:checked ~ .fakebox {
  background: transparent !important;
}
form input[type="checkbox"] ~ .fakebox,
.checkout main input[type="checkbox"] ~ .fakebox,
.xs-shop-delivery input[type="checkbox"] ~ .fakebox,
form input[type="radio"] ~ .fakebox,
.checkout main input[type="radio"] ~ .fakebox,
.xs-shop-delivery input[type="radio"] ~ .fakebox {
  display: inline-block;
  vertical-align: top;
  width: 13px;
  height: 13px;
  border: 2px solid #a98d60;
  cursor: pointer;
}
form input[type="checkbox"] ~ .inner-text,
.checkout main input[type="checkbox"] ~ .inner-text,
.xs-shop-delivery input[type="checkbox"] ~ .inner-text,
form input[type="radio"] ~ .inner-text,
.checkout main input[type="radio"] ~ .inner-text,
.xs-shop-delivery input[type="radio"] ~ .inner-text {
  font-family: 'DIN';
  font-weight: 500;
  display: inline-block;
  vertical-align: top;
  color: #5b5a5a;
  padding-left: 13px;
  width: calc(100% - 13px);
  margin-left: -5px;
  line-height: 1.4;
  margin-top: -0.25em;
}
form input[type="checkbox"]:focus-visible ~ .fakebox,
.checkout main input[type="checkbox"]:focus-visible ~ .fakebox,
.xs-shop-delivery input[type="checkbox"]:focus-visible ~ .fakebox,
form input[type="radio"]:focus-visible ~ .fakebox,
.checkout main input[type="radio"]:focus-visible ~ .fakebox,
.xs-shop-delivery input[type="radio"]:focus-visible ~ .fakebox,
form input[type="checkbox"]:focus-visible ~ label,
.checkout main input[type="checkbox"]:focus-visible ~ label,
.xs-shop-delivery input[type="checkbox"]:focus-visible ~ label,
form input[type="radio"]:focus-visible ~ label,
.checkout main input[type="radio"]:focus-visible ~ label,
.xs-shop-delivery input[type="radio"]:focus-visible ~ label {
  outline: 2px dotted #a98d60 !important;
  outline-offset: 2px;
}
form input:-webkit-autofill,
.checkout main input:-webkit-autofill,
.xs-shop-delivery input:-webkit-autofill,
form input:-webkit-autofill:hover,
.checkout main input:-webkit-autofill:hover,
.xs-shop-delivery input:-webkit-autofill:hover,
form input:-webkit-autofill:focus,
.checkout main input:-webkit-autofill:focus,
.xs-shop-delivery input:-webkit-autofill:focus,
form input:-webkit-autofill:active,
.checkout main input:-webkit-autofill:active,
.xs-shop-delivery input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s, color 5000s ease-in-out 0s !important;
}
form textarea:-webkit-autofill,
.checkout main textarea:-webkit-autofill,
.xs-shop-delivery textarea:-webkit-autofill,
form textarea:-webkit-autofill:hover,
.checkout main textarea:-webkit-autofill:hover,
.xs-shop-delivery textarea:-webkit-autofill:hover,
form textarea:-webkit-autofill:focus,
.checkout main textarea:-webkit-autofill:focus,
.xs-shop-delivery textarea:-webkit-autofill:focus,
form textarea:-webkit-autofill:active,
.checkout main textarea:-webkit-autofill:active,
.xs-shop-delivery textarea:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s, color 5000s ease-in-out 0s !important;
}
.filter-button-group {
  text-align: center;
  padding: 25px 0;
}
.filter-button-group .filter {
  display: inline-block;
  font-size: 16px;
  color: #FFF;
  padding: 12px 30px;
  margin: 12px;
  background: #82c91e;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: none;
  box-shadow: none;
  -webkit-appearance: none;
}
.filter-button-group .filter:focus {
  outline: none;
}
.filter-button-group.standorte-filter {
  padding: 30px 0 0;
}
@media (min-width: 768px) {
  .filter-button-group.standorte-filter {
    padding: 30px 6% 0;
  }
}
.filter-button-group.standorte-filter .filter {
  width: 100%;
  margin: 12px 0;
}
@media (min-width: 768px) {
  .filter-button-group.standorte-filter .filter {
    width: 45%;
    margin: 12px;
  }
}
@media (min-width: 992px) {
  .filter-button-group.standorte-filter .filter {
    width: auto;
  }
}
.standorte {
  padding: 30px 0 70px;
}
.standorte .standort-info {
  max-width: 750px;
  padding: 40px 0;
}
.standorte .google-map {
  height: 270px;
  background: #fff;
}
@media (min-width: 768px) {
  .standorte .google-map {
    height: 350px;
  }
}
@media (min-width: 992px) {
  .standorte .google-map {
    height: 500px;
  }
}
.standorte .table-standorte {
  width: 100%;
  margin: 50px 0;
}
.standorte .table-standorte .table-row {
  display: block;
  padding: 13px 5px 13px 5px;
  border-bottom: 2px solid #555;
}
@media (min-width: 768px) {
  .standorte .table-standorte .table-row {
    padding: 0;
    margin: 0 -2.915%;
  }
}
.standorte .table-standorte .table-cell {
  font-size: 20px;
  color: #000;
  padding: 0;
  text-transform: uppercase;
  max-width: calc(100% - 30px);
}
@media (min-width: 768px) {
  .standorte .table-standorte .table-cell {
    float: left;
    width: 30%;
    padding: 20px;
    margin: 0 2.915%;
  }
}
.standorte .table-standorte .table-cell.adresse {
  font-size: 16px;
  color: #192631;
  text-transform: none;
}
@media (min-width: 768px) {
  .standorte .table-standorte .table-cell.adresse {
    width: 22.5%;
  }
}
.standorte .table-standorte .thead {
  border: none;
  margin-bottom: 10px;
}
.standorte .table-standorte .thead .table-cell {
  font-size: 20px;
  padding: 20px;
  color: #192631;
  text-transform: none;
  border-bottom: 1px solid #555;
}
.standorte .table-standorte .accordion-item {
  position: relative;
  cursor: pointer;
  margin: 0;
}
.standorte .table-standorte .accordion-item.open .arrow {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.standorte .table-standorte .accordion-item .table-cell {
  margin: 0;
}
@media (min-width: 768px) {
  .standorte .table-standorte .accordion-item .table-cell.standort {
    width: 38.2%;
  }
  .standorte .table-standorte .accordion-item .table-cell.adresse {
    width: 29.9%;
  }
  .standorte .table-standorte .accordion-item .table-cell.tel {
    width: 31.8%;
    padding-right: 30px;
  }
}
.standorte .table-standorte .accordion-item .arrow {
  display: block;
  position: absolute;
  right: 5px;
  top: 50px;
  font-size: 7px;
  color: #555;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (min-width: 768px) {
  .standorte .table-standorte .accordion-item .arrow {
    top: 30px;
    bottom: auto;
  }
}
.standorte .table-standorte .hidden-infos {
  display: none;
  padding: 25px 0;
}
@media (min-width: 768px) {
  .standorte .table-standorte .hidden-infos {
    padding: 20px 0 40px 20px;
  }
}
.standorte .table-standorte .hidden-infos p,
.standorte .table-standorte .hidden-infos dl,
.standorte .table-standorte .hidden-infos div,
.standorte .table-standorte .hidden-infos .text {
  font-size: 16px;
}
@media (min-width: 768px) {
  .standorte .table-standorte .hidden-infos .v-sm-center {
    position: relative;
    margin: 0 -1px;
  }
  .standorte .table-standorte .hidden-infos .v-sm-center.image-container {
    width: calc(55% - 2px);
    right: 45%;
    margin-right: -4px;
  }
  .standorte .table-standorte .hidden-infos .v-sm-center.info-container {
    width: calc(45% - 2px);
    left: 55%;
    padding-left: 15%;
  }
}
.standorte .table-standorte .hidden-infos .icon-holder {
  position: absolute;
  left: 0;
  top: 0;
  width: 33%;
  height: 100%;
}
.standorte .table-standorte .hidden-infos .icon-holder .bottom {
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
}
.standorte .table-standorte .hidden-infos .icon-holder .icon {
  display: block;
  margin: 10px auto;
  text-align: center;
}
.standorte .table-standorte .hidden-infos .icon-holder .icon span {
  display: inline-block;
  font-size: 30px;
  color: #000;
}
.standorte .table-standorte .hidden-infos address {
  font-style: normal;
}
.standorte .table-standorte .hidden-infos .openingtimes {
  display: block;
  padding: 5px 0;
  margin: 0;
}
.standorte .table-standorte .hidden-infos .openingtimes dt,
.standorte .table-standorte .hidden-infos .openingtimes dd {
  display: inline-block;
  vertical-align: top;
  padding: 3px 0;
}
.standorte .table-standorte .hidden-infos .openingtimes dd {
  margin-left: 6px;
}
.standorte .table-standorte .hidden-infos p {
  margin: 15px 0;
}
.standorte .table-standorte .hidden-infos .bottom-info {
  margin-top: 15px;
  color: #787878;
}
.standorte .table-standorte .hidden-infos .image-container {
  position: relative;
  min-height: 200px;
  height: 55vw;
  margin-top: 35px;
}
@media (min-width: 768px) {
  .standorte .table-standorte .hidden-infos .image-container {
    height: 290px;
    margin: 0;
  }
}
.video-wrapper {
  padding-top: 56.25%;
  position: relative;
}
.video-wrapper .video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.video-wrapper .thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  padding: 0;
  border: 0;
  margin: 0;
}
.video-wrapper .thumbnail:hover .play-btn {
  width: 70px;
}
@media (min-width: 768px) {
  .video-wrapper .thumbnail:hover .play-btn {
    width: 100px;
  }
}
@media (min-width: 992px) {
  .video-wrapper .thumbnail:hover .play-btn {
    width: 140px;
  }
}
.video-wrapper .thumbnail .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: width 300ms ease;
  -moz-transition: width 300ms ease;
  -ms-transition: width 300ms ease;
  -o-transition: width 300ms ease;
  transition: width 300ms ease;
}
@media (min-width: 768px) {
  .video-wrapper .thumbnail .play-btn {
    width: 80px;
  }
}
@media (min-width: 992px) {
  .video-wrapper .thumbnail .play-btn {
    width: 120px;
  }
}
@media (min-width: 768px) {
  .related-posts .blog-col:nth-child(2n) .blog-item .image-holder {
    left: 50.75%;
  }
}
@media (min-width: 768px) {
  .related-posts .blog-col:nth-child(2n) .blog-item .text-holder {
    right: 49.25%;
    text-align: right;
  }
}
.blog-overview {
  margin-top: 25px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .blog-overview {
    padding-bottom: 75px;
  }
  .blog-overview .reduce-spacing {
    margin-left: -7px;
    margin-right: -7px;
  }
  .blog-overview .reduce-spacing [class*="col-"] {
    padding: 0 7px;
  }
}
@media (min-width: 768px) {
  .blog-overview .blog-col:nth-child(even) .grid-item .blog-item .image-holder {
    left: 50.75%;
  }
}
@media (min-width: 768px) {
  .blog-overview .blog-col:nth-child(even) .grid-item .blog-item .text-holder {
    right: 49.25%;
    text-align: right;
  }
}
.blog-overview .blog-item {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .blog-overview .blog-item {
    margin-bottom: 60px;
  }
}
.blog-overview .blog-item.event .text-holder .h3 {
  letter-spacing: normal;
}
.blog-overview .blog-item .event-symbol-holder {
  font-size: 37px;
  margin-bottom: 0.6em;
}
@media (min-width: 992px) {
  .blog-overview .blog-item .event-symbol-holder {
    font-size: 47px;
  }
}
.blog-overview .blog-item .event-wording {
  font-family: 'DIN';
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  text-transform: uppercase;
  margin-left: 0.4em;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  .blog-overview .blog-item .v-sm-center.text-holder {
    width: 50.75%;
  }
}
@media (min-width: 768px) {
  .blog-overview .blog-item .v-sm-center.image-holder {
    width: 49.25%;
  }
}
.blog-overview .blog-item .image-holder {
  position: relative;
  overflow: hidden;
  height: 56.65vw;
}
@media (min-width: 768px) {
  .blog-overview .blog-item .image-holder {
    height: 380px;
  }
}
@media (min-width: 992px) {
  .blog-overview .blog-item .image-holder {
    height: 450px;
  }
}
.blog-overview .blog-item .image-holder img {
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .blog-overview .blog-item .image-holder img {
    position: relative;
  }
}
.blog-overview .blog-item .text-holder {
  position: relative;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .blog-overview .blog-item .text-holder {
    padding: 0 20px;
  }
}
@media (min-width: 992px) {
  .blog-overview .blog-item .text-holder {
    padding: 0 50px;
  }
}
@media (min-width: 1200px) {
  .blog-overview .blog-item .text-holder {
    padding: 0 70px;
  }
}
.blog-overview .blog-item .text-holder .h3 {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 0.5em;
  letter-spacing: normal;
}
@media (min-width: 768px) {
  .blog-overview .blog-item .text-holder .h3 {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .blog-overview .blog-item .text-holder .h3 {
    font-size: 18px;
  }
}
.blog-overview .blog-item .text-holder .h2 {
  font-size: 21px;
  margin-bottom: 0.75em;
  letter-spacing: 1px;
  text-transform: none;
}
@media (min-width: 768px) {
  .blog-overview .blog-item .text-holder .h2 {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .blog-overview .blog-item .text-holder .h2 {
    font-size: 41px;
  }
}
.blog-overview .blog-item .button-link {
  margin-top: 22px;
  padding: 0;
}
.blog-overview .xr_def_pager_load_more {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1;
}
.blog-overview .xr_def_pager_load_more:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 2px;
  background: #000;
  border-radius: 5px;
  position: absolute;
  right: 0;
  bottom: 9px;
}
.blog-overview .xr_def_pager_load_more:before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 12px;
  background: #000;
  border-radius: 5px;
  position: absolute;
  top: 4px;
  right: 5px;
}
.blog-overview .blog-grid .xr_def_pager .grid-item .image-holder {
  height: 170px;
}
.blog-overview .blog-grid .xr_def_pager:nth-of-type(3n + 2) .grid-item .image-holder,
.blog-overview .blog-grid .xr_def_pager:nth-of-type(5n + 4) .grid-item .image-holder {
  height: 340px;
}
.blog-overview .blog-grid [class*=col-] {
  position: static;
  float: none;
}
.blog-overview .loadmore-button {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  border: none;
  box-shadow: none;
  background: transparent;
  outline: none;
  -webkit-appearance: none;
  text-transform: uppercase;
  background-color: #82c91e;
}
.blog-overview .loadmore-button:focus {
  outline: none;
}
.blog-overview .loadmore-button:not(.button-link--back):not(.load-more-button):not(.button-file):after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e911";
  font-size: 0.65em;
  margin-left: 1.2em;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translate(0, -0.1em);
  -moz-transform: translate(0, -0.1em);
  -ms-transform: translate(0, -0.1em);
  -o-transform: translate(0, -0.1em);
  transform: translate(0, -0.1em);
  -webkit-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.blog-overview .loadmore-button:hover.blog-overview .loadmore-button:not(.button-link--back):not(.load-more-button):not(.button-file):after {
  -webkit-transform: translate(5px, -0.1em);
  -moz-transform: translate(5px, -0.1em);
  -ms-transform: translate(5px, -0.1em);
  -o-transform: translate(5px, -0.1em);
  transform: translate(5px, -0.1em);
}
.blog-overview .loadmore-button.button-file:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
  font-size: 1em;
  margin-right: 1.2em;
  display: inline-block;
  vertical-align: middle;
}
.blog-overview .loadmore-button--back:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e910";
  font-size: 0.65em;
  margin-right: 1.2em;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translate(0, -0.1em);
  -moz-transform: translate(0, -0.1em);
  -ms-transform: translate(0, -0.1em);
  -o-transform: translate(0, -0.1em);
  transform: translate(0, -0.1em);
}
.blog-overview .loadmore-button.load-more-button:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e914";
  display: block;
  margin-top: 0.95em;
  font-size: 0.6em;
  -webkit-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.blog-overview .loadmore-button.load-more-button:hover:after {
  -webkit-transform: translate(0, 3px);
  -moz-transform: translate(0, 3px);
  -ms-transform: translate(0, 3px);
  -o-transform: translate(0, 3px);
  transform: translate(0, 3px);
}
@media (min-width: 768px) {
  .blog-overview .loadmore-button {
    font-size: 16px;
  }
}
.blog-overview .loadmore-button:hover.btn-primary,
.blog-overview .loadmore-button.hover.btn-primary {
  background-color: #21a1ff;
}
.blog-overview .loadmore-button:hover.btn-success,
.blog-overview .loadmore-button.hover.btn-success {
  background-color: #497011;
}
.blog-overview .loadmore-button.btn-primary {
  background-color: #87ccff;
}
.blog-overview .loadmore-button.btn-success {
  background-color: #82c91e;
}
.blog-overview .loadmore-button:hover {
  background-color: #497011;
}
.timeline {
  position: relative;
  margin: 0 0 40px;
}
@media (min-width: 768px) {
  .timeline {
    margin: 70px 0;
  }
  .timeline:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 4px;
    height: 100%;
    border-right: 1px solid #000;
  }
}
@media (min-width: 768px) {
  .timeline .row {
    margin: 0 -30px;
  }
}
@media (min-width: 1200px) {
  .timeline .row {
    margin: 0 -50px;
  }
}
@media (min-width: 768px) {
  .timeline .row [class*=col-] {
    padding: 0 30px;
  }
}
@media (min-width: 1200px) {
  .timeline .row [class*=col-] {
    padding: 0 50px;
  }
}
.timeline .timeline-item {
  padding: 20px 0;
  background: url('/xstorage/1/template/assets/zickzack-line.png') bottom left repeat-x;
}
.timeline .timeline-item:last-of-type {
  background: none;
}
@media (min-width: 768px) {
  .timeline .timeline-item {
    background: none;
    padding: 30px 0;
  }
}
.timeline .timeline-item .image-holder {
  position: relative;
  display: inline-block;
}
.timeline .timeline-item .image-holder img {
  display: block;
  max-width: 100%;
  height: auto;
}
.timeline .timeline-item .image-holder .image-info {
  position: absolute;
  bottom: 0;
  font-size: 80px;
}
@media (min-width: 768px) {
  .timeline .timeline-item .image-holder .image-info {
    font-size: 100px;
    top: 10%;
    bottom: auto;
  }
}
.timeline .timeline-item.image-left .image-info {
  right: 71%;
}
@media (min-width: 768px) {
  .timeline .timeline-item.image-left .image-info {
    right: 100%;
  }
}
.timeline .timeline-item.image-right .image-info {
  left: 78%;
}
@media (min-width: 768px) {
  .timeline .timeline-item.image-right .image-info {
    left: 100%;
  }
}
@media (min-width: 768px) {
  .timeline .timeline-item.image-right .textcol p,
  .timeline .timeline-item.image-right .textcol h3 {
    text-align: right;
  }
}
.blog-grid .grid-item {
  width: 100%;
}
@media (min-width: 768px) {
  .blog-grid .grid-item {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .blog-grid .grid-item {
    width: 33.333333%;
  }
}
.blog-grid .grid-item .wissen-item {
  padding: 0 15px 8px;
  margin-bottom: 35px;
}
.blog-grid .grid-item .wissen-item h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.blog-grid [class*=xr_def_pager] .grid-item .image-holder {
  height: 170px;
}
.blog-grid [class*=xr_def_pager]:nth-of-type(3n + 2) .grid-item .image-holder,
.blog-grid [class*=xr_def_pager]:nth-of-type(5n + 4) .grid-item .image-holder {
  height: 340px;
}
.cookiewarning {
  padding: 15px 0px;
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 2005;
  background: rgba(0, 0, 0, 0.55);
  opacity: 1;
  -webkit-box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.05);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (min-width: 992px) {
  .cookiewarning {
    padding: 20px 0px;
  }
}
.cookiewarning.closing {
  opacity: 0;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
}
.cookiewarning .cookie {
  width: 50px;
  height: auto;
  margin-right: 15px;
}
.cookiewarning .text-wrapper {
  color: #FFF;
  text-align: justify;
  font-size: 12px;
  padding-right: 50px;
}
@media (min-width: 768px) {
  .cookiewarning .text-wrapper {
    text-align: left;
    font-size: 14px;
    padding-right: 50px;
  }
}
.cookiewarning .close-icon {
  margin-left: 10px;
  font-size: 28px;
  cursor: pointer;
  color: #FFF;
}
.cookiewarning .close-icon img {
  width: 30px;
  height: 30px;
}
.loadmore-loader {
  display: none;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.loadmore-loader .cssload-container {
  width: 100%;
  height: 49px;
  text-align: center;
  position: absolute;
  top: 150px;
}
.loadmore-loader .cssload-double-torus {
  width: 49px;
  height: 49px;
  margin: 0 auto;
  border: 4px double;
  border-radius: 50%;
  border-color: transparent #000 #000;
  animation: cssload-spin 690ms infinite linear;
  -o-animation: cssload-spin 690ms infinite linear;
  -ms-animation: cssload-spin 690ms infinite linear;
  -moz-animation: cssload-spin 690ms infinite linear;
  -webkit-animation: cssload-spin 690ms infinite linear;
}
@keyframes cssload-spin {
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes cssload-spin {
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes cssload-spin {
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes cssload-spin {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes scroll-down {
  0%,
  35% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
  45% {
    -webkit-transform: translate(0, 7px);
    -moz-transform: translate(0, 7px);
    -ms-transform: translate(0, 7px);
    -o-transform: translate(0, 7px);
    transform: translate(0, 7px);
    opacity: 0;
  }
  50%,
  55% {
    opacity: 0;
    -webkit-transform: translate(0, -7px);
    -moz-transform: translate(0, -7px);
    -ms-transform: translate(0, -7px);
    -o-transform: translate(0, -7px);
    transform: translate(0, -7px);
  }
  65%,
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
/*/xassets/uncompressed/source_map/17.css.css.map */