:root {
  --color--white: white;
  --color--dark: #4a4a49;
  --color--accent: #ab3e47;
  --font--headings: "Plus Jakarta Sans", sans-serif;
  --color--light-elevation: #e9e4e0;
  --color--dark-elevation: #a77a50;
  --color--color: #a77a5066;
  --font--body: Satoshi, sans-serif;
  --type--h1: 120px;
  --type--h2: 52px;
  --type--h3: 32px;
  --type--subtitle: 28px;
  --type--body-regular: 20px;
  --type--body-big: 22px;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--color--white);
  color: var(--color--dark);
  font-family: "Montserrat V 25 Latin", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

h1 {
  text-align: center;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pphatton, Arial, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 120%;
}

h2 {
  color: var(--color--dark);
  text-align: left;
  letter-spacing: .5px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: "Montserrat V 25 Latin 300", Arial, sans-serif;
  font-size: 30px;
  line-height: 36px;
}

h3 {
  color: var(--color--dark);
  text-align: left;
  letter-spacing: .5px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: "Montserrat V 25 Latin 300", Arial, sans-serif;
  font-size: 26px;
  line-height: 30px;
}

h4, h5 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  color: var(--color--dark);
  text-align: left;
  margin-bottom: 10px;
  line-height: 26px;
}

a {
  color: var(--color--dark);
  text-decoration: underline;
}

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

strong {
  font-family: "Montserrat V 25 Latin 700", Arial, sans-serif;
}

blockquote {
  border-left: 5px solid var(--color--accent);
  font-family: var(--font--headings);
  margin-top: 48px;
  margin-bottom: 48px;
  padding: 56px;
  font-size: 26px;
  line-height: 130%;
}

.section {
  padding-bottom: 80px;
}

.section.hellgrau {
  background-color: var(--color--light-elevation);
  color: var(--color--white);
}

.section.hellgrau.under-hero-studio {
  margin-top: -240px;
  padding-top: 280px;
}

.section.hellgrau.abstandoben {
  padding-top: 80px;
}

.section.hellgrau.abstandoben.bild {
  background-image: url('../images/Zimmer_Beispiel_quer.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

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

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

.section.abstand-oben {
  padding-top: 100px;
}

.section.sec-footer {
  padding-bottom: 30px;
}

.subtitle {
  line-height: 130%;
}

.text-cta {
  z-index: 3;
  letter-spacing: .5px;
  font-size: 14px;
  position: relative;
}

.main-container {
  text-align: center;
  width: 100%;
  max-width: 1600px;
  padding-left: 24px;
  padding-right: 24px;
}

.main-container.einzel {
  max-width: 800px;
}

.main-container.logo {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
}

.fill-cta {
  z-index: 1;
  background-color: var(--color--accent);
  border-radius: 100px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
  transform: translate(0, 101%);
}

.wrap-button {
  grid-row-gap: 24px;
  background-color: var(--color--light-elevation);
  color: var(--color--dark);
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  padding: 15px 0;
  display: flex;
}

.link-cta {
  background-color: var(--color--accent);
  color: var(--color--white);
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  height: 36px;
  padding: 1px 20px;
  font-size: 14px;
  line-height: 120%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: clip;
}

.link-cta.medium-cta {
  height: 48px;
  padding-left: 26px;
  padding-right: 26px;
  font-size: 20px;
}

.title-wrap-template {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-wrap-template.center {
  justify-content: flex-start;
  align-items: center;
}

.title-wrap-template.center.max700 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.limit-subtitle-template {
  max-width: 630px;
}

.menu-cta-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-menu {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: wrap;
  align-items: center;
  width: 33%;
  margin-right: auto;
  display: flex;
}

.nav-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: relative;
}

.nav-mid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
}

.brand-navbar {
  height: 35px;
}

.brand-link {
  justify-content: center;
  align-items: center;
  height: 18px;
  display: flex;
}

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

.nav-link {
  color: var(--color--accent);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-left: 3px;
  margin-right: 3px;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.nav-link:hover {
  color: var(--color--dark);
  text-decoration: underline;
}

.nav-link.w--current {
  color: #0e0e0e;
}

.navbar {
  z-index: 999;
  background-color: var(--color--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 84px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
}

.flex-heading-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: clip;
}

.abstract-heading {
  object-fit: contain;
  width: 80px;
  height: 80px;
  margin-top: 4px;
  display: block;
}

.no-margins {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

.link-project-main {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.view-circle {
  background-color: var(--color--accent);
  color: #fff;
  text-transform: uppercase;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.container-medium {
  width: 100%;
  max-width: 960px;
  padding-left: 24px;
  padding-right: 24px;
}

.list-services-animated {
  flex-direction: column;
  max-width: 1008px;
  margin-bottom: 40px;
  display: flex;
}

.single-service-animated {
  border-top: 1px solid var(--color--dark);
  opacity: 1;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 52px;
  padding-bottom: 52px;
  padding-left: 30px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.single-service-animated:hover {
  opacity: 1;
}

.single-service-animated.list-item {
  border-bottom: 1px solid #000;
}

.wrap-text-service-animated {
  overflow: hidden;
}

.big-text-service-animated {
  text-transform: uppercase;
  font-size: 40px;
  line-height: 100%;
  overflow: hidden;
}

.big-text-service-animated.link {
  color: var(--color--accent);
  text-transform: none;
  font-size: 30px;
  text-decoration: none;
}

.big-text-service-animated.link:hover {
  color: var(--color--dark);
}

.image-service-animated {
  z-index: 10;
  object-fit: contain;
  border-radius: 8px;
  width: 32%;
  max-width: 200px;
  height: 85%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0% 0 0% auto;
}

.flex-under-animated-services {
  max-width: 1008px;
  margin-top: 40px;
}

.master-quote-center {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon-quote {
  height: 56px;
}

.text-manifesto-big {
  color: var(--color--dark);
  font-family: Pphatton, Arial, sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 120%;
}

.legal-footer {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.link-legal-footer {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
}

.footer {
  background-color: var(--color--dark);
  color: #fff;
  border-top: 1px solid #ffffff4d;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.text-legal-footer {
  color: #fff;
  font-size: 16px;
}

.realtive-moving-images {
  z-index: 1;
  position: relative;
}

.logo-hero-studio {
  width: 80px;
}

.master-moving-studio-hero {
  width: 100vw;
  margin-top: 64px;
  position: relative;
  overflow: hidden;
}

.inside-moving-hero-studio {
  justify-content: space-between;
  align-items: center;
  width: 160vw;
  display: flex;
}

.image-hero-studio {
  width: 32%;
}

.moving-images-top-fill {
  width: 102vw;
  position: absolute;
  inset: -1% 0% auto;
}

.grid-master-values {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .9fr 1.1fr;
}

.plus-line-big {
  background-color: var(--color--dark);
  border-radius: 1px;
  width: 18px;
  height: 2px;
}

.plus-line-big.vertical {
  position: absolute;
  transform: rotate(-90deg);
}

.h3-expandable-big {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

.master-expandable-big {
  grid-row-gap: 0px;
  flex-direction: column;
  display: flex;
}

.expandable-top-big {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-expanabdle-botton {
  transform-origin: 50% 0;
  text-align: left;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 12px;
}

.expandable-bottom-big {
  transform-origin: 50% 0;
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  display: flex;
}

.limit-wrap-feature {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.plus-expand-master-big {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.expandable-single-big {
  border-top: 1px solid var(--color--dark);
  cursor: pointer;
  padding: 26px 0;
}

.expandable-single-big.last {
  border-bottom: 1px solid #000;
}

.expandable-bottom {
  transform-origin: 50% 0;
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  display: flex;
}

.master-faq {
  grid-row-gap: 16px;
  text-align: left;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.heading-faq {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 24px;
}

.single-faq {
  background-color: var(--color--light-elevation);
  cursor: pointer;
  border-radius: 8px;
  padding: 30px;
}

.single-faq.weissaufbild {
  background-color: var(--color--white);
}

.text-faq {
  transform-origin: 50% 0;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 12px;
  font-size: 16px;
}

.top-faq {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.flex-cta-center.mg-top-16 {
  margin-top: 16px;
}

.master-checklist {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  color: var(--color--dark);
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.single-checklist {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-check {
  width: 24px;
  height: 24px;
}

.text-field-checkout-page {
  background-color: var(--color--white);
  color: #000;
  border: 1px solid #0000001a;
  border-radius: 70px;
  height: 40px;
  margin-bottom: 12px;
}

.text-field-checkout-page:focus {
  color: #000;
  border-style: solid;
  border-color: #3a6cee;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  padding-top: 72px;
  padding-bottom: 80px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 90%;
  max-width: 400px;
  display: flex;
}

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

.icon-lock {
  width: 100%;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}

.title-wrap-404 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.para-gross {
  font-size: 20px;
  line-height: 30px;
}

.para-gross.abstand {
  margin-bottom: 60px;
}

.para-gross.center {
  text-align: center;
}

.grid-2er {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  place-items: start;
}

.grid-2er.head {
  place-items: center;
}

.img-seitenheader {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.img-seitenheader.rund {
  border-radius: 100%;
}

.h2-abstand {
  margin-bottom: 30px;
}

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

.h3-themen {
  margin-top: 0;
  margin-bottom: 30px;
}

.logo-footer {
  width: 300px;
  margin-left: auto;
}

.h2-unter-h1 {
  text-align: center;
  margin-top: 0;
}

.contact-page-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center stretch;
  margin-top: 60px;
}

.contact-detail-wrap {
  background-color: var(--color--light-elevation);
  text-align: left;
  border-radius: 8px;
  padding: 40px 20px 30px;
}

.contact-detail-item {
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.contact-icon-wrap {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  margin-right: 15px;
  display: flex;
}

.text-field {
  height: 42px;
}

.grid-zeiten {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-columns: .5fr 1fr;
  margin-top: 20px;
  margin-bottom: 10px;
}

.grid-zeiten.weniger-oben {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  margin-top: 0;
}

.hidden {
  height: 5px;
}

.checkbox-field {
  color: var(--color--dark);
  text-align: left;
}

.para-weniger-abstand {
  line-height: 20px;
}

.select-field {
  color: var(--color--dark);
  height: 42px;
}

.div-terminwunsch {
  margin-bottom: 10px;
}

.div-abstand {
  width: 10px;
  height: 20px;
}

.grid-2er-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-items: stretch;
}

.grid-2er-2.enger {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.checkbox {
  margin-top: 9px;
}

.grid-termin {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
}

.checkbox-label {
  text-align: left;
}

.img-rund {
  border-radius: 100%;
}

.img-rund.klein {
  width: 150px;
  margin-top: 20px;
}

@media screen and (min-width: 1440px) {
  .title-wrap-template {
    justify-content: flex-start;
    align-items: center;
  }

  .nav-menu {
    width: 40%;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 40px;
  }

  .section {
    padding-bottom: 80px;
  }

  .section.hellgrau.under-hero-studio {
    margin-top: -190px;
    padding-top: 200px;
  }

  .section.hellgrau.abstandoben.bild {
    padding-left: 80px;
    padding-right: 80px;
  }

  .section.abstand-oben {
    padding-top: 80px;
  }

  .subtitle {
    font-size: 26px;
  }

  .menu-cta-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .nav-menu {
    z-index: 11;
    background-color: #fff;
    border-top: 1px solid #1515151a;
    width: 100%;
    max-height: 80vh;
    margin-top: 0;
    margin-right: 0;
    padding: 24px 24px 32px;
    display: block;
    overflow: scroll;
  }

  .nav-container {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand-menu-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    display: flex;
    position: static;
  }

  .nav-mid {
    justify-content: center;
    align-items: center;
    position: absolute;
  }

  .brand-link {
    justify-content: center;
    align-items: center;
  }

  .menu-close-icon {
    width: 20px;
    display: none;
  }

  .menu-hamburger-icon {
    width: 30px;
  }

  .nav-right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    margin-left: auto;
    display: flex;
    position: static;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    color: #0e0e0e;
    background-color: #0000;
  }

  .nav-link {
    padding: 12px 16px;
    font-size: 22px;
  }

  .nav-link.w--current {
    background-color: #0000;
  }

  .navbar {
    border-radius: 0;
  }

  .flex-heading-left {
    padding-right: 0;
  }

  .list-services-animated {
    margin-bottom: 0;
  }

  .master-quote-center {
    max-width: 730px;
  }

  .text-manifesto-big {
    font-size: 40px;
  }

  .inside-moving-hero-studio {
    width: 180vw;
  }

  .grid-master-values {
    grid-column-gap: 52px;
    grid-row-gap: 52px;
    grid-template-columns: 1fr;
  }

  .grid-2er, .grid-3er {
    grid-template-columns: 1fr;
  }

  .h2-unter-h1 {
    font-size: 26px;
    line-height: 32px;
  }

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

  .contact-detail-wrap {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 35px;
  }

  h2 {
    font-size: 24px;
    line-height: 30px;
  }

  h3 {
    color: var(--color--dark);
    font-size: 20px;
    line-height: 26px;
  }

  .section {
    padding-bottom: 60px;
  }

  .section.hellgrau.under-hero-studio {
    padding-top: 180px;
  }

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

  .section.hellgrau.abstandoben.bild {
    background-color: var(--color--white);
    background-position: 50% 0;
    background-size: contain;
    background-attachment: scroll;
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .text-cta {
    font-size: 12px;
    line-height: 110%;
  }

  .link-cta {
    border-radius: 40px;
    height: 36px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-menu {
    margin-top: 0;
  }

  .brand-navbar {
    height: 30px;
    display: block;
  }

  .brand-link {
    flex-direction: column;
    justify-content: center;
    padding-left: 0;
  }

  .abstract-heading {
    width: 48px;
    height: 48px;
  }

  .single-service-animated {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .big-text-service-animated {
    font-size: 52px;
  }

  .big-text-service-animated.link {
    font-size: 24px;
  }

  .image-service-animated {
    width: 28%;
  }

  .master-quote-center {
    max-width: 510px;
  }

  .text-manifesto-big {
    font-size: 35px;
  }

  .legal-footer {
    grid-row-gap: 10px;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .text-legal-footer {
    font-size: 16px;
  }

  .master-moving-studio-hero {
    margin-top: 64px;
  }

  .inside-moving-hero-studio {
    width: 1280px;
  }

  .text-expanabdle-botton {
    font-size: 16px;
    line-height: 140%;
  }

  .expandable-bottom-big, .expandable-bottom {
    width: 100%;
  }

  .heading-faq {
    font-size: 22px;
    line-height: 28px;
  }

  .single-faq.weissaufbild {
    margin-top: 200px;
  }

  .text-faq {
    font-size: 16px;
    line-height: 140%;
  }

  .para-gross {
    font-size: 18px;
    line-height: 28px;
  }

  .img-seitenheader, .logo-footer {
    width: 250px;
  }

  .h2-unter-h1 {
    font-size: 24px;
    line-height: 30px;
  }

  .contact-detail-wrap {
    margin-right: 0;
  }

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

@media screen and (max-width: 479px) {
  h1 {
    font-size: 30px;
  }

  h3 {
    font-size: 20px;
    line-height: 24px;
  }

  blockquote {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 32px;
    font-size: 22px;
    line-height: 125%;
  }

  .section.hellgrau.under-hero-studio {
    margin-top: -140px;
    padding-top: 120px;
  }

  .section.hellgrau.abstandoben.bild {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section.ganzoben {
    padding-top: 110px;
  }

  .main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .main-container.einzel {
    padding-left: 10px;
    padding-right: 10px;
  }

  .wrap-button {
    padding: 16px;
  }

  .nav-menu {
    margin-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .brand-menu-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    align-items: center;
  }

  .brand-link {
    height: 18px;
    margin-top: 90px;
  }

  .nav-link {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar {
    justify-content: center;
    align-items: flex-start;
    height: 100px;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .flex-heading-left {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .link-project-main {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .container-medium {
    padding-left: 16px;
    padding-right: 16px;
  }

  .list-services-animated {
    margin-bottom: 0;
  }

  .single-service-animated {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
  }

  .big-text-service-animated {
    font-size: 9.5vw;
    line-height: 100%;
  }

  .big-text-service-animated.link {
    font-size: 18px;
  }

  .flex-under-animated-services {
    margin-top: 52px;
  }

  .icon-quote {
    height: 44px;
  }

  .text-manifesto-big {
    font-size: 30px;
  }

  .text-legal-footer {
    font-size: 16px;
  }

  .logo-hero-studio {
    width: 60px;
  }

  .inside-moving-hero-studio {
    width: 1070px;
  }

  .expandable-single-big {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-faq {
    margin-bottom: 0;
  }

  .single-faq {
    padding: 25px 15px;
  }

  .single-faq.weissaufbild {
    padding-left: 10px;
    padding-right: 10px;
  }

  .para-gross {
    font-size: 16px;
    line-height: 26px;
  }

  .img-seitenheader {
    width: 200px;
  }

  .img-kneule {
    margin-top: -40px;
    margin-bottom: 60px;
  }

  .h2-unter-h1 {
    text-align: center;
    margin-top: 0;
  }

  .contact-detail-wrap {
    border-radius: 30px;
  }

  .img-rund.klein {
    width: 120px;
  }
}

#w-node-_8e82da2e-3101-9778-454d-31bc2e49eadd-3ddf2572 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fc9226d0-7bfe-5c32-c525-218d8f176b49-27f382e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ec178bd0-4f08-f010-096a-3eca5c33f99d-27f382e6, #w-node-_77f97d40-73db-7db6-028b-b05f30a5997f-27f382e6, #w-node-dcd00437-1fd9-d9b3-89ec-6755491eefdd-cf4632f7 {
  align-self: start;
}

#w-node-fc9226d0-7bfe-5c32-c525-218d8f176b49-25e78fe3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ec178bd0-4f08-f010-096a-3eca5c33f99d-25e78fe3, #w-node-_77f97d40-73db-7db6-028b-b05f30a5997f-25e78fe3 {
  align-self: start;
}

#w-node-_99cdfc4b-4102-fcf1-045d-032c40ac5ee5-6cff5437, #w-node-_61f189c5-ed3a-8d4d-2e8d-137ce485dfaa-30f58776 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-b376e950-671f-52a9-4227-5fe93bec07f2-25e78fe3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Pphatton';
  src: url('../fonts/PPHatton-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat V 25 Latin 100';
  src: url('../fonts/montserrat-v25-latin-100.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat V 25 Latin';
  src: url('../fonts/montserrat-v25-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat V 25 Latin 700';
  src: url('../fonts/montserrat-v25-latin-700.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat V 25 Latin 300';
  src: url('../fonts/montserrat-v25-latin-300.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat V 25 Latin 900';
  src: url('../fonts/montserrat-v25-latin-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('../fonts/PlusJakartaSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('../fonts/PlusJakartaSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('../fonts/PlusJakartaSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('../fonts/PlusJakartaSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('../fonts/PlusJakartaSans-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('../fonts/PlusJakartaSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('../fonts/PlusJakartaSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}