@import "assets/css/cssreset.css";
.space-bottom-xs {
  margin-bottom: 10px;
}
.space-bottom-s {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .space-bottom-s {
    margin-bottom: 30px;
  }
}
.space-bottom-m {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .space-bottom-m {
    margin-bottom: 70px;
  }
}
.space-bottom-l {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .space-bottom-l {
    margin-bottom: 100px;
  }
}
.space-top-l {
  margin-top: 80px;
}
@media (min-width: 768px) {
  .space-top-l {
    margin-top: 180px;
  }
}
.space-bottom-reset {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .space-bottom-reset {
    margin-bottom: 0;
  }
}
.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.is-hidden {
  display: none !important;
}
.is-centered {
  text-align: center;
}
.link-primary {
  color: #a4988a;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  text-decoration: none;
  font-family: 'Montserrat', arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.link-primary:hover,
.link-primary:focus,
.link-primary:active {
  color: #be9e85;
}
.link-icon {
  display: flex;
  align-items: center;
  color: #a4988a;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  text-decoration: none;
  font-family: 'Montserrat', arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.link-icon span {
  margin-right: 3px;
}
.link-icon:hover,
.link-icon:focus,
.link-icon:active {
  color: #be9e85;
}
.link-icon:hover,
.link-icon:focus,
.link-icon:active {
  color: #be9e85;
}
.link-white {
  color: #fff;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  text-decoration: none;
}
.link-white:hover,
.link-white:focus,
.link-white:active {
  color: #a4988a;
}
.button-primary {
  font-size: inherit;
  border: none;
  appearance: none;
  font-family: 'Montserrat', arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: 10px 25px;
  display: inline-block;
  text-align: center;
  color: #000;
  background: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.button-primary:hover,
.button-primary:active,
.button-primary:focus {
  color: #fff;
  background: #000;
}
.button-circle {
  display: block;
  text-align: center;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  color: #000;
  background: #fff;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.button-circle.button-circle--large {
  width: 250px;
  height: 250px;
}
.button-circle:hover,
.button-circle:active,
.button-circle:focus {
  color: #fff;
  background: #000;
}
.alert {
  display: flex;
  align-items: center;
}
.alert--error {
  padding: 20px 20px;
  margin-bottom: 20px;
  border-radius: 40px;
  background: #E76008;
  color: #fff;
  flex-direction: column;
}
@media (min-width: 768px) {
  .alert--error {
    margin-bottom: 30px;
  }
}
.alert--error .alert__button {
  height: auto;
  padding: 10px 15px;
  margin-top: 15px;
}
.button__content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -57%);
  -ms-transform: translate(-50%, -57%);
  transform: translate(-50%, -57%);
  padding-top: 13px;
  width: 100%;
}
.button-circle--center .button__content {
  -webkit-transform: translate(-50%, -20%);
  -ms-transform: translate(-50%, -20%);
  transform: translate(-50%, -20%);
}
.button__icon {
  position: absolute;
  display: block;
  font-size: 35px;
  left: 50%;
  -webkit-transform: translate(-50%, -50px);
  -ms-transform: translate(-50%, -50px);
  transform: translate(-50%, -50px);
}
.button-circle--center .button__icon {
  font-size: 60px;
}
.button__text {
  display: block;
  font-family: 'Montserrat', arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
}
.button-circle--center .button__text {
  padding-top: 40px;
}
@font-face {
  font-family: 'Material Icons Round';
  font-style: normal;
  font-weight: 400;
  src: url('/assets/templates/codekit/assets/fonts/icons/google_materialIcons-rounded.woff2') format('woff2');
}
.material-icons-round {
  font-family: 'Material Icons Round';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
@font-face {
  font-family: 'icons';
  src: url('/assets/templates/codekit/assets/fonts/icons/icons.eot?9lo2kn');
  src: url('/assets/templates/codekit/assets/fonts/icons/icons.eot?9lo2kn#iefix') format('embedded-opentype'), url('/assets/templates/codekit/assets/fonts/icons/icons.ttf?9lo2kn') format('truetype'), url('/assets/templates/codekit/assets/fonts/icons/icons.woff?9lo2kn') format('woff'), url('/assets/templates/codekit/assets/fonts/icons/icons.svg?9lo2kn#icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-bag-plus:before {
  content: "\e902";
}
.icon-bag:before {
  content: "\e903";
}
.icon-lang-de:before {
  content: "\e904";
}
.icon-lang-rm:before {
  content: "\e905";
}
.icon-list:before {
  content: "\e906";
}
.icon-minus:before {
  content: "\e907";
}
.icon-plus:before {
  content: "\e908";
}
.icon-button-down:before {
  content: "\e909";
}
.icon-facebook:before {
  content: "\e90a";
}
.icon-instagram:before {
  content: "\e90b";
}
.icon-arrow-right-circle:before {
  content: "\e900";
}
.icon-arrow-right:before {
  content: "\e901";
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
* ::selection {
  background: #be9e85;
}
* ::-moz-selection {
  background: #be9e85;
}
html {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  position: relative;
  font-family: 'Montserrat', arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 1.4;
  min-height: 100%;
}
@media (min-width: 992px) {
  body {
    font-size: 26px;
  }
}
@media print {
  body {
    font-size: 10pt;
    line-height: 1.4;
  }
}
@media screen {
  body {
    color: #fff;
    background: #4f4946;
  }
}
@media print {
  body {
    padding-top: 1cm;
    padding-left: 1cm;
    padding-right: 1cm;
    padding-bottom: 1cm;
  }
}
a,
button,
input {
  outline: 2px solid transparent;
}
a {
  text-decoration: none;
  color: #fff;
}
input,
select,
textarea {
  outline: 1px solid transparent;
}
button:focus,
a:focus {
  outline: 3px solid #a4988a;
  outline-offset: 3px;
}
.l-header button:focus,
.l-header a:focus,
.l-footer button:focus,
.l-footer a:focus {
  outline-color: #be9e85;
}
input:focus,
select:focus,
textarea:focus {
  outline: 1px solid #a4988a;
}
.l-header input:focus,
.l-header select:focus,
.l-header textarea:focus,
.l-footer input:focus,
.l-footer select:focus,
.l-footer textarea:focus {
  outline-color: #be9e85;
}
button:focus:not(:focus-visible),
a:focus:not(:focus-visible) {
  /* undo all the above focused button styles
	if the button has focus but the browser wouldn't normally
	show default focus styles */
  outline: 2px solid transparent;
}
hr {
  position: relative;
  height: 1px;
  border: none;
  margin: 25px 0;
  background: #000;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
strong,
b {
  font-family: 'Montserrat', arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
h1 {
  margin-bottom: 30px;
  font-family: 'Montserrat', arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  line-height: 1.25;
  text-transform: uppercase;
  text-align: center;
}
@media print {
  h1 {
    font-size: 13pt;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 75px;
    line-height: 1;
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) and print {
  h1 {
    font-size: 17pt;
  }
}
h2 {
  font-size: 26px;
  line-height: 1.25;
  font-family: 'Montserrat', arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 15px;
}
@media print {
  h2 {
    font-size: 13pt;
  }
}
@media (min-width: 768px) {
  h2 {
    font-size: 40px;
    line-height: 1.1;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and print {
  h2 {
    font-size: 15pt;
  }
}
.skin-layout-index h2 {
  text-align: center;
}
h3 {
  font-family: 'Montserrat', arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  h3 {
    font-size: 26px;
  }
}
@media print {
  h3 {
    font-size: 10pt;
    line-height: 1.4;
  }
}
h4 {
  font-family: 'Montserrat', arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  h4 {
    font-size: 26px;
  }
}
@media print {
  h4 {
    font-size: 10pt;
    line-height: 1.4;
  }
}
address,
p {
  margin-bottom: 20px;
}
p + .mod-form {
  margin-top: 25px;
}
@media (min-width: 768px) {
  p + .mod-form {
    margin-top: 50px;
  }
}
.image__wrapper {
  position: relative;
  /*
		avoid page reflow jumps
		https://github.com/aFarkas/lazysizes#tip-specifying-image-dimensions-minimizing-reflows-and-avoiding-page-jumps
	*/
}
.image__wrapper::after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  /* emotion image ratio: 16:5 */
  /* 16:5 = 56.25% = calc(5 / 16 * 100%) */
  padding-bottom: 31.25%;
}
.image__wrapper > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.video {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  /* Given a 16:9 aspect ratio, 100 * (9/16) */
  border-radius: 40px;
}
.skin-teaser-home-news .video {
  border: 1px solid #be9e85;
}
.video:before {
  z-index: 1;
}
.video .iframe__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.table__wrapper {
  overflow: auto;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .table__wrapper {
    margin-bottom: 30px;
  }
}
.table__wrapper:focus {
  outline: 3px solid #a4988a;
  outline-offset: 3px;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
table td,
table th {
  padding: 3px 5px 3px 0;
  text-align: left;
  line-height: 1.3;
  vertical-align: top;
}
table td[align="right"],
table th[align="right"] {
  text-align: right;
}
@media print {
  table td,
  table th {
    border-bottom: 1px solid #4f4946;
  }
}
table thead th {
  z-index: 1;
  position: sticky;
  font-family: 'Montserrat Condensed', arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 26px;
  line-height: 1.25;
  vertical-align: top;
  white-space: nowrap;
}
@media print {
  table thead th {
    font-size: 13pt;
  }
}
table thead th[colspan] {
  font-family: 'Montserrat', arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  padding-bottom: 0;
}
table thead th:first-child {
  z-index: 2;
  position: sticky;
  left: 0;
  text-align: left;
}
table tfoot td {
  font-family: 'Montserrat', arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.product-nr {
  font-family: 'Montserrat', arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  background: #fff;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-nr.product-nr--1 {
  background-color: #be9e85;
}
.product-nr.product-nr--2 {
  background-color: #a4988a;
}
.product-nr.product-nr--3 {
  background-color: #89afba;
}
.product-nr.product-nr--4 {
  background-color: #91a87c;
}
.product-nr.product-nr--5 {
  background-color: #afc16d;
}
.container,
.container-wide,
.container-narrow {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .container,
  .container-wide,
  .container-narrow {
    padding-left: 75px;
    padding-right: 75px;
  }
}
@media (min-width: 1570px) {
  .container,
  .container-wide,
  .container-narrow {
    padding-left: 25px;
    padding-right: 25px;
    max-width: 1569px;
  }
}
@media (min-width: 1152px) {
  .container-wide {
    margin: 50px auto;
    max-width: 1400px;
  }
}
@media (min-width: 1152px) {
  .container-narrow {
    max-width: 1000px;
  }
}
.row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -25px;
}
.grid-item {
  width: 100%;
  position: relative;
  padding-left: 25px;
  padding-right: 25px;
}
.row-two {
  justify-content: flex-start;
}
@media (min-width: 992px) {
  .row-two > .grid-item {
    width: 49.9%;
  }
}
@media print {
  .row-two > .grid-item {
    width: 49.9%;
  }
}
@media (min-width: 992px) {
  .row-three > .grid-item {
    width: 33.2%;
  }
}
@media (min-width: 992px) {
  .row-four > .grid-item {
    width: 24.9%;
  }
}
@media (min-width: 992px) {
  .row-one-two > .grid-item:first-child {
    width: 36.6%;
  }
}
@media (min-width: 992px) {
  .row-one-two > .grid-item:last-child {
    width: 63.4%;
  }
}
.row-two--footer > .grid-item:first-child {
  order: 2;
}
@media (min-width: 992px) {
  .row-two--footer > .grid-item:first-child {
    order: 1;
    width: 25%;
    display: flex;
    flex-wrap: wrap;
  }
}
.row-two--footer > .grid-item:last-child {
  order: 1;
}
@media (min-width: 992px) {
  .row-two--footer > .grid-item:last-child {
    order: 2;
    width: 75%;
  }
}
.rich > .row > .grid-item > *:last-child,
#tinymce > .row > .grid-item > *:last-child {
  margin-bottom: 0;
}
.rich ul,
#tinymce ul {
  margin-bottom: 20px;
}
.rich ul li,
#tinymce ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 0.5em;
  list-style: none;
}
.rich ul li:before,
#tinymce ul li:before {
  position: absolute;
  left: 0;
  top: 0;
  color: #be9e85;
  content: "\2022";
  font-size: 1em;
}
.rich ul li ul,
#tinymce ul li ul {
  margin-top: 0.5em;
}
.rich ol,
#tinymce ol {
  margin-bottom: 20px;
  margin-left: 20px;
}
.rich ol li,
#tinymce ol li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 0.5em;
  list-style: decimal;
}
.rich blockquote,
#tinymce blockquote {
  margin-bottom: 30px;
}
.rich p + ul,
#tinymce p + ul {
  margin-top: -10px;
}
.rich a,
#tinymce a {
  color: #a4988a;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  text-decoration: none;
  font-family: 'Montserrat', arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  word-break: break-word;
}
.rich a:hover,
#tinymce a:hover,
.rich a:focus,
#tinymce a:focus,
.rich a:active,
#tinymce a:active {
  color: #be9e85;
}
.rich a:hover,
#tinymce a:hover,
.rich a:focus,
#tinymce a:focus,
.rich a:active,
#tinymce a:active {
  color: #be9e85;
}
.rich h2,
#tinymce h2 {
  margin-bottom: 40px;
}
.rich ul + h2,
#tinymce ul + h2,
.rich p + h2,
#tinymce p + h2,
.rich table + h2,
#tinymce table + h2 {
  margin-top: 60px;
}
.rich ul + h3,
#tinymce ul + h3,
.rich p + h3,
#tinymce p + h3,
.rich table + h3,
#tinymce table + h3 {
  margin-top: 40px;
}
#tinymce {
  color: #000;
  background: #fff;
}
#tinymce div > * {
  color: red !important;
}
/**
 * Swiper 11.1.8
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 26, 2024
 */
@font-face {
  font-family: swiper-icons;
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}
.swiper-button-next svg,
.swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #4f4946);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
.accordion__trigger::-moz-focus-inner {
  border: 0;
}
.accordion__title {
  display: block;
  outline: none;
  margin-bottom: 0;
}
.accordion__trigger {
  border: none;
  display: block;
  font: inherit;
  margin: 0;
  padding: 20px 0;
  position: relative;
  text-align: left;
  width: 100%;
  outline: none;
  background: transparent;
  color: inherit;
  cursor: pointer;
}
.accordion__trigger:hover {
  color: #000;
}
.accordion__trigger:focus {
  outline: 2px solid #000;
}
.accordion__trigger[aria-expanded="true"] .accordion__icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion__icon {
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 25px;
}
.accordion__panel {
  margin: 0;
}
.accordion__panel[hidden] {
  display: none;
}
.mod-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 20px;
}
.mod-buttons .button-circle {
  margin: 20px;
}
.mod-emotion {
  position: relative;
}
.emotion__heading {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
  margin-bottom: 0;
  color: #fff;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  text-transform: lowercase;
  text-align: center;
}
@media (min-width: 992px) {
  .emotion__heading {
    padding: 20px;
  }
}
.emotion__stoerer {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  padding: 10px;
  text-align: center;
  font-size: 75px;
  line-height: 1;
  background: #91a87c;
  color: #fff;
}
@media print {
  .emotion__stoerer {
    font-size: 17pt;
  }
}
@media (min-width: 768px) {
  .emotion__stoerer {
    padding: 20px 20px 20px 40px;
    width: auto;
    border-bottom-left-radius: 40px;
  }
}
.emotion__anchor-link {
  position: absolute;
  bottom: 250px;
  left: 50%;
  margin-left: -23px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 42px;
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
  z-index: 5;
  display: none;
  background: red;
}
@media screen and (min-height: 1000px) {
  .emotion__anchor-link {
    display: block;
  }
}
.emotion__anchor-link:hover,
.emotion__anchor-link:active,
.emotion__anchor-link:focus {
  bottom: 230px;
}
.emotion__background {
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.emotion__video {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.emotion__overlay {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 26px;
  line-height: 1.25;
  font-family: 'Montserrat', arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  text-shadow: 2px 2px 20px #000;
}
@media print {
  .emotion__overlay {
    font-size: 13pt;
  }
}
@media (min-width: 768px) {
  .emotion__overlay {
    font-size: 75px;
    line-height: 1;
  }
}
@media (min-width: 768px) and print {
  .emotion__overlay {
    font-size: 17pt;
  }
}
.emotion__next,
.emotion__prev {
  z-index: 1;
}
.emotion__next:after,
.emotion__prev:after {
  color: #fff;
}
.mod-footer {
  font-size: 18px;
  padding-bottom: 60px;
}
@media print {
  .mod-footer {
    display: none;
  }
}
.mod-footer a {
  color: #fff;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  text-decoration: none;
}
.mod-footer a:hover,
.mod-footer a:focus,
.mod-footer a:active {
  color: #a4988a;
}
.mod-footer a:hover,
.mod-footer a:focus,
.mod-footer a:active {
  color: #a4988a;
}
.mod-footer .footer__legal-link {
  color: #fff;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  text-decoration: none;
}
.mod-footer .footer__legal-link:hover,
.mod-footer .footer__legal-link:focus,
.mod-footer .footer__legal-link:active {
  color: #a4988a;
}
.mod-footer .footer__legal-link:hover,
.mod-footer .footer__legal-link:focus,
.mod-footer .footer__legal-link:active {
  color: #a4988a;
}
.mod-footer strong {
  font-size: 20px;
}
.mod-footer .icon-instagram {
  font-size: 30px;
}
.footer__address {
  margin-right: 50px;
}
.footer__social {
  display: flex;
  flex-wrap: wrap;
  font-size: 35px;
  padding-top: 20px;
}
@media (min-width: 992px) {
  .footer__social {
    padding-top: 80px;
  }
}
.footer__social a {
  display: block;
  padding: 10px 8px;
}
.footer__menu {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .footer__menu {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .footer__menu > ul {
    display: flex;
    margin: 0 -35px;
  }
}
@media (min-width: 992px) {
  .footer__menu > ul {
    justify-content: right;
  }
}
.footer__menu > ul > li {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .footer__menu > ul > li {
    padding: 0 35px;
    margin-bottom: 0;
  }
}
.footer__menu > ul > li > a {
  font-family: 'Montserrat', arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.footer__menu > ul > li:first-child ul {
  display: flex;
  gap: 10px;
}
.footer__menu > ul > li:first-child ul a {
  font-family: 'Montserrat', arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #4f4946;
  background: #fff;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
}
.footer__menu > ul > li:first-child ul a.product-nr--1 {
  background-color: #be9e85;
}
.footer__menu > ul > li:first-child ul a.product-nr--2 {
  background-color: #a4988a;
}
.footer__menu > ul > li:first-child ul a.product-nr--3 {
  background-color: #89afba;
}
.footer__menu > ul > li:first-child ul a.product-nr--4 {
  background-color: #91a87c;
}
.footer__menu > ul > li:first-child ul a.product-nr--5 {
  background-color: #afc16d;
}
.footer__menu > ul a {
  display: block;
  padding: 5px 0;
}
@media (min-width: 768px) {
  .footer__menu > ul a {
    padding: 0;
  }
}
.form__wrapper {
  display: flex;
  max-width: 750px;
  margin-top: 60px;
}
fieldset {
  margin-bottom: 50px;
}
legend {
  color: #fff;
  font-family: 'Montserrat', arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 25px;
}
.form__confirmemail {
  position: absolute;
  font-size: 1px;
  width: 2px;
  height: 2px;
  left: -9999px;
  top: -9999px;
}
.form__item {
  display: flex;
  width: 100%;
  flex-direction: column;
  position: relative;
  margin-bottom: 10px;
}
.form__label {
  font-family: 'Montserrat', arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 10px 15px;
  line-height: 1;
  color: #000;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
  -webkit-transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
}
.form__select,
.form__input,
.form__textarea {
  width: 100%;
  height: 50px;
  padding: 15px 15px 5px;
  border: none;
  color: #000;
  background: #fff;
  border-radius: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.form__select::placeholder,
.form__input::placeholder,
.form__textarea::placeholder {
  color: transparent;
}
.form__select:hover,
.form__input:hover,
.form__textarea:hover,
.form__select:active,
.form__input:active,
.form__textarea:active,
.form__select:focus,
.form__input:focus,
.form__textarea:focus {
  border-color: #a4988a;
}
.form__select {
  height: 60px;
}
.form__input:focus ~ .form__label,
.form__input:not(:placeholder-shown) ~ .form__label,
.form__textarea:focus ~ .form__label,
.form__textarea:not(:placeholder-shown) ~ .form__label,
.form__select ~ .form__label {
  opacity: 0.85;
  -webkit-transform: scale(0.55) translateY(-10px) translateX(10px);
  -ms-transform: scale(0.55) translateY(-10px) translateX(10px);
  transform: scale(0.55) translateY(-10px) translateX(10px);
}
.form__input--file {
  padding: 30px 0 20px 10px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .form__input--file {
    padding: 30px 20px 20px;
  }
}
.form__input--qty {
  width: 100%;
  padding: 0 0 0 5px;
  height: auto;
}
.form__input--qty + .form__label {
  font-family: 'Montserrat', arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 5px 5px;
  color: #be9e85;
}
.form__input--qty:focus ~ .form__label,
.form__input--qty:not(:placeholder-shown) ~ .form__label {
  color: #fff;
  -webkit-transform: scale(0.55) translateY(-26px) translateX(0);
  -ms-transform: scale(0.55) translateY(-26px) translateX(0);
  transform: scale(0.55) translateY(-26px) translateX(0);
}
.form__button {
  font-size: inherit;
  border: none;
  appearance: none;
  font-family: 'Montserrat', arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: 10px 25px;
  display: inline-block;
  text-align: center;
  color: #000;
  background: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.form__button:hover,
.form__button:active,
.form__button:focus {
  color: #fff;
  background: #000;
}
.form__button:hover,
.form__button:active,
.form__button:focus {
  color: #fff;
  background: #000;
}
.form__legend {
  font-family: 'Montserrat', arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 10px;
}
.form__textarea {
  min-height: 200px;
}
.form__radio-checkbox .form__item {
  margin-bottom: 15px;
  flex-direction: row;
}
.form__radio-checkbox .form__item:last-child {
  margin-bottom: 20px;
}
.form__radio,
.form__checkbox {
  height: 24px;
  width: 24px;
  margin-right: 10px;
  border: 1px solid #a4988a;
  border-radius: 100%;
  flex-shrink: 0;
  /* important to keep size of checkbox/radio even it there is a multiline label*/
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  position: relative;
  cursor: pointer;
}
.form__radio[disabled],
.form__checkbox[disabled],
.form__radio[aria-disabled=true],
.form__checkbox[aria-disabled=true] {
  opacity: 0.4;
}
.form__radio::before,
.form__checkbox::before {
  content: '';
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  top: 0;
}
.form__radio:hover,
.form__checkbox:hover,
.form__radio:active,
.form__checkbox:active,
.form__radio:focus,
.form__checkbox:focus {
  border-color: #a4988a;
}
.form__radio:focus,
.form__checkbox:focus {
  outline: 1px solid #a4988a;
}
.form__radio::before {
  height: 0;
  width: 0;
}
.form__radio:checked::before {
  border: 5px solid transparent;
  border-radius: 100%;
  outline-offset: -6px;
  background: #a4988a;
}
.form__checkbox {
  border-radius: 3px;
}
.form__checkbox:checked::before {
  content: '\e876';
  font-family: "Material Icons Round";
  font-size: 20px;
  line-height: 1;
  color: #be9e85;
}
.form__radio ~ .form__label,
.form__checkbox ~ .form__label {
  position: relative;
  padding: 0;
  cursor: pointer;
  line-height: 1;
  color: #fff;
}
.form__info {
  font-size: 18px;
  line-height: 1.25;
}
@media print {
  .form__info {
    font-size: 13pt;
  }
}
.form__alert-error {
  padding: 20px 20px 10px;
  background: #E76008;
  color: #fff;
}
.form__select-wrapper .form__label {
  font-size: 16px;
  padding: 2px 0 0 20px;
}
.form__select.error + label.error,
.form__input.error + label.error {
  color: #fff;
  background: #E76008;
  font-size: 16px;
  margin-top: 5px;
}
#agb_check-error {
  display: block;
  position: absolute;
  top: 30px;
  font-size: 14px;
  color: #fff;
  background: #E76008;
}
.form__delivery-address {
  display: none;
}
.mod-header {
  width: 100%;
  background: transparent;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
@media (min-width: 1152px) {
  .mod-header {
    display: flex;
    -webkit-transition: none;
    transition: none;
  }
}
.mod-header.state-header--nav-active {
  backdrop-filter: none;
}
.mod-header.state-header--nav-active .header__nav {
  right: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.header__wrapper {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}
@media (min-width: 1152px) {
  .header__wrapper {
    margin: 0;
    flex-direction: column;
  }
}
.header__nav-trigger {
  position: absolute;
  left: 0;
  top: 20px;
  color: #fff;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}
.header__nav-trigger span {
  font-size: 40px;
}
.header__nav-trigger:hover,
.header__nav-trigger:focus,
.header__nav-trigger:active {
  color: #be9e85;
}
@media (min-width: 1152px) {
  .header__nav-trigger {
    display: none;
  }
}
@media print {
  .header__nav-trigger {
    display: none;
  }
}
.header__nav {
  z-index: 15;
  display: flex;
  position: fixed;
  right: 100%;
  bottom: 0;
  width: 100%;
  height: 100%;
  flex-direction: column;
  background-color: #000;
  -webkit-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  backface-visibility: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (min-width: 1152px) {
  .header__nav {
    position: static;
    height: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: none;
    transition: none;
    background-color: transparent;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
  }
}
.header__nav-buttons {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}
@media (min-width: 1152px) {
  .header__nav-buttons {
    display: none;
  }
}
.header__nav-home,
.header__nav-close {
  padding: 0;
  font-size: 32px;
  background: transparent;
  color: #be9e85;
  border: none;
}
.header__nav-home:hover,
.header__nav-close:hover,
.header__nav-home:focus,
.header__nav-close:focus,
.header__nav-home:active,
.header__nav-close:active {
  color: #a4988a;
}
.mod-language {
  display: flex;
  flex-wrap: wrap;
  font-family: 'Montserrat', arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-top: 10px;
}
@media (min-width: 1152px) {
  .mod-language {
    display: block;
    padding: 0;
    position: absolute;
    right: 0;
    top: 20px;
    margin: 0;
    font-size: 18px;
    line-height: 1.4;
  }
}
@media (min-width: 1152px) and print {
  .mod-language {
    font-size: 8pt;
  }
}
@media (min-width: 1400px) {
  .mod-language {
    right: 120px;
  }
}
.language__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 0 20px;
}
@media (min-width: 1152px) {
  .language__list {
    padding: 0;
  }
}
.language__link-active {
  cursor: default;
}
.language__link-active,
.language__link {
  position: relative;
  display: block;
  padding: 10px;
  text-transform: uppercase;
  justify-content: left;
  align-items: center;
  color: #be9e85;
  text-decoration: none;
  font-weight: normal;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: 'Montserrat', arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media (min-width: 1152px) {
  .language__link-active,
  .language__link {
    padding: 0 10px;
  }
}
.language__link-active:hover,
.language__link:hover,
.language__link-active:focus,
.language__link:focus,
.language__link-active:active,
.language__link:active,
.active .language__link-active,
.active .language__link {
  color: #fff;
}
.language__link-active i,
.language__link i {
  float: left;
  width: 40px;
  margin-top: 5px;
}
@media (min-width: 1152px) {
  .language__link-active i,
  .language__link i {
    width: 25px;
  }
}
.l-wrapper {
  overflow-x: hidden;
}
.l-header {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3;
}
@media (min-width: 1570px) {
  .l-header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
  }
}
.l-content {
  padding-bottom: 150px;
}
.l-footer {
  padding-top: 50px;
  position: relative;
  z-index: 2;
  background: #4f4946;
}
.l-footer:before {
  position: absolute;
  content: "";
  bottom: 99.9%;
  left: 0;
  width: 100%;
  display: block;
  height: 0;
  padding-bottom: 5%;
  background: url(/assets/templates/codekit/assets/img/footer_bg.png) no-repeat;
  background-size: 100% 100%;
  z-index: 2;
}
@media print {
  .l-footer {
    display: none;
  }
}
.mod-logo {
  position: relative;
}
@media (min-width: 1152px) {
  .mod-logo {
    position: absolute;
    top: 10px;
  }
}
@media (min-width: 1400px) {
  .mod-logo {
    margin-left: 120px;
  }
}
body:not(.skin-layout-home) .mod-logo {
  left: 0;
}
.is-scrolled .mod-logo {
  opacity: 0;
}
@media print {
  .mod-logo {
    display: none;
  }
}
.logo__link {
  display: block;
  position: relative;
  width: 80px;
}
@media (min-width: 992px) {
  .logo__link {
    width: 150px;
  }
}
.skin-layout-home .logo__link {
  width: 120px;
}
@media (min-width: 992px) {
  .skin-layout-home .logo__link {
    width: 300px;
  }
}
.mod-map {
  margin-bottom: 20px;
}
.mod-map .map-address {
  display: none;
}
.mod-map .map-content {
  height: 100%;
  min-height: 550px;
  font-size: inherit;
}
@media (min-width: 1152px) {
  .mod-map .map-content {
    min-height: 800px;
  }
}
.mod-map .map-content .infowindow {
  color: #000;
  font-family: 'Montserrat', arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  line-height: inherit;
}
.mod-map .map-content .infowindow a {
  color: #91a87c;
  text-decoration: none;
}
.mod-map .map-content .infowindow strong {
  font-family: 'Montserrat', arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.nav-a11y__title {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.nav-a11y__link {
  position: absolute;
  top: -20000em;
  left: -2000em;
  display: block;
  width: auto;
  height: auto;
  background-color: #fff;
  border-radius: 40px;
  color: #000;
  text-decoration: none;
}
.nav-a11y__link:focus {
  font-family: 'Montserrat', arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  z-index: 50;
  outline: none;
  border: 2px solid #be9e85;
  border-radius: 40px;
  padding: 10px;
  top: 3px;
  left: 3px;
}
.mod-nav-main {
  font-family: 'Montserrat', arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
}
.nav-main__items {
  padding: 0 20px;
}
@media (min-width: 1152px) {
  .nav-main__items {
    padding: 0;
    display: flex;
  }
}
.nav-main__item {
  display: block;
}
@media (min-width: 1152px) {
  .nav-main__item {
    position: relative;
  }
  .nav-main__item:hover .nav-main__flyout {
    display: block;
    opacity: 1;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.nav-main__flyout {
  z-index: 20;
  position: absolute;
  opacity: 0;
  top: -50px;
  right: 0;
  width: 100%;
  height: calc(100% - 50px);
  padding-top: 50px;
  -webkit-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  background-color: #be9e85;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (min-width: 1152px) {
  .nav-main__flyout {
    display: none;
    top: 0;
    left: 0;
    right: unset;
    width: auto;
    height: 100%;
    padding-top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background-color: transparent;
  }
}
.state-nav-main-level--active .nav-main__flyout {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  pointer-events: auto;
}
@media (min-width: 1152px) {
  .state-nav-main-level--active .nav-main__flyout {
    display: block;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.nav-main__buttons {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}
@media (min-width: 1152px) {
  .nav-main__buttons {
    display: none;
  }
}
.nav-main__back,
.nav-main__close {
  padding: 0;
  font-size: 32px;
  background: #be9e85;
  border: none;
}
.nav-main__back:hover,
.nav-main__close:hover,
.nav-main__back:focus,
.nav-main__close:focus,
.nav-main__back:active,
.nav-main__close:active {
  color: #a4988a;
  background: #be9e85;
}
.nav-main__link {
  position: relative;
  display: block;
  width: 100%;
  padding: 16px 50px 17px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #be9e85;
  text-decoration: none;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 1152px) {
  .nav-main__link {
    padding: 15px;
    border-bottom: none;
  }
}
.is-scrolled .nav-main__link {
  color: #fff;
}
.nav-main__link:hover,
.nav-main__link:focus,
.nav-main__link:active,
.active .nav-main__link {
  color: #fff;
}
.nav-main__link span {
  text-transform: none;
  display: block;
  font-size: 26px;
  line-height: 1.25;
}
@media print {
  .nav-main__link span {
    font-size: 13pt;
  }
}
.nav-main__icon-deep {
  position: absolute;
  top: calc(50% - 9px);
  right: 10px;
}
@media (min-width: 1152px) {
  .nav-main__icon-deep {
    display: none !important;
  }
}
.nav-main__link-level {
  position: relative;
  display: block;
  padding: 10px 20px;
  font-family: 'Montserrat', arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  text-decoration: none;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}
.nav-main__link-level::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 20px;
  width: calc(100% - 40px);
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}
.nav-main__link-level:hover,
.nav-main__link-level:focus,
.nav-main__link-level:active {
  color: #a4988a;
}
@media (min-width: 1152px) {
  .nav-main__link-level {
    display: none;
  }
}
.mod-nav-shop {
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 1152px) {
  .mod-nav-shop {
    left: 0;
    right: auto;
  }
}
.nav-shop__list {
  display: flex;
}
.nav-shop__link {
  display: block;
  padding: 10px;
}
@media (min-width: 992px) {
  .nav-shop__link {
    padding: 15px;
  }
}
.origin__item {
  position: relative;
  overflow: hidden;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 100vh;
}
.origin__item.is-active:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.origin__content {
  position: relative;
  z-index: 1;
}
.origin__btn-open {
  display: flex;
  gap: 10px;
  margin: 0 auto;
  justify-content: center;
}
.origin__btn-open,
.origin__btn-close {
  font-size: 50px;
}
@media (min-width: 992px) {
  .origin__btn-open,
  .origin__btn-close {
    font-size: 100px;
  }
}
.origin__preview,
.origin__more {
  padding: 50px 0;
}
@media (min-width: 1152px) {
  .origin__preview,
  .origin__more {
    padding: 150px 0;
  }
}
.origin__item.is-active .origin__preview {
  display: none;
}
.origin__more {
  display: none;
}
.origin__item.is-active .origin__more {
  display: block;
}
.mod-parallax {
  position: relative;
  background: transparent;
  height: 0;
  padding-bottom: 30%;
  overflow: hidden;
}
.mod-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-size: cover;
  background-repeat: repeat-y;
  background-position: bottom center;
  position: relative;
}
.section--detail .section__wrapper {
  padding-top: 100px;
}
@media (min-width: 992px) {
  .section--detail .section__wrapper {
    padding-top: 150px;
  }
}
.section--content {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (min-width: 992px) {
  .section--content {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
.skin-layout-rohkaffee .section--content,
.skin-layout-cafe-verd .section--content {
  display: none;
}
.section-detail--shop,
.section-detail--produkte,
.section-detail--prodots,
.section-index--home {
  height: 0;
  padding-bottom: 65%;
  overflow: hidden;
}
@media (min-aspect-ratio: 9/6) {
  .section-detail--shop,
  .section-detail--produkte,
  .section-detail--prodots,
  .section-index--home {
    height: 100vh;
    padding-bottom: 0;
  }
}
.section-detail--rohkaffee .section__wrapper,
.section-detail--cafe-verd .section__wrapper {
  padding-bottom: 50px;
  min-height: 75vh;
}
@media (min-aspect-ratio: 9/6) {
  .section-detail--rohkaffee,
  .section-detail--cafe-verd {
    height: 100vh;
    padding-bottom: 0;
  }
}
.section-index--history {
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.section-index--rohkaffee .section__intro,
.section-index--cafe-verd .section__intro,
.section-index--ueber-uns .section__intro,
.section-index--sur-da-no .section__intro {
  font-size: 20px;
  line-height: 1.25;
  font-family: 'Montserrat', arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 50px;
}
@media print {
  .section-index--rohkaffee .section__intro,
  .section-index--cafe-verd .section__intro,
  .section-index--ueber-uns .section__intro,
  .section-index--sur-da-no .section__intro {
    font-size: 13pt;
  }
}
@media (min-width: 576px) {
  .section-index--rohkaffee .section__intro,
  .section-index--cafe-verd .section__intro,
  .section-index--ueber-uns .section__intro,
  .section-index--sur-da-no .section__intro {
    font-size: 20px;
    line-height: 1.1;
  }
}
@media (min-width: 576px) and print {
  .section-index--rohkaffee .section__intro,
  .section-index--cafe-verd .section__intro,
  .section-index--ueber-uns .section__intro,
  .section-index--sur-da-no .section__intro {
    font-size: 15pt;
  }
}
@media (min-width: 1400px) {
  .section-index--rohkaffee .section__intro,
  .section-index--cafe-verd .section__intro,
  .section-index--ueber-uns .section__intro,
  .section-index--sur-da-no .section__intro {
    font-size: 3vw;
  }
}
.section__wrapper {
  width: 100%;
  position: relative;
  z-index: 2;
}
.section__intro a {
  text-decoration: underline;
}
.section__button {
  display: none;
}
.section__anchor {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
}
@media (min-width: 992px) {
  .section__anchor {
    bottom: 50px;
  }
}
.section__anchor--link {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 75px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 2;
}
.section__anchor--link:hover,
.section__anchor--link:focus,
.section__anchor--link:active {
  margin-bottom: -20px;
}
.section__anchor--link .icon-button-down {
  font-size: 25px;
}
@media (min-width: 768px) {
  .section__anchor--link .icon-button-down {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .section__anchor--link .icon-button-down {
    font-size: 55px;
  }
}
.section__video {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}
.section__video-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  width: 100%;
}
@media (min-width: 1152px) {
  .section__video-wrapper {
    padding-bottom: 56.25%;
  }
}
.section__video-iframe {
  position: absolute;
  left: -40%;
  top: 0;
  width: 177%;
  height: 100%;
  border: none;
}
@media (min-width: 1152px) {
  .section__video-iframe {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
.section-gallery__container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 2;
}
@media (min-width: 1152px) {
  .section-gallery__container {
    bottom: 50px;
    right: 50px;
    left: auto;
  }
}
.skin-layout-ueber-uns .section-gallery-swiper,
.skin-layout-sur-da-no .section-gallery-swiper {
  margin-bottom: -150px;
}
.mod-swiper {
  position: relative;
  margin: 0 auto;
  z-index: 1;
}
.mod-swiper .swiper-img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.mod-swiper .swiper-slide {
  overflow: hidden;
}
.mod-swiper .slide-text {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  z-index: 1;
  left: 0;
  right: 0;
  text-align: center;
}
.mod-swiper .slide-text h2 {
  font-size: 14px;
  line-height: 16px;
  padding: 10px 20px;
  border-radius: 5px;
  display: inline-block;
  background: #000;
}
.mod-swiper .slide-text p {
  display: none;
}
.mod-swiper .container {
  position: relative;
  z-index: 2;
  padding-bottom: 60px;
}
.mod-swiper .container > a {
  display: block;
}
.mod-swiper * {
  color: #fff;
}
.mod-swiper *:hover,
.mod-swiper *:active,
.mod-swiper *:focus {
  color: #fff;
}
.mod-swiper .swiper-button-next,
.mod-swiper .swiper-button-prev {
  display: none;
  font-size: 50px;
}
.mod-swiper .swiper-pagination-bullet-active {
  background: #fff;
}
.team__item {
  background: rgba(255, 255, 255, 0.1);
  padding: 30px;
}
.team__img {
  width: 100px;
  height: auto;
  vertical-align: top;
  margin-bottom: 20px;
}
.mod-video {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  width: 100%;
}
.mod-video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 1152px) {
  .mod-products-home {
    height: 100vh;
    min-height: 1000px;
  }
}
@media (min-width: 1152px) {
  .products__horizontal {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: flex-end;
  }
}
.products-home__item {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  transition: width 500ms cubic-bezier(0.4, 0, 0.2, 1);
  background-size: 0;
  background-repeat: no-repeat;
  background-position: 10% 50%;
}
@media (min-width: 1152px) {
  .products-home__item {
    width: 80px;
    border-left: 2px dotted #fff;
  }
}
.products-home__item:nth-child(1) {
  background-color: #be9e85;
}
.products-home__item:nth-child(2) {
  background-color: #a4988a;
}
.products-home__item:nth-child(3) {
  background-color: #89afba;
}
.products-home__item:nth-child(4) {
  background-color: #91a87c;
}
.products-home__item:nth-child(5) {
  background-color: #afc16d;
}
@media (min-width: 1152px) {
  .products-home__item .mod-products-home {
    height: 100vh;
  }
}
@media (min-width: 1152px) {
  .products__horizontal {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: flex-end;
  }
}
.products-home__title {
  display: none;
}
.products-home__image-wrapper {
  width: 260px;
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .products-home__image-wrapper {
    width: 40%;
  }
}
.products-home__content {
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .products-home__content {
    width: 60%;
  }
}
@media (min-width: 1570px) {
  .products-home__content {
    padding: 0 100px;
  }
}
.products-home__content-icon {
  width: 150px;
  margin: 0 auto;
}
@media (min-width: 1152px) {
  .products-home__content-icon {
    width: 270px;
  }
}
.products-home__content-icon svg {
  width: 100%;
  height: auto;
}
.products-home__navigation-title {
  font-family: 'Montserrat', arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  display: block;
  padding: 20px 100px 20px 25px;
}
.products-home__navigation-title .product-nr {
  position: absolute;
  left: -80px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  top: -5px;
}
@media (min-width: 992px) {
  .products-home__navigation-title {
    font-size: 40px;
    line-height: 1.1;
    padding: 20px 75px;
  }
}
@media (min-width: 992px) and print {
  .products-home__navigation-title {
    font-size: 15pt;
  }
}
@media (min-width: 1152px) {
  .products-home__navigation-title {
    position: absolute;
    bottom: 65px;
    left: 20px;
    transform: rotate(270deg);
    transform-origin: 0 0;
    width: 100vh;
    min-width: 100px;
    flex: 1;
    color: #000;
    padding: 0;
  }
}
.products-home__content-inner {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .products-home__content-inner {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 1152px) {
  .products-home__content-title {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 30px;
  }
}
.products-home__content-description {
  font-family: 'Montserrat', arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media (min-width: 1152px) {
  .products-home__content-description {
    font-size: 20px;
    line-height: 1.1;
  }
}
.products-home__content-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
}
@media (min-width: 1152px) {
  .products-home__content-buttons {
    font-size: 40px;
    line-height: 1.1;
    display: flex;
    gap: 0 40px;
    justify-content: center;
  }
}
.products-home__content-link {
  position: relative;
  color: #fff;
}
.products-home__item-black .products-home__content-link {
  color: #000;
}
.products-home__title {
  display: none;
}
.products-home__content-wrapper {
  display: none;
  flex-wrap: wrap;
  overflow: hidden;
  justify-content: center;
  padding-bottom: 50px;
}
@media (min-width: 1152px) {
  .products-home__content-wrapper {
    padding-bottom: 0;
  }
}
.products-home__navigation {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.products-home__item-black .products-home__navigation {
  color: #000;
}
.products-home__navigation-button {
  position: absolute;
  top: 20px;
  left: auto;
  right: 20px;
  display: block;
  width: 40px;
  height: 40px;
  font-size: 40px;
  line-height: 1;
}
@media (min-width: 1152px) {
  .products-home__navigation-button {
    top: 100px;
    left: 20px;
    right: auto;
  }
}
.products-home__item--active {
  display: block;
}
@media (min-width: 1152px) {
  .products-home__item--active {
    display: flex;
    width: calc(100% - 320px);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .products-home__item--active .products-home__navigation {
    display: none;
  }
}
.products-home__item--active .products-home__content-wrapper {
  display: flex;
}
.products-home__variant {
  position: relative;
  width: 50%;
  height: 0;
  padding-bottom: 10%;
  overflow: hidden;
  margin-top: 20px;
  min-height: 50px;
}
.products-home__variant-border {
  position: absolute;
  width: 100%;
  height: auto;
}
.products-home__variant-nr {
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
  left: 50%;
  margin-left: -25px;
  zoom: 1;
}
@media (min-width: 1570px) {
  .products-home__variant-nr {
    zoom: 2;
  }
}
.product__item {
  background-size: 100% auto;
  background-repeat: repeat;
  padding: 50px 0;
  border-top: 3px dotted #fff;
}
.product__item:nth-child(1) {
  background-color: #be9e85;
}
.product__item:nth-child(2) {
  background-color: #a4988a;
}
.product__item:nth-child(3) {
  background-color: #89afba;
}
.product__item:nth-child(4) {
  background-color: #91a87c;
}
.product__item:nth-child(5) {
  background-color: #afc16d;
}
@media (min-width: 768px) {
  .product__item {
    padding-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .product__item {
    overflow: hidden;
  }
}
@media (min-width: 1152px) {
  .product__item {
    padding-top: 100px;
  }
}
@media (min-width: 992px) {
  .product__content {
    display: flex;
  }
}
@media (min-width: 1152px) {
  .product__content {
    align-items: center;
  }
}
.product__image-wrapper {
  display: block;
  width: 50%;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .product__image-wrapper {
    width: 45%;
  }
}
.product__image {
  width: 100%;
  display: block;
  max-width: 400px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .product__image {
    max-width: none;
  }
}
.product__text-wrap {
  text-align: center;
}
@media (min-width: 992px) {
  .product__text-wrap {
    width: 55%;
  }
}
.product__title-wrap {
  margin-bottom: 30px;
}
@media (min-width: 1152px) {
  .product__title-wrap {
    display: flex;
  }
}
.product__title-icon {
  width: 50%;
  opacity: 0.5;
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .product__title-icon {
    width: 30%;
  }
}
@media (min-width: 992px) {
  .product__title-icon {
    width: 50%;
  }
}
.product__title-icon svg {
  width: 75%;
  height: auto;
}
@media (min-width: 1152px) {
  .product__title-text {
    text-align: left;
    width: 50%;
  }
}
.product__ingredients {
  text-align: center;
  margin-bottom: 30px;
}
.product__ingredients a {
  text-decoration: underline;
}
.product__taste {
  display: flex;
  text-transform: uppercase;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  gap: 5px;
  max-width: 620px;
  margin: 0 auto 30px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .product__taste {
    gap: 10px;
    font-size: inherit;
  }
}
.product__taste p {
  margin: 0;
}
.product__taste-line {
  flex-grow: 1;
  border-bottom: 2px dotted #fff;
}
.product__taste-range {
  display: flex;
  align-items: center;
  gap: 2px;
}
@media (min-width: 768px) {
  .product__taste-range {
    gap: 10px;
  }
}
.product__taste-range .product-nr {
  padding: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
}
.product__taste-nr:nth-child(1) .product-nr {
  background-color: #be9e85;
}
.product__taste-nr:nth-child(2) .product-nr {
  background-color: #a4988a;
}
.product__taste-nr:nth-child(3) .product-nr {
  background-color: #89afba;
}
.product__taste-nr:nth-child(4) .product-nr {
  background-color: #91a87c;
}
.product__taste-nr:nth-child(5) .product-nr {
  background-color: #afc16d;
}
.product__taste-nr.is-active {
  zoom: 1.3;
}
.product__taste-nr.is-active .product-nr {
  background: #fff;
}
.mod-shop {
  padding-bottom: 200px;
}
.mod-shop .row-one-two {
  padding: 0 20px;
}
.mod-shop .row-one-two .grid-item {
  padding: 0 5px;
}
.shop__overview {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.shop__item {
  width: 100%;
  padding: 50px 20px;
  text-align: center;
  border-bottom: 3px dotted #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 576px) {
  .shop__item {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .shop__item {
    width: 33%;
  }
}
.shop__item img {
  width: 300px;
  max-width: 100%;
  height: auto;
}
.shop__item:nth-child(1) img {
  background-color: #be9e85;
}
.shop__item:nth-child(2) img {
  background-color: #a4988a;
}
.shop__item:nth-child(3) img {
  background-color: #89afba;
}
.shop__item:nth-child(4) img {
  background-color: #91a87c;
}
.shop__item:nth-child(5) img {
  background-color: #afc16d;
}
.shop__image {
  margin: 0 auto 30px;
}
.shop__product-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.shop__product-info .product-nr {
  margin: 0 auto 20px;
}
.shop__packages {
  font-size: 18px;
  line-height: 1.4;
  width: 250px;
  margin: 0 auto;
}
@media print {
  .shop__packages {
    font-size: 8pt;
  }
}
.shop__packages th,
.shop__packages td {
  padding: 5px 10px 5px 0;
}
.shop__product-title {
  font-size: 26px;
  line-height: 1.25;
}
@media print {
  .shop__product-title {
    font-size: 13pt;
  }
}
.shop__accordion-panel h3,
.shop__accordion-panel p {
  font-size: 18px;
  line-height: 1.4;
}
@media print {
  .shop__accordion-panel h3,
  .shop__accordion-panel p {
    font-size: 8pt;
  }
}
.shop__accordion-panel h3 {
  margin-bottom: 5px;
}
.shop__accordion-panel p {
  margin-bottom: 15px;
}
.shop__accordion-trigger {
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  padding: 0;
  margin-bottom: 20px;
}
@media print {
  .shop__accordion-trigger {
    font-size: 8pt;
  }
}
.shop__price-table {
  width: 100%;
  margin-bottom: 50px;
}
.shop__price-table td {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.px-modal-dialog #payrexx-modal-footer {
  display: none;
}
