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

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

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

:root {
  --white: white;
  --black: black;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat2, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
}

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat2, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 45px;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat2, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat2, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
}

h5 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat2, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat2, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
  font-family: Montserrat2, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

a {
  color: #333;
  cursor: pointer;
  font-family: Montserrat2, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.navbar-wrapper {
  z-index: 100;
  background-color: #fff;
  width: 100%;
  height: 80px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-wrapper.mobile {
  display: none;
}

.navbar-logo-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 20%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 100px;
  display: flex;
}

.navbar-link-wrapper {
  justify-content: center;
  align-items: center;
  width: 60%;
  padding-left: 75px;
  padding-right: 75px;
  display: flex;
}

.navbar-lang-select {
  justify-content: flex-end;
  align-items: center;
  width: 20%;
  padding-right: 75px;
  display: flex;
}

.lang-select {
  display: flex;
}

.vertical-line {
  border-left: 1px solid #333;
  margin-left: 8px;
  margin-right: 8px;
}

.navbar {
  margin-left: 20px;
  margin-right: 20px;
}

.lang-select-links {
  font-size: 14px;
}

.hero-wrapper {
  width: 100%;
  height: 90vh;
  margin-top: 80px;
}

.background-video {
  height: 100%;
}

.video-overlay {
  background-image: linear-gradient(#fff0, #0000008c);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

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

.hero-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.image {
  width: 450px;
  margin-bottom: 35px;
}

.hero-slogan {
  text-align: center;
  margin-bottom: 0;
  font-size: 25px;
  line-height: 35px;
}

.hero-kontakt-wrapper {
  flex-direction: column;
  align-items: center;
  width: 20vw;
  display: flex;
  position: absolute;
  inset: auto 0% 0% 40%;
}

.button-orange {
  background-color: #ee7f01;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 10px 25px;
  display: flex;
}

.white-stretched-centered {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 13px;
}

.orange-vertical-line {
  border-left: 1px solid #ee7f01;
  height: 18vh;
}

.hp-angebot-wrapper {
  background-color: #052d57;
  justify-content: space-between;
  width: 100%;
  padding: 75px 100px 50px;
  display: flex;
  position: relative;
}

.angebot-button.bottom-margin {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 25px;
  display: flex;
}

.angebot-button.bottom-margin.top-margin {
  margin-top: 50px;
}

.angebot-button.centered {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.angebot-button.side-margins.hp-angebot {
  padding-bottom: 25px;
  position: static;
}

.button-h {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 20px;
}

.button-h.black {
  color: #333;
}

.orange-horizontal-line {
  border-top: 2px solid #ee7f01;
  width: 60%;
  margin-bottom: 10px;
}

.orange-horizontal-line._2 {
  width: 40%;
}

.hp-about-wrapper {
  background-color: #052d57;
  flex-direction: column;
  padding: 0 100px 75px;
  display: flex;
}

.hp-about-top {
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.hp-about-bottom {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 25px;
  padding-right: 35%;
  display: flex;
}

.p-white {
  color: #fff;
  margin-bottom: 0;
  line-height: 25px;
}

.hp-about-left {
  width: 35vw;
  height: 35vw;
  position: relative;
}

.hp-about-right {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.image-2 {
  z-index: auto;
  opacity: .15;
  width: 45%;
  position: absolute;
}

.paragraph {
  color: #fff;
  text-align: center;
  margin-bottom: 35px;
  font-size: 25px;
  line-height: 35px;
}

.hp-about-frame {
  z-index: 0;
  border: 2px solid #ee7f01;
  width: 30vw;
  height: 30vw;
  position: absolute;
  inset: 30px auto auto 30px;
}

.hp-about-img {
  z-index: 1;
  background-image: url('../images/sattler-consulting-eva_weißer-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30vw;
  height: 30vw;
  position: absolute;
  inset: 0% auto auto 0%;
}

.hp-about-img._2 {
  background-image: url('../images/pexels-alena-darmel-7641859.jpg');
}

.hp-about-img._3 {
  background-image: url('../images/pexels-ketut-subiyanto-4246226.jpg');
}

.hp-leistungen-wrapper {
  flex-direction: column;
  padding: 75px 100px 25px;
  display: flex;
}

.hp-leistungen-top {
  width: 100%;
  display: flex;
}

.hp-leistungen-bottom {
  width: 50%;
  margin-top: 50px;
  padding-right: 0%;
}

.hp-leistungen-left {
  background-image: url('../images/pexels-shvets-production-7203811.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 40vw;
  height: 45vw;
  padding-right: 25px;
}

.hp-leistungen-right {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  padding-left: 75px;
  display: flex;
}

.p-black {
  margin-bottom: 0;
  line-height: 25px;
}

.button {
  color: #303239;
  background-color: #0000;
  border-radius: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.button.topmargin {
  cursor: pointer;
  margin-top: 35px;
}

.button_circle {
  background-color: #ee7f01;
  border-radius: 89%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.button_arrow {
  background-image: url('../images/arrow_white_1arrow_white.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 35px;
  height: 35px;
}

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

.button_text {
  font-weight: 600;
  text-decoration: none;
}

.accord_item {
  width: 100%;
  margin-bottom: 25px;
  overflow: hidden;
}

.accord_top {
  cursor: pointer;
  border-bottom: 1px solid #2b272c;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.accord_h {
  margin-bottom: 0;
  margin-right: 25px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.faq_icon_wrapper {
  width: 25px;
  height: 25px;
  position: relative;
}

.accord_minus_icon {
  background-image: url('../images/remove_FILL0_wght300_GRAD0_opsz48.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
}

.accord_plus_icon {
  color: #333;
  background-image: url('../images/add_FILL1_wght300_GRAD0_opsz48.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  display: block;
}

.accord_bottom {
  height: auto;
  overflow: hidden;
}

.accord_about_p {
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  line-height: 25px;
}

.slider {
  background-color: #0000;
  height: auto;
  transition: all .2s;
}

.centered {
  text-align: center;
}

.slide-one {
  background-color: #0000;
  height: auto;
}

.all_caps_h {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Montserrat2, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.all_caps_h.bold {
  font-weight: 500;
}

.all_caps_h.bold.white.custom {
  color: #fff;
  margin-bottom: 5px;
}

.white {
  color: #fff;
}

.mask {
  height: 100%;
}

.slide-nav {
  background-color: #0000;
  font-size: 12px;
  line-height: 22px;
}

.slide-inner-flex {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 50px 15%;
  display: flex;
}

.icon {
  color: #333;
  font-size: 30px;
}

.referenzen_slider_sektion {
  background-color: #fff;
  flex-direction: column;
  padding-bottom: 50px;
  display: flex;
}

.slider_wrapper {
  width: 100%;
  height: auto;
}

.icon-2 {
  color: #333;
  font-size: 30px;
}

.referenzen_slider_h_div {
  justify-content: center;
  align-items: center;
  margin-bottom: -30px;
  padding: 50px 100px 0;
  display: flex;
}

.p-black-centered {
  color: #333;
  text-align: center;
  margin-bottom: 20px;
  line-height: 25px;
}

.p-black-centered.bold {
  font-weight: 500;
}

.p-black-centered.bold.white {
  color: #fff;
  margin-top: 35px;
  margin-bottom: 0;
}

.p-black-centered.no-margin {
  margin-bottom: 0;
}

.black-stretched-centered {
  color: #333;
  letter-spacing: 1.5px;
  font-weight: 400;
}

.cta {
  background-color: #052d57;
  flex-direction: column;
  align-items: flex-end;
  padding: 75px 0%;
  display: flex;
}

.cta-h {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 45px;
}

.cta-top {
  color: #fff;
  padding-left: 10%;
  padding-right: 10%;
  font-size: 30px;
  line-height: 45px;
}

.cta-bottom {
  background-color: #ee7f01;
  width: 60vw;
  margin-top: 50px;
  padding: 50px;
  display: flex;
}

.cta-bottom-left {
  flex-direction: column;
  width: 75%;
  display: flex;
}

.cta-bottom-right {
  background-image: url('../images/contact_support_FILL0_wght200_GRAD0_opsz48.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 150px;
}

.cta-h2 {
  color: #fff;
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: 500;
  line-height: 35px;
}

.cta-links {
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.cta-arrow {
  background-image: url('../images/arrow-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  margin-right: 25px;
}

.cta-contact {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-right: 10px;
  font-size: 10px;
  line-height: 18px;
}

.cta-contact2 {
  color: #fff;
}

.cta-links-textwrapper {
  align-items: flex-end;
  display: flex;
}

.footer {
  padding: 75px 100px;
  display: flex;
}

.footer_left {
  flex-direction: column;
  width: 50%;
  height: 300px;
  display: flex;
}

.footer-right {
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  height: 300px;
  display: flex;
}

.footer-left-top {
  height: 60%;
}

.footer-left-bottom {
  align-items: flex-end;
  height: 40%;
  display: flex;
}

.image-4 {
  height: 85%;
}

.footer-right-top {
  display: flex;
}

.footer-p {
  margin-bottom: 0;
}

.footer-right-left, .footer-right-right {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

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

.image-5 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.navbar-tablet {
  display: none;
}

.sub-page-hero {
  background-color: #fff;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.subpage-hero-top {
  background-image: url('../images/pexels-karolina-grabowska-59427252.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  margin-top: 80px;
  display: flex;
  position: relative;
}

.subpage-hero-top._3 {
  background-image: url('../images/pexels-dmitry-zvolskiy-2082090.jpg');
}

.subpage-hero-top._4 {
  background-image: url('../images/pexels-alena-darmel-7641901.jpg');
}

.subpage-hero-top._2 {
  background-image: url('../images/pexels-alena-darmel-7641920.jpg');
}

.subpage-hero-bottom {
  flex-direction: column;
  align-items: center;
  padding: 75px 25% 50px;
  display: flex;
}

.subpage-top-text-wrapper {
  background-color: #052d57bf;
  border-top-left-radius: 65px;
  border-bottom-right-radius: 65px;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 180px;
  padding: 50px 35px;
  display: flex;
}

.subpage-hero-h {
  color: #fff;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
}

.arrow-down-circle {
  background-color: #ee7f01;
  background-image: url('../images/arrow-down.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  margin-top: 20px;
}

.vertical-line-suppage-hero {
  border-left: 2px solid #ee7f01;
  width: 1px;
  height: 190px;
  position: absolute;
  inset: auto 0% -50px 49.5%;
}

.vertical-line-subpage-hero2 {
  border-left: 2px solid #ee7f01;
  width: 1px;
  height: 50px;
  margin-top: 5px;
  margin-bottom: 15px;
}

.team-wrapper {
  width: 100%;
  min-height: 700px;
  display: flex;
}

.team-wrapper._2 {
  flex-direction: row-reverse;
}

.team-links {
  background-image: url('../images/sattler-consulting-eva_weißer-bg2.jpg');
  background-position: 50%;
  background-size: cover;
  width: 55%;
}

.team-links._2 {
  background-image: url('../images/IMG_3596-2.png');
}

.team-links._3 {
  background-image: url('../images/heiko-sattler.jpg');
}

.team-rechts {
  background-color: #fafafa;
  flex-direction: column;
  width: 45%;
  padding: 50px 75px 50px 50px;
  display: flex;
}

.team-rechts._2 {
  padding-left: 75px;
  padding-right: 50px;
}

.team-h {
  font-size: 35px;
  line-height: 45px;
}

.team-subh {
  color: #ee7f01;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 35px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.team-urls {
  color: #ee7f01;
  margin-top: 35px;
  font-weight: 500;
}

.kooperation-wrapper {
  background-color: #052d57;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 75px 30% 50px 100px;
  display: flex;
}

.subpage-p {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
}

.copy-section {
  background-color: #fafafa;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-height: 350px;
  padding-left: 100px;
  display: flex;
}

.leistungsangebot-wrapper {
  justify-content: center;
  padding: 50px 125px;
  display: flex;
}

.leistungsangebot-wrapper._2 {
  flex-direction: row-reverse;
}

.leistungsangebot-rechts {
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  padding-top: 30px;
  padding-left: 75px;
  font-size: 16px;
  line-height: 30px;
  display: flex;
}

.leistungsangebot-rechts._2 {
  padding-left: 0;
  padding-right: 75px;
}

.bullet-points {
  margin-bottom: 0;
  line-height: 30px;
}

.immobilien-wrapper {
  padding: 0 0 0 100px;
  display: flex;
}

.immo-links {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 55%;
  padding-top: 50px;
  padding-bottom: 35px;
  display: flex;
}

.immo-rechts {
  background-color: #fafafa;
  justify-content: center;
  align-items: center;
  width: 45%;
  padding: 75px 100px;
  display: flex;
}

.immo-urls {
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.arrow-icon {
  background-image: url('../images/trending_flat_FILL0_wght300_GRAD-25_opsz48.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 45px;
  height: 30px;
  margin-right: 10px;
}

.download-wrapper {
  background-color: #052d57;
  flex-direction: column;
  align-items: flex-start;
  padding: 75px 25% 55px 100px;
  display: flex;
}

.download-links-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.download-item {
  border-bottom: 1px solid #fff;
  justify-content: space-between;
  align-items: center;
  width: 450px;
  height: 40px;
  margin-bottom: 20px;
  display: flex;
}

.download-icon {
  background-image: url('../images/long-black-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 35px;
  min-width: 35px;
  height: 25px;
  min-height: 25px;
}

.download-text {
  color: #fff;
  margin-bottom: 0;
  margin-right: 100px;
}

.kontakt-wrapper {
  background-color: #fafafa;
  justify-content: space-between;
  height: 500px;
  display: flex;
}

.kontakt-links {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 40vw;
  padding-top: 75px;
  padding-bottom: 75px;
  padding-left: 100px;
  display: flex;
}

.kontakt-item {
  align-items: center;
  height: 30px;
  display: flex;
}

.kontakt-stretched {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 10px;
  line-height: 18px;
}

.kontakt-details {
  margin-bottom: 0;
  line-height: 18px;
}

.kontakt-rechts {
  width: 700px;
  position: relative;
}

.kontakt-karte {
  background-image: url('../images/Screenshot-2023-04-02-at-22.46.10.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 700px;
  height: 500px;
}

.location-icon {
  background-image: url('../images/home_pin_FILL0_wght300_GRAD-25_opsz48.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  position: absolute;
  inset: 35% auto auto 41.5%;
}

.location-title {
  background-color: #fff;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  width: 175px;
  height: 45px;
  display: flex;
  position: absolute;
  inset: 16% auto auto 12%;
}

.location-h {
  color: #052d57;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.offnungszeiten-wrapper {
  background-color: #052d57;
  justify-content: space-between;
  padding: 75px 15% 75px 100px;
  display: flex;
}

.zeiten-links {
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.zeiten-rechts {
  background-image: url('../images/pace_FILL0_wght300_GRAD-25_opsz48.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 15vw;
  height: 15vw;
}

.zeiten-p {
  color: #fff;
  margin-top: 50px;
  margin-bottom: 0;
  font-weight: 500;
}

.rechtl-hero {
  background-color: #052d57;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  margin-top: 80px;
  margin-bottom: 60px;
  padding: 50px;
  display: flex;
}

.rechtl-h {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}

.rechtl-text-wrapper {
  flex-direction: column;
  align-items: flex-start;
  padding: 15px 100px 60px;
  display: flex;
}

.utility-page-wrap {
  background-color: #052d57;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  margin-top: 80px;
  font-family: Montserrat2, sans-serif;
  display: flex;
}

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

._404-h {
  color: #fff;
  font-weight: 500;
}

._404-p {
  color: #fff;
  margin-top: 20px;
  font-size: 16px;
  line-height: 25px;
}

._404-icon {
  background-image: url('../images/fmd_bad_FILL0_wght300_GRAD0_opsz48.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 10vw;
  height: 10vw;
  margin-bottom: 35px;
}

.copy-left {
  align-items: center;
  width: 70%;
  padding-top: 75px;
  padding-bottom: 75px;
  padding-right: 50px;
  display: flex;
}

.copy-image {
  background-image: url('../images/mg468222-min-removebg-preview.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30%;
}

.button-overlay {
  z-index: 1000;
  background-color: #fff;
  border: 2px solid #ee7f01;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 85vw;
  height: auto;
  max-height: 60vh;
  padding: 35px 50px 35px 35px;
  display: flex;
  position: absolute;
  inset: 125px auto auto 100px;
  overflow: scroll;
}

.popup-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: scroll;
}

.close_button {
  z-index: 2000;
  background-image: url('../images/close_FILL0_wght300_GRAD0_opsz48-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 35px;
  height: 35px;
  position: absolute;
  inset: 2% 1% auto auto;
}

.immobilien-liste {
  background-color: #fafafa;
  flex-direction: column;
  padding: 75px 7vw;
  display: flex;
}

.immobilien-filter-div {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-bottom: 35px;
  display: flex;
}

.immobilien-liste-div {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.immobilien-cat-div {
  cursor: pointer;
  background-color: #fafafa;
  border: 1px solid #ee7f01;
  border-radius: 10px;
  margin-bottom: 15px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 7px 15px;
}

.heading {
  color: #000;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 16px;
}

.immobilien-item {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #fafafa;
  width: 42vw;
  margin-bottom: 2vw;
  transition: border-color .4s;
  display: flex;
}

.immobilien-item:hover {
  border: 1px solid #ee7f01;
}

.immo-img {
  background-image: url('../images/pexels-martin-péchy-1866149.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 20vw;
  height: 21vw;
}

.div-block {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 22vw;
  height: 21vw;
  padding: 1.5vw;
  display: flex;
}

.heading-2 {
  margin-bottom: 1vw;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.div-block-2 {
  border: 1px solid #ee7f01;
  border-radius: 6px;
  padding: 5px;
}

.heading-3 {
  color: #ee7f01;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 10px;
  line-height: 12px;
}

.div-block-3 {
  margin-top: 2vw;
}

.paragraph-3 {
  margin-bottom: 6px;
  font-size: 13px;
  line-height: 20px;
}

.link {
  color: #ee7f01;
  margin-top: 1vw;
  font-size: 14px;
  font-weight: 500;
}

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

.text-block {
  color: #ee7f01;
  margin-top: 1vw;
  font-size: 14px;
  font-weight: 500;
}

.immo-einzeln-hero {
  background-color: #052d57;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  padding: 50px 20%;
  display: flex;
}

.immo-einzeln-h {
  color: #fff;
  text-align: center;
  margin-bottom: 35px;
}

.immo-einzeln-descr {
  flex-direction: column;
  align-items: flex-start;
  padding: 75px 7vw;
  display: flex;
}

.div-block-4 {
  border: 1px solid #ee7f01;
  width: 300px;
}

.logo-block {
  background-color: #fafafa;
  justify-content: center;
  width: 100%;
  padding: 75px 100px;
  display: flex;
}

.logo-block-links {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.logo-block-rechts {
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-right: 15%;
  display: flex;
}

.logo-block-logo {
  background-image: url('../images/BVFI-Logo-PNG-300-dpi.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 200px;
}

.popup-promo {
  z-index: 1000;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 75px;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-flyer {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 65%;
  height: 100%;
}

.popup-image {
  max-width: none;
  height: 80vh;
}

.popup-content-div {
  height: 80vh;
  position: relative;
}

.popup-close {
  cursor: pointer;
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
  position: absolute;
  inset: -3.5vh -3.5vh auto auto;
}

.image-6 {
  width: 85%;
}

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

.socia-media {
  background-image: url('../images/unnamed.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  margin-right: 20px;
}

.socia-media._2 {
  background-image: url('../images/unnamed-3.png');
}

.socia-media._3 {
  background-image: url('../images/unnamed-2.png');
}

@media screen and (max-width: 991px) {
  .navbar-wrapper {
    display: none;
  }

  .navbar-wrapper.mobile {
    display: flex;
  }

  .navbar-logo-wrapper, .navbar-logo-wrapper.w--current {
    justify-content: center;
    width: 40%;
    padding-left: 0;
  }

  .navbar-link-wrapper {
    display: none;
  }

  .navbar-lang-select {
    justify-content: flex-start;
    width: 30%;
    padding-left: 50px;
    padding-right: 0;
    display: flex;
  }

  .hero-wrapper {
    height: 700px;
  }

  .hero-text-wrapper {
    width: 75%;
  }

  .white-stretched-centered {
    font-size: 12px;
    line-height: 18px;
  }

  .orange-vertical-line {
    height: 100px;
  }

  .hp-angebot-wrapper {
    padding: 50px 35px;
  }

  .angebot-button.side-margins {
    margin-left: 10px;
    margin-right: 10px;
  }

  .button-h {
    font-size: 12px;
    line-height: 18px;
  }

  .hp-about-wrapper {
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .hp-about-top {
    margin-bottom: 35px;
  }

  .hp-about-bottom {
    margin-top: 35px;
    padding-right: 30%;
  }

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

  .hp-leistungen-wrapper {
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .hp-leistungen-bottom {
    width: 65%;
  }

  .hp-leistungen-left {
    height: 550px;
  }

  .hp-leistungen-right {
    padding-left: 35px;
  }

  .accord_item {
    width: 100%;
  }

  .all_caps_h.bold {
    font-size: 11px;
    line-height: 18px;
  }

  .p-black-centered.bold.white {
    margin-top: 25px;
  }

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

  .cta-h {
    font-size: 25px;
    line-height: 40px;
  }

  .cta-top {
    padding-left: 7%;
    padding-right: 7%;
    font-size: 25px;
    line-height: 40px;
  }

  .cta-bottom {
    align-items: center;
    width: 600px;
  }

  .cta-bottom-right {
    width: 125px;
    height: 125px;
  }

  .cta-h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .cta-contact {
    font-size: 10px;
  }

  .footer {
    padding: 50px;
  }

  .footer_left {
    width: 45%;
  }

  .footer-right {
    width: 55%;
  }

  .image-4 {
    height: 75%;
  }

  .footer-p {
    font-size: 14px;
    line-height: 20px;
  }

  .navbar-tablet {
    justify-content: flex-end;
    align-items: center;
    width: 30%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 50px;
    display: flex;
    position: relative;
  }

  .lottie-wrapper {
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .lottie-animation {
    width: 100%;
    height: 100%;
  }

  .navbar-modal {
    z-index: 1;
    transform-origin: 50% 0;
    background-color: #052d57;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 92vh;
    padding: 50px 75px;
    display: none;
    position: absolute;
    inset: 80px 0% auto -70vw;
  }

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

  .vertical-line-modal {
    border-left: 1px solid #ee7f01;
    width: 1px;
    height: 100px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    padding-right: 0;
  }

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

  .modal-links-1 {
    color: #fff;
    margin-bottom: 0;
    font-size: 25px;
    line-height: 35px;
  }

  .menu-links-1-linkblock {
    margin-bottom: 15px;
  }

  .menu-links-2-linksblock {
    margin-bottom: 10px;
  }

  .modal-links-2 {
    color: #fff;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 25px;
  }

  .subpage-hero-bottom {
    padding-left: 20%;
    padding-right: 20%;
  }

  .team-links {
    width: 50%;
  }

  .team-rechts {
    width: 50%;
    padding-left: 35px;
    padding-right: 50px;
  }

  .team-rechts._2 {
    padding-left: 50px;
    padding-right: 35px;
  }

  .kooperation-wrapper {
    padding-top: 50px;
    padding-bottom: 35px;
    padding-left: 50px;
  }

  .copy-section {
    min-height: 400px;
    padding-left: 50px;
  }

  .leistungsangebot-wrapper {
    padding-left: 75px;
    padding-right: 75px;
  }

  .leistungsangebot-rechts {
    padding-left: 35px;
  }

  .leistungsangebot-rechts._2 {
    padding-right: 35px;
  }

  .immobilien-wrapper {
    padding-left: 50px;
  }

  .immo-rechts {
    padding: 50px;
  }

  .download-wrapper {
    padding-top: 50px;
    padding-bottom: 35px;
    padding-left: 50px;
  }

  .kontakt-links {
    width: 50vw;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
  }

  .kontakt-rechts {
    justify-content: flex-end;
    width: auto;
    display: flex;
  }

  .kontakt-karte {
    width: 450px;
  }

  .location-icon {
    top: 174px;
    left: 166px;
  }

  .offnungszeiten-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
  }

  .rechtl-hero {
    margin-bottom: 40px;
  }

  .rechtl-text-wrapper {
    padding: 10px 50px 40px;
  }

  .utility-page-content {
    width: 300px;
  }

  ._404-h {
    font-size: 30px;
    line-height: 40px;
  }

  ._404-icon {
    width: 125px;
    height: 100px;
  }

  .modal-content-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .copy-left {
    width: 65%;
  }

  .copy-image {
    width: 35%;
  }

  .button-overlay {
    width: 90vw;
    top: 100px;
    left: 35px;
  }

  .immobilien-liste-div {
    justify-content: center;
  }

  .immobilien-item {
    width: 75vw;
    margin-bottom: 25px;
  }

  .immo-img {
    width: 25vw;
    height: 25vw;
  }

  .div-block {
    width: 50vw;
    height: 25vw;
  }

  .immo-einzeln-hero {
    padding-left: 15%;
    padding-right: 15%;
  }

  .immo-einzeln-h {
    margin-bottom: 25px;
  }

  .logo-block {
    padding-left: 50px;
    padding-right: 50px;
  }

  .logo-block-rechts {
    padding-right: 10%;
  }

  .logo-block-logo {
    width: 175px;
    height: 175px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 40px;
  }

  h2, h3 {
    font-size: 25px;
    line-height: 35px;
  }

  h4 {
    font-size: 20px;
    line-height: 30px;
  }

  h5 {
    font-size: 18px;
    line-height: 28px;
  }

  h6 {
    font-size: 16px;
    line-height: 26px;
  }

  p {
    font-size: 15px;
    line-height: 23px;
  }

  .navbar-wrapper {
    height: 70px;
  }

  .navbar-lang-select {
    padding-left: 35px;
  }

  .hero-wrapper {
    height: 400px;
    margin-top: 70px;
  }

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

  .hero-slogan {
    font-size: 18px;
    line-height: 30px;
  }

  .button-orange {
    padding: 7px 20px;
  }

  .orange-vertical-line {
    height: 65px;
  }

  .hp-angebot-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 35px;
    padding-bottom: 15px;
  }

  .angebot-button.bottom-margin {
    margin-bottom: 15px;
  }

  .angebot-button.bottom-margin.top-margin {
    margin-top: 35px;
  }

  .angebot-button.side-margins {
    margin-bottom: 25px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .angebot-button.side-margins.hp-angebot {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .hp-about-wrapper {
    padding-bottom: 35px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .hp-about-bottom {
    margin-top: 35px;
    padding-right: 20%;
  }

  .p-white {
    font-size: 15px;
    line-height: 23px;
  }

  .paragraph {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 25px;
  }

  .hp-leistungen-wrapper {
    padding: 35px 35px 15px;
  }

  .hp-leistungen-top {
    margin-bottom: 35px;
  }

  .hp-leistungen-bottom {
    width: 80%;
    margin-top: 35px;
  }

  .hp-leistungen-right {
    padding-left: 25px;
  }

  .p-black {
    font-size: 15px;
    line-height: 23px;
  }

  .button_circle {
    width: 35px;
    height: 35px;
  }

  .button_arrow {
    width: 30px;
    height: 30px;
  }

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

  .slide-one {
    height: auto;
  }

  .slide-inner-flex {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .referenzen_slider_sektion {
    padding-bottom: 35px;
  }

  .referenzen_slider_h_div {
    margin-bottom: -40px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .p-black-centered {
    line-height: 23px;
  }

  .p-black-centered.bold.white {
    margin-bottom: 15px;
  }

  .p-black-centered.no-margin {
    font-size: 15px;
    line-height: 23px;
  }

  .cta {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .cta-h {
    font-size: 20px;
    line-height: 35px;
  }

  .cta-top {
    padding-left: 35px;
    padding-right: 35px;
    font-size: 20px;
    line-height: 35px;
  }

  .cta-bottom {
    width: 500px;
    margin-top: 35px;
    padding: 35px 20px;
  }

  .cta-bottom-right {
    width: 90px;
    height: 90px;
  }

  .cta-arrow {
    width: 25px;
    min-width: 25px;
    height: 25px;
    min-height: 25px;
  }

  .cta-contact {
    margin-right: 5px;
  }

  .footer {
    padding: 35px;
  }

  .footer_left {
    width: 40%;
  }

  .footer-right {
    width: 60%;
  }

  .image-4 {
    height: 100px;
  }

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

  .navbar-tablet {
    padding-right: 35px;
  }

  .lottie-wrapper {
    width: 30px;
    height: 30px;
  }

  .navbar-modal {
    height: 450px;
    padding: 35px;
    display: none;
    top: 70px;
  }

  .modal-links-1 {
    font-size: 20px;
    line-height: 30px;
  }

  .menu-links-1-linkblock, .menu-links-1-linkblock.w--current {
    margin-bottom: 10px;
  }

  .menu-links-2-linksblock {
    margin-bottom: 5px;
  }

  .modal-links-2 {
    font-size: 15px;
    line-height: 23px;
  }

  .subpage-hero-top {
    height: 300px;
    margin-top: 70px;
  }

  .subpage-hero-bottom {
    padding-bottom: 35px;
  }

  .subpage-hero-h {
    font-size: 25px;
    line-height: 35px;
  }

  .arrow-down-circle {
    margin-top: 0;
  }

  .vertical-line-suppage-hero {
    height: 150px;
  }

  .team-wrapper {
    min-height: 500px;
  }

  .team-rechts {
    padding: 35px 35px 35px 25px;
  }

  .team-rechts._2 {
    padding-left: 35px;
    padding-right: 25px;
  }

  .team-h {
    margin-bottom: 5px;
    font-size: 30px;
    line-height: 40px;
  }

  .team-subh {
    margin-bottom: 15px;
  }

  .team-urls {
    margin-top: 25px;
  }

  .kooperation-wrapper {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 35px;
  }

  .subpage-p {
    font-size: 18px;
    line-height: 28px;
  }

  .copy-section {
    min-height: 450px;
    padding-left: 35px;
  }

  .leistungsangebot-wrapper {
    padding: 35px;
  }

  .leistungsangebot-rechts {
    font-size: 15px;
  }

  .immobilien-wrapper {
    padding-left: 35px;
  }

  .immo-links {
    padding-top: 35px;
  }

  .immo-rechts {
    width: 50%;
    padding: 35px;
  }

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

  .download-wrapper {
    padding-top: 35px;
    padding-bottom: 15px;
    padding-left: 35px;
  }

  .kontakt-links {
    width: auto;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 35px;
  }

  .kontakt-details {
    font-size: 15px;
  }

  .kontakt-karte {
    width: 400px;
  }

  .location-icon {
    left: 144px;
  }

  .offnungszeiten-wrapper {
    align-items: center;
    padding: 35px 50px 35px 35px;
  }

  .zeiten-rechts {
    width: 150px;
    height: 150px;
  }

  .rechtl-hero {
    margin-top: 70px;
    margin-bottom: 35px;
    padding: 35px;
  }

  .rechtl-text-wrapper {
    padding-bottom: 35px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .utility-page-wrap {
    margin-top: 70px;
  }

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

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

  .copy-left {
    width: 55%;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-right: 25px;
  }

  .copy-image {
    width: 45%;
  }

  .button-overlay {
    width: 95vw;
    height: 250px;
    max-height: none;
    padding: 25px;
    display: flex;
    inset: 75px 0% 0% 2.5vw;
  }

  .button-overlay._2 {
    display: none;
    top: 155px;
  }

  .button-overlay._3 {
    display: none;
    top: 235px;
  }

  .button-overlay._4 {
    display: flex;
    top: 315px;
  }

  .immobilien-liste {
    padding-left: 25px;
    padding-right: 25px;
  }

  .immobilien-filter-div {
    padding-bottom: 25px;
  }

  .immobilien-cat-div {
    padding: 5px 10px;
  }

  .heading {
    font-size: 11px;
  }

  .immobilien-item {
    width: 85vw;
    margin-bottom: 20px;
  }

  .immo-img {
    width: 40vw;
    height: 40vw;
  }

  .div-block {
    width: 45vw;
    height: 40vw;
    padding: 15px;
  }

  .heading-2 {
    margin-bottom: 1.5vw;
  }

  .div-block-3 {
    margin-top: 2vw;
  }

  .link {
    margin-top: 1vw;
  }

  .immo-einzeln-hero {
    padding-left: 50px;
    padding-right: 50px;
  }

  .immo-einzeln-h {
    font-size: 25px;
    line-height: 35px;
  }

  .immo-einzeln-descr {
    padding: 35px 25px;
  }

  .div-block-4 {
    width: 225px;
  }

  .logo-block {
    padding: 50px 35px;
  }

  .logo-block-rechts {
    padding-right: 7%;
  }

  .logo-block-logo {
    width: 150px;
    height: 150px;
  }
}

@media screen and (max-width: 479px) {
  .navbar-logo-wrapper, .navbar-logo-wrapper.w--current {
    width: 50%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .navbar-lang-select {
    width: 25%;
    padding-left: 20px;
  }

  .lang-select-links {
    font-size: 12px;
  }

  .hero-wrapper {
    height: 550px;
  }

  .image {
    margin-bottom: 35px;
  }

  .hero-kontakt-wrapper {
    width: 34vw;
    left: 33%;
  }

  .white-stretched-centered {
    text-align: center;
  }

  .hp-angebot-wrapper {
    padding: 35px 25px 10px;
  }

  .angebot-button.bottom-margin.top-margin {
    margin-top: 35px;
  }

  .hp-about-wrapper {
    align-items: center;
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .hp-about-top {
    flex-direction: column;
    width: 100%;
    margin-bottom: 25px;
  }

  .hp-about-bottom {
    margin-top: 25px;
    padding-right: 0%;
  }

  .hp-about-left {
    justify-content: center;
    width: 100%;
    height: 85vw;
    display: flex;
  }

  .hp-about-right {
    width: 100%;
    margin-top: 50px;
  }

  .image-2 {
    width: 60%;
  }

  .hp-about-frame {
    width: 80vw;
    height: 80vw;
    top: 5vw;
    left: 6vw;
  }

  .hp-about-img {
    width: 80vw;
    height: 80vw;
    left: 1vw;
  }

  .hp-leistungen-wrapper {
    padding: 25px 25px 5px;
  }

  .hp-leistungen-top {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 25px;
  }

  .hp-leistungen-bottom {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 25px;
  }

  .hp-leistungen-left {
    width: 100%;
    height: 350px;
    padding-right: 0;
  }

  .hp-leistungen-right {
    width: 100%;
    margin-top: 25px;
    padding-left: 0;
  }

  .button.topmargin {
    margin-top: 20px;
  }

  .button_text {
    font-size: 13px;
  }

  .accord_h {
    line-height: 23px;
  }

  .all_caps_h.bold {
    font-size: 14px;
  }

  .icon {
    margin-left: 20px;
    font-size: 25px;
  }

  .referenzen_slider_sektion {
    padding-bottom: 25px;
  }

  .icon-2 {
    margin-right: 20px;
    font-size: 25px;
  }

  .referenzen_slider_h_div {
    padding-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta {
    align-items: center;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .cta-top {
    padding-left: 25px;
    padding-right: 25px;
  }

  .cta-bottom {
    width: 90%;
    margin-top: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .cta-bottom-right {
    display: none;
  }

  .cta-arrow {
    margin-right: 10px;
  }

  .footer {
    flex-direction: column-reverse;
    padding: 35px;
  }

  .footer_left {
    align-items: center;
    width: 100%;
    height: auto;
  }

  .footer-right {
    width: 100%;
    height: 275px;
    margin-bottom: 35px;
  }

  .footer-left-top.w--current {
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
  }

  .footer-left-bottom {
    height: auto;
    margin-top: 35px;
  }

  .image-4 {
    width: 200px;
    height: auto;
  }

  .footer-p {
    text-align: center;
  }

  .navbar-tablet {
    width: 25%;
    padding-right: 20px;
  }

  .lottie-wrapper {
    width: 25px;
    height: 25px;
  }

  .navbar-modal {
    justify-content: flex-start;
    height: auto;
    min-height: 92vh;
    padding: 75px 25px 25px;
    display: none;
    left: -75vw;
  }

  .subpage-hero-top {
    width: 100vw;
    height: 250px;
  }

  .subpage-hero-bottom {
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .subpage-top-text-wrapper {
    width: 250px;
  }

  .vertical-line-suppage-hero {
    height: 110px;
  }

  .team-wrapper {
    flex-direction: column;
    min-height: auto;
  }

  .team-wrapper._2 {
    flex-direction: column;
  }

  .team-links {
    width: 100vw;
    height: 100vw;
  }

  .team-rechts {
    width: 100%;
    padding: 25px;
  }

  .team-rechts._2, .kooperation-wrapper {
    padding: 25px;
  }

  .copy-section {
    flex-direction: column;
    align-items: center;
    padding: 25px 25px 0;
  }

  .leistungsangebot-wrapper {
    flex-direction: column;
    padding: 25px;
  }

  .leistungsangebot-wrapper._2 {
    flex-direction: column;
  }

  .leistungsangebot-rechts {
    width: 100%;
    margin-top: 50px;
    padding-top: 0;
    padding-left: 0;
  }

  .leistungsangebot-rechts._2 {
    padding-right: 0;
  }

  .immobilien-wrapper {
    flex-direction: column;
    align-items: center;
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .immo-links {
    width: 100%;
    padding-top: 35px;
  }

  .immo-rechts {
    width: 90%;
    padding: 25px;
  }

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

  .immo-urltext {
    font-size: 15px;
  }

  .download-wrapper {
    padding: 25px 25px 5px;
  }

  .download-item {
    width: 100%;
    height: 50px;
  }

  .download-icon {
    width: 30px;
    min-width: 30px;
    height: 20px;
    min-height: 20px;
  }

  .download-text {
    margin-right: 35px;
    font-size: 15px;
    line-height: 20px;
  }

  .kontakt-wrapper {
    flex-direction: column;
    height: auto;
  }

  .kontakt-links {
    padding: 25px;
  }

  .kontakt-rechts {
    width: 100vw;
    height: 100vw;
  }

  .kontakt-karte {
    width: 100%;
    height: 100%;
  }

  .location-icon {
    width: 13vw;
    height: 13vw;
    top: 32vw;
    left: 38vw;
  }

  .location-title {
    width: 150px;
    height: 40px;
  }

  .location-h {
    font-size: 16px;
    line-height: 25px;
  }

  .offnungszeiten-wrapper {
    flex-direction: column;
    padding: 25px;
  }

  .zeiten-links {
    width: 100%;
  }

  .zeiten-rechts {
    display: none;
  }

  .rechtl-hero {
    margin-bottom: 25px;
    padding: 26px;
  }

  .rechtl-text-wrapper {
    padding: 25px;
  }

  .utility-page-content {
    width: 250px;
  }

  ._404-h {
    font-size: 25px;
    line-height: 35px;
  }

  ._404-p {
    font-size: 14px;
    line-height: 20px;
  }

  ._404-icon {
    width: 75px;
    height: 75px;
  }

  .copy-left {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .copy-image {
    width: 300px;
    height: 300px;
    margin-top: 25px;
  }

  .button-overlay {
    height: 350px;
    padding: 15px;
  }

  .immobilien-item {
    flex-direction: column;
    width: 85vw;
    margin-bottom: 20px;
  }

  .immo-img {
    width: 85vw;
    height: 200px;
  }

  .div-block {
    width: 85vw;
    height: auto;
  }

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

  .div-block-3, .link, .text-block {
    margin-top: 15px;
  }

  .immo-einzeln-hero {
    padding-left: 25px;
    padding-right: 25px;
  }

  .logo-block {
    flex-direction: column;
    padding: 25px;
  }

  .logo-block-links {
    width: 100%;
    padding-bottom: 25px;
  }

  .logo-block-rechts {
    width: 100%;
    padding-right: 0%;
  }

  .popup-promo {
    display: flex;
  }

  .popup-image {
    height: 100%;
  }

  .popup-content-div {
    height: 60vh;
  }

  .popup-close {
    width: 25px;
    height: 25px;
    top: -2vh;
    right: -2vh;
  }

  .footer-middle {
    justify-content: center;
    display: flex;
  }
}


@font-face {
  font-family: 'Montserrat2';
  src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat2';
  src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat2';
  src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}