@font-face {
  font-family: Yanonekaffeesatz;
  src: url('../fonts/YanoneKaffeesatz-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Yanonekaffeesatz;
  src: url('../fonts/YanoneKaffeesatz-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Yanonekaffeesatz;
  src: url('../fonts/YanoneKaffeesatz-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Yanonekaffeesatz;
  src: url('../fonts/YanoneKaffeesatz-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Yanonekaffeesatz;
  src: url('../fonts/YanoneKaffeesatz-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Yanonekaffeesatz;
  src: url('../fonts/YanoneKaffeesatz-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Virust;
  src: url('../fonts/VIRUST.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Myriadpro;
  src: url('../fonts/MyriadPro-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --background-headers: #244030;
  --paragraphs: #244030cc;
  --accent-borders: #729b58;
  --additional-accent: #eb566e;
  --background: #74a152;
  --staudenpink: #eb566e;
  --white: white;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: var(--background-headers);
  font-family: Raleway, sans-serif;
  font-size: 14px;
  line-height: 170%;
}

h1 {
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Titillium Web, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 100%;
}

h2 {
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Titillium Web, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
}

h3 {
  margin-top: 0;
  margin-bottom: 23px;
  font-family: Titillium Web, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 105%;
}

h4 {
  margin-top: 0;
  margin-bottom: 21px;
  font-family: Titillium Web, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 110%;
}

h5 {
  margin-top: 0;
  margin-bottom: 19px;
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
}

h6 {
  margin-top: 0;
  margin-bottom: 17px;
  font-size: 12px;
  font-weight: 700;
  line-height: 130%;
}

p {
  color: var(--paragraphs);
  margin-bottom: 25px;
}

a {
  color: var(--accent-borders);
  font-weight: 600;
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 28px;
  padding-left: 40px;
}

img {
  border-radius: 20px;
  max-width: 100%;
  display: inline-block;
}

label {
  text-align: left;
  margin-bottom: 5px;
  font-weight: 700;
  display: block;
}

blockquote {
  border-left: 5px solid var(--additional-accent);
  color: var(--additional-accent);
  margin-bottom: 28px;
  padding: 10px 20px;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  line-height: 22px;
}

figure {
  margin-top: 40px;
  margin-bottom: 40px;
}

.navbar {
  background-color: #fff;
  border-radius: 15px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  top: 28px;
  left: 28px;
  right: 28px;
  box-shadow: 5px 7px 14px 3px #10221633;
}

.nav-block {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav {
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo {
  height: 70px;
}

.logo.footer {
  margin-bottom: 10px;
}

.nav-link {
  color: var(--background);
  letter-spacing: 2px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 27px 20px;
  font-family: Raleway, sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 130%;
  transition: color .2s;
  display: flex;
}

.nav-link:hover {
  color: var(--additional-accent);
}

.nav-link.w--current {
  color: var(--staudenpink);
}

.nav-link.language {
  flex-flow: row;
}

.brand {
  justify-content: center;
  align-items: center;
  margin-left: 18px;
  margin-right: 18px;
  padding: 10px 0;
  display: flex;
}

.nav-menu {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-button {
  border: 3px solid var(--staudenpink);
  background-color: var(--staudenpink);
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 13px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-self: center;
  margin-left: 18px;
  margin-right: 18px;
  padding: 12px 27px;
  font-size: 13px;
  font-weight: 800;
  line-height: 100%;
  text-decoration: none;
  transition: border-color .2s, background-color .2s, color .2s;
  display: flex;
}

.nav-button:hover {
  border: 3px solid var(--white);
  background-color: var(--white);
  color: var(--background-headers);
}

.nav-button.w--current {
  background-color: var(--background-headers);
  color: var(--additional-accent);
}

.section-hero {
  background-image: linear-gradient(#0000007a, #0000007a);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.section-hero.video {
  z-index: auto;
  background-image: linear-gradient(#0000007a, #0000007a);
  background-position: 0 0;
  position: absolute;
}

.block-hero {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 30px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.block-hero.left {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.block-hero.left.proucts {
  padding-left: 0;
}

.hero {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.heading-hero {
  max-width: 730px;
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 50px;
  font-family: Yanonekaffeesatz, sans-serif;
  font-size: 70px;
  line-height: 100%;
}

.text-subtitle {
  max-width: 730px;
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 300;
}

.text-subtitle.green {
  color: var(--accent-borders);
}

.text-subtitle.green.centered {
  text-align: center;
  max-width: none;
}

.text-subtitle.dark {
  color: var(--background-headers);
}

._2-button-block {
  justify-content: flex-start;
  align-items: stretch;
  max-width: 450px;
  display: flex;
}

.primary-button {
  z-index: 1;
  border: 3px solid var(--staudenpink);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 200px;
  padding: 15px 30px;
  font-weight: 800;
  line-height: 100%;
  transition: background-color .2s, color .2s;
  display: flex;
  position: relative;
}

.primary-button:hover {
  background-color: var(--background);
  color: var(--white);
}

.primary-button.full-width {
  width: 100%;
}

.tertiary-button {
  border: 3px solid var(--staudenpink);
  background-color: var(--staudenpink);
  width: 200px;
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 13px;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
  font-weight: 800;
  line-height: 100%;
  transition: border-color .2s, color .2s, background-color .2s;
  display: flex;
}

.tertiary-button:hover {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--background-headers);
}

.hero-bottom-feature {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.hero-column-grid {
  grid-template-rows: auto;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  position: relative;
}

.featured-block {
  width: 100%;
  height: 150px;
  display: flex;
}

.featured-project-name {
  color: var(--white);
  letter-spacing: 2px;
  font-family: Yanonekaffeesatz, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
}

.featured-project-info {
  color: var(--white);
  padding-top: 7px;
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
}

.scroll-indicator {
  background-color: #fff3;
  width: 2px;
  height: 80%;
  overflow: hidden;
}

.indicator-fill {
  background-color: var(--white);
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.featured-project-column {
  background-color: var(--background);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.featured-project-video {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Bild-44.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
  position: relative;
}

.featured-project-content {
  background-color: var(--background-headers);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.rotated-text {
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Yanonekaffeesatz, sans-serif;
  font-weight: 400;
  transform: rotate(-90deg);
}

.video-icon-wrapper {
  background-color: #ffffff52;
  border: 1px solid #fff6;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  transition: transform .2s, background-color .2s, border-color .2s;
  display: flex;
}

.video-icon-wrapper:hover {
  border-width: 2px;
  border-color: var(--additional-accent);
  background-color: #fdc23e33;
  transform: scale(.9);
}

.video-icon-wrapper.process {
  display: flex;
  position: relative;
}

.video-icon {
  align-self: center;
}

.section {
  z-index: 1;
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 140px 50px 50px;
  display: flex;
  position: relative;
}

.section.cta {
  padding-top: 50px;
  padding-bottom: 100px;
}

.section.no-padding-top {
  background-color: var(--white);
  padding-top: 0;
}

.section.no-padding-top.and-bottom {
  z-index: 1;
  padding-bottom: 0;
}

.section.bg-color {
  background-color: var(--background-headers);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.section.contact {
  padding-top: 200px;
}

.section.hidden {
  display: none;
}

.section.top {
  padding-top: 60px;
}

.content {
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  position: relative;
}

.content.blog {
  max-width: 750px;
}

.content.flex {
  justify-content: center;
  align-items: center;
  display: flex;
}

.content.padding {
  padding-bottom: 1em;
}

.content.zentriert {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.service-card {
  border: 1px none var(--accent-borders);
  height: 300px;
  min-height: 0;
  color: var(--background-headers);
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  padding: 10% 10% 15%;
  text-decoration: none;
  display: flex;
  box-shadow: 4px 4px 10px 3px #24403014;
}

.services {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 50px;
}

.heading-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-block-text {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.block-image {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  min-height: 380px;
  position: relative;
  overflow: hidden;
}

.block-image.project {
  z-index: 0;
  min-height: 0;
  position: absolute;
  inset: 0%;
}

.text-accent {
  color: var(--staudenpink);
}

.text-accent.contact {
  color: var(--background-headers);
}

.image {
  z-index: 5;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.achievement-block {
  background-color: var(--background-headers);
  border-radius: 20px;
  flex-direction: row;
  width: 100%;
  display: flex;
}

.achievement-text {
  background-color: var(--background);
  border-radius: 20px 0 0 20px;
  padding: 50px 15%;
}

.achievement {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.achievement-number {
  color: var(--staudenpink);
  text-align: center;
  font-family: Yanonekaffeesatz, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
}

.achievement-title {
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-top: 20px;
  font-family: Yanonekaffeesatz, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.projects-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.projects-grid.sculpgarden {
  grid-template-columns: .75fr 1fr;
}

.projects-sticky-card {
  z-index: 30;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--accent-borders);
  background-color: var(--white);
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: 5%;
  padding: 50px;
  display: grid;
  position: sticky;
  top: 140px;
}

.project-cards {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.project-content {
  z-index: 2;
  flex-direction: column;
  display: flex;
  position: relative;
}

.project-content.new {
  z-index: 6;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-right: 1px solid var(--background-headers);
  border-bottom: 1px solid var(--background-headers);
  border-left: 1px solid var(--background-headers);
  background-color: var(--background-headers);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin-top: auto;
  padding: 8% 7% 6% 4%;
  box-shadow: 0 2px 5px #0003;
}

.grid-wrapper {
  grid-template-rows: auto;
  padding: 10% 14%;
}

.grid-wrapper.hero {
  background-image: linear-gradient(#000000a3, #000000a3);
  height: 400px;
  max-height: 400px;
}

.process-block {
  border-radius: 20px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: block;
}

.process-content {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.project-image {
  border-radius: 20px;
  min-height: 370px;
  position: relative;
  overflow: hidden;
}

.project-image.top {
  top: -20px;
}

.video-button {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  display: flex;
  position: relative;
  overflow: visible;
}

.video-loop-stroke {
  border: 2px dashed var(--staudenpink);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px;
  display: flex;
  position: absolute;
}

.testimonial-slider {
  background-color: #0000;
  height: auto;
  margin-bottom: 100px;
}

.testimonial-slider-grid {
  border: 1px solid var(--accent-borders);
  background-color: var(--white);
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  padding: 30px;
}

.slider-content-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 8%;
  display: flex;
}

.testimonial-image {
  object-position: 50% 50%;
  justify-content: flex-end;
  height: 300px;
  display: flex;
}

.centered-heading {
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-quote {
  border-left-style: none;
  border-left-color: var(--accent-borders);
  color: var(--paragraphs);
  padding-left: 0;
  font-size: 25px;
  font-weight: 600;
  line-height: 140%;
}

.author-name {
  color: var(--background-headers);
}

.author-job-title {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 300;
}

.image-cover {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.left-arrow {
  border: 1px solid #2440304d;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  transition: transform .2s, background-color .2s;
  display: flex;
  inset: auto 70px -90px 0%;
}

.left-arrow:hover {
  background-color: var(--additional-accent);
  transform: scale(.9);
}

.right-arrow {
  border: 1px solid #2440304d;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  transition: transform .2s, background-color .2s;
  display: flex;
  inset: auto -70px -90px 0%;
}

.right-arrow:hover {
  background-color: var(--additional-accent);
  transform: scale(.9);
}

.arrow.right {
  transform: rotate(180deg);
}

.slide-nav {
  display: none;
}

.slide-detail-wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.slide-number {
  color: var(--background-headers);
  letter-spacing: 4px;
  font-size: 23px;
  font-weight: 700;
}

.number-accent {
  color: var(--staudenpink);
}

.footer-section {
  background-color: var(--white);
  border-top: 1px solid #91b67a40;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.cta-block {
  background-color: var(--background-headers);
  border-radius: 20px;
  justify-content: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.cta-text {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 10%;
  display: flex;
}

.footer-grid {
  grid-column-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
}

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 18px;
  padding-bottom: 11px;
  font-weight: 800;
}

.footer-link {
  color: #244030b3;
  font-size: 14px;
  font-weight: 500;
  line-height: 200%;
  text-decoration: none;
  transition: color .2s;
}

.footer-link:hover {
  color: var(--additional-accent);
}

.detail-footer-grid {
  border-top: 1px solid #2440304d;
  grid-template-rows: auto;
}

.detail-footer {
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-detail-footer {
  color: #244030b3;
  font-size: 12px;
}

.image-animation-trigger {
  z-index: 15;
  background-color: var(--background-headers);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 180%;
  display: none;
  position: absolute;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.page-links {
  color: #244030b3;
  text-decoration: none;
}

.shape {
  z-index: 0;
  opacity: .15;
  width: 40vw;
  height: auto;
  position: absolute;
  inset: 0% auto auto 0%;
}

.shape._01 {
  z-index: 0;
  width: 35vw;
  inset: 0% auto auto 0%;
}

.shape._02 {
  width: 35vw;
  inset: auto 0% -50% auto;
}

.shape._03 {
  width: 35vw;
  inset: auto 0% 0% auto;
}

.shape._04 {
  inset: 0% auto auto 0%;
}

.shape._05 {
  width: 30vw;
}

.shape._06 {
  width: 40vw;
  inset: auto 0% 0% auto;
}

.shape._07 {
  width: 30vw;
  inset: 0% 0% auto auto;
}

._4-column-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: stretch;
  width: 100%;
}

.text-box {
  border-radius: 10px;
  max-width: 750px;
}

.text-box._800px {
  max-width: 800px;
  min-height: 64px;
}

.icon {
  color: #fff;
  width: 55px;
  height: 55px;
  font-size: 24px;
}

._2-1-column-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.rich-text {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 30px;
}

.rich-text.zentriert {
  text-align: left;
  margin-top: 0;
  font-family: Myriadpro, Arial, sans-serif;
  font-size: 1.2em;
}

.spacer {
  height: 48px;
}

.spacer._16 {
  background-color: #0000;
  width: 16px;
  height: 16px;
}

.spacer._48 {
  background-color: #0000;
  width: 48px;
}

.spacer._32 {
  background-color: #0000;
  border-radius: 6px;
  width: 32px;
  height: 32px;
}

.spacer._24 {
  text-transform: uppercase;
  background-color: #0000;
  width: 24px;
  height: 24px;
}

.spacer._24-copy {
  text-transform: uppercase;
  background-color: #0000;
  width: 28px;
  height: 28px;
}

.text-input {
  border: 1px solid var(--accent-borders);
  color: var(--paragraphs);
  background-color: #fff;
  border-radius: 10px;
  padding: 24px 16px;
  font-size: 15px;
  line-height: 1.4px;
  box-shadow: 0 0 10px #00000003;
}

.text-input:focus {
  border-color: var(--additional-accent);
}

.text-input::placeholder {
  color: #2440304d;
}

._2-column-grid {
  grid-column-gap: 48px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  align-items: center;
  width: 100%;
  position: relative;
}

._2-column-grid._2-rows {
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
}

.paragraph {
  max-width: 470px;
  margin-bottom: 36px;
  font-weight: 400;
}

.paragraph.large {
  max-width: 500px;
  font-size: 17px;
}

.paragraph.large.centered {
  text-align: center;
}

.paragraph.large.centered.maxw {
  max-width: 40em;
}

.paragraph.large.centered.font {
  max-width: 40em;
  font-family: Myriadpro, Arial, sans-serif;
  font-size: 1.2em;
}

.paragraph.no-margin {
  margin-bottom: 0;
  font-weight: 400;
}

.paragraph.no-max-width {
  max-width: none;
}

.paragraph.centered {
  text-align: center;
}

.paragraph.white {
  color: var(--white);
}

.paragraph.white-copy {
  min-height: 10em;
  max-height: 10em;
  color: var(--white);
  margin-bottom: 36px;
}

.heading {
  text-align: center;
  font-family: Yanonekaffeesatz, sans-serif;
}

.heading.h5 {
  font-family: Yanonekaffeesatz, sans-serif;
  font-size: 24px;
}

.heading.h5.white {
  color: var(--white);
}

.heading.h2 {
  font-family: Yanonekaffeesatz, sans-serif;
  font-size: 42px;
}

.heading.h2.white {
  color: var(--white);
  font-weight: 700;
}

.heading.h2.white.date {
  margin-bottom: 0;
}

.heading.h2.white.date.new {
  color: var(--white);
}

.heading.h2.centered {
  text-align: center;
}

.heading.h2.cta {
  color: var(--white);
  text-align: center;
}

.heading.h2.white-copy {
  color: var(--white);
  font-size: 20px;
  font-weight: 700;
}

.heading.h3 {
  font-family: Yanonekaffeesatz, sans-serif;
  font-size: 36px;
}

.heading.h1 {
  color: var(--background-headers);
  font-family: Yanonekaffeesatz, sans-serif;
  font-size: 58px;
}

.heading.h1.centered {
  text-align: center;
}

.heading.h1.centered.sculpgarden {
  font-family: Virust, Georgia, sans-serif;
}

.heading.h1.white {
  color: var(--white);
}

.heading.h1.font {
  text-align: center;
  font-family: Virust, Georgia, sans-serif;
  font-size: 3em;
}

.heading.h2-copy {
  font-family: Yanonekaffeesatz, sans-serif;
  font-size: 70px;
}

.secundary-button {
  border: 3px solid var(--background);
  background-color: var(--white);
  width: 220px;
  color: var(--background);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
  font-family: Yanonekaffeesatz, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  transition: background-color .2s, color .2s;
  display: flex;
}

.secundary-button:hover {
  background-color: var(--background);
  color: var(--white);
}

.secundary-button.full-width {
  width: 100%;
}

.button-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.service-arrow {
  width: 15px;
  height: 15px;
}

.read-text-block {
  align-items: center;
  display: flex;
}

.read-text {
  padding-right: 5px;
}

.hero-images {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 50px;
}

.hero-image {
  border-radius: 20px;
}

.hero-image.bottom {
  position: relative;
  top: 40px;
}

.hero-image.square {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 20%;
}

.stats {
  color: var(--staudenpink);
  font-family: Titillium Web, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.values {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 50px;
  display: grid;
}

.value-card {
  border: 1px solid var(--accent-borders);
  color: var(--background-headers);
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  padding: 10%;
  text-decoration: none;
  display: flex;
  box-shadow: 4px 4px 10px 3px #24403014;
}

.block-check {
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.check {
  background-color: var(--additional-accent);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  margin-right: 15px;
  display: flex;
}

.icon-check {
  width: 25px;
  height: 25px;
  padding: 3px;
}

.text-check {
  margin-bottom: 0;
  font-weight: 700;
}

.block-services {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.service {
  border: 1px solid var(--accent-borders);
  border-radius: 20px;
}

.service-block-image {
  object-fit: cover;
  overflow: hidden;
}

.service-image {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 20px 20px 0 0;
  min-height: 400px;
}

.service-box {
  padding: 5% 10%;
}

.service-heading-block {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.service-featured-image {
  border-radius: 20px;
}

.service-featured-image.grid {
  width: 100%;
  height: 100%;
}

.empty-state {
  border: 1px solid var(--accent-borders);
  text-align: center;
  background-color: #729b5833;
  border-radius: 10px;
  width: 50%;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.multi-image-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.side-bar-box {
  border: 1px solid var(--accent-borders);
  background-color: var(--white);
  border-radius: 20px;
  margin-bottom: 30px;
}

.side-bar-header {
  background-color: #729b5833;
  border-radius: 20px 20px 0 0;
}

.free-quote-block {
  background-color: var(--background);
  border-radius: 20px;
  padding: 40px 30px;
}

.side-bar-title {
  padding: 20px 30px;
  font-family: Titillium Web, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.service-categorie-link {
  width: 100%;
  padding: 20px 15px 20px 30px;
  text-decoration: none;
  transition: background-color .2s;
}

.service-categorie-link:hover {
  background-color: #729b584d;
}

.service-link {
  color: var(--background-headers);
  font-size: 15px;
  font-weight: 600;
}

.checks-box {
  padding: 20px 30px;
}

.multi-image {
  margin-top: 20px;
}

.project-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-list.solo {
  grid-template-columns: 1fr;
}

.project-list.solo-copy {
  grid-template-columns: 1fr 1fr;
}

.project-box {
  border-radius: 20px;
  margin-bottom: 30px;
  padding: 5% 7%;
  position: relative;
}

.gradient-overlay {
  z-index: 1;
  background-image: linear-gradient(-260deg, #000c, #0000);
  border-radius: 20px;
  display: block;
  position: absolute;
  inset: 0%;
}

.block-home-hero {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 70px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.project-details {
  z-index: 1;
  background-color: var(--background);
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 88%;
  max-width: 970px;
  margin-bottom: -80px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: absolute;
  inset: auto 0 0%;
  overflow: hidden;
  box-shadow: 0 12px 36px #0000004d;
}

.project-image-wrapper {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.project-details-block {
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-right: -1px;
  padding: 15px 4%;
  display: flex;
  box-shadow: 1px 0 #ffffff1f;
}

.project-detail-heading {
  color: var(--background-headers);
  text-transform: uppercase;
  padding-bottom: 5px;
  font-family: Titillium Web, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.project-detail-text {
  color: var(--white);
  font-size: 16px;
}

.project-featured-image {
  object-fit: cover;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 20px;
  width: 100%;
  height: 160%;
}

.section-full {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 45vh;
  min-height: 500px;
  display: flex;
  position: relative;
}

.content-full {
  z-index: 2;
  width: 100%;
  padding-top: 120px;
  position: relative;
}

.project-image-overlay {
  background-image: linear-gradient(#00000080, #00000080);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  position: absolute;
  inset: 0%;
}

.project-heading-block {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.contact-info-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  display: grid;
}

.contact-info {
  border: 1px solid var(--accent-borders);
  background-color: var(--background);
  max-width: 89%;
  color: var(--background-headers);
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 10%;
  text-decoration: none;
  display: flex;
  box-shadow: 4px 4px 10px 3px #24403014;
}

.contact-detail {
  max-width: 730px;
  color: var(--background-headers);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
}

.contact-detail:hover {
  color: var(--additional-accent);
}

.faq-box {
  border: 1px solid var(--accent-borders);
  background-color: var(--white);
  border-radius: 20px;
  align-items: flex-start;
  padding: 40px 10%;
  display: flex;
  box-shadow: 4px 4px 10px 3px #24403014;
}

.faq-content {
  flex-direction: column;
  margin-left: 20px;
  display: block;
}

.question-text {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}

.notification-box {
  background-color: #729b5833;
  border-radius: 20px;
  justify-content: flex-start;
  width: 405px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
}

.utility-page-wrap {
  background-image: linear-gradient(#244030e0, #244030e0), url('../images/20210603_080349-EFFECTS.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  border: 1px solid var(--accent-borders);
  background-color: var(--white);
  text-align: center;
  border-radius: 20px;
  flex-direction: column;
  width: 350px;
  padding: 50px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.service-collection-cards {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.empty-state-text {
  font-size: 16px;
}

.empty-state-text.white {
  color: var(--white);
}

.service-collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.stats-text {
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
}

.map {
  width: 100%;
  height: 100%;
}

.image-2 {
  width: 100px;
}

.service-card-iteams {
  border: 1px solid var(--accent-borders);
  color: var(--background-headers);
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  padding: 0%;
  text-decoration: none;
  display: flex;
  box-shadow: 4px 4px 10px 3px #24403014;
}

.text-span {
  color: var(--additional-accent);
}

.image-3 {
  object-fit: cover;
  min-height: 200px;
}

.div-block {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-span-2 {
  font-weight: 800;
}

.text-span-3 {
  color: var(--additional-accent);
}

.text-span-4, .text-span-5 {
  color: var(--background-headers);
}

.text-span-6 {
  color: var(--white);
}

.text-span-7 {
  color: var(--background-headers);
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 1.5rem;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: -.75rem -.75rem auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 2.5rem;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 2.5rem 2rem;
  overflow: scroll;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 1rem;
  height: 1rem;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 1rem;
  width: 100%;
  max-width: 36rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  margin-left: .75rem;
  padding: .625rem;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_space-small {
  margin-bottom: .75rem;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 1.25rem;
  height: 1.25rem;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-banner_text-link {
  border-bottom: 2px solid var(--additional-accent);
  color: var(--additional-accent);
  -webkit-text-stroke-color: #ff4b1f;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-banner_close-icon-2 {
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #1111118c;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_button {
  border: 2px solid var(--additional-accent);
  background-color: var(--background);
  border-radius: 999rem;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 700;
}

.fs-cc-prefs_button:hover {
  color: var(--additional-accent);
}

.fs-cc-prefs_button.fs-cc-button-alt {
  border-color: var(--additional-accent);
  color: var(--additional-accent);
  background-color: #fff;
}

.fs-cc-banner_button {
  border: 2px solid var(--background-headers);
  color: #fff;
  text-align: center;
  background-color: #74a152;
  border-radius: 999rem;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
}

.fs-cc-banner_button:hover {
  color: var(--background-headers);
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: var(--background-headers);
  color: var(--background);
  background-color: #f5f5f5;
}

.fs-cc-banner_component-2 {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 1.5rem 2rem;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  flex-direction: column;
  padding: .625rem;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-prefs_component-2 {
  z-index: 10000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 1.25rem 1.25rem;
}

.fs-cc-prefs_text {
  color: #0a202e;
  font-size: .75rem;
}

.text-span-8 {
  font-weight: 700;
}

.fs-cc-manager_icon {
  width: 2rem;
  height: 2rem;
}

.link-2 {
  color: #070707;
}

.fs-cc-prefs_title {
  color: #0a202e;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_label {
  color: var(--background-headers);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.wg-selector-1 {
  color: #000;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
  position: relative;
}

.wg-selector-1:hover {
  color: #4049ff;
}

.wg-selector-1.w--current {
  cursor: default;
}

.wg-selector-1.s2 {
  opacity: .5;
}

.wg-selector-1.s1 {
  color: var(--background-headers);
}

.wg-selector-highlight-wrapper {
  width: 100%;
  height: 2px;
  margin-top: .25rem;
  overflow: hidden;
}

.wg-selector-highlight {
  background-color: #4049ff;
  width: 100%;
  height: 100%;
}

.wg-selector-highlight.h1 {
  background-color: var(--background);
  color: var(--background);
}

.wg-selector-highlight.h2 {
  background-color: #eded96;
  transform: translate(-100%);
}

.wg-element-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.text-block-9 {
  color: var(--background);
  font-family: Yanonekaffeesatz, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.text-span-9 {
  font-weight: 700;
}

.text-span-10 {
  color: var(--background);
  font-weight: 600;
}

.popup-content-wrapper---brix {
  z-index: 100;
  border-radius: 32px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 14px #4a3aff29, 0 -2px 4px #14142b1f, 0 12px 44px #14142b57;
}

.popup-content-wrapper---brix.popup-1-content-wrapper---brix-copy {
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
}

.popup-1---brix {
  text-align: center;
  background-color: #fff;
  border-radius: 32px;
  flex-direction: column;
  align-items: center;
  padding: 64px 64px 80px;
  display: flex;
  position: relative;
}

.overlay---brix {
  z-index: 10;
  background-color: #0000009c;
  position: absolute;
  inset: 0%;
}

.popup-wrapper---brix {
  z-index: 99999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.popup-wrapper---brix.preview-page {
  display: none;
  position: absolute;
}

.dummy-hero-button---brix {
  color: #6f6c90;
  text-align: center;
  max-width: 260px;
  transform-style: preserve-3d;
  background-color: #d9dbe9;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  padding: 20px 40px 21px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s, background-color .3s;
  display: flex;
  box-shadow: 0 3px 12px #0000000a;
}

.dummy-hero-button---brix:hover {
  transform: scale3d(1, 1, .01)translate(0, -2px);
  box-shadow: 0 4px 10px #00000014;
}

.popup-1-illustration---brix {
  margin-bottom: 24px;
}

.close-popup---brix {
  cursor: pointer;
  transition: transform .2s;
  position: absolute;
  inset: 24px 24px auto auto;
}

.close-popup---brix:hover {
  transform: scale(.9);
}

.project-box-image-wrapper {
  border-radius: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.image-4 {
  z-index: 10;
  object-fit: cover;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  width: 100%;
  max-width: none;
  height: 400px;
  position: relative;
  overflow: clip;
  box-shadow: 0 2px 5px #0003;
}

.flex-content-left {
  flex: 0 auto;
}

.gradiant {
  z-index: 15;
  background-image: linear-gradient(#00000080, #00000080);
  border-radius: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.zeit-adress-wrapper {
  text-align: center;
}

.zeit-adress-wrapper.hide {
  display: none;
}

.no-margin {
  margin-bottom: 0;
}

.no-margin.heading-style {
  font-family: Virust, Georgia, sans-serif;
  font-size: 2.5em;
}

.no-margin.paragraph-style {
  color: var(--staudenpink);
  font-family: Myriadpro, Arial, sans-serif;
  font-size: 1.3em;
}

.section-k-nstler {
  padding: 3em 3.125em 3.12em;
}

.section-k-nstler.flexbox {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.section-k-nstler.flexbox.top {
  background-image: linear-gradient(to bottom, var(--white), var(--white));
  margin-top: 100px;
}

.grid-2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  place-items: center start;
  width: 60%;
  font-family: Virust, Georgia, sans-serif;
}

.grid-item-k-nstler {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nummer {
  background-color: var(--background);
  border-radius: 999em;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  display: flex;
  box-shadow: 2px 2px 5px #0003;
}

.name.styling {
  font-family: Myriadpro, Arial, sans-serif;
  font-size: 1.5em;
  font-weight: 300;
}

.name.styling.title {
  margin-bottom: 10px;
  font-size: 1.7em;
  font-weight: 300;
}

.name.small {
  font-size: 17px;
}

.nummer-styling {
  color: var(--white);
  font-size: 1.5em;
}

.heading-2 {
  text-align: center;
  font-size: 3em;
}

.heading-2.lower-margin {
  margin-bottom: .1em;
  font-family: Virust, Georgia, sans-serif;
}

.paragraph-4 {
  text-align: center;
  font-family: Myriadpro, Arial, sans-serif;
  font-size: 1.3em;
}

.hero-grid {
  grid-template-rows: auto auto;
  grid-template-columns: 1.75fr 1fr;
}

.paragraph-wrapper {
  text-align: center;
  width: 100%;
}

.paragraph-wrapper.padding-down {
  padding-bottom: 4em;
}

.paragraph-5 {
  font-weight: 700;
}

.programm-grid {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-columns: 1fr 1.75fr;
  place-items: start;
}

.programm-date {
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.programm-info {
  flex-flow: column;
  display: flex;
}

.heading-no-padding {
  margin-bottom: 0;
  font-family: Virust, Georgia, sans-serif;
  font-size: 1em;
}

.text-block-10 {
  font-family: Myriadpro, Arial, sans-serif;
  font-size: 1.2em;
  line-height: 1;
}

.text-block-11 {
  font-family: Myriadpro, Arial, sans-serif;
  font-size: 1.1em;
}

.text-span-14 {
  color: var(--background);
  text-align: center;
  font-weight: 600;
}

.text-span-15 {
  color: var(--accent-borders);
  font-weight: 600;
}

.text-span-16 {
  color: var(--staudenpink);
}

.flexbox-section {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.trener {
  background-color: var(--background-headers);
  width: 1px;
  height: 40em;
  margin: 21px;
  padding: 0;
}

.programm-inner {
  z-index: 10;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 21px;
  display: flex;
  position: relative;
}

.heading-4 {
  font-size: 1.5em;
}

._2024 {
  height: 100%;
  overflow: hidden;
}

.register {
  z-index: 50;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.faq-tab {
  margin-top: -8px;
  padding-bottom: 32px;
}

.icon-large {
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.overline-regular {
  letter-spacing: 1.28px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.h2-heading {
  color: var(--background-headers);
  letter-spacing: -1.2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Yanonekaffeesatz, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 100%;
}

.paragraph-large {
  letter-spacing: -.3px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.faq-dropdown-toggle {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  white-space: normal;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding: 32px;
  display: flex;
}

.section-large {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.section-large.hide {
  display: none;
}

.faq-dropdown-list {
  background-color: #fff0;
  padding-left: 32px;
  padding-right: 56px;
  display: block;
  position: relative;
}

.faq-item {
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.faq-item.hide {
  display: none;
}

.faq-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.column-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.column-x-small.column-center {
  text-align: center;
  align-items: center;
}

.title-center-regular {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 858px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h6-heading {
  color: var(--background);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 500;
  line-height: 32px;
  text-decoration: underline;
}

.side-bar-programm {
  border: 1px solid var(--accent-borders);
  background-color: var(--white);
  border-radius: 20px;
}

.sculpgarden-heading {
  font-family: Virust, Georgia, sans-serif;
}

.logo-card {
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 300px;
  padding: 40px 4%;
  display: flex;
}

.logo-card.gold {
  padding-left: 3%;
  padding-right: 3%;
}

.icon-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 628px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h1-heading {
  color: var(--background-headers);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Virust, Georgia, sans-serif;
  font-size: 3em;
  font-weight: 600;
  line-height: 1.2;
}

.section-sponsoren {
  background-color: var(--white);
  padding: 96px 5%;
  position: relative;
}

.section-sponsoren.hidden, .section-sponsoren.hide {
  display: none;
}

.logo-cards-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.container-regular {
  z-index: 1;
  width: 100%;
  max-width: 1062px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.gallery-image-small {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.paragraph-regular {
  color: #3c4238;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.6;
}

.paragraph-regular.text-weight-medium {
  color: var(--background-headers);
  font-family: Myriadpro, Arial, sans-serif;
  font-size: 1.4em;
  font-weight: 300;
}

.container-large {
  width: 100%;
  max-width: 1208px;
  margin-left: auto;
  margin-right: auto;
}

.title-wrapper-small {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 700px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.gallery-grid {
  z-index: 10;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
}

.image-cover-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery-group {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.h2-heading-2 {
  color: var(--background-headers);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Virust, Georgia, sans-serif;
  font-size: 3em;
  font-weight: 500;
  line-height: 1.2;
}

.gallery-image-large {
  border-radius: 8px;
  overflow: hidden;
}

.section-regular-2 {
  background-color: #f7f6f2;
  padding: 92px 5%;
  position: relative;
}

.section-regular-2.background-white {
  background-color: #fff;
}

.column-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.brosch-re-button {
  z-index: 40;
  background-color: var(--additional-accent);
  border-radius: 13px;
  padding: 13px 1em;
  font-family: Myriadpro, Arial, sans-serif;
  font-size: 1.5em;
  font-weight: 300;
  position: relative;
  box-shadow: 2px 2px 5px #0003;
}

.presseartikel {
  position: relative;
}

.presseartikel.hide {
  display: none;
}

.icon-x-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.blog-dot {
  background-color: #c4cad4;
  border-radius: 4px;
  width: 4px;
  height: 4px;
}

.row-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.row-x-small.row-center {
  justify-content: flex-start;
  align-items: center;
}

.subheading-large-2 {
  color: #22272f;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}

.subheading-x-small {
  color: #22272f;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.subheading-x-small.text-color-red-500 {
  color: #e57361;
}

.section-regular-3 {
  padding: 92px 5%;
  position: relative;
}

.section-regular-3.background-off-white {
  background-color: var(--white);
}

.button-link {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #5e53a2;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  display: inline-flex;
}

.max-width-small {
  max-width: 6000px;
}

.column-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.column-regular.column-left {
  justify-content: flex-start;
  align-items: flex-start;
}

.paragraph-x-small {
  color: #454f5f;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.h3-heading {
  color: var(--background-headers);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Virust, Georgia, sans-serif;
  font-size: 3em;
  font-weight: 500;
  line-height: 1.2;
}

.blog-image {
  aspect-ratio: 3.26 / 2.16;
  background-color: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 2px 8px #c4cad43d;
}

.container-regular-2 {
  width: 100%;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}

.grid-three-column {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.blog-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #454f5f;
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.blog-card.hide {
  display: none;
}

.column-x-small-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.column-x-small-2.column-center {
  justify-content: flex-start;
  align-items: center;
}

.button-primary {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  text-align: center;
  background-color: #3e376d;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-primary:hover {
  background-color: #4e4587;
}

.button-primary.hide {
  display: none;
}

.blog-button-footnote {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 52px;
  display: flex;
}

.text-color-red-500 {
  color: #e57361;
}

.title-center-regular-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 700px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo-wrapper {
  width: 40%;
  margin-top: -88px;
}

.section-galerie.hide {
  display: none;
}

.gallery-image-small-2 {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.title-wrapper-small-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 65em;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.gallery-grid-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.h2-heading-3 {
  color: var(--background-headers);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Virust, Georgia, sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
}

.gallery-image-large-2 {
  border-radius: 8px;
  overflow: hidden;
}

.section-regular-4 {
  background-color: #f7f6f2;
  padding: 92px 5%;
  position: relative;
}

.section-regular-4.background-white {
  background-color: #fff;
}

.section-presse {
  position: relative;
}

.section-presse.hide {
  display: none;
}

.sponsor-silber {
  border-radius: 0;
  width: 80%;
  max-width: 100%;
}

.image-5, .image-5-copy {
  width: 30em;
}

.bronze {
  font-size: 1.4em;
}

.presse---vorschau {
  height: 15em;
  min-height: 15em;
  position: relative;
}

.thumbnail-presse {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.thumbnail-presse.imagesize {
  object-position: 50% 20%;
}

.playbutton {
  z-index: 10;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.thumbnail-gradiant {
  background-image: linear-gradient(#0000004d, #0000004d);
  border-radius: 20px;
  position: absolute;
  inset: 0%;
}

.heading-presse {
  text-align: center;
  margin-top: 1em;
  font-family: Yanonekaffeesatz, sans-serif;
}

.heading-presse.h5 {
  font-family: Yanonekaffeesatz, sans-serif;
  font-size: 24px;
}

.heading-presse.h5.white {
  color: var(--white);
}

.heading-presse.h2 {
  font-family: Yanonekaffeesatz, sans-serif;
  font-size: 42px;
}

.heading-presse.h2.white {
  color: var(--white);
  font-weight: 700;
}

.heading-presse.h2.white.date {
  margin-bottom: 0;
}

.heading-presse.h2.white.date.new {
  color: var(--white);
}

.heading-presse.h2.centered {
  text-align: center;
}

.heading-presse.h2.cta {
  color: var(--white);
  text-align: center;
}

.heading-presse.h2.white-copy {
  color: var(--white);
  font-size: 20px;
  font-weight: 700;
}

.heading-presse.h3 {
  font-family: Yanonekaffeesatz, sans-serif;
  font-size: 36px;
}

.heading-presse.h1 {
  color: var(--background-headers);
  font-family: Yanonekaffeesatz, sans-serif;
  font-size: 58px;
}

.heading-presse.h1.centered {
  text-align: center;
}

.heading-presse.h1.centered.sculpgarden {
  font-family: Virust, Georgia, sans-serif;
}

.heading-presse.h1.white {
  color: var(--white);
}

.heading-presse.h1.font {
  text-align: center;
  font-family: Virust, Georgia, sans-serif;
  font-size: 3em;
}

.heading-presse.h2-copy {
  font-family: Yanonekaffeesatz, sans-serif;
  font-size: 70px;
}

.heading-5 {
  color: var(--background-headers);
  font-size: 1.5em;
}

.year {
  color: #24403080;
  font-size: 1.6em;
  font-weight: 600;
}

.image-6 {
  margin-top: 60px;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-2 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-7 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 200px;
}

.timeline_definition-wrapper {
  background-color: #ffffff0d;
  border-radius: 16px;
  padding: 16px;
}

.timeline_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.text-colour-lightgrey {
  color: #ffffffa6;
  font-weight: 300;
}

.timeline_centre {
  justify-content: center;
  display: flex;
}

.timeline_quote-wrapper {
  border: 2px solid #fff;
  border-radius: 16px;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.image-27 {
  object-fit: cover;
  height: 25em;
}

.paragraph-large-3 {
  letter-spacing: -.02em;
  font-size: 20px;
  font-weight: 300;
}

.text-colour-white {
  color: #fff;
}

.timeline_quote-text-wrapper {
  flex: 1;
}

.page-wrapper-2 {
  z-index: 0;
  border-radius: 20px;
  position: relative;
}

.timeline_badge {
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #ffffff26;
  border-radius: 8px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 6px 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.timeline_text-2 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}

.timeline_text-2._32 {
  margin-bottom: 32px;
}

.timeline_image-wrapper {
  background-image: linear-gradient(138deg, #000, #0000 28%), url('../images/Image-Background.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 12px;
  overflow: hidden;
}

.timeline_quote-image {
  object-fit: cover;
  border-radius: 8px;
  width: 48px;
  height: 48px;
  margin-right: 24px;
}

.image-28 {
  object-fit: cover;
  height: 25em;
}

.timeline_progress-bar-2 {
  z-index: -3;
  background-color: #fff;
  background-image: linear-gradient(#2e2e29, #a3a38d 51%, #a3a38d);
  width: 3px;
  height: 50vh;
  display: block;
  position: fixed;
  inset: 0 auto 50vh;
}

.section-timeline-2 {
  z-index: -3;
  background-color: #2e2e29;
  background-image: linear-gradient(to bottom, var(--background-headers), var(--background-headers));
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-bottom: 60px;
  position: relative;
}

.timeline_date-text-2 {
  color: #fff;
  letter-spacing: -.03em;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  position: sticky;
  top: 50vh;
}

.section-timeline-heading {
  background-color: #2e2e29;
  background-image: linear-gradient(to bottom, var(--background-headers), var(--background-headers));
  border-radius: 20px 20px 0 0;
}

.container {
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.link-icon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.timeline-main_heading-wrapper {
  color: #fff;
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.margin-bottom-medium {
  margin-bottom: 32px;
}

.timeline_progress {
  z-index: -2;
  background-color: #414141;
  width: 3px;
  height: 100%;
  position: absolute;
}

.timeline_left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
}

.heading-6 {
  color: #a3a38d;
  font-weight: 500;
}

.timeline_quote-title {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.timeline_link {
  opacity: .6;
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  border-radius: 8px;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.timeline_link:hover {
  opacity: 1;
  color: #a3a38d;
}

.inline-block {
  display: inline-block;
}

.padding-vertical-xlarge {
  padding-top: 120px;
  padding-bottom: 120px;
}

.padding-vertical-xlarge.top {
  padding-top: 60px;
  padding-bottom: 60px;
}

.square {
  aspect-ratio: 1;
  object-fit: cover;
}

.timeline_circle {
  background-color: #fff;
  border-radius: 100%;
  width: 15px;
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  min-height: 15px;
  max-height: 15px;
  position: sticky;
  top: 50vh;
  box-shadow: 0 0 0 8px #0a0a0a;
}

.text-block:hover {
  color: #a3a38d;
}

.timeline_item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.timeline_quote {
  color: #fff;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 300;
}

.margin-bottom-xlarge {
  margin-bottom: 56px;
}

.heading-7 {
  font-family: Virust, Georgia, sans-serif;
  font-size: 60px;
}

@media screen and (min-width: 1280px) {
  .section-hero.video {
    background-image: none;
    background-position: 0 0;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    margin-left: 2px;
    margin-right: 2px;
  }

  .nav-block {
    align-items: stretch;
  }

  .nav {
    align-items: stretch;
    overflow: hidden;
  }

  .nav-link {
    background-color: #1b3325;
    transition: background-color .2s;
  }

  .nav-link:hover {
    background-color: #172a1f;
  }

  .nav-link.top {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }

  .nav-menu {
    background-color: #c8c8c800;
    border-radius: 15px;
    box-shadow: 6px 7px 13px 2px #24403033;
  }

  .nav-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 27px;
    padding-bottom: 27px;
  }

  .nav-button:hover {
    background-color: var(--white);
    color: var(--background-headers);
  }

  .block-hero {
    padding-top: 90px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-hero {
    font-size: 60px;
  }

  .text-subtitle {
    text-align: left;
    font-size: 14px;
  }

  .text-subtitle.center {
    text-align: center;
  }

  .text-subtitle.center.process {
    text-align: left;
  }

  .primary-button, .tertiary-button {
    text-align: center;
  }

  .menu-button {
    background-color: var(--white);
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    flex: 0 auto;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    padding: 6px 6px 4px;
    transition: background-color .2s;
    display: flex;
  }

  .menu-button:hover {
    background-color: var(--additional-accent);
  }

  .menu-button.w--open {
    background-color: #fff;
  }

  .menu-icon {
    height: 100%;
    color: var(--background-headers);
    border-radius: 0;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 39px;
    line-height: 100%;
    display: flex;
  }

  .hero-bottom-feature {
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero-column-grid {
    grid-template-columns: .25fr 1fr;
  }

  .featured-project-video {
    width: 80%;
  }

  .video-icon-wrapper {
    top: 22%;
    left: 27%;
  }

  .video-icon-wrapper.process {
    top: 0%;
    left: 0%;
  }

  .section {
    padding: 70px 30px 0;
  }

  .section.cta {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section.contact {
    padding-top: 150px;
  }

  .content {
    overflow: hidden;
  }

  .services {
    grid-template-columns: 1fr 1fr;
    padding-top: 30px;
  }

  .block-image {
    min-height: 370px;
  }

  .achievement-text {
    border-radius: 20px 20px 0 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .achievement-number {
    font-size: 32px;
  }

  .achievement-title {
    font-size: 14px;
  }

  .projects-grid {
    grid-template-columns: 1.5fr;
  }

  .projects-sticky-card {
    width: 100%;
    margin-left: 0%;
    position: static;
  }

  .project-image.top {
    background-image: none;
  }

  .footer-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .cta-block {
    top: 100px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .shape._01, .shape._02, .shape._04, .shape._05, .shape._06 {
    width: 50vw;
  }

  ._4-column-grid {
    grid-template-columns: 1fr 1fr;
  }

  ._2-1-column-grid {
    grid-template-columns: 1fr;
    margin-left: 0;
  }

  ._2-column-grid {
    align-items: center;
  }

  .paragraph.large {
    font-size: 16px;
  }

  .heading.h5 {
    font-size: 22px;
  }

  .heading.h2 {
    font-size: 39px;
  }

  .heading.h2.white, .heading.h2.white-copy {
    color: var(--white);
  }

  .heading.h3 {
    font-size: 33px;
  }

  .heading.h1 {
    font-size: 54px;
  }

  .heading.h2-copy {
    font-size: 39px;
  }

  .secundary-button {
    text-align: center;
  }

  .hero-images {
    padding-bottom: 50px;
  }

  .values {
    grid-template-columns: 1fr 1fr;
    padding-top: 30px;
  }

  .service-image {
    min-height: 250px;
  }

  .service-box {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .multi-image-item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .empty-state {
    width: 100%;
    margin-bottom: 30px;
  }

  .block-home-hero {
    padding-left: 30px;
    padding-right: 30px;
  }

  .project-details {
    margin-bottom: -10px;
    bottom: -18%;
  }

  .project-image-wrapper {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    inset: 0%;
  }

  .section-full {
    justify-content: flex-start;
    height: 65vh;
  }

  .content-full {
    padding-left: 30px;
    padding-right: 30px;
  }

  .project-heading-block {
    padding-top: 70px;
    padding-bottom: 90px;
  }

  .contact-info-block {
    grid-template-columns: 1fr 1fr;
    padding-top: 30px;
  }

  .contact-detail {
    text-align: left;
    font-size: 14px;
  }

  .notification-box {
    margin-bottom: 100px;
  }

  .service-collection-cards {
    grid-template-columns: 1fr 1fr;
  }

  .stats-text {
    font-size: 18px;
  }

  .error-message {
    border-radius: 10px;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .popup-content-wrapper---brix {
    width: auto;
  }

  .popup-content-wrapper---brix.popup-1-content-wrapper---brix-copy {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 24px;
    right: 24px;
  }

  .popup-wrapper---brix.preview-page {
    padding-left: 32px;
    padding-right: 32px;
  }

  .section-large {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .section-sponsoren {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .logo-cards-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-image-large {
    height: 300px;
  }

  .column-large.social-media {
    flex-direction: column-reverse;
  }

  .section-regular-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid-three-column {
    grid-template-columns: 1fr 1fr;
  }

  .blog-button-footnote {
    align-items: center;
    width: auto;
    display: flex;
  }

  .gallery-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-image-large-2 {
    height: 300px;
  }

  .heading-presse.h5 {
    font-size: 22px;
  }

  .heading-presse.h2 {
    font-size: 39px;
  }

  .heading-presse.h2.white, .heading-presse.h2.white-copy {
    color: var(--white);
  }

  .heading-presse.h3 {
    font-size: 33px;
  }

  .heading-presse.h1 {
    font-size: 54px;
  }

  .heading-presse.h2-copy {
    font-size: 39px;
  }
}

@media screen and (max-width: 767px) {
  figure {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .block-hero.left {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-hero {
    font-size: 42px;
  }

  .text-subtitle {
    font-size: 14px;
  }

  .text-subtitle.center.process {
    text-align: center;
  }

  .hero-column-grid {
    grid-column-gap: 0px;
    grid-template-columns: .25fr 1fr;
  }

  .featured-project-video {
    display: flex;
  }

  .featured-project-content {
    padding-left: 20px;
    padding-right: 30px;
  }

  .video-icon-wrapper {
    width: 50px;
    height: 50px;
  }

  .video-icon-wrapper.process {
    width: 80px;
    height: 80px;
  }

  .video-icon {
    width: 30px;
    height: 30px;
  }

  .video-icon.banner {
    width: 40px;
    height: 40px;
  }

  .section {
    padding-top: 50px;
  }

  .section.cta {
    padding-bottom: 50px;
  }

  .service-card:hover {
    transform: none;
  }

  .heading-block {
    grid-template-columns: 1fr;
  }

  .projects-sticky-card {
    padding: 30px;
  }

  .project-cards {
    margin-top: 40px;
  }

  .grid-wrapper {
    grid-template-columns: 1fr;
  }

  .project-image {
    min-height: 300px;
  }

  .video-button {
    margin-top: 10px;
  }

  .testimonial-slider-grid {
    grid-template-columns: 1.5fr;
    margin-top: 50px;
  }

  .testimonial-image {
    height: 380px;
  }

  .testimonial-quote {
    font-size: 23px;
  }

  .cta-block {
    top: 60px;
  }

  .detail-footer {
    padding-bottom: 30px;
  }

  .shape._02 {
    width: 60vw;
    bottom: 20%;
  }

  .shape._04 {
    width: 70vw;
  }

  .shape._06 {
    width: 60vw;
    inset: auto 0% 0% auto;
  }

  .icon {
    width: 40px;
    height: 40px;
  }

  ._2-1-column-grid {
    grid-template-columns: 2fr;
    margin-left: 0;
  }

  .spacer {
    height: 32px;
  }

  ._2-column-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  ._2-column-grid.reversed {
    flex-direction: column-reverse;
    display: flex;
  }

  .heading.h2 {
    font-size: 36px;
  }

  .heading.h3 {
    font-size: 30px;
  }

  .heading.h1 {
    font-size: 48px;
  }

  .heading.h2-copy {
    font-size: 36px;
  }

  .hero-images {
    padding-bottom: 50px;
  }

  .stats {
    font-size: 37px;
  }

  .value-card:hover {
    transform: none;
  }

  .check {
    width: 25px;
    height: 25px;
  }

  .multi-image {
    margin-bottom: 20px;
  }

  .project-box {
    padding-top: 7%;
    padding-bottom: 7%;
  }

  .project-detail-heading {
    font-size: 16px;
  }

  .project-detail-text {
    font-size: 14px;
  }

  .content-full {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-info-block {
    grid-template-columns: 1fr;
  }

  .contact-info:hover {
    transform: none;
  }

  .contact-detail {
    font-size: 12px;
  }

  .notification-box {
    margin-bottom: 60px;
  }

  .utility-page-content {
    padding: 40px;
  }

  .service-collection-list {
    grid-template-columns: 1fr;
  }

  .stats-text {
    font-size: 18px;
  }

  .service-card-iteams:hover {
    transform: none;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-prefs_title {
    font-size: 1.25rem;
  }

  .popup-content-wrapper---brix.popup-1-content-wrapper---brix-copy {
    border-radius: 20px;
    max-width: none;
    left: 24px;
    right: 24px;
  }

  .popup-1---brix {
    max-width: none;
    padding: 32px;
  }

  .popup-wrapper---brix {
    padding-left: 24px;
    padding-right: 24px;
  }

  .dummy-hero-button---brix {
    padding: 16px 34px;
    font-size: 16px;
    line-height: 18px;
  }

  .popup-1-illustration---brix {
    max-width: 28%;
    height: auto;
    margin-bottom: 16px;
  }

  .h2-heading {
    font-size: 46px;
    line-height: 54px;
  }

  .section-large {
    padding-top: 72px;
    padding-bottom: 72px;
    overflow: hidden;
  }

  .logo-card {
    width: 45%;
  }

  .h1-heading {
    font-size: 48px;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .h2-heading-2 {
    font-size: 48px;
  }

  .section-regular-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .subheading-x-small, .paragraph-x-small {
    margin-right: 8px;
    display: inline;
  }

  .h3-heading {
    font-size: 40px;
  }

  .grid-three-column, .gallery-grid-2 {
    grid-template-columns: 1fr;
  }

  .h2-heading-3 {
    font-size: 48px;
  }

  .section-regular-4 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .heading-presse.h2 {
    font-size: 36px;
  }

  .heading-presse.h3 {
    font-size: 30px;
  }

  .heading-presse.h1 {
    font-size: 48px;
  }

  .heading-presse.h2-copy {
    font-size: 36px;
  }

  .timeline_centre {
    justify-content: flex-start;
  }

  .timeline_quote-wrapper {
    flex-direction: column-reverse;
  }

  .paragraph-large-3 {
    font-size: 18px;
  }

  .timeline_text-2 {
    font-size: 20px;
  }

  .timeline_quote-image {
    margin-top: 24px;
    margin-right: 0;
  }

  .timeline_date-text-2 {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .timeline_progress {
    left: 6px;
  }

  .timeline_left {
    text-align: left;
  }

  .padding-vertical-xlarge {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .timeline_item {
    grid-template-columns: 64px 1fr;
    width: 100%;
  }

  .margin-bottom-xlarge {
    margin-bottom: 48px;
  }
}

@media screen and (max-width: 479px) {
  .logo {
    height: 40px;
  }

  .nav-link.language {
    flex-flow: row;
    padding-top: 0;
  }

  .block-hero {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero {
    justify-content: flex-start;
    align-items: center;
  }

  .text-subtitle.hero {
    text-align: center;
  }

  ._2-button-block {
    flex-direction: column;
  }

  .primary-button {
    width: auto;
  }

  .tertiary-button {
    width: auto;
    margin-top: 30px;
    margin-left: 0;
  }

  .menu-icon {
    padding-left: 5px;
    padding-right: 5px;
  }

  .hero-bottom-feature {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-column-grid {
    grid-template-columns: 1fr;
  }

  .featured-block {
    height: 130px;
  }

  .scroll-indicator-block {
    display: none;
  }

  .featured-project-column {
    width: 15%;
  }

  .featured-project-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section {
    padding-bottom: 0;
    padding-left: 1em;
    padding-right: 1em;
  }

  .section.cta {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.no-padding-top.and-bottom {
    padding-top: 4em;
  }

  .section.contact {
    padding-top: 150px;
  }

  .section.top {
    padding-top: 0;
  }

  .content {
    max-width: none;
    overflow: visible;
  }

  .service-card {
    box-shadow: none;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .services {
    grid-template-columns: 1fr;
    padding-left: 1px;
    padding-right: 1px;
  }

  .heading-block {
    grid-row-gap: 0px;
  }

  .block-image {
    min-height: 250px;
  }

  .achievement {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .achievement-number {
    font-size: 25px;
  }

  .projects-sticky-card {
    padding: 10%;
  }

  .project-cards {
    grid-template-columns: 1fr;
  }

  .grid-wrapper {
    padding: 15% 5%;
  }

  .project-image.top {
    top: 0;
  }

  .video-button {
    margin-top: 10px;
  }

  .testimonial-slider-grid {
    margin-top: 30px;
    padding: 15px;
  }

  .slider-content-block {
    padding-bottom: 8%;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-image {
    height: 250px;
  }

  .testimonial-quote {
    padding-right: 0;
    font-size: 18px;
  }

  .testimonial-author-wrap {
    padding-bottom: 20px;
  }

  .slide-detail-wrapper {
    flex-direction: column;
  }

  .slide-number {
    padding-bottom: 0;
  }

  .cta-text {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .detail-footer-grid {
    grid-template-columns: 1fr;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .detail-footer {
    padding-top: 0;
    padding-bottom: 0;
  }

  .shape._01 {
    width: 80vw;
  }

  .shape._02 {
    width: 70vw;
  }

  .shape._05 {
    width: 100vw;
  }

  .shape._06 {
    display: none;
  }

  ._4-column-grid {
    grid-template-columns: 1fr;
  }

  .rich-text.zentriert p {
    font-size: .9em;
  }

  .text-input {
    width: 100%;
  }

  .paragraph.large.centered.maxw {
    font-size: 1em;
  }

  .paragraph.large.centered.font {
    max-width: none;
    font-size: 1em;
  }

  .heading.h5 {
    font-size: 20px;
  }

  .heading.h2 {
    font-size: 34px;
  }

  .heading.h3 {
    font-size: 28px;
  }

  .heading.h1 {
    font-size: 40px;
  }

  .heading.h1.centered.sculpgarden {
    font-size: 1.9em;
  }

  .heading.h1.font {
    font-size: 1.7em;
  }

  .heading.h2-copy {
    font-size: 34px;
  }

  .secundary-button {
    width: auto;
  }

  .hero-images {
    grid-template-columns: 1fr 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-image.bottom {
    position: static;
  }

  .stats {
    font-size: 32px;
  }

  .values {
    grid-template-columns: 1fr;
    padding-left: 1px;
    padding-right: 1px;
  }

  .value-card {
    box-shadow: none;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .service-image {
    min-height: 200px;
  }

  .service-heading-block {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .multi-image-item {
    padding-left: 0;
    padding-right: 0;
  }

  .project-list, .project-list.solo-copy {
    grid-template-columns: 1fr;
  }

  .project-box {
    padding: 10%;
  }

  .gradient-overlay {
    background-image: linear-gradient(#0009, #0009);
  }

  .project-details {
    flex-direction: column;
    margin-bottom: -150px;
    padding: 0 16px;
  }

  .project-details-block {
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
    box-shadow: 0 1px #ffffff1f;
  }

  .section-full {
    height: 90vh;
    min-height: 0;
  }

  .content-full {
    height: 58vh;
  }

  .project-heading-block {
    padding-top: 15%;
    padding-bottom: 50px;
  }

  .contact-info-block {
    grid-template-columns: 1fr;
    padding-left: 1px;
    padding-right: 1px;
  }

  .contact-info {
    max-width: 100%;
    box-shadow: none;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .faq-box {
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .faq-content {
    margin-top: 20px;
    margin-left: 0;
  }

  .notification-box {
    flex-direction: column;
    width: 100%;
  }

  .utility-page-content {
    width: 270px;
    padding: 30px;
  }

  .service-collection-cards {
    grid-template-columns: 1fr;
  }

  .stats-text {
    font-size: 16px;
  }

  .service-card-iteams {
    box-shadow: none;
    padding-top: 0%;
    padding-bottom: 10%;
  }

  .fs-cc-prefs_content {
    padding: 1.5rem;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -1.5rem .75rem auto auto;
  }

  .fs-cc-prefs_button {
    margin-bottom: .5rem;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .fs-cc-prefs_component-2 {
    padding: 1.5rem;
  }

  .wg-element-wrapper.sw1 {
    background-color: #fff0;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .popup-content-wrapper---brix {
    border-radius: 24px;
  }

  .popup-content-wrapper---brix.popup-1-content-wrapper---brix-copy {
    border-radius: 16px;
    left: 16px;
    right: 16px;
  }

  .popup-1---brix {
    padding: 40px 16px 32px;
  }

  .popup-wrapper---brix {
    padding-left: 16px;
    padding-right: 16px;
  }

  .dummy-hero-button---brix {
    padding: 15px 34px 16px;
  }

  .popup-1-illustration---brix {
    max-width: 40%;
    height: auto;
  }

  .image-4 {
    aspect-ratio: auto;
    height: auto;
  }

  .section-k-nstler.flexbox {
    padding-left: 1em;
    padding-right: 1em;
  }

  .grid-2 {
    grid-column-gap: .2em;
    width: 100%;
  }

  .grid-item-k-nstler {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-flow: column;
  }

  .nummer {
    width: 2em;
    height: 2em;
  }

  .name.styling, .nummer-styling {
    font-size: 1em;
  }

  .heading-2.lower-margin {
    font-size: 2em;
  }

  .paragraph-4 {
    font-size: 1.1em;
  }

  .hero-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1.75fr;
  }

  .faq-dropdown-toggle {
    padding: 16px;
  }

  .faq-dropdown-list {
    padding-left: 16px;
    padding-right: 24px;
  }

  .sculpgarden-heading {
    text-align: center;
    font-size: 1.6em;
  }

  .logo-card {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .h1-heading {
    font-size: 2em;
  }

  .paragraph-regular.text-weight-medium {
    font-size: 1.2em;
  }

  .gallery-group, .column-large, .column-large.social-media {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .brosch-re-button {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.4em;
  }

  .h3-heading {
    font-size: 2em;
  }

  .button-primary {
    width: 100%;
  }

  .logo-wrapper {
    width: 60%;
    margin-top: -48px;
  }

  .gallery-grid-2 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .h2-heading-3 {
    font-size: 2em;
  }

  .paragraph-6, .paragraph-7 {
    font-size: 1em;
  }

  .heading-presse.h5 {
    font-size: 20px;
  }

  .heading-presse.h2 {
    font-size: 34px;
  }

  .heading-presse.h3 {
    font-size: 28px;
  }

  .heading-presse.h1 {
    font-size: 40px;
  }

  .heading-presse.h1.centered.sculpgarden {
    font-size: 1.9em;
  }

  .heading-presse.h1.font {
    font-size: 1.7em;
  }

  .heading-presse.h2-copy {
    font-size: 34px;
  }

  .collection-list {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-2 {
    flex-flow: column;
  }

  .paragraph-large-3 {
    font-size: 16px;
  }

  .margin-bottom-medium {
    margin-bottom: 24px;
  }

  .timeline_item {
    grid-template-columns: 48px 1fr;
  }

  .heading-7 {
    font-size: 35px;
  }
}

#w-node-fd134dbb-b61d-9b2b-a371-d2e716599da4-f62787d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-da534b1d-7dc0-2fef-48db-08782f21b15f-f62787d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-d0258dc1-26dd-d8df-afb2-c7b73c3cf182-f62787d8, #w-node-ddc14961-1aa1-5df7-024c-35927917d58b-f62787d8, #w-node-_4a5a54b6-4b84-2837-12ed-e6249a189bb3-f62787d8, #w-node-ca7d0e28-c1cc-4718-e962-2924109c35c6-f62787d8, #w-node-fbb45ec6-025e-9923-0b4c-644c9ca1f367-f62787d8, #w-node-_6f86e1fd-3d41-af20-bc6e-f674dfe5997a-f62787d8, #w-node-_56578162-5cd8-a4bd-e557-303b14a44e08-f62787d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f739f86c-f041-1f4e-3deb-6e1cc58db9af-f62787d8, #w-node-_75d5911a-c32b-b72b-d2b8-ec70ed554623-f62787d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_734b0f0b-ab00-9b88-a8f4-256cde73cb85-f62787d8, #w-node-bebf4ff0-4eac-721c-5c2a-5ce2f243cd30-f62787d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_15a64feb-4dbd-fb97-703a-f13c8f692081-f62787d8 {
  place-self: center;
}

#w-node-_456ed695-f17a-480d-0b20-b7aabfef5134-bfef5131, #w-node-_456ed695-f17a-480d-0b20-b7aabfef5138-bfef5131, #w-node-_456ed695-f17a-480d-0b20-b7aabfef5141-bfef5131, #w-node-_456ed695-f17a-480d-0b20-b7aabfef514e-bfef5131, #w-node-_456ed695-f17a-480d-0b20-b7aabfef5159-bfef5131 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_456ed695-f17a-480d-0b20-b7aabfef515a-bfef5131 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_456ed695-f17a-480d-0b20-b7aabfef5164-bfef5131 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-b75efb3c-c32a-07f9-daed-751be25f8934-e25f892f, #w-node-_14c02304-c43e-e2a0-d878-f53ca8ba0690-f62787db, #w-node-_789bd28d-2908-7b56-94e9-da41dd05c340-f62787db, #w-node-_1bf771bc-45fe-0f9b-b369-d9aed18c6407-f62787db, #w-node-e2cfab1f-bba8-ca29-883b-456ec925655a-f62787db, #w-node-f16f296d-6158-c63d-d844-e0728bc8af76-f62787db, #w-node-a82e54de-a036-eb6e-3b6a-898cd8eca726-f62787db, #w-node-_13f8e1a9-e213-aafc-c34d-79d4ff73469f-f62787db, #w-node-b80638e4-f7f2-c4ce-e231-5f034a53eab1-f62787db, #w-node-dea63304-e51d-c2f1-7d59-5d7f15417f00-f62787db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0255d9af-a450-2cb9-b5bd-7468924d4160-f62787db {
  align-self: center;
}

#w-node-_0ddd2118-bd11-09f2-f6db-2e63f7d22e63-f62787db, #w-node-d1d90659-c8c8-9f7a-9c98-bd71b21bf7dc-f62787db, #w-node-_2fa3f7b5-20a1-43b0-7172-97810bf98da3-f62787db, #w-node-_63220fba-a740-68a2-7e9f-607a83ca606a-f62787db, #w-node-cf437c14-1fb1-9bc6-d10f-f0761ddf40f3-f62787db, #w-node-_0e51c288-bd25-dac6-ed5a-e0d06e4fb3d2-f62787db, #w-node-_7b6ac59b-2b06-7fe9-5be6-4796b5e6025c-f62787db, #w-node-_2664a217-5423-eae1-1e5a-d54e861020ad-f62787dd, #w-node-_0a6a8caf-0496-c9f4-81ca-d8b8f96ef660-f62787dd, #w-node-_0a6a8caf-0496-c9f4-81ca-d8b8f96ef655-f62787dd, #w-node-_0a6a8caf-0496-c9f4-81ca-d8b8f96ef64a-f62787dd, #w-node-_3cfc84ec-9a33-0170-96f6-6fa17c8860de-f62787dd, #w-node-e74bbb8c-1938-fc3c-ac9b-062f4f797696-f62787dd, #w-node-_8e3b6219-2ac4-c646-b040-86b566b8153a-f62787dd, #w-node-_2f473d3c-d8bc-a499-ea3d-ce0583d1d10b-f62787dd, #w-node-fc65ec6d-ab58-74d7-bf31-f9770af64658-f62787dd, #w-node-_257d52f0-d5c5-ea13-83ee-0927176edfa0-f62787dd, #w-node-bd94257d-16ab-f3c7-e9b8-efbf0bcdf0e2-f62787dd, #w-node-_794ba826-06af-e5da-c509-fee555f7c12d-f62787dd, #w-node-_4a18ab28-a01c-f780-8d3b-1c611e11124c-f62787dd, #w-node-c475bad5-bcf7-8ded-f38d-525102513047-f62787dd, #w-node-f55ad18e-b4f6-e070-8405-5a0b003fb293-f62787dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8e7b69d-4e62-5a4c-7d52-fd7dc3332098-f62787de {
  place-self: center end;
}

#w-node-_162fcd8a-597d-f880-2dc4-3b824bf43a3a-f62787df, #w-node-_0f00f4fe-a201-18ca-2ea1-207aa8abe773-f62787df, #w-node-_3b231df3-ba6a-7784-cce7-6299b247db0a-f62787df, #w-node-b58a1b90-7852-f6d4-2233-cd5995684d0a-f62787df, #w-node-_377df733-6fda-6639-78f4-71c2b538fc37-f62787df, #w-node-_377df733-6fda-6639-78f4-71c2b538fc3b-f62787df, #w-node-_377df733-6fda-6639-78f4-71c2b538fc49-f62787df, #w-node-_377df733-6fda-6639-78f4-71c2b538fc56-f62787df, #w-node-_377df733-6fda-6639-78f4-71c2b538fc67-f62787df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_377df733-6fda-6639-78f4-71c2b538fc68-f62787df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_377df733-6fda-6639-78f4-71c2b538fc6b-f62787df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_645a1844-faa5-0cff-c318-14db906ef233-f62787df, #w-node-_645a1844-faa5-0cff-c318-14db906ef237-f62787df, #w-node-_645a1844-faa5-0cff-c318-14db906ef245-f62787df, #w-node-_645a1844-faa5-0cff-c318-14db906ef252-f62787df, #w-node-_645a1844-faa5-0cff-c318-14db906ef263-f62787df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_645a1844-faa5-0cff-c318-14db906ef264-f62787df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_645a1844-faa5-0cff-c318-14db906ef268-f62787df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-b5edac59-27ad-54cf-f251-c720075dc3ad-5206fff0 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_32b98ba7-bfae-34a6-37fa-028392f47e2b-5206fff0, #w-node-_32b98ba7-bfae-34a6-37fa-028392f47e33-5206fff0, #w-node-_32b98ba7-bfae-34a6-37fa-028392f47e3b-5206fff0, #w-node-ec0ef859-194f-da3b-c492-e27ff085fae3-a2a0769d, #w-node-ec0ef859-194f-da3b-c492-e27ff085fae7-a2a0769d, #w-node-ec0ef859-194f-da3b-c492-e27ff085faf5-a2a0769d, #w-node-ec0ef859-194f-da3b-c492-e27ff085fb02-a2a0769d, #w-node-ec0ef859-194f-da3b-c492-e27ff085fb13-a2a0769d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ec0ef859-194f-da3b-c492-e27ff085fb14-a2a0769d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-ec0ef859-194f-da3b-c492-e27ff085fb18-a2a0769d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_5b56f49d-bad6-041f-3124-fc5a64027e3a-a2a0769d, #w-node-_5b56f49d-bad6-041f-3124-fc5a64027e3e-a2a0769d, #w-node-_5b56f49d-bad6-041f-3124-fc5a64027e4c-a2a0769d, #w-node-_5b56f49d-bad6-041f-3124-fc5a64027e59-a2a0769d, #w-node-_5b56f49d-bad6-041f-3124-fc5a64027e6a-a2a0769d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b56f49d-bad6-041f-3124-fc5a64027e6b-a2a0769d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_5b56f49d-bad6-041f-3124-fc5a64027e6e-a2a0769d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-fd134dbb-b61d-9b2b-a371-d2e716599da4-c46d2a4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-da534b1d-7dc0-2fef-48db-08782f21b15f-c46d2a4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-d0258dc1-26dd-d8df-afb2-c7b73c3cf182-c46d2a4f, #w-node-ddc14961-1aa1-5df7-024c-35927917d58b-c46d2a4f, #w-node-_4a5a54b6-4b84-2837-12ed-e6249a189bb3-c46d2a4f, #w-node-ca7d0e28-c1cc-4718-e962-2924109c35c6-c46d2a4f, #w-node-fbb45ec6-025e-9923-0b4c-644c9ca1f367-c46d2a4f, #w-node-_6f86e1fd-3d41-af20-bc6e-f674dfe5997a-c46d2a4f, #w-node-_56578162-5cd8-a4bd-e557-303b14a44e08-c46d2a4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f739f86c-f041-1f4e-3deb-6e1cc58db9af-c46d2a4f, #w-node-_75d5911a-c32b-b72b-d2b8-ec70ed554623-c46d2a4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_734b0f0b-ab00-9b88-a8f4-256cde73cb85-c46d2a4f, #w-node-bebf4ff0-4eac-721c-5c2a-5ce2f243cd30-c46d2a4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_15a64feb-4dbd-fb97-703a-f13c8f692081-c46d2a4f {
  place-self: center;
}

#w-node-_165ac549-8ab6-927e-7d15-5a4352072b5f-52072b5c, #w-node-_165ac549-8ab6-927e-7d15-5a4352072b63-52072b5c, #w-node-_165ac549-8ab6-927e-7d15-5a4352072b71-52072b5c, #w-node-_165ac549-8ab6-927e-7d15-5a4352072b7e-52072b5c, #w-node-_165ac549-8ab6-927e-7d15-5a4352072b8f-52072b5c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_165ac549-8ab6-927e-7d15-5a4352072b90-52072b5c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_165ac549-8ab6-927e-7d15-5a4352072b93-52072b5c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_86e0a0cb-9015-4e5b-f1c6-100ee4375a93-e4375a8e, #w-node-_14c02304-c43e-e2a0-d878-f53ca8ba0690-85f65a52, #w-node-_789bd28d-2908-7b56-94e9-da41dd05c340-85f65a52, #w-node-_1bf771bc-45fe-0f9b-b369-d9aed18c6407-85f65a52, #w-node-e2cfab1f-bba8-ca29-883b-456ec925655a-85f65a52, #w-node-f16f296d-6158-c63d-d844-e0728bc8af76-85f65a52, #w-node-a82e54de-a036-eb6e-3b6a-898cd8eca726-85f65a52, #w-node-_13f8e1a9-e213-aafc-c34d-79d4ff73469f-85f65a52, #w-node-b80638e4-f7f2-c4ce-e231-5f034a53eab1-85f65a52, #w-node-dea63304-e51d-c2f1-7d59-5d7f15417f00-85f65a52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0255d9af-a450-2cb9-b5bd-7468924d4160-85f65a52 {
  align-self: center;
}

#w-node-_0ddd2118-bd11-09f2-f6db-2e63f7d22e63-85f65a52, #w-node-d1d90659-c8c8-9f7a-9c98-bd71b21bf7dc-85f65a52, #w-node-_2fa3f7b5-20a1-43b0-7172-97810bf98da3-85f65a52, #w-node-_63220fba-a740-68a2-7e9f-607a83ca606a-85f65a52, #w-node-cf437c14-1fb1-9bc6-d10f-f0761ddf40f3-85f65a52, #w-node-_0e51c288-bd25-dac6-ed5a-e0d06e4fb3d2-85f65a52, #w-node-_7b6ac59b-2b06-7fe9-5be6-4796b5e6025c-85f65a52, #w-node-_2664a217-5423-eae1-1e5a-d54e861020ad-fb84b82f, #w-node-_0a6a8caf-0496-c9f4-81ca-d8b8f96ef660-fb84b82f, #w-node-_0a6a8caf-0496-c9f4-81ca-d8b8f96ef655-fb84b82f, #w-node-_0a6a8caf-0496-c9f4-81ca-d8b8f96ef64a-fb84b82f, #w-node-_3cfc84ec-9a33-0170-96f6-6fa17c8860de-fb84b82f, #w-node-e74bbb8c-1938-fc3c-ac9b-062f4f797696-fb84b82f, #w-node-_8e3b6219-2ac4-c646-b040-86b566b8153a-fb84b82f, #w-node-_2f473d3c-d8bc-a499-ea3d-ce0583d1d10b-fb84b82f, #w-node-fc65ec6d-ab58-74d7-bf31-f9770af64658-fb84b82f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_75da2726-1a0a-e98f-9468-b51286b2a6a6-a01e4162, #w-node-_23e7de2d-aec4-9478-c4be-1509f7191045-a01e4162 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ab8e1b6f-4ca1-61da-9dec-a552f31e273f-a01e4162 {
  grid-area: 7 / 1 / 8 / 2;
}

#w-node-ab8e1b6f-4ca1-61da-9dec-a552f31e2747-a01e4162 {
  grid-area: 6 / 1 / 7 / 2;
}

#w-node-ab8e1b6f-4ca1-61da-9dec-a552f31e274f-a01e4162 {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-ab8e1b6f-4ca1-61da-9dec-a552f31e2757-a01e4162 {
  grid-area: 8 / 1 / 9 / 2;
}

#w-node-ab8e1b6f-4ca1-61da-9dec-a552f31e275f-a01e4162 {
  grid-area: span 4 / span 1 / span 4 / span 1;
}

#w-node-cc1fcbe2-2058-9304-d44e-4dc6ca76d01f-a01e4162, #w-node-cc1fcbe2-2058-9304-d44e-4dc6ca76d027-a01e4162, #w-node-cc1fcbe2-2058-9304-d44e-4dc6ca76d02f-a01e4162 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_4a5a54b6-4b84-2837-12ed-e6249a189bb3-f62787d8 {
    grid-column: span 3 / span 3;
  }

  #w-node-ed9eb735-d4e4-fbba-913a-77ed385fbb7a-f62787d8, #w-node-_0af71c94-e05a-490b-e1af-1e308f8edeb3-f62787d8, #w-node-bb218a94-3d6e-9ccc-0a82-090b2a990694-f62787d8, #w-node-dac1ba8d-184e-bd60-6416-a1ed41945438-f62787d8, #w-node-ea8fbdec-d6e9-1cdf-7b83-52af524bedfd-f62787d8, #w-node-e48a0f60-01b6-966d-9dfe-e4a423728415-f62787d8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f739f86c-f041-1f4e-3deb-6e1cc58db9af-f62787d8 {
    order: -9999;
  }

  #w-node-_0a6a8caf-0496-c9f4-81ca-d8b8f96ef660-f62787dd {
    grid-column: span 2 / span 2;
  }

  #w-node-_32b98ba7-bfae-34a6-37fa-028392f47e3b-5206fff0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4a5a54b6-4b84-2837-12ed-e6249a189bb3-c46d2a4f {
    grid-column: span 3 / span 3;
  }

  #w-node-ed9eb735-d4e4-fbba-913a-77ed385fbb7a-c46d2a4f, #w-node-_0af71c94-e05a-490b-e1af-1e308f8edeb3-c46d2a4f, #w-node-bb218a94-3d6e-9ccc-0a82-090b2a990694-c46d2a4f, #w-node-dac1ba8d-184e-bd60-6416-a1ed41945438-c46d2a4f, #w-node-ea8fbdec-d6e9-1cdf-7b83-52af524bedfd-c46d2a4f, #w-node-e48a0f60-01b6-966d-9dfe-e4a423728415-c46d2a4f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f739f86c-f041-1f4e-3deb-6e1cc58db9af-c46d2a4f {
    order: -9999;
  }

  #w-node-_0a6a8caf-0496-c9f4-81ca-d8b8f96ef660-fb84b82f {
    grid-column: span 2 / span 2;
  }

  #w-node-cc1fcbe2-2058-9304-d44e-4dc6ca76d02f-a01e4162 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ca7d0e28-c1cc-4718-e962-2924109c35c6-f62787d8, #w-node-fbb45ec6-025e-9923-0b4c-644c9ca1f367-f62787d8, #w-node-_6f86e1fd-3d41-af20-bc6e-f674dfe5997a-f62787d8 {
    grid-column: span 3 / span 3;
  }

  #w-node-_0a6a8caf-0496-c9f4-81ca-d8b8f96ef660-f62787dd {
    grid-column: span 1 / span 1;
  }

  #w-node-c8e7b69d-4e62-5a4c-7d52-fd7dc3332098-f62787de {
    justify-self: start;
  }

  #w-node-e1c5cf36-bb45-67d8-fcfb-78a6a13edc5d-5206fff0 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-e1c5cf36-bb45-67d8-fcfb-78a6a13edc61-5206fff0 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-e1c5cf36-bb45-67d8-fcfb-78a6a13edc63-5206fff0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e1c5cf36-bb45-67d8-fcfb-78a6a13edc6a-5206fff0 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-e1c5cf36-bb45-67d8-fcfb-78a6a13edc6e-5206fff0 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-e1c5cf36-bb45-67d8-fcfb-78a6a13edc7e-5206fff0 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-e1c5cf36-bb45-67d8-fcfb-78a6a13edc82-5206fff0 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_32b98ba7-bfae-34a6-37fa-028392f47e3b-5206fff0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ca7d0e28-c1cc-4718-e962-2924109c35c6-c46d2a4f, #w-node-fbb45ec6-025e-9923-0b4c-644c9ca1f367-c46d2a4f, #w-node-_6f86e1fd-3d41-af20-bc6e-f674dfe5997a-c46d2a4f {
    grid-column: span 3 / span 3;
  }

  #w-node-_0a6a8caf-0496-c9f4-81ca-d8b8f96ef660-fb84b82f {
    grid-column: span 1 / span 1;
  }

  #w-node-cc1fcbe2-2058-9304-d44e-4dc6ca76d02f-a01e4162 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_456ed695-f17a-480d-0b20-b7aabfef5164-bfef5131 {
    justify-self: start;
  }

  #w-node-_789bd28d-2908-7b56-94e9-da41dd05c340-f62787db {
    grid-row: span 2 / span 2;
    align-self: center;
  }

  #w-node-c8e7b69d-4e62-5a4c-7d52-fd7dc3332098-f62787de {
    justify-self: stretch;
  }

  #w-node-_377df733-6fda-6639-78f4-71c2b538fc6b-f62787df, #w-node-_645a1844-faa5-0cff-c318-14db906ef268-f62787df, #w-node-ec0ef859-194f-da3b-c492-e27ff085fb18-a2a0769d, #w-node-_5b56f49d-bad6-041f-3124-fc5a64027e6e-a2a0769d, #w-node-_165ac549-8ab6-927e-7d15-5a4352072b93-52072b5c {
    justify-self: start;
  }

  #w-node-_789bd28d-2908-7b56-94e9-da41dd05c340-85f65a52 {
    grid-row: span 2 / span 2;
    align-self: center;
  }
}


@font-face {
  font-family: 'Yanonekaffeesatz';
  src: url('../fonts/YanoneKaffeesatz-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Yanonekaffeesatz';
  src: url('../fonts/YanoneKaffeesatz-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Yanonekaffeesatz';
  src: url('../fonts/YanoneKaffeesatz-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Yanonekaffeesatz';
  src: url('../fonts/YanoneKaffeesatz-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Yanonekaffeesatz';
  src: url('../fonts/YanoneKaffeesatz-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Yanonekaffeesatz';
  src: url('../fonts/YanoneKaffeesatz-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Virust';
  src: url('../fonts/VIRUST.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Myriadpro';
  src: url('../fonts/MyriadPro-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}