h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 300;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
}

.nav-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #4196ab;
}

.nav-container {
  width: 80%;
  height: 100%;
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
}

.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.logo-text {
  display: block;
  margin-bottom: 0px;
  padding-right: 12px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'Patrick Hand SC', sans-serif;
  color: #fdfdfd;
  font-size: 40px;
  line-height: 50px;
  font-style: italic;
}

.logo-text:hover {
  color: #275a67;
}

.nav-item {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #fdfdfd;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  text-decoration: none;
  text-transform: none;
}

.nav-item:hover {
  color: #275a67;
  font-weight: 300;
}

.nav-item.w--current {
  color: #275a67;
  font-style: normal;
  font-weight: 300;
}

.title-section {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-heading {
  display: block;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fdfdfd;
  font-size: 85px;
  line-height: 80px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
}

.hero-line {
  display: block;
  width: 70%;
  height: 2px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fdfdfd;
  opacity: 1;
}

.hero-subheading {
  margin-top: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fdfdfd;
  font-size: 48px;
  line-height: 47px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: none;
}

.slide3 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#272727), color-stop(50%, rgba(39, 39, 39, 0))), url('../images/Natur1-min2.jpeg');
  background-image: linear-gradient(0deg, #272727, rgba(39, 39, 39, 0) 50%), url('../images/Natur1-min2.jpeg');
  background-position: 0px 0px, 50% 90%;
  background-size: auto, cover;
}

.slide2 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#272727), color-stop(50%, rgba(39, 39, 39, 0))), url('../images/Mueritz1-min2.jpeg');
  background-image: linear-gradient(0deg, #272727, rgba(39, 39, 39, 0) 50%), url('../images/Mueritz1-min2.jpeg');
  background-position: 0px 0px, 50% 55%;
  background-size: auto, cover;
}

.slide1 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#272727), color-stop(20%, rgba(39, 39, 39, 0))), url('../images/Wohnen_2-min2.jpg');
  background-image: linear-gradient(0deg, #272727, rgba(39, 39, 39, 0) 20%), url('../images/Wohnen_2-min2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.hero-slider {
  height: 100vh;
}

.right-arrow {
  z-index: 2;
}

.slider-arrow-icon {
  opacity: 0.45;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.slider-arrow-icon:hover {
  opacity: 1;
}

.welcome-section.section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #272727;
}

.container-white {
  color: #fdfdfd;
}

.heading {
  margin-top: 0px;
  font-weight: 300;
  text-align: center;
}

.flat-information {
  display: inline;
  width: 50%;
  margin-bottom: 20px;
  padding-left: 15px;
  float: right;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  margin-left: 15px;
  padding: 15px 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 0px;
  background-color: #d05461;
  box-shadow: 0 1px 0 0 transparent;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  color: #fdfdfd;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}

.button:hover {
  background-color: #b0414d;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
}

.button.pop-up-button {
  display: inline-block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  cursor: pointer;
}

.dropdown-list {
  width: 100%;
}

.dropdown-list.w--open {
  position: relative;
}

.subheading {
  margin-top: 15px;
  margin-bottom: 20px;
  text-align: center;
}

.flat-image {
  display: block;
  width: 50%;
  margin-bottom: 30px;
  padding-right: 15px;
  padding-left: 0px;
  float: left;
}

.dropdown-toggle {
  z-index: 0;
  padding: 15px 50px 15px 30px;
  background-color: #4196ab;
  color: #fdfdfd;
}

.dropdown-toggle:hover {
  background-color: #275a67;
}

.flat-paragraph {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
  padding-left: 15px;
}

.preis {
  position: absolute;
  z-index: 0;
  display: inline-block;
}

.flat-section.section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.prize-text {
  display: block;
  padding: 10px 20px 10px 30px;
}

.pop-up-list {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 20px;
  line-height: 30px;
  list-style-type: none;
}

.accordion-list-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fdfdfd;
  font-size: 20px;
  line-height: 25px;
  text-align: left;
}

.pop-up {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 4;
  display: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(39, 39, 39, 0.85)), to(rgba(39, 39, 39, 0.85)));
  background-image: linear-gradient(180deg, rgba(39, 39, 39, 0.85), rgba(39, 39, 39, 0.85));
  opacity: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  text-align: center;
}

.pop-up-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: inline-block;
  width: 1020px;
  max-width: 100%;
  margin: 45px auto auto;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#fdfdfd));
  background-image: linear-gradient(180deg, #fdfdfd, #fdfdfd);
}

.thumbnail-row-hidden {
  display: none;
  margin-top: 15px;
  margin-right: -10px;
  margin-left: -10px;
}

.accordion-list {
  position: relative;
  overflow: hidden;
  height: 0px;
}

.thumbnail-img {
  display: inline-block;
  width: 100%;
}

.thumbnail-img:hover {
  box-shadow: none;
}

.text-block-2 {
  text-align: left;
}

.close-pop-up {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  width: 50px;
  margin-top: 25px;
  margin-right: 25px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  text-decoration: none;
}

.close-pop-up:hover {
  opacity: 0.7;
}

.toggle {
  position: static;
  z-index: 1;
  display: block;
  width: 100%;
  float: left;
  background-color: #4196ab;
}

.accordion-icon {
  color: #fdfdfd;
}

.ausstattung-row {
  margin-right: -5px;
  margin-left: -5px;
}

.ausstattung-col {
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
}

.accordion {
  display: inline-block;
  width: 100%;
  background-color: #4196ab;
}

.thumbnail-row {
  margin-top: 0px;
  margin-right: -10px;
  margin-left: -10px;
}

.lightbox-link {
  display: inline-block;
  width: 100%;
  cursor: pointer;
}

.insights-column {
  padding-bottom: 20px;
}

.insights-section.section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #275a67;
}

.contact-section {
  display: block;
  min-height: 300px;
  padding-top: 70px;
  padding-bottom: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #275a67;
}

.contact-section.section {
  min-height: auto;
  padding-bottom: 5px;
  background-color: #272727;
}

.button-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.additional-info {
  position: relative;
  left: 65px;
  bottom: 7px;
  z-index: 25;
  width: 300px;
  margin-right: 63px;
  padding: 5px;
  float: right;
  border-style: solid;
  border-color: #fdfdfd;
  border-top-right-radius: 17px;
  border-bottom-left-radius: 17px;
  border-bottom-right-radius: 17px;
  background-color: #fdfdfd;
  opacity: 0;
  color: #272727;
  font-size: 14px;
}

.environment-row.thumbnail-row {
  margin-top: 20px;
}

.environment-column {
  padding-right: 10px;
  padding-left: 10px;
}

.paragraph-link {
  color: #4196ab;
  text-decoration: none;
}

.paragraph-link:hover {
  color: #275a67;
}

.environment-section {
  min-height: 300px;
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #fff1dc;
}

.environment-section.section {
  background-color: #fdfdfd;
  color: #272727;
}

.phone-number1.footer-link {
  display: block;
  margin-top: 0px;
  margin-bottom: 5px;
}

.footer-heading {
  font-weight: 300;
}

.footer-link {
  display: block;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

.footer-link:hover {
  color: #275a67;
}

.footer-link.phone-number1 {
  display: block;
}

.row-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.upper-footer {
  display: block;
  padding-top: 65px;
  padding-bottom: 65px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #4196ab;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
}

.contact-icon {
  display: inline;
  margin-top: 10px;
  padding-bottom: 4px;
}

.contact-icon.tfw-icon {
  -webkit-filter: brightness(5000%);
  filter: brightness(5000%);
}

.footer-subheading {
  margin-bottom: 0px;
}

.map {
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.map-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.lower-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #272727;
}

.lower-footer-wrap {
  width: 80%;
}

.legal-link {
  position: relative;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: inline;
  float: right;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #696969;
  text-align: right;
  text-decoration: none;
}

.legal-link:hover {
  color: #fdfdfd;
  text-decoration: none;
}

.legal {
  color: #696969;
  font-size: 14px;
}

.impressum-section.section {
  margin-top: 80px;
  padding-top: 20px;
  background-color: #fdfdfd;
}

.impressum-heading {
  font-weight: 300;
}

.impressum-hero-heading {
  font-weight: 300;
  text-align: left;
}

.paragraph-list {
  font-size: 18px;
  line-height: 24px;
}

.source-text {
  margin-top: 30px;
  margin-bottom: 30px;
}

.impressum-subheading {
  font-weight: 400;
}

.body {
  font-family: Dosis, sans-serif;
  font-size: 16px;
}

.html-embed {
  text-align: center;
}

.toggle-2 {
  display: inline-block;
  width: 100%;
  float: left;
}

.dropdown-list-2 {
  margin-top: 4em;
}

@media screen and (max-width: 991px) {
  .nav-bar {
    z-index: 4;
  }
  .nav-item {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .nav-menu-button-mobile {
    top: 0px;
    right: 0px;
    bottom: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .nav-menu-button-mobile.w--open {
    float: right;
  }
  .nav-menu-icon {
    color: #fdfdfd;
  }
  .title-section {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    min-width: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hero-heading {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 48px;
    line-height: 40px;
  }
  .hero-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .hero-subheading {
    width: 100%;
    font-size: 28px;
    line-height: 20px;
    text-align: center;
  }
  .slider-nav {
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
  .slide3 {
    background-position: 0px 0px, 50% 0px;
    background-size: auto, cover;
  }
  .slide2 {
    background-position: 0px 0px, 50% 50%;
  }
  .slide1 {
    background-position: 0px 0px, 50% 50%;
  }
  .hero-slider {
    width: 100%;
  }
  .slider-arrow-icon {
    opacity: 0.3;
  }
  .paragraph {
    text-align: justify;
  }
  .flat-information {
    width: 100%;
    padding-left: 0px;
    float: left;
    text-align: center;
  }
  .button.pop-up-button {
    display: block;
    width: 50%;
    max-height: 50px;
    margin-right: -15px;
    margin-left: auto;
    float: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }
  .dropdown-list.w--open {
    position: absolute;
    margin-left: 30px;
    background-color: transparent;
  }
  .flat-image {
    width: 100%;
    margin-bottom: 15px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .dropdown-toggle {
    display: block;
    overflow: hidden;
    margin-left: 30px;
    float: none;
  }
  .dropdown-toggle.w--open {
    width: 93%;
  }
  .div-block-13 {
    position: relative;
    z-index: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    float: left;
  }
  .flat-paragraph {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .preis {
    position: static;
    margin-right: auto;
    float: left;
    clear: none;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .prize-text {
    width: 48.4%;
    background-color: #e8e8e8;
  }
  .pop-up-wrapper {
    width: 100%;
    max-width: 1024px;
  }
  .close-pop-up {
    margin-top: 15px;
    margin-right: 15px;
  }
  .environment-column {
    padding-right: 10px;
    padding-left: 10px;
  }
  .upper-footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .map {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .map-column {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .hero-slider {
    height: 30vh;
  }
  .slider-arrow-icon {
    margin-left: 0px;
  }
  .welcome-section.section {
    padding-top: 110px;
  }
  .flat-information {
    text-align: center;
  }
  .button.pop-up-button {
    display: block;
    width: 65%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .dropdown-list.w--open {
    position: absolute;
    margin-left: 0px;
  }
  .dropdown-toggle {
    margin-left: 0px;
    text-align: center;
  }
  .dropdown-toggle:hover {
    box-shadow: none;
  }
  .dropdown-toggle.w--open {
    width: 100%;
  }
  .div-block-13 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .preis {
    width: 65%;
    margin-top: 10px;
  }
  .prize-text {
    width: 65%;
  }
  .pop-up-wrapper {
    display: block;
    margin-top: auto;
    margin-bottom: auto;
  }
  .thumbnail-row-hidden {
    margin-top: 0px;
  }
  .close-pop-up {
    width: 35px;
    height: 35px;
    margin-top: 10px;
  }
  .pop-col {
    padding-right: 5px;
    padding-bottom: 10px;
    padding-left: 5px;
  }
  .thumbnail-row {
    margin-top: 0px;
  }
  .insights-column {
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
  }
  .environment-column {
    display: block;
  }
  .row-7 {
    display: inline-block;
  }
  .contact-icon {
    margin-top: 10px;
  }
  .map {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .map-column {
    display: inline-block;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .impressum-section.section {
    margin-top: 60px;
    padding-top: 20px;
  }
  .impressum-heading {
    font-size: 25px;
  }
  .impressum-hero-heading {
    font-size: 35px;
  }
}

@media screen and (max-width: 479px) {
  .top-div {
    display: inline;
    overflow: hidden;
    float: right;
  }
  .nav-bar {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .logo {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .logo-text {
    display: block;
  }
  .nav-menu-button-mobile {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
  }
  .title-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-width: 0px;
  }
  .hero-container {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .hero-heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 38px;
    line-height: 40px;
  }
  .hero-line {
    position: static;
    display: block;
    margin-left: 15%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .hero-subheading {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 24px;
    text-align: center;
  }
  .slider-nav {
    display: none;
    width: 100vh;
  }
  .slide2 {
    width: 100%;
  }
  .left-arrow {
    display: none;
  }
  .slide1 {
    width: 100%;
  }
  .right-arrow {
    display: none;
  }
  .heading {
    font-size: 38px;
    line-height: 50px;
  }
  .paragraph {
    margin-bottom: 0px;
    font-size: 16px;
  }
  .paragraph.anreise {
    margin-bottom: 15px;
  }
  .flat-information {
    padding-left: 0px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }
  .button {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .button.pop-up-button {
    display: block;
    width: 100%;
  }
  .dropdown-list.w--open {
    position: absolute;
    margin-left: 0px;
  }
  .flat-image {
    margin-bottom: 15px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .dropdown-toggle {
    margin-left: 0px;
  }
  .div-block-13 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .flat-paragraph {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 16px;
  }
  .preis {
    width: 100%;
    margin-top: 10px;
  }
  .prize-text {
    width: 100%;
  }
  .pop-up-wrapper {
    margin: 0px;
    padding: 15px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#fdfdfd));
    background-image: linear-gradient(180deg, #fdfdfd, #fdfdfd);
  }
  .thumbnail-row-hidden {
    display: none;
    margin-top: 0px;
    float: none;
  }
  .thumbnail-img {
    display: inline-block;
  }
  .close-pop-up {
    width: 25px;
    height: 25px;
    margin-top: 6px;
    margin-right: 6px;
  }
  .pop-col {
    padding-right: 4.5px;
    padding-bottom: 9px;
    padding-left: 4.5px;
  }
  .thumbnail-row {
    display: inline-block;
    margin-top: 0px;
    margin-right: -15px;
    margin-left: -15px;
    float: none;
  }
  .lightbox-link {
    margin-bottom: 10px;
  }
  .insights-column {
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
  }
  .environment-column {
    display: block;
    padding-right: 2px;
    padding-left: 4px;
  }
  .paragraph-link {
    direction: ltr;
  }
  .environment-section.section {
    padding-right: 10px;
    padding-left: 10px;
  }
  .footer-link {
    margin-right: 20px;
    font-size: 20px;
    line-height: 28px;
  }
  .row-7 {
    display: inline-block;
  }
  .column-22 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .upper-footer {
    padding-bottom: 0px;
  }
  .map {
    height: 300px;
  }
  .map-column {
    position: relative;
    display: block;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .impressum-heading {
    font-size: 18px;
    font-weight: 400;
  }
  .impressum-hero-heading {
    display: block;
    overflow: hidden;
    font-size: 25px;
    font-weight: 400;
    -webkit-column-count: 2;
    column-count: 2;
  }
}

