#datenschutz {
  background: #FFF;
  padding: 5vh 14vw;
  position: relative;
}

a.black {
  color: #2F393A;
}

.break {
  display: none;
}

.list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-left: 20px;
  padding-top: 30px;
}

.list li {
  width: 100%;
}

.text_li {
  color: #2F393A;
  font-family: Heebo-custom;
  font-size: 20px;
  max-width: 980px;
  white-space: break-spaces;
  margin-top: 10px;
}

/* Mobile */
@media (max-width: 767px) {
  .text_li {
    font-size: 16px;
    white-space: normal;
    line-height: 1;
  }
  .list {
    gap: 15px;
  }
}
/* Mobile */
@media (max-width: 400px) {
  .break {
    display: inline;
  }
}
.footer {
  background: #FFF;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  gap: 85px;
  bottom: 0;
  position: relative;
}

.footer-text {
  color: #2F393A;
  font-family: Garamond-custom;
  font-size: 20px;
  left: 31%;
  position: relative;
  text-decoration: none;
}

.footer.shadow {
  box-shadow: 0px -4px 50px 0px rgba(0, 0, 0, 0.25);
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1023px) {
  .footer-text {
    left: 27%;
  }
}
/* Mobile */
@media (max-width: 767px) {
  .footer-text {
    left: 0;
    text-align: center;
  }
}

.fairMediaLogo {
  width: calc(17vw + 17vh);
  height: 155px;
  background: url("../Assets/Logos/Fair Media Holding.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 160px;
}

.logoContainer {
  display: flex;
  gap: 5vw;
  justify-content: center;
  align-items: center;
  width: 80%;
}

.logoNFM,
.logoSD,
.logoZEN {
  width: 15vw;
  height: auto;
  opacity: 0;
  animation: einblendeAnimation 1.6s forwards;
  animation-delay: 1.6s;
}

@keyframes einblendeAnimation {
  to {
    opacity: 1;
  }
}
.GF-Image {
  border-radius: 5px;
  width: calc(23vw + 23vh);
  height: auto;
  margin: 0;
  position: relative;
  margin-top: 123px;
  margin-left: 5vw;
}

.GF-Image-Container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: calc(20vw + 20vh);
  height: auto;
}

.immobilien-images {
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.immobilien-image1,
.immobilien-image2,
.immobilien-image3,
.immobilien-image4,
.immobilien-image5 {
  position: relative;
  width: calc(21% - 50px);
  padding-bottom: calc(20% - 50px);
  border-radius: 5px;
  background-size: cover;
  background-position: center;
}

.immobilien-image1 {
  background-image: url("../Assets/Bilder/Bavariaring_Bild1.png");
}

.immobilien-image2 {
  background-image: url("../Assets/Bilder/Schnellingstr_Bild2.png");
}

.immobilien-image3 {
  background-image: url("../Assets/Bilder/Westermühlstr_Bild3.jpg");
}

.immobilien-image4 {
  background-image: url("../Assets/Bilder/Zenettiplatz_Bild4.jpg");
}

.immobilien-image5 {
  background-image: url("../Assets/Bilder/Oppspring_Bild5.jpg");
}

.immobilien-image-Container {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  position: absolute;
  bottom: 0;
  margin: 0;
  width: 100%;
  height: 39%;
  background: rgba(255, 255, 255, 0.7);
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1023px) {
  .fairMediaLogo {
    width: calc(20vw + 20vh);
    margin-bottom: 100px;
  }
  .logoNFM,
  .logoSD,
  .logoZEN {
    width: 24vw;
  }
  .GF-Image-Container {
    display: flex;
    flex-direction: column;
    left: 5vw;
    position: relative;
    width: 100%;
  }
  .GF-Image {
    width: calc(30vw + 30vh);
    margin-top: 5vh;
    margin-left: 0vw;
  }
  .immobilien-images {
    gap: 3vw;
  }
  .immobilien-image1,
  .immobilien-image2,
  .immobilien-image3,
  .immobilien-image4,
  .immobilien-image5 {
    width: calc(30% - 3vw);
    padding-bottom: calc(30% - 3vw);
  }
}
/* Tablet aber größer und portrait*/
@media (min-width: 768px) and (max-width: 1200px) and (orientation: portrait) {
  .fairMediaLogo {
    width: calc(20vw + 20vh);
    margin-bottom: 100px;
  }
  .logoNFM,
  .logoSD,
  .logoZEN {
    width: 24vw;
  }
  .GF-Image-Container {
    display: flex;
    flex-direction: column;
    left: 5vw;
    position: relative;
    width: 100%;
  }
  .GF-Image {
    width: calc(30vw + 30vh);
    margin-top: 5vh;
    margin-left: 0vw;
  }
  .immobilien-images {
    gap: 3vw;
  }
  .immobilien-image1,
  .immobilien-image2,
  .immobilien-image3,
  .immobilien-image4,
  .immobilien-image5 {
    width: calc(30% - 3vw);
    padding-bottom: calc(30% - 3vw);
  }
  .immobilien-image-Container {
    height: 37%;
  }
}
/* Mobile */
@media (max-width: 767px) {
  .fairMediaLogo {
    width: calc(23vw + 23vh);
    margin-bottom: 25px;
  }
  .logoContainer {
    flex-direction: column;
    gap: 65px;
  }
  .logoNFM,
  .logoSD,
  .logoZEN {
    width: 28vw;
  }
  .logoZEN {
    margin-bottom: 20px;
  }
  .GF-Image-Container {
    margin-top: 0vh;
  }
  .GF-Image {
    width: calc(61vw + 10vh);
    margin-top: 0vh;
    left: 1vw;
  }
  .immobilien-images {
    display: inline-flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 20px;
    padding-bottom: 20px;
    flex-wrap: nowrap;
    left: 1vw;
    position: relative;
    width: 85vw;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .immobilien-images::-webkit-scrollbar {
    display: none;
  }
  .immobilien-image1,
  .immobilien-image2,
  .immobilien-image3,
  .immobilien-image4,
  .immobilien-image5 {
    flex: 0 0 auto;
    width: 80%;
    max-width: 300px;
    padding-bottom: 80%;
    scroll-snap-align: start;
  }
  .immobilien-image-Container {
    height: 36%;
  }
}
/* high res desktop */
@media (min-width: 2601px) and (max-width: 2850px) {
  .fairMediaLogo {
    width: calc(17vw + 2vh);
  }
  .GF-Image {
    margin-left: 4vw;
    width: calc(20vw + 21vh);
  }
  .immobilien-image1,
  .immobilien-image2,
  .immobilien-image3,
  .immobilien-image4,
  .immobilien-image5 {
    width: calc(19% - 50px);
    padding-bottom: calc(18% - 50px);
  }
  .immobilien-image-Container {
    height: 34%;
  }
}
@media (min-width: 2400px) and (max-width: 2600px) {
  .fairMediaLogo {
    width: calc(17vw + 2vh);
  }
  .GF-Image {
    width: calc(20vw + 19vh);
    margin-left: 4vw;
  }
  .immobilien-image1,
  .immobilien-image2,
  .immobilien-image3,
  .immobilien-image4,
  .immobilien-image5 {
    width: calc(19% - 50px);
    padding-bottom: calc(18% - 50px);
  }
  .immobilien-image-Container {
    height: 34%;
  }
}
@media (min-width: 2050px) and (max-width: 2399px) {
  .fairMediaLogo {
    width: calc(17vw + 10vh);
  }
  .GF-Image {
    width: calc(18vw + 19vh);
    margin-left: 4vw;
  }
  .immobilien-image1,
  .immobilien-image2,
  .immobilien-image3,
  .immobilien-image4,
  .immobilien-image5 {
    width: calc(20% - 50px);
    padding-bottom: calc(19% - 50px);
  }
  .immobilien-image-Container {
    height: 34%;
  }
}
@supports (-webkit-touch-callout: none) {
  /* Mobile */
  @media (max-width: 767px) {
    .immobilien-image1,
    .immobilien-image2,
    .immobilien-image3,
    .immobilien-image4,
    .immobilien-image5 {
      width: 65%;
      padding-bottom: 65%;
    }
    .immobilien-image-Container {
      height: 40%;
    }
  }
  /* tablet IOS mit MacOS */
  @media (min-width: 768px) and (max-width: 1200px) {
    .immobilien-image1,
    .immobilien-image2,
    .immobilien-image3,
    .immobilien-image4,
    .immobilien-image5 {
      width: 16%;
      padding-bottom: 16%;
    }
  }
}
#impressum {
  display: flex;
  background: #FFF;
  padding: 5vh 14vw;
  position: relative;
  min-height: calc(100vh - 80px);
}
.menu,
#menu-toggle,
.menu-button,
.close-menu-button {
  display: none;
}

.menu-button {
  position: absolute;
  top: 50%;
  right: 90px;
  z-index: 1000;
  transform: translateY(-50%);
  padding: 10px;
  margin-right: -10px;
}
.menu-button:before {
  content: url("../Assets/Logos/Hamburger.svg");
}

.menu {
  position: fixed;
  top: 0;
  width: 355px;
  height: 100%;
  background: #FFF;
  color: white;
  transition: right 0.5s ease;
  z-index: 1001;
  border-radius: 5px 0px 0px 5px;
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.25);
}
.menu .close-menu-button {
  position: absolute;
  top: 30px;
  right: 50px;
  font-size: 30px;
  z-index: 1003;
  padding: 10px;
  margin: -10px;
}
.menu .close-menu-button:before {
  content: url("../Assets/Logos/X.svg");
}
.menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.menu ul li {
  margin: 20px 0;
  text-align: right;
  right: 10%;
  position: relative;
  top: 12%;
}
.menu ul li a {
  color: #2F393A;
  text-decoration: none;
  font-size: 20px;
  font-family: Garamond-custom;
}
.menu .menu-footer-links {
  position: absolute;
  bottom: 30px;
  align-items: center;
  justify-content: flex-end;
  display: flex;
  width: 100%;
  right: 4%;
  text-align: center;
}
.menu .menu-footer-links .menu-footer-text {
  color: #2F393A;
  font-family: Garamond-custom;
  font-size: 16px;
  text-decoration: none;
  margin: 0px 25px;
}

/* Mobile */
@media (max-width: 767px) {
  .menu-button {
    display: block;
  }
  .menu {
    display: block;
    right: -767px;
  }
  #menu-toggle:checked + .menu-button + .menu {
    right: 0;
  }
  #menu-toggle:checked ~ .menu .close-menu-button {
    display: block;
  }
}
/* Tablet */
@media (min-width: 768px) and (max-width: 1023px) {
  .menu-button {
    display: block;
  }
  .menu {
    display: block;
    right: -1023px;
  }
  #menu-toggle:checked + .menu-button + .menu {
    right: 0;
  }
  #menu-toggle:checked ~ .menu .close-menu-button {
    display: block;
    font-size: 45px;
  }
}
/* Landscape */
@media (max-width: 1200px) and (orientation: landscape) {
  .menu-button {
    display: block;
  }
  .menu {
    display: block;
    right: -1200px;
  }
  .menu ul {
    padding-top: 20px;
  }
  #menu-toggle:checked + .menu-button + .menu {
    right: 0;
  }
  #menu-toggle:checked ~ .menu .close-menu-button {
    display: block;
  }
}
.fairmediaholdingNavbar {
  width: 135px;
  height: 45px;
}

.navbar {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: white;
  color: black;
  padding: 0px 20px;
  position: fixed;
  top: -110px;
  left: 0;
  height: 81px;
  transition: top 0.3s;
  z-index: 1000;
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.25);
}
.navbar.visible {
  top: 0;
}

.navbar-container {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}

.logo {
  margin-right: auto;
  padding-left: 53px;
}

.navbar-list {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
  margin-left: auto;
  padding-right: 81px;
}
.navbar-list .navbar-item {
  margin-left: 71px;
}
.navbar-list .navbar-item .navbar-link {
  color: #2F393A;
  text-decoration: none;
  font-family: Garamond-custom;
  font-size: 20px;
}
.navbar-list .navbar-item .navbar-link:hover {
  text-decoration: underline;
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1023px) {
  .navbar-list {
    display: none;
  }
  .fairmediaholdingNavbar {
    width: 169px;
    height: 56px;
  }
  .logo {
    padding-left: 15px;
  }
}
/* Mobile */
@media (max-width: 767px) {
  .navbar-list {
    display: none;
  }
  .logo {
    padding-left: 10px;
  }
}
/* tablet Landscape*/
@media (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
  .navbar-list {
    display: none;
  }
  .fairmediaholdingNavbar {
    width: 200px;
    height: 80px;
  }
  .logo {
    padding-left: 15px;
  }
}
@charset "UTF-8";
body {
  margin: 0;
  width: 100%;
}

a {
  color: #FFF;
}

.language-switcher a {
  color: #ffffff;
  text-decoration: none;
  margin: 0 3px;
}

.language-switcher a.active {
  font-weight: bold;
}

#start {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 135px;
  padding-top: 150px;
  width: 100%;
  background-image: url("../Assets/moodbild.jpg");
  background-size: cover;
  background-repeat: repeat;
  background-position: left bottom;
  background-attachment: fixed;
}

#wer-sind-wir {
  display: flex;
  background: #FFF;
  padding: 1vh 12vw;
  position: relative;
  padding-bottom: 4vh;
}

#immobilien {
  padding: 135px 12vw;
  padding-top: 1px;
  background-image: url("../Assets/moodbild.jpg");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-attachment: fixed;
  background-size: cover;
}

#kontakt {
  background: #FF580D;
  padding: 0vh 12vw;
  height: 750px;
  padding-bottom: 4vh;
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1023px) {
  #start {
    margin-top: 0px;
    padding-bottom: 60px;
    padding-top: 110px;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  #wer-sind-wir {
    padding: 1vh 14vw;
    flex-direction: column;
    padding-bottom: 4vh;
  }
  #immobilien {
    padding: 135px 8vw;
    padding-top: 1px;
  }
  #kontakt {
    padding: 1vh 4vw;
    height: 600px;
    padding-bottom: 4vh;
  }
}
/* Tablet aber größer und portrait*/
@media (min-width: 768px) and (max-width: 1200px) and (orientation: portrait) {
  #start {
    margin-top: 0px;
    padding-bottom: 60px;
    padding-top: 110px;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  #wer-sind-wir {
    padding: 1vh 14vw;
    flex-direction: column;
    padding-bottom: 4vh;
  }
  #immobilien {
    padding: 135px 8vw;
    padding-top: 1px;
  }
  #kontakt {
    padding: 1vh 4vw;
    height: 600px;
    padding-bottom: 4vh;
  }
}
/* Mobile */
@media (max-width: 767px) {
  #start {
    padding-top: 100px;
    margin-top: 0px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #wer-sind-wir {
    padding: 0vh 5vw;
    padding-bottom: 3vh;
    flex-direction: column;
  }
  #immobilien {
    padding: 1vh 10vw;
    padding-bottom: 4vh;
  }
  #kontakt {
    padding: 1vh 2vw;
  }
}
@supports (-webkit-touch-callout: none) {
  #start {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-image: url("../Assets/moodbild.jpg");
    background-position: left bottom;
  }
  #immobilien {
    background-attachment: scroll;
  }
  /* Mobile */
  @media (max-width: 767px) {
    #start {
      padding-top: 100px;
      margin-top: 0px;
      height: 100%;
    }
    #immobilien {
      padding: 5vh 10vw;
    }
  }
  /* Tablet */
  @media (min-width: 768px) and (max-width: 1023px) {
    #start {
      margin-top: 0px;
      padding-bottom: 60px;
      padding-top: 110px;
    }
    #immobilien {
      padding: 30px 8vw;
    }
  }
}
@charset "UTF-8";
@font-face {
  font-family: "Heebo-custom";
  src: url("../Assets/Fonts/Heebo-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Heebo-custom-light";
  src: url("../Assets/Fonts/Heebo-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Garamond-custom";
  src: url("../Assets/Fonts/Garamond-Regular.woff2") format("woff2");
}
.language-switcher {
  position: absolute;
  top: 81px;
  right: 81px;
  font-family: Heebo-custom;
  font-size: 20px;
  color: #ffffff;
}

.wer-sind-wir-h1 {
  position: absolute;
  margin-top: 112px;
  left: 12vw;
  color: #FF580D;
  font-family: Garamond-custom;
  font-size: 64px;
  font-weight: 400;
}

.wer-sind-wir-text {
  width: 34vw;
  color: #2F393A;
  font-family: Heebo-custom;
  font-size: 20px;
  white-space: pre-line;
  margin-top: 245px;
  line-height: 1.4;
  padding-bottom: 30px;
}

.GF-Image-Text {
  position: relative;
  color: #2F393A;
  font-family: Heebo-custom;
  font-size: 20px;
  margin-left: 5vw;
  margin-top: 2vh;
  font-weight: 600;
}

.immobilien-h1 {
  position: absolute;
  margin-top: 106px;
  left: 12vw;
  color: #FFF;
  font-family: Garamond-custom;
  font-size: 64px;
  font-weight: 400;
}

.immobilien-text {
  color: #FFF;
  font-family: Heebo-custom;
  font-size: 20px;
  white-space: pre-line;
  margin-top: 255px;
  line-height: 1.3;
}

.immobilien-image-Text {
  color: #2F393A;
  font-family: Heebo-custom;
  font-size: 23px;
  white-space: pre-line;
  position: absolute;
  bottom: -10px;
  left: 21px;
}

.kontakt-h1 {
  margin-top: 144px;
  left: 52vw;
  color: #FFF;
  font-family: Garamond-custom;
  font-size: 64px;
  position: absolute;
  font-weight: 400;
}

.kontakt-text {
  left: 52vw;
  color: #FFF;
  font-family: Heebo-custom;
  font-size: 20px;
  white-space: pre-line;
  margin-top: 270px;
  line-height: 1.5;
  position: absolute;
}

.datenschutz-h1 {
  position: absolute;
  margin-top: 135px;
  left: 14vw;
  color: #FF580D;
  font-family: Garamond-custom;
  font-size: 64px;
  font-weight: 400;
}

.datenschutz-text {
  color: #2F393A;
  font-family: Heebo-custom;
  font-size: 20px;
  white-space: pre-line;
  margin-top: 235px;
  max-width: 980px;
}
.datenschutz-text.middle {
  margin-top: 10px;
}

.impressum-h1 {
  position: absolute;
  margin-top: 135px;
  left: 14vw;
  color: #FF580D;
  font-family: Garamond-custom;
  font-size: 64px;
  font-weight: 400;
}

.impressum-text {
  color: #2F393A;
  font-family: Heebo-custom;
  font-size: 20px;
  white-space: pre-line;
  margin-top: 242px;
  max-width: 980px;
}

/* Hochauflösende Laptops (2k) */
@media (min-width: 1201px) and (min-resolution: 2dppx) {
  .immobilien-image-Text {
    font-size: 16px;
    bottom: -12px;
    left: 12px;
  }
}
/* Hochauflösende Laptops iMacs/macbook */
@media (min-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) {
  .immobilien-image-Text {
    font-size: 20px;
    bottom: -8px;
    left: 16px;
  }
}
/* laptop full HD mit zoom */
@media (min-width: 1501px) and (max-width: 1700px) {
  .immobilien-image-Text {
    font-size: 20px;
    bottom: -14px;
    left: 12px;
  }
}
@media (min-width: 1400px) and (max-width: 1500px) {
  .immobilien-image-Text {
    font-size: 18px;
    bottom: -14px;
    left: 12px;
  }
}
@media (min-width: 1261px) and (max-width: 1399px) {
  .immobilien-image-Text {
    font-size: 16px;
    bottom: -12px;
    left: 10px;
  }
}
@media (min-width: 1202px) and (max-width: 1260px) {
  .immobilien-image-Text {
    font-size: 15px;
    bottom: -12px;
    left: 10px;
  }
}
/* high res desktop */
@media (min-width: 2601px) and (max-width: 2850px) {
  .wer-sind-wir-text {
    width: calc(38vw + 50px);
  }
  .GF-Image-Text {
    margin-left: 4vw;
  }
  .immobilien-image-Text {
    font-size: 25px;
    bottom: -12px;
    left: 21px;
  }
}
@media (min-width: 2400px) and (max-width: 2600px) {
  .wer-sind-wir-text {
    width: calc(38vw + 50px);
  }
  .GF-Image-Text {
    margin-left: 4vw;
  }
  .immobilien-image-Text {
    font-size: 25px;
    bottom: -12px;
    left: 21px;
  }
}
@media (min-width: 2050px) and (max-width: 2399px) {
  .wer-sind-wir-text {
    width: calc(38vw + 135px);
  }
  .GF-Image-Text {
    margin-left: 4vw;
  }
  .immobilien-image-Text {
    font-size: 23px;
    bottom: -15px;
    left: 20px;
  }
}
/* Tablet aber größer und portrait*/
@media (min-width: 768px) and (max-width: 1200px) and (orientation: portrait) {
  .wer-sind-wir-h1 {
    font-size: 64px;
    margin-top: 48px;
    left: 18vw;
  }
  .wer-sind-wir-text {
    width: 100%;
    max-width: 61vw;
    font-size: 20px;
    margin-top: 180px;
    white-space: pre-line;
    position: relative;
    left: 5vw;
    padding-bottom: 15px;
  }
  .GF-Image-Text {
    font-size: 20px;
    margin-left: 0vw;
  }
  .immobilien-h1 {
    font-size: 64px;
    margin-top: 72px;
    left: 8vw;
  }
  .immobilien-text {
    font-size: 20px;
    margin-top: 208px;
  }
  .immobilien-image-Text {
    font-size: 22px;
    bottom: -15px;
    left: 15px;
  }
  .kontakt-h1 {
    margin-top: 64px;
    left: 37vw;
  }
  .kontakt-text {
    left: 37vw;
  }
}
/* Tablet */
@media (min-width: 768px) and (max-width: 1023px) {
  .language-switcher {
    top: 35px;
    right: 43px;
  }
  .wer-sind-wir-h1 {
    font-size: 64px;
    margin-top: 48px;
    left: 18vw;
  }
  .wer-sind-wir-text {
    width: 100%;
    max-width: 61vw;
    font-size: 20px;
    margin-top: 180px;
    white-space: pre-line;
    position: relative;
    left: 5vw;
    padding-bottom: 15px;
  }
  .GF-Image-Text {
    font-size: 20px;
    min-width: 250px;
    margin-left: 0vw;
  }
  .immobilien-h1 {
    font-size: 64px;
    margin-top: 72px;
    left: 8vw;
  }
  .immobilien-text {
    font-size: 20px;
    margin-top: 208px;
  }
  .immobilien-image-Text {
    font-size: 18px;
    bottom: -15px;
    left: 15px;
  }
  .kontakt-h1 {
    margin-top: 64px;
    left: 37vw;
  }
  .kontakt-text {
    margin-top: 177px;
    left: 37vw;
  }
}
/* Mobile */
@media (max-width: 767px) {
  .language-switcher {
    top: 35px;
    right: 43px;
    font-size: 16px;
  }
  .wer-sind-wir-h1 {
    font-size: 40px;
    left: 9vw;
    margin-top: 72px;
  }
  .wer-sind-wir-text {
    width: auto;
    max-width: 90vw;
    font-size: 16px;
    margin-top: 158px;
    margin-left: 5vw;
    margin-right: 5vw;
    word-break: break-word;
  }
  .GF-Image-Text {
    font-size: 14px;
    left: 1vw;
    font-weight: 600;
    min-width: 250px;
  }
  .immobilien-h1 {
    margin-top: 72px;
    font-size: 40px;
    left: 10vw;
    width: 60%;
    margin-bottom: 0vh;
  }
  .immobilien-text {
    font-size: 16px;
    margin-top: 208px;
  }
  .immobilien-image-Text {
    font-size: 23px;
    bottom: -10px;
  }
  .kontakt-h1 {
    font-size: 40px;
    margin-top: 64px;
    left: 12vw;
  }
  .kontakt-text {
    left: 14vw;
    margin-top: 177px;
    font-size: 16px;
    width: 75%;
  }
  .datenschutz-h1,
  .impressum-h1 {
    font-family: Garamond-custom;
    font-size: 36px;
    margin-top: 135px;
  }
  .datenschutz-text,
  .impressum-text {
    font-family: Heebo-custom;
    font-size: 16px;
  }
  .datenschutz-text.middle,
  .impressum-text.middle {
    margin-top: 10px;
  }
}
@media (max-width: 400px) {
  .datenschutz-h1 {
    width: 60%;
  }
  .datenschutz-text {
    margin-top: 290px;
  }
}
/* tablet Landscape*/
@media (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
  .immobilien-image-Text {
    color: #2F393A;
    font-family: Heebo-custom;
    font-size: 13px;
    white-space: pre-line;
    position: absolute;
    bottom: -10px;
    left: 10px;
  }
}
@supports (-webkit-touch-callout: none) {
  /* Mobile IOS */
  @media (max-width: 767px) {
    .immobilien-image-Text {
      font-size: 20px;
      bottom: -11px;
      left: 17px;
    }
  }
  /* tablet IOS but bigger */
  @media (min-width: 768px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .immobilien-image-Text {
      font-size: 11px;
      bottom: -9px;
      left: 9px;
    }
  }
  /* tablet IOS */
  @media (min-width: 768px) and (max-width: 1023) {
    .immobilien-image-Text {
      color: #2F393A;
      font-family: Heebo-custom;
      font-size: 13px;
      white-space: pre-line;
      position: absolute;
      bottom: -10px;
      left: 13px;
    }
  }
}