@import "fonts.css";
/*
                  |  o
 _  _  _    _   __|      __,   __,          _   ,_
/ |/ |/ |  |/  /  |  |  /  |  /  |  |   |  |/  /  |  |   |
  |  |  |_/|__/\_/|_/|_/\_/|_/\_/|_/ \_/|_/|__/   |_/ \_/|/
                                 |\                     /|
                                 |/                     \|
*/
/*
      _                   _
     | |                 | | o
 __  | |  _   __,   ,_   | |
/    |/  |/  /  |  /  |  |/  |  /\/
\___/|__/|__/\_/|_/   |_/|__/|_/ /\_/
                         |\
                         |/
*/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  font-size: 16px;
  scroll-behavior: smooth;
  scroll-padding-top: 50px;
}
@media only screen and (min-width: 450px) and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  html {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1024px) {
  html {
    font-size: 18px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
body {
  font-family: 'Special Elite', 'Courier New', monospace;
  font-weight: 400;
  line-height: 1.6;
  color: #727271;
  background-image: url('../img/bg_paper.png');
  background-repeat: repeat;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  line-height: 1.15;
  color: #727271;
  hyphens: auto;
  hyphenate-limit-chars: 4 3 3;
  hyphenate-limit-lines: 2;
  hyphenate-limit-last: always;
}
h1 {
  font-size: 2.5rem;
}
@media only screen and (min-width: 450px) and (max-width: 767px) {
  h1 {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  h1 {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 1024px) {
  h1 {
    font-size: 4.5rem;
  }
}
h2 {
  font-size: 1.75rem;
}
@media only screen and (min-width: 450px) and (max-width: 767px) {
  h2 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  h2 {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  h2 {
    font-size: 3rem;
  }
}
h3 {
  font-size: 1.25rem;
}
@media only screen and (min-width: 450px) and (max-width: 767px) {
  h3 {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  h3 {
    font-size: 1.75rem;
  }
}
@media only screen and (min-width: 1024px) {
  h3 {
    font-size: 2rem;
  }
}
p {
  margin-bottom: 1em;
  hyphens: auto;
  hyphenate-limit-chars: 4 3 3;
  hyphenate-limit-lines: 2;
  hyphenate-limit-last: always;
}
a {
  text-decoration: underline;
}
a:hover {
  color: #727271;
}
.text-intro {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.4;
  color: #727271;
}
@media only screen and (min-width: 450px) and (max-width: 899px) {
  .text-intro {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 900px) {
  .text-intro {
    font-size: 1.6rem;
  }
}
.text-body {
  font-family: 'Special Elite', 'Courier New', monospace;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #8A843E;
}
@media only screen and (min-width: 450px) and (max-width: 899px) {
  .text-body {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 900px) {
  .text-body {
    font-size: 1.2rem;
  }
}
.section-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
}
.section-text p {
  font-family: 'Special Elite', 'Courier New', monospace;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #8A843E;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 450px) and (max-width: 899px) {
  .section-text p {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 900px) {
  .section-text p {
    font-size: 1.2rem;
  }
}
.section-text ul,
.section-text ol {
  font-family: 'Special Elite', 'Courier New', monospace;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #8A843E;
  margin-bottom: 1rem;
  padding-left: 0;
  list-style: none;
}
@media only screen and (min-width: 450px) and (max-width: 899px) {
  .section-text ul,
  .section-text ol {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 900px) {
  .section-text ul,
  .section-text ol {
    font-size: 1.2rem;
  }
}
.section-text li {
  padding-left: 1.2em;
  margin-bottom: 0;
}
.section-text li::before {
  content: '•';
  display: inline-block;
  width: 1.2em;
  margin-left: -1.2em;
}
.section-text ol {
  counter-reset: ol-counter;
}
.section-text ol li::before {
  content: counter(ol-counter) '.';
  counter-increment: ol-counter;
}
.section-text a {
  color: #8A843E;
  text-decoration: none;
}
.section-text a:hover {
  color: #945F36;
}
.section-text p.text-intro {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.4;
  color: #727271;
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 450px) and (max-width: 899px) {
  .section-text p.text-intro {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 900px) {
  .section-text p.text-intro {
    font-size: 1.6rem;
  }
}
.section-text p.text-small {
  font-family: 'Special Elite', 'Courier New', monospace;
  font-size: 0.85rem;
  line-height: 1.5;
  letter-spacing: 2px;
  color: #727271;
}
.section-title {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 2rem;
  margin: 0 0 2.5rem 0;
  padding-top: 0;
  color: #727271;
}
@media only screen and (min-width: 450px) and (max-width: 899px) {
  .section-title {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 900px) {
  .section-title {
    font-size: 3rem;
  }
}
.sansserif {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
}
.red {
  color: #aa5c25;
}
.blue {
  color: #676B81;
}
.green {
  color: #769b21;
}
.yellow {
  color: #b29d00;
}
.nowrap {
  display: inline-block;
  white-space: nowrap;
}
.text-body-sans {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  color: #8A843E;
}
.text-small {
  font-family: 'Special Elite', 'Courier New', monospace;
  font-size: 0.85rem;
  line-height: 1.5;
  letter-spacing: 2px;
  color: #727271;
}
.visually-hidden {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.skip-link {
  position: absolute;
  left: -10000px;
  top: auto;
  background: #8A843E;
  color: #fff;
  padding: 8px 16px;
  z-index: 10000;
  font-family: 'Montserrat', Arial, sans-serif;
  text-decoration: none;
}
.skip-link:focus {
  left: 0;
  top: 0;
}
.no-js .idea__erde,
.no-js .idea__ast,
.no-js .idea__steine {
  display: none !important;
}
.no-js .slideshow-track img:first-child {
  opacity: 1;
}
.no-js .slideshow-dots {
  display: none;
}
.main {
  width: 100%;
  margin: 0 auto;
  margin-top: 1px;
}
.header {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 10px;
  padding-top: 1rem;
  padding-bottom: 0;
  position: relative;
}
@media only screen and (min-width: 450px) and (max-width: 759px) {
  .header {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media only screen and (min-width: 760px) {
  .header {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.header--subpage {
  padding-bottom: 8px;
  background-image: url('../img/line_h.png');
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: auto 8px;
}
.header__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.header__inner::before,
.header__inner::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 8px;
  background-image: url('../img/line_v.png');
  background-repeat: repeat-y;
  background-size: 8px auto;
}
.header__inner::before {
  left: 0;
}
.header__inner::after {
  right: 0;
}
@media only screen and (min-width: 450px) and (max-width: 639px) {
  .header__inner {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 640px) {
  .header__inner {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    justify-content: center;
  }
}
.header__inner--subpage {
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.85rem;
  padding-left: 5.5vw;
  padding-right: 8rem;
}
@media only screen and (min-width: 450px) and (max-width: 639px) {
  .header__inner--subpage {
    gap: 1rem;
    padding-right: 9rem;
  }
}
@media only screen and (min-width: 640px) {
  .header__inner--subpage {
    gap: 1.15rem;
    padding-right: 10rem;
  }
}
@media only screen and (min-width: 400px) and (max-width: 449px) {
  .header__inner--subpage {
    padding-left: 8vw;
  }
}
@media only screen and (min-width: 450px) and (max-width: 759px) {
  .header__inner--subpage {
    padding-left: 5vw;
  }
}
@media only screen and (min-width: 760px) and (max-width: 899px) {
  .header__inner--subpage {
    padding-left: 4.5vw;
  }
}
@media only screen and (min-width: 900px) and (max-width: 999px) {
  .header__inner--subpage {
    padding-left: 4vw;
  }
}
@media only screen and (min-width: 1000px) {
  .header__inner--subpage {
    padding-left: 3.5vw;
  }
}
.header__inner--subpage .menu-icon {
  right: 5.5vw;
}
@media only screen and (min-width: 400px) and (max-width: 449px) {
  .header__inner--subpage .menu-icon {
    right: 8vw;
  }
}
@media only screen and (min-width: 450px) and (max-width: 759px) {
  .header__inner--subpage .menu-icon {
    right: 5vw;
  }
}
@media only screen and (min-width: 760px) and (max-width: 899px) {
  .header__inner--subpage .menu-icon {
    right: 4.5vw;
  }
}
@media only screen and (min-width: 900px) and (max-width: 999px) {
  .header__inner--subpage .menu-icon {
    right: 4vw;
  }
}
@media only screen and (min-width: 1000px) {
  .header__inner--subpage .menu-icon {
    right: 3.5vw;
  }
}
.header__logo {
  display: block;
  flex: 0 0 auto;
  width: 96px;
  margin-top: 0;
  align-self: flex-start;
  text-decoration: none;
}
@media only screen and (min-width: 450px) and (max-width: 639px) {
  .header__logo {
    width: 108px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 899px) {
  .header__logo {
    width: 118px;
  }
}
@media only screen and (min-width: 900px) {
  .header__logo {
    width: 132px;
  }
}
.header__logo picture,
.header__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.header__logo--wordmark {
  width: 170px;
}
@media only screen and (min-width: 450px) and (max-width: 639px) {
  .header__logo--wordmark {
    width: 195px;
  }
}
@media only screen and (min-width: 640px) {
  .header__logo--wordmark {
    width: 220px;
  }
}
.header__breadcrumb {
  display: none;
  position: absolute;
  right: 2rem;
  bottom: 0.75rem;
  width: 50%;
  max-width: 280px;
  text-align: right;
}
@media only screen and (min-width: 600px) and (max-width: 639px) {
  .header__breadcrumb {
    display: block;
    max-width: 280px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 899px) {
  .header__breadcrumb {
    display: block;
    max-width: 420px;
  }
}
@media only screen and (min-width: 900px) {
  .header__breadcrumb {
    display: block;
    max-width: 520px;
  }
}
.header__breadcrumb-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.15rem 0.45rem;
  margin: 0;
  padding: 0;
}
.header__breadcrumb-item {
  display: inline-flex;
  align-items: center;
  font-family: 'Special Elite', 'Courier New', monospace;
  font-size: 0.75rem;
  line-height: 1.2;
  letter-spacing: 1px;
  color: #727271;
}
@media only screen and (min-width: 450px) and (max-width: 639px) {
  .header__breadcrumb-item {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 640px) and (max-width: 899px) {
  .header__breadcrumb-item {
    font-size: 0.85rem;
  }
}
@media only screen and (min-width: 900px) {
  .header__breadcrumb-item {
    font-size: 0.9rem;
  }
}
.header__breadcrumb-item:not(:first-child)::before {
  content: '/';
  margin-right: 0.45rem;
  color: rgba(114, 114, 113, 0.7);
}
.header__breadcrumb-item a,
.header__breadcrumb-item span {
  color: inherit;
  text-decoration: none;
}
.header__breadcrumb-item a:hover {
  color: #945F36;
}
.header__breadcrumb-item span[aria-current="page"] {
  color: #8A843E;
}
.header__tagline {
  font-family: 'Special Elite', 'Courier New', monospace;
  letter-spacing: 1px;
  color: #727271;
  text-align: left;
  text-decoration: none;
}
@media only screen and (min-width: 640px) {
  .header__tagline {
    text-align: center;
  }
}
.header__tagline .word {
  display: block;
}
@media only screen and (min-width: 640px) {
  .header__tagline .word {
    display: inline;
  }
}
.header__tagline .dot {
  display: none;
}
@media only screen and (min-width: 640px) {
  .header__tagline .dot {
    display: inline;
  }
}
.menu-icon {
  position: absolute;
  right: 2rem;
  top: 0.75rem;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
}
.menu-icon picture {
  display: block;
  width: 25px;
  height: auto;
}
@media only screen and (min-width: 450px) {
  .menu-icon picture {
    width: 30px;
  }
}
.menu-icon img {
  width: 100%;
  height: auto;
  display: block;
}
.menu-icon .on {
  display: none;
}
.menu-icon:hover .off {
  display: none;
}
.menu-icon:hover .on {
  display: block;
}
.main-nav {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  overflow-y: auto;
  background-image: url('../img/bg_paper.png');
  background-repeat: repeat;
  z-index: 1000;
  display: none;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 26px;
}
@media only screen and (min-width: 450px) and (max-width: 759px) {
  .main-nav {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media only screen and (min-width: 760px) {
  .main-nav {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.main-nav.is-open {
  display: block;
}
.main-nav__inner {
  max-width: 1400px;
  margin: 0 auto;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 0.75rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
}
.main-nav__inner::before,
.main-nav__inner::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 8px;
  background-image: url('../img/line_v.png');
  background-repeat: repeat-y;
  background-size: 8px auto;
}
.main-nav__inner::before {
  left: 0;
}
.main-nav__inner::after {
  right: 0;
}
@media only screen and (min-width: 450px) and (max-width: 639px) {
  .main-nav__inner {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 640px) {
  .main-nav__inner {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    padding-bottom: 3rem;
  }
}
.main-nav__close {
  position: absolute;
  top: 1rem;
  right: 5.5vw;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  opacity: 0.9;
}
@media only screen and (min-width: 400px) and (max-width: 449px) {
  .main-nav__close {
    right: 8vw;
  }
}
@media only screen and (min-width: 450px) and (max-width: 759px) {
  .main-nav__close {
    right: 5vw;
  }
}
@media only screen and (min-width: 760px) and (max-width: 899px) {
  .main-nav__close {
    right: 4.5vw;
  }
}
@media only screen and (min-width: 900px) and (max-width: 999px) {
  .main-nav__close {
    right: 4vw;
  }
}
@media only screen and (min-width: 1000px) {
  .main-nav__close {
    right: 3.5vw;
  }
}
.main-nav__close picture {
  display: block;
  width: 30px;
  height: auto;
}
.main-nav__close img {
  width: 100%;
  height: auto;
  display: block;
}
.main-nav__close .on {
  display: none;
}
.main-nav__close:hover .off {
  display: none;
}
.main-nav__close:hover .on {
  display: block;
}
.main-nav__list {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 3rem;
}
@media only screen and (min-width: 450px) {
  .main-nav__list {
    padding-top: 1rem;
  }
}
.main-nav__list a {
  font-family: 'Special Elite', 'Courier New', monospace;
  font-size: 1.6rem;
  color: #8A843E;
  text-decoration: none;
  display: block;
}
.main-nav__list a:hover {
  color: #945F36;
}
@media only screen and (min-width: 450px) {
  .main-nav__list a {
    font-size: 1.8rem;
  }
}
.main-nav__sublist {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 2.5rem;
  display: none;
  width: 100%;
}
.main-nav__has-children.is-open > .main-nav__sublist {
  display: block;
}
.main-nav__sublist a {
  font-size: 1.4rem;
  color: #727271;
}
.main-nav__sublist a:hover {
  color: #945F36;
}
@media only screen and (min-width: 450px) {
  .main-nav__sublist a {
    font-size: 1.6rem;
  }
}
.main-nav__has-children {
  position: relative;
}
.main-nav__toggle {
  position: absolute;
  left: -0.6em;
  top: 0.3em;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  font-family: 'Special Elite', 'Courier New', monospace;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 1;
  color: #8A843E;
}
.main-nav__toggle:hover {
  color: #945F36;
}
@media only screen and (min-width: 450px) and (max-width: 767px) {
  .main-nav__toggle {
    font-size: 2rem;
    left: -0.8em;
  }
}
@media only screen and (min-width: 768px) {
  .main-nav__toggle {
    font-size: 2.2rem;
    left: -0.9em;
  }
}
.main-nav__toggle-icon::before {
  content: '+';
}
.main-nav__has-children.is-open .main-nav__toggle-icon::before {
  content: '\2013';
}
.main-nav__logo-link {
  margin-top: auto;
  padding-top: 2rem;
  width: 140px;
  align-self: center;
}
@media only screen and (min-width: 450px) and (max-width: 767px) {
  .main-nav__logo-link {
    width: 160px;
    align-self: flex-end;
  }
}
@media only screen and (min-width: 768px) {
  .main-nav__logo-link {
    width: 180px;
    align-self: flex-end;
  }
}
.main-nav__logo {
  display: block;
  width: 100%;
}
.main-nav__logo img {
  width: 100%;
  height: auto;
}
.divider {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 8px;
  padding-bottom: 0;
  background-image: url('../img/line_h.png');
  background-repeat: repeat-x;
  background-position: top;
  background-size: auto 8px;
}
@media only screen and (min-width: 450px) and (max-width: 759px) {
  .divider {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media only screen and (min-width: 760px) {
  .divider {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.divider__inner {
  max-width: 1400px;
  margin: 0 auto;
  height: 8px;
  position: relative;
}
.divider__inner::before,
.divider__inner::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 8px;
  background-image: url('../img/line_v.png');
  background-repeat: repeat-y;
  background-size: 8px auto;
}
.divider__inner::before {
  left: 0;
}
.divider__inner::after {
  right: 0;
}
.divider--dotted {
  background-image: url('../img/line_h_dotted.png');
  position: relative;
}
.divider--dotted::after {
  content: '';
  position: absolute;
  top: 13px;
  left: 5rem;
  transform: translateY(-43%);
  width: 50px;
  height: 50px;
  background-image: url('../img/schere.png');
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 450px) and (max-width: 759px) {
  .divider--dotted::after {
    left: 5rem;
  }
}
@media only screen and (min-width: 760px) {
  .divider--dotted::after {
    left: 5rem;
  }
}
.footer {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 8px;
  position: relative;
  background-image: url('../img/line_h.png');
  background-repeat: repeat-x;
  background-position: top;
  background-size: auto 8px;
}
@media only screen and (min-width: 450px) and (max-width: 759px) {
  .footer {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media only screen and (min-width: 760px) {
  .footer {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.footer__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 8vw 5.5vw;
  position: relative;
}
@media only screen and (min-width: 400px) and (max-width: 449px) {
  .footer__inner {
    padding-top: 8vw;
    padding-bottom: 8vw;
    padding-left: 8vw;
    padding-right: 8vw;
  }
}
@media only screen and (min-width: 450px) and (max-width: 759px) {
  .footer__inner {
    padding-top: 5vw;
    padding-bottom: 5vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media only screen and (min-width: 760px) and (max-width: 899px) {
  .footer__inner {
    padding-top: 4.5vw;
    padding-bottom: 4.5vw;
    padding-left: 4.5vw;
    padding-right: 4.5vw;
  }
}
@media only screen and (min-width: 900px) and (max-width: 999px) {
  .footer__inner {
    padding-top: 4vw;
    padding-bottom: 4vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
@media only screen and (min-width: 1000px) {
  .footer__inner {
    padding-top: 4vw;
    padding-bottom: 4vw;
    padding-left: 3.5vw;
    padding-right: 3.5vw;
  }
}
.footer__inner::before,
.footer__inner::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 8px;
  background-image: url('../img/line_v.png');
  background-repeat: repeat-y;
  background-size: 8px auto;
}
.footer__inner::before {
  left: 0;
}
.footer__inner::after {
  right: 0;
}
.footer__menu {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.3rem;
}
@media only screen and (min-width: 600px) {
  .footer__menu {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
.footer__menu-col {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  font-family: 'Special Elite', 'Courier New', monospace;
  font-size: 1rem;
  line-height: 1.3;
  align-items: center;
}
@media only screen and (min-width: 450px) and (max-width: 599px) {
  .footer__menu-col {
    font-size: 1.1rem;
    align-items: center;
  }
}
@media only screen and (min-width: 600px) and (max-width: 899px) {
  .footer__menu-col {
    font-size: 1.1rem;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 900px) {
  .footer__menu-col {
    font-size: 1.2rem;
    align-items: flex-start;
  }
}
.footer__menu-col a {
  text-decoration: none;
  color: #8A843E;
}
.footer__menu-col a:hover {
  color: #945F36;
}
.footer__menu-col--right {
  align-items: center;
  margin-top: 50px;
}
@media only screen and (min-width: 600px) {
  .footer__menu-col--right {
    align-items: flex-end;
    text-align: right;
    margin-top: 0;
  }
}
.footer__logo {
  width: 200px;
  height: auto;
}
.page-end {
  width: 100%;
  height: 300px;
  background-repeat: repeat-x, repeat;
  background-position: top center, top left;
  background-size: auto, 1000px auto;
  background-image: url('../img/torn_paper_bottom.png');
}
.hero {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media only screen and (min-width: 450px) and (max-width: 759px) {
  .hero {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media only screen and (min-width: 760px) {
  .hero {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.hero__inner {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}
.hero__inner::before,
.hero__inner::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 8px;
  background-image: url('../img/line_v.png');
  background-repeat: repeat-y;
  background-size: 8px auto;
}
.hero__inner::before {
  left: 0;
}
.hero__inner::after {
  right: 0;
}
.logo {
  display: block;
  width: 60%;
  max-width: 250px;
  height: auto;
  padding-top: 40px;
  padding-bottom: 50px;
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto;
}
@media only screen and (min-width: 440px) {
  .logo {
    padding-top: 65px;
    padding-bottom: 90px;
    width: 50%;
  }
}
.cta-buttons {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  justify-items: center;
  gap: 1.2rem;
  padding-bottom: 60px;
}
@media only screen and (min-width: 440px) and (max-width: 499px) {
  .cta-buttons {
    grid-template-columns: repeat(2, auto);
    gap: 1.5rem 2.5rem;
  }
}
@media only screen and (min-width: 500px) and (max-width: 639px) {
  .cta-buttons {
    grid-template-columns: repeat(2, auto);
    gap: 2rem 3.5rem;
  }
}
@media only screen and (min-width: 640px) {
  .cta-buttons {
    grid-template-columns: repeat(3, auto);
    gap: 2rem 3.5rem;
  }
}
.cta-buttons .cta-button:only-child {
  grid-column: 1 / -1;
  justify-self: center;
}
@media only screen and (min-width: 440px) and (max-width: 639px) {
  .cta-buttons .cta-button:not(:only-child):last-child {
    grid-column: 1 / -1;
    justify-self: center;
  }
}
@media only screen and (min-width: 640px) {
  .cta-buttons .cta-button:not(:only-child):last-child {
    grid-column: auto;
    justify-self: auto;
  }
}
.cta-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  min-width: 120px;
}
.cta-button__icon {
  position: relative;
  width: 55px;
  height: 55px;
}
@media only screen and (min-width: 500px) {
  .cta-button__icon {
    width: 70px;
    height: 70px;
  }
}
.cta-button__icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.cta-button__icon img.off {
  opacity: 1;
}
.cta-button__icon img.on {
  opacity: 0;
}
.cta-button:hover .cta-button__icon img.off {
  opacity: 0;
}
.cta-button:hover .cta-button__icon img.on {
  opacity: 1;
}
.cta-button:hover span {
  color: #945F36;
}
.cta-button span {
  margin-top: 1rem;
  font-family: 'Special Elite', 'Courier New', monospace;
  color: #8A843E;
  font-size: 1.1rem;
  letter-spacing: 1px;
}
.idea {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  overflow-x: hidden;
}
@media only screen and (min-width: 450px) and (max-width: 759px) {
  .idea {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media only screen and (min-width: 760px) {
  .idea {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.idea__erde,
.idea__ast,
.idea__steine {
  display: none;
}
@media only screen and (min-width: 200px) {
  .idea__erde,
  .idea__ast,
  .idea__steine {
    display: block;
  }
}
.idea__erde img,
.idea__ast img,
.idea__steine img {
  width: 100%;
  height: auto;
}
.idea__erde {
  position: absolute;
  right: -85px;
  max-width: 180px;
  height: auto;
  z-index: 10;
  margin-top: -60px;
}
@media only screen and (min-width: 500px) and (max-width: 659px) {
  .idea__erde {
    max-width: 270px;
    right: -132px;
    margin-top: -40px;
  }
}
@media only screen and (min-width: 660px) and (max-width: 999px) {
  .idea__erde {
    max-width: 350px;
    right: -172px;
    margin-top: -70px;
  }
}
@media only screen and (min-width: 1000px) {
  .idea__erde {
    max-width: 550px;
    right: -275px;
    margin-top: -140px;
  }
}
.idea__ast {
  position: absolute;
  right: -93px;
  max-width: 220px;
  height: auto;
  z-index: 10;
  margin-top: -30px;
}
@media only screen and (min-width: 500px) and (max-width: 659px) {
  .idea__ast {
    max-width: 300px;
    right: -128px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 660px) and (max-width: 999px) {
  .idea__ast {
    max-width: 450px;
    right: -195px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1000px) {
  .idea__ast {
    max-width: 600px;
    right: -259px;
    margin-top: -50px;
  }
}
.idea__steine {
  position: absolute;
  left: -65px;
  max-width: 150px;
  height: auto;
  z-index: 10;
  margin-top: -40px;
}
@media only screen and (min-width: 500px) and (max-width: 659px) {
  .idea__steine {
    max-width: 200px;
    left: -90px;
    margin-top: -30px;
  }
}
@media only screen and (min-width: 660px) and (max-width: 999px) {
  .idea__steine {
    max-width: 300px;
    left: -135px;
    margin-top: -30px;
  }
}
@media only screen and (min-width: 1000px) {
  .idea__steine {
    max-width: 450px;
    left: -211px;
    margin-top: -50px;
  }
}
.idea__inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8vw 5.5vw;
  padding-bottom: 6rem;
  position: relative;
}
@media only screen and (min-width: 400px) and (max-width: 449px) {
  .idea__inner {
    padding-top: 8vw;
    padding-bottom: 8vw;
    padding-left: 8vw;
    padding-right: 8vw;
  }
}
@media only screen and (min-width: 450px) and (max-width: 759px) {
  .idea__inner {
    padding-top: 5vw;
    padding-bottom: 5vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media only screen and (min-width: 760px) and (max-width: 899px) {
  .idea__inner {
    padding-top: 4.5vw;
    padding-bottom: 4.5vw;
    padding-left: 4.5vw;
    padding-right: 4.5vw;
  }
}
@media only screen and (min-width: 900px) and (max-width: 999px) {
  .idea__inner {
    padding-top: 4vw;
    padding-bottom: 4vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
@media only screen and (min-width: 1000px) {
  .idea__inner {
    padding-top: 4vw;
    padding-bottom: 4vw;
    padding-left: 3.5vw;
    padding-right: 3.5vw;
  }
}
.idea__inner::before,
.idea__inner::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 8px;
  background-image: url('../img/line_v.png');
  background-repeat: repeat-y;
  background-size: 8px auto;
}
.idea__inner::before {
  left: 0;
}
.idea__inner::after {
  right: 0;
}
@media only screen and (min-width: 450px) and (max-width: 759px) {
  .idea__inner {
    padding-bottom: 7rem;
  }
}
@media only screen and (min-width: 760px) {
  .idea__inner {
    padding-bottom: 8rem;
  }
}
.quote {
  padding-top: 100px;
  text-align: center;
  hyphens: none;
}
@media only screen and (min-width: 450px) and (max-width: 759px) {
  .quote {
    max-width: 400px;
  }
}
@media only screen and (min-width: 760px) and (max-width: 999px) {
  .quote {
    max-width: 560px;
  }
}
@media only screen and (min-width: 1000px) {
  .quote {
    max-width: 800px;
  }
}
.quote p {
  font-family: 'Special Elite', 'Courier New', monospace;
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: 1px;
  margin: 0;
  color: #727271;
  hyphens: none;
}
@media only screen and (min-width: 450px) and (max-width: 759px) {
  .quote p {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 760px) and (max-width: 999px) {
  .quote p {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 1000px) {
  .quote p {
    font-size: 3.2rem;
  }
}
.quote strong {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 3;
  letter-spacing: 0;
  margin: 0;
  font-weight: 900;
  color: #727271;
}
@media only screen and (min-width: 450px) and (max-width: 759px) {
  .quote strong {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 760px) and (max-width: 999px) {
  .quote strong {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 1000px) {
  .quote strong {
    font-size: 3.2rem;
  }
}
.quote .word {
  display: inline;
}
.description {
  text-align: center;
  margin-top: 60px;
}
@media only screen and (min-width: 450px) and (max-width: 759px) {
  .description {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 760px) {
  .description {
    margin-top: 120px;
  }
}
.description p {
  font-family: 'Special Elite', 'Courier New', monospace;
  font-size: 1.2rem;
  line-height: 1.4;
  color: #8A843E;
  letter-spacing: 2px;
  max-width: 90%;
  margin: 0 auto;
  hyphens: auto;
  hyphenate-limit-chars: 6 2 2;
  hyphenate-limit-lines: 2;
  hyphenate-limit-last: always;
}
@media only screen and (min-width: 450px) and (max-width: 599px) {
  .description p {
    font-size: 1.2rem;
    max-width: 85%;
  }
}
@media only screen and (min-width: 600px) and (max-width: 899px) {
  .description p {
    font-size: 1.4rem;
    max-width: 80%;
  }
}
@media only screen and (min-width: 900px) {
  .description p {
    font-size: 1.6rem;
    max-width: 700px;
  }
}
.description .asterisk {
  font-family: 'Special Elite', 'Courier New', monospace;
  font-size: 3rem;
  line-height: 0;
  margin-right: 5px;
  opacity: 0.8;
  color: #8A843E;
  position: relative;
  top: 0.3rem;
}
.section-icon {
  position: absolute;
  top: 0;
  right: 1rem;
  width: 45px;
  height: auto;
  z-index: 10;
}
@media only screen and (min-width: 400px) and (max-width: 499px) {
  .section-icon {
    width: 45px;
    top: 0.5rem;
    right: 1.5rem;
  }
}
@media only screen and (min-width: 500px) {
  .section-icon {
    width: 55px;
    top: 1rem;
    right: 2rem;
  }
}
.section-icon img {
  width: 100%;
  height: auto;
}
.section-content {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media only screen and (min-width: 450px) and (max-width: 759px) {
  .section-content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media only screen and (min-width: 760px) {
  .section-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.section-content__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 8vw 5.5vw;
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  gap: 3rem;
  position: relative;
}
@media only screen and (min-width: 400px) and (max-width: 449px) {
  .section-content__inner {
    padding-top: 8vw;
    padding-bottom: 8vw;
    padding-left: 8vw;
    padding-right: 8vw;
  }
}
@media only screen and (min-width: 450px) and (max-width: 759px) {
  .section-content__inner {
    padding-top: 5vw;
    padding-bottom: 5vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media only screen and (min-width: 760px) and (max-width: 899px) {
  .section-content__inner {
    padding-top: 4.5vw;
    padding-bottom: 4.5vw;
    padding-left: 4.5vw;
    padding-right: 4.5vw;
  }
}
@media only screen and (min-width: 900px) and (max-width: 999px) {
  .section-content__inner {
    padding-top: 4vw;
    padding-bottom: 4vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
@media only screen and (min-width: 1000px) {
  .section-content__inner {
    padding-top: 4vw;
    padding-bottom: 4vw;
    padding-left: 3.5vw;
    padding-right: 3.5vw;
  }
}
.section-content__inner::before,
.section-content__inner::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 8px;
  background-image: url('../img/line_v.png');
  background-repeat: repeat-y;
  background-size: 8px auto;
}
.section-content__inner::before {
  left: 0;
}
.section-content__inner::after {
  right: 0;
}
@media only screen and (min-width: 1000px) {
  .section-content__inner {
    grid-template-columns: 1fr 1fr;
  }
}
.section-content__inner--has-icon {
  padding-top: 2vw;
}
.section-content__inner--has-icon .section-icon {
  position: static;
  grid-column: 1 / -1;
  justify-self: end;
  margin-bottom: -3rem;
}
.section-content__media {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.section-content__media > picture {
  width: 90%;
  max-width: 600px;
}
.section-content__media > img {
  width: 90%;
  height: auto;
  max-width: 600px;
}
.section-content__media > picture > img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
@media (min-width: 1000px) {
  .section-content__media {
    grid-column: 1;
    grid-row: 1;
  }
  .section-content__text {
    grid-column: 2;
    grid-row: 1;
  }
  .section-content--reverse .section-content__media {
    grid-column: 2;
    grid-row: 1;
  }
  .section-content--reverse .section-content__text {
    grid-column: 1;
    grid-row: 1;
  }
  .section-content__inner--has-icon .section-icon {
    grid-row: 1;
  }
  .section-content__inner--has-icon .section-content__media,
  .section-content__inner--has-icon .section-content__text {
    grid-row: 2;
  }
}
.slideshow {
  width: 100%;
  max-width: 600px;
}
.slideshow__wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
.slideshow__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}
.slideshow__overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slideshow__single-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slideshow--masked .slideshow-track,
.slideshow--masked .slideshow__single-image {
  mix-blend-mode: multiply;
}
.slideshow-track {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.slideshow-track img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.8s ease;
}
.slideshow-track img.active {
  opacity: 1;
}
.slideshow-dots {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  gap: 0.35rem;
}
@media only screen and (min-width: 450px) {
  .slideshow-dots {
    gap: 0.5rem;
  }
}
.slideshow-dot {
  width: 12px;
  height: 12px;
  border: none;
  background: none;
  opacity: 0.3;
  cursor: pointer;
  padding: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  background: url('../img/dot.png') center / contain no-repeat;
}
@media only screen and (min-width: 450px) {
  .slideshow-dot {
    width: 16px;
    height: 16px;
  }
}
.slideshow-dot:hover {
  opacity: 0.5;
}
.slideshow-dot.active {
  opacity: 0.7;
}
@media (prefers-reduced-motion: reduce) {
  .slideshow-track img,
  .slideshow-dot {
    transition: none;
  }
}
.link-list {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media only screen and (min-width: 450px) and (max-width: 759px) {
  .link-list {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media only screen and (min-width: 760px) {
  .link-list {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.link-list__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0.4rem 0;
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
}
.link-list__inner::before,
.link-list__inner::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 8px;
  background-image: url('../img/line_v.png');
  background-repeat: repeat-y;
  background-size: 8px auto;
}
.link-list__inner::before {
  left: 0;
}
.link-list__inner::after {
  right: 0;
}
@media only screen and (min-width: 640px) {
  .link-list__inner {
    grid-template-columns: repeat(3, 1fr);
  }
}
.link-list__col {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  position: relative;
  cursor: pointer;
}
.link-list__col a {
  text-decoration: none;
}
.link-list__col::after {
  position: absolute;
  background-size: auto 8px;
}
.link-list__col:not(:last-child)::after {
  content: '';
  left: 8px;
  right: 8px;
  bottom: 0;
  height: 8px;
  background-image: url('../img/line_h.png');
  background-repeat: repeat-x;
}
@media only screen and (min-width: 640px) {
  .link-list__col:not(:last-child)::after {
    left: auto;
    bottom: auto;
    top: 0;
    right: 0;
    height: 100%;
    width: 8px;
    background-image: url('../img/line_v.png');
    background-repeat: repeat-y;
    background-size: 8px;
  }
}
.link-list__col span {
  font-family: 'Special Elite', 'Courier New', monospace;
  font-size: 1.2rem;
  color: #8A843E;
  letter-spacing: 1px;
  line-height: 1.4;
  border-bottom: 2px solid transparent;
}
.link-list__col:hover span {
  color: #945F36;
  border-bottom: 2px solid #945F36;
}
@media (max-width: 640px) {
  .link-list__col:first-child {
    padding-bottom: 1.6rem;
  }
  .link-list__col:nth-child(2) {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }
  .link-list__col:last-child {
    padding-top: 1.6rem;
  }
}
.kontakt {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media only screen and (min-width: 450px) and (max-width: 759px) {
  .kontakt {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media only screen and (min-width: 760px) {
  .kontakt {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.kontakt__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 8vw 5.5vw;
  position: relative;
}
@media only screen and (min-width: 400px) and (max-width: 449px) {
  .kontakt__inner {
    padding-top: 8vw;
    padding-bottom: 8vw;
    padding-left: 8vw;
    padding-right: 8vw;
  }
}
@media only screen and (min-width: 450px) and (max-width: 759px) {
  .kontakt__inner {
    padding-top: 5vw;
    padding-bottom: 5vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media only screen and (min-width: 760px) and (max-width: 899px) {
  .kontakt__inner {
    padding-top: 4.5vw;
    padding-bottom: 4.5vw;
    padding-left: 4.5vw;
    padding-right: 4.5vw;
  }
}
@media only screen and (min-width: 900px) and (max-width: 999px) {
  .kontakt__inner {
    padding-top: 4vw;
    padding-bottom: 4vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
@media only screen and (min-width: 1000px) {
  .kontakt__inner {
    padding-top: 4vw;
    padding-bottom: 4vw;
    padding-left: 3.5vw;
    padding-right: 3.5vw;
  }
}
.kontakt__inner::before,
.kontakt__inner::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 8px;
  background-image: url('../img/line_v.png');
  background-repeat: repeat-y;
  background-size: 8px auto;
}
.kontakt__inner::before {
  left: 0;
}
.kontakt__inner::after {
  right: 0;
}
.kontakt__inner .section-title {
  margin-bottom: 2rem;
}
.kontakt__columns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media only screen and (min-width: 740px) {
  .kontakt__columns {
    grid-template-columns: 1fr 1fr;
  }
}
.kontakt__col--form {
  width: 100%;
}
.kontakt__col--media {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  order: 1;
}
@media only screen and (min-width: 740px) {
  .kontakt__col--media {
    order: 0;
    align-items: center;
  }
}
.kontakt__stamp {
  width: 80%;
  max-width: 280px;
  height: auto;
  rotate: 5deg;
}
.kontakt__stamp img {
  width: 100%;
  height: auto;
}
.kontakt__porto {
  width: 60%;
  max-width: 140px;
  height: auto;
  margin-right: 3rem;
  opacity: 0.8;
  rotate: -5deg;
}
.kontakt__porto img {
  width: 100%;
  height: auto;
}
.kontakt__form {
  width: 100%;
}
.kontakt__field {
  margin-bottom: 1.5rem;
  position: relative;
}
.kontakt__field--alt {
  position: absolute;
  left: -9999px;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.kontakt__field input,
.kontakt__field textarea {
  width: 100%;
  padding: 0.75rem 0;
  font-family: 'Special Elite', 'Courier New', monospace;
  font-size: 1rem;
  color: #727271;
  background-color: transparent;
  border: none;
  outline: none;
}
@media only screen and (min-width: 450px) and (max-width: 899px) {
  .kontakt__field input,
  .kontakt__field textarea {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 900px) {
  .kontakt__field input,
  .kontakt__field textarea {
    font-size: 1.2rem;
  }
}
.kontakt__field input::placeholder,
.kontakt__field textarea::placeholder {
  color: #8A843E;
  opacity: 0.6;
}
.kontakt__field input {
  background-image: url('../img/line_h.png');
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: auto 8px;
  padding-bottom: calc(0.75rem + 8px);
}
.kontakt__field textarea {
  resize: none;
  min-height: 250px;
  line-height: 1.5;
}
.kontakt__field--textarea::after {
  content: '';
  display: block;
  width: 100%;
  height: 8px;
  background-image: url('../img/line_h.png');
  background-repeat: repeat-x;
  background-size: auto 8px;
  margin-top: 0;
}
.kontakt__interest {
  margin-bottom: 3rem;
  font-family: 'Special Elite', 'Courier New', monospace;
  font-size: 0.95rem;
  line-height: 1.8;
  color: #8A843E;
}
.kontakt__interest .kontakt__interest-options {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin: 0.4rem 0;
}
.kontakt__interest label {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  cursor: pointer;
}
.kontakt__interest input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  min-width: 18px;
  border: 2px solid #8A843E;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  margin-top: 0;
}
.kontakt__interest input[type="checkbox"]::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: transparent;
}
.kontakt__interest input[type="checkbox"]:checked::before {
  background: #8A843E;
}
.kontakt__interest input[type="checkbox"]:focus-visible {
  outline: 2px solid #8A843E;
  outline-offset: 2px;
}
.kontakt__checkbox {
  margin-bottom: 1.5rem;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
.kontakt__checkbox input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  min-width: 18px;
  border: 2px solid #8A843E;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  margin-top: 0.15rem;
}
.kontakt__checkbox input[type="checkbox"]::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: transparent;
}
.kontakt__checkbox input[type="checkbox"]:checked::before {
  background: #8A843E;
}
.kontakt__checkbox input[type="checkbox"]:focus-visible {
  outline: 2px solid #8A843E;
  outline-offset: 2px;
}
.kontakt__checkbox label {
  font-family: 'Special Elite', 'Courier New', monospace;
  font-size: 0.95rem;
  line-height: 1.4;
  color: #8A843E;
  cursor: pointer;
}
.kontakt__checkbox label a {
  color: #8A843E;
  text-decoration: none;
}
.kontakt__checkbox label a:hover {
  color: #945F36;
}
.kontakt__errors {
  margin-bottom: 1rem;
}
.kontakt__error {
  font-family: 'Special Elite', 'Courier New', monospace;
  font-size: 0.95rem;
  color: #aa5c25;
  display: none;
}
.kontakt__error.visible {
  display: inline;
  margin-right: 0.5rem;
}
.kontakt__success {
  display: none;
}
.kontakt__success.visible {
  display: block;
}
.kontakt__success.visible + .kontakt__form {
  display: none;
}
.kontakt__submit {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.4;
  color: #727271;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0.75rem 0;
}
@media only screen and (min-width: 450px) and (max-width: 899px) {
  .kontakt__submit {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 900px) {
  .kontakt__submit {
    font-size: 1.6rem;
  }
}
.kontakt__submit:hover {
  color: #945F36;
}
.text-block {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0;
  padding-bottom: 0;
}
@media only screen and (min-width: 450px) and (max-width: 759px) {
  .text-block {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media only screen and (min-width: 760px) {
  .text-block {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.text-block--compact .text-block__inner p {
  margin-bottom: 0;
}
.text-block__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 8vw 5.5vw;
  position: relative;
}
@media only screen and (min-width: 400px) and (max-width: 449px) {
  .text-block__inner {
    padding-top: 8vw;
    padding-bottom: 8vw;
    padding-left: 8vw;
    padding-right: 8vw;
  }
}
@media only screen and (min-width: 450px) and (max-width: 759px) {
  .text-block__inner {
    padding-top: 5vw;
    padding-bottom: 5vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media only screen and (min-width: 760px) and (max-width: 899px) {
  .text-block__inner {
    padding-top: 4.5vw;
    padding-bottom: 4.5vw;
    padding-left: 4.5vw;
    padding-right: 4.5vw;
  }
}
@media only screen and (min-width: 900px) and (max-width: 999px) {
  .text-block__inner {
    padding-top: 4vw;
    padding-bottom: 4vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
@media only screen and (min-width: 1000px) {
  .text-block__inner {
    padding-top: 4vw;
    padding-bottom: 4vw;
    padding-left: 3.5vw;
    padding-right: 3.5vw;
  }
}
.text-block__inner::before,
.text-block__inner::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 8px;
  background-image: url('../img/line_v.png');
  background-repeat: repeat-y;
  background-size: 8px auto;
}
.text-block__inner::before {
  left: 0;
}
.text-block__inner::after {
  right: 0;
}
.text-block__inner h2 {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}
.text-block__inner h3 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}
.text-block__inner p {
  font-family: 'Special Elite', 'Courier New', monospace;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #8A843E;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 450px) and (max-width: 899px) {
  .text-block__inner p {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 900px) {
  .text-block__inner p {
    font-size: 1.2rem;
  }
}
.text-block__inner ul,
.text-block__inner ol {
  font-family: 'Special Elite', 'Courier New', monospace;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #8A843E;
  margin-bottom: 1rem;
  padding-left: 0;
  list-style: none;
}
@media only screen and (min-width: 450px) and (max-width: 899px) {
  .text-block__inner ul,
  .text-block__inner ol {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 900px) {
  .text-block__inner ul,
  .text-block__inner ol {
    font-size: 1.2rem;
  }
}
.text-block__inner li {
  padding-left: 1.2em;
  margin-bottom: 0;
}
.text-block__inner li::before {
  content: '•';
  display: inline-block;
  width: 1.2em;
  margin-left: -1.2em;
}
.text-block__inner ol {
  counter-reset: ol-counter;
}
.text-block__inner ol li::before {
  content: counter(ol-counter) '.';
  counter-increment: ol-counter;
}
.text-block__inner a {
  color: #8A843E;
  text-decoration: none;
}
.text-block__inner a:hover {
  color: #945F36;
}
.text-block__inner p.text-intro {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.4;
  color: #727271;
}
@media only screen and (min-width: 450px) and (max-width: 899px) {
  .text-block__inner p.text-intro {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 900px) {
  .text-block__inner p.text-intro {
    font-size: 1.6rem;
  }
}
.text-block__inner p.text-small {
  font-family: 'Special Elite', 'Courier New', monospace;
  font-size: 0.85rem;
  line-height: 1.5;
  letter-spacing: 2px;
  color: #727271;
}
.text-block__inner--narrow h1,
.text-block__inner--narrow h2,
.text-block__inner--narrow h3,
.text-block__inner--narrow h4,
.text-block__inner--narrow p,
.text-block__inner--narrow ul,
.text-block__inner--narrow ol {
  max-width: 80%;
}
@media (max-width: 600px) {
  .text-block__inner--narrow h1,
  .text-block__inner--narrow h2,
  .text-block__inner--narrow h3,
  .text-block__inner--narrow h4,
  .text-block__inner--narrow p,
  .text-block__inner--narrow ul,
  .text-block__inner--narrow ol {
    max-width: 100%;
  }
}
.text-block__inner--narrow50 h1,
.text-block__inner--narrow50 h2,
.text-block__inner--narrow50 h3,
.text-block__inner--narrow50 h4,
.text-block__inner--narrow50 p,
.text-block__inner--narrow50 ul,
.text-block__inner--narrow50 ol {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 800px) {
  .text-block__inner--narrow50 h1,
  .text-block__inner--narrow50 h2,
  .text-block__inner--narrow50 h3,
  .text-block__inner--narrow50 h4,
  .text-block__inner--narrow50 p,
  .text-block__inner--narrow50 ul,
  .text-block__inner--narrow50 ol {
    max-width: 100%;
    margin-left: 0;
  }
}
.text-block__inner--col2 {
  column-count: 2;
  column-gap: 2rem;
}
@media (max-width: 600px) {
  .text-block__inner--col2 {
    column-count: 1;
  }
}
.text-block__inner--col3 {
  column-count: 3;
  column-gap: 2rem;
}
@media (max-width: 1000px) {
  .text-block__inner--col3 {
    column-count: 2;
  }
}
@media (max-width: 600px) {
  .text-block__inner--col3 {
    column-count: 1;
  }
}
.text-2col {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0;
  padding-bottom: 0;
}
@media only screen and (min-width: 450px) and (max-width: 759px) {
  .text-2col {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media only screen and (min-width: 760px) {
  .text-2col {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.text-2col__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 8vw 5.5vw;
  position: relative;
  display: flex;
  gap: 2rem;
}
@media only screen and (min-width: 400px) and (max-width: 449px) {
  .text-2col__inner {
    padding-top: 8vw;
    padding-bottom: 8vw;
    padding-left: 8vw;
    padding-right: 8vw;
  }
}
@media only screen and (min-width: 450px) and (max-width: 759px) {
  .text-2col__inner {
    padding-top: 5vw;
    padding-bottom: 5vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media only screen and (min-width: 760px) and (max-width: 899px) {
  .text-2col__inner {
    padding-top: 4.5vw;
    padding-bottom: 4.5vw;
    padding-left: 4.5vw;
    padding-right: 4.5vw;
  }
}
@media only screen and (min-width: 900px) and (max-width: 999px) {
  .text-2col__inner {
    padding-top: 4vw;
    padding-bottom: 4vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
@media only screen and (min-width: 1000px) {
  .text-2col__inner {
    padding-top: 4vw;
    padding-bottom: 4vw;
    padding-left: 3.5vw;
    padding-right: 3.5vw;
  }
}
.text-2col__inner::before,
.text-2col__inner::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 8px;
  background-image: url('../img/line_v.png');
  background-repeat: repeat-y;
  background-size: 8px auto;
}
.text-2col__inner::before {
  left: 0;
}
.text-2col__inner::after {
  right: 0;
}
@media (max-width: 600px) {
  .text-2col__inner {
    flex-direction: column;
  }
}
.text-2col__col {
  flex: 1;
}
.text-2col__col h2 {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}
.text-2col__col h3 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}
.text-2col__col p {
  font-family: 'Special Elite', 'Courier New', monospace;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #8A843E;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 450px) and (max-width: 899px) {
  .text-2col__col p {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 900px) {
  .text-2col__col p {
    font-size: 1.2rem;
  }
}
.text-2col__col ul,
.text-2col__col ol {
  font-family: 'Special Elite', 'Courier New', monospace;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #8A843E;
  margin-bottom: 1rem;
  padding-left: 0;
  list-style: none;
}
@media only screen and (min-width: 450px) and (max-width: 899px) {
  .text-2col__col ul,
  .text-2col__col ol {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 900px) {
  .text-2col__col ul,
  .text-2col__col ol {
    font-size: 1.2rem;
  }
}
.text-2col__col li {
  padding-left: 1.2em;
  margin-bottom: 0;
}
.text-2col__col li::before {
  content: '•';
  display: inline-block;
  width: 1.2em;
  margin-left: -1.2em;
}
.text-2col__col ol {
  counter-reset: ol-counter;
}
.text-2col__col ol li::before {
  content: counter(ol-counter) '.';
  counter-increment: ol-counter;
}
.text-2col__col a {
  color: #8A843E;
  text-decoration: none;
}
.text-2col__col a:hover {
  color: #945F36;
}
.text-2col__col p.text-intro {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.4;
  color: #727271;
}
@media only screen and (min-width: 450px) and (max-width: 899px) {
  .text-2col__col p.text-intro {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 900px) {
  .text-2col__col p.text-intro {
    font-size: 1.6rem;
  }
}
.text-2col__col p.text-small {
  font-family: 'Special Elite', 'Courier New', monospace;
  font-size: 0.85rem;
  line-height: 1.5;
  letter-spacing: 2px;
  color: #727271;
}
.legal {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0;
  padding-bottom: 0;
}
@media only screen and (min-width: 450px) and (max-width: 759px) {
  .legal {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media only screen and (min-width: 760px) {
  .legal {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.legal__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 8vw 5.5vw;
  position: relative;
}
@media only screen and (min-width: 400px) and (max-width: 449px) {
  .legal__inner {
    padding-top: 8vw;
    padding-bottom: 8vw;
    padding-left: 8vw;
    padding-right: 8vw;
  }
}
@media only screen and (min-width: 450px) and (max-width: 759px) {
  .legal__inner {
    padding-top: 5vw;
    padding-bottom: 5vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media only screen and (min-width: 760px) and (max-width: 899px) {
  .legal__inner {
    padding-top: 4.5vw;
    padding-bottom: 4.5vw;
    padding-left: 4.5vw;
    padding-right: 4.5vw;
  }
}
@media only screen and (min-width: 900px) and (max-width: 999px) {
  .legal__inner {
    padding-top: 4vw;
    padding-bottom: 4vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
@media only screen and (min-width: 1000px) {
  .legal__inner {
    padding-top: 4vw;
    padding-bottom: 4vw;
    padding-left: 3.5vw;
    padding-right: 3.5vw;
  }
}
.legal__inner::before,
.legal__inner::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 8px;
  background-image: url('../img/line_v.png');
  background-repeat: repeat-y;
  background-size: 8px auto;
}
.legal__inner::before {
  left: 0;
}
.legal__inner::after {
  right: 0;
}
.legal__inner h1,
.legal__inner h2,
.legal__inner h3,
.legal__inner h4,
.legal__inner p {
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 899px) {
  .legal__inner h1,
  .legal__inner h2,
  .legal__inner h3,
  .legal__inner h4,
  .legal__inner p {
    width: 80%;
  }
}
@media only screen and (min-width: 900px) {
  .legal__inner h1,
  .legal__inner h2,
  .legal__inner h3,
  .legal__inner h4,
  .legal__inner p {
    width: 50%;
  }
}
.legal__inner h1 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 2rem;
  color: #727271;
  margin-bottom: 2rem;
}
.legal__inner h2 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.3rem;
  color: #727271;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}
.legal__inner h3 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.3rem;
  color: #727271;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}
.legal__inner h4 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.3rem;
  color: #727271;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.legal__inner p {
  font-family: 'Special Elite', 'Courier New', monospace;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #8A843E;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 450px) and (max-width: 899px) {
  .legal__inner p {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 900px) {
  .legal__inner p {
    font-size: 1.2rem;
  }
}
.legal__inner ul,
.legal__inner ol {
  font-family: 'Special Elite', 'Courier New', monospace;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #8A843E;
  margin-bottom: 1rem;
  padding-left: 0;
  list-style: none;
}
@media only screen and (min-width: 450px) and (max-width: 899px) {
  .legal__inner ul,
  .legal__inner ol {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 900px) {
  .legal__inner ul,
  .legal__inner ol {
    font-size: 1.2rem;
  }
}
.legal__inner li {
  padding-left: 1.2em;
  margin-bottom: 0.5rem;
}
.legal__inner li::before {
  content: '•';
  display: inline-block;
  width: 1.2em;
  margin-left: -1.2em;
}
.legal__inner ol {
  counter-reset: ol-counter;
}
.legal__inner ol li::before {
  content: counter(ol-counter) '.';
  counter-increment: ol-counter;
}
.legal__inner a {
  color: #8A843E;
  text-decoration: none;
}
.legal__inner a:hover {
  color: #945F36;
}
.media-frame {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media only screen and (min-width: 450px) and (max-width: 759px) {
  .media-frame {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media only screen and (min-width: 760px) {
  .media-frame {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.media-frame__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.media-frame__inner::before,
.media-frame__inner::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 8px;
  background-image: url('../img/line_v.png');
  background-repeat: repeat-y;
  background-size: 8px auto;
}
.media-frame__inner::before {
  left: 0;
}
.media-frame__inner::after {
  right: 0;
}
.media-frame__inner .section-title {
  text-align: center;
  margin-bottom: 2rem;
}
.media-frame__frame {
  position: relative;
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 966 / 850;
}
@media only screen and (min-width: 460px) and (max-width: 767px) {
  .media-frame__frame {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1109px) {
  .media-frame__frame {
    max-width: 80%;
  }
}
@media only screen and (min-width: 1110px) {
  .media-frame__frame {
    max-width: 830px;
  }
}
.media-frame__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
.media-frame__bg img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.media-frame__media {
  position: absolute;
  z-index: 1;
  width: 72.2%;
  top: 14.5%;
  left: 49.2%;
  transform: translateX(-50%);
  opacity: 0.9;
}
.media-frame .slideshow-dots {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 3.5rem;
}
.media-frame__media .slideshow__wrapper,
.media-frame__media .single-media__wrapper {
  aspect-ratio: 4 / 3;
}
.single-media {
  max-width: none;
}
.single-media__wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.single-media__stage {
  position: absolute;
  inset: 0;
}
.single-media__stage picture {
  display: block;
  width: 100%;
  height: 100%;
}
.single-media__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.spacer {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media only screen and (min-width: 450px) and (max-width: 759px) {
  .spacer {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media only screen and (min-width: 760px) {
  .spacer {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.spacer__inner {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}
.spacer__inner::before,
.spacer__inner::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 8px;
  background-image: url('../img/line_v.png');
  background-repeat: repeat-y;
  background-size: 8px auto;
}
.spacer__inner::before {
  left: 0;
}
.spacer__inner::after {
  right: 0;
}
.fullwidth-image {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media only screen and (min-width: 450px) and (max-width: 759px) {
  .fullwidth-image {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media only screen and (min-width: 760px) {
  .fullwidth-image {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.fullwidth-image--paper {
  background-image: url('../img/bg_paper.png');
  background-repeat: repeat;
}
.fullwidth-image__inner {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}
.fullwidth-image__inner::before,
.fullwidth-image__inner::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 8px;
  background-image: url('../img/line_v.png');
  background-repeat: repeat-y;
  background-size: 8px auto;
}
.fullwidth-image__inner::before {
  left: 0;
}
.fullwidth-image__inner::after {
  right: 0;
}
.fullwidth-image__media-wrap {
  width: 100%;
  display: flex;
}
.fullwidth-image__media-wrap--align-left {
  justify-content: flex-start;
}
.fullwidth-image__media-wrap--align-center {
  justify-content: center;
}
.fullwidth-image__media-wrap--align-right {
  justify-content: flex-end;
}
.fullwidth-image__media-wrap--hero-width {
  padding-left: 5.5vw;
  padding-right: 5.5vw;
}
@media only screen and (min-width: 400px) and (max-width: 449px) {
  .fullwidth-image__media-wrap--hero-width {
    padding-left: 8vw;
    padding-right: 8vw;
  }
}
@media only screen and (min-width: 450px) and (max-width: 759px) {
  .fullwidth-image__media-wrap--hero-width {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media only screen and (min-width: 760px) and (max-width: 899px) {
  .fullwidth-image__media-wrap--hero-width {
    padding-left: 4.5vw;
    padding-right: 4.5vw;
  }
}
@media only screen and (min-width: 900px) and (max-width: 999px) {
  .fullwidth-image__media-wrap--hero-width {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
@media only screen and (min-width: 1000px) {
  .fullwidth-image__media-wrap--hero-width {
    padding-left: 3.5vw;
    padding-right: 3.5vw;
  }
}
.fullwidth-image__media {
  max-width: 100%;
}
.fullwidth-image__media img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}
.project-hero {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media only screen and (min-width: 450px) and (max-width: 759px) {
  .project-hero {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media only screen and (min-width: 760px) {
  .project-hero {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.project-hero__inner {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}
.project-hero__inner::before,
.project-hero__inner::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 8px;
  background-image: url('../img/line_v.png');
  background-repeat: repeat-y;
  background-size: 8px auto;
}
.project-hero__inner::before {
  left: 0;
}
.project-hero__inner::after {
  right: 0;
}
.project-hero__image-wrap {
  width: 100%;
  padding-left: 5.5vw;
  padding-right: 5.5vw;
  padding-top: 8vw;
}
@media only screen and (min-width: 400px) and (max-width: 449px) {
  .project-hero__image-wrap {
    padding-left: 8vw;
    padding-right: 8vw;
  }
}
@media only screen and (min-width: 450px) and (max-width: 759px) {
  .project-hero__image-wrap {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media only screen and (min-width: 760px) and (max-width: 899px) {
  .project-hero__image-wrap {
    padding-left: 4.5vw;
    padding-right: 4.5vw;
  }
}
@media only screen and (min-width: 900px) and (max-width: 999px) {
  .project-hero__image-wrap {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
@media only screen and (min-width: 1000px) {
  .project-hero__image-wrap {
    padding-left: 3.5vw;
    padding-right: 3.5vw;
  }
}
@media only screen and (min-width: 450px) and (max-width: 759px) {
  .project-hero__image-wrap {
    padding-top: 5vw;
  }
}
@media only screen and (min-width: 760px) and (max-width: 899px) {
  .project-hero__image-wrap {
    padding-top: 4.5vw;
  }
}
@media only screen and (min-width: 900px) and (max-width: 999px) {
  .project-hero__image-wrap {
    padding-top: 4vw;
  }
}
@media only screen and (min-width: 1000px) {
  .project-hero__image-wrap {
    padding-top: 4vw;
  }
}
.project-hero__image-container {
  position: relative;
  width: 100%;
  aspect-ratio: 5 / 2;
  overflow: hidden;
}
.project-hero__image-container > picture {
  display: block;
  width: 100%;
  height: 100%;
}
.project-hero__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: multiply;
}
.project-hero__mask {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}
.project-hero__mask img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.project-hero__overlay {
  width: 100%;
  padding: 3rem 6vw 2rem 6vw;
  text-align: center;
}
.project-hero__overlay .section-title {
  margin: 0 0 0.5rem;
}
.project-hero__overlay .text-intro {
  margin: 0;
}
.project-teaser {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 8px;
  background-image: url('../img/line_h.png');
  background-repeat: repeat-x;
  background-position: top;
  background-size: auto 8px;
}
@media only screen and (min-width: 450px) and (max-width: 759px) {
  .project-teaser {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media only screen and (min-width: 760px) {
  .project-teaser {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.project-teaser__inner {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  align-items: stretch;
}
.project-teaser__inner::before,
.project-teaser__inner::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 8px;
  background-image: url('../img/line_v.png');
  background-repeat: repeat-y;
  background-size: 8px auto;
}
.project-teaser__inner::before {
  left: 0;
}
.project-teaser__inner::after {
  right: 0;
}
@media only screen and (min-width: 600px) {
  .project-teaser__inner {
    grid-template-columns: 1fr 1fr;
  }
}
.project-teaser__media,
.project-teaser__content {
  padding: 8vw 5.5vw;
}
@media only screen and (min-width: 400px) and (max-width: 449px) {
  .project-teaser__media,
  .project-teaser__content {
    padding-top: 8vw;
    padding-bottom: 8vw;
    padding-left: 8vw;
    padding-right: 8vw;
  }
}
@media only screen and (min-width: 450px) and (max-width: 759px) {
  .project-teaser__media,
  .project-teaser__content {
    padding-top: 5vw;
    padding-bottom: 5vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media only screen and (min-width: 760px) and (max-width: 899px) {
  .project-teaser__media,
  .project-teaser__content {
    padding-top: 4.5vw;
    padding-bottom: 4.5vw;
    padding-left: 4.5vw;
    padding-right: 4.5vw;
  }
}
@media only screen and (min-width: 900px) and (max-width: 999px) {
  .project-teaser__media,
  .project-teaser__content {
    padding-top: 4vw;
    padding-bottom: 4vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
@media only screen and (min-width: 1000px) {
  .project-teaser__media,
  .project-teaser__content {
    padding-top: 4vw;
    padding-bottom: 4vw;
    padding-left: 3.5vw;
    padding-right: 3.5vw;
  }
}
.project-teaser__media {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 599px) {
  .project-teaser__media {
    padding-bottom: 4vw;
  }
}
@media (min-width: 600px) {
  .project-teaser__media {
    background-image: url('../img/line_v.png');
    background-repeat: repeat-y;
    background-position: right top;
    background-size: 8px auto;
  }
}
.project-teaser__media a {
  display: block;
  width: 100%;
  height: 100%;
}
.project-teaser__image-wrap {
  position: relative;
  width: 100%;
  max-width: 600px;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
@media only screen and (min-width: 600px) and (max-width: 785px) {
  .project-teaser__image-wrap {
    aspect-ratio: 3 / 4;
  }
}
@media only screen and (min-width: 786px) {
  .project-teaser__image-wrap {
    aspect-ratio: 4 / 3;
  }
}
.project-teaser__image-wrap > picture,
.project-teaser__image-wrap > a > picture {
  display: block;
  width: 100%;
  height: 100%;
}
.project-teaser__image-wrap > img,
.project-teaser__image-wrap > picture > img,
.project-teaser__image-wrap > a > img,
.project-teaser__image-wrap > a > picture > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-teaser__image--masked {
  mix-blend-mode: multiply;
}
.project-teaser__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}
.project-teaser__mask img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.project-teaser__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 599px) {
  .project-teaser__content {
    padding-top: 0;
  }
}
p.project-teaser__subheadline {
  font-family: 'Special Elite', 'Courier New', monospace;
  letter-spacing: 1px;
  color: #727271;
  margin: 0 0 0.5rem;
  white-space: pre-line;
}
@media only screen and (min-width: 450px) and (max-width: 899px) {
  p.project-teaser__subheadline {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 900px) {
  p.project-teaser__subheadline {
    font-size: 1.2rem;
  }
}
.project-teaser__headline {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 2rem;
  margin: 0 0 2.5rem 0;
  padding-top: 0;
  color: #727271;
  margin: 0 0 1.5rem;
  white-space: pre-line;
}
@media only screen and (min-width: 450px) and (max-width: 899px) {
  .project-teaser__headline {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 900px) {
  .project-teaser__headline {
    font-size: 3rem;
  }
}
.project-teaser__text {
  margin-bottom: 1.5rem;
  font-family: 'Special Elite', 'Courier New', monospace;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #8A843E;
  white-space: normal;
}
@media only screen and (min-width: 450px) and (max-width: 899px) {
  .project-teaser__text {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 900px) {
  .project-teaser__text {
    font-size: 1.2rem;
  }
}
.project-teaser__link {
  align-self: flex-start;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  color: #727271;
  text-decoration: none;
  border-bottom: 2px solid #727271;
  padding-bottom: 2px;
  transition: color 0.2s, border-color 0.2s;
}
.project-teaser__link:hover {
  color: #945F36;
  border-color: #945F36;
}
.gallery-grid {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media only screen and (min-width: 450px) and (max-width: 759px) {
  .gallery-grid {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media only screen and (min-width: 760px) {
  .gallery-grid {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.gallery-grid__inner {
  --gallery-grid-column-gap: 0.04rem;
  --gallery-grid-row-gap: 0.18rem;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  padding: 8vw 5.5vw;
  column-count: 2;
  column-gap: var(--gallery-grid-column-gap);
}
.gallery-grid__inner::before,
.gallery-grid__inner::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 8px;
  background-image: url('../img/line_v.png');
  background-repeat: repeat-y;
  background-size: 8px auto;
}
.gallery-grid__inner::before {
  left: 0;
}
.gallery-grid__inner::after {
  right: 0;
}
@media only screen and (min-width: 400px) and (max-width: 449px) {
  .gallery-grid__inner {
    padding-top: 8vw;
    padding-bottom: 8vw;
    padding-left: 8vw;
    padding-right: 8vw;
  }
}
@media only screen and (min-width: 450px) and (max-width: 759px) {
  .gallery-grid__inner {
    padding-top: 5vw;
    padding-bottom: 5vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media only screen and (min-width: 760px) and (max-width: 899px) {
  .gallery-grid__inner {
    padding-top: 4.5vw;
    padding-bottom: 4.5vw;
    padding-left: 4.5vw;
    padding-right: 4.5vw;
  }
}
@media only screen and (min-width: 900px) and (max-width: 999px) {
  .gallery-grid__inner {
    padding-top: 4vw;
    padding-bottom: 4vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
@media only screen and (min-width: 1000px) {
  .gallery-grid__inner {
    padding-top: 4vw;
    padding-bottom: 4vw;
    padding-left: 3.5vw;
    padding-right: 3.5vw;
  }
}
@media (min-width: 600px) {
  .gallery-grid__inner {
    column-count: 3;
  }
}
@media (min-width: 900px) {
  .gallery-grid__inner {
    --gallery-grid-column-gap: 0.08rem;
    --gallery-grid-row-gap: 0.24rem;
    column-count: 4;
  }
}
.gallery-grid__item {
  display: block;
  width: 100%;
  margin-bottom: var(--gallery-grid-row-gap);
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  text-decoration: none;
  color: inherit;
}
.gallery-grid__paper {
  display: block;
  transform: rotate(var(--gallery-item-rotation, 0deg));
  transform-origin: center center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.42) 0%, rgba(255, 255, 255, 0.08) 28%, rgba(78, 59, 31, 0.02) 100%), linear-gradient(180deg, #faf7ef 0%, #f1eadb 100%);
  padding: 0.45rem;
  border: 1px solid rgba(122, 103, 73, 0.11);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.65) inset, 0 0 0 1px rgba(255, 252, 244, 0.35) inset, 0 2px 4px rgba(68, 52, 29, 0.1), 0 10px 18px rgba(68, 52, 29, 0.11), 0 22px 38px rgba(68, 52, 29, 0.07);
}
@media only screen and (min-width: 600px) {
  .gallery-grid__paper {
    padding: 0.55rem;
  }
}
.gallery-grid__frame {
  position: relative;
  display: block;
  width: 96%;
  margin: 0 auto;
  transform: rotate(var(--gallery-item-rotation, 0deg));
  transform-origin: center center;
}
.gallery-grid__frame--landscape {
  aspect-ratio: 531 / 406;
}
.gallery-grid__frame--portrait {
  aspect-ratio: 534 / 704;
}
.gallery-grid__frame--square {
  aspect-ratio: 510 / 510;
}
.gallery-grid__frame picture {
  position: absolute;
  inset: 0;
  display: block;
  z-index: 1;
  pointer-events: none;
}
.gallery-grid__frame-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.gallery-grid__frame-media {
  position: absolute;
  z-index: 2;
  overflow: hidden;
  background: #ebe5d8;
}
.gallery-grid__frame--landscape .gallery-grid__frame-media {
  top: 8%;
  left: 7.5%;
  width: 84%;
  aspect-ratio: 4 / 3;
}
.gallery-grid__frame--portrait .gallery-grid__frame-media {
  top: 6.6%;
  left: 7%;
  width: 85%;
  aspect-ratio: 3 / 4;
}
.gallery-grid__frame--square .gallery-grid__frame-media {
  top: 6.6%;
  left: 6.6%;
  width: 85.5%;
  aspect-ratio: 1 / 1;
}
.gallery-grid__thumb {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(108, 88, 59, 0.04);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.22), inset 0 0 0 1px rgba(92, 72, 47, 0.03);
}
.gallery-grid__thumb--framed {
  height: 100%;
  object-fit: cover;
  border: none;
  box-shadow: none;
}
.lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.lightbox-overlay.active {
  opacity: 1;
  pointer-events: auto;
}
.lightbox-image {
  max-width: 90vw;
  max-height: 85vh;
  object-fit: contain;
  user-select: none;
  display: block;
  transition: opacity 0.2s ease;
}
.lightbox-close,
.lightbox-prev,
.lightbox-next {
  position: absolute;
  background: none;
  border: none;
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
  padding: 0.5em;
  line-height: 1;
  opacity: 0.7;
  transition: opacity 0.2s ease;
  user-select: none;
}
.lightbox-close:hover,
.lightbox-prev:hover,
.lightbox-next:hover {
  opacity: 1;
}
.lightbox-close:focus-visible,
.lightbox-prev:focus-visible,
.lightbox-next:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.8);
  outline-offset: 2px;
}
.lightbox-close {
  top: 1.35rem;
  right: 1.35rem;
  font-size: 2.5rem;
}
.lightbox-prev {
  left: 1rem;
  bottom: 2rem;
}
.lightbox-next {
  right: 1rem;
  bottom: 2rem;
}
.lightbox-prev,
.lightbox-next {
  width: 4.45rem;
  height: 5.625rem;
  padding: 1.15rem;
  color: #fff;
  font-size: 0;
  line-height: 0;
  opacity: 0.7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lightbox-prev:hover,
.lightbox-next:hover {
  opacity: 1;
}
.lightbox-prev:focus-visible,
.lightbox-next:focus-visible {
  outline-color: rgba(255, 255, 255, 0.92);
}
.lightbox-nav-icon {
  display: block;
  width: 100%;
  height: 100%;
}
.lightbox-next .lightbox-nav-icon {
  transform: scaleX(-1);
}
.lightbox-overlay.is-loading .lightbox-image {
  opacity: 0;
}
.lightbox-overlay.is-loading::after {
  content: '';
  position: absolute;
  width: 2rem;
  height: 2rem;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-top-color: #fff;
  border-radius: 50%;
  animation: lightbox-spin 0.7s linear infinite;
}
@keyframes lightbox-spin {
  to {
    transform: rotate(360deg);
  }
}
.lightbox-status {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media (prefers-reduced-motion: reduce) {
  .lightbox-overlay,
  .lightbox-image,
  .lightbox-close,
  .lightbox-prev,
  .lightbox-next {
    transition: none;
  }
  .lightbox-overlay.is-loading::after {
    animation: none;
  }
}
