 or a color value
 * * @param string $prepend: can be a string or a url() for an icon
 * * @param string $append: can be a string or a url() for an icon
 * * @param boolean $rounded
 * */
.ce--type-list--shop_pi1 > div .basket__overlay > header, .ce--type-list--shop_pi1 > div .products .product__info header,
.ce--type-list--shop_pi1 > div .products .product__info footer, .ce--type-group#c47 .ce__text, #page__nav > ul ul li a, #page__nav > ul > li:not(.contains-logo):not(.contains-button) > a, input[type=submit],
button, .button, header--style-default *:not(p), header--style-medium *:not(p),
.header--style-default *:not(p),
.header--style-medium *:not(p),
.ce__header--style-default *:not(p),
.ce--type-list--shop_pi1 > div .finisher header *:not(p),
header--style-large *:not(p),
.header--style-large *:not(p),
.ce__header--style-large *:not(p),
.ce__header--style-medium *:not(p) {
  letter-spacing: 0.02em;
}

.ce--type-textpic.ce--layout-image-floating .ce__content,
.ce--type-textpic.ce--layout-image-floating .ce__header, .ce--type-list--gdpr_pi1, .ce--type-form_formframework form, main > .ce:not(.ce--layout-header-left) > .ce__content > .ce__text, main > .ce:not(.ce--layout-header-left) > .ce__text, main > .ce.ce--layout-header-left {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1024px) {
  .ce--type-textpic.ce--layout-image-floating .ce__content,
.ce--type-textpic.ce--layout-image-floating .ce__header, .ce--type-list--gdpr_pi1, .ce--type-form_formframework form, main > .ce:not(.ce--layout-header-left) > .ce__content > .ce__text, main > .ce:not(.ce--layout-header-left) > .ce__text, main > .ce.ce--layout-header-left {
    width: 60%;
  }
}
@media only screen and (min-width: 1680px) {
  .ce--type-textpic.ce--layout-image-floating .ce__content,
.ce--type-textpic.ce--layout-image-floating .ce__header, .ce--type-list--gdpr_pi1, .ce--type-form_formframework form, main > .ce:not(.ce--layout-header-left) > .ce__content > .ce__text, main > .ce:not(.ce--layout-header-left) > .ce__text, main > .ce.ce--layout-header-left {
    max-width: 900px;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1680px) {
  .ce--type-textpic.ce--layout-image-floating .ce__content,
.ce--type-textpic.ce--layout-image-floating .ce__header, .ce--type-list--gdpr_pi1, .ce--type-form_formframework form, main > .ce:not(.ce--layout-header-left) > .ce__content > .ce__text, main > .ce:not(.ce--layout-header-left) > .ce__text, main > .ce.ce--layout-header-left {
    max-width: 720px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1440px) {
  .ce--type-textpic.ce--layout-image-floating .ce__content,
.ce--type-textpic.ce--layout-image-floating .ce__header, .ce--type-list--gdpr_pi1, .ce--type-form_formframework form, main > .ce:not(.ce--layout-header-left) > .ce__content > .ce__text, main > .ce:not(.ce--layout-header-left) > .ce__text, main > .ce.ce--layout-header-left {
    max-width: 640px;
  }
}
@media only screen and (max-width: 1024px) {
  .ce--type-textpic.ce--layout-image-floating .ce__content,
.ce--type-textpic.ce--layout-image-floating .ce__header, .ce--type-list--gdpr_pi1, .ce--type-form_formframework form, main > .ce:not(.ce--layout-header-left) > .ce__content > .ce__text, main > .ce:not(.ce--layout-header-left) > .ce__text, main > .ce.ce--layout-header-left {
    max-width: calc(100% - 66px);
  }
}

:root {
  --font-size-adjust: 1;
  --spacing-adjust: 1;
  --nav-height: 100px;
}
@media only screen and (max-width: 768px) {
  :root {
    --font-size-adjust: .8;
    --spacing-adjust: .5;
  }
}

* {
  padding: 0;
  margin: 0;
  outline: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
  overflow-x: hidden;
}
html:not([data-transitions-enabled]) * {
  transition: none !important;
}

body {
  width: calc(100vw - (100vw - 100%));
  height: calc(100vh - (100vh - 100%));
}

img {
  display: block;
  border: none;
}

fieldset {
  display: block;
  border: none;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  color: inherit;
}

input, textarea, button {
  font-family: inherit;
}

@font-face {
  font-family: �

/* ---- chunk ---- */

] > *:not(:nth-of-type(1)):not(:nth-of-type(2)):not(:nth-of-type(3)):not(:nth-of-type(4)) {
  margin-top: 10rem;
}
[class*=flex][data-align=middle], [class*=flex][data-align=center] {
  align-items: center;
}
[class*=flex] img:not[width] {
  width: 100%;
  height: auto;
}

.lightbox {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  transition: opacity 1s ease-in-out;
  opacity: 0;
  display: none;
  backdrop-filter: blur(20px);
}
.lightbox--visible {
  opacity: 1;
}
.lightbox__close-button {
  position: absolute;
  z-index: 100;
  right: 0;
  top: 0;
  display: block;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.9);
  font-family: Arial;
  font-size: 18px;
  line-height: 41px;
  color: white;
  text-align: center;
  cursor: pointer;
  font-weight: lighter;
}
.lightbox__set-control {
  z-index: 20;
  color: white;
  text-align: center;
  cursor: pointer;
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  top: 50%;
  margin-top: -20px;
}
.lightbox__set-control--prev {
  left: 0;
}
.lightbox__set-control--next {
  right: 0;
}
.lightbox__title {
  position: absolute;
  z-index: 100;
  left: 0;
  bottom: 0;
  color: white;
  padding: 15px;
  margin: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
}
.lightbox__container {
  position: absolute;
  z-index: 10;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .lightbox__container {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.lightbox__iframe {
  position: relative;
  width: 100%;
  height: 100%;
}
.lightbox__image {
  position: relative;
  z-index: 10;
  width: 98%;
  height: 98%;
  top: 1%;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.lightbox__dsgvo {
  position: relative;
  display: table;
  height: 100%;
  width: 100%;
}
.lightbox__dsgvo * {
  color: white;
}
.lightbox__dsgvo p {
  max-width: 480px;
  margin: auto;
}
.lightbox__dsgvo a {
  text-decoration: underline;
}
.lightbox__dsgvo-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.lightbox__dsgvo-button {
  background: red;
  color: white;
  padding: 20px 30px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 1.5rem;
  cursor: pointer;
}

.custom-input {
  position: relative;
  cursor: pointer;
}
.custom-input__label {
  display: block;
}
.custom-input__options {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: white;
}
.custom-input--expanded .custom-input__options {
  display: block;
}
.custom-input__option {
  padding: 0.5rem;
  opacity: 0.75;
}
.custom-input__option--selected {
  opacity: 1;
}

.align--center {
  text-align: center;
}
.align--right {
  text-align: right;
}
.align--justify {
  text-align: justify;
}

.primary {
  color: #AF2024;
}

header--style-default + *, header--style-medium + *,
.header--style-default + *,
.header--style-medium + *,
.ce__header--style-default + *,
.ce--type-list--shop_pi1 > div .finisher header + *,
header--style-large + *,
.header--style-large + *,
.ce__header--style-large + *,
.ce__header--style-medium + * {
  margin-top: calc(3rem * var(--spacing-adjust));
}
header--style-default *:not(p), header--style-medium *:not(p),
.header--style-default *:not(p),
.header--style-medium *:not(p),
.ce__header--style-default *:not(p),
.ce--type-list--shop_pi1 > div .finisher header *:not(p),
header--style-large *:not(p),
.header--style-large *:not(p),
.ce__header--style-large *:not(p),
.ce__header--style-medium *:not(p) {
  font-size: calc(3.2rem * var(--font-size-adjust));
  text-transform: uppercase;
  color: #AF2024;
}
.ce[style*=background-color] header--style-default *:not(p), .ce[style*=background-color] header--style-medium *:not(p),
.ce[style*=background-color] .header--style-default *:not(p),
.ce[style*=background-color] .header--style-medium *:not(p),
.ce[style*=background-color] .ce__header--style-default *:not(p),
.ce[style*=background-color] .ce--type-list--shop_pi1 > div .finisher header *:not(p),
.ce--type-list--shop_pi1 > div .finisher .ce[style*=background-color] header *:not(p),
.ce[style*=background-color] header--style-large *:not(p),
.ce[style*=background-color] .header--style-large *:not(p),
.ce[style*=background-color] .ce__header--style-large *:not(p),
.ce[style*=background-color] .ce__header--style-medium *:not(p) {
  color: white;
}
header--style-large + *,
.header--style-large + *,
.ce__header--style-large + * {
  margin-top: calc(7.5rem * var(--spacing-adjust));
}
header--style-large *:not(p),
.header--style-large *:not(p),
.ce__header--style-large *:not(p) {
  font-size: calc(4.8rem * var(--font-size-adjust));
  line-height: 1.25;
}
header--style-small + *,
.header--style-small + *,
.ce__header--style-small + * {
  margin-top: calc(2.5rem * var(--spacing-adjust));
}
header--style-misses,
.header--style-misses,
.ce__header--style-misses {
  font-size: calc(8rem * var(--font-size-adjust));
  color: #AF2024;
}
header--style-misses + *,
.header--style-misses + *,
.ce__header--style-misses + * {
  margin-top: calc(5rem * var(--spacing-adjust));
}
.ce[style*=background-color] header--style-misses,
.ce[style*=background-color] .header--style-misses,
.ce[style*=background-color] .ce__header--style-misses {
  color: white;
}
header--style-misses p,
.header--style-misses p,
.ce__header--style-misses p {
  font-size: calc(12.8rem * var(--font-size-adjust));
  font-family: 

/* ---- chunk ---- */

, Arial, sans-serif;
  font-weight: normal;
}

.button {
  text-transform: uppercase;
  border-style: solid;
  border-width: 2px;
}
.button--primary {
  background: transparent;
  min-height: 50px;
  padding: calc((50px - (1.6rem * 1.5)) * .5) 25px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  position: relative;
  border-color: #6A5E58;
  cursor: pointer;
  color: black;
  transition: color 0.25s linear, background-color 0.25s linear;
  color: #6A5E58;
}
.button--primary:before, .button--primary:after {
  position: relative;
  top: 1px;
  display: inline-block;
  vertical-align: middle;
  min-height: 1.6rem;
  min-width: 1.6rem;
  line-height: 1 !important;
}
.button--primary:hover {
  background-color: #6A5E58;
  color: transparent;
}
@media only screen and (min-width: 768px) {
  .button--primary {
    min-width: 250px;
    margin-right: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .button--primary {
    display: block;
    width: 100%;
    margin-top: 1.6rem;
  }
}
.button--primary:hover {
  color: white;
}
.button--primary--red {
  background: transparent;
  min-height: 50px;
  padding: calc((50px - (1.6rem * 1.5)) * .5) 25px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  position: relative;
  border-color: #AF2024;
  cursor: pointer;
  color: black;
  transition: color 0.25s linear, background-color 0.25s linear;
}
.button--primary--red:before, .button--primary--red:after {
  position: relative;
  top: 1px;
  display: inline-block;
  vertical-align: middle;
  min-height: 1.6rem;
  min-width: 1.6rem;
  line-height: 1 !important;
}
.button--primary--red:hover {
  background-color: #AF2024;
  color: transparent;
}
@media only screen and (min-width: 768px) {
  .button--primary--red {
    min-width: 250px;
    margin-right: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .button--primary--red {
    display: block;
    width: 100%;
    margin-top: 1.6rem;
  }
}
#page__nav .button--primary, #page__footer .button--primary, .ce[style*=background-color] .button--primary {
  background: transparent;
  min-height: 50px;
  padding: calc((50px - (1.6rem * 1.5)) * .5) 25px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  position: relative;
  border-color: white;
  cursor: pointer;
  color: black;
  transition: color 0.25s linear, background-color 0.25s linear;
  color: white;
}
#page__nav .button--primary:before, #page__nav .button--primary:after, #page__footer .button--primary:before, #page__footer .button--primary:after, .ce[style*=background-color] .button--primary:before, .ce[style*=background-color] .button--primary:after {
  position: relative;
  top: 1px;
  display: inline-block;
  vertical-align: middle;
  min-height: 1.6rem;
  min-width: 1.6rem;
  line-height: 1 !important;
}
#page__nav .button--primary:hover, #page__footer .button--primary:hover, .ce[style*=background-color] .button--primary:hover {
  background-color: white;
  color: transparent;
}
@media only screen and (min-width: 768px) {
  #page__nav .button--primary, #page__footer .button--primary, .ce[style*=background-color] .button--primary {
    min-width: 250px;
    margin-right: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  #page__nav .button--primary, #page__footer .button--primary, .ce[style*=background-color] .button--primary {
    display: block;
    width: 100%;
    margin-top: 1.6rem;
  }
}
#page__nav .button--primary:hover, #page__footer .button--primary:hover, .ce[style*=background-color] .button--primary:hover {
  color: #6A5E58;
}
.ce[style*=

/* ---- chunk ---- */

] .button--primary:hover {
  color: #AF2024;
}
.button--secondary, .ce--type-list--shop_pi1 > div .connector a {
  background: #6A5E58;
  min-height: 50px;
  padding: calc((50px - (1.6rem * 1.5)) * .5) 25px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  position: relative;
  border-color: transparent;
  cursor: pointer;
  color: white;
  transition: color 0.25s linear, background-color 0.25s linear, border 0.25s linear;
}
.button--secondary:before, .ce--type-list--shop_pi1 > div .connector a:before, .button--secondary:after, .ce--type-list--shop_pi1 > div .connector a:after {
  position: relative;
  top: 1px;
  display: inline-block;
  vertical-align: middle;
  min-height: 1.6rem;
  min-width: 1.6rem;
  line-height: 1 !important;
}
.button--secondary:hover, .ce--type-list--shop_pi1 > div .connector a:hover {
  background-color: transparent;
  color: #6A5E58;
  border-color: #6A5E58;
}
@media only screen and (min-width: 768px) {
  .button--secondary, .ce--type-list--shop_pi1 > div .connector a {
    min-width: 250px;
    margin-right: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .button--secondary, .ce--type-list--shop_pi1 > div .connector a {
    display: block;
    width: 100%;
    margin-top: 1.6rem;
  }
}
.button--secondary--red {
  background: #AF2024;
  min-height: 50px;
  padding: calc((50px - (1.6rem * 1.5)) * .5) 25px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  position: relative;
  border-color: transparent;
  cursor: pointer;
  color: white;
  transition: color 0.25s linear, background-color 0.25s linear, border 0.25s linear;
}
.button--secondary--red:before, .button--secondary--red:after {
  position: relative;
  top: 1px;
  display: inline-block;
  vertical-align: middle;
  min-height: 1.6rem;
  min-width: 1.6rem;
  line-height: 1 !important;
}
.button--secondary--red:hover {
  background-color: transparent;
  color: #AF2024;
  border-color: #AF2024;
}
@media only screen and (min-width: 768px) {
  .button--secondary--red {
    min-width: 250px;
    margin-right: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .button--secondary--red {
    display: block;
    width: 100%;
    margin-top: 1.6rem;
  }
}
.ce[style*=background-color] .button--secondary, .ce[style*=background-color] .ce--type-list--shop_pi1 > div .connector a, .ce--type-list--shop_pi1 > div .connector .ce[style*=background-color] a {
  background: white;
  min-height: 50px;
  padding: calc((50px - (1.6rem * 1.5)) * .5) 25px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  position: relative;
  border-color: transparent;
  cursor: pointer;
  color: black;
  transition: color 0.25s linear, background-color 0.25s linear, border 0.25s linear;
}
.ce[style*=background-color] .button--secondary:before, .ce[style*=background-color] .ce--type-list--shop_pi1 > div .connector a:before, .ce--type-list--shop_pi1 > div .connector .ce[style*=background-color] a:before, .ce[style*=background-color] .button--secondary:after, .ce[style*=background-color] .ce--type-list--shop_pi1 > div .connector a:after, .ce--type-list--shop_pi1 > div .connector .ce[style*=background-color] a:after {
  position: relative;
  top: 1px;
  display: inline-block;
  vertical-align: middle;
  min-height: 1.6rem;
  min-width: 1.6rem;
  line-height: 1 !important;
}
.ce[style*=background-color] .button--secondary:hover, .ce[style*=background-color] .ce--type-list--shop_pi1 > div .connector a:hover, .ce--type-list--shop_pi1 > div .connector .ce[style*=background-color] a:hover {
  background-color: transparent;
  color: white;
  border-color: white;
}
@media only screen and (min-width: 768px) {
  .ce[style*=background-color] .button--secondary, .ce[style*=background-color] .ce--type-list--shop_pi1 > div .connector a, .ce--type-list--shop_pi1 > div .connector .ce[style*=background-color] a {
    min-width: 250px;
    margin-right: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .ce[style*=background-color] .button--secondary, .ce[style*=background-color] .ce--type-list--shop_pi1 > div .connector a, .ce--type-list--shop_pi1 > div .connector .ce[style*=background-color] a {
    display: block;
    width: 100%;
    margin-top: 1.6rem;
  }
}
.ce[style*=

/* ---- chunk ---- */

] a {
  color: #AF2024;
}
.button--tertiary, body #cookie-manager button {
  background: #647537;
  min-height: 50px;
  padding: calc((50px - (1.6rem * 1.5)) * .5) 25px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  color: white;
  transition: color 0.25s linear, background-color 0.25s linear;
}
.button--tertiary:before, body #cookie-manager button:before, .button--tertiary:after, body #cookie-manager button:after {
  position: relative;
  top: 1px;
  display: inline-block;
  vertical-align: middle;
  min-height: 1.6rem;
  min-width: 1.6rem;
  line-height: 1 !important;
}
.button--tertiary:hover, body #cookie-manager button:hover {
  background-color: white;
  color: #647537;
}
@media only screen and (min-width: 768px) {
  .button--tertiary, body #cookie-manager button {
    min-width: 250px;
    margin-right: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .button--tertiary, body #cookie-manager button {
    display: block;
    width: 100%;
    margin-top: 1.6rem;
  }
}

input[type=submit],
button {
  background: #AF2024;
  min-height: 50px;
  padding: calc((50px - (1.6rem * 1.5)) * .5) 25px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  position: relative;
  border-color: transparent;
  cursor: pointer;
  color: white;
  transition: color 0.25s linear, background-color 0.25s linear, border 0.25s linear;
  font-size: calc(2rem * var(--font-size-adjust));
  text-transform: uppercase;
  border-style: solid;
  border-width: 2px;
}
input[type=submit]:before, input[type=submit]:after,
button:before,
button:after {
  position: relative;
  top: 1px;
  display: inline-block;
  vertical-align: middle;
  min-height: 1.6rem;
  min-width: 1.6rem;
  line-height: 1 !important;
}
input[type=submit]:hover,
button:hover {
  background-color: transparent;
  color: #AF2024;
  border-color: #AF2024;
}
@media only screen and (min-width: 768px) {
  input[type=submit],
button {
    min-width: 250px;
    margin-right: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  input[type=submit],
button {
    display: block;
    width: 100%;
    margin-top: 1.6rem;
  }
}

main a:not(.button) {
  color: #AF2024;
}
.align--center + br + a.link {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 140px;
}
a.link--icon {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
a.link--icon + a {
  margin-left: calc(1rem * var(--spacing-adjust));
}
a.link--icon:before {
  position: absolute;
  left: 0;
  content: 

/* ---- chunk ---- */

);
  background-size: auto 80%;
  top: 1px;
  width: 20px;
}

table {
  max-width: 100%;
  border-collapse: collapse;
}
table tr th,
table tr td {
  text-align: left;
}

form .form-group:nth-of-type(1) {
  z-index: 24;
}
form .form-group:nth-of-type(2) {
  z-index: 23;
}
form .form-group:nth-of-type(3) {
  z-index: 22;
}
form .form-group:nth-of-type(4) {
  z-index: 21;
}
form .form-group:nth-of-type(5) {
  z-index: 20;
}
form .form-group:nth-of-type(6) {
  z-index: 19;
}
form .form-group:nth-of-type(7) {
  z-index: 18;
}
form .form-group:nth-of-type(8) {
  z-index: 17;
}
form .form-group:nth-of-type(9) {
  z-index: 16;
}
form .form-group:nth-of-type(10) {
  z-index: 15;
}
form .form-group:nth-of-type(11) {
  z-index: 14;
}
form .form-group:nth-of-type(12) {
  z-index: 13;
}
form .form-group:nth-of-type(13) {
  z-index: 12;
}
form .form-group:nth-of-type(14) {
  z-index: 11;
}
form .form-group:nth-of-type(15) {
  z-index: 10;
}
form .form-group:nth-of-type(16) {
  z-index: 9;
}
form .form-group:nth-of-type(17) {
  z-index: 8;
}
form .form-group:nth-of-type(18) {
  z-index: 7;
}
form .form-group:nth-of-type(19) {
  z-index: 6;
}
form .form-group:nth-of-type(20) {
  z-index: 5;
}
form .form-group:nth-of-type(21) {
  z-index: 4;
}
form .form-group:nth-of-type(22) {
  z-index: 3;
}
form .form-group:nth-of-type(23) {
  z-index: 2;
}
form .form-group:nth-of-type(24) {
  z-index: 1;
}
form .form-group:nth-of-type(25) {
  z-index: 0;
}
form input[type=text],
form input[type=email],
form textarea,
form .custom-input {
  width: 100%;
  border: none;
  border-bottom: solid 2px rgba(106, 94, 88, 0.5);
  padding: 1rem 0;
  --font-size-adjust: .8;
}
form textarea {
  max-height: 55px;
  transition: max-height 0.25s ease-out;
  height: 150px;
}
form textarea:focus {
  max-height: 150px;
}
form .custom-input__label {
  font-size: calc(1.6rem * var(--font-size-adjust));
  --font-size-adjust: .8;
}
form .custom-input__options {
  border: solid 2px rgba(106, 94, 88, 0.5);
}
form .custom-input__option:hover {
  background-color: rgba(106, 94, 88, 0.25);
}

body {
  font-family: 

/* ---- chunk ---- */

) no-repeat center;
    width: 50px;
    height: 50px;
    position: absolute;
    left: calc(100% + 33px);
    top: 23px;
    border: solid 2px white;
    cursor: pointer;
  }
}
#page__nav > ul > li {
  position: relative;
  margin: 0 calc(100vw * .015);
}
@media only screen and (min-width: 1180px) and (max-width: 1280px) {
  #page__nav > ul > li {
    margin: 0 10px;
  }
}
@media only screen and (max-width: 1180px) {
  #page__nav > ul > li {
    margin: 0 25px;
  }
}
#page__nav > ul > li.contains-logo {
  width: 180px;
  margin-top: 20px;
  background-color: #6A5E58;
  padding: 0 calc(100vw * .01) calc(100vw * .01);
  max-height: 210px;
  transition: max-height 0.25s ease-in-out;
  overflow: hidden;
}
@media only screen and (max-width: 1180px) {
  #page__nav > ul > li.contains-logo {
    display: none;
  }
}
#page__nav > ul > li.contains-logo .logo img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 140px;
  transition: width 0.25s ease-in-out;
}
#page__nav > ul > li:hover ul {
  display: block;
}
#page__nav > ul > li.contains-button {
  margin-top: 25px;
}
#page__nav > ul > li.contains-button .button {
  min-width: 0;
}
#page__nav > ul > li:not(.contains-logo):not(.contains-button) {
  padding-top: 40px;
}
@media only screen and (min-width: 1180px) {
  #page__nav > ul > li:not(.contains-logo):not(.contains-button) {
    height: var(--nav-height);
  }
}
#page__nav > ul > li:not(.contains-logo):not(.contains-button) > a {
  font-size: calc(1.84rem * var(--font-size-adjust));
  position: relative;
  display: block;
  padding-bottom: 10px;
  text-transform: uppercase;
  color: inherit;
  text-decoration: none;
}
#page__nav > ul > li:not(.contains-logo):not(.contains-button) > a:after {
  content: 

/* ---- chunk ---- */

;
  height: 2px;
  background: white;
  position: absolute;
  width: 0;
  bottom: 0;
  transition: width 0.25s ease-out;
}
@media only screen and (min-width: 1180px) {
  #page__nav > ul > li:not(.contains-logo):not(.contains-button) > a:after {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 1180px) {
  #page__nav > ul > li:not(.contains-logo):not(.contains-button) > a:after {
    left: 0;
  }
}
#page__nav > ul > li:not(.contains-logo):not(.contains-button) > a:hover:after, #page__nav > ul > li:not(.contains-logo):not(.contains-button) > a.current:after {
  width: 65%;
}
#page__nav > ul ul {
  list-style: none;
}
@media only screen and (min-width: 1180px) {
  #page__nav > ul ul {
    position: absolute;
    top: var(--nav-height);
    left: calc(100vw * -.01);
    right: calc(100vw * -.01);
    padding: calc(100vw * .01);
    background-color: #6A5E58;
    display: none;
  }
}
@media only screen and (max-width: 1180px) {
  #page__nav > ul ul {
    margin-top: 1rem;
  }
}
#page__nav > ul ul li + * {
  margin-top: calc(1rem * var(--spacing-adjust));
}
#page__nav > ul ul li a {
  font-size: calc(1.36rem * var(--font-size-adjust));
  color: white;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1.25;
  opacity: 0.75;
  transition: opacity 0.25s linear;
}
#page__nav > ul ul li a:hover, #page__nav > ul ul li a.current {
  opacity: 1;
}
#page__nav [data-basket=show] {
  display: none;
  position: absolute;
  right: 0;
  top: 25px;
  width: 50px;
  height: calc(50px + 4px);
  min-width: 0;
  padding: 7px 0 0;
}
#page__nav [data-basket=show].active {
  background: white;
}
#page__nav [data-basket=show]:hover svg path, #page__nav [data-basket=show].active svg path {
  fill: #6A5E58;
}
#page__nav [data-basket=show] svg {
  width: 36px;
  height: auto;
}
#page__nav [data-basket=show] svg rect {
  fill: none;
}
#page__nav [data-basket=show] svg path {
  fill: white;
  transition: fill 0.25s ease-out;
}
@media only screen and (max-width: 1280px) {
  body[data-uid=

/* ---- chunk ---- */

);
  background-position: right bottom;
}
.ce--type-form_formframework form {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  background: white;
}
@media only screen and (min-width: 768px) {
  .ce--type-form_formframework form {
    border: solid 2px #6A5E58;
    padding: 5rem;
  }
}
.ce--type-form_formframework form > div:not(.actions) {
  margin-bottom: calc(3rem * var(--spacing-adjust));
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .ce--type-form_formframework form > div:not(.actions) {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .ce--type-form_formframework form > div:not(.actions):nth-of-type(2), .ce--type-form_formframework form > div:not(.actions):nth-of-type(3) {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .ce--type-form_formframework form > .actions {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 768px) {
  .ce--type-form_formframework form > .actions {
    width: 100%;
  }
}
.ce--type-form_formframework form .required {
  color: #AF2024;
}
@media only screen and (max-width: 768px) {
  .ce--type-form_formframework form button {
    width: 100%;
    margin-bottom: calc(5rem * var(--spacing-adjust));
  }
}

@media only screen and (min-width: 768px) {
  .ce--type-group[style*=background-color] {
    padding: calc(10rem * var(--spacing-adjust));
  }
}
@media only screen and (max-width: 768px) {
  .ce--type-group[style*=background-color] {
    padding-left: calc(5rem * var(--spacing-adjust));
    padding-right: calc(5rem * var(--spacing-adjust));
    padding-top: calc(10rem * var(--spacing-adjust));
    padding-bottom: calc(10rem * var(--spacing-adjust));
  }
}
@media only screen and (min-width: 1280px) {
  .ce--type-group.ce--layout-inner-center {
    padding-left: calc(5rem * var(--spacing-adjust));
    padding-right: calc(5rem * var(--spacing-adjust));
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .ce--type-group .flex > .ce.ce {
    margin-left: calc(5rem * var(--spacing-adjust));
    margin-right: calc(5rem * var(--spacing-adjust));
    width: 100%;
  }
  .ce--type-group .flex > .ce.ce + * {
    margin-top: calc(5rem * var(--spacing-adjust));
  }
}
.ce--type-group#c47 {
  background-image: url(

/* ---- chunk ---- */

] .ce--type-list--shop_pi1 > div .products .product__info footer {
  padding-right: 0;
}
.ce--type-list--shop_pi1 > div .products .product__info header span:not(.product__price),
.ce--type-list--shop_pi1 > div .products .product__info footer span:not(.product__price) {
  font-size: calc(1.2rem * var(--font-size-adjust));
  font-weight: normal;
}
.ce--type-list--shop_pi1 > div .products .product__info header span.product__price,
.ce--type-list--shop_pi1 > div .products .product__info footer span.product__price {
  float: right;
}
.ce--type-list--shop_pi1 > div .products .product__info > p + p {
  margin-top: 0;
}
.ce--type-list--shop_pi1 > div .products .product__info footer {
  margin-top: auto;
}
.ce--type-list--shop_pi1 > div .products .product__info header span:not(.product__price) {
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .ce--type-list--shop_pi1 > div .products .product__info header span:not(.product__price) {
    top: -1.5rem;
  }
}
@media only screen and (max-width: 1024px) {
  .ce--type-list--shop_pi1 > div .products .product__info header span:not(.product__price) {
    top: -0.75rem;
  }
}
.ce--type-list--shop_pi1 > div .products .product__media {
  width: 25%;
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}
.ce--type-list--shop_pi1 > div .products .product__media figure {
  position: relative;
  height: 100%;
  min-height: 15vw;
}
.ce--type-list--shop_pi1 > div .products .product__media figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media only screen and (max-width: 450px) {
  .ce--type-list--shop_pi1 > div .products .product__media {
    display: none;
  }
}
.ce--type-list--shop_pi1 > div .products .product__add {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background: white;
}
.ce--type-list--shop_pi1 > div .products .product__add svg {
  position: absolute;
  width: 90%;
  height: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
}
.ce--type-list--shop_pi1 > div .products .product__add g, .ce--type-list--shop_pi1 > div .products .product__add path {
  stroke: #AF2024;
}
.ce--type-list--shop_pi1 > div .basket {
  padding-left: 2.5vw;
}
@media only screen and (min-width: 1280px) {
  .ce--type-list--shop_pi1 > div .basket .basket__toggle {
    display: none;
  }
}
@media only screen and (max-width: 1280px) {
  .ce--type-list--shop_pi1 > div .basket {
    padding-left: 0;
    position: fixed;
    right: 0;
    top: 100px;
    bottom: 0;
    width: 580px;
    max-width: 100%;
    background: white;
  }
  .ce--type-list--shop_pi1 > div .basket--visible {
    box-shadow: -25px 0 100px rgba(0, 0, 0, 0.5);
  }
  .ce--type-list--shop_pi1 > div .basket .basket__toggle--show {
    position: fixed;
    height: 50px;
    width: 50px;
    top: 15px;
    right: 15px;
    border: solid 1px white;
  }
  .ce--type-list--shop_pi1 > div .basket .basket__toggle--hide {
    border: solid 1px #AF2024;
    top: 25px;
    display: inline-block;
    padding: 10px;
    margin-bottom: 20px;
  }
  .ce--type-list--shop_pi1 > div .basket .basket__toggle--hide:hover {
    background: #AF2024;
    color: white;
  }
}
.ce--type-list--shop_pi1 > div .basket hr {
  border-top-color: rgba(106, 94, 88, 0.25);
  margin-top: calc(2.5rem * var(--spacing-adjust));
  margin-bottom: calc(2.5rem * var(--spacing-adjust));
}
.ce--type-list--shop_pi1 > div .basket__overlay {
  border-radius: 1px;
  box-shadow: 0 0 3px rgba(106, 94, 88, 0.25);
  padding: 1.5rem;
  overflow: hidden auto;
  max-height: calc(100vh - 100px);
}
.ce--type-list--shop_pi1 > div .basket__overlay > header,
.ce--type-list--shop_pi1 > div .basket__overlay p.basket__subheader,
.ce--type-list--shop_pi1 > div .basket__overlay p.basket__info {
  text-align: center;
}
.ce--type-list--shop_pi1 > div .basket__overlay p.basket__info {
  margin-bottom: 1.5rem;
}
.ce--type-list--shop_pi1 > div .basket__overlay > header {
  font-size: calc(2.4rem * var(--font-size-adjust));
  margin-bottom: calc(2.5rem * var(--spacing-adjust));
  text-transform: uppercase;
  color: #AF2024;
  font-weight: bold;
}
.ce--type-list--shop_pi1 > div .basket__overlay button {
  width: 100%;
}
.ce--type-list--shop_pi1 > div .basket__overlay li span {
  font-size: calc(1.36rem * var(--font-size-adjust));
  line-height: 1.75;
}
.ce--type-list--shop_pi1 > div .basket__overlay li svg line {
  stroke: #AF2024;
}
.ce--type-list--shop_pi1 > div .basket.sticky {
  --base-width: 95%;
  width: calc(var(--base-width) * .3) !important;
  max-width: 580px;
}
@media only screen and (max-width: 1920px) {
  .ce--type-list--shop_pi1 > div .basket.sticky {
    --base-width: 100%;
  }
}
@media only screen and (max-width: 1280px) {
  .ce--type-list--shop_pi1 > div .basket.sticky {
    width: 100% !important;
  }
}
.ce--type-list--shop_pi1 > div .connector {
  min-width: 0;
  min-height: 0;
  padding: 2.5vw;
  max-width: 100vw;
  width: 480px;
}
@media only screen and (max-width: 768px) {
  .ce--type-list--shop_pi1 > div .connector {
    z-index: 5000;
  }
  .ce--type-list--shop_pi1 > div .connector--visible {
    top: auto;
    bottom: 0;
    height: calc(100vh - 200px);
    overflow-y: auto;
    box-shadow: 0 0 100px rgba(0, 0, 0, 0.75);
    left: 0;
    right: 0;
    transform: none;
  }
}
.ce--type-list--shop_pi1 > div .connector a {
  margin-top: calc(2.5rem * var(--spacing-adjust));
  width: 100%;
}
.ce--type-list--shop_pi1 > div .connector li {
  padding: 0.5rem 0;
}
.ce--type-list--shop_pi1 > div .connector li:not(:last-of-type) {
  border-bottom: solid 1px #6A5E58;
}
.ce--type-list--shop_pi1 > div .connector li.selected {
  color: #AF2024;
}
.ce--type-list--shop_pi1 > div .connector li.selected svg {
  display: none;
}
.ce--type-list--shop_pi1 > div .connector li span {
  margin-left: 1rem;
}
.ce--type-list--shop_pi1 > div .connector li svg line {
  stroke: #AF2024;
}
.ce--type-list--shop_pi1 > div .finisher {
  width: 100% !important;
  text-align: center;
}
main > .ce--type-list--ox_news:first-child {
  margin-top: calc(-15rem * var(--spacing-adjust));
}
@media screen and (max-width: 767px) {
  main > .ce--type-list--ox_news:first-child {
    margin-top: calc(-10rem * var(--spacing-adjust));
  }
}
.ce--type-list--ox_news .ox_news {
  background: var(--color-primary);
  position: relative;
  padding: 0 90px;
  display: flex;
  color: white;
  min-height: 400px;
}
@media screen and (max-width: 767px) {
  .ce--type-list--ox_news .ox_news {
    flex-direction: column;
    padding: 0 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ce--type-list--ox_news .ox_news {
    padding: 0 45px;
  }
}
@media screen and (min-width: 768px) {
  .ce--type-list--ox_news .ox_news {
    max-height: 400px;
  }
}
.ce--type-list--ox_news .ox_news:before {
  content: 

/* ---- chunk ---- */

;
  }
}
.ce--type-list--ox_news .ox_news__contact {
  list-style: none;
  display: flex;
}
@media screen and (max-width: 767px) {
  .ce--type-list--ox_news .ox_news__contact {
    display: none;
  }
}
.ce--type-list--ox_news .ox_news__contact li a {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: solid 2px white;
  transition: background-color 0.25s linear;
}
.ce--type-list--ox_news .ox_news__contact li a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.ce--type-list--ox_news .ox_news__contact li img {
  max-height: 30px;
  max-width: 30px;
  height: auto;
  width: auto;
  object-fit: contain;
  object-position: center;
}
.ce--type-list--ox_news .ox_news__contact li img[src*=Phone] {
  max-width: 26px;
  max-height: 26px;
}
.ce--type-list--ox_news .ox_news__contact li:not(:first-child) {
  margin-left: 15px;
}
.ce--type-list--ox_news .ox_news__articles {
  display: flex;
  overflow: hidden;
  height: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.ce--type-list--ox_news .ox_news__articles::-webkit-scrollbar {
  display: none;
}
.ce--type-list--ox_news .ox_news__article {
  position: relative;
  display: flex;
  width: 45vw;
  flex-shrink: 0;
  flex-grow: 0;
  transform: translateX(calc(-100% * var(--index, 0)));
  transition: transform 0.5s ease-out;
}
@media screen and (max-width: 767px) {
  .ce--type-list--ox_news .ox_news__article {
    width: 100vw;
    flex-direction: column;
    padding: 0 0 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ce--type-list--ox_news .ox_news__article {
    width: calc(100vw - 250px - 45px);
    padding: 70px 25px 50px;
  }
}
@media screen and (min-width: 1024px) {
  .ce--type-list--ox_news .ox_news__article {
    min-width: 720px;
    padding: 70px 50px 50px;
  }
}
.ce--type-list--ox_news .ox_news__article:not(.-active) {
  opacity: 0.5;
  background-color: #84181b;
}
.ce--type-list--ox_news .ox_news__article__image {
  position: relative;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .ce--type-list--ox_news .ox_news__article__image {
    margin-bottom: 25px;
    width: 100%;
    height: 200px;
  }
}
@media screen and (min-width: 767px) {
  .ce--type-list--ox_news .ox_news__article__image {
    width: calc(50% - 40px);
    margin-right: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .ce--type-list--ox_news .ox_news__article__image {
    min-width: 280px;
  }
}
.ce--type-list--ox_news .ox_news__article__image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ce--type-list--ox_news .ox_news__article__header * {
  color: white;
}
.ce--type-list--ox_news .ox_news__article__bodytext {
  font-size: 1.5rem;
}

main > .ce--type-text[style*=background-color] {
  padding: calc(5rem * var(--spacing-adjust));
}
@media only screen and (min-width: 768px) {
  .ce--type-text.ce--layout-header-left article {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width: 768px) {
  .ce--type-text.ce--layout-header-left article * {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .ce--type-text.ce--layout-header-left .ce__header {
    margin-right: calc(2.5rem * var(--spacing-adjust));
  }
}
@media only screen and (min-width: 1680px) {
  .ce--type-text.ce--layout-header-left .ce__header {
    min-width: 450px;
  }
}
@media only screen and (min-width: 768px) {
  .ce--type-text.ce--layout-header-left .ce__text {
    margin-left: calc(2.5rem * var(--spacing-adjust));
  }
}

.ce--type-textpic {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .ce--type-textpic .ce__media--behind {
    position: relative;
    overflow: hidden;
  }
  .ce--type-textpic .ce__media--behind figure {
    z-index: 1;
    height: 0;
    padding-top: 56.25%;
    position: relative;
    overflow: hidden;
    opacity: 0.5;
  }
  body[data-uid=

/* ---- chunk ---- */

] .ce--type-textpic .ce__content--above {
    top: 60%;
  }
  .ce--type-textpic .ce__content--above * {
    color: white;
  }
  .ce--type-textpic .ce__content--above .button {
    border-color: white;
  }
}
@media only screen and (max-width: 768px) {
  .ce--type-textpic .ce__content--above {
    padding: 33px;
  }
  .ce--type-textpic .ce__content--above .link--icon {
    color: white !important;
  }
}
.ce--type-textpic.ce--layout-tile {
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .ce--type-textpic.ce--layout-tile.ce--layout-tile {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  .ce--type-textpic.ce--layout-tile .ce__header *,
.ce--type-textpic.ce--layout-tile .ce__content * {
    --font-size-adjust: .75;
  }
}
.ce--type-textpic.ce--layout-tile figure:not(:first-of-type) {
  display: none !important;
}
.ce--type-textpic.ce--layout-tile .ce__media--behind figure {
  padding-top: 75%;
}
@media only screen and (min-width: 1024px) and (max-width: 1360px) {
  .ce--type-textpic.ce--layout-tile .ce__media--behind figure {
    padding-top: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .ce--type-textpic.ce--layout-tile .ce__media--behind figure {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  main > .ce--type-textpic .ce__media--behind figure, .ce--type-textpic.ce--layout-tile .ce__media--behind figure {
    mix-blend-mode: multiply;
  }
}
.ce--type-textpic:not([class*=ce--layout]) .flex {
  align-items: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 540px) {
  .ce--type-textpic:not([class*=ce--layout]) .flex .ce__media {
    margin-right: calc(5rem * var(--spacing-adjust));
  }
  .ce--type-textpic:not([class*=ce--layout]) .flex .ce__media--left, .ce--type-textpic:not([class*=ce--layout]) .flex .ce__media--right {
    max-width: 540px;
  }
  .ce--type-textpic:not([class*=ce--layout]) .flex .ce__content {
    margin-left: calc(5rem * var(--spacing-adjust));
  }
}
@media only screen and (max-width: 540px) {
  .ce--type-textpic:not([class*=ce--layout]) .flex .ce__media,
.ce--type-textpic:not([class*=ce--layout]) .flex .ce__content {
    margin-left: calc(5rem * var(--spacing-adjust));
    margin-right: calc(5rem * var(--spacing-adjust));
    text-align: center;
  }
  .ce--type-textpic:not([class*=ce--layout]) .flex .ce__media--left + .ce__content {
    margin-top: calc(5rem * var(--spacing-adjust));
  }
}
.ce--type-textpic.ce--layout-frame-and-icon {
  padding: calc(5rem * var(--spacing-adjust));
  border: solid 2px #6A5E58;
}
.ce--type-textpic.ce--layout-frame-and-icon .ce__media {
  padding-bottom: calc(2.5rem * var(--spacing-adjust));
  width: calc(256px / 3);
  margin: 0 auto;
  border-bottom: solid 2px #6A5E58;
}
.ce--type-textpic.ce--layout-frame-and-icon .ce__media + * {
  margin-top: calc(5rem * var(--spacing-adjust));
}
.ce--type-textpic.ce--layout-frame-and-icon .ce__media img {
  width: calc(256px / 3);
  display: block;
  margin: auto;
}
.ce--type-textpic.ce--layout-image-floating {
  z-index: 10;
}
.ce--type-textpic.ce--layout-image-floating > .flex,
.ce--type-textpic.ce--layout-image-floating > .flex > .ce__content {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .ce--type-textpic.ce--layout-image-floating > .flex,
.ce--type-textpic.ce--layout-image-floating > .flex > .ce__content {
    width: 100% !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1920px) {
  .ce--type-textpic.ce--layout-image-floating.ce--type-textpic--media-left .ce__header, .ce--type-textpic.ce--layout-image-floating.ce--type-textpic--media-left .ce__content {
    transform: translateX(7.5%);
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1920px) {
  .ce--type-textpic.ce--layout-image-floating.ce--type-textpic--media-right .ce__header, .ce--type-textpic.ce--layout-image-floating.ce--type-textpic--media-right .ce__content {
    transform: translateX(-7.5%);
  }
}
.ce--type-textpic.ce--layout-image-floating .ce__media figure, .ce--type-textpic.ce--layout-image-floating .ce__media img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1024px) {
  .ce--type-textpic.ce--layout-image-floating .ce__media figure, .ce--type-textpic.ce--layout-image-floating .ce__media img {
    transform: none !important;
  }
}
@media only screen and (min-width: 1024px) {
  .ce--type-textpic.ce--layout-image-floating .ce__media {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 2050px) {
  .ce--type-textpic.ce--layout-image-floating .ce__media {
    width: 720px;
  }
  .ce--type-textpic.ce--layout-image-floating .ce__media--right {
    left: calc(1920px - 360px);
  }
  .ce--type-textpic.ce--layout-image-floating .ce__media--left {
    right: calc(1920px - 360px);
  }
}
@media only screen and (min-width: 1680px) and (max-width: 2050px) {
  .ce--type-textpic.ce--layout-image-floating .ce__media {
    width: 720px;
  }
  .ce--type-textpic.ce--layout-image-floating .ce__media--right {
    left: calc(95vw - 360px);
  }
  .ce--type-textpic.ce--layout-image-floating .ce__media--left {
    right: calc(95vw - 360px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1680px) {
  .ce--type-textpic.ce--layout-image-floating .ce__media {
    width: 640px;
  }
  .ce--type-textpic.ce--layout-image-floating .ce__media--right {
    left: calc(95vw - 320px);
  }
  .ce--type-textpic.ce--layout-image-floating .ce__media--left {
    right: calc(95vw - 320px);
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  .ce--type-textpic.ce--layout-image-floating .ce__media {
    width: 400px;
  }
  .ce--type-textpic.ce--layout-image-floating .ce__media--right {
    left: calc(95vw - 200px);
  }
  .ce--type-textpic.ce--layout-image-floating .ce__media--left {
    right: calc(95vw - 200px);
  }
}
@media only screen and (max-width: 1024px) {
  .ce--type-textpic.ce--layout-image-floating .ce__media {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 66px);
  }
  .ce--type-textpic.ce--layout-image-floating .ce__media--right {
    margin-top: calc(5rem * var(--spacing-adjust));
  }
  .ce--type-textpic.ce--layout-image-floating .ce__media--left {
    margin-bottom: calc(5rem * var(--spacing-adjust));
  }
}
.ce--type-textpic.ce--layout-image-floating.ce--effects-enabled img {
  transition: opacity 0.5s linear;
}
.ce--type-textpic.ce--layout-image-floating.ce--effects-enabled:not([data-effects-applied=

/* ---- chunk ---- */

 or a color value
 * * @param string $prepend: can be a string or a url() for an icon
 * * @param string $append: can be a string or a url() for an icon
 * * @param boolean $rounded
 * */
.ce--type-list--shop_pi1 > div .basket__overlay > header, .ce--type-list--shop_pi1 > div .products .product__info header,
.ce--type-list--shop_pi1 > div .products .product__info footer, .ce--type-group#c47 .ce__text, #page__nav > ul ul li a, #page__nav > ul > li:not(.contains-logo):not(.contains-button) > a, input[type=submit],
button, .button, header--style-default *:not(p), header--style-medium *:not(p),
.header--style-default *:not(p),
.header--style-medium *:not(p),
.ce__header--style-default *:not(p),
.ce--type-list--shop_pi1 > div .finisher header *:not(p),
header--style-large *:not(p),
.header--style-large *:not(p),
.ce__header--style-large *:not(p),
.ce__header--style-medium *:not(p) {
  letter-spacing: 0.02em;
}

.ce--type-textpic.ce--layout-image-floating .ce__content,
.ce--type-textpic.ce--layout-image-floating .ce__header, .ce--type-list--gdpr_pi1, .ce--type-form_formframework form, main > .ce:not(.ce--layout-header-left) > .ce__content > .ce__text, main > .ce:not(.ce--layout-header-left) > .ce__text, main > .ce.ce--layout-header-left {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1024px) {
  .ce--type-textpic.ce--layout-image-floating .ce__content,
.ce--type-textpic.ce--layout-image-floating .ce__header, .ce--type-list--gdpr_pi1, .ce--type-form_formframework form, main > .ce:not(.ce--layout-header-left) > .ce__content > .ce__text, main > .ce:not(.ce--layout-header-left) > .ce__text, main > .ce.ce--layout-header-left {
    width: 60%;
  }
}
@media only screen and (min-width: 1680px) {
  .ce--type-textpic.ce--layout-image-floating .ce__content,
.ce--type-textpic.ce--layout-image-floating .ce__header, .ce--type-list--gdpr_pi1, .ce--type-form_formframework form, main > .ce:not(.ce--layout-header-left) > .ce__content > .ce__text, main > .ce:not(.ce--layout-header-left) > .ce__text, main > .ce.ce--layout-header-left {
    max-width: 900px;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1680px) {
  .ce--type-textpic.ce--layout-image-floating .ce__content,
.ce--type-textpic.ce--layout-image-floating .ce__header, .ce--type-list--gdpr_pi1, .ce--type-form_formframework form, main > .ce:not(.ce--layout-header-left) > .ce__content > .ce__text, main > .ce:not(.ce--layout-header-left) > .ce__text, main > .ce.ce--layout-header-left {
    max-width: 720px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1440px) {
  .ce--type-textpic.ce--layout-image-floating .ce__content,
.ce--type-textpic.ce--layout-image-floating .ce__header, .ce--type-list--gdpr_pi1, .ce--type-form_formframework form, main > .ce:not(.ce--layout-header-left) > .ce__content > .ce__text, main > .ce:not(.ce--layout-header-left) > .ce__text, main > .ce.ce--layout-header-left {
    max-width: 640px;
  }
}
@media only screen and (max-width: 1024px) {
  .ce--type-textpic.ce--layout-image-floating .ce__content,
.ce--type-textpic.ce--layout-image-floating .ce__header, .ce--type-list--gdpr_pi1, .ce--type-form_formframework form, main > .ce:not(.ce--layout-header-left) > .ce__content > .ce__text, main > .ce:not(.ce--layout-header-left) > .ce__text, main > .ce.ce--layout-header-left {
    max-width: calc(100% - 66px);
  }
}

:root {
  --font-size-adjust: 1;
  --spacing-adjust: 1;
  --nav-height: 100px;
}
@media only screen and (max-width: 768px) {
  :root {
    --font-size-adjust: .8;
    --spacing-adjust: .5;
  }
}

* {
  padding: 0;
  margin: 0;
  outline: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
  overflow-x: hidden;
}
html:not([data-transitions-enabled]) * {
  transition: none !important;
}

body {
  width: calc(100vw - (100vw - 100%));
  height: calc(100vh - (100vh - 100%));
}

img {
  display: block;
  border: none;
}

fieldset {
  display: block;
  border: none;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  color: inherit;
}

input, textarea, button {
  font-family: inherit;
}

@font-face {
  font-family: 

/* ---- chunk ---- */

] > *:not(:nth-of-type(1)):not(:nth-of-type(2)):not(:nth-of-type(3)):not(:nth-of-type(4)) {
  margin-top: 10rem;
}
[class*=flex][data-align=middle], [class*=flex][data-align=center] {
  align-items: center;
}
[class*=flex] img:not[width] {
  width: 100%;
  height: auto;
}

.lightbox {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  transition: opacity 1s ease-in-out;
  opacity: 0;
  display: none;
  backdrop-filter: blur(20px);
}
.lightbox--visible {
  opacity: 1;
}
.lightbox__close-button {
  position: absolute;
  z-index: 100;
  right: 0;
  top: 0;
  display: block;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.9);
  font-family: Arial;
  font-size: 18px;
  line-height: 41px;
  color: white;
  text-align: center;
  cursor: pointer;
  font-weight: lighter;
}
.lightbox__set-control {
  z-index: 20;
  color: white;
  text-align: center;
  cursor: pointer;
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  top: 50%;
  margin-top: -20px;
}
.lightbox__set-control--prev {
  left: 0;
}
.lightbox__set-control--next {
  right: 0;
}
.lightbox__title {
  position: absolute;
  z-index: 100;
  left: 0;
  bottom: 0;
  color: white;
  padding: 15px;
  margin: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
}
.lightbox__container {
  position: absolute;
  z-index: 10;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .lightbox__container {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.lightbox__iframe {
  position: relative;
  width: 100%;
  height: 100%;
}
.lightbox__image {
  position: relative;
  z-index: 10;
  width: 98%;
  height: 98%;
  top: 1%;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.lightbox__dsgvo {
  position: relative;
  display: table;
  height: 100%;
  width: 100%;
}
.lightbox__dsgvo * {
  color: white;
}
.lightbox__dsgvo p {
  max-width: 480px;
  margin: auto;
}
.lightbox__dsgvo a {
  text-decoration: underline;
}
.lightbox__dsgvo-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.lightbox__dsgvo-button {
  background: red;
  color: white;
  padding: 20px 30px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 1.5rem;
  cursor: pointer;
}

.custom-input {
  position: relative;
  cursor: pointer;
}
.custom-input__label {
  display: block;
}
.custom-input__options {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: white;
}
.custom-input--expanded .custom-input__options {
  display: block;
}
.custom-input__option {
  padding: 0.5rem;
  opacity: 0.75;
}
.custom-input__option--selected {
  opacity: 1;
}

.align--center {
  text-align: center;
}
.align--right {
  text-align: right;
}
.align--justify {
  text-align: justify;
}

.primary {
  color: #AF2024;
}

header--style-default + *, header--style-medium + *,
.header--style-default + *,
.header--style-medium + *,
.ce__header--style-default + *,
.ce--type-list--shop_pi1 > div .finisher header + *,
header--style-large + *,
.header--style-large + *,
.ce__header--style-large + *,
.ce__header--style-medium + * {
  margin-top: calc(3rem * var(--spacing-adjust));
}
header--style-default *:not(p), header--style-medium *:not(p),
.header--style-default *:not(p),
.header--style-medium *:not(p),
.ce__header--style-default *:not(p),
.ce--type-list--shop_pi1 > div .finisher header *:not(p),
header--style-large *:not(p),
.header--style-large *:not(p),
.ce__header--style-large *:not(p),
.ce__header--style-medium *:not(p) {
  font-size: calc(3.2rem * var(--font-size-adjust));
  text-transform: uppercase;
  color: #AF2024;
}
.ce[style*=background-color] header--style-default *:not(p), .ce[style*=background-color] header--style-medium *:not(p),
.ce[style*=background-color] .header--style-default *:not(p),
.ce[style*=background-color] .header--style-medium *:not(p),
.ce[style*=background-color] .ce__header--style-default *:not(p),
.ce[style*=background-color] .ce--type-list--shop_pi1 > div .finisher header *:not(p),
.ce--type-list--shop_pi1 > div .finisher .ce[style*=background-color] header *:not(p),
.ce[style*=background-color] header--style-large *:not(p),
.ce[style*=background-color] .header--style-large *:not(p),
.ce[style*=background-color] .ce__header--style-large *:not(p),
.ce[style*=background-color] .ce__header--style-medium *:not(p) {
  color: white;
}
header--style-large + *,
.header--style-large + *,
.ce__header--style-large + * {
  margin-top: calc(7.5rem * var(--spacing-adjust));
}
header--style-large *:not(p),
.header--style-large *:not(p),
.ce__header--style-large *:not(p) {
  font-size: calc(4.8rem * var(--font-size-adjust));
  line-height: 1.25;
}
header--style-small + *,
.header--style-small + *,
.ce__header--style-small + * {
  margin-top: calc(2.5rem * var(--spacing-adjust));
}
header--style-misses,
.header--style-misses,
.ce__header--style-misses {
  font-size: calc(8rem * var(--font-size-adjust));
  color: #AF2024;
}
header--style-misses + *,
.header--style-misses + *,
.ce__header--style-misses + * {
  margin-top: calc(5rem * var(--spacing-adjust));
}
.ce[style*=background-color] header--style-misses,
.ce[style*=background-color] .header--style-misses,
.ce[style*=background-color] .ce__header--style-misses {
  color: white;
}
header--style-misses p,
.header--style-misses p,
.ce__header--style-misses p {
  font-size: calc(12.8rem * var(--font-size-adjust));
  font-family: 

/* ---- chunk ---- */

, Arial, sans-serif;
  font-weight: normal;
}

.button {
  text-transform: uppercase;
  border-style: solid;
  border-width: 2px;
}
.button--primary {
  background: transparent;
  min-height: 50px;
  padding: calc((50px - (1.6rem * 1.5)) * .5) 25px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  position: relative;
  border-color: #6A5E58;
  cursor: pointer;
  color: black;
  transition: color 0.25s linear, background-color 0.25s linear;
  color: #6A5E58;
}
.button--primary:before, .button--primary:after {
  position: relative;
  top: 1px;
  display: inline-block;
  vertical-align: middle;
  min-height: 1.6rem;
  min-width: 1.6rem;
  line-height: 1 !important;
}
.button--primary:hover {
  background-color: #6A5E58;
  color: transparent;
}
@media only screen and (min-width: 768px) {
  .button--primary {
    min-width: 250px;
    margin-right: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .button--primary {
    display: block;
    width: 100%;
    margin-top: 1.6rem;
  }
}
.button--primary:hover {
  color: white;
}
.button--primary--red {
  background: transparent;
  min-height: 50px;
  padding: calc((50px - (1.6rem * 1.5)) * .5) 25px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  position: relative;
  border-color: #AF2024;
  cursor: pointer;
  color: black;
  transition: color 0.25s linear, background-color 0.25s linear;
}
.button--primary--red:before, .button--primary--red:after {
  position: relative;
  top: 1px;
  display: inline-block;
  vertical-align: middle;
  min-height: 1.6rem;
  min-width: 1.6rem;
  line-height: 1 !important;
}
.button--primary--red:hover {
  background-color: #AF2024;
  color: transparent;
}
@media only screen and (min-width: 768px) {
  .button--primary--red {
    min-width: 250px;
    margin-right: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .button--primary--red {
    display: block;
    width: 100%;
    margin-top: 1.6rem;
  }
}
#page__nav .button--primary, #page__footer .button--primary, .ce[style*=background-color] .button--primary {
  background: transparent;
  min-height: 50px;
  padding: calc((50px - (1.6rem * 1.5)) * .5) 25px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  position: relative;
  border-color: white;
  cursor: pointer;
  color: black;
  transition: color 0.25s linear, background-color 0.25s linear;
  color: white;
}
#page__nav .button--primary:before, #page__nav .button--primary:after, #page__footer .button--primary:before, #page__footer .button--primary:after, .ce[style*=background-color] .button--primary:before, .ce[style*=background-color] .button--primary:after {
  position: relative;
  top: 1px;
  display: inline-block;
  vertical-align: middle;
  min-height: 1.6rem;
  min-width: 1.6rem;
  line-height: 1 !important;
}
#page__nav .button--primary:hover, #page__footer .button--primary:hover, .ce[style*=background-color] .button--primary:hover {
  background-color: white;
  color: transparent;
}
@media only screen and (min-width: 768px) {
  #page__nav .button--primary, #page__footer .button--primary, .ce[style*=background-color] .button--primary {
    min-width: 250px;
    margin-right: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  #page__nav .button--primary, #page__footer .button--primary, .ce[style*=background-color] .button--primary {
    display: block;
    width: 100%;
    margin-top: 1.6rem;
  }
}
#page__nav .button--primary:hover, #page__footer .button--primary:hover, .ce[style*=background-color] .button--primary:hover {
  color: #6A5E58;
}
.ce[style*=

/* ---- chunk ---- */

] .button--primary:hover {
  color: #AF2024;
}
.button--secondary, .ce--type-list--shop_pi1 > div .connector a {
  background: #6A5E58;
  min-height: 50px;
  padding: calc((50px - (1.6rem * 1.5)) * .5) 25px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  position: relative;
  border-color: transparent;
  cursor: pointer;
  color: white;
  transition: color 0.25s linear, background-color 0.25s linear, border 0.25s linear;
}
.button--secondary:before, .ce--type-list--shop_pi1 > div .connector a:before, .button--secondary:after, .ce--type-list--shop_pi1 > div .connector a:after {
  position: relative;
  top: 1px;
  display: inline-block;
  vertical-align: middle;
  min-height: 1.6rem;
  min-width: 1.6rem;
  line-height: 1 !important;
}
.button--secondary:hover, .ce--type-list--shop_pi1 > div .connector a:hover {
  background-color: transparent;
  color: #6A5E58;
  border-color: #6A5E58;
}
@media only screen and (min-width: 768px) {
  .button--secondary, .ce--type-list--shop_pi1 > div .connector a {
    min-width: 250px;
    margin-right: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .button--secondary, .ce--type-list--shop_pi1 > div .connector a {
    display: block;
    width: 100%;
    margin-top: 1.6rem;
  }
}
.button--secondary--red {
  background: #AF2024;
  min-height: 50px;
  padding: calc((50px - (1.6rem * 1.5)) * .5) 25px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  position: relative;
  border-color: transparent;
  cursor: pointer;
  color: white;
  transition: color 0.25s linear, background-color 0.25s linear, border 0.25s linear;
}
.button--secondary--red:before, .button--secondary--red:after {
  position: relative;
  top: 1px;
  display: inline-block;
  vertical-align: middle;
  min-height: 1.6rem;
  min-width: 1.6rem;
  line-height: 1 !important;
}
.button--secondary--red:hover {
  background-color: transparent;
  color: #AF2024;
  border-color: #AF2024;
}
@media only screen and (min-width: 768px) {
  .button--secondary--red {
    min-width: 250px;
    margin-right: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .button--secondary--red {
    display: block;
    width: 100%;
    margin-top: 1.6rem;
  }
}
.ce[style*=background-color] .button--secondary, .ce[style*=background-color] .ce--type-list--shop_pi1 > div .connector a, .ce--type-list--shop_pi1 > div .connector .ce[style*=background-color] a {
  background: white;
  min-height: 50px;
  padding: calc((50px - (1.6rem * 1.5)) * .5) 25px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  position: relative;
  border-color: transparent;
  cursor: pointer;
  color: black;
  transition: color 0.25s linear, background-color 0.25s linear, border 0.25s linear;
}
.ce[style*=background-color] .button--secondary:before, .ce[style*=background-color] .ce--type-list--shop_pi1 > div .connector a:before, .ce--type-list--shop_pi1 > div .connector .ce[style*=background-color] a:before, .ce[style*=background-color] .button--secondary:after, .ce[style*=background-color] .ce--type-list--shop_pi1 > div .connector a:after, .ce--type-list--shop_pi1 > div .connector .ce[style*=background-color] a:after {
  position: relative;
  top: 1px;
  display: inline-block;
  vertical-align: middle;
  min-height: 1.6rem;
  min-width: 1.6rem;
  line-height: 1 !important;
}
.ce[style*=background-color] .button--secondary:hover, .ce[style*=background-color] .ce--type-list--shop_pi1 > div .connector a:hover, .ce--type-list--shop_pi1 > div .connector .ce[style*=background-color] a:hover {
  background-color: transparent;
  color: white;
  border-color: white;
}
@media only screen and (min-width: 768px) {
  .ce[style*=background-color] .button--secondary, .ce[style*=background-color] .ce--type-list--shop_pi1 > div .connector a, .ce--type-list--shop_pi1 > div .connector .ce[style*=background-color] a {
    min-width: 250px;
    margin-right: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .ce[style*=background-color] .button--secondary, .ce[style*=background-color] .ce--type-list--shop_pi1 > div .connector a, .ce--type-list--shop_pi1 > div .connector .ce[style*=background-color] a {
    display: block;
    width: 100%;
    margin-top: 1.6rem;
  }
}
.ce[style*=

/* ---- chunk ---- */

] a {
  color: #AF2024;
}
.button--tertiary, body #cookie-manager button {
  background: #647537;
  min-height: 50px;
  padding: calc((50px - (1.6rem * 1.5)) * .5) 25px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  color: white;
  transition: color 0.25s linear, background-color 0.25s linear;
}
.button--tertiary:before, body #cookie-manager button:before, .button--tertiary:after, body #cookie-manager button:after {
  position: relative;
  top: 1px;
  display: inline-block;
  vertical-align: middle;
  min-height: 1.6rem;
  min-width: 1.6rem;
  line-height: 1 !important;
}
.button--tertiary:hover, body #cookie-manager button:hover {
  background-color: white;
  color: #647537;
}
@media only screen and (min-width: 768px) {
  .button--tertiary, body #cookie-manager button {
    min-width: 250px;
    margin-right: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .button--tertiary, body #cookie-manager button {
    display: block;
    width: 100%;
    margin-top: 1.6rem;
  }
}

input[type=submit],
button {
  background: #AF2024;
  min-height: 50px;
  padding: calc((50px - (1.6rem * 1.5)) * .5) 25px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  position: relative;
  border-color: transparent;
  cursor: pointer;
  color: white;
  transition: color 0.25s linear, background-color 0.25s linear, border 0.25s linear;
  font-size: calc(2rem * var(--font-size-adjust));
  text-transform: uppercase;
  border-style: solid;
  border-width: 2px;
}
input[type=submit]:before, input[type=submit]:after,
button:before,
button:after {
  position: relative;
  top: 1px;
  display: inline-block;
  vertical-align: middle;
  min-height: 1.6rem;
  min-width: 1.6rem;
  line-height: 1 !important;
}
input[type=submit]:hover,
button:hover {
  background-color: transparent;
  color: #AF2024;
  border-color: #AF2024;
}
@media only screen and (min-width: 768px) {
  input[type=submit],
button {
    min-width: 250px;
    margin-right: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  input[type=submit],
button {
    display: block;
    width: 100%;
    margin-top: 1.6rem;
  }
}

main a:not(.button) {
  color: #AF2024;
}
.align--center + br + a.link {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 140px;
}
a.link--icon {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
a.link--icon + a {
  margin-left: calc(1rem * var(--spacing-adjust));
}
a.link--icon:before {
  position: absolute;
  left: 0;
  content: 

/* ---- chunk ---- */

;
  height: calc(1.6rem * 1.5);
  background-repeat: no-repeat;
  background-position: left top;
  background-color: transparent;
}
a.link--icon--menu {
  padding-left: 36px;
}
a.link--icon--menu:before {
  background-image: url(../Icons/Menu.png);
  background-size: auto 100%;
  top: -1px;
  width: 30px;
}
a.link--icon--gallery {
  padding-left: 36px;
}
a.link--icon--gallery:before {
  background-image: url(../Icons/Gallery.png);
  background-size: auto 100%;
  top: -1px;
  width: 30px;
}
.ce[style*=background-color] a.link--icon--gallery:before {
  background-image: url(../Icons/Gallery--White.png);
}
a.link--icon--arrow {
  padding-left: 26px;
}
a.link--icon--arrow:before {
  background-image: url(../Icons/Arrow.svg);
  background-size: auto 80%;
  top: 1px;
  width: 20px;
}

table {
  max-width: 100%;
  border-collapse: collapse;
}
table tr th,
table tr td {
  text-align: left;
}

form .form-group:nth-of-type(1) {
  z-index: 24;
}
form .form-group:nth-of-type(2) {
  z-index: 23;
}
form .form-group:nth-of-type(3) {
  z-index: 22;
}
form .form-group:nth-of-type(4) {
  z-index: 21;
}
form .form-group:nth-of-type(5) {
  z-index: 20;
}
form .form-group:nth-of-type(6) {
  z-index: 19;
}
form .form-group:nth-of-type(7) {
  z-index: 18;
}
form .form-group:nth-of-type(8) {
  z-index: 17;
}
form .form-group:nth-of-type(9) {
  z-index: 16;
}
form .form-group:nth-of-type(10) {
  z-index: 15;
}
form .form-group:nth-of-type(11) {
  z-index: 14;
}
form .form-group:nth-of-type(12) {
  z-index: 13;
}
form .form-group:nth-of-type(13) {
  z-index: 12;
}
form .form-group:nth-of-type(14) {
  z-index: 11;
}
form .form-group:nth-of-type(15) {
  z-index: 10;
}
form .form-group:nth-of-type(16) {
  z-index: 9;
}
form .form-group:nth-of-type(17) {
  z-index: 8;
}
form .form-group:nth-of-type(18) {
  z-index: 7;
}
form .form-group:nth-of-type(19) {
  z-index: 6;
}
form .form-group:nth-of-type(20) {
  z-index: 5;
}
form .form-group:nth-of-type(21) {
  z-index: 4;
}
form .form-group:nth-of-type(22) {
  z-index: 3;
}
form .form-group:nth-of-type(23) {
  z-index: 2;
}
form .form-group:nth-of-type(24) {
  z-index: 1;
}
form .form-group:nth-of-type(25) {
  z-index: 0;
}
form input[type=text],
form input[type=email],
form textarea,
form .custom-input {
  width: 100%;
  border: none;
  border-bottom: solid 2px rgba(106, 94, 88, 0.5);
  padding: 1rem 0;
  --font-size-adjust: .8;
}
form textarea {
  max-height: 55px;
  transition: max-height 0.25s ease-out;
  height: 150px;
}
form textarea:focus {
  max-height: 150px;
}
form .custom-input__label {
  font-size: calc(1.6rem * var(--font-size-adjust));
  --font-size-adjust: .8;
}
form .custom-input__options {
  border: solid 2px rgba(106, 94, 88, 0.5);
}
form .custom-input__option:hover {
  background-color: rgba(106, 94, 88, 0.25);
}

body {
  font-family: 

/* ---- chunk ---- */

, sans-serif;
  line-height: 1.5;
  color: #6A5E58;
  background: rgba(106, 94, 88, 0.5);
  font-size: calc(1.6rem * var(--font-size-adjust));
}
body div.margins {
  background: white;
  margin-top: var(--nav-height);
  overflow: hidden;
}
@media only screen and (min-width: 1920px) {
  body div.margins {
    position: relative;
    width: 95%;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }
}
body table + table, body table + ul, body table + ol, body table + p, body ul + table, body ul + ul, body ul + ol, body ul + p, body ol + table, body ol + ul, body ol + ol, body ol + p, body p + table, body p + ul, body p + ol, body p + p, body div + table, body div + ul, body div + ol, body div + p {
  margin-top: calc(2.5rem * var(--spacing-adjust));
}
body #cookie-manager {
  background-color: rgba(106, 94, 88, 0.99);
}
body #cookie-manager p a {
  color: inherit;
}
body #cookie-manager .show-options {
  cursor: pointer;
}
body .lightbox__set-control, body .lightbox__close-button {
  background-color: #AF2024;
}
body .lightbox__set-control {
  color: transparent;
  background-size: 18px auto;
  background-position: center;
  background-repeat: no-repeat;
}
body .lightbox__set-control--next {
  background-image: url(../Icons/Arrow--Right.svg);
}
body .lightbox__set-control--prev {
  background-image: url(../Icons/Arrow--Left.svg);
}

#page__nav {
  position: fixed;
  z-index: 100;
  top: 0;
  background-color: #6A5E58;
  color: white;
  height: var(--nav-height);
}
@media only screen and (max-width: 1180px) {
  #page__nav {
    background: #6A5E58 url(../Images/DerOx-Logo--Weiss.svg) no-repeat center 10px;
    background-size: auto calc(100% - 20px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  }
}
@media only screen and (min-width: 768px) {
  #page__nav {
    width: calc(100vw - 16px);
  }
}
@media only screen and (max-width: 768px) {
  #page__nav {
    width: calc(100vw);
  }
}
#page__nav.compact li.contains-logo {
  max-height: 60px;
}
#page__nav.compact li.contains-logo .logo img {
  width: 80px;
}
#page__nav > ul {
  position: relative;
  list-style: none;
  padding-left: 0;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 1280px) {
  #page__nav > ul {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 1180px) and (max-width: 1280px) {
  #page__nav > ul {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 1180px) {
  #page__nav > ul {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #AF2024;
    transform: translateX(-100%);
    transition: transform 0.75s ease-out, box-shadow 0.75s ease-out;
  }
}
@media only screen and (max-width: 1180px) {
  #page__nav > ul.expanded {
    box-shadow: 25px 0 100px rgba(0, 0, 0, 0.75);
    transform: translateX(0);
  }
  #page__nav > ul.expanded:after {
    background: #6A5E58 url(../Icons/Close.svg) no-repeat center;
  }
}
@media only screen and (max-width: 1180px) {
  #page__nav > ul:after {
    content: 

/* ---- chunk ---- */

;
    background: #6A5E58 url(../Icons/Menu.svg) no-repeat center;
    width: 50px;
    height: 50px;
    position: absolute;
    left: calc(100% + 33px);
    top: 23px;
    border: solid 2px white;
    cursor: pointer;
  }
}
#page__nav > ul > li {
  position: relative;
  margin: 0 calc(100vw * .015);
}
@media only screen and (min-width: 1180px) and (max-width: 1280px) {
  #page__nav > ul > li {
    margin: 0 10px;
  }
}
@media only screen and (max-width: 1180px) {
  #page__nav > ul > li {
    margin: 0 25px;
  }
}
#page__nav > ul > li.contains-logo {
  width: 180px;
  margin-top: 20px;
  background-color: #6A5E58;
  padding: 0 calc(100vw * .01) calc(100vw * .01);
  max-height: 210px;
  transition: max-height 0.25s ease-in-out;
  overflow: hidden;
}
@media only screen and (max-width: 1180px) {
  #page__nav > ul > li.contains-logo {
    display: none;
  }
}
#page__nav > ul > li.contains-logo .logo img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 140px;
  transition: width 0.25s ease-in-out;
}
#page__nav > ul > li:hover ul {
  display: block;
}
#page__nav > ul > li.contains-button {
  margin-top: 25px;
}
#page__nav > ul > li.contains-button .button {
  min-width: 0;
}
#page__nav > ul > li:not(.contains-logo):not(.contains-button) {
  padding-top: 40px;
}
@media only screen and (min-width: 1180px) {
  #page__nav > ul > li:not(.contains-logo):not(.contains-button) {
    height: var(--nav-height);
  }
}
#page__nav > ul > li:not(.contains-logo):not(.contains-button) > a {
  font-size: calc(1.84rem * var(--font-size-adjust));
  position: relative;
  display: block;
  padding-bottom: 10px;
  text-transform: uppercase;
  color: inherit;
  text-decoration: none;
}
#page__nav > ul > li:not(.contains-logo):not(.contains-button) > a:after {
  content: 

/* ---- chunk ---- */

;
  height: 2px;
  background: white;
  position: absolute;
  width: 0;
  bottom: 0;
  transition: width 0.25s ease-out;
}
@media only screen and (min-width: 1180px) {
  #page__nav > ul > li:not(.contains-logo):not(.contains-button) > a:after {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 1180px) {
  #page__nav > ul > li:not(.contains-logo):not(.contains-button) > a:after {
    left: 0;
  }
}
#page__nav > ul > li:not(.contains-logo):not(.contains-button) > a:hover:after, #page__nav > ul > li:not(.contains-logo):not(.contains-button) > a.current:after {
  width: 65%;
}
#page__nav > ul ul {
  list-style: none;
}
@media only screen and (min-width: 1180px) {
  #page__nav > ul ul {
    position: absolute;
    top: var(--nav-height);
    left: calc(100vw * -.01);
    right: calc(100vw * -.01);
    padding: calc(100vw * .01);
    background-color: #6A5E58;
    display: none;
  }
}
@media only screen and (max-width: 1180px) {
  #page__nav > ul ul {
    margin-top: 1rem;
  }
}
#page__nav > ul ul li + * {
  margin-top: calc(1rem * var(--spacing-adjust));
}
#page__nav > ul ul li a {
  font-size: calc(1.36rem * var(--font-size-adjust));
  color: white;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1.25;
  opacity: 0.75;
  transition: opacity 0.25s linear;
}
#page__nav > ul ul li a:hover, #page__nav > ul ul li a.current {
  opacity: 1;
}
#page__nav [data-basket=show] {
  display: none;
  position: absolute;
  right: 0;
  top: 25px;
  width: 50px;
  height: calc(50px + 4px);
  min-width: 0;
  padding: 7px 0 0;
}
#page__nav [data-basket=show].active {
  background: white;
}
#page__nav [data-basket=show]:hover svg path, #page__nav [data-basket=show].active svg path {
  fill: #6A5E58;
}
#page__nav [data-basket=show] svg {
  width: 36px;
  height: auto;
}
#page__nav [data-basket=show] svg rect {
  fill: none;
}
#page__nav [data-basket=show] svg path {
  fill: white;
  transition: fill 0.25s ease-out;
}
@media only screen and (max-width: 1280px) {
  body[data-uid=

/* ---- chunk ---- */

;
  display: block;
  width: 300px;
  height: 300px;
  opacity: 0.1;
  background: url(../Images/DerOx-Stempel--Weiss.svg) no-repeat center;
  background-size: 100%;
  transform: rotate(-45deg);
}
#page__footer #sitemap > .flex > div {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 850px) {
  #page__footer #sitemap > .flex > div {
    padding: calc(5rem * var(--spacing-adjust));
  }
}
@media only screen and (max-width: 1100px) {
  #page__footer #sitemap > .flex > div {
    margin: 0 !important;
  }
}
@media only screen and (min-width: 850px) and (max-width: 1100px) {
  #page__footer #sitemap > .flex > div {
    width: auto !important;
  }
}
@media only screen and (max-width: 850px) {
  #page__footer #sitemap > .flex > div {
    width: 100% !important;
    text-align: center;
    padding-top: calc(3.5rem * var(--spacing-adjust));
  }
}
#page__footer #sitemap > .flex > div ul {
  list-style: none;
}
#page__footer #sitemap > .flex > div ul a {
  display: block;
}
#page__footer #sitemap > .flex > div a:not(.facebook):not(.button) {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  transition: color 0.25s linear;
}
#page__footer #sitemap > .flex > div a:not(.facebook):not(.button):hover {
  color: white;
}
#page__footer #sitemap > .flex > div .facebook {
  margin-top: calc(7.5rem * var(--spacing-adjust));
  overflow: hidden;
  display: block;
  margin-left: auto;
  margin-right: auto;
  color: transparent;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  border: solid 3px white;
  background: url(../Icons/Facebook.svg) no-repeat center;
  background-size: auto 25px;
  transition: background-color 0.25s linear;
}
#page__footer #sitemap > .flex > div .facebook:hover {
  background-color: rgba(255, 255, 255, 0.25);
}
#page__footer #sitemap > .flex > div table {
  margin-left: auto;
  margin-right: auto;
}
#page__footer #sitemap > .flex > div table td {
  padding-top: calc(0.5rem * var(--spacing-adjust));
  padding-bottom: calc(0.5rem * var(--spacing-adjust));
}
#page__footer #sitemap > .flex > div table td:first-of-type {
  padding-right: calc(2rem * var(--spacing-adjust));
}
@media print {
  #page__footer {
    display: none !important;
  }
}

main > .ce + .ce {
  margin-top: calc(15rem * var(--spacing-adjust));
}
main .ce[style*=background-color] {
  color: white;
}
.ce p a.button {
  margin-top: calc(3rem * var(--spacing-adjust));
}
.ce__text--rte ol, .ce__text--rte ul {
  margin-left: 4rem;
}

.ce--type-div {
  position: relative;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  height: 75px;
  border: none;
}
.ce--type-div:before, .ce--type-div:after {
  content: 

/* ---- chunk ---- */

;
  position: absolute;
  top: 0;
  display: block;
  z-index: -1;
  height: 100%;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  .ce--type-form_formframework:before, .ce--type-form_formframework:after {
    opacity: 0.5;
  }
}
@media only screen and (max-width: 768px) {
  .ce--type-form_formframework:before, .ce--type-form_formframework:after {
    opacity: 0.25;
  }
}
.ce--type-form_formframework:before {
  left: 0;
  width: 30%;
  background-image: url(../Images/Floral-1.png);
  background-position: left top;
}
.ce--type-form_formframework:after {
  right: 0;
  width: 25%;
  background-image: url(../Images/Floral-2.png);
  background-position: right bottom;
}
.ce--type-form_formframework form {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  background: white;
}
@media only screen and (min-width: 768px) {
  .ce--type-form_formframework form {
    border: solid 2px #6A5E58;
    padding: 5rem;
  }
}
.ce--type-form_formframework form > div:not(.actions) {
  margin-bottom: calc(3rem * var(--spacing-adjust));
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .ce--type-form_formframework form > div:not(.actions) {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .ce--type-form_formframework form > div:not(.actions):nth-of-type(2), .ce--type-form_formframework form > div:not(.actions):nth-of-type(3) {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .ce--type-form_formframework form > .actions {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 768px) {
  .ce--type-form_formframework form > .actions {
    width: 100%;
  }
}
.ce--type-form_formframework form .required {
  color: #AF2024;
}
@media only screen and (max-width: 768px) {
  .ce--type-form_formframework form button {
    width: 100%;
    margin-bottom: calc(5rem * var(--spacing-adjust));
  }
}

@media only screen and (min-width: 768px) {
  .ce--type-group[style*=background-color] {
    padding: calc(10rem * var(--spacing-adjust));
  }
}
@media only screen and (max-width: 768px) {
  .ce--type-group[style*=background-color] {
    padding-left: calc(5rem * var(--spacing-adjust));
    padding-right: calc(5rem * var(--spacing-adjust));
    padding-top: calc(10rem * var(--spacing-adjust));
    padding-bottom: calc(10rem * var(--spacing-adjust));
  }
}
@media only screen and (min-width: 1280px) {
  .ce--type-group.ce--layout-inner-center {
    padding-left: calc(5rem * var(--spacing-adjust));
    padding-right: calc(5rem * var(--spacing-adjust));
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .ce--type-group .flex > .ce.ce {
    margin-left: calc(5rem * var(--spacing-adjust));
    margin-right: calc(5rem * var(--spacing-adjust));
    width: 100%;
  }
  .ce--type-group .flex > .ce.ce + * {
    margin-top: calc(5rem * var(--spacing-adjust));
  }
}
.ce--type-group#c47 {
  background-image: url(../Images/Grain.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.ce--type-group#c47 .flex {
  align-items: center;
}
.ce--type-group#c47 .ce__text {
  font-size: calc(2.4rem * var(--font-size-adjust));
}
@media only screen and (min-width: 1680px) {
  .ce--type-group#c47 .ce__text {
    text-transform: uppercase;
    column-count: 2;
    column-gap: calc(1rem);
  }
}

#resmio-steakhaus-der-ox {
  display: flex;
  justify-content: center;
}
@media (min-width: 1024px) {
  #resmio-steakhaus-der-ox iframe {
    width: 1024px;
    margin-top: -100px;
  }
}

.ce--type-list--gdpr_pi1 .partial,
.ce--type-list--gdpr_pi1 li {
  margin-top: calc(2.5rem * var(--spacing-adjust));
}
.ce--type-list--gdpr_pi1 ol,
.ce--type-list--gdpr_pi1 ul {
  margin-left: calc(2.5rem * var(--spacing-adjust));
}
.ce--type-list--shop_pi1 > div {
  display: flex;
}
@media only screen and (min-width: 1280px) {
  .ce--type-list--shop_pi1 > div > div:first-of-type {
    width: 70%;
  }
  .ce--type-list--shop_pi1 > div > div:last-of-type {
    width: 30%;
  }
}
body[data-uid=

/* ---- chunk ---- */

] .ce--type-list--shop_pi1 > div .products .product__info footer {
  padding-right: 0;
}
.ce--type-list--shop_pi1 > div .products .product__info header span:not(.product__price),
.ce--type-list--shop_pi1 > div .products .product__info footer span:not(.product__price) {
  font-size: calc(1.2rem * var(--font-size-adjust));
  font-weight: normal;
}
.ce--type-list--shop_pi1 > div .products .product__info header span.product__price,
.ce--type-list--shop_pi1 > div .products .product__info footer span.product__price {
  float: right;
}
.ce--type-list--shop_pi1 > div .products .product__info > p + p {
  margin-top: 0;
}
.ce--type-list--shop_pi1 > div .products .product__info footer {
  margin-top: auto;
}
.ce--type-list--shop_pi1 > div .products .product__info header span:not(.product__price) {
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .ce--type-list--shop_pi1 > div .products .product__info header span:not(.product__price) {
    top: -1.5rem;
  }
}
@media only screen and (max-width: 1024px) {
  .ce--type-list--shop_pi1 > div .products .product__info header span:not(.product__price) {
    top: -0.75rem;
  }
}
.ce--type-list--shop_pi1 > div .products .product__media {
  width: 25%;
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}
.ce--type-list--shop_pi1 > div .products .product__media figure {
  position: relative;
  height: 100%;
  min-height: 15vw;
}
.ce--type-list--shop_pi1 > div .products .product__media figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media only screen and (max-width: 450px) {
  .ce--type-list--shop_pi1 > div .products .product__media {
    display: none;
  }
}
.ce--type-list--shop_pi1 > div .products .product__add {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background: white;
}
.ce--type-list--shop_pi1 > div .products .product__add svg {
  position: absolute;
  width: 90%;
  height: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
}
.ce--type-list--shop_pi1 > div .products .product__add g, .ce--type-list--shop_pi1 > div .products .product__add path {
  stroke: #AF2024;
}
.ce--type-list--shop_pi1 > div .basket {
  padding-left: 2.5vw;
}
@media only screen and (min-width: 1280px) {
  .ce--type-list--shop_pi1 > div .basket .basket__toggle {
    display: none;
  }
}
@media only screen and (max-width: 1280px) {
  .ce--type-list--shop_pi1 > div .basket {
    padding-left: 0;
    position: fixed;
    right: 0;
    top: 100px;
    bottom: 0;
    width: 580px;
    max-width: 100%;
    background: white;
  }
  .ce--type-list--shop_pi1 > div .basket--visible {
    box-shadow: -25px 0 100px rgba(0, 0, 0, 0.5);
  }
  .ce--type-list--shop_pi1 > div .basket .basket__toggle--show {
    position: fixed;
    height: 50px;
    width: 50px;
    top: 15px;
    right: 15px;
    border: solid 1px white;
  }
  .ce--type-list--shop_pi1 > div .basket .basket__toggle--hide {
    border: solid 1px #AF2024;
    top: 25px;
    display: inline-block;
    padding: 10px;
    margin-bottom: 20px;
  }
  .ce--type-list--shop_pi1 > div .basket .basket__toggle--hide:hover {
    background: #AF2024;
    color: white;
  }
}
.ce--type-list--shop_pi1 > div .basket hr {
  border-top-color: rgba(106, 94, 88, 0.25);
  margin-top: calc(2.5rem * var(--spacing-adjust));
  margin-bottom: calc(2.5rem * var(--spacing-adjust));
}
.ce--type-list--shop_pi1 > div .basket__overlay {
  border-radius: 1px;
  box-shadow: 0 0 3px rgba(106, 94, 88, 0.25);
  padding: 1.5rem;
  overflow: hidden auto;
  max-height: calc(100vh - 100px);
}
.ce--type-list--shop_pi1 > div .basket__overlay > header,
.ce--type-list--shop_pi1 > div .basket__overlay p.basket__subheader,
.ce--type-list--shop_pi1 > div .basket__overlay p.basket__info {
  text-align: center;
}
.ce--type-list--shop_pi1 > div .basket__overlay p.basket__info {
  margin-bottom: 1.5rem;
}
.ce--type-list--shop_pi1 > div .basket__overlay > header {
  font-size: calc(2.4rem * var(--font-size-adjust));
  margin-bottom: calc(2.5rem * var(--spacing-adjust));
  text-transform: uppercase;
  color: #AF2024;
  font-weight: bold;
}
.ce--type-list--shop_pi1 > div .basket__overlay button {
  width: 100%;
}
.ce--type-list--shop_pi1 > div .basket__overlay li span {
  font-size: calc(1.36rem * var(--font-size-adjust));
  line-height: 1.75;
}
.ce--type-list--shop_pi1 > div .basket__overlay li svg line {
  stroke: #AF2024;
}
.ce--type-list--shop_pi1 > div .basket.sticky {
  --base-width: 95%;
  width: calc(var(--base-width) * .3) !important;
  max-width: 580px;
}
@media only screen and (max-width: 1920px) {
  .ce--type-list--shop_pi1 > div .basket.sticky {
    --base-width: 100%;
  }
}
@media only screen and (max-width: 1280px) {
  .ce--type-list--shop_pi1 > div .basket.sticky {
    width: 100% !important;
  }
}
.ce--type-list--shop_pi1 > div .connector {
  min-width: 0;
  min-height: 0;
  padding: 2.5vw;
  max-width: 100vw;
  width: 480px;
}
@media only screen and (max-width: 768px) {
  .ce--type-list--shop_pi1 > div .connector {
    z-index: 5000;
  }
  .ce--type-list--shop_pi1 > div .connector--visible {
    top: auto;
    bottom: 0;
    height: calc(100vh - 200px);
    overflow-y: auto;
    box-shadow: 0 0 100px rgba(0, 0, 0, 0.75);
    left: 0;
    right: 0;
    transform: none;
  }
}
.ce--type-list--shop_pi1 > div .connector a {
  margin-top: calc(2.5rem * var(--spacing-adjust));
  width: 100%;
}
.ce--type-list--shop_pi1 > div .connector li {
  padding: 0.5rem 0;
}
.ce--type-list--shop_pi1 > div .connector li:not(:last-of-type) {
  border-bottom: solid 1px #6A5E58;
}
.ce--type-list--shop_pi1 > div .connector li.selected {
  color: #AF2024;
}
.ce--type-list--shop_pi1 > div .connector li.selected svg {
  display: none;
}
.ce--type-list--shop_pi1 > div .connector li span {
  margin-left: 1rem;
}
.ce--type-list--shop_pi1 > div .connector li svg line {
  stroke: #AF2024;
}
.ce--type-list--shop_pi1 > div .finisher {
  width: 100% !important;
  text-align: center;
}
main > .ce--type-list--ox_news:first-child {
  margin-top: calc(-15rem * var(--spacing-adjust));
}
@media screen and (max-width: 767px) {
  main > .ce--type-list--ox_news:first-child {
    margin-top: calc(-10rem * var(--spacing-adjust));
  }
}
.ce--type-list--ox_news .ox_news {
  background: var(--color-primary);
  position: relative;
  padding: 0 90px;
  display: flex;
  color: white;
  min-height: 400px;
}
@media screen and (max-width: 767px) {
  .ce--type-list--ox_news .ox_news {
    flex-direction: column;
    padding: 0 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ce--type-list--ox_news .ox_news {
    padding: 0 45px;
  }
}
@media screen and (min-width: 768px) {
  .ce--type-list--ox_news .ox_news {
    max-height: 400px;
  }
}
.ce--type-list--ox_news .ox_news:before {
  content: 

/* ---- chunk ---- */

;
  }
}
.ce--type-list--ox_news .ox_news__contact {
  list-style: none;
  display: flex;
}
@media screen and (max-width: 767px) {
  .ce--type-list--ox_news .ox_news__contact {
    display: none;
  }
}
.ce--type-list--ox_news .ox_news__contact li a {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: solid 2px white;
  transition: background-color 0.25s linear;
}
.ce--type-list--ox_news .ox_news__contact li a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.ce--type-list--ox_news .ox_news__contact li img {
  max-height: 30px;
  max-width: 30px;
  height: auto;
  width: auto;
  object-fit: contain;
  object-position: center;
}
.ce--type-list--ox_news .ox_news__contact li img[src*=Phone] {
  max-width: 26px;
  max-height: 26px;
}
.ce--type-list--ox_news .ox_news__contact li:not(:first-child) {
  margin-left: 15px;
}
.ce--type-list--ox_news .ox_news__articles {
  display: flex;
  overflow: hidden;
  height: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.ce--type-list--ox_news .ox_news__articles::-webkit-scrollbar {
  display: none;
}
.ce--type-list--ox_news .ox_news__article {
  position: relative;
  display: flex;
  width: 45vw;
  flex-shrink: 0;
  flex-grow: 0;
  transform: translateX(calc(-100% * var(--index, 0)));
  transition: transform 0.5s ease-out;
}
@media screen and (max-width: 767px) {
  .ce--type-list--ox_news .ox_news__article {
    width: 100vw;
    flex-direction: column;
    padding: 0 0 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ce--type-list--ox_news .ox_news__article {
    width: calc(100vw - 250px - 45px);
    padding: 70px 25px 50px;
  }
}
@media screen and (min-width: 1024px) {
  .ce--type-list--ox_news .ox_news__article {
    min-width: 720px;
    padding: 70px 50px 50px;
  }
}
.ce--type-list--ox_news .ox_news__article:not(.-active) {
  opacity: 0.5;
  background-color: #84181b;
}
.ce--type-list--ox_news .ox_news__article__image {
  position: relative;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .ce--type-list--ox_news .ox_news__article__image {
    margin-bottom: 25px;
    width: 100%;
    height: 200px;
  }
}
@media screen and (min-width: 767px) {
  .ce--type-list--ox_news .ox_news__article__image {
    width: calc(50% - 40px);
    margin-right: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .ce--type-list--ox_news .ox_news__article__image {
    min-width: 280px;
  }
}
.ce--type-list--ox_news .ox_news__article__image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ce--type-list--ox_news .ox_news__article__header * {
  color: white;
}
.ce--type-list--ox_news .ox_news__article__bodytext {
  font-size: 1.5rem;
}

main > .ce--type-text[style*=background-color] {
  padding: calc(5rem * var(--spacing-adjust));
}
@media only screen and (min-width: 768px) {
  .ce--type-text.ce--layout-header-left article {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width: 768px) {
  .ce--type-text.ce--layout-header-left article * {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .ce--type-text.ce--layout-header-left .ce__header {
    margin-right: calc(2.5rem * var(--spacing-adjust));
  }
}
@media only screen and (min-width: 1680px) {
  .ce--type-text.ce--layout-header-left .ce__header {
    min-width: 450px;
  }
}
@media only screen and (min-width: 768px) {
  .ce--type-text.ce--layout-header-left .ce__text {
    margin-left: calc(2.5rem * var(--spacing-adjust));
  }
}

.ce--type-textpic {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .ce--type-textpic .ce__media--behind {
    position: relative;
    overflow: hidden;
  }
  .ce--type-textpic .ce__media--behind figure {
    z-index: 1;
    height: 0;
    padding-top: 56.25%;
    position: relative;
    overflow: hidden;
    opacity: 0.5;
  }
  body[data-uid=

/* ---- chunk ---- */

] .ce--type-textpic .ce__content--above {
    top: 60%;
  }
  .ce--type-textpic .ce__content--above * {
    color: white;
  }
  .ce--type-textpic .ce__content--above .button {
    border-color: white;
  }
}
@media only screen and (max-width: 768px) {
  .ce--type-textpic .ce__content--above {
    padding: 33px;
  }
  .ce--type-textpic .ce__content--above .link--icon {
    color: white !important;
  }
}
.ce--type-textpic.ce--layout-tile {
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .ce--type-textpic.ce--layout-tile.ce--layout-tile {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  .ce--type-textpic.ce--layout-tile .ce__header *,
.ce--type-textpic.ce--layout-tile .ce__content * {
    --font-size-adjust: .75;
  }
}
.ce--type-textpic.ce--layout-tile figure:not(:first-of-type) {
  display: none !important;
}
.ce--type-textpic.ce--layout-tile .ce__media--behind figure {
  padding-top: 75%;
}
@media only screen and (min-width: 1024px) and (max-width: 1360px) {
  .ce--type-textpic.ce--layout-tile .ce__media--behind figure {
    padding-top: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .ce--type-textpic.ce--layout-tile .ce__media--behind figure {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  main > .ce--type-textpic .ce__media--behind figure, .ce--type-textpic.ce--layout-tile .ce__media--behind figure {
    mix-blend-mode: multiply;
  }
}
.ce--type-textpic:not([class*=ce--layout]) .flex {
  align-items: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 540px) {
  .ce--type-textpic:not([class*=ce--layout]) .flex .ce__media {
    margin-right: calc(5rem * var(--spacing-adjust));
  }
  .ce--type-textpic:not([class*=ce--layout]) .flex .ce__media--left, .ce--type-textpic:not([class*=ce--layout]) .flex .ce__media--right {
    max-width: 540px;
  }
  .ce--type-textpic:not([class*=ce--layout]) .flex .ce__content {
    margin-left: calc(5rem * var(--spacing-adjust));
  }
}
@media only screen and (max-width: 540px) {
  .ce--type-textpic:not([class*=ce--layout]) .flex .ce__media,
.ce--type-textpic:not([class*=ce--layout]) .flex .ce__content {
    margin-left: calc(5rem * var(--spacing-adjust));
    margin-right: calc(5rem * var(--spacing-adjust));
    text-align: center;
  }
  .ce--type-textpic:not([class*=ce--layout]) .flex .ce__media--left + .ce__content {
    margin-top: calc(5rem * var(--spacing-adjust));
  }
}
.ce--type-textpic.ce--layout-frame-and-icon {
  padding: calc(5rem * var(--spacing-adjust));
  border: solid 2px #6A5E58;
}
.ce--type-textpic.ce--layout-frame-and-icon .ce__media {
  padding-bottom: calc(2.5rem * var(--spacing-adjust));
  width: calc(256px / 3);
  margin: 0 auto;
  border-bottom: solid 2px #6A5E58;
}
.ce--type-textpic.ce--layout-frame-and-icon .ce__media + * {
  margin-top: calc(5rem * var(--spacing-adjust));
}
.ce--type-textpic.ce--layout-frame-and-icon .ce__media img {
  width: calc(256px / 3);
  display: block;
  margin: auto;
}
.ce--type-textpic.ce--layout-image-floating {
  z-index: 10;
}
.ce--type-textpic.ce--layout-image-floating > .flex,
.ce--type-textpic.ce--layout-image-floating > .flex > .ce__content {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .ce--type-textpic.ce--layout-image-floating > .flex,
.ce--type-textpic.ce--layout-image-floating > .flex > .ce__content {
    width: 100% !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1920px) {
  .ce--type-textpic.ce--layout-image-floating.ce--type-textpic--media-left .ce__header, .ce--type-textpic.ce--layout-image-floating.ce--type-textpic--media-left .ce__content {
    transform: translateX(7.5%);
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1920px) {
  .ce--type-textpic.ce--layout-image-floating.ce--type-textpic--media-right .ce__header, .ce--type-textpic.ce--layout-image-floating.ce--type-textpic--media-right .ce__content {
    transform: translateX(-7.5%);
  }
}
.ce--type-textpic.ce--layout-image-floating .ce__media figure, .ce--type-textpic.ce--layout-image-floating .ce__media img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1024px) {
  .ce--type-textpic.ce--layout-image-floating .ce__media figure, .ce--type-textpic.ce--layout-image-floating .ce__media img {
    transform: none !important;
  }
}
@media only screen and (min-width: 1024px) {
  .ce--type-textpic.ce--layout-image-floating .ce__media {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 2050px) {
  .ce--type-textpic.ce--layout-image-floating .ce__media {
    width: 720px;
  }
  .ce--type-textpic.ce--layout-image-floating .ce__media--right {
    left: calc(1920px - 360px);
  }
  .ce--type-textpic.ce--layout-image-floating .ce__media--left {
    right: calc(1920px - 360px);
  }
}
@media only screen and (min-width: 1680px) and (max-width: 2050px) {
  .ce--type-textpic.ce--layout-image-floating .ce__media {
    width: 720px;
  }
  .ce--type-textpic.ce--layout-image-floating .ce__media--right {
    left: calc(95vw - 360px);
  }
  .ce--type-textpic.ce--layout-image-floating .ce__media--left {
    right: calc(95vw - 360px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1680px) {
  .ce--type-textpic.ce--layout-image-floating .ce__media {
    width: 640px;
  }
  .ce--type-textpic.ce--layout-image-floating .ce__media--right {
    left: calc(95vw - 320px);
  }
  .ce--type-textpic.ce--layout-image-floating .ce__media--left {
    right: calc(95vw - 320px);
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  .ce--type-textpic.ce--layout-image-floating .ce__media {
    width: 400px;
  }
  .ce--type-textpic.ce--layout-image-floating .ce__media--right {
    left: calc(95vw - 200px);
  }
  .ce--type-textpic.ce--layout-image-floating .ce__media--left {
    right: calc(95vw - 200px);
  }
}
@media only screen and (max-width: 1024px) {
  .ce--type-textpic.ce--layout-image-floating .ce__media {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 66px);
  }
  .ce--type-textpic.ce--layout-image-floating .ce__media--right {
    margin-top: calc(5rem * var(--spacing-adjust));
  }
  .ce--type-textpic.ce--layout-image-floating .ce__media--left {
    margin-bottom: calc(5rem * var(--spacing-adjust));
  }
}
.ce--type-textpic.ce--layout-image-floating.ce--effects-enabled img {
  transition: opacity 0.5s linear;
}
.ce--type-textpic.ce--layout-image-floating.ce--effects-enabled:not([data-effects-applied=

/* ---- chunk ---- */

] {
                        max-width: 26px;
                        max-height: 26px;
                    }
                }

                &:not(:first-child) {
                    margin-left: 15px;
                }
            }
        }

        &__articles {
            display: flex;
            overflow: hidden;
            height: 100%;
            -ms-overflow-style: none;
            scrollbar-width: none;

            &::-webkit-scrollbar {
                display: none;
            }
        }

        &__article {
            position: relative;
            display: flex;
            width: 45vw;
            flex-shrink: 0;
            flex-grow: 0;
            transform: translateX(calc(-100% * var(--index, 0)));
            transition: transform .5s ease-out;

            @media screen and (max-width: 767px) {
                width: 100vw;
                flex-direction: column;
                padding: 0 0 25px;
            }

            @media screen and (min-width: 768px) and (max-width: 1023px) {
                width: calc(100vw - 250px - 45px);
                padding: 70px 25px 50px;
            }

            @media screen and (min-width: 1024px) {
                min-width: 720px;
                padding: 70px 50px 50px;
            }

            &:not(.-active) {
                opacity: .5;
                background-color: darken($color-primary, 10%);
            }

            &__image {
                position: relative;
                flex-shrink: 0;

                @media screen and (max-width: 767px) {
                    margin-bottom: 25px;
                    width: 100%;
                    height: 200px;
                }

                @media screen and (min-width: 767px) {
                    width: calc(50% - 40px);
                    margin-right: 40px;
                }

                @media screen and (max-width: 1023px) {
                }

                @media screen and (min-width: 1024px) {
                    min-width: 280px;
                }

                img {
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    object-position: center;
                }
            }

            &__header * {
                color: white;
            }

            &__bodytext {
                font-size: 1.5rem;
            }
        }
    }
}