:root {
  --primary-background: #ede7e3;
  --dark-color: #3a3a3a;
  --brown-color: #c7a48b;
}

.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 {
  background-color: var(--primary-background);
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--dark-color);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Butler, sans-serif;
  font-size: 9.25vw;
  font-weight: 200;
  line-height: 1.1;
}

h2 {
  color: var(--dark-color);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Butler, sans-serif;
  font-size: 4.625vw;
  font-weight: 200;
  line-height: 90%;
}

h3 {
  color: var(--dark-color);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Butler, sans-serif;
  font-size: 2.3vw;
  font-weight: 400;
  line-height: 90%;
}

h4 {
  color: var(--dark-color);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Butler, sans-serif;
  font-size: 1.8vw;
  font-weight: 300;
  line-height: 1;
}

p {
  color: #3a3a3abf;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 130%;
}

.home-hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.paragraph.above-title {
  color: #3a3a3abf;
  text-align: left;
  background-color: #0000;
  margin-bottom: auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.paragraph.above-title.light {
  color: #ffffffbf;
  text-align: center;
  line-height: 120%;
}

.paragraph.above-title.light.align-left {
  text-align: left;
  max-width: none;
}

.paragraph.above-title.company {
  color: #fff;
}

.paragraph.above-title.center {
  text-align: center;
  align-self: center;
  padding-right: 0;
}

.paragraph.button {
  text-align: left;
  border-radius: 0;
  margin-bottom: 0;
  margin-right: 20px;
  padding-bottom: 0;
  font-size: 21px;
  font-weight: 400;
  text-decoration: none;
}

.paragraph.button.circle {
  color: #fff;
  margin-bottom: 10px;
  margin-right: 0;
}

.paragraph.button.white {
  color: #fff;
}

.paragraph.light {
  color: #fff;
  width: 100%;
  max-width: 560px;
}

.paragraph.narrow {
  max-width: 530px;
}

.paragraph.narrow.projects {
  padding-bottom: 9px;
}

.paragraph.narrow.for-step {
  width: 530px;
  max-width: 30vw;
}

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

.paragraph.for-feature {
  color: #3a3a3acc;
}

.paragraph.services {
  max-width: 360px;
  display: none;
  position: absolute;
  top: auto;
  bottom: 2.2vw;
  right: 0;
  transform: translate(100%);
}

.paragraph.wide {
  max-width: 700px;
}

.paragraph.wide.margin-top {
  margin-top: 20px;
}

.paragraph.different-font {
  font-family: Butler, sans-serif;
}

.paragraph.big-circle-button {
  font-size: 36px;
}

.paragraph.green {
  color: green;
}

.hero-title {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 11vw;
  display: flex;
  position: static;
  top: 15vw;
}

.hero-title.about, .hero-title.services {
  align-items: flex-start;
}

.hero-title.project {
  margin-top: 14vw;
}

.hero-title.contact {
  align-items: flex-start;
}

.hero-title.contact.right-side {
  margin-top: 15vw;
  position: relative;
  top: 0;
}

.wrapper {
  perspective: 2000px;
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  line-height: 100%;
  overflow: hidden;
}

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

.wrapper.horizontal.middle-title-row {
  position: relative;
  top: -3.75vw;
}

.wrapper.horizontal.last-title-row {
  position: relative;
  top: -7.5vw;
}

.wrapper.horizontal.align-top {
  align-items: flex-start;
  overflow: visible;
}

.wrapper.above-title {
  position: relative;
  bottom: -20px;
}

.wrapper.above-title.project {
  bottom: -60px;
}

.wrapper.overflow-visible {
  padding-bottom: 0;
  position: relative;
  overflow: visible;
}

.wrapper.overflow-visible.full-width {
  align-items: center;
  width: 100%;
  display: flex;
}

.wrapper.contact-second-row {
  margin-top: -1vw;
}

.heading-1 {
  white-space: pre;
}

.heading-1.left-padding {
  padding-left: 16.5vw;
}

.heading-1.project {
  font-size: 18vw;
}

.heading-1.for-projects {
  color: #3a3a3acc;
  margin-top: 0;
  margin-bottom: 0;
  line-height: .75;
}

.heading-1.fourth-animated {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-bottom: 5px;
}

.home-image-wrapper {
  z-index: -1;
  width: 55vw;
  height: 60vh;
  margin-top: -50px;
  position: relative;
}

.image {
  outline-offset: 0px;
  object-fit: cover;
  outline: 0 solid #333;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.image.low-opac {
  opacity: .6;
}

.image.service-dark {
  position: absolute;
}

.image.service-light {
  opacity: 0;
  position: absolute;
}

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

.section.white {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
  overflow: hidden;
}

.section.white.no-padding-bottom {
  padding-bottom: 0;
}

.section.dark {
  background-color: var(--dark-color);
  overflow: hidden;
}

.section.horizontal-to-vertical {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section.no-padding-desktop {
  flex-direction: row;
  justify-content: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section.smaller-padding {
  padding-top: 25px;
  font-weight: 400;
}

.section.smaller-bottom-padding {
  padding-bottom: 80px;
}

.section.utility {
  text-align: center;
  height: 100vh;
}

.hero {
  padding-bottom: 100px;
}

.hero.home-hero {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
}

.hero.about-hero {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 120vh;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.hero.services-hero {
  flex-direction: column;
  align-items: center;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero.project {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.hero.projects {
  padding-bottom: 80px;
}

.hero.contact {
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.white-background {
  z-index: -2;
  background-color: #fff;
  width: 100%;
  height: 25vh;
  position: absolute;
  bottom: 0;
  left: 0;
}

.white-background.about {
  width: 100vw;
  height: 10vh;
  left: -53vw;
}

.scroll-container {
  justify-content: flex-start;
  align-items: center;
  margin-top: 85px;
  display: flex;
  position: absolute;
  top: 20%;
  right: 0%;
  transform: translate(70%)rotate(90deg);
}

.scroll-container.about {
  margin-top: 100px;
  position: static;
  transform: translate(-45%)rotate(90deg);
}

.scroll-container.services {
  margin-top: 0;
  top: 30vh;
  left: 0;
  right: auto;
  transform: translate(-75%)rotate(90deg);
}

.small-text {
  color: var(--dark-color);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 1;
}

.arrow-scroll-down {
  margin-left: 15px;
}

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

.heading-2 {
  text-align: left;
  padding-bottom: 10px;
  font-size: 4.5vw;
  display: block;
}

.heading-2.light {
  color: #fff;
  text-align: left;
}

.heading-2.light.projects {
  line-height: 100%;
}

.heading-2.light.bigger-height {
  line-height: 1.2;
}

.heading-2.center {
  text-align: center;
  padding-top: 0;
  padding-bottom: 461px;
}

.heading-2.for-projects {
  display: inline-block;
}

.heading-2-wrapper {
  margin-top: 20px;
  margin-bottom: 50px;
}

.heading-2-wrapper.projects {
  margin-bottom: 35px;
}

.heading-2-wrapper.for-footer {
  text-align: left;
  margin-bottom: 0;
  padding-right: 0;
}

.heading-2-wrapper.company {
  margin-bottom: 25px;
}

.heading-2-wrapper.steps {
  margin-top: 20px;
  margin-bottom: 0;
}

.heading-2-wrapper.project {
  max-width: 40vw;
  margin-bottom: 0;
}

.heading-2-wrapper.utility {
  margin-bottom: 20px;
}

.brown-color {
  color: #dbc00e;
}

.button-type-1 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button-type-1.for-footer {
  text-align: left;
  flex: 0 auto;
  justify-content: flex-end;
  padding-top: 10px;
}

.button-type-1.hide {
  display: none;
}

.wide-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 74%;
  display: flex;
}

.wide-container.center {
  justify-content: center;
  align-items: center;
}

.services-grid {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: stretch;
  align-self: center;
  align-items: baseline;
  margin-top: 20px;
  display: grid;
}

.service {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.heading-3.light {
  color: #fff;
  font-size: 2.2vw;
}

.heading-3.light.bigger-height {
  line-height: 120%;
}

.heading-3.for-feature {
  color: #3a3a3acc;
}

.heading-3.italic {
  font-style: italic;
  font-weight: 400;
}

.heading-3.light-font {
  padding-left: 5px;
  font-weight: 200;
}

.home-service-number {
  opacity: .1;
  color: #fff;
  margin-right: 20px;
  font-family: Poppins, sans-serif;
  font-size: 4.625vw;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 0%;
  left: 30%;
  transform: translate(0, -30%);
}

.service-content {
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.button-type-2 {
  border: 1.5px solid #fff;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 215px;
  height: 215px;
  text-decoration: none;
  display: flex;
}

.button-type-2.submit {
  align-self: center;
  width: 160px;
  height: 160px;
  position: relative;
}

.arrow-circle-small {
  margin-top: 10px;
}

.arrow-circle-small.submit {
  width: 100px;
  margin-top: 20px;
  position: absolute;
}

.arrow-circle-small.submit.dark-submit {
  opacity: 0;
}

.arrow-circle-small.home {
  opacity: 1;
  margin-top: 25px;
  position: absolute;
}

.arrow-circle-small.dark {
  opacity: 0;
  margin-top: 25px;
  position: absolute;
}

.button-type-2-wrapper {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.arrow {
  width: 100%;
  position: absolute;
  left: 0;
}

.arrow.dark {
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.arrow.light {
  opacity: 0;
  height: 100%;
}

.arrow.light.visible {
  opacity: 1;
}

.arrow-container {
  width: 78px;
  height: 16px;
  padding-bottom: 0;
  position: relative;
}

.main-title {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.main-title.about {
  align-items: flex-start;
  position: relative;
}

.left-half {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding-left: 13vw;
  display: flex;
}

.left-half.brown {
  background-color: var(--primary-background);
  text-align: left;
  justify-content: space-between;
  height: 100%;
  padding-top: 120px;
  padding-bottom: 80px;
}

.right-half {
  background-color: #fff;
  width: 50%;
  display: block;
  position: relative;
  overflow: visible;
}

.right-half.for-footer {
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 95vh;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
  position: static;
}

.about-me-content {
  margin-right: 60px;
}

.project-image-container {
  z-index: -1;
  background-color: var(--dark-color);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.project-collection-list {
  width: 100%;
  height: 300vh;
  display: none;
}

.collection-item {
  object-fit: fill;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: static;
  top: 0;
}

.projects {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.projects-container {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100vh;
  padding-top: 80px;
  padding-bottom: 80px;
  font-size: 14px;
  display: flex;
  position: sticky;
  top: 0;
}

.project-content {
  text-align: center;
  max-width: 20vw;
  margin-top: 15px;
  margin-bottom: 30px;
}

.footer {
  text-align: center;
  align-items: flex-start;
}

.footer.section {
  background-color: var(--brown-color);
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  height: 800px;
  min-height: 100vh;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.footer-link {
  color: var(--dark-color);
  margin-top: 0;
  margin-bottom: 14px;
  margin-right: 16px;
  font-family: Butler, sans-serif;
  font-size: 21px;
  line-height: 1;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-link.no-margin-right {
  margin-right: 0;
}

.contact-footer {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 20vw;
  margin-bottom: 7.5vh;
  display: flex;
  position: relative;
}

.footer-contact-link {
  z-index: 1;
  color: var(--dark-color);
  font-family: Butler, sans-serif;
  font-size: 2.3vw;
  font-weight: 300;
  line-height: 90%;
  position: relative;
}

.contact-footer-image {
  z-index: 0;
  object-fit: contain;
  width: 90%;
  height: 100%;
  position: absolute;
  top: 10%;
  left: 5%;
  transform: rotate(8deg);
}

.rights-container {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  display: flex;
}

.rights-link {
  color: var(--dark-color);
  font-weight: 700;
  text-decoration: none;
}

.footer-links {
  margin-bottom: 15vh;
}

.footer-links.for-menu {
  margin-bottom: 20px;
  display: none;
  position: absolute;
  bottom: 0;
}

.contact-wrapper {
  padding-right: 100px;
}

.about-us-hero-image-container {
  z-index: -1;
  width: 47vw;
  height: 100vh;
  position: absolute;
  top: 20vh;
  right: 0;
}

.about-hero-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: -8vw;
  display: flex;
}

.stroke {
  background-color: var(--dark-color);
  width: 15vw;
  height: 1px;
  margin-right: 20px;
}

.rounded-arrow {
  margin-top: -12px;
  margin-left: 20px;
  position: relative;
}

.featured-on-container {
  align-self: center;
  width: 50vw;
  margin-top: 50px;
}

.feature {
  border-bottom: 1px solid #3a3a3acc;
  align-items: flex-end;
  padding-top: 15px;
  padding-bottom: 15px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.heading-4 {
  white-space: nowrap;
  margin-bottom: 15px;
  font-size: 28px;
  line-height: 1;
}

.feature-number {
  width: 10vw;
}

.feature-name {
  flex: 1;
}

.track {
  height: 210vw;
  margin-top: 120px;
  margin-bottom: 120px;
  padding-left: 13vw;
  padding-right: 13vw;
}

.camera {
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
}

.frame {
  height: 100%;
  display: flex;
}

.step {
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 160px 0;
  display: flex;
}

.step-image-wrapper {
  z-index: -1;
  width: 30vw;
  height: 40vh;
  margin-top: -20px;
  position: relative;
}

.heading-3-wrapper {
  margin-top: 30px;
  margin-bottom: 20px;
}

.heading-3-wrapper.licenses {
  margin-bottom: 15px;
}

.step-arrow-wrapper {
  width: 24vw;
  margin-bottom: 20vh;
  margin-left: 3vw;
  margin-right: 3vw;
}

.services-hero-image-container {
  z-index: -1;
  background-image: url('../images/Aquarell_Gelb.jpg');
  background-size: cover;
  align-self: flex-end;
  width: 83%;
  height: 85vh;
  margin-top: -7vw;
  position: relative;
}

.service-hero-overlay {
  z-index: -2;
  background-color: #fff;
  width: 100%;
  height: 35vh;
  position: absolute;
  bottom: 0;
}

.mobile-paragraph {
  display: none;
}

.service-container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20vh;
  display: flex;
}

.service-heading {
  color: #3a3a3a33;
  white-space: nowrap;
  font-size: 16vw;
  font-weight: 400;
  line-height: 1;
  position: relative;
  left: -7%;
}

.service-description {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

.service-subtitles-container {
  flex-direction: column;
  align-items: flex-start;
  margin-right: 100px;
  display: flex;
}

.service-text-1 {
  margin-bottom: 20px;
}

.service-text {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.subtitle {
  align-items: flex-start;
  display: flex;
}

.service-arrow-container {
  width: 9.5px;
  height: 15.5px;
  margin-top: 6px;
  margin-right: 10px;
  position: relative;
}

.utility-page-wrap {
  background-color: var(--dark-color);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 80%;
  display: flex;
}

.slider {
  width: 80vw;
  height: 80vh;
}

.left-arrow, .right-arrow, .slide-nav {
  display: none;
}

.project-left-half {
  width: 50%;
  height: 100%;
  position: absolute;
}

.project-left-half.for-projects {
  overflow: hidden;
}

.project-right-half {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 40%;
  height: 100%;
  min-height: 80vh;
  margin-left: 50%;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 50px;
  display: flex;
}

.project-right-half.projects {
  width: 43%;
  padding-bottom: 40px;
}

.top-content {
  padding-bottom: 160px;
}

.top-content.projects {
  padding-bottom: 240px;
}

.end-result-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.end-result-left-half {
  width: 100%;
}

.end-result-right-half {
  width: auto;
}

.end-result {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.results-grid {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  margin-top: 20px;
}

.result-number {
  color: var(--brown-color);
  font-family: Poppins, sans-serif;
  font-size: 26px;
}

.project-images-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto auto auto;
  width: 100%;
}

.third-image {
  object-fit: cover;
  width: 100%;
  height: 75vh;
}

.fourth-image, .fifth-image {
  object-fit: cover;
  width: 100%;
  height: 80vh;
}

.sixth-image {
  object-fit: cover;
  width: 100%;
  height: 90vh;
}

.testimonial {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 20vh;
  margin-top: 7vh;
  margin-bottom: 7vh;
  display: flex;
  overflow: hidden;
}

.seventh-image {
  object-fit: cover;
  width: 100%;
  height: 75vh;
}

.project-button-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -8vh;
  display: flex;
}

.testimonial-stroke {
  background-color: var(--dark-color);
  transform-origin: 0%;
  width: 33%;
  height: 1px;
  margin-right: 10px;
}

.testimonial-title {
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.circle-button-large {
  border: 1px solid var(--dark-color);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  text-decoration: none;
  display: flex;
}

.big-cirlce-arrow {
  width: 200px;
  margin-top: 10px;
}

.collection-list-wrapper {
  width: 100%;
}

.collection-item-2 {
  background-color: var(--brown-color);
}

.brown-overlay {
  background-color: #c7a48b33;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.light-overlay {
  display: none;
}

.projects-collection {
  width: 100%;
}

.project-item {
  border-bottom: 1px solid #3a3a3acc;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.project-link {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: visible;
}

.project-hover-image-container {
  z-index: -1;
  opacity: 0;
  width: 20vw;
  height: 55vh;
  display: none;
  position: absolute;
  right: 5%;
  transform: translate(0, 20%);
}

.project-image-overlay {
  background-color: #ede7e366;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.button-wrapper {
  align-self: center;
  margin-top: 80px;
}

.contact-left-half {
  width: 50%;
  padding-bottom: 80px;
  padding-left: 10%;
  padding-right: 5%;
}

.contact-right-half {
  background-color: var(--dark-color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-bottom: 80px;
  display: flex;
}

.contact-paragraph {
  margin-top: 20px;
}

.contact-infos {
  margin-top: 160px;
}

.contact-info-text {
  color: var(--dark-color);
  min-width: 160px;
  font-family: Butler, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
}

.contact-link {
  color: var(--dark-color);
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
}

.contact-link.working-hours {
  line-height: 1.4;
}

.contact-info-row {
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.contact-info-row.working-hours {
  margin-bottom: 10px;
}

.contact-form-content {
  flex-direction: column;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.text-field {
  background-color: var(--dark-color);
  color: #fff;
  border: 0 solid #000;
  border-bottom: 1.5px solid #fff;
  width: 100%;
  margin-bottom: 30px;
  padding-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
}

.text-field:focus {
  border: 0 #000;
  border-bottom: 1.5px solid #fff;
}

.text-field::placeholder {
  color: #ffffffb3;
}

.text-field.utility {
  width: 400px;
  margin-top: 60px;
}

.form-column-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.form-column {
  width: 46%;
}

.form-block {
  width: 100%;
  margin-top: 2.5vw;
  margin-bottom: 0;
}

.text-label {
  color: #ffffffb3;
  padding-bottom: 8px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
}

.textarea {
  background-color: var(--dark-color);
  color: #fff;
  border: 1.5px solid #fff;
  min-height: 25vh;
  max-height: 25px;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
}

.textarea:focus {
  border-width: 1.5px;
  border-color: #fff;
}

.submit-btn {
  color: var(--primary-background);
  background-color: #0000;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  padding: 0 0 14px;
  font-family: Poppins, sans-serif;
  font-size: 21px;
}

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

.contact-arrow {
  width: 10vw;
  position: absolute;
  transform: translate(-80%, -60%);
}

.error-message {
  text-align: center;
  margin-top: 30px;
}

.dark-overlay {
  z-index: -1;
  background-color: var(--dark-color);
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.menu {
  z-index: 300;
  height: 0;
  display: block;
  position: sticky;
  top: 0;
  left: 0;
}

.navbar {
  z-index: 777;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 160px;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.navbar-container {
  text-align: center;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  display: flex;
  position: static;
}

.logo-container {
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 80px;
  display: flex;
  position: relative;
}

.logo-container.w--current {
  background-color: #0000;
  border-radius: 100%;
  flex-direction: column;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: relative;
}

.logo {
  width: 100px;
  height: 120%;
  position: relative;
  left: auto;
}

.logo.light {
  opacity: 0;
}

.menu-button {
  cursor: auto;
  background-color: #0000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.menu-button-image-close {
  width: 50px;
}

.menu-button-image-close.close {
  opacity: 1;
  cursor: pointer;
  width: 20px;
  display: none;
}

.menu-button-image-close.light {
  opacity: 0;
}

.menu-button-image-close.light.contact {
  opacity: 1;
  display: block;
}

.menu-button-image-close.contact {
  display: none;
}

.menu-content {
  z-index: 555;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--primary-background);
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0;
}

.menu-left-half {
  width: 50%;
  height: 100vh;
  position: relative;
}

.menu-brown-overlay {
  z-index: 5;
  background-color: #c7a48b66;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.menu-right-half {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100vh;
  padding-left: 50px;
  display: flex;
}

.menu-links {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.menu-link {
  color: var(--dark-color);
  margin-bottom: 15px;
  font-family: Butler, sans-serif;
  font-size: 4.625vw;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
}

.cover-image-container {
  opacity: 0;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.menu-link-underline {
  background-color: var(--dark-color);
  width: 0%;
  height: 3px;
  position: static;
}

.footer-links-wrapper {
  justify-content: center;
  align-items: center;
  line-height: 1;
  display: flex;
}

._404-image {
  width: 10vw;
}

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

.lock-image {
  width: 5vw;
  margin-bottom: 20px;
}

.utility-btn {
  color: var(--dark-color);
  background-color: #fff;
  padding: 12px 22px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 300;
}

.license {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.license-link {
  color: var(--dark-color);
  font-weight: 700;
}

.bold {
  font-weight: 700;
}

.typography-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.wrapper-with-margin {
  max-width: 600px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.color-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.color-item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.color {
  border: 1px solid #000;
  width: 200px;
  height: 200px;
  margin-top: 5px;
}

.color.brown {
  background-color: var(--brown-color);
}

.color.light {
  background-color: var(--primary-background);
}

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

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

.loader {
  z-index: 999;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0;
}

.logo-on-loader {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.main-logo-text-loader {
  color: var(--dark-color);
  font-family: Butler, sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 80%;
}

.agency-letter {
  color: var(--dark-color);
  font-family: Butler, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.agency-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.link {
  color: var(--dark-color);
  font-weight: 500;
}

.version {
  margin-top: 30px;
}

.version-paragraph {
  margin-top: 10px;
}

.version-paragraph.instructions {
  margin-top: 30px;
  margin-bottom: 30px;
}

.horizontal-scroll-video {
  width: 100%;
  height: 100%;
}

.text-span {
  color: #fff;
}

.paragraph-2 {
  display: inline;
}

.collection-list {
  display: block;
}

.body {
  background-color: var(--primary-background);
}

.paragraph-3 {
  text-align: left;
  margin-top: auto;
  padding-right: 96px;
}

.heading-5 {
  text-align: left;
  padding-top: 20px;
  font-size: 4.5vw;
  font-weight: 200;
}

.heading-6 {
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-7 {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 790px;
  font-size: 4.5vw;
}

.paragraph-4 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 370px;
  font-size: 21px;
  font-weight: 400;
}

.div-block {
  margin-bottom: 66px;
}

.image-2 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.paragraph-5 {
  text-align: left;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 400px;
  font-size: 21px;
  font-weight: 400;
}

.div-block-2 {
  margin-bottom: 35px;
  display: block;
}

.section-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-8 {
  text-align: left;
  flex: 0 auto;
  margin-top: -100px;
  font-size: 4.5vw;
  display: block;
}

.heading-8.center {
  padding-top: 110px;
}

.heading-9 {
  text-align: center;
}

.div-block-3 {
  display: flex;
}

.section-3 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-6 {
  text-align: right;
  object-fit: fill;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  height: 100px;
  display: flex;
}

.right-half {
  text-align: right;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

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

.heading-10 {
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 20px;
  font-size: 4.5vw;
}

.zitat {
  text-align: center;
  margin-bottom: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 4.5vw;
  display: block;
}

.zitat.light {
  color: #fff;
  text-align: left;
}

.zitat.light.projects {
  line-height: 100%;
}

.zitat.light.bigger-height {
  line-height: 1.2;
}

.zitat.center {
  text-align: center;
  padding-top: 0;
  padding-bottom: 461px;
}

.zitat.for-projects {
  display: inline-block;
}

.form-themenliste {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: space-around;
  margin-left: 10px;
  margin-right: 10px;
  display: block;
}

.div-block-4 {
  flex-direction: column;
  display: flex;
}

.image-3, .image-4 {
  width: 100%;
  display: block;
}

.checkbox-label {
  font-size: 16px;
}

.field-label, .field-label-2 {
  margin-bottom: 20px;
}

.field-label-3 {
  max-width: 600px;
  margin-bottom: 20px;
}

.form-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-auto-flow: column;
  margin-left: 5px;
  font-size: 16px;
}

.map {
  filter: saturate(60%);
  flex: 1;
  display: block;
}

.adress-header {
  object-fit: fill;
  background-color: #ffffffd1;
  width: 100%;
  margin-top: 120px;
  margin-bottom: 3.3vw;
  padding-left: 13vw;
  display: block;
}

.body-2 {
  font-family: Poppins, sans-serif;
}

.bold-text {
  font-size: 1.2rem;
  font-weight: 500;
}

.submit-button {
  border: 2px solid var(--dark-color);
  color: var(--dark-color);
  text-align: center;
  background-color: #0000;
  border-radius: 50px;
  width: auto;
  height: 100px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 18px;
  display: block;
  position: static;
}

.submit-button:hover {
  background-color: var(--dark-color);
  color: #fff;
}

.button-type-2-wrapper-copy {
  background-color: #000000c4;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.submit-button-2 {
  background-color: var(--dark-color);
}

.text-field-2 {
  border-radius: 5px;
  max-width: 400px;
}

.div-mail {
  text-align: left;
  width: 400px;
  max-width: 70%;
  margin-top: 36px;
  margin-bottom: 17px;
}

.error-message-2 {
  text-align: center;
  border: 0 solid #000;
  border-radius: 9px;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 4px 4px 3px #0000001a;
}

.text-block {
  font-weight: 500;
}

.success-message {
  background-color: #ccecd2;
  border-radius: 14px;
  box-shadow: 5px 5px 3px #0000001a;
}

.checkbox {
  border-radius: 20px;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  margin-left: -27px;
  margin-right: 8px;
}

.checkbox:hover {
  box-shadow: 0 0 3px 1px var(--brown-color);
}

.checkbox.w--redirected-checked {
  border-color: var(--dark-color);
  background-color: var(--brown-color);
  color: var(--dark-color);
}

.checkbox.w--redirected-focus {
  box-shadow: 0 0 3px 1px var(--brown-color);
}

.text-field-bright {
  border-style: solid;
  border-width: 0 0 1.5px;
  border-color: black black var(--dark-color);
  color: var(--dark-color);
  background-color: #0000;
  width: 100%;
  margin-bottom: 30px;
  padding-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
}

.text-field-bright:focus {
  border-style: none none solid;
  border-width: 0 0 1.5px;
  border-color: black black var(--dark-color);
}

.text-field-bright::placeholder {
  color: #00000080;
}

.text-field-bright.utility {
  width: 400px;
  margin-top: 60px;
}

.themenliste-hinweis {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

.button-type-dark {
  border: 1.5px solid #fff;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 215px;
  height: 215px;
  text-decoration: none;
  display: flex;
}

.button-type-dark.submit {
  border-width: 1px;
  border-color: var(--dark-color);
  align-self: center;
  width: 160px;
  height: 160px;
  position: relative;
}

.arrow-circle-small-dark {
  margin-top: 10px;
}

.arrow-circle-small-dark.submit {
  width: 100px;
  margin-top: 20px;
  position: absolute;
}

.arrow-circle-small-dark.submit.dark-submit {
  opacity: 0;
}

.arrow-circle-small-dark.home {
  opacity: 1;
  margin-top: 25px;
  position: absolute;
}

.arrow-circle-small-dark.dark {
  opacity: 0;
  margin-top: 25px;
  position: absolute;
}

.arrow-circle-small-copy {
  margin-top: 10px;
}

.arrow-circle-small-copy.submit {
  width: 100px;
  margin-top: 20px;
  position: absolute;
}

.arrow-circle-small-copy.submit.dark-submit {
  opacity: 0;
}

.arrow-circle-small-copy.home {
  opacity: 1;
  margin-top: 25px;
  position: absolute;
}

.arrow-circle-small-copy.dark {
  opacity: 0;
  margin-top: 25px;
  position: absolute;
}

.circle-button-small {
  border: 1px solid var(--dark-color);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.small-cirlce-arrow {
  width: 100px;
  margin-top: 20px;
  position: absolute;
}

.submit-btn-dark {
  color: var(--dark-color);
  background-color: #0000;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  padding: 0 0 14px;
  font-family: Poppins, sans-serif;
  font-size: 21px;
}

.checkbox-label-2 {
  font-size: 16px;
}

.contact-content {
  margin-right: 60px;
}

.grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: column;
  font-size: 16px;
}

.checkbox-label-3 {
  margin-bottom: 0;
}

.address-buttons {
  flex-direction: column;
  margin-top: 80px;
  display: flex;
}

.menu-button-image-open {
  cursor: pointer;
  width: 50px;
}

.menu-button-image-open.close {
  opacity: 0;
  width: 20px;
  display: block;
}

.menu-button-image-open.light {
  opacity: 0;
}

.menu-button-image-open.light.contact {
  opacity: 1;
  display: block;
}

.menu-button-image-open.contact {
  display: none;
}

@media screen and (min-width: 1920px) {
  .paragraph {
    font-size: 20px;
  }

  .paragraph.above-title {
    margin-top: 16px;
  }

  .paragraph.button {
    font-size: 24px;
  }

  .paragraph.light {
    width: 100%;
    max-width: 650px;
  }

  .paragraph.narrow {
    max-width: 590px;
  }

  .paragraph.narrow.for-step {
    width: 100%;
  }

  .paragraph.rights {
    font-size: 18px;
  }

  .paragraph.services {
    max-width: 400px;
  }

  .paragraph.wide {
    max-width: 780px;
  }

  .paragraph.big-circle-button {
    font-size: 48px;
  }

  .hero-title.contact.right-side {
    margin-top: 14vw;
  }

  .section, .section.white {
    padding-top: 240px;
    padding-bottom: 240px;
  }

  .section.white.no-padding-bottom {
    padding-top: 240px;
  }

  .section.dark {
    padding-top: 240px;
    padding-bottom: 240px;
  }

  .section.smaller-padding {
    padding-top: 40px;
  }

  .section.smaller-bottom-padding {
    padding-bottom: 120px;
  }

  .hero.home-hero {
    padding-bottom: 0;
  }

  .hero.projects {
    padding-bottom: 120px;
  }

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

  .heading-2-wrapper {
    margin-bottom: 60px;
  }

  .services-grid {
    grid-column-gap: 5vw;
    grid-row-gap: 18vh;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: stretch;
    align-self: center;
    max-width: 70vw;
    margin-top: 120px;
    margin-left: 0%;
  }

  .home-service-number {
    margin-right: 30px;
    font-size: 9vw;
    left: -10%;
    transform: translate(0%, -60%);
  }

  .service-content {
    margin-top: 20px;
  }

  .button-type-2-wrapper {
    margin-top: 120px;
  }

  .left-half.brown {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .right-half.for-footer {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .projects-container {
    padding-top: 240px;
    padding-bottom: 120px;
  }

  .project-content {
    margin-bottom: 45px;
  }

  .footer-link {
    margin-top: 0;
    margin-bottom: 18px;
    margin-right: 30px;
    font-size: 24px;
  }

  .footer-links.for-menu {
    margin-bottom: 30px;
  }

  .feature {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-4 {
    font-size: 32px;
  }

  .service-description {
    margin-top: 45px;
  }

  .service-subtitles-container {
    margin-right: 150px;
  }

  .service-text-1 {
    max-width: 700px;
    margin-bottom: 0;
    margin-right: 90px;
  }

  .service-text-2 {
    max-width: 700px;
  }

  .service-text {
    flex-direction: row;
    width: 75%;
  }

  .project-right-half {
    width: 42%;
    padding-top: 120px;
    padding-bottom: 120px;
    padding-left: 100px;
  }

  .project-right-half.projects {
    padding-bottom: 60px;
  }

  .top-content {
    padding-bottom: 240px;
  }

  .top-content.projects {
    padding-bottom: 360px;
  }

  .end-result-left-half {
    width: 55%;
  }

  .end-result-right-half {
    width: auto;
    padding-left: 50px;
  }

  .end-result {
    flex-direction: row;
    align-items: center;
  }

  .results-grid {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
  }

  .project-images-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .testimonial {
    margin-top: 10vh;
    margin-bottom: 10vh;
  }

  .project-button-wrapper {
    margin-top: -13vh;
  }

  .testimonial-title {
    margin-bottom: 30px;
  }

  .circle-button-large {
    width: 370px;
    height: 370px;
  }

  .big-cirlce-arrow {
    width: 260px;
  }

  .project-item {
    padding-top: 0;
    padding-bottom: 0;
  }

  .project-link {
    padding-top: 120px;
    padding-bottom: 20px;
  }

  .button-wrapper {
    margin-top: 120px;
  }

  .contact-left-half, .contact-right-half {
    padding-bottom: 120px;
  }

  .contact-info-text {
    min-width: 200px;
    font-size: 30px;
  }

  .contact-link {
    font-size: 25px;
  }

  .form-block {
    margin-top: 2vw;
  }

  .submit-btn {
    font-size: 24px;
  }

  .menu-link {
    margin-bottom: 20px;
  }

  .color {
    width: 300px;
    height: 300px;
  }

  .button-type-2-wrapper-copy {
    margin-top: 120px;
  }

  .submit-btn-dark {
    font-size: 24px;
  }
}

@media screen and (max-width: 991px) {
  .paragraph.above-title.company {
    display: none;
  }

  .paragraph.button {
    font-size: 20px;
  }

  .paragraph.narrow.projects {
    margin-bottom: 30px;
  }

  .paragraph.narrow.for-step {
    width: 100%;
    max-width: 100%;
  }

  .paragraph.narrow.full-on-mobile {
    max-width: 100%;
  }

  .paragraph.rights {
    font-size: 15px;
  }

  .paragraph.for-feature {
    font-size: 16px;
  }

  .paragraph.services {
    display: none;
  }

  .paragraph.big-circle-button {
    font-size: 20px;
    font-weight: 400;
  }

  .hero-title {
    flex-direction: column-reverse;
    margin-top: 20vh;
  }

  .hero-title.about {
    flex-direction: column;
  }

  .hero-title.services {
    align-items: flex-start;
  }

  .hero-title.project {
    margin-top: 20vh;
  }

  .hero-title.contact {
    flex-direction: column;
  }

  .hero-title.contact.right-side {
    margin-top: 0;
  }

  .wrapper.horizontal.middle-title-row {
    top: -6.5vw;
  }

  .wrapper.horizontal.last-title-row {
    top: -13vw;
  }

  .wrapper.above-title {
    margin-top: -141px;
    margin-bottom: 7px;
    bottom: 11vw;
  }

  .wrapper.above-title.about {
    bottom: -30px;
  }

  .wrapper.above-title.services {
    margin-top: -211px;
    bottom: 5vw;
  }

  .wrapper.above-title.project {
    bottom: 20px;
  }

  .wrapper.above-title.for-projects, .wrapper.above-title.contact {
    bottom: 0;
  }

  .wrapper.top-title-row {
    margin-top: 20px;
  }

  .wrapper.top-title-row.contact {
    margin-top: 0;
  }

  .heading-1 {
    font-size: 11vw;
  }

  .heading-1.left-padding {
    padding-left: 0;
  }

  .heading-1.contact {
    margin-top: 0;
  }

  .heading-1.fourth-animated {
    margin-bottom: 0;
  }

  .home-image-wrapper {
    width: 70vw;
    height: 40vh;
    margin-top: 88px;
  }

  .section, .section.white {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.white.no-padding-bottom {
    padding-top: 120px;
  }

  .section.dark {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.horizontal-to-vertical {
    flex-direction: column;
    align-items: center;
    height: auto;
  }

  .section.no-padding-desktop {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-top: 120px;
    padding-bottom: 0;
  }

  .section.no-padding-desktop.projects {
    padding-top: 0;
  }

  .section.smaller-padding {
    padding-top: 30px;
  }

  .section.smaller-bottom-padding {
    padding-bottom: 120px;
  }

  .hero.about-hero {
    height: auto;
    padding-bottom: 120px;
  }

  .hero.projects {
    padding-bottom: 40px;
  }

  .hero.contact {
    flex-direction: column;
    justify-content: center;
  }

  .white-background {
    height: 20vh;
  }

  .white-background.about {
    display: none;
  }

  .white-background.project {
    height: 20vh;
  }

  .scroll-container {
    margin-top: 28px;
  }

  .scroll-container.about {
    margin-top: 0;
    margin-bottom: 80px;
  }

  .scroll-container.services {
    top: 20%;
    left: auto;
    right: 0;
    transform: translate(70%)rotate(90deg);
  }

  .heading-2 {
    font-size: 7.5vw;
  }

  .heading-2.light.projects {
    line-height: 120%;
  }

  .heading-2-wrapper {
    margin-bottom: 40px;
  }

  .heading-2-wrapper.projects {
    margin-bottom: 20px;
  }

  .heading-2-wrapper.for-footer {
    margin-bottom: 60px;
  }

  .heading-2-wrapper.company {
    margin-top: 0;
  }

  .heading-2-wrapper.featured-on {
    margin-bottom: 60px;
  }

  .heading-2-wrapper.project {
    max-width: 65vw;
  }

  .wide-container {
    width: 80%;
  }

  .wide-container.center-on-mobile {
    align-items: center;
  }

  .wide-container.full-width-on-mobile {
    width: 100%;
  }

  .services-grid {
    grid-column-gap: 60px;
    grid-template-columns: 1fr 1fr;
  }

  .heading-3 {
    font-size: 5vw;
  }

  .home-service-number {
    font-size: 7vw;
    top: 0;
    left: auto;
    right: 0;
    transform: none;
  }

  .arrow-circle-small.home, .arrow-circle-small.dark {
    margin-top: 15px;
  }

  .left-half {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .left-half.brown {
    height: auto;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .right-half {
    width: 100%;
  }

  .right-half.for-footer {
    height: auto;
    padding-top: 120px;
  }

  .projects-container {
    height: auto;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .project-content {
    max-width: 50vw;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer.section {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-link {
    margin-left: 8px;
    margin-right: 8px;
    font-size: 20px;
  }

  .contact-footer {
    height: 30vh;
    margin-bottom: 5vh;
  }

  .footer-contact-link {
    font-size: 5vw;
  }

  .footer-links {
    margin-top: 60px;
    margin-bottom: 160px;
  }

  .footer-links.for-menu {
    margin-top: 0;
    margin-bottom: 16vh;
  }

  .contact-wrapper {
    text-align: center;
  }

  .about-us-hero-image-container {
    width: 40vw;
    height: 47.5vh;
    top: 15vh;
  }

  .about-hero-content {
    flex-direction: column-reverse;
    margin-top: -5vw;
  }

  .stroke {
    width: 13vw;
    margin-right: 2vw;
  }

  .rounded-arrow {
    margin-top: -4px;
    display: none;
  }

  .featured-on-container {
    width: 100%;
    margin-top: 20px;
  }

  .heading-4 {
    font-size: 24px;
  }

  .feature-number {
    width: 15vw;
    padding-right: 0;
  }

  .track {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .camera {
    width: 80%;
    height: auto;
  }

  .frame {
    flex-direction: column;
  }

  .step {
    justify-content: flex-start;
    height: auto;
    padding-top: 0;
    padding-bottom: 60px;
  }

  .step.last {
    padding-bottom: 0;
  }

  .step-image-wrapper {
    width: 100%;
    margin-top: -10px;
  }

  .heading-3-wrapper {
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .step-arrow-wrapper {
    display: none;
  }

  .services-hero-image-container {
    align-self: center;
    width: 70vw;
    height: 40vh;
    margin-top: 10vw;
  }

  .service-hero-overlay {
    height: 25vh;
  }

  .mobile-paragraph {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-top: 40px;
    display: flex;
  }

  .service-container {
    margin-bottom: 80px;
  }

  .service-container.last {
    margin-bottom: 0;
  }

  .service-heading {
    left: 0%;
  }

  .service-description {
    flex-direction: column;
    justify-content: center;
    margin-top: 10px;
  }

  .service-subtitles-container {
    margin-right: 0;
  }

  .service-text {
    width: 100%;
    margin-top: 5px;
  }

  .service-arrow-container {
    margin-top: 3px;
  }

  .animation-trigger {
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .slider {
    height: 55vh;
    margin-top: 20px;
  }

  .project-left-half {
    width: 100%;
    height: 55vh;
    margin-top: 30px;
    padding-left: 0%;
    padding-right: 0%;
    position: static;
  }

  .project-left-half.for-projects {
    z-index: 1;
    width: 80vw;
    margin-top: 0;
    margin-bottom: 120px;
    padding-left: 0%;
    padding-right: 0%;
    position: relative;
  }

  .project-right-half {
    width: 100%;
    height: auto;
    min-height: auto;
    margin-left: 0%;
    padding: 0 10%;
  }

  .project-right-half.projects {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 120px;
  }

  .top-content {
    padding-bottom: 60px;
  }

  .top-content.projects {
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
  }

  .project-images-grid {
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .third-image, .fourth-image, .fifth-image, .sixth-image {
    height: 55vh;
  }

  .testimonial {
    width: 80%;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .seventh-image {
    height: 55vh;
  }

  .project-button-wrapper {
    margin-top: 30px;
  }

  .circle-button-large {
    width: 215px;
    height: 215px;
  }

  .big-cirlce-arrow {
    width: 120px;
    height: 20px;
    margin-top: 3px;
  }

  .collection-item-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .light-overlay {
    z-index: 0;
    background-color: var(--primary-background);
    width: 100%;
    height: 40vh;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }

  .project-item {
    padding-top: 0;
  }

  .project-link {
    padding-top: 60px;
  }

  .button-wrapper {
    margin-top: 60px;
  }

  .contact-left-half {
    width: 100%;
    padding-bottom: 120px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .contact-right-half {
    width: 100%;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .contact-paragraph {
    margin-top: 0;
  }

  .contact-infos {
    margin-top: 60px;
  }

  .contact-info-text {
    min-width: 140px;
    font-size: 22px;
  }

  .contact-link {
    font-size: 20px;
  }

  .contact-info-row {
    margin-bottom: 15px;
  }

  .contact-info-row.working-hours {
    margin-bottom: 5px;
  }

  .contact-info-row.last {
    margin-bottom: 0;
  }

  .submit-btn {
    font-size: 20px;
  }

  .contact-arrow, .dark-overlay {
    display: none;
  }

  .navbar {
    height: 120px;
  }

  .logo-container, .logo-container.w--current {
    width: 60px;
    height: 60px;
  }

  .logo {
    width: auto;
    height: auto;
  }

  .menu-button {
    width: 60px;
    height: 60px;
  }

  .menu-button-image-close {
    width: 35px;
  }

  .menu-button-image-close.light.contact {
    opacity: 0;
    display: none;
  }

  .menu-button-image-close.contact {
    opacity: 1;
    display: block;
  }

  .menu-left-half {
    display: none;
  }

  .menu-right-half {
    align-items: center;
    width: 100%;
    padding-left: 0;
  }

  .menu-links {
    align-items: center;
    margin-bottom: 10vh;
  }

  .menu-link {
    font-size: 7.5vw;
  }

  .cover-image-container {
    display: none;
  }

  ._404-image {
    width: 100px;
  }

  .lock-image {
    width: 50px;
  }

  .color-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .version-paragraph.instructions {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .heading-8, .heading-10, .zitat {
    font-size: 7.5vw;
  }

  .zitat.light.projects {
    line-height: 120%;
  }

  .map {
    flex: 0 auto;
    display: block;
    overflow: hidden;
  }

  .arrow-circle-small-dark.home, .arrow-circle-small-dark.dark, .arrow-circle-small-copy.home, .arrow-circle-small-copy.dark {
    margin-top: 15px;
  }

  .circle-button-small {
    width: 215px;
    height: 215px;
  }

  .submit-btn-dark {
    font-size: 20px;
  }

  .contact-content {
    padding-left: 50px;
  }

  .menu-button-image-open {
    width: 35px;
  }

  .menu-button-image-open.light.contact {
    opacity: 0;
    display: none;
  }

  .menu-button-image-open.contact {
    opacity: 1;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .paragraph.above-title {
    white-space: nowrap;
    font-size: 16px;
  }

  .paragraph.above-title.center {
    white-space: normal;
  }

  .paragraph.for-feature {
    font-size: 14px;
  }

  .hero-title {
    flex-direction: column-reverse;
  }

  .wrapper.horizontal.middle-title-row {
    top: -8vw;
  }

  .wrapper.horizontal.last-title-row {
    top: -16vw;
  }

  .wrapper.above-title {
    bottom: 14vw;
  }

  .wrapper.above-title.about {
    bottom: -15px;
  }

  .wrapper.above-title.services {
    margin-top: -182px;
    bottom: 6vw;
  }

  .wrapper.above-title.project {
    bottom: 15px;
  }

  .wrapper.top-title-row {
    margin-top: 0;
  }

  .heading-1 {
    font-size: 12vw;
  }

  .heading-1.project {
    font-size: 20vw;
  }

  .home-image-wrapper {
    width: 80vw;
    height: 30vh;
    margin-top: 90px;
  }

  .section, .section.white {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.white.no-padding-bottom {
    padding-top: 100px;
  }

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

  .section.no-padding-desktop {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .section.smaller-padding {
    padding-top: 20px;
  }

  .section.smaller-bottom-padding, .hero.about-hero {
    padding-bottom: 100px;
  }

  .hero.projects {
    padding-bottom: 30px;
  }

  .white-background {
    height: 7.5vh;
  }

  .scroll-container, .scroll-container.services {
    top: 40%;
  }

  .heading-2 {
    font-size: 10vw;
  }

  .heading-2-wrapper {
    margin-bottom: 25px;
  }

  .heading-2-wrapper.company {
    margin-bottom: 15px;
  }

  .heading-2-wrapper.featured-on {
    margin-bottom: 40px;
  }

  .heading-2-wrapper.project {
    max-width: 90vw;
  }

  .wide-container {
    width: 90%;
  }

  .services-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .heading-3, .heading-3.light {
    font-size: 7vw;
  }

  .home-service-number {
    font-size: 14vw;
    top: 0;
    transform: none;
  }

  .service-content {
    margin-top: 10px;
  }

  .button-type-2 {
    width: 180px;
    height: 180px;
  }

  .left-half {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .left-half.brown {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .right-half.for-footer {
    padding-top: 100px;
  }

  .projects-container {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .project-content {
    max-width: 65vw;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-link {
    margin-top: 10px;
    margin-bottom: 12px;
  }

  .footer-contact-link {
    font-size: 7vw;
  }

  .rights-container {
    width: 96%;
  }

  .about-us-hero-image-container {
    height: 44vh;
  }

  .featured-on-container {
    margin-top: 15px;
  }

  .track {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .camera {
    width: 90%;
  }

  .step {
    padding-bottom: 40px;
  }

  .services-hero-image-container {
    width: 80vw;
    height: 30vh;
    margin-top: 12vw;
  }

  .service-hero-overlay {
    height: 25vh;
  }

  .mobile-paragraph {
    width: 90%;
    margin-top: 30px;
  }

  .service-container {
    margin-bottom: 60px;
  }

  .utility-page-content {
    align-items: center;
  }

  .slider {
    width: 90vw;
    height: 45vh;
  }

  .project-left-half {
    height: 45vh;
    margin-top: 20px;
  }

  .project-left-half.for-projects {
    margin-bottom: 100px;
  }

  .project-right-half {
    padding-left: 5%;
    padding-right: 5%;
  }

  .project-right-half.projects {
    padding-bottom: 100px;
  }

  .top-content.projects {
    padding-bottom: 25px;
  }

  .results-grid {
    grid-column-gap: 20px;
  }

  .project-images-grid {
    grid-row-gap: 20px;
  }

  .third-image, .fourth-image, .fifth-image, .sixth-image {
    height: 45vh;
  }

  .testimonial {
    width: 90%;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .seventh-image {
    height: 45vh;
  }

  .testimonial-stroke {
    width: 20%;
  }

  .circle-button-large {
    width: 180px;
    height: 180px;
  }

  .light-overlay {
    height: 30vh;
  }

  .project-item {
    padding-top: 0;
  }

  .project-link {
    padding-top: 40px;
  }

  .button-wrapper {
    margin-top: 50px;
  }

  .contact-left-half {
    padding-bottom: 100px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .contact-right-half {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .contact-form-content {
    width: 100%;
  }

  .submit-btn {
    padding-bottom: 7px;
  }

  .navbar {
    height: 100px;
  }

  .logo-container, .logo-container.w--current, .menu-button {
    width: 65px;
    height: 65px;
  }

  .menu-link {
    font-size: 10vw;
  }

  .utility-page-form {
    width: 90%;
  }

  .license {
    margin-top: 20px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .color-wrapper {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .color-item {
    align-items: flex-start;
  }

  .color {
    width: 100%;
  }

  .license-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .main-logo-text-loader {
    font-size: 40px;
  }

  .agency-letter {
    font-size: 12px;
  }

  .heading-8, .zitat {
    font-size: 10vw;
  }

  .form-content {
    margin-left: 10px;
    margin-right: 10px;
  }

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

  .adress-header {
    padding-left: 5vw;
  }

  .button-type-dark, .circle-button-small {
    width: 180px;
    height: 180px;
  }

  .submit-btn-dark {
    padding-bottom: 7px;
  }

  .contact-content {
    margin-right: 0;
    padding-left: 0;
  }

  .grid-2 {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "Area"
                   / 1fr;
  }

  .menu-button-image-open.menu-button.toggle-scrolling {
    width: 35px;
  }
}

@media screen and (max-width: 479px) {
  .paragraph.above-title.center {
    white-space: normal;
  }

  .paragraph.button {
    width: 180px;
    margin-right: 10px;
  }

  .paragraph.button.circle {
    text-align: center;
  }

  .paragraph.rights {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .hero-title {
    margin-top: 24vh;
  }

  .wrapper.horizontal.middle-title-row {
    top: -9.5vw;
  }

  .wrapper.horizontal.last-title-row {
    top: -19vw;
  }

  .wrapper.above-title {
    bottom: 17vw;
  }

  .wrapper.above-title.services {
    margin-top: -142px;
    bottom: 9vw;
  }

  .wrapper.above-title.project {
    bottom: 10px;
  }

  .home-image-wrapper {
    margin-top: 78px;
  }

  .heading-2.center {
    text-align: center;
  }

  .arrow-circle-small.submit {
    margin-top: 15px;
  }

  .arrow.dark {
    width: 80%;
    left: auto;
    right: 0;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-link.last {
    margin-right: 0;
  }

  .rights-container {
    flex-direction: column;
    justify-content: center;
  }

  .footer-links {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 100px;
  }

  .footer-links.for-menu {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .services-hero-image-container {
    margin-top: 12vw;
  }

  .contact-infos {
    margin-top: 40px;
  }

  .contact-info-text {
    margin-bottom: 3px;
  }

  .contact-info-text.working-hours {
    display: none;
  }

  .contact-info-row {
    flex-direction: column;
    justify-content: center;
    margin-bottom: 20px;
  }

  .contact-info-row.working-hours {
    margin-bottom: 0;
  }

  .contact-form-content {
    width: 100%;
  }

  .text-field.utility {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 15px;
    font-size: 18px;
  }

  .form-column-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .form-column {
    width: 100%;
  }

  .logo {
    width: auto;
    height: auto;
  }

  .lock-image {
    margin-bottom: 10px;
  }

  .utility-btn {
    padding: 9px 15px;
    font-size: 18px;
  }

  .heading-8.center, .zitat.center {
    text-align: center;
  }

  .field-label-3 {
    width: 94vw;
    margin-left: auto;
    margin-right: auto;
  }

  .grid {
    width: 92vw;
    margin-left: auto;
    margin-right: auto;
  }

  .div-mail {
    margin-left: auto;
    margin-right: auto;
  }

  .checkbox {
    width: 18px;
    height: 18px;
    margin-left: -26px;
  }

  .text-field-bright {
    width: 100%;
  }

  .text-field-bright.utility {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 15px;
    font-size: 18px;
  }

  .themenliste-hinweis {
    font-size: 1.5rem;
  }

  .arrow-circle-small-dark.submit, .arrow-circle-small-copy.submit {
    margin-top: 15px;
  }

  .grid-2 {
    width: 94vw;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1920px) {
  #w-node-_8e10a322-c12b-9b58-aa36-6fed69c4fede-7e612ea9, #w-node-_8e10a322-c12b-9b58-aa36-6fed69c4fefd-7e612ea9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Butler';
  src: url('../fonts/Butler_Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Butler';
  src: url('../fonts/Butler_Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Butler';
  src: url('../fonts/Butler_Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Butler';
  src: url('../fonts/Butler_Ultra_Light.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}