/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/***
    The new CSS reset - version 1.4.7 (last updated 27.1.2022)
    GitHub page: https://github.com/elad2412/the-new-css-reset
***/
/*
    Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
    - The "symbol *" part is to solve Firefox SVG sprite bug
 */
*:where(:not(iframe, canvas, img, svg, video):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

/* Preferred box-sizing value */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Reapply the pointer cursor for anchor tags */
a, button {
  cursor: revert;
}

/* Remove list styles (bullets/numbers) */
ol, ul, menu {
  list-style: none;
}

/* For images to not be able to exceed their container */
img {
  max-width: 100%;
}

/* removes spacing between cells in tables */
table {
  border-collapse: collapse;
}

/* revert the 'white-space' property for textarea elements on Safari */
textarea {
  white-space: revert;
}

/* minimum style to allow to style meter element */
meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

/* fix the feature of 'hidden' attribute.
   display:revert; revert to element instead of attribute */
:where([hidden]) {
  display: none;
}

/* revert for bug in Chromium browsers
   - fix for the content editable attribute will work properly. */
:where([contenteditable]) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
}

/* apply back the draggable feature - exist only in Chromium and Safari */
:where([draggable=true]) {
  -webkit-user-drag: element;
}

/****** Elad Shechter's RESET *******/
/*** box sizing border-box for all elements ***/
*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

button {
  background-color: transparent;
  color: inherit;
  border-width: 0;
  padding: 0;
  cursor: pointer;
}

figure {
  margin: 0;
}

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

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

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

p {
  margin: 0;
}

cite {
  font-style: normal;
}

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

html {
  font-size: 1px; /*for using REM units*/
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 16rem;
  font-weight: 400;
  line-height: 1.3;
  color: #6B675D;
}

/* ubuntu-300 - latin */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local(""), url("../fonts/ubuntu-v20-latin-300.woff2") format("woff2"), url("../fonts/ubuntu-v20-latin-300.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* ubuntu-300italic - latin */
@font-face {
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: local(""), url("../fonts/ubuntu-v20-latin-300italic.woff2") format("woff2"), url("../fonts/ubuntu-v20-latin-300italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* ubuntu-regular - latin */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(""), url("../fonts/ubuntu-v20-latin-regular.woff2") format("woff2"), url("../fonts/ubuntu-v20-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* ubuntu-italic - latin */
@font-face {
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local(""), url("../fonts/ubuntu-v20-latin-italic.woff2") format("woff2"), url("../fonts/ubuntu-v20-latin-italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* ubuntu-500 - latin */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local(""), url("../fonts/ubuntu-v20-latin-500.woff2") format("woff2"), url("../fonts/ubuntu-v20-latin-500.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* ubuntu-700 - latin */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(""), url("../fonts/ubuntu-v20-latin-700.woff2") format("woff2"), url("../fonts/ubuntu-v20-latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
html {
  scroll-behavior: smooth;
}
html body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-family: "Ubuntu", sans-serif;
}
html body .wrapper-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
html body .wrapper-body section {
  position: relative;
  width: 100%;
  /*
  .grid {
      padding: 0;
      background-color: dimgrey;
      margin: auto;
      max-width: 1200px;
      &:after {
          content: '';
          display: block;
          clear: both;
      }
      @include respond-to('md') {
          //max-width: 716px;
      }
      @include respond-to('lg') {
          //max-width: 1440px;
      }


      .grid-item {
          width: 160px;
          height: 131px;
          float: left;
          padding: 7px;
          display: flex;
          @include respond-to('md') {
              padding: 15px;
              width: 358px;
              height: 261px;
          }

          .container {
              background-color: #DDDAD3;
              height: 100%;
              width: 100%;
              pointer-events: none;
              position: relative;
              padding: 0;
              overflow: hidden;
              img {
                  width: 100%;
                  height: 100%;
                  object-fit: cover;
                  display: block;
                  position: absolute;
              }
              .name {
                  position: absolute;
                  bottom: 10px;
                  left: 10px;
                  background: $White;
                  padding: 8px 10px;
              }

          }
      }
      //.grid-item--width2 { width: 320px; }
      //.grid-item--width3 { width: 480px; }
      //.grid-item--width4 { width: 640px; }

      .grid-item--height2 { height: 358px; }
      .big-teaser {
          height: 181px;
          @include respond-to('md') {
              height: 358px;
          }
      }
      //.grid-item--height3 { height: 260px; }
      //.grid-item--height4 { height: 360px; }


      .grid-item--gigante {
          width: calc(358px * 2);
          height: calc(261px * 2);
          z-index: 2; // above other items //
      }

      .grid-item:hover {
          cursor: pointer;
      }
      .invisible {
          height: 0;
          width: 0;
          border: none;
          opacity: 0;
          padding: 0;
          pointer-events: none;
      }
  }
  */
  /*
  .grid-item--width2 { width: 320px; }
  .grid-item--width3 { width: 480px; }
  .grid-item--width4 { width: 640px; }

  .grid-item--height2 { height: 200px; }
  .grid-item--height3 { height: 260px; }
  .grid-item--height4 { height: 360px; }
  */
}
html body .wrapper-body section.beige {
  background-color: #FFFAEF;
}
html body .wrapper-body section.light-brown {
  background-color: #EDE5D8;
}
html body .wrapper-body section.orange {
  background-color: #FCECDD;
}
html body .wrapper-body section.bg-orange {
  background-color: #b76e2b;
}
html body .wrapper-body section.bg-coffee {
  background-color: #643E1B;
}
html body .wrapper-body section.no-padding-top {
  padding-top: 0;
}
@media (min-width: 768px) {
  html body .wrapper-body section.headline-text .container {
    max-width: 664px;
  }
}
@media (min-width: 1200px) {
  html body .wrapper-body section.headline-text .container {
    max-width: 1194px;
  }
}
html body .wrapper-body section.headline-text .video-section {
  margin: auto;
  max-width: 1199px;
  padding: 0 30px;
}
@media (min-width: 1200px) {
  html body .wrapper-body section.partner .container {
    max-width: 1194px;
  }
}
@media (min-width: 1460px) {
  html body .wrapper-body section.text-image .container {
    max-width: 1836px;
  }
}
@media (min-width: 1460px) {
  html body .wrapper-body section.text-image .container .content-container {
    max-width: 1455px;
    margin-left: auto;
  }
}
html body .wrapper-body section.content-header .container:not(.detail-image-container) {
  margin: 160px auto 0 auto;
}
html body .wrapper-body section.content-header .container.no-margin {
  margin: 110px auto 160px auto;
}
html body .wrapper-body section.content-header .container.news-header-container {
  margin: 160px auto 0 auto;
}
@media (min-width: 992px) {
  html body .wrapper-body section.content-header .container.news-header-container {
    margin: 355px auto 0 auto;
  }
}
html body .wrapper-body section.news-detail-single-image .container .content-container img {
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 60vh;
  margin-top: 60px;
}
html body .wrapper-body section.team-section .container, html body .wrapper-body section.projects-header .container, html body .wrapper-body section.content-type-text .container {
  max-width: 1200px;
}
@media (min-width: 1460px) {
  html body .wrapper-body section.team-section .container, html body .wrapper-body section.projects-header .container, html body .wrapper-body section.content-type-text .container {
    max-width: 1836px;
  }
}
html body .wrapper-body section.team-section .container .content-container, html body .wrapper-body section.projects-header .container .content-container, html body .wrapper-body section.content-type-text .container .content-container {
  max-width: 664px;
  margin: auto;
}
@media (min-width: 768px) {
  html body .wrapper-body section.team-section .container .content-container, html body .wrapper-body section.projects-header .container .content-container, html body .wrapper-body section.content-type-text .container .content-container {
    padding: 0 30px;
  }
}
@media (min-width: 1200px) {
  html body .wrapper-body section.team-section .container .content-container, html body .wrapper-body section.projects-header .container .content-container, html body .wrapper-body section.content-type-text .container .content-container {
    max-width: 1194px;
    padding: 0 30px;
    margin: auto;
  }
}
html body .wrapper-body section.team-section .container .content-container .text-container, html body .wrapper-body section.projects-header .container .content-container .text-container, html body .wrapper-body section.content-type-text .container .content-container .text-container {
  flex: 1;
  flex-direction: column;
  gap: 30px;
  margin-top: 65px;
}
@media (min-width: 992px) {
  html body .wrapper-body section.team-section .container .content-container .text-container, html body .wrapper-body section.projects-header .container .content-container .text-container, html body .wrapper-body section.content-type-text .container .content-container .text-container {
    flex-direction: row;
    margin-top: 130px;
  }
}
html body .wrapper-body section.team-section .container.projects-wrapper, html body .wrapper-body section.projects-header .container.projects-wrapper, html body .wrapper-body section.content-type-text .container.projects-wrapper {
  margin-top: 0;
  padding: 0;
}
@media (min-width: 992px) {
  html body .wrapper-body section.team-section .container.projects-wrapper, html body .wrapper-body section.projects-header .container.projects-wrapper, html body .wrapper-body section.content-type-text .container.projects-wrapper {
    padding: 0 30px;
  }
}
@media (min-width: 1460px) {
  html body .wrapper-body section.projects-header .container:not(.detail-image-container) {
    margin: 356px auto 0 auto;
  }
}
html body .wrapper-body section.projects-header .container:not(.detail-image-container).projects-wrapper {
  margin: 0 auto 0 auto;
}
html body .wrapper-body section .container {
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
html body .wrapper-body section .container a {
  color: #b76e2b;
}
html body .wrapper-body section .container.no-padding {
  padding: 0;
}
@media (min-width: 768px) {
  html body .wrapper-body section .container.text-slider {
    padding: 0 0 0 30px;
  }
}
@media (min-width: 992px) {
  html body .wrapper-body section .container.text-slider {
    padding: 0 30px;
  }
}
html body .wrapper-body section .container .text-left {
  text-align: left;
}
html body .wrapper-body section .container .text-center {
  text-align: center;
}
html body .wrapper-body section .container h1 {
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 2.1px;
  color: #6B675D;
  font-weight: 100;
}
html body .wrapper-body section .container h1.light {
  color: #ffffff;
  font-size: 32px;
  line-height: 37px;
}
@media (min-width: 1460px) {
  html body .wrapper-body section .container h1.light {
    font-size: 48px;
    line-height: 60px;
  }
}
html body .wrapper-body section .container h1.light.colored {
  color: #b76e2b;
}
html body .wrapper-body section .container h1.light.dark {
  color: #6B675D;
}
html body .wrapper-body section .container h2 {
  font-size: 32px;
  line-height: 37px;
  color: #b76e2b;
  font-weight: 100;
}
@media (min-width: 768px) {
  html body .wrapper-body section .container h2 {
    font-size: 32px;
    line-height: 37px;
  }
}
@media (min-width: 1200px) {
  html body .wrapper-body section .container h2 {
    font-size: 48px;
    line-height: 60px;
  }
}
html body .wrapper-body section .container h3 {
  font-size: 28px;
  line-height: 40px;
}
html body .wrapper-body section .container h4 {
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
}
@media (min-width: 768px) {
  html body .wrapper-body section .container h4 {
    line-height: 30px;
  }
}
html body .wrapper-body section .container p {
  color: #6B675D;
  font-weight: 100;
}
html body .wrapper-body section .container p.share-label {
  color: #b76e2b;
}
html body .wrapper-body section .container .basic {
  margin-top: 40px;
}
@media (min-width: 768px) {
  html body .wrapper-body section .container .basic {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  html body .wrapper-body section .container .basic {
    margin-top: 50px;
  }
}
@media (min-width: 1460px) {
  html body .wrapper-body section .container .basic {
    margin-top: 68px;
  }
}
html body .wrapper-body section .container .basic p {
  font-size: 16px;
  line-height: 28px;
}
html body .wrapper-body section .container .basic.no-margin {
  margin: 0;
  max-width: 100%;
}
html body .wrapper-body section .container .basic.secondary p {
  line-height: 28px;
}
html body .wrapper-body section .container .lead {
  margin-top: 42px;
}
@media (min-width: 768px) {
  html body .wrapper-body section .container .lead {
    margin-top: 50px;
  }
}
@media (min-width: 1200px) {
  html body .wrapper-body section .container .lead {
    margin-top: 70px;
  }
}
@media (min-width: 1460px) {
  html body .wrapper-body section .container .lead {
    margin-top: 100px;
  }
}
html body .wrapper-body section .container .lead p {
  font-size: 18px;
  line-height: 28px;
}
@media (min-width: 1200px) {
  html body .wrapper-body section .container .lead p {
    font-size: 20px;
    line-height: 32px;
  }
}
html body .wrapper-body section .container .lead.table {
  margin-top: 0;
}
html body .wrapper-body section .container .item-lead {
  margin-top: 0;
  margin-bottom: 0;
}
html body .wrapper-body section .container .item-lead.basic-margin-top {
  margin-top: 60px;
}
html body .wrapper-body section .container .item-lead.basic-margin-top h3 {
  margin-bottom: 40px;
}
html body .wrapper-body section .container strong {
  font-weight: bold;
}
html body .wrapper-body section .container .contact-desc strong {
  font-size: unset;
}
html body .wrapper-body section .container .buttons-row {
  flex-direction: column;
  margin-top: 50px;
  gap: 33px;
}
@media (min-width: 992px) {
  html body .wrapper-body section .container .buttons-row {
    flex-direction: row;
    gap: 110px;
  }
}
html body .wrapper-body section .container .buttons-row.no-margin {
  margin: 0;
}
html body .wrapper-body section .container .buttons-row.negativ button.primary {
  color: #ffffff;
}
html body .wrapper-body section .container .buttons-row.negativ button.primary a {
  color: #ffffff;
}
html body .wrapper-body section .container .buttons-row.negativ button.primary a::after {
  background-image: url("../images/button-arrow-white.svg");
}
html body .wrapper-body section .container .buttons-row.negativ button.primary .line,
html body .wrapper-body section .container .buttons-row.negativ button.primary .arrow {
  stroke: #ffffff;
}
html body .wrapper-body section .container button {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2.8px;
  line-height: 30px;
  position: relative;
}
html body .wrapper-body section .container button.primary {
  color: #b76e2b;
  position: relative;
  z-index: 10;
}
html body .wrapper-body section .container button.primary svg {
  margin-left: 10px;
}
html body .wrapper-body section .container button.primary svg .line.short {
  -webkit-animation: primaryButtonAnim 0.3s ease-in;
          animation: primaryButtonAnim 0.3s ease-in;
  -webkit-transform: translate(7px, -13px);
          transform: translate(7px, -13px);
}
html body .wrapper-body section .container button.primary svg .line.temp {
  -webkit-animation: primaryButtonAnimBackwards 0.3s ease-in;
          animation: primaryButtonAnimBackwards 0.3s ease-in;
}
html body .wrapper-body section .container button.primary.accent {
  text-transform: unset;
  font-style: normal;
  letter-spacing: unset;
  font-weight: 100;
}
html body .wrapper-body section .container button > * {
  /*
  color: #ffffff;
  text-transform: uppercase;
  padding: 19px 58px;
  display: block;
  letter-spacing: 1.2px;

   */
}
html body .wrapper-body section .container ul {
  padding-left: 13px;
}
html body .wrapper-body section .container ul li {
  font-size: 16px;
  line-height: 28px;
  font-weight: 100;
  position: relative;
  padding-left: 20px;
  list-style: disc;
  padding-left: 10px;
}
html body .wrapper-body section .container ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  height: 2px;
  width: 10px;
  background-color: #ffffff;
}
html body .wrapper-body section .container .text-basic-lead {
  margin-top: 0 !important;
}
html body .wrapper-body section h1.vertical {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(270deg);
          transform: translateY(-50%) translateX(-50%) rotate(270deg);
  text-transform: uppercase;
  left: 48px;
  color: #6B675D;
  font-weight: 100;
  font-size: 10px;
  letter-spacing: 2.1px;
  width: 200px;
  display: flex;
  justify-content: center;
  opacity: 0;
}
@media (min-width: 768px) {
  html body .wrapper-body section h1.vertical {
    opacity: 1;
  }
}
@media (min-width: 992px) {
  html body .wrapper-body section h1.vertical {
    font-size: 14px;
  }
}
html body .wrapper-body section h1.vertical.slider-text-headline {
  z-index: 1;
}
@media (min-width: 768px) {
  html body .wrapper-body section h1.vertical.slider-text-headline {
    top: 75%;
  }
}
@media (min-width: 992px) {
  html body .wrapper-body section h1.vertical.slider-text-headline {
    top: 50%;
  }
}
@media (min-width: 1460px) {
  html body .wrapper-body section h1.vertical.slider-text-headline {
    top: 35%;
    z-index: 1000;
  }
}
html body .wrapper-body section .swipe-controls {
  position: relative;
  height: 100px;
  width: 120px;
  margin: auto;
}
html body .wrapper-body section .swipe-controls .swiper-button-next,
html body .wrapper-body section .swipe-controls .swiper-button-prev,
html body .wrapper-body section .swipe-controls .sliderTextSwiperNext,
html body .wrapper-body section .swipe-controls .sliderTextSwiperPrev,
html body .wrapper-body section .swipe-controls .sliderTextSwiperNextSecond,
html body .wrapper-body section .swipe-controls .sliderTextSwiperPrevSecond,
html body .wrapper-body section .swipe-controls .newsTeaserSwiperNext,
html body .wrapper-body section .swipe-controls .newsTeaserSwiperPrev,
html body .wrapper-body section .swipe-controls .contentTeaserSwiperNext,
html body .wrapper-body section .swipe-controls .contentTeaserSwiperPrev {
  width: 60px;
  height: 40px;
}
html body .wrapper-body section .swipe-controls .swiper-button-next::after,
html body .wrapper-body section .swipe-controls .swiper-button-prev::after,
html body .wrapper-body section .swipe-controls .sliderTextSwiperNext::after,
html body .wrapper-body section .swipe-controls .sliderTextSwiperPrev::after,
html body .wrapper-body section .swipe-controls .sliderTextSwiperNextSecond::after,
html body .wrapper-body section .swipe-controls .sliderTextSwiperPrevSecond::after,
html body .wrapper-body section .swipe-controls .newsTeaserSwiperNext::after,
html body .wrapper-body section .swipe-controls .newsTeaserSwiperPrev::after,
html body .wrapper-body section .swipe-controls .contentTeaserSwiperNext::after,
html body .wrapper-body section .swipe-controls .contentTeaserSwiperPrev::after {
  content: "";
  background-size: cover;
  height: 10px;
  width: 15px;
}
html body .wrapper-body section .swipe-controls .swiper-button-next::after,
html body .wrapper-body section .swipe-controls .sliderTextSwiperNext::after,
html body .wrapper-body section .swipe-controls .sliderTextSwiperNextSecond::after,
html body .wrapper-body section .swipe-controls .newsTeaserSwiperNext::after,
html body .wrapper-body section .swipe-controls .contentTeaserSwiperNext::after {
  background-image: url("/assets/images/swipe-next.svg");
}
html body .wrapper-body section .swipe-controls .swiper-button-prev::after,
html body .wrapper-body section .swipe-controls .sliderTextSwiperPrev::after,
html body .wrapper-body section .swipe-controls .sliderTextSwiperPrevSecond::after,
html body .wrapper-body section .swipe-controls .newsTeaserSwiperPrev::after,
html body .wrapper-body section .swipe-controls .contentTeaserSwiperPrev::after {
  background-image: url("/assets/images/swipe-prev.svg");
}
html body .wrapper-body section .swipe-controls .sliderTextSwiperNext,
html body .wrapper-body section .swipe-controls .sliderTextSwiperPrev,
html body .wrapper-body section .swipe-controls .sliderTextSwiperNextSecond,
html body .wrapper-body section .swipe-controls .sliderTextSwiperPrevSecond,
html body .wrapper-body section .swipe-controls .newsTeaserSwiperNext,
html body .wrapper-body section .swipe-controls .newsTeaserSwiperPrev,
html body .wrapper-body section .swipe-controls .contentTeaserSwiperNext,
html body .wrapper-body section .swipe-controls .contentTeaserSwiperPrev {
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
html body .wrapper-body section .swipe-controls .sliderTextSwiperNext,
html body .wrapper-body section .swipe-controls .sliderTextSwiperNextSecond,
html body .wrapper-body section .swipe-controls .newsTeaserSwiperNext,
html body .wrapper-body section .swipe-controls .contentTeaserSwiperNext {
  right: 10px;
  left: auto;
}
html body .wrapper-body section .swipe-controls .sliderTextSwiperPrev,
html body .wrapper-body section .swipe-controls .sliderTextSwiperPrevSecond,
html body .wrapper-body section .swipe-controls .newsTeaserSwiperPrev,
html body .wrapper-body section .swipe-controls .contentTeaserSwiperPrev {
  left: 10px;
  right: auto;
}
html body .wrapper-body section.light h1,
html body .wrapper-body section.light h2,
html body .wrapper-body section.light p,
html body .wrapper-body section.light button {
  color: #ffffff !important;
}
html body .wrapper-body section .grid {
  max-width: 374px;
  margin: auto;
}
@media (min-width: 390px) {
  html body .wrapper-body section .grid {
    max-width: 390px;
  }
}
@media (min-width: 414px) {
  html body .wrapper-body section .grid {
    max-width: 410px;
  }
}
@media (min-width: 768px) {
  html body .wrapper-body section .grid {
    max-width: 760px;
  }
}
@media (min-width: 992px) {
  html body .wrapper-body section .grid {
    max-width: 990px;
  }
}
@media (min-width: 1200px) {
  html body .wrapper-body section .grid {
    max-width: 1200px;
  }
}
@media (min-width: 1366px) {
  html body .wrapper-body section .grid {
    max-width: 1364px;
  }
}
@media (min-width: 1560px) {
  html body .wrapper-body section .grid {
    max-width: 1560px;
  }
}
html body .wrapper-body section .grid::after {
  content: "";
  display: block;
  clear: both;
}
html body .wrapper-body section .grid-item {
  width: 187px;
  float: left;
  border: 7px solid transparent;
}
@media (min-width: 390px) {
  html body .wrapper-body section .grid-item {
    width: 195px;
  }
}
@media (min-width: 768px) {
  html body .wrapper-body section .grid-item {
    width: 380px;
  }
}
@media (min-width: 992px) {
  html body .wrapper-body section .grid-item {
    width: 330px;
  }
}
@media (min-width: 1200px) {
  html body .wrapper-body section .grid-item {
    width: 400px;
  }
}
@media (min-width: 1366px) {
  html body .wrapper-body section .grid-item {
    width: 341px;
  }
}
@media (min-width: 1560px) {
  html body .wrapper-body section .grid-item {
    width: 390px;
  }
}
html body .wrapper-body section .grid-item.grid-item--gigante .container * {
  pointer-events: none !important;
}
html body .wrapper-body section .grid-item.grid-item--gigante .container a {
  pointer-events: auto !important;
}
html body .wrapper-body section .grid-item.grid-item--gigante .container img {
  height: 35%;
}
html body .wrapper-body section .grid-item.grid-item--gigante .container .name {
  display: none;
}
html body .wrapper-body section .grid-item.grid-item--gigante .container .close-btn {
  opacity: 1;
  pointer-events: none;
}
html body .wrapper-body section .grid-item.grid-item--gigante .container .close-btn svg {
  pointer-events: none;
}
html body .wrapper-body section .grid-item.grid-item--gigante .container .description {
  position: absolute;
  top: 37%;
  opacity: 1;
  pointer-events: auto;
  padding: 0 15px;
}
html body .wrapper-body section .grid-item.grid-item--gigante .container .description p {
  font-size: 13px;
  font-weight: 100;
}
@media (min-width: 992px) {
  html body .wrapper-body section .grid-item.grid-item--gigante .container .description p {
    font-size: 14px;
  }
}
@media (min-width: 1560px) {
  html body .wrapper-body section .grid-item.grid-item--gigante .container .description p {
    font-size: 16px;
  }
}
html body .wrapper-body section .grid-item.grid-item--gigante .container .description .name-label {
  font-size: 25px;
  color: #6B675D;
}
html body .wrapper-body section .grid-item.grid-item--gigante .container .description .function {
  font-size: 18px;
}
html body .wrapper-body section .grid-item.grid-item--gigante .container .description .desc-text {
  margin: 15px 0;
}
html body .wrapper-body section .grid-item.inactive {
  opacity: 0.2;
}
html body .wrapper-body section .grid-item.small {
  height: 131px;
}
@media (min-width: 768px) {
  html body .wrapper-body section .grid-item.small {
    height: 248px;
  }
}
@media (min-width: 992px) {
  html body .wrapper-body section .grid-item.small {
    height: 261px;
  }
}
html body .wrapper-body section .grid-item.small.grid-item--gigante {
  height: 655px;
  width: 100%;
  z-index: 2;
}
@media (min-width: 390px) {
  html body .wrapper-body section .grid-item.small.grid-item--gigante {
    width: 390px;
  }
}
@media (min-width: 768px) {
  html body .wrapper-body section .grid-item.small.grid-item--gigante {
    width: 380px;
    height: 669.6px;
  }
}
@media (min-width: 992px) {
  html body .wrapper-body section .grid-item.small.grid-item--gigante {
    width: 330px;
    height: 965.7px;
  }
}
@media (min-width: 1200px) {
  html body .wrapper-body section .grid-item.small.grid-item--gigante {
    width: 400px;
  }
}
@media (min-width: 1366px) {
  html body .wrapper-body section .grid-item.small.grid-item--gigante {
    width: 341px;
  }
}
@media (min-width: 1560px) {
  html body .wrapper-body section .grid-item.small.grid-item--gigante {
    width: 390px;
  }
}
html body .wrapper-body section .grid-item.big-teaser {
  height: 181px;
}
@media (min-width: 768px) {
  html body .wrapper-body section .grid-item.big-teaser {
    height: 358px;
  }
}
html body .wrapper-body section .grid-item.big-teaser.grid-item--gigante {
  width: 100%;
  height: 724px;
  z-index: 2;
}
@media (min-width: 768px) {
  html body .wrapper-body section .grid-item.big-teaser.grid-item--gigante {
    height: 910px;
    width: 380px;
  }
}
@media (min-width: 992px) {
  html body .wrapper-body section .grid-item.big-teaser.grid-item--gigante {
    width: 330px;
  }
}
@media (min-width: 1200px) {
  html body .wrapper-body section .grid-item.big-teaser.grid-item--gigante {
    width: 400px;
  }
}
@media (min-width: 1366px) {
  html body .wrapper-body section .grid-item.big-teaser.grid-item--gigante {
    width: 341px;
  }
}
@media (min-width: 1560px) {
  html body .wrapper-body section .grid-item.big-teaser.grid-item--gigante {
    width: 390px;
  }
}
html body .wrapper-body section .grid-item:hover {
  cursor: pointer;
}
html body .wrapper-body section .grid-item.invisible {
  height: 0;
  width: 0;
  border: none;
  opacity: 0;
  padding: 0;
  pointer-events: none;
}
html body .wrapper-body section .grid-item .container {
  background-color: #ffffff;
  height: 100%;
  width: 100%;
  pointer-events: none;
  position: relative;
  padding: 0;
  overflow: hidden;
}
html body .wrapper-body section .grid-item .container .close-btn {
  opacity: 0;
  position: absolute;
  right: 0;
  top: 35%;
  width: 40px;
}
html body .wrapper-body section .grid-item .container .close-btn svg {
  width: 100%;
}
html body .wrapper-body section .grid-item .container .description {
  opacity: 0;
  pointer-events: none;
}
html body .wrapper-body section .grid-item .container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  position: absolute;
}
html body .wrapper-body section .grid-item .container img.filter {
  -webkit-filter: grayscale(0.6);
          filter: grayscale(0.6);
}
html body .wrapper-body section .grid-item .container .name {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: #ffffff;
  padding: 8px 10px;
}
html body .wrapper-body section .grid-item.plant {
  pointer-events: none;
}
html body .wrapper-body section .toolbar {
  border-top: 1px solid #6B675D;
  border-bottom: 1px solid #6B675D;
  margin: 60px 0;
  display: flex;
  flex-direction: column;
  gap: 210px;
  padding: 5px 20px;
}
@media (min-width: 992px) {
  html body .wrapper-body section .toolbar {
    flex-direction: row;
    margin: 100px 0 122px 0;
  }
}
@media (min-width: 992px) {
  html body .wrapper-body section .toolbar .all-items {
    position: absolute;
    width: 0;
    height: 0;
    pointer-events: none;
    opacity: 0;
  }
}
html body .wrapper-body section .toolbar .all-items > * {
  flex: 1;
}
html body .wrapper-body section .toolbar .all-items .open-filter {
  padding: 14px 0;
  position: relative;
}
@media (min-width: 992px) {
  html body .wrapper-body section .toolbar .all-items .open-filter {
    opacity: 0;
    pointer-events: none;
  }
}
html body .wrapper-body section .toolbar .all-items .open-filter::after {
  position: absolute;
  content: "";
  height: 22px;
  width: 15px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  background-image: url("/assets/images/accordion-arrow.svg");
  background-size: cover;
}
html body .wrapper-body section .toolbar.big {
  justify-content: space-between;
  gap: unset;
}
html body .wrapper-body section .toolbar .filter {
  line-height: unset;
  padding: 14px 0;
  text-transform: none;
  font-weight: 100;
  font-style: normal;
  font-size: 16px;
}
@media (min-width: 992px) {
  html body .wrapper-body section .toolbar .filter {
    padding: 30px 0;
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  html body .wrapper-body section .toolbar .filter {
    font-size: 16px;
  }
}
html body .wrapper-body section .toolbar .filter.active {
  color: #b76e2b;
  font-weight: 500;
}
html body .wrapper-body section .toolbar .filter:not(.all-btn) {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 992px) {
  html body .wrapper-body section .toolbar .filter:not(.all-btn) {
    position: relative;
    opacity: 1;
    pointer-events: auto;
  }
}
html body .wrapper-body section .toolbar.open .filter:not(.all-btn) {
  position: relative;
  opacity: 1;
  pointer-events: auto;
}
html body .wrapper-body .hide {
  display: none;
}
html body .flex {
  display: flex;
}
html body .flex.column {
  flex-direction: column;
}
html body .flex.center {
  justify-content: center;
  align-items: center;
}
html body .flex.justify-center {
  justify-content: center;
}
html body .flex.align-center {
  align-items: center;
}
html body .flex.align-end {
  align-items: flex-end;
}
html body .flex.space-between {
  justify-content: space-between;
}
html body .flex.flex-end {
  justify-content: flex-end;
}
html body .flex.gap-10 {
  gap: 10px;
}
html body .flex.gap-20 {
  gap: 20px;
}
html body .flex.gap-30 {
  gap: 30px;
}
html body .flex.gap-40 {
  gap: 40px;
}
html body .flex.gap-50 {
  gap: 50px;
}
html body .flex.gap-60 {
  gap: 60px;
}
html body .row-reverse {
  flex-direction: row-reverse;
}
html body .column-reverse {
  flex-direction: column-reverse;
}
html body .gsc-completion-container {
  font-family: "Ubuntu", sans-serif !important;
  font-size: 18px;
}
html body .to-top {
  z-index: 200;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  font-size: 18px;
  border: none;
  outline: none;
  color: white;
  cursor: pointer;
  /*@include respond-to('md') {
      display: none!important;
  }*/
}
html body .to-top img {
  transition: all 1s;
  display: block;
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.1411764706), 0 9px 46px 8px rgba(0, 0, 0, 0.1215686275);
}
html body .to-top img:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

/* Hide scrollbar for Chrome, Safari and Opera */
.body::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.body {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.cookies-eu-revoke:hover {
  cursor: pointer;
}

.cookies-eu-banner {
  position: fixed;
  z-index: -1;
  opacity: 0;
  transition: opacity 0s;
  bottom: 10px;
  right: 10px;
  left: 10px;
  border-radius: 5px;
}
.cookies-eu-banner .cookies-alignment {
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cookies-eu-banner.is-active {
  z-index: 20000;
  opacity: 1;
}
.cookies-eu-banner .cookies-panel {
  background: #FFFAEF;
  width: 100%;
  padding: 20px 10px;
  border-radius: 4px;
  position: relative;
}
.cookies-eu-banner .cookies-panel .cookies-text .cookie-headline {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 20px;
}
.cookies-eu-banner .cookies-panel .bg-image {
  position: absolute;
  background-size: contain;
  background-position: center;
  height: 130px;
  width: 130px;
  background-repeat: no-repeat;
  bottom: 105px;
  right: 0;
  opacity: 0;
}
@media (min-width: 576px) {
  .cookies-eu-banner .cookies-panel .bg-image {
    height: 140px;
    width: 140px;
    bottom: 40px;
  }
}
@media (min-width: 992px) {
  .cookies-eu-banner .cookies-panel .bg-image {
    height: 170px;
    width: 170px;
    bottom: 0;
    opacity: 1;
  }
}
.cookies-eu-banner .cookies-panel .bottom {
  display: grid;
}
@media (min-width: 1200px) {
  .cookies-eu-banner .cookies-panel .bottom {
    grid-template-columns: 1fr 1fr;
  }
}
.cookies-eu-banner .cookies-text h3 {
  font-family: inherit;
  color: #000000;
  margin-bottom: 20px;
  font-size: 18px;
}
@media (min-width: 992px) {
  .cookies-eu-banner .cookies-text h3 {
    font-size: 30px;
  }
}
.cookies-eu-banner .cookies-text p {
  color: #6B675D;
  font-family: inherit;
  font-size: 12px;
  line-height: 18px;
  font-weight: 100;
}
.cookies-eu-banner .cookies-text a {
  text-decoration: underline;
  font-family: inherit;
}
.cookies-eu-banner .cookies-details .accordion {
  list-style: none;
  padding: 0;
}
.cookies-eu-banner .cookies-details .accordion .accordion-item {
  overflow: hidden;
  height: 30px;
  transition: height 1s;
}
.cookies-eu-banner .cookies-details .accordion .accordion-item.open {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (min-width: 650px) {
  .cookies-eu-banner .cookies-details .accordion .accordion-item.open {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.cookies-eu-banner .cookies-details .accordion .accordion-item button.cookies-eu-details {
  border: none;
  width: 100%;
  background-color: transparent;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}
.cookies-eu-banner .cookies-details .accordion .accordion-item button.cookies-eu-details::before {
  content: "";
  position: absolute;
  height: 18px;
  width: 18px;
  left: 0;
  top: 0;
  background-image: url("../images/plus.png");
  background-size: cover;
}
.cookies-eu-banner .cookies-details .accordion .accordion-item button.cookies-eu-details.open::before {
  content: "";
  position: absolute;
  height: 18px;
  width: 18px;
  left: 0;
  top: 0;
  background-image: url("../images/minus.png");
  background-size: cover;
}
.cookies-eu-banner .cookies-details .accordion .accordion-item .accordion-content {
  margin-top: 10px;
  transition: height 1s;
  padding: 10px 20px;
}
.cookies-eu-banner .cookies-details .accordion .accordion-item .accordion-content .cookies-eu-details p {
  font-size: 12px;
  line-height: 20px;
}
@media (min-width: 992px) {
  .cookies-eu-banner .cookies-details .accordion .accordion-item .accordion-content .cookies-eu-details p {
    font-size: 12px;
  }
  .cookies-eu-banner .cookies-details .accordion .accordion-item .accordion-content .cookies-eu-details p:nth-child(2) {
    margin-top: 10px;
  }
}
.cookies-eu-banner .cookies-details .accordion-title {
  background: #ffffff;
  border: none;
  padding: 5px 0 5px 16px;
  font-size: 16px;
  color: #000000;
  font-family: inherit;
}
.cookies-eu-banner .cookies-details .accordion-title::before {
  left: 0;
  right: auto;
}
.cookies-eu-banner .cookies-details .accordion-content {
  padding: 10px 0 5px 0;
  border: none;
  font-family: inherit;
}
.cookies-eu-banner .cookies-checkboxes {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
  gap: 30px;
}
.cookies-eu-banner .cookies-checkboxes .cookies-checkbox button {
  position: relative;
  background: none;
  padding: 10px 25px;
  cursor: pointer;
  font-family: inherit;
  border: none;
}
.cookies-eu-banner .cookies-checkboxes .cookies-checkbox button#cookies-eu-necessary span.lock {
  position: relative;
}
.cookies-eu-banner .cookies-checkboxes .cookies-checkbox button#cookies-eu-necessary span.lock::after {
  content: "";
  position: absolute;
  background-size: cover;
  height: 15px;
  width: 15px;
  top: 3px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAABmJLR0QA/wD/AP+gvaeTAAAHSklEQVR4nO2dbYgVVRjHf66lra4mumuRWGZpQmZuaKumZiWaQcVCSYFQ9CkzTQrqY/QlqEAwqk+BqfRqhaKVZKZr6pZlmyD5EpEapZXWlqurW7vbh2cW7zln7t37cs6cmdn5wYGde2fP83/umTnnOW8zkJGRkZGRkZGRkZGRES39fAsokcHALGA2MBEYD4wEaoLv24DfgB+A/UATsBM4E7nSFNMPmA+8A7QD3SWmduDtII+kXYCxoxFoofRCyJe+Be6N1IOUMBbYjL2C0NMnwNWReZNwFgJ/k//HPAy8AjwA1APDgYuDNCL47EHgVaQtyZdPK3B/RD4llucI//H+BdYADWXkOQ1YG+QRlvezFatOKSsJ/8E2AddYyP9a4KM8NlZayD9VhN0ZbcBDDmw9jITB2Z2Sh4WYP85xYLJDm/WBDd3ufQ5tJoKxmA34cWBcBLbHASc026308ehLD23bcHtn6NRjVl8fR2g/VjRiVhku2ozeeCRExz0edHhnL2ZnzRd69NVCHxtmmY/Zz7AR2pbLeOA/TdM8j3oi511U51f7lQPAm6ia3vIrJzpqMEdty+mB22YGqqazwCCviiLiTsyxqTjQD/gRz9VWVdQGkcmlXD71oCGMbkwtt0YtwkeBTNSOd3nQkI+d2rGu1Tk+CmS8dnzAg4Z86Fp0rankJGo9PcKvHIU6VG1/+JUTDedRnR7gV47CQFRt56IW4KM32h0DDYXwqs9HG5JRgIt8CyiBocBUpBN5PTAmSNXBdwD/IJ3OI0HaD+wJ0umI9SYGfWS1ECOBZcBnQEfI/xabOoAtQV51FvWlgmIcngG8jxkA2EjngXXA9Ar0pYpCDt8MbA05x1XaglSDxepzTlyirFrgRWSCqlCgcQBZr7sPGQM7AvyFzDSCDFwOB65COnU3AnOACQXy7ALeAJ7hQh9J15dq9CvwLsIXHPSkvcATwBUV2BwFLEeWkuaz8yuwIOTz1KM73JXns/VIFWabBmBDAbt9vkD01AzcFIGOKcBXRehJPfkcPwssJtrOahWwJLDdJwtkMOFOf4+Hoe4cJgEHQ3R1k+JZwyrgQ0yHm4BLPerqYRiwA1PfB6R0iOkFTGc3Apf4FKVRjSzu1nU+71OUC+ZhRjDbiVdh9FCNead0IeF5KqhFYny9zYhDNZWPYZhtyi/EazKtbFahOtaO9KDjzkTM6Ot1r4osMAXoRHVqsVdFpbEEVXsn0fSRnLEds9OXpIilCplLyfVhq1dFFdCA2TAm8eqaihmQ6CPEiWAdqhPr/cqpiI2ovrznV07p1GHO8LkYKIyKaai+dCDRY2LQG8Nv/MqxwneoPj3qwoirBlbfkL/WkZ0oWaMdL/SiogwGYc6FVzK5FBdGo/p0DunVx547MHvlaeEwqm9zbBtwUWXpm2+aHNgAWfa5DPgSmVNvC/5eGnzngm3a8TRHdqyyGveN3yjMRjY3tQTn2OYxzc4qBzassxtV9G2W8x9I4cLILRTbd4peHev7SWLJUVTRYyznv4zeC6MnPW7Z9lgt/58s5++EU6iibQ9ZF7MwIXfszCa1Wv4nLefvBNf7P05TfIHYXmCt7x85bzn/RI289tC/hHNdrzrstp2hiwLRr8ohlvPf7+jcYtB9sb7FIYoCGRp6Vvm85ujcYtB9ScSek2bUevZ2y/n3D7ERlnZTWvVWDHM1G9a3dLu4Qw5px9dZzr8TWRRdKILajawS6bRsW/dF97VioiiQSQ5stAIzgUUh3y1CHkfe6sCu7ov1AnHBPNTb2vWDAfSqyiX64OJcx/asMBizL+JiXKmHqArkSs1OOw6G311UWWeQ3nQuaXiCtO5DM1IoiWA56tW016GtqO6QfZod2+NkThmJucjB1UPKfs6xccyRjemovnTQ+/bq2LEB1YkNjuwsQAriGPJwNBfoK+ITuaRpFqoTXcjS0qTRgLlQ7haviiqgCdWRr7Hfe3ZJFeZw/+deFVXIbMyra4lXRaWxFPMun+lVkQXWYsbv9V4VFccNmNsREjGH3huXA3+iOnYQ2RQTV4Zj9spPIdFjKrgbs+pqRnr1caMa+AKzqmr0KcoFL2N24jYRr9V/1YS/hWeFT1GuGIA8F1d3dgfxqL6GI8t6dH2bkReOpZIhSOirO30QN8P0xTIZs83oRnZP1RT4v1RQS3ihnEVC4igXXvRH1nmFvUF0DwnbA1IJNYRXXz0/RBRbxhqQfSthGjbTB+4MnQHI6+ryPSZpI24WM09Hgol8dleQ4jajGBox+ym5qQV4EtmfUS6jgacovCb4FDF4T25cHl93GfASMh9eSNNhZKv1PmQ++yhSmLmP+BvBhUf8TUb2cBR661s3sjvqaeD3sj1IKbMw97a7TNtI8MhtlMxE5k8qeVZvvtSBzGdkBVEGdUhYug3Z01duIbQjw+ZLiXkoG5c2pBiqkat6CtI+TEDanmFcCFFPI28OPYG0MYeQ+fxdJGhBQkZGRkZGRkZGRkZGRpT8Dwht5G1b4NR4AAAAAElFTkSuQmCC");
}
.cookies-eu-banner .cookies-checkboxes .cookies-checkbox button:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "";
  border: 1px solid grey;
  width: 19px;
  height: 19px;
  border-radius: 50%;
}
.cookies-eu-banner .cookies-checkboxes .cookies-checkbox button:after {
  position: absolute;
  top: 8px;
  left: 0;
  font-size: 20px;
  content: "";
  display: none;
  width: 21px;
  height: 21px;
  background: #643E1B;
  border-radius: 50%;
}
.cookies-eu-banner .cookies-checkboxes .cookies-checkbox button:disabled {
  color: grey;
}
.cookies-eu-banner .cookies-checkboxes .cookies-checkbox button:disabled::after {
  background: grey;
}
.cookies-eu-banner .cookies-checkboxes .cookies-checkbox button.consented:after {
  display: block;
}
.cookies-eu-banner .cookies-buttons {
  /*display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row-reverse;
  gap: 20px;*/
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1200px) {
  .cookies-eu-banner .cookies-buttons {
    align-items: flex-end;
    flex-direction: row-reverse;
  }
}
.cookies-eu-banner .cookies-buttons .cookies-save {
  margin: auto;
  padding: 0 20px;
}
@media (min-width: 1200px) {
  .cookies-eu-banner .cookies-buttons .cookies-save {
    margin: 0;
  }
}
.cookies-eu-banner .cookies-buttons .cookies-save a {
  font-family: inherit;
}
.cookies-eu-banner .cookies-buttons .cookies-save a:hover {
  cursor: pointer;
}
.cookies-eu-banner .cookies-buttons .cookies-save-all {
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .cookies-eu-banner .cookies-buttons .cookies-save-all {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .cookies-eu-banner .cookies-buttons .cookies-save-all {
    font-size: 16px;
  }
}
.cookies-eu-banner .cookies-buttons .cookies-save-all a {
  margin: 0;
  color: #b76e2b;
  text-transform: uppercase;
  padding: 10px;
  border-radius: 20px;
}
.cookies-eu-banner .cookies-buttons .cookies-save-all a:hover {
  cursor: pointer;
}
.cookies-eu-banner .cookies-buttons .cookies-save-minimum {
  font-size: 16px;
  margin: 0 auto;
}
.cookies-eu-banner .cookies-buttons .cookies-save-minimum a {
  color: #000000;
  font-family: inherit;
}
@media (min-width: 768px) {
  .cookies-eu-banner .cookies-panel {
    padding: 35px 70px;
  }
  .cookies-eu-banner .cookies-details .accordion-title {
    font-size: 16px;
  }
  .cookies-eu-banner .cookies-buttons .cookies-save {
    order: 2;
  }
  .cookies-eu-banner .cookies-buttons .cookies-save a {
    font-size: 12px;
    color: #b76e2b;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .cookies-eu-banner .cookies-buttons .cookies-save a {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .cookies-eu-banner .cookies-buttons .cookies-save-all {
    order: 1;
  }
  .cookies-eu-banner .cookies-buttons .cookies-save-minimum {
    margin: 0 20px 0 0;
    order: 3;
  }
}
@media (min-width: 992px) {
  .cookies-eu-banner .cookies-panel {
    padding: 12px 12px;
  }
}
@-webkit-keyframes revealText {
  from {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes revealText {
  from {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes revealProjectTeaser {
  from {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
@keyframes revealProjectTeaser {
  from {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
@-webkit-keyframes removeProjectTeaser {
  from {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
  to {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
}
@keyframes removeProjectTeaser {
  from {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
  to {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
}
@-webkit-keyframes hideText {
  from {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
  to {
    -webkit-transform: translateY(-125px);
            transform: translateY(-125px);
  }
}
@keyframes hideText {
  from {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
  to {
    -webkit-transform: translateY(-125px);
            transform: translateY(-125px);
  }
}
@-webkit-keyframes shimmer {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes shimmer {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes openCookie {
  from {
    height: 30px;
  }
  to {
    height: 192px;
  }
}
@keyframes openCookie {
  from {
    height: 30px;
  }
  to {
    height: 192px;
  }
}
@-webkit-keyframes paginationSlide {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes paginationSlide {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@-webkit-keyframes closeMenu {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-370px);
            transform: translateX(-370px);
  }
}
@keyframes closeMenu {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-370px);
            transform: translateX(-370px);
  }
}
@-webkit-keyframes openMenu {
  from {
    -webkit-transform: translateX(-370px);
            transform: translateX(-370px);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes openMenu {
  from {
    -webkit-transform: translateX(-370px);
            transform: translateX(-370px);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes openBtn {
  from {
    -webkit-transform: translateX(-60px);
            transform: translateX(-60px);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes openBtn {
  from {
    -webkit-transform: translateX(-60px);
            transform: translateX(-60px);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes closeBtn {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-60px);
            transform: translateX(-60px);
  }
}
@keyframes closeBtn {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-60px);
            transform: translateX(-60px);
  }
}
@-webkit-keyframes stickyNavigation {
  from {
    top: -200px;
  }
  to {
    top: 0;
  }
}
@keyframes stickyNavigation {
  from {
    top: -200px;
  }
  to {
    top: 0;
  }
}
@-webkit-keyframes primaryButtonAnim {
  from {
    -webkit-transform: translate(-7.5px, -13px);
            transform: translate(-7.5px, -13px);
  }
  to {
    -webkit-transform: translate(7px, -13px);
            transform: translate(7px, -13px);
  }
}
@keyframes primaryButtonAnim {
  from {
    -webkit-transform: translate(-7.5px, -13px);
            transform: translate(-7.5px, -13px);
  }
  to {
    -webkit-transform: translate(7px, -13px);
            transform: translate(7px, -13px);
  }
}
@-webkit-keyframes primaryButtonAnimBackwards {
  from {
    -webkit-transform: translate(7px, -13px);
            transform: translate(7px, -13px);
  }
  to {
    -webkit-transform: translate(-7.5px, -13px);
            transform: translate(-7.5px, -13px);
  }
}
@keyframes primaryButtonAnimBackwards {
  from {
    -webkit-transform: translate(7px, -13px);
            transform: translate(7px, -13px);
  }
  to {
    -webkit-transform: translate(-7.5px, -13px);
            transform: translate(-7.5px, -13px);
  }
}
@-webkit-keyframes navLineAnim {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes navLineAnim {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@-webkit-keyframes showModal {
  from {
    -webkit-transform: translateX(750px);
            transform: translateX(750px);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes showModal {
  from {
    -webkit-transform: translateX(750px);
            transform: translateX(750px);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media (min-width: 1460px) {
  .top-header {
    padding: 0 0 30px 0;
  }
}
.top-header .service-nav {
  letter-spacing: 1px;
  font-weight: 300;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 55px;
}
@media (min-width: 1460px) {
  .top-header .service-nav {
    flex-direction: row;
    gap: 50px;
    margin-bottom: 0;
  }
}
.top-header .service-nav .desktop-search {
  display: none;
  position: relative;
}
@media (min-width: 1460px) {
  .top-header .service-nav .desktop-search {
    display: block;
  }
}
.top-header .service-nav .desktop-search::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  height: 1px;
  background-color: #ffffff;
}
.top-header .service-nav .desktop-search .search-form .search-input::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff;
  opacity: 0.8; /* Firefox */
}
.top-header .service-nav .desktop-search .search-form .search-input::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff;
  opacity: 0.8; /* Firefox */
}
.top-header .service-nav .desktop-search .search-form .search-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff;
  opacity: 0.8; /* Firefox */
}
.top-header .service-nav .desktop-search .search-form .search-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ffffff;
}
.top-header .service-nav .desktop-search .search-form .search-input::-ms-input-placeholder { /* Microsoft Edge */
  color: #ffffff;
}

.navigation-container {
  background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0.6901960784) 0%, rgba(0, 0, 0, 0.2039215686) 65%, rgba(0, 0, 0, 0) 100%) 0 0 no-repeat padding-box;
  height: 200px;
  color: #ffffff;
  position: absolute;
  width: 100%;
  z-index: 2;
}
@media (min-width: 1460px) {
  .navigation-container {
    padding: 20px 50px 0 50px;
  }
}
@media (min-width: 1460px) {
  .navigation-container .menu-btn {
    display: none;
  }
}
.navigation-container .menu-btn.open {
  position: absolute;
  top: 30px;
  left: 25px;
  opacity: 1;
}
.navigation-container .menu-btn.open.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-animation: openBtn 1s;
          animation: openBtn 1s;
  opacity: 1;
}
.navigation-container .menu-btn.open.disabled {
  -webkit-transform: translateX(-370px);
          transform: translateX(-370px);
  -webkit-animation: closeBtn 0.3s;
          animation: closeBtn 0.3s;
}
.navigation-container .content {
  width: 100%;
  max-width: 370px;
  background-color: #6B675D;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  padding: 90px 50px 90px 75px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 100vh;
  -webkit-transform: translateX(-370px);
          transform: translateX(-370px);
}
@media (min-width: 1460px) {
  .navigation-container .content {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    max-width: 100%;
  }
}
.navigation-container .content.closed {
  -webkit-transform: translateX(-370px);
          transform: translateX(-370px);
  -webkit-animation: closeMenu 1s;
          animation: closeMenu 1s;
}
.navigation-container .content.show {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-animation: openMenu 1s;
          animation: openMenu 1s;
}
.navigation-container .content .menu-btn {
  position: absolute;
}
.navigation-container .content .menu-btn.close {
  top: 30px;
  left: 30px;
}
@media (min-width: 1460px) {
  .navigation-container .content .menu-btn.close {
    display: none;
  }
}
@media (min-width: 1460px) {
  .navigation-container .content {
    background-color: transparent;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0;
    height: auto;
    min-height: unset;
    gap: unset;
  }
}
.navigation-container .content .search {
  border: 1px solid #847F73;
  padding: 10px;
}
.navigation-container .content .search .search-form {
  justify-content: space-between;
}
.navigation-container .content .search .search-form .search-input {
  width: 154px;
}
.navigation-container .content .search .search-form .search-input::-webkit-input-placeholder {
  color: #ffffff;
  font-weight: 100;
}
.navigation-container .content .search .search-form .search-input::-moz-placeholder {
  color: #ffffff;
  font-weight: 100;
}
.navigation-container .content .search .search-form .search-input::placeholder {
  color: #ffffff;
  font-weight: 100;
}
@media (min-width: 1460px) {
  .navigation-container .content .search {
    display: none;
  }
}
.navigation-container .content .social-media {
  border: 1px solid #847F73;
  margin-top: 60px;
}
@media (min-width: 1460px) {
  .navigation-container .content .social-media {
    display: none;
  }
}
.navigation-container .content .social-media .icon {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #847F73;
  width: 40px;
  height: 40px;
}
.navigation-container .content .social-media .icon:last-child {
  border-right: none;
}
.navigation-container .content .social-media .icon a {
  display: block;
  padding: 10px;
}
.navigation-container .hav-logo {
  position: absolute;
  width: 218px;
  right: 0;
  padding: 22px 16px 0 0;
}
@media (min-width: 1200px) {
  .navigation-container .hav-logo {
    padding: 20px 50px 0 0;
  }
}
@media (min-width: 1460px) {
  .navigation-container .hav-logo {
    right: unset;
    position: relative;
    width: auto;
  }
}
.navigation-container.up {
  position: fixed;
  top: 0;
  z-index: 20;
  -webkit-animation: stickyNavigation 300ms ease-in;
          animation: stickyNavigation 300ms ease-in;
}

nav.navigation {
  font-size: 20px;
  opacity: 1;
  margin-bottom: 90px;
}
@media (min-width: 1460px) {
  nav.navigation {
    margin-bottom: 0;
  }
}
nav.navigation .first-level {
  flex-direction: column;
}
@media (min-width: 1460px) {
  nav.navigation .first-level {
    flex-direction: row;
  }
}
nav.navigation .first-level .first-li {
  font-size: 20px;
  font-weight: 100;
  letter-spacing: 0.3px;
  position: relative;
  display: flex;
  align-items: center;
}
@media (min-width: 1460px) {
  nav.navigation .first-level .first-li {
    padding-bottom: 20px;
    font-weight: 500;
  }
}
nav.navigation .first-level .first-li .nav-btn {
  padding: 10px;
}
@media (min-width: 1460px) {
  nav.navigation .first-level .first-li .nav-btn {
    display: none;
  }
}
nav.navigation .first-level .first-li .first-a {
  position: relative;
  width: 100%;
}
@media (min-width: 1460px) {
  nav.navigation .first-level .first-li .first-a:hover::after, nav.navigation .first-level .first-li .first-a.active::after {
    content: "";
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #b76e2b;
    left: 0;
    bottom: -10px;
    -webkit-animation: navLineAnim 300ms ease-in;
            animation: navLineAnim 300ms ease-in;
  }
}
nav.navigation .first-level .first-li .sub-menu {
  position: absolute;
  padding: 140px 65px;
  background-color: #ffffff;
  top: 85px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  right: 0;
  opacity: 0;
  pointer-events: none;
  flex-direction: column;
  gap: 50px;
  z-index: 1;
  display: none;
}
@media (min-width: 1460px) {
  nav.navigation .first-level .first-li .sub-menu {
    display: unset;
    flex-direction: row;
    padding: 65px;
    gap: unset;
    width: 920px;
    min-height: 369px;
  }
}
nav.navigation .first-level .first-li .sub-menu.active {
  pointer-events: all;
  opacity: 1;
  top: 45px;
  transition: all 0.5s;
}
nav.navigation .first-level .first-li .sub-menu.show {
  display: flex;
  opacity: 1;
  pointer-events: all;
  width: 100%;
  position: fixed;
  height: calc(100vh - 85px);
  -webkit-animation: openMenu 1s;
          animation: openMenu 1s;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
nav.navigation .first-level .first-li .sub-menu.closed {
  -webkit-transform: translateX(-370px);
          transform: translateX(-370px);
  -webkit-animation: closeMenu 1s;
          animation: closeMenu 1s;
}
nav.navigation .first-level .first-li .sub-menu .back-nav-btn {
  background-color: #b76e2b;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 25px;
}
@media (min-width: 1460px) {
  nav.navigation .first-level .first-li .sub-menu .back-nav-btn {
    display: none;
  }
}
nav.navigation .first-level .first-li .sub-menu .page-label {
  color: #6B675D;
  font-weight: bold;
  font-size: 22px;
}
nav.navigation .first-level .first-li .sub-menu .page-label span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
nav.navigation .first-level .first-li .sub-menu .page-label span::after {
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #b76e2b;
  left: 0;
  bottom: -10px;
}
@media (min-width: 1460px) {
  nav.navigation .first-level .first-li .sub-menu .page-label {
    display: none;
  }
}
nav.navigation .first-level .first-li .sub-menu .image-holder {
  display: none;
}
@media (min-width: 1460px) {
  nav.navigation .first-level .first-li .sub-menu .image-holder {
    display: unset;
  }
}
@media (min-width: 1460px) {
  nav.navigation .first-level .first-li .sub-menu .second-level {
    width: 358px;
    margin-right: 70px;
  }
}
nav.navigation .first-level .first-li .sub-menu .second-level .second-li {
  color: #6B675D;
  font-weight: 300;
  font-size: 20px;
  line-height: 64px;
}
@media (min-width: 1460px) {
  nav.navigation .first-level .first-li .sub-menu .second-level .second-li {
    line-height: 40px;
  }
}
nav.navigation .first-level .first-li .sub-menu .second-level .second-li a:hover {
  color: #b76e2b;
}
nav.navigation .first-level .first-li .sub-menu .second-level .second-li .nav-page-image {
  display: none;
}
@media (min-width: 1460px) {
  nav.navigation .first-level .first-li .sub-menu .second-level .second-li .nav-page-image {
    display: unset;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    width: 358px;
    top: 65px;
    right: 65px;
    opacity: 0;
  }
}
@media (min-width: 1460px) {
  nav.navigation .first-level .first-li .sub-menu .second-level .second-li .nav-page-image.active {
    opacity: 1;
  }
}
nav.navigation .first-level .first-li .sub-menu .second-level .second-li:nth-child(1) .nav-page-image {
  opacity: 1;
}
nav.navigation .first-level .first-li .sub-menu .image-holder {
  width: 358px;
  height: 100%;
  min-height: 238px;
}
nav.navigation .first-level .first-li:nth-child(1) .sub-menu, nav.navigation .first-level .first-li:nth-child(2) .sub-menu, nav.navigation .first-level .first-li:nth-child(3) .sub-menu, nav.navigation .first-level .first-li:nth-child(4) .sub-menu {
  left: 0;
}

footer {
  margin-top: auto;
  width: 100%;
  height: 100%;
  background-color: #DDDAD3;
}
footer .container {
  padding: 110px 30px;
  max-width: 1836px;
  margin: auto;
}
footer .container .top-sec {
  padding-bottom: 34px;
  border-bottom: 1px solid #847F73;
}
footer .container .center-sec {
  padding: 40px 0;
  border-bottom: 1px solid #847F73;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 768px) {
  footer .container .center-sec {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
}
footer .container .bottom-sec {
  padding-top: 20px;
}
footer .container .contact {
  font-size: 14px;
  color: #6B675D;
  font-weight: 100;
}
footer .container .contact p {
  line-height: 30px;
}
footer .container .contact p.h4 {
  font-size: 20px;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  footer .container .contact p.h4 {
    margin-bottom: 20px;
  }
}
footer .container a {
  color: #b76e2b;
  font-weight: 100;
}

.social-media {
  border: 1px solid #6B675D;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.social-media .icon {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #6B675D;
  width: 37px;
}
.social-media .icon:hover {
  background-color: #847F73;
}
.social-media .icon:last-child {
  border-right: none;
}
.social-media .icon a {
  display: block;
  padding: 10px;
}

.share-buttons {
  border: 1px solid #b76e2b;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.share-buttons .resp-sharing-button__link {
  border-right: 1px solid #b76e2b;
}
.share-buttons .resp-sharing-button__link:hover {
  background-color: #FCECDD;
}
.share-buttons .resp-sharing-button__link:last-child {
  border-right: none;
}

.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block;
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #b76e2b;
}

.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top;
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle;
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #b76e2b;
  fill: none;
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #b76e2b;
  stroke: none;
}

/**
 * Swiper 8.3.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 26, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.swiper {
  width: 100%;
  height: 100%;
}
.swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.modal-disturber {
  display: none;
  opacity: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 700px;
}
.modal-disturber .container {
  padding: 22px 0 0 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.modal-disturber.hidden {
  display: none;
}
.modal-disturber.show {
  opacity: 1;
  transition: opacity 1s ease-in-out;
  position: fixed;
  z-index: 10;
  background-color: #EDE5D8;
  padding: 30px;
  display: grid;
  grid-template-columns: 1fr;
  bottom: 15px;
}
@media screen and (min-width: 700px) {
  .modal-disturber.show {
    bottom: 25px;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 992px) {
  .modal-disturber.show {
    right: 50px;
    bottom: 50px;
    left: auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation: showModal 1s ease-in-out;
            animation: showModal 1s ease-in-out;
  }
}
.modal-disturber .modal-close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  background-color: #ffffff;
  padding: 15px;
}
.modal-disturber img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal-disturber img,
.modal-disturber svg {
  display: block;
}
.modal-disturber .buttons-row {
  margin-top: 0 !important;
}
.modal-disturber .buttons-row button.primary {
  display: flex;
  align-items: center;
}
.modal-disturber p,
.modal-disturber .pimcore_editable_input {
  font-size: 25px;
  color: #B76E2B !important;
  font-weight: 100 !important;
}

/* Areabricks */
section {
  /* Variables */
}
section.header {
  height: 100vh;
}
section.header .header-swiper .swiper-wrapper .swiper-slide img,
section.header .header-swiper .swiper-wrapper .swiper-slide video {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
}
section.header .header-swiper .swiper-wrapper .swiper-slide .headlines {
  color: #ffffff;
  margin: auto;
  padding: 0 30px;
  word-break: break-word;
}
@media (min-width: 1200px) {
  section.header .header-swiper .swiper-wrapper .swiper-slide .headlines {
    padding: 100px 200px 0 0;
    max-width: 1110px;
    margin-left: auto;
  }
}
section.header .header-swiper .swiper-wrapper .swiper-slide .headlines .hero-lead {
  margin-bottom: 20px;
}
section.header .header-swiper .swiper-wrapper .swiper-slide .headlines .hero-lead p {
  font-size: 45px;
}
@media (min-width: 768px) {
  section.header .header-swiper .swiper-wrapper .swiper-slide .headlines .hero-lead p {
    font-size: 54px;
  }
}
@media (min-width: 992px) {
  section.header .header-swiper .swiper-wrapper .swiper-slide .headlines .hero-lead p {
    font-size: 100px;
  }
}
section.header .header-swiper .swiper-wrapper .swiper-slide .headlines .hero-text p {
  font-size: 24px;
}
@media (min-width: 768px) {
  section.header .header-swiper .swiper-wrapper .swiper-slide .headlines .hero-text p {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  section.header .header-swiper .swiper-wrapper .swiper-slide .headlines .hero-text p {
    font-size: 48px;
  }
}
section.header .header-swiper .swiper-wrapper .swiper-slide .headlines p {
  font-weight: 300;
}
section.header .header-swiper .swiper-wrapper .swiper-slide .headlines p strong {
  font-weight: bold;
}
section.header .header-swiper .swiper-pagination-horizontal {
  margin-bottom: 50px;
}
section.header .header-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 70px;
  height: 5px;
  border-radius: 0;
  background-color: #ffffff;
  opacity: 1;
  overflow: hidden;
  position: relative;
}
@media (min-width: 992px) {
  section.header .header-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 120px;
  }
}
section.header .header-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  background-color: #b76e2b;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-animation: paginationSlide 5s ease-in;
          animation: paginationSlide 5s ease-in;
}
section.headline-text {
  padding: 82px 0;
  margin: auto;
  /*
  &.light {
      h1,
      h2,
      p,
      button {
          color: $White!important;
      }
  }

   */
}
@media (min-width: 768px) {
  section.headline-text {
    padding: 62px 0;
  }
}
@media (min-width: 992px) {
  section.headline-text {
    padding: 100px 0;
  }
}
@media (min-width: 1460px) {
  section.headline-text {
    padding: 345px 0;
  }
}
section.headline-text.light-beige {
  background-color: #FFFAEF;
}
section.headline-text.light-beige .milestones :first-child {
  border-top: 1px solid #6B675D !important;
}
section.headline-text.light-beige .milestones .stone {
  border-bottom: 1px solid #6B675D !important;
}
section.headline-text.light-beige .milestones .stone :first-child {
  border-top: none !important;
}
section.headline-text.transparent {
  background-color: #ffffff;
}
@media (min-width: 1460px) {
  section.headline-text.small {
    padding: 200px 0;
  }
}
section.headline-text picture {
  display: block;
}
section.headline-text img.bg-image {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  z-index: -1;
  -webkit-filter: blur(10px) brightness(0.8);
          filter: blur(10px) brightness(0.8);
  scale: 1.1;
}
@media (min-width: 992px) {
  section.headline-text img.bg-image {
    scale: 1.05;
  }
}
section.headline-text .container {
  width: 100%;
}
section.headline-text .container h2 {
  margin-right: auto;
}
section.headline-text .container .lead,
section.headline-text .container .basic,
section.headline-text .container .buttons-row {
  margin-left: auto;
  max-width: 85%;
}
section.headline-text .container .lead.full-width,
section.headline-text .container .basic.full-width,
section.headline-text .container .buttons-row.full-width {
  max-width: 100%;
  margin-top: 0;
}
section.headline-text .container .lead.full-width.default,
section.headline-text .container .basic.full-width.default,
section.headline-text .container .buttons-row.full-width.default {
  margin: 50px 0 40px 0 !important;
}
section.headline-text .container .lead.full-width.with-headline,
section.headline-text .container .basic.full-width.with-headline,
section.headline-text .container .buttons-row.full-width.with-headline {
  margin-top: 60px;
  max-width: 85%;
  margin-left: auto;
}
@media (min-width: 768px) {
  section.headline-text .container .lead.full-width.with-headline,
  section.headline-text .container .basic.full-width.with-headline,
  section.headline-text .container .buttons-row.full-width.with-headline {
    max-width: 100%;
  }
}
section.headline-text .container .milestones {
  margin-top: 50px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  section.headline-text .container .milestones {
    padding-left: 0;
  }
}
section.headline-text .container .milestones :first-child {
  border-top: 1px solid #ffffff;
}
section.headline-text .container .milestones .stone {
  display: flex;
  gap: 20px;
  border-bottom: 1px solid #ffffff;
}
section.headline-text .container .milestones .stone p {
  margin: 25px 0 25px 0;
}
section.headline-text .container .milestones .stone :first-child {
  border-top: none;
  width: 50px;
  min-width: 50px;
}
@media (min-width: 768px) {
  section.headline-text .container .milestones .stone :first-child {
    width: 90px;
    min-width: 90px;
  }
}
section.headline-text .container .milestones .stone p {
  font-size: 16px;
  line-height: 28px;
}
section.headline-text .video-section {
  position: relative;
  height: auto;
}
section.headline-text .video-section img {
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}
section.headline-text .video-section button.play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 1460px) {
  section.headline-text.partner {
    padding: 100px 0;
  }
}
section.headline-text .multi-area-shadow {
  position: absolute;
  left: -20px;
  top: -80px;
  max-width: 70vw;
}
@media (min-width: 992px) {
  section.headline-text .multi-area-shadow {
    left: -200px;
    top: 20px;
  }
}
section.headline-text .multi-area-shadow img {
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.5;
}
section.headline-text .multi-area-shadow.multi-area-shadow-2 {
  right: -30px;
  left: auto;
  bottom: -110%;
  top: auto;
  z-index: 1;
}
@media (min-width: 992px) {
  section.headline-text .multi-area-shadow.multi-area-shadow-2 {
    right: -168px;
    bottom: -130%;
  }
}
section.accordion .accordion-items {
  margin-top: 40px;
  max-width: 85%;
  margin-left: auto;
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) {
  section.accordion .accordion-items {
    max-width: 100%;
  }
}
section.accordion .content-container {
  /* Styles */
}
section.accordion .content-container .elements .parent .accordion {
  width: 100%;
  margin: 0;
  padding: 15px 0;
  transition: 1.2s;
  font-weight: 600;
  z-index: 100;
  border-top: 1px solid #000000;
  position: relative;
}
section.accordion .content-container .elements .parent .accordion::after {
  content: "";
  position: absolute;
  height: 30px;
  width: 30px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  background-image: url("/assets/images/accordion-arrow.svg");
  background-size: contain;
}
section.accordion .content-container .elements .parent .accordion p {
  line-height: 30px;
  padding-right: 30px;
}
section.accordion .content-container .elements .parent .panel {
  display: none;
  padding: 0 0 15px 0;
}
section.accordion .content-container .elements .parent .panel ul {
  list-style: disc;
  padding-left: 15px;
}
section.accordion .content-container .elements .parent .panel .thin-text p {
  font-size: 17px;
  line-height: 26px;
  font-weight: 100;
  letter-spacing: 0.08px;
}
section.accordion .content-container .elements .parent.active .panel {
  display: block;
}
section.accordion .content-container .elements .parent.active .accordion::after {
  -webkit-transform: translateY(-50%) rotate(270deg);
          transform: translateY(-50%) rotate(270deg);
}
section.accordion .content-container .block {
  width: 100%;
  height: 100%;
  float: left;
  z-index: 10;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  section.accordion .content-container .block {
    max-width: 100%;
  }
}
section.accordion .content-container .block:last-child {
  border-bottom: 1px solid #b76e2b;
}
section.accordion .content-container .block .parent {
  display: block;
  position: relative;
  border-top: 1px solid #b76e2b;
}
section.accordion .content-container .block .parent:after {
  content: "";
  position: absolute;
  height: 15px;
  width: 10px;
  right: 10px;
  top: 60px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("/assets/images/accordion-arrow.svg");
  background-size: contain;
  transition: -webkit-transform 0.7s ease-in-out;
  transition: transform 0.7s ease-in-out;
  transition: transform 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
}
section.accordion .content-container .block .parent.active:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
section.accordion .content-container .block .parent input {
  width: 100%;
  height: 54px;
  position: absolute;
  z-index: 1;
  display: block !important;
}
section.accordion .content-container .block .parent input + label {
  cursor: pointer;
  display: block;
  padding: 15px 0;
  transition: all 0.25s ease-in-out 0.5s, color 0.25s ease-in-out 0.5s;
  z-index: 10;
  position: relative;
  color: black;
}
section.accordion .content-container .block .parent input + label span {
  padding-right: 30px;
  display: block;
}
section.accordion .content-container .block .parent input + label span.headline {
  color: #b76e2b;
  font-weight: 500;
  font-size: 22px;
  display: block;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  section.accordion .content-container .block .parent input + label span.headline {
    font-size: 24px;
  }
}
section.accordion .content-container .block .parent input + label span.text-intro {
  color: #847F73;
}
section.accordion .content-container .block .parent input + label p {
  padding-right: 50px;
  line-height: 25px;
}
section.accordion .content-container .block .parent input ~ div {
  visibility: hidden;
  max-height: 0;
  opacity: 0;
  transition: all 0.5s ease-in-out 0.2s, opacity 0.25s ease-in-out 0.25s, padding 0s ease-in-out 0s;
  padding-right: 35px;
}
section.accordion .content-container .block .parent input ~ div ul {
  padding-left: 17px;
}
section.accordion .content-container .block .parent input ~ div p,
section.accordion .content-container .block .parent input ~ div ul {
  font-size: 17px;
  line-height: 26px;
  font-weight: 100;
  letter-spacing: 0.08px;
  padding-bottom: 15px;
}
section.accordion .content-container .block .parent input ~ div p li,
section.accordion .content-container .block .parent input ~ div ul li {
  list-style: disc;
}
section.accordion .content-container .block .parent input:checked + label {
  transition: background-color 0s ease-in-out 0s;
  color: black;
}
section.accordion .content-container .block .parent input:checked ~ div {
  display: block;
  opacity: 1;
  visibility: visible;
  max-height: 5900px;
  transition: all 0.5s ease-in-out 0.2s, opacity 0.25s ease-in-out 0.5s, padding 0s ease-in-out 0s;
}
section.accordion .content-container .block .parent video {
  width: 100%;
  margin-bottom: 20px;
}
section.team-section {
  /*
  .toolbar {
      border-top: 1px solid $Gray;
      border-bottom: 1px solid $Gray;
      margin: 60px 0;
      display: flex;
      flex-direction: column;
      gap: 210px;
      padding: 5px 20px;
      @include respond-to('lg') {
          flex-direction: row;
          margin: 100px 0 122px 0;
      }

      .all-items {
          > * {
              flex: 1;
          }

          .open-filter {
              padding: 14px 0;
              position: relative;
              @include respond-to('lg') {
                  opacity: 0;
                  pointer-events: none;
              }

              &::after {
                  position: absolute;
                  content: "";
                  height: 22px;
                  width: 15px;
                  right: 0;
                  top: 50%;
                  transform: translateY(-50%);
                  cursor: pointer;
                  background-image: url("/assets/images/accordion-arrow.svg");
                  background-size: cover;
              }
          }
      }


      &.big {
          justify-content: space-between;
          gap: unset;
      }

      .filter {
          line-height: unset;
          padding: 14px 0;
          text-transform: none;
          font-weight: 100;
          font-style: normal;
          font-size: 16px;

          @include respond-to('lg') {
              padding: 30px 0;
              font-size: 14px;
          }
          @include respond-to('xl') {
              font-size: 16px;
          }

          &.active {
              color: $Orange;
              font-weight: 500;
          }
      }

      .filter:not(.all-btn) {
          position: absolute;
          opacity: 0;
          pointer-events: none;
          @include respond-to('lg') {
              position: relative;
              opacity: 1;
              pointer-events: auto;
          }
      }

      &.open {
          .filter:not(.all-btn) {
              position: relative;
              opacity: 1;
              pointer-events: auto;
          }
      }
  }

   */
}
section.text-slider {
  padding: 55px 0;
}
@media (min-width: 768px) {
  section.text-slider {
    padding: 66px 0 0 0;
  }
}
@media (min-width: 992px) {
  section.text-slider {
    padding: 100px 0 0 0;
  }
}
@media (min-width: 1460px) {
  section.text-slider {
    padding: 185px 0 0 0;
  }
}
section.text-slider .container.text-slider {
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  section.text-slider .container.text-slider {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  section.text-slider .container.text-slider {
    max-width: 1455px;
  }
}
@media (min-width: 1460px) {
  section.text-slider .container.text-slider {
    max-width: 1836px;
    margin: 0 auto 0 auto;
  }
}
section.text-slider .container.text-slider .content-container {
  max-width: 1455px;
  margin-left: auto;
}
section.text-slider .container .text-content {
  max-width: 310px;
  margin: auto;
  width: 100%;
  z-index: 10;
}
@media (min-width: 768px) {
  section.text-slider .container .text-content {
    max-width: 271px;
    margin: 0 auto 0 0;
  }
}
@media (min-width: 992px) {
  section.text-slider .container .text-content {
    max-width: 315px;
  }
}
@media (min-width: 1200px) {
  section.text-slider .container .text-content {
    max-width: 455px;
  }
}
section.text-slider .container .text-content .basic,
section.text-slider .container .text-content .lead {
  max-width: 275px;
  margin-left: auto;
}
@media (min-width: 768px) {
  section.text-slider .container .text-content .basic,
  section.text-slider .container .text-content .lead {
    max-width: unset;
    margin-left: unset;
  }
}
@media (min-width: 1200px) {
  section.text-slider .container .text-content .basic,
  section.text-slider .container .text-content .lead {
    max-width: 400px;
    margin-left: auto;
  }
}
@media (min-width: 1460px) {
  section.text-slider .container .text-content .basic,
  section.text-slider .container .text-content .lead {
    max-width: 420px;
  }
}
@media (min-width: 1560px) {
  section.text-slider .container .text-content .basic,
  section.text-slider .container .text-content .lead {
    max-width: unset;
    margin-left: unset;
  }
}
section.text-slider .container .slider-content {
  display: none;
  /*
  .swipe-controls {
      position: relative;
      height: 100px;
      width: 120px;
      margin: auto;
      .swiper-button-next,
      .swiper-button-prev {
          width: 60px;
          height: 40px;
          &::after {
              content: "";
              background-size: cover;
              height: 10px;
              width: 15px;
          }
      }
      .swiper-button-next {
          &::after {
              background-image: url("/assets/images/swipe-next.svg");

          }
      }
      .swiper-button-prev {
          &::after {
              background-image: url("/assets/images/swipe-prev.svg");

          }
      }
  }
  */
}
@media (min-width: 768px) {
  section.text-slider .container .slider-content {
    display: block;
    max-height: 80vh;
    margin-left: auto;
    max-width: 369px;
    padding-top: 113px;
  }
}
@media (min-width: 992px) {
  section.text-slider .container .slider-content {
    padding-top: 0;
    max-width: 469px;
  }
}
@media (min-width: 1200px) {
  section.text-slider .container .slider-content {
    max-width: 669px;
    max-height: unset;
  }
}
@media (min-width: 1460px) {
  section.text-slider .container .slider-content {
    max-width: 873px;
  }
}
@media (min-width: 768px) {
  section.text-slider .container .slider-content .textSliderSwiper {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
section.text-slider .container .slider-content .textSliderSwiper .swiper-wrapper .swiper-slide img {
  height: 500px;
}
@media (min-width: 992px) {
  section.text-slider .container .slider-content .textSliderSwiper .swiper-wrapper .swiper-slide img {
    height: 685px;
    max-height: 66vh;
  }
}
@media (min-width: 1460px) {
  section.text-slider .container .slider-content .textSliderSwiper .swiper-wrapper .swiper-slide img {
    height: 865px;
    max-height: unset;
  }
}
section.text-slider .slider-footer {
  display: none;
  background-color: #ffffff;
  height: 160px;
  margin-top: -160px;
  width: 100%;
}
@media (min-width: 768px) {
  section.text-slider .slider-footer {
    display: block;
  }
}
section.text-slider .slider-content-mobile {
  margin-bottom: 60px;
  width: 160%;
  position: relative;
  height: 310px;
}
section.text-slider .slider-content-mobile .textSliderSwiperMobile,
section.text-slider .slider-content-mobile .sliderTextSwiperMobile {
  position: absolute;
  left: -18%;
}
@media (min-width: 768px) {
  section.text-slider .slider-content-mobile {
    display: none;
  }
}
section.text-slider.text-image {
  padding: 55px 0 0 0;
}
@media (min-width: 992px) {
  section.text-slider.text-image {
    padding: 100px 0 0 0;
  }
}
section.text-slider.text-image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 300px;
  background-color: #ffffff;
  top: 0;
}
@media (min-width: 768px) {
  section.text-slider.text-image::before {
    height: 0;
  }
}
section.text-slider.text-image .vertical {
  left: 26px;
}
@media (min-width: 768px) {
  section.text-slider.text-image .vertical {
    left: 26px;
  }
}
@media (min-width: 992px) {
  section.text-slider.text-image .vertical {
    left: 38px;
  }
}
@media (min-width: 1460px) {
  section.text-slider.text-image .container {
    gap: 130px;
  }
}
@media (min-width: 768px) {
  section.text-slider.text-image .container .slider-content {
    padding-top: 100px;
  }
}
@media (min-width: 992px) {
  section.text-slider.text-image .container .slider-content {
    padding-top: 0;
  }
}
section.text-slider.text-image .container .slider-content .text-image {
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 80vh;
  height: 125%;
}
@media (min-width: 1200px) {
  section.text-slider.text-image .container .slider-content .text-image {
    height: 100%;
  }
}
section.text-slider.text-image .container .text-content {
  margin-left: auto;
}
section.text-slider.text-image .slider-content-mobile {
  padding: 0 30px;
  width: 100%;
}
section.text-slider.text-image .slider-content-mobile .text-image-mobile {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.text-slider.text-image .slider-footer {
  display: block;
  height: 110px;
  margin-top: 55px;
}
@media (min-width: 992px) {
  section.text-slider.text-image .slider-footer {
    height: 160px;
  }
}
@media (min-width: 1200px) {
  section.text-slider.text-image .slider-footer {
    margin-top: -87px;
  }
}
section.text-slider .text-slider-shadow {
  position: absolute;
  left: -300px;
  top: -380px;
  max-width: 70vw;
}
@media (min-width: 992px) {
  section.text-slider .text-slider-shadow {
    left: -470px;
    top: 570px;
  }
}
section.text-slider .text-slider-shadow img {
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.25;
}
section.slider-text-box {
  padding: 45px 0;
}
@media (min-width: 768px) {
  section.slider-text-box {
    padding: 90px 0;
  }
}
@media (min-width: 1460px) {
  section.slider-text-box {
    padding: 110px 0;
  }
}
section.slider-text-box .swipe-slider-content {
  margin-bottom: 50px;
  width: 160%;
  height: 310px;
  position: relative;
}
section.slider-text-box .swipe-slider-content .textSliderSwiperMobile,
section.slider-text-box .swipe-slider-content .sliderTextSwiperMobile {
  position: absolute;
  left: -18%;
}
@media (min-width: 768px) {
  section.slider-text-box .swipe-slider-content .textSliderSwiperMobile,
  section.slider-text-box .swipe-slider-content .sliderTextSwiperMobile {
    position: relative;
    left: unset;
    width: 90%;
  }
}
@media (min-width: 992px) {
  section.slider-text-box .swipe-slider-content .textSliderSwiperMobile,
  section.slider-text-box .swipe-slider-content .sliderTextSwiperMobile {
    display: none;
  }
}
@media (min-width: 768px) {
  section.slider-text-box .swipe-slider-content {
    width: 100%;
    height: 510px;
  }
}
@media (min-width: 992px) {
  section.slider-text-box .swipe-slider-content {
    display: none;
  }
}
@media (min-width: 1460px) {
  section.slider-text-box .container {
    max-width: 1552px;
  }
}
section.slider-text-box .container .slider-container {
  display: none;
}
@media (min-width: 992px) {
  section.slider-text-box .container .slider-container {
    display: block;
  }
}
@media (min-width: 1460px) {
  section.slider-text-box .container .slider-container {
    display: flex;
  }
}
section.slider-text-box .container .sliderTextSwiperDesktop,
section.slider-text-box .container .sliderTextSwiperDesktopSecond {
  display: none;
}
@media (min-width: 992px) {
  section.slider-text-box .container .sliderTextSwiperDesktop,
  section.slider-text-box .container .sliderTextSwiperDesktopSecond {
    display: block;
    width: 776px;
    height: 720px;
    max-height: 70vh;
  }
}
section.slider-text-box .container .text-box {
  background-color: #FFFAEF;
  padding: 40px 30px 40px 35px;
  position: relative;
  margin-left: 22px;
}
section.slider-text-box .container .text-box::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100vw;
  left: 100%;
  top: 0;
  background-color: #FFFAEF;
}
@media (min-width: 1200px) {
  section.slider-text-box .container .text-box::after {
    opacity: 0;
  }
}
@media (min-width: 1460px) {
  section.slider-text-box .container .text-box {
    max-width: 1037px;
    z-index: 10;
    margin: -280px 0 0 auto;
    padding: 120px 100px;
  }
}
section.slider-text-box .container .text-box .lead,
section.slider-text-box .container .text-box .basic {
  margin-top: 40px;
}
@media (min-width: 768px) {
  section.slider-text-box .container .text-box .lead,
  section.slider-text-box .container .text-box .basic {
    margin-top: 30px;
  }
}
@media (min-width: 1460px) {
  section.slider-text-box .container .text-box .lead,
  section.slider-text-box .container .text-box .basic {
    margin-top: 56px;
  }
}
section.slider-text-box.right .container .text-image-box {
  flex-direction: row-reverse;
}
@media (min-width: 1460px) {
  section.slider-text-box.right .container .text-image-box .text-box {
    margin: -280px 0 0 auto;
  }
}
section.slider-text-box.right .container .images-container {
  flex-direction: row;
}
section.slider-text-box.right .container .images-container.single-image {
  margin-left: auto;
}
section.slider-text-box .slider-textbox-shadow {
  position: absolute;
  left: -300px;
  top: -380px;
  max-width: 70vw;
}
@media (min-width: 992px) {
  section.slider-text-box .slider-textbox-shadow {
    left: -350px;
    top: -500px;
  }
}
section.slider-text-box .slider-textbox-shadow img {
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.5;
}
section.slider-text-box .slider-textbox-shadow img.shadow-image-top {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 0.25;
}
section.slider-text-box .slider-textbox-shadow img.shadow-image-bottom {
  -o-object-fit: contain;
     object-fit: contain;
}
section.slider-text-box .slider-textbox-shadow.slider-textbox-shadow-2 {
  top: 380px;
  left: 55%;
}
section.teaser-swiper.news-teaser {
  background-color: #E6D9CD;
  padding: 60px 0;
}
@media (min-width: 768px) {
  section.teaser-swiper.news-teaser {
    padding: 50px 0;
  }
}
@media (min-width: 1200px) {
  section.teaser-swiper.news-teaser {
    padding: 100px 0;
  }
}
section.teaser-swiper.news-teaser.detail-page {
  padding: 0 0 60px 0;
}
@media (min-width: 768px) {
  section.teaser-swiper.news-teaser.detail-page {
    padding: 0 0 50px 0;
  }
}
@media (min-width: 1200px) {
  section.teaser-swiper.news-teaser.detail-page {
    padding: 0 0 100px 0;
  }
}
section.teaser-swiper.news-teaser.detail-page.news-detail-gallery {
  padding-bottom: 0;
}
section.teaser-swiper.news-teaser .container {
  max-width: 1776px;
}
section.teaser-swiper.news-teaser .container.teaser-container {
  position: relative;
  padding: 0;
  z-index: 10;
}
@media (min-width: 1024px) {
  section.teaser-swiper.news-teaser .container.teaser-container {
    padding: 0 30px;
  }
}
section.teaser-swiper.news-teaser .container h2 {
  padding: 0 30px;
}
@media (min-width: 1024px) {
  section.teaser-swiper.news-teaser .container h2 {
    padding: 0;
  }
}
section.teaser-swiper.news-teaser .container .news-swiper-container {
  margin-top: 40px;
  width: 160%;
}
@media (min-width: 1024px) {
  section.teaser-swiper.news-teaser .container .news-swiper-container {
    width: 100%;
    margin-top: 95px;
  }
}
section.teaser-swiper.news-teaser .container .news-swiper-container.detail-page {
  margin-top: 70px;
}
section.teaser-swiper.news-teaser .container .news-swiper-container .newsTeaserSwiper,
section.teaser-swiper.news-teaser .container .news-swiper-container .contentTeaserSwiper {
  height: 100%;
  z-index: 0;
  left: -18%;
}
@media (min-width: 1024px) {
  section.teaser-swiper.news-teaser .container .news-swiper-container .newsTeaserSwiper,
  section.teaser-swiper.news-teaser .container .news-swiper-container .contentTeaserSwiper {
    left: 0;
  }
}
section.teaser-swiper.news-teaser .container .news-swiper-container .newsTeaserSwiper .swiper-wrapper .swiper-slide .teaser,
section.teaser-swiper.news-teaser .container .news-swiper-container .contentTeaserSwiper .swiper-wrapper .swiper-slide .teaser {
  display: flex;
  width: 100%;
  flex-direction: column;
}
@media (min-width: 1024px) {
  section.teaser-swiper.news-teaser .container .news-swiper-container .newsTeaserSwiper .swiper-wrapper .swiper-slide .teaser,
  section.teaser-swiper.news-teaser .container .news-swiper-container .contentTeaserSwiper .swiper-wrapper .swiper-slide .teaser {
    flex-direction: row;
  }
}
@media (min-width: 1460px) {
  section.teaser-swiper.news-teaser .container .news-swiper-container .newsTeaserSwiper .swiper-wrapper .swiper-slide .teaser,
  section.teaser-swiper.news-teaser .container .news-swiper-container .contentTeaserSwiper .swiper-wrapper .swiper-slide .teaser {
    max-height: 270px;
  }
}
@media (min-width: 1024px) {
  section.teaser-swiper.news-teaser .container .news-swiper-container .newsTeaserSwiper .swiper-wrapper .swiper-slide .teaser > *,
  section.teaser-swiper.news-teaser .container .news-swiper-container .contentTeaserSwiper .swiper-wrapper .swiper-slide .teaser > * {
    width: 50%;
  }
}
section.teaser-swiper.news-teaser .container .news-swiper-container .newsTeaserSwiper .swiper-wrapper .swiper-slide .teaser img,
section.teaser-swiper.news-teaser .container .news-swiper-container .contentTeaserSwiper .swiper-wrapper .swiper-slide .teaser img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.teaser-swiper.news-teaser .container .news-swiper-container .newsTeaserSwiper .swiper-wrapper .swiper-slide .teaser .content,
section.teaser-swiper.news-teaser .container .news-swiper-container .contentTeaserSwiper .swiper-wrapper .swiper-slide .teaser .content {
  background-color: #ffffff;
  padding: 18px 22px;
}
@media (min-width: 1460px) {
  section.teaser-swiper.news-teaser .container .news-swiper-container .newsTeaserSwiper .swiper-wrapper .swiper-slide .teaser .content,
  section.teaser-swiper.news-teaser .container .news-swiper-container .contentTeaserSwiper .swiper-wrapper .swiper-slide .teaser .content {
    padding: 28px 42px;
  }
}
section.teaser-swiper.news-teaser .container .news-swiper-container .newsTeaserSwiper .swiper-wrapper .swiper-slide .teaser .content .date,
section.teaser-swiper.news-teaser .container .news-swiper-container .contentTeaserSwiper .swiper-wrapper .swiper-slide .teaser .content .date {
  letter-spacing: 2.8px;
}
section.teaser-swiper.news-teaser .container .news-swiper-container .newsTeaserSwiper .swiper-wrapper .swiper-slide .teaser .content .date p,
section.teaser-swiper.news-teaser .container .news-swiper-container .contentTeaserSwiper .swiper-wrapper .swiper-slide .teaser .content .date p {
  font-size: 14px;
}
section.teaser-swiper.news-teaser .container .news-swiper-container .newsTeaserSwiper .swiper-wrapper .swiper-slide .teaser .content .teaser-headline,
section.teaser-swiper.news-teaser .container .news-swiper-container .contentTeaserSwiper .swiper-wrapper .swiper-slide .teaser .content .teaser-headline {
  color: #b76e2b;
  font-size: 18px;
  line-height: 28px;
  margin-top: 5px;
}
@media (min-width: 1200px) {
  section.teaser-swiper.news-teaser .container .news-swiper-container .newsTeaserSwiper .swiper-wrapper .swiper-slide .teaser .content .teaser-headline,
  section.teaser-swiper.news-teaser .container .news-swiper-container .contentTeaserSwiper .swiper-wrapper .swiper-slide .teaser .content .teaser-headline {
    font-size: 20px;
    line-height: 32px;
  }
}
section.teaser-swiper.news-teaser .container .news-swiper-container .newsTeaserSwiper .swiper-wrapper .swiper-slide .teaser .content .lead,
section.teaser-swiper.news-teaser .container .news-swiper-container .contentTeaserSwiper .swiper-wrapper .swiper-slide .teaser .content .lead {
  margin-top: 10px;
}
section.teaser-swiper.news-teaser .container .news-swiper-container .newsTeaserSwiper .swiper-wrapper .swiper-slide .teaser .content .lead p,
section.teaser-swiper.news-teaser .container .news-swiper-container .contentTeaserSwiper .swiper-wrapper .swiper-slide .teaser .content .lead p {
  font-size: 16px;
  line-height: 28px;
}
section.teaser-swiper.news-teaser .container .news-swiper-container .newsTeaserSwiper .swiper-wrapper .swiper-slide .teaser .content .primary,
section.teaser-swiper.news-teaser .container .news-swiper-container .contentTeaserSwiper .swiper-wrapper .swiper-slide .teaser .content .primary {
  margin-top: 5px;
}
section.teaser-swiper.news-teaser .container .news-swiper-container .newsTeaserSwiper .swipe-controls,
section.teaser-swiper.news-teaser .container .news-swiper-container .contentTeaserSwiper .swipe-controls {
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 768px) {
  section.teaser-swiper.news-teaser .container .news-swiper-container .newsTeaserSwiper .swipe-controls,
  section.teaser-swiper.news-teaser .container .news-swiper-container .contentTeaserSwiper .swipe-controls {
    opacity: 1;
    pointer-events: auto;
  }
}
section.teaser-swiper.news-teaser .container .buttons-row {
  margin-top: -65px !important;
  padding: 0 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 1024px) {
  section.teaser-swiper.news-teaser .container .buttons-row {
    padding: 0;
  }
}
section.teaser-swiper.news-teaser .container .buttons-row.project-detail-site {
  margin-top: 0 !important;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
section.teaser-swiper.news-teaser .container .buttons-row.project-detail-site .buttons-back {
  gap: 80px;
}
section.teaser-swiper.projekt-teaser {
  background-color: #ffffff;
  position: relative;
}
section.teaser-swiper.projekt-teaser .container.teaser-container {
  padding: 0;
}
@media (min-width: 992px) {
  section.teaser-swiper.projekt-teaser .container.teaser-container {
    padding: 0 30px;
  }
}
section.teaser-swiper.projekt-teaser .container.teaser-container .projekt-swiper-container .projektTeaserSwiper .swiper-wrapper .swiper-slide .teaser {
  max-height: unset;
}
section.teaser-swiper.projekt-teaser .container.teaser-container .projekt-swiper-container .projektTeaserSwiper .swiper-wrapper .swiper-slide .teaser img {
  height: 476px;
}
@media (min-width: 768px) {
  section.teaser-swiper.projekt-teaser .container.teaser-container .projekt-swiper-container .projektTeaserSwiper .swiper-wrapper .swiper-slide .teaser img {
    height: 530px;
  }
}
@media (min-width: 992px) {
  section.teaser-swiper.projekt-teaser .container.teaser-container .projekt-swiper-container .projektTeaserSwiper .swiper-wrapper .swiper-slide .teaser img {
    height: 550px;
  }
}
section.teaser-swiper.projekt-teaser .container.teaser-container .projekt-swiper-container .projektTeaserSwiper .swiper-wrapper .swiper-slide .teaser > * {
  width: 100%;
}
section.teaser-swiper.content-teaser .contentTeaserSwiper .swiper-wrapper .swiper-slide .teaser {
  max-height: 100% !important;
  flex-direction: column !important;
}
section.teaser-swiper.content-teaser .contentTeaserSwiper .swiper-wrapper .swiper-slide .teaser > * {
  width: 100% !important;
}
section.teaser-swiper.content-teaser .contentTeaserSwiper .swiper-wrapper .swiper-slide .teaser .content {
  background-color: #ffffff;
  padding: 44px 44px 36px 44px;
}
section.teaser-swiper.content-teaser .contentTeaserSwiper .swiper-wrapper .swiper-slide .teaser .content .lead {
  margin-top: 0;
}
section.teaser-swiper.content-teaser .desktop {
  display: none;
}
@media (min-width: 768px) {
  section.teaser-swiper.content-teaser .desktop {
    display: block;
  }
}
section.teaser-swiper.content-teaser .mobile .contentTeaserSwiperMobile {
  left: -18%;
}
@media (min-width: 768px) {
  section.teaser-swiper.content-teaser .mobile {
    display: none;
  }
}
section.teaser-swiper.content-teaser .mobile .teaser .content {
  padding: 25px 20px;
  background-color: #ffffff;
}
section.teaser-swiper.content-teaser .mobile .teaser .content .teaser-headline {
  font-size: 20px;
  color: #b76e2b;
}
section.teaser-swiper.content-teaser .mobile .teaser .content .lead {
  margin: 20px 0 25px 0;
}
section.teaser-swiper.content-teaser .mobile .teaser .content .lead p {
  font-size: 16px;
}
section.teaser-swiper .teaser-image-shadow {
  position: absolute;
  left: 0;
  top: -260px;
  max-width: 70vw;
}
@media (min-width: 992px) {
  section.teaser-swiper .teaser-image-shadow {
    left: -70px;
    top: 0px;
  }
}
section.teaser-swiper .teaser-image-shadow img {
  -o-object-fit: contain;
     object-fit: contain;
}
section.teaser-swiper .teaser-image-shadow.teaser-image-shadow-2 {
  top: 580px;
  right: 0;
  left: unset;
  z-index: 1;
}
@media (min-width: 992px) {
  section.teaser-swiper .teaser-image-shadow.teaser-image-shadow-2 {
    top: 780px;
  }
}
section.slider-text {
  overflow: hidden;
}
section.slider-text .container {
  flex-direction: column;
}
@media (min-width: 1460px) {
  section.slider-text .container {
    flex-direction: row;
    gap: 40px;
  }
}
@media (min-width: 1560px) {
  section.slider-text .container {
    gap: 80px;
  }
}
@media (min-width: 1680px) {
  section.slider-text .container {
    gap: 130px;
  }
}
section.slider-text .container img.bg-image {
  /*
  position: absolute;
  z-index: 0;
  top: 250px;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  @include respond-to('md') {
      top: 450px;
  }
  @include respond-to('xxl') {
      top: 0;
      height: 70%;
  }

   */
}
section.slider-text .container .bg-image {
  position: absolute;
  z-index: 0;
  top: 250px;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.slider-text .container .bg-image.bg-orange {
  background-color: #b76e2b;
}
section.slider-text .container .bg-image.bg-coffee {
  background-color: #643E1B;
}
@media (min-width: 768px) {
  section.slider-text .container .bg-image {
    top: 450px;
  }
}
@media (min-width: 1460px) {
  section.slider-text .container .bg-image {
    top: 0;
    height: 70%;
  }
}
section.slider-text .container .text {
  z-index: 1;
}
section.slider-text .container .text .lead,
section.slider-text .container .text .basic,
section.slider-text .container .text .buttons-row {
  max-width: 85%;
  margin-left: auto;
}
@media (min-width: 1460px) {
  section.slider-text .container .text .lead,
  section.slider-text .container .text .basic {
    margin-top: 60px;
  }
}
section.content-header {
  position: relative;
  min-height: 100vh;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  display: flex;
  align-items: center;
}
section.content-header .shadow-image-container {
  position: absolute;
  right: 0;
  width: 80vw;
  max-width: 1515px;
  top: 70vh;
}
@media (min-width: 992px) {
  section.content-header .shadow-image-container {
    width: 60vw;
  }
}
section.content-header .shadow-image-container img.detail-shadow {
  z-index: 0;
}
section.content-header .shadow-image-container.project-detail {
  /*left: 0;*/
  right: 0;
  top: 500px;
  z-index: 1;
}
section.content-header img {
  z-index: -1;
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
}
section.content-header img.shadow-image {
  z-index: 1;
}
section.content-header img.detail-shadow, section.content-header img.main-image {
  position: relative;
}
section.content-header .container {
  z-index: 1;
  max-width: 1194px;
}
section.content-header .container h1 {
  color: #ffffff;
}
section.content-header .container .basic,
section.content-header .container .lead {
  width: 85%;
  margin-left: auto;
  margin-bottom: 42px;
}
@media (min-width: 768px) {
  section.content-header .container .basic,
  section.content-header .container .lead {
    max-width: 545px;
  }
}
@media (min-width: 992px) {
  section.content-header .container .basic,
  section.content-header .container .lead {
    max-width: 940px;
    margin-bottom: 0;
  }
}
section.content-header .container .basic p,
section.content-header .container .basic ul li,
section.content-header .container .lead p,
section.content-header .container .lead ul li {
  color: #ffffff;
}
section.content-header .container .basic.colored p,
section.content-header .container .basic.colored ul li,
section.content-header .container .lead.colored p,
section.content-header .container .lead.colored ul li {
  color: #6B675D;
}
section.content-header .container .basic.secondary,
section.content-header .container .lead.secondary {
  width: 100%;
}
section.content-header .container .basic.full-width,
section.content-header .container .lead.full-width {
  width: 100%;
  max-width: 100%;
}
section.content-header .container .basic.extra-margin,
section.content-header .container .lead.extra-margin {
  margin-bottom: 100px;
}
section.content-header .scroll-down {
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 992px) {
  section.content-header .scroll-down {
    position: absolute;
    left: 50%;
    bottom: 50px;
    opacity: 1;
    pointer-events: auto;
  }
}
section.content-header .scroll-down::after {
  content: "";
  position: absolute;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  background-size: cover;
  background-image: url("/assets/images/arrow.svg");
  z-index: 10;
  width: 16px;
  height: 10px;
}
section.content-header.contact-header {
  background-color: #b76e2b;
}
section.content-header.contact-header img.shadow-image {
  z-index: 1;
}
@media (min-width: 768px) {
  section.content-header.contact-header .container {
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  section.content-header.contact-header .container {
    padding-right: 30px;
  }
}
section.content-header.contact-header .container .text-map {
  width: 100%;
  flex-direction: column;
  margin-left: 34px;
  min-height: 60vh;
}
@media (min-width: 768px) {
  section.content-header.contact-header .container .text-map {
    flex-direction: row;
    margin-left: unset;
    gap: 40px;
  }
}
@media (min-width: 992px) {
  section.content-header.contact-header .container .text-map {
    margin-bottom: 30px;
  }
}
section.content-header.contact-header .container .text-map .basic {
  max-width: 350px;
  margin-left: 0;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  section.content-header.contact-header .container .text-map .basic {
    margin-left: auto;
    margin-bottom: 25px;
    width: 40%;
  }
}
section.content-header.contact-header .container .text-map .basic p {
  line-height: 30px;
}
section.content-header.contact-header .container .text-map .basic p a {
  color: #ffffff;
}
section.content-header.contact-header .container .text-map .map-container {
  width: 100%;
  height: 425px;
  max-height: 70vh;
}
@media (min-width: 768px) {
  section.content-header.contact-header .container .text-map .map-container {
    height: auto;
    width: 60%;
    max-width: 649px;
    margin-top: 38px;
    max-height: 500px;
  }
}
@media (min-width: 992px) {
  section.content-header.contact-header .container .text-map .map-container {
    margin-top: 0;
    max-height: unset;
  }
}
@media (min-width: 768px) {
  section.content-header.contact-header .container .text-map .description-text-mobile {
    display: none;
  }
}
section.content-header.contact-header .container .text-map .description-text {
  display: none;
}
@media (min-width: 768px) {
  section.content-header.contact-header .container .text-map .description-text {
    display: block;
    margin-top: 35px;
  }
}
section.content-header.projects-header {
  min-height: 70vh;
  padding-bottom: 100px;
  flex-direction: column;
}
section.content-header.projects-header .container.projects-wrapper .buttons-row {
  padding: 0 30px;
}
@media (min-width: 992px) {
  section.content-header.projects-header .container.projects-wrapper .buttons-row {
    padding: 0;
  }
}
section.content-header.projects-header .container .projects-container {
  gap: 18px;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  section.content-header.projects-header .container .projects-container {
    gap: 50px;
  }
}
@media (min-width: 1460px) {
  section.content-header.projects-header .container .projects-container {
    gap: 100px;
  }
}
section.content-header.projects-header .container .projects-container.active-filter .even {
  padding-top: 0;
}
section.content-header.projects-header .container .projects-container .project-teaser {
  display: flex;
  flex-direction: column;
}
section.content-header.projects-header .container .projects-container .buttons-row {
  margin-top: 0 !important;
}
section.content-header.projects-header .container .projects-container .project-teaser {
  width: 100%;
}
@media (min-width: 375px) {
  section.content-header.projects-header .container .projects-container .project-teaser {
    width: 47.34%;
  }
}
@media (min-width: 390px) {
  section.content-header.projects-header .container .projects-container .project-teaser {
    width: 47.44%;
  }
}
@media (min-width: 414px) {
  section.content-header.projects-header .container .projects-container .project-teaser {
    width: 47.58%;
  }
}
@media (min-width: 450px) {
  section.content-header.projects-header .container .projects-container .project-teaser {
    width: 47.71%;
  }
}
@media (min-width: 495px) {
  section.content-header.projects-header .container .projects-container .project-teaser {
    width: 47.98%;
  }
}
@media (min-width: 576px) {
  section.content-header.projects-header .container .projects-container .project-teaser {
    width: 48.26%;
  }
}
@media (min-width: 650px) {
  section.content-header.projects-header .container .projects-container .project-teaser {
    width: 48.46%;
  }
}
@media (min-width: 768px) {
  section.content-header.projects-header .container .projects-container .project-teaser {
    width: 48.69%;
  }
}
@media (min-width: 992px) {
  section.content-header.projects-header .container .projects-container .project-teaser {
    width: 47.3%;
  }
}
@media (min-width: 1200px) {
  section.content-header.projects-header .container .projects-container .project-teaser {
    width: 47.8%;
  }
}
@media (min-width: 1460px) {
  section.content-header.projects-header .container .projects-container .project-teaser {
    width: 46.4%;
  }
}
@media (min-width: 1560px) {
  section.content-header.projects-header .container .projects-container .project-teaser {
    width: 46.65%;
  }
}
@media (min-width: 1680px) {
  section.content-header.projects-header .container .projects-container .project-teaser {
    width: 46.91%;
  }
}
@media (min-width: 1820px) {
  section.content-header.projects-header .container .projects-container .project-teaser {
    width: 47.1%;
  }
}
section.content-header.projects-header .container .projects-container .project-teaser a {
  overflow: hidden;
}
section.content-header.projects-header .container .projects-container .project-teaser.reveal {
  -webkit-animation: revealProjectTeaser 500ms ease-in;
          animation: revealProjectTeaser 500ms ease-in;
}
section.content-header.projects-header .container .projects-container .project-teaser.remove-teaser {
  -webkit-animation: removeProjectTeaser 500ms ease-in;
          animation: removeProjectTeaser 500ms ease-in;
}
section.content-header.projects-header .container .projects-container .project-teaser img {
  display: block;
  position: relative;
  z-index: 1;
  width: auto;
  height: auto;
  transition: all 1s;
}
section.content-header.projects-header .container .projects-container .project-teaser img:hover {
  scale: 1.1;
}
section.content-header.projects-header .container .projects-container .project-teaser .elements-container {
  justify-content: space-between;
  flex-direction: column;
  padding: 0 15px;
}
@media (min-width: 768px) {
  section.content-header.projects-header .container .projects-container .project-teaser .elements-container {
    flex-direction: row;
    height: 75px;
    padding: 0;
  }
}
section.content-header.projects-header .container .projects-container .project-teaser .elements-container .buttons-row-teaser {
  justify-content: center;
  display: none;
}
@media (min-width: 768px) {
  section.content-header.projects-header .container .projects-container .project-teaser .elements-container .buttons-row-teaser {
    display: flex;
  }
}
section.content-header.projects-header .container .projects-container .project-teaser .elements-container .buttons-row-teaser button {
  width: 85px;
}
section.content-header.projects-header .container .projects-container .project-teaser .elements-container .labels {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.content-header.projects-header .container .projects-container .project-teaser .elements-container .labels p.category {
  text-transform: uppercase;
  color: #b76e2b;
  letter-spacing: 2.8px;
  line-height: 30px;
  font-size: 10px;
}
@media (min-width: 768px) {
  section.content-header.projects-header .container .projects-container .project-teaser .elements-container .labels p.category {
    font-size: 16px;
  }
}
section.content-header.projects-header .container .projects-container .project-teaser .elements-container .labels p.headline {
  font-size: 14px;
}
@media (min-width: 992px) {
  section.content-header.projects-header .container .projects-container .project-teaser .elements-container .labels p.headline {
    font-size: 20px;
  }
}
section.content-header.projects-header .container .projects-container .project-teaser.invisible {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 0;
  height: 0;
}
section.content-header.projects-header .container .facts-table {
  padding: 5px;
  width: 100%;
  margin: 50px 0;
}
@media (min-width: 992px) {
  section.content-header.projects-header .container .facts-table {
    margin: 60px 0 80px 0;
  }
}
section.content-header.projects-header .container .facts-table td {
  border-bottom: 1px solid #b3adad;
  text-align: left;
  padding: 5px;
}
section.content-header.projects-header .container .facts-table td p {
  font-size: 13px;
}
@media (min-width: 768px) {
  section.content-header.projects-header .container .facts-table td p {
    font-size: unset;
  }
}
section.content-header.news-detail {
  padding-bottom: 0;
}
section.content-header.news-detail .container .content-container .date {
  margin-bottom: 20px;
}
section.content-header.news-detail .container .content-container .date p {
  letter-spacing: 2.8px;
}
section.content-header.news-header .news-items {
  padding: 0 30px;
  max-width: 360px;
  flex-wrap: wrap;
  gap: 28px;
  margin: 50px auto;
  justify-content: center;
}
@media (min-width: 768px) {
  section.content-header.news-header .news-items {
    max-width: 100vw;
  }
}
@media (min-width: 1460px) {
  section.content-header.news-header .news-items {
    max-width: 1526px;
    margin: 110px auto;
  }
}
section.content-header.news-header .news-items .teaser {
  max-width: 340px;
  overflow: hidden;
  /*
  .content {
      background-color: $White;
      padding: 18px 22px;
      @include respond-to('xxl') {
          padding: 28px 42px;
      }
      .date {
          letter-spacing: 2.8px;
          p {
              //font-style: italic;
              font-size: 14px;
          }
      }
      .teaser-headline {
          color: $Orange;
          font-size: 18px;
          line-height: 28px;
          margin-top: 5px;
          @include respond-to('xl') {
              font-size: 20px;
              line-height: 32px;
          }
      }
      .lead {
          margin-top: 10px;
          p {
              font-size: 16px;
              line-height: 28px;
          }
      }
      .primary {
          margin-top: 5px;
      }
  }
  */
}
@media (min-width: 992px) {
  section.content-header.news-header .news-items .teaser {
    max-width: 345px;
  }
}
section.content-header.news-header .news-items .teaser.hovered img {
  scale: 1.1;
}
section.content-header.news-header .news-items .teaser.unhovered img {
  scale: 1;
}
section.content-header.news-header .news-items .teaser img {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  z-index: -1;
  transition: all 1s;
}
section.content-header.news-header .news-items .teaser .con-teaser {
  background-color: #ffffff;
  padding: 18px 22px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1460px) {
  section.content-header.news-header .news-items .teaser .con-teaser {
    padding: 28px 42px;
  }
}
section.content-header.news-header .news-items .teaser .con-teaser .date {
  letter-spacing: 2.8px;
}
section.content-header.news-header .news-items .teaser .con-teaser .date p {
  font-size: 14px;
  color: #6B675D;
}
section.content-header.news-header .news-items .teaser .con-teaser .teaser-headline {
  color: #b76e2b;
  margin-top: 5px;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  section.content-header.news-header .news-items .teaser .con-teaser .teaser-headline {
    font-size: 20px;
    line-height: 32px;
  }
}
section.content-header.news-header .news-items .teaser .con-teaser .buttons-row {
  margin-top: auto;
}
section.content-header.news-header .news-items .teaser .con-teaser .primary {
  margin-top: 5px;
}
section.content-header.news-header .news-items .teaser.revealed {
  -webkit-animation: revealProjectTeaser 1s;
          animation: revealProjectTeaser 1s;
}
section.content-type-text .container .content-container .basic,
section.content-type-text .container .content-container .lead {
  width: 85%;
  margin-left: auto;
  margin-bottom: 42px;
  margin-top: 0;
}
@media (min-width: 768px) {
  section.content-type-text .container .content-container .basic,
  section.content-type-text .container .content-container .lead {
    max-width: 545px;
  }
}
@media (min-width: 992px) {
  section.content-type-text .container .content-container .basic,
  section.content-type-text .container .content-container .lead {
    max-width: 940px;
    margin-bottom: 0;
  }
}
section.content-type-text .container .content-container .basic.colored p,
section.content-type-text .container .content-container .basic.colored h1,
section.content-type-text .container .content-container .basic.colored h2,
section.content-type-text .container .content-container .basic.colored h3,
section.content-type-text .container .content-container .basic.colored h4,
section.content-type-text .container .content-container .basic.colored h5,
section.content-type-text .container .content-container .basic.colored h6,
section.content-type-text .container .content-container .basic.colored ul li,
section.content-type-text .container .content-container .lead.colored p,
section.content-type-text .container .content-container .lead.colored h1,
section.content-type-text .container .content-container .lead.colored h2,
section.content-type-text .container .content-container .lead.colored h3,
section.content-type-text .container .content-container .lead.colored h4,
section.content-type-text .container .content-container .lead.colored h5,
section.content-type-text .container .content-container .lead.colored h6,
section.content-type-text .container .content-container .lead.colored ul li {
  color: #6B675D;
}
section.content-type-text .container .content-container .basic.secondary,
section.content-type-text .container .content-container .lead.secondary {
  width: 100%;
}
section.content-type-text .container .content-container .basic.full-width,
section.content-type-text .container .content-container .lead.full-width {
  max-width: unset;
  width: 100%;
}
section.content-type-text .container .buttons-row.project-detail-site {
  justify-content: space-between;
  width: 100%;
}
section.content-type-text .container .buttons-row.project-detail-site .buttons-back {
  gap: 80px;
}
section.content-type-text.buttons-section {
  padding-bottom: 110px;
}
section.search-results {
  min-height: 700px;
}
section.search-results .container {
  padding-top: 300px !important;
  max-width: 1135px;
  margin: auto;
}
section.search-results .container .gsc-control-cse {
  background-color: #FCECDD;
  border: none;
}
section.search-results .container .gsc-tabsArea,
section.search-results .container .gsc-above-wrapper-area {
  border-bottom: none;
}
section.search-results .container .gs-image-box.gs-web-image-box.gs-web-image-box-portrait,
section.search-results .container .gs-image-box.gs-web-image-box.gs-web-image-box-landscape,
section.search-results .container .gcsc-more-maybe-branding-root,
section.search-results .container .gsc-orderby-container,
section.search-results .container .gsc-adBlock {
  display: none;
}
section.search-results .container .gsst_a .gscb_a {
  color: #6B675D;
}
section.search-results .container .gsc-search-box-tools {
  border-bottom: 1px solid #6B675D;
}
section.search-results .container .gsc-input {
  background: #FCECDD !important;
  height: 58px !important;
  font-size: 48px;
  font-weight: 300;
}
section.search-results .container .gsc-input .gscb_a {
  font-family: "Ubuntu", sans-serif;
  font-size: 60px;
  padding-top: 8px;
  font-weight: 300;
}
section.search-results .container .gsc-input::-webkit-input-placeholder {
  font-weight: 300;
  font-size: 48px;
  font-family: "Ubuntu", sans-serif;
}
section.search-results .container .gsc-input::-moz-placeholder {
  font-weight: 300;
  font-size: 48px;
  font-family: "Ubuntu", sans-serif;
}
section.search-results .container .gsc-input::placeholder {
  font-weight: 300;
  font-size: 48px;
  font-family: "Ubuntu", sans-serif;
}
section.search-results .container .gsc-input::-webkit-input-placeholder {
  font-weight: 300;
  font-size: 48px;
  font-family: "Ubuntu", sans-serif;
}
section.search-results .container .gsc-input::-moz-placeholder {
  font-weight: 300;
  font-size: 48px;
  font-family: "Ubuntu", sans-serif;
}
section.search-results .container .gsc-input:-ms-input-placeholder {
  font-weight: 300;
  font-size: 48px;
  font-family: "Ubuntu", sans-serif;
}
section.search-results .container .gsc-webResult.gsc-result {
  border: none;
  border-bottom: 1px solid #b76e2b;
  padding: 35px 0;
}
section.search-results .container .gsc-webResult.gsc-result .gs-title a {
  color: #6B675D;
}
section.search-results .container .gsc-webResult.gsc-result .gs-webResult .gs-visibleUrl {
  color: #b76e2b;
}
section.search-results .container .gsc-webResult.gsc-result .gs-result .gs-title *,
section.search-results .container .gsc-webResult.gsc-result .gsc-cursor-page, section.search-results .container .gsc-webResult.gsc-result .gs-spelling a,
section.search-results .container .gsc-webResult.gsc-result .gs-webResult .gs-snippet,
section.search-results .container .gsc-webResult.gsc-result .gs-fileFormatType {
  color: #6B675D;
}
section.search-results .container .gsc-results .gsc-cursor-box .gsc-cursor-current-page,
section.search-results .container .gsc-tabHeader.gsc-tabhActive {
  color: #b76e2b;
}
section.search-results .container .gsc-tabHeader.gsc-tabhActive {
  border-bottom: 2px solid #b76e2b;
}
section.search-results .container .gsc-input-box {
  border: none;
}
section.search-results .gsc-search-button-v2 {
  border: none;
  background-color: transparent;
  position: relative;
  height: 35px;
  width: 35px;
}
section.search-results .gsc-search-button-v2::after {
  content: "";
  position: absolute;
  height: 35px;
  width: 35px;
  top: 0;
  left: 0;
  background-image: url("../images/lupe.svg");
  background-size: cover;
}
section.search-results .gsc-search-button-v2 svg {
  fill: #6B675D;
  height: 35px;
  width: 35px;
  display: none;
}
@media (min-width: 1460px) {
  section.slider-text-box.images-slider-text-box .container .slider-container {
    display: none;
  }
}
section.slider-text-box.images-slider-text-box .container .images-container {
  display: none;
}
@media (min-width: 1460px) {
  section.slider-text-box.images-slider-text-box .container .images-container {
    display: flex;
  }
}
section.slider-text-box.images-slider-text-box .container .images-container img,
section.slider-text-box.images-slider-text-box .container .images-container picture {
  -o-object-fit: cover;
     object-fit: cover;
}
section.slider-text-box.images-slider-text-box .container .images-container img.small,
section.slider-text-box.images-slider-text-box .container .images-container picture.small {
  width: 261px;
  height: 335px;
  margin-top: 40px;
}
section.slider-text-box.images-slider-text-box .container .images-container img.mid,
section.slider-text-box.images-slider-text-box .container .images-container picture.mid {
  width: 552px;
  height: 290px;
  margin-left: auto;
}
section.slider-text-box.images-slider-text-box .container .images-container img.big,
section.slider-text-box.images-slider-text-box .container .images-container picture.big {
  width: 776px;
  height: 680px;
  margin-left: auto;
  z-index: 1;
}
@media (min-width: 1460px) {
  section.slider-text-box.images-slider-text-box .container .text-box {
    margin: -265px 0 0 0;
  }
}
section.slider-text-box.images-slider-text-box .container .text-image-box {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
section.slider-text-box.images-slider-text-box .images-slider-text-box-shadow {
  position: absolute;
  left: -300px;
  top: -380px;
  max-width: 70vw;
}
@media (min-width: 992px) {
  section.slider-text-box.images-slider-text-box .images-slider-text-box-shadow {
    left: -70px;
    top: 370px;
  }
}
section.slider-text-box.images-slider-text-box .images-slider-text-box-shadow img {
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.25;
}
section.slider-text-box.images-slider-text-box .images-slider-text-box-shadow.images-slider-text-box-shadow-2 {
  top: 980px;
  left: 55%;
  z-index: 1;
}
section.partner {
  background-color: #ffffff;
}
section.partner .container .partner-images {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 50px;
  justify-content: center;
}
@media (min-width: 992px) {
  section.partner .container .partner-images {
    justify-content: flex-start;
  }
}
@media (min-width: 1460px) {
  section.partner .container .partner-images {
    gap: 30px;
  }
}
section.partner .container .partner-images img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.contact-teaser .container .teaser {
  margin-top: 95px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  section.contact-teaser .container .teaser {
    flex-direction: row;
  }
}
section.contact-teaser .container .teaser img {
  width: 100%;
  height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (min-width: 768px) {
  section.contact-teaser .container .teaser img {
    max-width: 358px;
  }
}
section.contact-teaser .container .teaser .content {
  background-color: #ffffff;
  color: #6B675D;
  width: 100%;
  padding: 30px 44px;
}
@media (min-width: 768px) {
  section.contact-teaser .container .teaser .content {
    max-width: 388px;
  }
}
section.contact-teaser .container .teaser .content .teaser-headline {
  color: #6B675D !important;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2.5px;
}
section.contact-teaser .container .teaser .content .name {
  color: #b76e2b !important;
  font-size: 20px;
  margin: 12px 0 21px 0;
}
section.contact-teaser .container .teaser .content .links {
  margin-bottom: 40px;
}
section.contact-teaser .container .teaser .content .links a,
section.contact-teaser .container .teaser .content .links p {
  color: #6B675D !important;
}
section.contact-teaser .container .teaser .content .links a {
  text-decoration: underline;
}

/* mobile landscape styles*/

/*# sourceMappingURL=app.min.css.map */