body {
  color: #fbb03b;
  background-color: #2a282a;
  font-family: Barlow, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5rem;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2.375rem;
  font-weight: 600;
  line-height: 1.25em;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 600;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
}

p {
  margin-bottom: 0;
  font-weight: 400;
}

a {
  color: #fbb03b;
  font-weight: 400;
  text-decoration: underline;
}

li {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section-hero-home {
  min-height: 100dvh;
  background-color: #fbb03b;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 100px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.hero-text-wrapper {
  max-width: 760px;
}

.hero-image {
  width: 90%;
}

.button {
  min-width: 120px;
  color: #fbb03b;
  text-align: center;
  background-color: rgba(251, 176, 59, 0);
  border: 2px solid #fbb03b;
  padding: 10px 30px;
  font-size: 1rem;
  font-weight: 500;
  transition: color .2s, background-color .2s;
}

.button:hover {
  color: #2a282a;
  background-color: #fbb03b;
}

.button.negative {
  color: #2a282a;
  background-color: rgba(42, 40, 42, 0);
  border-color: #2a282a;
}

.button.negative:hover {
  color: #fbb03b;
  background-color: #2a282a;
}

.button.negative.margin-top-30 {
  margin-top: 30px;
}

.navigation {
  z-index: 9999;
  height: 80px;
  background-color: #fbb03b;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navigation.dark {
  background-color: #2a282a;
}

.nav-logo-wrapper {
  text-decoration: none;
}

.nav-logo-wrapper.mobile {
  display: none;
}

.nav-logo-text {
  color: #2a282a;
  white-space: nowrap;
  font-size: 1.375rem;
  font-weight: 600;
  text-decoration: none;
}

.nav-link-list {
  grid-column-gap: 24px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.nav-link {
  color: #2a282a;
  font-weight: 500;
  text-decoration: none;
}

.nav-social-link {
  color: #2a282a;
  padding: 10px;
  transition: color .2s;
}

.nav-social-link:hover {
  color: rgba(42, 40, 42, .7);
}

.nav-social-link.orange {
  color: #fbb03b;
}

.nav-social-link.orange:hover {
  color: #fddfb0;
}

.nav-social-icon {
  width: 24px;
  height: 24px;
}

.nav-socials-wrapper {
  margin-left: 120px;
}

.footer {
  padding: 24px 40px;
}

.nav-content-wrapper {
  width: 100%;
  grid-column-gap: 24px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hamburger-container {
  display: none;
}

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

.footer-text {
  color: #fff;
  margin-bottom: 0;
  font-weight: 400;
}

.footer-text.semi-bold {
  font-weight: 600;
}

.footer-address-wrapper, .footer-meta-wrapper {
  align-self: center;
}

.footer-meta-link {
  color: #fff;
  font-size: .9375rem;
  font-weight: 400;
}

.nav-link-underline {
  width: 0%;
  height: 1.5px;
  background-color: #2a282a;
}

.nav-link-underline.orange {
  background-color: #fbb03b;
}

.section {
  padding-left: 40px;
  padding-right: 40px;
}

.section.header {
  padding-top: 160px;
}

.section.contact {
  min-height: 100vh;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 100px;
  display: flex;
}

.hero-home-container {
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.container.team {
  grid-column-gap: 80px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.container.contact {
  grid-column-gap: 50px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-member-wrapper {
  grid-row-gap: 30px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.team-member-image {
  border-radius: 50%;
  overflow: hidden;
}

.text-black {
  color: #2a282a;
}

.team-member-text-wrapper {
  border-top: 1px solid #fbb03b;
  border-bottom: 1px solid #fbb03b;
  padding-top: 10px;
  padding-bottom: 12px;
}

.paragraph-small {
  font-size: 15px;
  line-height: 1.3rem;
}

.text-orange {
  color: #fbb03b;
}

.before-footer {
  padding-bottom: 100px;
}

.google-maps-container {
  width: 100%;
  height: 0;
  padding-bottom: 66%;
  position: relative;
}

.google-maps-code {
  width: 100%;
  height: 100%;
  position: absolute;
}

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

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

.text-white {
  color: #fff;
}

.text-link {
  transition: color .2s;
}

.text-link:hover {
  color: #fddfb0;
}

@media screen and (min-width: 1440px) {
  h1 {
    font-size: 2.625rem;
  }

  .section-hero-home {
    padding-left: 50px;
    padding-right: 50px;
  }

  .hero-text-wrapper {
    max-width: 740px;
  }

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

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

  .hero-home-container {
    width: 100%;
  }

  .container.team {
    grid-row-gap: 60px;
  }

  .before-footer {
    padding-bottom: 120px;
  }
}

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

  li {
    align-items: flex-start;
  }

  .section-hero-home {
    grid-template-columns: 1fr;
    padding: 160px 30px 80px;
  }

  .hero-image {
    width: 70%;
    max-width: 390px;
  }

  .navigation {
    height: 60px;
    justify-content: space-between;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-logo-wrapper.mobile-ausgeblendet {
    display: none;
  }

  .nav-logo-wrapper.mobile {
    display: block;
  }

  .nav-link-list {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .nav-link {
    font-size: 24px;
  }

  .nav-socials-wrapper {
    margin-left: 0;
  }

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

  .hamburger-wrapper {
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: space-between;
    align-self: center;
    display: flex;
  }

  .hamburger-line {
    width: 40px;
    height: 2px;
    background-color: #2a282a;
    padding: 0;
  }

  .hamburger-line.top.orange, .hamburger-line.bottom.orange {
    background-color: #fbb03b;
  }

  .nav-content-wrapper {
    z-index: 1;
    width: 320px;
    height: 100dvh;
    background-color: #fbb03b;
    flex-direction: column;
    align-items: stretch;
    padding: 24vh 30px 30px;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
    transform: translate(320px);
    box-shadow: 0 0 40px rgba(0, 0, 0, .2);
  }

  .nav-content-wrapper.dark {
    height: 100dvh;
    background-color: #2a282a;
  }

  .hamburger-container {
    z-index: 2;
    width: 60px;
    height: 50px;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-right: -10px;
    display: flex;
    position: relative;
  }

  .hamburger-open-trigger {
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    padding: 0;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .hamburger-close-trigger {
    width: 100%;
    height: 100%;
    cursor: pointer;
    padding: 0;
    display: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

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

  .section.header {
    padding-top: 120px;
  }

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

  .hero-home-container {
    grid-row-gap: 120px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .container.team {
    grid-column-gap: 60px;
  }

  .before-footer {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.0625rem;
  }

  .section-hero-home {
    padding: 100px 20px 60px;
  }

  .hero-image {
    width: 60%;
    max-width: 300px;
  }

  .button {
    padding-top: 8px;
    padding-bottom: 8px;
  }

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

  .footer {
    padding: 20px;
  }

  .nav-content-wrapper {
    padding-bottom: 24px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .section.header {
    padding-top: 100px;
  }

  .hero-home-container, .container.team {
    grid-row-gap: 60px;
  }
}

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

  .section-hero-home {
    padding-top: 150px;
  }

  .button {
    width: 100%;
  }

  .nav-content-wrapper {
    width: 100dvw;
    transform: translate(110dvw);
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
  }

  .hero-home-container {
    grid-row-gap: 80px;
  }

  .container.team {
    grid-template-columns: 1fr;
  }

  .container.contact {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .google-maps-container {
    padding-bottom: 120%;
  }
}

#w-node-_958e9966-765e-413a-9338-2d846afcf31b-fbf98dd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1e6d518b-e055-d73e-397c-d653791fbe8b-fbf98dd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-e1241c68-d973-6ddc-950c-6014ff0bf9c9-fbf98dd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_2401c881-ffdd-c893-244e-66ae03056af0-e2bfeb1b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b28c9509-3399-507f-2491-4dd6fff0f3d1-e2bfeb1b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f8f3539a-6cad-17d2-1dc1-e969ab5f2559-6d84d5f2 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-f8f3539a-6cad-17d2-1dc1-e969ab5f255c-6d84d5f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6d159dab-8169-dfe8-26a4-905721b8e616-ce0e730d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6d159dab-8169-dfe8-26a4-905721b8e621-ce0e730d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-e1241c68-d973-6ddc-950c-6014ff0bf9c9-fbf98dd3 {
    justify-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-e1241c68-d973-6ddc-950c-6014ff0bf9c9-fbf98dd3 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f8f3539a-6cad-17d2-1dc1-e969ab5f2559-6d84d5f2 {
    grid-row: span 1 / span 1;
  }

  #w-node-f8f3539a-6cad-17d2-1dc1-e969ab5f255c-6d84d5f2 {
    order: -9999;
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f8f3539a-6cad-17d2-1dc1-e969ab5f255c-6d84d5f2 {
    grid-column: span 1 / span 1;
  }
}


