:root {
  --beige: #dcbca0;
  --dark-grey: #2e2e2e;
  --paragraph: #757575;
  --beige-hover: #c5a78d;
}

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

body {
  color: #333;
  background-color: #0000;
  font-family: Lato-DSGVO, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Lato-DSGVO, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 80px;
}

h2 {
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Lato-DSGVO, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

p {
  direction: ltr;
  white-space: normal;
  margin-bottom: 10px;
  font-family: Lato-DSGVO, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

a {
  color: var(--beige);
  font-family: Lato-DSGVO, sans-serif;
  text-decoration: underline;
}

li {
  font-family: Lato-DSGVO, sans-serif;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: 5px;
  font-family: Lato-DSGVO, sans-serif;
  font-weight: 700;
  display: block;
}

em {
  font-family: Lato-DSGVO, sans-serif;
  font-style: italic;
}

.contact-form {
  margin-top: 50px;
  margin-bottom: 100px;
  padding-top: 0;
  padding-bottom: 0;
}

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

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  grid-template: "."
                 "."
                 "."
                 "Area"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
}

.footer {
  background-color: var(--dark-grey);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 40px;
  display: flex;
}

.footer-flex-container {
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-bottom: 70px;
  display: flex;
}

.footer-logo-link {
  flex: 0 auto;
  min-width: 60px;
  max-height: 60px;
}

.footer-heading {
  color: var(--beige);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  color: #fff;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

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

.footer-link.w--current {
  font-size: 14px;
}

.hero {
  object-fit: fill;
  background-image: url('../images/Marius_Bauer_Fotograf_Berlin_Portrait_1.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 80vh;
  margin-top: 0;
  margin-bottom: 100px;
  padding-top: 28px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  bottom: auto;
}

.column_image_left {
  order: 0;
  padding-left: 0;
  padding-right: 0;
}

.button-white {
  color: #dcbca0;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  align-self: stretch;
  margin-top: auto;
  padding: 20px;
  font-size: 20px;
  display: block;
}

.column-2 {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px;
  display: block;
}

.paragraph {
  color: #614832;
  margin-bottom: 40px;
  font-family: Lato-DSGVO, sans-serif;
  font-size: 20px;
  font-style: normal;
  line-height: 30px;
}

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

.paragraph.white {
  color: #fff;
  text-align: left;
  border: 0 dashed #fff;
  padding-bottom: 30px;
}

.paragraph.white.underlined {
  padding-bottom: 0;
}

.paragraph.white.nopadding {
  padding-bottom: 0;
  font-size: 18px;
  line-height: 1.8;
}

.columns {
  background-color: #dcbca0;
  align-items: stretch;
  display: flex;
}

.heading-slider {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 50px;
  margin-left: 0;
  font-size: 70px;
  font-weight: 400;
}

.column_image_right {
  order: 1;
  padding-left: 0;
  padding-right: 0;
}

.masonry_grid {
  column-count: 3;
  column-rule-width: 0px;
}

.image-24 {
  margin-bottom: 15px;
}

.utility-page-wrap {
  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: 260px;
  display: flex;
}

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

.container-3 {
  padding-right: 290px;
}

.form-block {
  flex: 0 auto;
  align-self: stretch;
  margin-top: 40px;
  margin-bottom: 0;
  padding-top: 0;
}

.form-field-round {
  color: var(--dark-grey);
  text-align: left;
  background-color: #dcbca04d;
  border: 2px #bcdbff;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 25px 20px;
  font-family: Lato-DSGVO, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.div-block-2 {
  border: 0 solid #000;
}

.column-5 {
  padding: 25px 40px;
}

.paragraph-4 {
  margin-bottom: 30px;
}

.heading-6 {
  margin-top: 0;
  margin-bottom: 20px;
}

.columns-bild-links {
  background-color: #fff;
  order: 0;
  margin-bottom: 40px;
  display: flex;
}

.column-spallte-bild-links {
  background-image: url('../images/Carsten-Westphal_0519.jpg');
  background-position: 50%;
  background-size: cover;
  order: 0;
  padding-left: 0;
  padding-right: 0;
}

.columns-bild-rechts {
  background-color: #fff;
  order: 0;
  margin-bottom: 40px;
  display: flex;
}

.column-spalte-bild-rechts {
  background-image: url('../images/Yuliya_Martynova_991.jpg');
  background-position: 50%;
  background-size: cover;
  order: 1;
  padding-left: 0;
  padding-right: 0;
}

.container-11 {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  margin: 20px auto;
  display: flex;
}

.nav-menu {
  flex-direction: row;
  align-self: stretch;
  align-items: center;
  display: flex;
  position: static;
}

.brand-2 {
  flex: 1;
  align-self: auto;
  display: flex;
  position: static;
}

.button-6 {
  background-color: #dcbca0;
  margin-left: 40px;
  font-family: Lato-DSGVO, sans-serif;
}

.navbar {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  font-size: 13px;
  position: relative;
  inset: 0 0% auto;
}

.announcement-bar {
  background-color: #2e2e2e;
  padding-top: 10px;
  padding-bottom: 10px;
  position: absolute;
  inset: 0 0% auto;
}

.body-2 {
  flex-direction: column;
  display: block;
}

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

.image-12 {
  flex: 0 auto;
  width: 120px;
}

.menu-button {
  display: none;
}

.div-block-22 {
  width: 50%;
}

.announcement-bar-text {
  color: #fff;
  text-align: center;
  font-family: Lato-DSGVO, sans-serif;
}

.button-beige {
  background-color: var(--beige);
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-top: 30px;
  padding: 15px 20px;
  font-family: Lato-DSGVO, sans-serif;
  font-size: 18px;
  transition: all .2s;
  display: flex;
}

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

.bild-links-text-rechts {
  background-image: url('../images/Nina_Deissler_427.jpg');
  background-position: -76px -220px;
  background-size: 641px;
  height: 450px;
}

.bild-links-text-rechts.bild3 {
  background-image: url('../images/Caroline_Dostal_und_Jens_Kunik_0009-463.jpg');
  background-position: 50%;
  background-size: cover;
}

.bild-rechts-text-links {
  background-image: url('../images/Carsten-Westphal_0519.jpg');
  background-position: -215px 0;
  background-size: 1000px;
}

.section-grey {
  background-color: #f1f1f1;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 60px;
  display: block;
}

.container-13 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-beige-block {
  background-color: var(--beige);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
  font-size: 18px;
  display: inline-block;
}

.grid-7 {
  grid-column-gap: 59px;
  grid-row-gap: 151px;
  grid-template-rows: auto auto auto;
}

.section-white {
  margin-top: 50px;
  margin-bottom: 50px;
}

.section-blue {
  background-color: #1d202c;
  padding-top: 50px;
  padding-bottom: 50px;
}

.container-14 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.testimonial-name-wrapper {
  border-top: 1px solid #000;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  padding-top: 10px;
}

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

.span-underline {
  text-decoration: underline;
}

.grid-ueber-mich {
  grid-column-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.25fr;
}

.section-beige {
  background-color: var(--beige);
  padding-top: 70px;
  padding-bottom: 70px;
}

.text-span {
  font-family: Greatvibes-DSGVO, sans-serif;
  font-size: 30px;
}

.button-with-arrow {
  background-color: #535353;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: 250px;
  margin-right: 250px;
  padding: 20px 47px;
  display: flex;
}

.text-span-white {
  color: #fff;
  height: auto;
  font-family: Lato-DSGVO, sans-serif;
  font-size: 52px;
  line-height: 64px;
}

.hover-block {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.accordion-item-trigger {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.center-content.beige {
  color: var(--beige);
}

.popup-form {
  z-index: 10000;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 700px;
  height: 450px;
  padding: 30px;
  display: none;
  position: fixed;
  inset: 20vh 0% 0% 20%;
  box-shadow: 0 1px 14px -4px #313131;
}

.closing-x {
  opacity: .75;
  cursor: pointer;
  align-self: flex-end;
}

.main-content {
  padding-top: 100px;
  padding-bottom: 100px;
}

.bold-text {
  font-style: normal;
}

.beige {
  color: var(--beige);
  font-family: Lato-DSGVO, sans-serif;
}

.beige.center-content, .beige-on-hover {
  font-family: Lato-DSGVO, sans-serif;
}

.beige-on-hover.w--current {
  color: var(--beige);
  font-weight: 900;
}

.testimonial-video-text-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.testimonial-name {
  color: #614832;
  margin-bottom: 40px;
  font-family: Lato-DSGVO, sans-serif;
  font-size: 20px;
  font-style: italic;
  line-height: 30px;
}

.form {
  flex-direction: column;
  margin-top: 0;
  display: flex;
}

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

.footer-copywrite-info {
  color: #fff;
  font-family: Lato-DSGVO, sans-serif;
  font-size: 13px;
}

.image-46 {
  width: 40px;
  margin-bottom: 20px;
}

.text-block-6 {
  color: var(--dark-grey);
  font-size: 18px;
}

.success-message {
  background-color: #f5f5f5;
  border: 0 solid #bbb;
  border-radius: 5px;
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.error-message {
  background-color: #e25f61;
  border: 1px solid #b93939;
  border-radius: 5px;
  margin-top: 40px;
  padding: 30px 20px;
}

.text-block-7 {
  text-align: center;
  font-size: 18px;
  line-height: 26px;
}

.beige_link_14px:hover {
  text-decoration: none;
}

.container-18 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.container-23 {
  align-self: auto;
}

.center-button {
  text-align: center;
  width: 80%;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.image-49 {
  display: none;
}

.section-22 {
  position: relative;
}

.mail-updates {
  background-image: linear-gradient(#695858, #695858);
  padding-top: 70px;
  padding-bottom: 70px;
}

.form-field-round-white {
  color: var(--dark-grey);
  text-align: left;
  background-color: #fff;
  border: 2px #bcdbff;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 25px 20px;
  font-family: Lato-DSGVO, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.button-beige-news {
  background-color: var(--beige);
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 15px 20px;
  font-family: Lato-DSGVO, sans-serif;
  font-size: 18px;
  transition: all .2s;
  display: flex;
}

.button-beige-news:hover {
  background-color: var(--beige-hover);
}

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

.checkbox-label-white {
  color: #fff;
  font-size: 14px;
}

.grid-10 {
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
  align-content: stretch;
}

.mail-icon-weiss {
  width: 100px;
}

.div-block-56 {
  justify-content: center;
  display: flex;
}

.italic-text-2 {
  font-family: Lato-DSGVO, sans-serif;
}

.subheadline {
  color: #fff;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 30px;
}

.list-item-custom {
  background-image: url('../images/green_checkmark.svg');
  background-position: 0 8px;
  background-repeat: no-repeat;
  background-size: 18px;
  background-attachment: scroll;
  margin-bottom: 10px;
  padding-left: 27px;
  font-size: 20px;
  line-height: 30px;
}

.list-item-custom.white {
  color: #fff;
}

.checkbox-label-black {
  color: var(--dark-grey);
  font-size: 14px;
}

.section-23 {
  text-align: center;
}

@media screen and (min-width: 1280px) {
  .hero {
    background-position: 0 0;
    background-size: cover;
    height: 100vh;
    margin-top: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .masonry_grid {
    column-count: 4;
    max-width: 1250px;
  }

  .button-6 {
    justify-content: center;
    align-items: center;
    height: 45px;
    display: flex;
  }

  .announcement-bar {
    display: block;
    position: absolute;
  }

  .section-22 {
    z-index: 10;
    position: relative;
  }
}

@media screen and (min-width: 1440px) {
  .footer {
    justify-content: center;
    align-items: center;
    padding-top: 70px;
    display: flex;
  }

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

  .footer-logo-link {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .hero {
    background-position: 50% 0;
    background-size: cover;
    margin-bottom: 0;
  }

  .column_image_left {
    background-image: url('../images/Nina_Deissler_427.jpg');
    background-position: -60px -210px;
    background-size: 641px;
  }

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

  .columns {
    background-color: #0000;
  }

  .heading-slider {
    color: var(--beige);
    margin-bottom: 20px;
  }

  .masonry_grid {
    column-count: 5;
    max-width: 1410px;
  }

  .columns-bild-links {
    margin-left: 0;
    margin-right: 0;
  }

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

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

  .announcement-bar-text {
    font-size: 15px;
  }

  .button-beige {
    background-color: var(--beige);
    text-align: center;
    text-transform: uppercase;
    padding: 15px 30px;
    font-size: 18px;
    display: inline-block;
  }

  .bild-links-text-rechts {
    background-image: url('../images/Nina_Deissler_427.jpg');
    background-position: -60px -210px;
    background-size: 641px;
    border-radius: 25px 0;
    height: 450px;
  }

  .bild-rechts-text-links {
    background-image: url('../images/Carsten-Westphal_05190.jpg');
    background-position: 33% 10%;
    background-size: 1000px;
    border-radius: 0 25px;
    height: 450px;
  }

  .section-grey {
    padding-top: 70px;
  }

  .button-beige-block {
    background-color: var(--beige);
    text-align: center;
    text-transform: uppercase;
    padding: 15px 30px;
    font-size: 18px;
    display: inline-block;
  }

  .section-white {
    margin-top: 0;
    padding-top: 100px;
  }

  .testimonial-name {
    color: var(--paragraph);
  }

  .image-45 {
    margin-bottom: 0;
    display: block;
  }

  .button-beige-news {
    background-color: var(--beige);
    text-align: center;
    text-transform: uppercase;
    padding: 15px 30px;
    font-size: 18px;
    display: inline-block;
  }
}

@media screen and (min-width: 1920px) {
  .hero {
    background-position: 70% 0;
    background-size: cover;
  }

  .masonry_grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    column-count: 5;
    column-rule-style: none;
    column-rule-width: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 1880px;
    display: block;
  }

  .image-24 {
    background-image: url('../images/Nicolas_Matt_207.jpg');
    background-position: 50%;
    background-size: cover;
    position: relative;
  }

  .list-white, .list-dark {
    padding-left: 0;
    list-style-type: none;
  }
}

@media screen and (max-width: 991px) {
  .contact-form-grid {
    margin-top: 0;
  }

  .footer {
    padding: 40px 20px 20px;
  }

  .hero {
    background-position: 38%;
    background-size: cover;
    flex-direction: row;
    height: auto;
    margin-bottom: 0;
  }

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

  .paragraph.white {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph.white.underlined {
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .paragraph.white.nopadding {
    line-height: 1.5;
  }

  .masonry_grid {
    column-count: 2;
  }

  .image-5 {
    border-radius: 0;
    width: auto;
  }

  .column-spallte-bild-links {
    background-image: url('../images/Carsten-Westphal_0519.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .nav-menu {
    background-color: #e2e2e2;
    justify-content: flex-start;
    align-items: center;
  }

  .button-6 {
    display: none;
  }

  .menu-button.w--open {
    border: 1px solid var(--paragraph);
    background-color: #fff;
    border-radius: 5px;
  }

  .button-beige {
    justify-content: center;
    align-items: center;
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .bild-links-text-rechts.bild1 {
    background-position: -100px -210px;
  }

  .bild-links-text-rechts.bild3 {
    background-position: 53%;
  }

  .bild-rechts-text-links.bild2 {
    background-position: 40% 0;
    height: 450px;
  }

  .section-grey {
    padding-top: 50px;
  }

  .button-beige-block {
    line-height: 24px;
  }

  .grid-7 {
    grid-column-gap: 29px;
    grid-row-gap: 71px;
  }

  .section-white {
    margin-top: 0;
    padding-top: 50px;
  }

  .grid-8 {
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
    align-items: stretch;
  }

  .testimonial-name-wrapper {
    flex: 0 0 0;
    order: 0;
    align-self: auto;
  }

  .testimonial-container {
    flex-wrap: nowrap;
    place-content: space-between;
    align-items: stretch;
  }

  .text-span {
    margin-top: 30px;
    display: inline-block;
  }

  .text-span-white {
    text-align: center;
    margin-top: 0;
    font-size: 42px;
    line-height: 50px;
  }

  .center-content {
    margin-top: 0;
  }

  .beige.center-content {
    font-size: 52px;
    line-height: 60px;
  }

  .beige-on-hover:hover {
    background-color: #f0f0f0;
    font-weight: 700;
    display: flex;
  }

  .testimonial-video-text-wrapper {
    justify-content: space-between;
  }

  .testimonial-name {
    letter-spacing: 0;
    text-transform: none;
    width: 90%;
  }

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

  .image-46 {
    width: 50px;
  }

  .icon {
    background-color: #0000;
    display: block;
  }

  .container-27 {
    margin-top: 20px;
  }

  .button-beige-news {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .grid-newsletter {
    display: block;
  }

  .checkbox-label-white {
    font-size: 13px;
  }

  .mail-icon-weiss {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .contact-form {
    margin-top: 0;
    margin-bottom: 0;
    padding: 30px 20px 70px;
  }

  .contact-form-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .footer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 40px 20px;
    display: flex;
  }

  .footer-flex-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }

  .footer-logo-link {
    clear: none;
    margin-bottom: 60px;
  }

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

  .hero {
    background-position: 38%;
    height: auto;
    margin-bottom: 0;
    padding: 40px 20px;
  }

  .button-white {
    margin-top: auto;
  }

  .paragraph {
    margin-bottom: 5px;
  }

  .paragraph.zentriert {
    margin-bottom: 40px;
  }

  .paragraph.white {
    margin-top: 10px;
    margin-bottom: 40px;
    padding-top: 0;
  }

  .paragraph.white.underlined {
    margin-bottom: 10px;
  }

  .masonry_grid {
    column-count: 2;
    column-gap: 10px;
  }

  .column-5 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .columns-bild-links {
    flex-direction: row;
    flex: 0 auto;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
    display: flex;
  }

  .announcement-bar {
    display: block;
  }

  .div-block-22 {
    width: 70%;
  }

  .announcement-bar-text {
    padding-left: 0;
    padding-right: 0;
  }

  .button-beige {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 70%;
    padding-left: 50px;
    padding-right: 50px;
    line-height: 24px;
    display: flex;
  }

  .bild-links-text-rechts.bild1 {
    background-position: 50% 35%;
    background-size: cover;
    height: 250px;
    margin-bottom: 0;
  }

  .bild-links-text-rechts.bild3 {
    background-position: 0 0;
    height: 250px;
  }

  .bild-rechts-text-links.bild2 {
    background-position: 30% 18%;
    height: 250px;
    margin-bottom: 25px;
  }

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

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

  .grid-7 {
    grid-column-gap: 29px;
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .section-white {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .grid-8 {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .grid-ueber-mich {
    grid-template-columns: 1fr;
  }

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

  .text-span {
    margin-top: 20px;
    display: inline-block;
  }

  .main-content {
    padding: 40px 20px;
  }

  .beige {
    margin-top: 0;
  }

  .beige.center-content {
    font-size: 50px;
    line-height: 60px;
  }

  .image-45 {
    margin-bottom: 0;
  }

  .div-block-45 {
    text-align: center;
    margin-bottom: 20px;
  }

  .list-4 {
    margin-bottom: 0;
    padding-left: 0;
  }

  .div-block-46 {
    text-align: center;
    margin-bottom: 20px;
  }

  .div-block-47 {
    text-align: center;
  }

  .footer-copywrite-info {
    width: 390px;
  }

  .div-block-48 {
    order: -1;
  }

  .mail-updates {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-beige-news {
    text-align: center;
    justify-content: center;
    align-items: center;
    line-height: 24px;
    display: flex;
  }

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

  .checkbox_field_newsletter {
    font-size: 13px;
  }

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

@media screen and (max-width: 479px) {
  .small-text {
    margin-bottom: 30px;
  }

  .footer {
    text-align: left;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .hero {
    background-color: var(--dark-grey);
    background-image: none;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 40px;
    position: static;
  }

  .button-white {
    line-height: 24px;
  }

  .paragraph.zentriert, .paragraph.white, .paragraph.white.underlined {
    text-align: left;
  }

  .masonry_grid {
    column-count: 1;
  }

  .form-block {
    margin-top: 0;
  }

  .form-field-round {
    color: var(--dark-grey);
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .columns-bild-links {
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .navbar {
    position: static;
  }

  .announcement-bar {
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .div-block-22 {
    width: 100%;
  }

  .button-beige {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 22px;
    transition: all .2s;
  }

  .button-beige:hover {
    background-color: #c5a78d;
  }

  .bild-rechts-text-links.bild2 {
    background-position: 40% 19%;
  }

  .section-blue {
    margin-top: 0;
    padding-top: 40px;
  }

  .testimonial-name-wrapper {
    margin-top: 30px;
  }

  .grid-ueber-mich {
    grid-template-columns: 1fr;
  }

  .text-span {
    margin-top: 20px;
    display: inline-block;
  }

  .text-span-white {
    text-align: center;
    margin-top: 0;
    font-size: 37px;
    line-height: 37px;
  }

  .center-content {
    text-align: left;
  }

  .beige {
    white-space: normal;
    object-fit: fill;
  }

  .beige.center-content {
    text-align: left;
    font-size: 40px;
    line-height: 45px;
  }

  .footer-copywrite-info {
    text-align: center;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .error-message {
    margin-top: 30px;
    padding: 20px 10px;
  }

  .container-18 {
    margin-top: 100px;
  }

  .container-19, .container-20 {
    margin-top: 94px;
  }

  .div-block-55 {
    margin-top: 0;
  }

  .image-49 {
    z-index: 10000;
    display: block;
    position: static;
  }

  .form-field-round-white {
    color: var(--dark-grey);
    margin-bottom: 0;
  }

  .button-beige-news {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 22px;
    transition: all .2s;
  }

  .button-beige-news:hover {
    background-color: #c5a78d;
  }

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

#w-node-d850a2b5-fbda-b65e-441e-d400c791a915-96f965b4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5ba6cdc8-4cd6-b3ca-4322-c898aea75c4d-96f965b4 {
  align-self: center;
}

#w-node-eea7e7cf-1a5e-ad96-b432-a9ee5cda4439-96f965b4, #w-node-_8ab9d49d-29bd-6a40-9353-a9810bd1d519-96f965b4 {
  place-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-b10d6be0-87eb-648a-f5ad-22663c749ef7-96f965b4 {
    place-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_58845fac-8bbe-d313-0cec-1fe0c4101dc3-96f965b4 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_5ba6cdc8-4cd6-b3ca-4322-c898aea75c4d-96f965b4 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d850a2b5-fbda-b65e-441e-d400c791a90d-96f965b4, #w-node-d850a2b5-fbda-b65e-441e-d400c791a90f-96f965b4, #w-node-d850a2b5-fbda-b65e-441e-d400c791a911-96f965b4, #w-node-d850a2b5-fbda-b65e-441e-d400c791a913-96f965b4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Lato-DSGVO';
  src: url('../fonts/Lato-Regular-.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato-DSGVO';
  src: url('../fonts/Lato-ThinItalic-.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato-DSGVO';
  src: url('../fonts/Lato-Thin-.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato-DSGVO';
  src: url('../fonts/Lato-LightItalic-.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato-DSGVO';
  src: url('../fonts/Lato-Light-.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato-DSGVO';
  src: url('../fonts/Lato-BoldItalic-.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato-DSGVO';
  src: url('../fonts/Lato-Italic-.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato-DSGVO';
  src: url('../fonts/Lato-Black-.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato-DSGVO';
  src: url('../fonts/Lato-Bold-.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabin-DSGVO';
  src: url('../fonts/Cabin-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabin-DSGVO';
  src: url('../fonts/Cabin-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabin-DSGVO';
  src: url('../fonts/Cabin-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabin-DSGVO';
  src: url('../fonts/Cabin-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cabin-DSGVO';
  src: url('../fonts/Cabin-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cabin-DSGVO';
  src: url('../fonts/Cabin-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cabin-DSGVO';
  src: url('../fonts/Cabin-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cabin-DSGVO';
  src: url('../fonts/Cabin-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo-DSGVO';
  src: url('../fonts/Exo-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo-DSGVO';
  src: url('../fonts/Exo-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Exo-DSGVO';
  src: url('../fonts/Exo-ExtraBold.ttf') format('truetype'), url('../fonts/Exo-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo-DSGVO';
  src: url('../fonts/Exo-ExtraBoldItalic.ttf') format('truetype'), url('../fonts/Exo-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Exo-DSGVO';
  src: url('../fonts/Exo-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Exo-DSGVO';
  src: url('../fonts/Exo-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo-DSGVO';
  src: url('../fonts/Exo-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo-DSGVO';
  src: url('../fonts/Exo-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Exo-DSGVO';
  src: url('../fonts/Exo-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Exo-DSGVO';
  src: url('../fonts/Exo-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Exo-DSGVO';
  src: url('../fonts/Exo-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo-DSGVO';
  src: url('../fonts/Exo-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo-DSGVO';
  src: url('../fonts/Exo-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo-DSGVO';
  src: url('../fonts/Exo-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Exo-DSGVO';
  src: url('../fonts/Exo-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo-DSGVO';
  src: url('../fonts/Exo-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Greatvibes-DSGVO';
  src: url('../fonts/GreatVibes-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans-DSGVO';
  src: url('../fonts/OpenSans-ExtraBoldItalic.ttf') format('truetype'), url('../fonts/OpenSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans-DSGVO';
  src: url('../fonts/OpenSans-ExtraBold.ttf') format('truetype'), url('../fonts/OpenSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans-DSGVO';
  src: url('../fonts/OpenSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans-DSGVO';
  src: url('../fonts/OpenSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans-DSGVO';
  src: url('../fonts/OpenSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans-DSGVO';
  src: url('../fonts/OpenSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans-DSGVO';
  src: url('../fonts/OpenSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans-DSGVO';
  src: url('../fonts/OpenSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans-DSGVO';
  src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans-DSGVO';
  src: url('../fonts/OpenSans-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald-DSGVO';
  src: url('../fonts/Oswald-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald-DSGVO';
  src: url('../fonts/Oswald-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald-DSGVO';
  src: url('../fonts/Oswald-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald-DSGVO';
  src: url('../fonts/Oswald-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald-DSGVO';
  src: url('../fonts/Oswald-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald-DSGVO';
  src: url('../fonts/Oswald-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}