body {
  background-color: #fff;
  font-family: 'Cormorant Garamond', sans-serif;
  color: #333;
  font-size: 21px;
  line-height: 30px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 43px;
  line-height: 47px;
  font-weight: 400;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #000;
  font-size: 24.5px;
  line-height: 36px;
  font-weight: 400;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #000;
  font-size: 26px;
  line-height: 34px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
}

p {
  margin-bottom: 5px;
}

a {
  color: #fec82f;
  text-decoration: underline;
  cursor: pointer;
}

figcaption {
  margin-top: 5px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  line-height: 24px;
  text-align: center;
}

.go-up-button {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  margin-right: 15px;
  margin-bottom: 13px;
  -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;
  border-radius: 50%;
  background-color: #ae9775;
  background-image: url('../images/flecha-hacia-arriba.svg');
  background-position: 50% 50%;
  background-size: 15px 100%;
  background-repeat: no-repeat;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  font-size: 25px;
  font-weight: 300;
  text-decoration: none;
}

.go-up-button.w--current {
  z-index: 100;
  background-color: #ae9775;
}

.call-us {
  position: relative;
  display: inline-block;
  height: 63px;
  padding-top: 5px;
  padding-right: 20px;
  padding-left: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #fec82f;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-decoration: none;
}

.call-us:hover {
  opacity: 0.85;
}

.dropdown-arrow {
  display: none;
  margin-top: 25px;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navlink {
  overflow: hidden;
  height: 63px;
  padding-top: 17px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
}

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

.navlink.w--current {
  color: #000;
  font-weight: 400;
}

.underline-fix {
  width: 101%;
  height: 2px;
  background-color: #fec82f;
}

.subtitle {
  font-family: Roboto, sans-serif;
  color: #fec82f;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

.subtitle.black {
  color: #000;
}

.inner-wrapper {
  padding-right: 3%;
  padding-left: 3%;
}

.brand {
  display: none;
  height: 63px;
  -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-transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, opacity 200ms ease;
  transition: transform 200ms ease, opacity 200ms ease, -webkit-transform 200ms ease;
}

.brand:hover {
  opacity: 0.85;
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.brand.w--current {
  position: absolute;
  display: none;
  height: 80px;
  margin-top: -5px;
  color: #83bad0;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 80px;
  border-top: 5px solid #ae9775;
  background-color: #fff;
  box-shadow: 1px 1px 14px 0 rgba(0, 0, 0, 0.5);
}

.dropdown {
  height: 63px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.call-text {
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 18px;
  font-weight: 300;
}

.dropdown-toggle {
  height: 100%;
  padding-top: 17px;
  padding-right: 40px;
  padding-left: 7px;
}

.top-margin {
  position: relative;
}

.top-margin._40-pixels {
  margin-top: 40px;
}

.top-margin._20-pixels {
  position: relative;
  margin-top: 0px;
}

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

.top-margin._10-pixels.center-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -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;
}

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

.top-margin._15-pixels {
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
}

.top-margin._15-pixels.startseite {
  font-size: 18px;
  line-height: 28px;
}

.top-margin._5-pixels {
  margin-top: 5px;
}

.top-margin._30-pixels {
  margin-top: 30px;
}

.negative-margin {
  position: relative;
  top: -5px;
  height: 100%;
}

.set {
  margin-top: 40px;
}

.phone {
  position: relative;
  top: 19px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content-wrapper {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.content-wrapper.wide {
  max-width: 100%;
  padding-right: 100px;
  padding-left: 100px;
}

.content-wrapper.inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 420px;
  padding-top: 4%;
  -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-text-box {
  width: 50%;
  max-width: 530px;
  text-align: center;
}

.h1-hero {
  color: #fff;
  font-size: 42px;
  line-height: 49px;
  font-weight: 400;
}

.top-line {
  margin-top: 5px;
  padding-top: 7px;
  border-top: 1px solid #a4aebe;
}

.dropdown-list {
  top: 61px;
}

.dropdown-list.w--open {
  top: 63px;
}

.dropdown-link {
  min-width: 130px;
  background-color: #fff;
  -webkit-transition: padding 200ms ease, background-color 200ms ease;
  transition: padding 200ms ease, background-color 200ms ease;
}

.dropdown-link:hover {
  padding-left: 25px;
  background-color: #e6ebef;
}

.dropdown-link.w--current {
  color: #000;
  font-weight: 400;
}

.small-text {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
}

.small-text.gray {
  color: #69707b;
}

.hero-section {
  position: relative;
  overflow: hidden;
  height: 90vh;
  max-height: 950px;
  min-height: 600px;
}

.hero-section.inner {
  min-height: 400px;
}

.content-section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 60px;
}

.content-section.double {
  display: block;
  padding-bottom: 100px;
}

.content-section.video {
  display: block;
  margin-bottom: 40px;
}

.content-section.final {
  display: block;
  padding-bottom: 80px;
}

.image {
  position: relative;
  top: -3px;
  margin-right: 8px;
}

.title {
  position: relative;
  display: block;
  color: #000;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.title.white {
  color: #fff;
}

.title.yellow {
  display: block;
  color: #83bad0;
}

.flex-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-left.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.absolute {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 120%;
  margin-top: auto;
  margin-bottom: 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;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.absolute.inner {
  height: 140%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/b6ce3b82098099.5d1337b11a753.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/b6ce3b82098099.5d1337b11a753.jpg');
  background-position: 0px 0px, 50% 16%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.absolute.index {
  height: 130%;
  background-color: #ae9775;
  background-image: none;
}

.absolute.index.aktuelle-projekte {
  background-image: url('../images/hero-aktuelle-projekte-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.absolute.index.abgeschlossene-projekte {
  background-image: url('../images/hero-abgeschlossene-projekte-min.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.absolute.front {
  background-image: url('../images/philosophie-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.absolute.front.aktuelle-projekte {
  background-image: url('../images/190928_Niederbieber_Version-2_2---Photo_1.jpg');
  background-position: 100% 50%;
}

.absolute.amenities-1 {
  background-image: url('../images/nachhaltigkeit.min.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.absolute.amenities-2 {
  background-image: url('../images/ausstattung-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.absolute.video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  background-image: url('../images/42fb6e82098099.5d1337b119d5a.jpg');
  background-position: 88% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.absolute.amenities-3 {
  height: 130%;
  background-image: url('../images/garantie-min.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.absolute.slide-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 130%;
  background-image: url('../images/kueche-banner.jpg');
  background-position: 50% 50%;
  color: #ae9775;
}

.absolute.slide-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 130%;
  background-image: url('../images/PHOTO-2020-02-09-12-05-22..jpg');
  background-position: 50% 50%;
  background-size: contain;
}

.absolute.slide-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 130%;
  background-image: url('../images/PHOTO-2020-02-09-12-05-25.jpg');
  background-position: 50% 50%;
  background-size: contain;
}

.absolute.apointment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 125%;
  background-image: url('../images/PHOTO-2020-02-04-22-12-17_1.jpg'), url('../images/b6ce3b82098099.5d1337b11a753.jpg');
  background-position: 50% 100%, 50% 50%;
  background-size: cover, cover;
  background-repeat: repeat, no-repeat;
}

.absolute.garage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: url('../images/DSC_7153.jpg'), url('../images/0344fb82098099.5d1337b11aa67.jpg');
  background-position: 50% 100%, 50% 50%;
  background-size: cover, cover;
  background-repeat: repeat, no-repeat;
}

.absolute.property {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: url('../images/aktuelle-projekte-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.absolute.property-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: url('../images/abgeschlossene-projekte-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.absolute.slide-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 130%;
  background-image: url('../images/PHOTO-2020-02-09-12-05-22.jpg');
  background-position: 50% 50%;
  background-size: contain;
}

.absolute.slide-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 130%;
  background-image: url('../images/PHOTO-2020-02-04-22-12-15.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.absolute.slide-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 130%;
  background-image: url('../images/PHOTO-2020-02-04-22-12-15-1.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.absolute.slide-2-1 {
  background-image: url('../images/DSC_7282.jpg');
  background-size: contain;
}

.absolute.slide-2-2 {
  background-image: url('../images/DSC_7172.jpg');
  background-size: contain;
}

.absolute.slide-2-3 {
  background-image: url('../images/DSC_7290.jpg');
}

.absolute.slide-2-4 {
  background-image: url('../images/image00005.jpg');
}

.absolute.slide-2-5 {
  background-image: url('../images/DSC_7094.jpg');
  background-size: contain;
}

.absolute.slide-2-6 {
  background-image: url('../images/DSC_7075.jpg');
  background-size: contain;
}

.absolute.slide-2-7 {
  background-image: url('../images/DSC_7195.jpg');
  background-size: contain;
}

.absolute.slide-2-8 {
  background-image: url('../images/DSC_7144.jpg');
  background-size: contain;
}

.absolute.slide-2-9 {
  background-image: url('../images/DSC_7206.jpg');
  background-position: 39% 0%;
  background-size: contain;
}

.absolute.slide-3-1 {
  background-image: url('../images/slider-1-1-min.jpg');
}

.absolute.slide-3-2 {
  background-image: url('../images/slider-1-2-min.jpg');
}

.absolute.slide-3-3 {
  background-image: url('../images/slider-1-3-min.jpg');
}

.absolute.slider-3-4 {
  background-image: url('../images/slider-1-4-min.jpg');
}

.absolute.slider-3-5 {
  background-image: url('../images/slider-1-5-min.jpg');
}

.absolute.slide1-1 {
  background-image: url('../images/190928_Niederbieber_Version-2_1---Photo.jpg');
  background-size: contain;
}

.absolute.slide-7 {
  background-image: url('../images/190928_Niederbieber_Version-2_6---Photo.jpg');
  background-size: contain;
}

.absolute.slide-1-8 {
  background-image: url('../images/190928_Niederbieber_Version-2_2---Photo.jpg');
  background-size: contain;
}

.hero-flex {
  width: 42%;
  height: 90vh;
  max-height: 1000px;
  padding: 14% 4% 10%;
  background-color: rgba(0, 0, 0, 0.75);
}

.h1-white {
  margin-top: 10px;
  color: #fff;
  font-size: 41px;
  line-height: 45px;
}

.for-sell-tag {
  display: inline-block;
  padding: 4px 5px 2px;
  border-radius: 1.5px;
  background-color: #fec82f;
  font-family: Roboto, sans-serif;
  font-size: 10px;
  line-height: 10px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100000000;
  display: none;
  -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: #fff;
  font-family: Roboto, sans-serif;
  color: #69707b;
  font-size: 14px;
}

.intro-description {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: rgba(174, 151, 117, 0.2);
}

.details-item {
  width: 19%;
  text-align: center;
}

.number {
  margin-bottom: 0px;
  font-size: 26px;
  line-height: 46px;
  font-weight: 400;
}

.text-block {
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 15px;
  font-weight: 300;
}

.text-block.bold {
  font-weight: 500;
}

.cta-link {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 135px;
  height: 135px;
  margin-top: 10%;
  margin-right: 2%;
  padding-right: 10px;
  padding-left: 10px;
  -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;
  border-radius: 50%;
  background-color: #ae9775;
  color: #000;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  text-decoration: none;
}

.center-box {
  position: relative;
  z-index: 1;
  display: block;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  text-align: center;
}

.relative {
  position: relative;
  overflow: hidden;
}

.left-column-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 3%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.background-yellow {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #fec82f;
}

.right-column-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 0px;
  padding-left: 3%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._88-percent-column {
  width: 88%;
  height: auto;
}

.capital-letter {
  position: relative;
  top: 8px;
  font-size: 36px;
  line-height: 36px;
}

.profile-pic {
  width: 200px;
  height: 200px;
  border-style: solid;
  border-width: 3px;
  border-color: #ae9775;
  border-radius: 50%;
  background-image: url('../images/goran-naric-min.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-clip: border-box;
}

.profile-pic.margaret {
  background-image: url('../images/T-1_1T-1.jpg');
}

.profile-pic.roger {
  background-image: url('../images/T-2_1T-2.jpg');
}

.profile-pic.silvia {
  background-image: url('../images/T-3_1T-3.jpg');
}

.title-mini {
  position: relative;
  z-index: 1;
  display: inline-block;
  color: #69707b;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.title-mini.white {
  color: #fff;
}

.yellow {
  color: #ae9775;
}

.yellow-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin: 15px 15px -15px -15px;
  background-color: #83bad0;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.flex.full-height {
  height: 100%;
}

.gallery-item-2 {
  position: relative;
  overflow: hidden;
  width: 65%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  width: 33.3333%;
}

.gallery-item-3 {
  position: relative;
  overflow: hidden;
  width: 33.3333%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.gallery-item-5 {
  position: relative;
  overflow: hidden;
  width: 33.3333%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.gallery-item-4 {
  position: relative;
  overflow: hidden;
  width: 33.3333%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.absolute-hover {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 120%;
  margin-top: auto;
  margin-bottom: 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;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.absolute-hover.gallery-1 {
  height: 130%;
  background-image: url('../images/galerie-1-min.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: repeat;
  color: #83bad0;
  background-clip: border-box;
}

.absolute-hover.gallery-2 {
  height: 130%;
  background-image: url('../images/galerie-2-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #83bad0;
}

.absolute-hover.gallery-3 {
  height: 130%;
  background-image: url('../images/galerie-3-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
  color: #83bad0;
}

.absolute-hover.gallery-4 {
  height: 130%;
  background-image: url('../images/galerie-4-min.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: repeat;
  color: #83bad0;
}

.absolute-hover.gallery-5 {
  height: 130%;
  background-image: url('../images/galerie-5-min.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: repeat;
  color: #83bad0;
}

.amenities-box {
  position: relative;
  overflow: hidden;
  width: 33.3333%;
}

.amenities-yellow-box {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 9%;
  -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: #ae9775;
  text-align: center;
}

.outline-icon {
  width: 60px;
  height: 60px;
  border: 1px solid #000;
  border-radius: 50%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: 125px;
  background-repeat: no-repeat;
}

.outline-icon.family {
  background-image: url('../images/cuarto-familiar.svg');
  background-size: 32px;
}

.outline-icon.tree {
  background-image: url('../images/arbol.svg');
  background-size: 34px;
}

.outline-icon.car {
  background-image: url('../images/cuenca.svg');
  background-size: 32px;
}

.property-title {
  margin-top: 0px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  font-size: 26px;
  line-height: 36px;
  font-weight: 400;
  text-decoration: none;
}

.property-title:hover {
  color: #ae9775;
}

.property-title.w--current {
  color: #fff;
}

.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.video-bg {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 40%;
  margin-bottom: -40px;
  background-color: #fec82f;
}

.play-button {
  width: 90px;
  height: 90px;
  border: 2px solid #fec82f;
  border-radius: 50%;
  background-image: url('../images/simbolo-de-reproduccion-multimedia.svg');
  background-position: 57% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.left-box {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 30px;
  margin-left: 20px;
  text-align: left;
}

.full-section {
  position: relative;
  overflow: hidden;
  height: 600px;
  background-color: #000;
}

.full-section.projekte-slider {
  height: 675px;
}

.display-none {
  display: block;
}

.slider {
  display: block;
  height: 100%;
  background-color: #414141;
}

.slider.absolute {
  height: 100%;
}

.lightbox-link {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  color: #83bad0;
}

.left-arrow {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 30px;
  height: 30px;
  margin-right: 50px;
  margin-bottom: 20px;
  border-top-left-radius: 2.5px;
  border-bottom-left-radius: 2.5px;
  background-color: #ae9775;
  color: #000;
  font-size: 18px;
}

.right-arrow {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 30px;
  height: 30px;
  margin-right: 20px;
  margin-bottom: 20px;
  border-top-right-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  background-color: #ae9775;
}

.image-arrow {
  margin-bottom: 5px;
}

.image-arrow.right {
  margin-bottom: 10px;
}

.features-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.feature {
  width: 25%;
  margin-right: 5%;
  margin-bottom: 5%;
  border-style: solid;
  border-width: 1px;
  border-color: #aab2b9;
  border-radius: 5px;
}

.feature._3 {
  margin-right: 0%;
}

.feature._4 {
  margin-bottom: 0px;
}

.feature._5 {
  margin-bottom: 0px;
}

.feature._5 {
  margin-bottom: 0px;
}

.feature._6 {
  margin-right: 0%;
  margin-bottom: 0%;
}

.top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 93px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #aab2b9;
  text-align: center;
}

.yellow-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #fec82f;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.yellow-icon.house {
  background-image: url('../images/casa-1.svg');
}

.yellow-icon.money {
  background-image: url('../images/bolsa-de-dinero.svg');
}

.yellow-icon.shield {
  background-image: url('../images/secure-shield.svg');
}

.yellow-icon.bulb {
  background-image: url('../images/idea.svg');
}

.yellow-icon.hands {
  background-image: url('../images/apoyar.svg');
}

.yellow-icon.team {
  background-image: url('../images/colaboracion.svg');
}

.feature-text-box {
  padding: 15px 6% 25px;
  text-align: center;
}

.feature-text {
  font-size: 23px;
  line-height: 28px;
  font-style: italic;
}

._56-percent-image {
  position: relative;
  overflow: hidden;
  width: 56%;
  height: 100%;
  background-color: #e6ebef;
}

.yellow-left-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fec82f;
}

.box-left-yellow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 74%;
  min-width: 436px;
  padding-left: 13%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h3-big {
  font-size: 35px;
  line-height: 40px;
}

.button {
  min-height: 42px;
  min-width: 130px;
  padding: 13px 4%;
  border: 1px solid #000;
  background-color: transparent;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
}

.button:hover {
  background-color: #000;
  color: #fff;
}

._32-percent-column {
  width: 32%;
}

.expand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

._30-percent-column {
  width: 30%;
}

.item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.item.no-margin {
  margin-bottom: 0px;
}

.checkbox {
  margin-right: 8px;
}

._66-percent-column-text {
  width: 66%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.testimonials {
  position: relative;
  display: block;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000;
}

.slider-testimonials {
  height: 100%;
  background-color: transparent;
}

.slide-arrows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.slide-arrows:hover {
  opacity: 0.85;
}

.testimonial-text {
  color: #fff;
  font-size: 31px;
  line-height: 41px;
  font-style: italic;
}

.center-flex {
  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;
}

.column-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-field {
  width: 48%;
  height: 48px;
  margin-bottom: 20px;
  border: 1px solid #000;
  background-color: #fff;
  font-family: Roboto, sans-serif;
}

.text-field.full {
  width: 100%;
}

.text-field.message {
  width: 100%;
  padding-bottom: 73px;
}

.text-field.login {
  width: 100%;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.submit-button {
  min-height: 42px;
  padding-right: 70px;
  padding-left: 70px;
  background-color: #83bad0;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 15px;
  text-align: center;
}

.submit-button:hover {
  opacity: 0.9;
}

.form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.success-message {
  background-color: transparent;
  font-family: Roboto, sans-serif;
  font-size: 15px;
}

.error-message {
  font-family: Roboto, sans-serif;
  font-size: 13px;
  line-height: 23px;
}

.contact-us-column {
  width: 60%;
}

.text-link {
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
}

.left-map {
  position: relative;
  overflow: hidden;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.map {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100%;
}

.map-right {
  position: relative;
  display: none;
  overflow: hidden;
  width: 56%;
  height: 100%;
  padding-top: 3%;
  padding-bottom: 3%;
  padding-left: 5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ae9775;
}

._65-percent-column {
  width: 422px;
  max-width: 420px;
}

.image-block {
  width: 58%;
  margin-top: 10px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.image-block:hover {
  opacity: 0.85;
}

.big-link {
  border-bottom: 1px solid #000;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: 'Cormorant Garamond', sans-serif;
  color: #000;
  font-size: 21px;
  font-weight: 300;
  text-decoration: none;
}

.big-link:hover {
  opacity: 0.85;
}

.property-column {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 75%;
}

.property-text-box {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-right: 4%;
  margin-bottom: 4%;
  margin-left: 4%;
}

.h4-big {
  margin-top: 0px;
  color: #000;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}

.footer {
  position: relative;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: rgba(174, 151, 117, 0.2);
  color: #fff;
  font-size: 11px;
  line-height: 22px;
}

.flex-space {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-space.wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-space.wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.go-up {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 28px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
}

.right-border {
  margin-left: 10px;
}

.frame {
  position: relative;
  height: 100%;
}

.heading {
  color: #333;
  font-weight: 400;
  text-transform: uppercase;
}

.schedule {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 438px;
  background-color: #000;
}

.location {
  position: relative;
  height: 438px;
  margin-top: 60px;
  background-color: #000;
}

.block-quote {
  font-size: 29px;
  line-height: 37px;
  font-style: italic;
}

.row {
  margin-bottom: 3%;
}

.overflow-hidden {
  overflow: hidden;
  width: 100%;
  margin-top: 3px;
}

.open-close-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 28px;
  margin-top: 10px;
  margin-right: 15px;
  -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;
  border-radius: 3px;
}

.side-padding {
  padding-right: 22px;
  padding-left: 22px;
}

.answer {
  margin-bottom: 10px;
  line-height: 25px;
}

.question {
  font-size: 22px;
}

.flex-no-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.bottom-margin._20-pixels {
  margin-bottom: 20px;
}

.accordion-item-content {
  overflow: hidden;
  margin-top: -1px;
  padding-top: 0px;
  padding-right: 25px;
  padding-left: 22px;
}

.narrow-wrapper {
  padding-right: 3.3%;
  padding-left: 3.3%;
}

.faq-set {
  margin-bottom: 60px;
}

.faq-set.no-margin {
  margin-bottom: 0px;
}

.accordion-wrapper {
  margin-bottom: 15px;
  border-bottom: 1px solid #c4cbd5;
}

.accordion-item-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 5px;
  padding-bottom: 10px;
  padding-left: 22px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
}

.accordion-item-trigger:hover {
  text-decoration: none;
}

.full-width {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-right: 15%;
  padding-left: 15%;
  -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;
  text-align: center;
}

._404 {
  font-family: Roboto, sans-serif;
  font-size: 90px;
}

.full-box-width {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.logo {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.logo:hover {
  opacity: 0.85;
}

.logo.w--current {
  overflow: hidden;
}

.video-lightbox {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.footer-links {
  margin-left: 15%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.side-margin {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}

.button-2 {
  min-height: 42px;
  min-width: 130px;
  padding: 13px 4%;
  border: 2px solid #000;
  border-radius: 25px;
  background-color: transparent;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
}

.button-2:hover {
  background-color: #000;
  color: #fff;
}

.button-3 {
  min-height: 42px;
  min-width: 130px;
  padding: 13px 4%;
  border: 2px solid #fec82f;
  background-color: transparent;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: Roboto, sans-serif;
  color: #fec82f;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
}

.button-3:hover {
  background-color: #fec82f;
  color: #fff;
}

.button-4 {
  min-height: 42px;
  min-width: 130px;
  padding: 13px 4%;
  border: 2px solid #fec82f;
  border-radius: 25px;
  background-color: transparent;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: Roboto, sans-serif;
  color: #fec82f;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
}

.button-4:hover {
  background-color: #fec82f;
  color: #fff;
}

.button-5 {
  position: static;
  min-height: 42px;
  min-width: 130px;
  padding: 13px 4%;
  border-style: solid;
  border-width: 1px;
  border-color: #ae9775;
  background-color: transparent;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #ae9775;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  background-clip: border-box;
}

.button-5:hover {
  background-color: #ae9775;
  color: #000;
}

.side-contact-tab {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 100;
  height: 42px;
  min-width: 126px;
  margin-top: 500px;
  margin-bottom: 79px;
  padding-top: 7.5px;
  padding-right: 23px;
  padding-bottom: 0px;
  border-radius: 0px 0px 5px 5px;
  background-color: #ae9775;
  background-image: url('../images/email.svg');
  background-position: 86% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #000;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.side-contact-tab.left-box-position {
  left: 0px;
}

.side-contact-form {
  position: relative;
}

.text-area-3 {
  margin-bottom: 25px;
  padding-top: 10px;
  padding-bottom: 40px;
  background-color: #fff;
  font-family: Roboto, sans-serif;
  color: #2e2e2e;
  font-size: 13px;
}

.close-contact-form {
  position: absolute;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  -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;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #ae9775;
  color: #ae9775;
}

.text-field-3 {
  margin-bottom: 20px;
  background-color: #fff;
  color: #2e2e2e;
  font-size: 13px;
}

.heading-3.yellow {
  margin-top: 50px;
  margin-bottom: 30px;
  color: #ae9775;
  font-weight: 600;
}

.side-contact-box {
  position: fixed;
  z-index: 10000;
  display: block;
  overflow: visible;
  width: 310px;
  min-height: 490px;
  margin-top: 200px;
  padding: 27px 40px 30px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #000;
}

.success-message-2 {
  background-color: transparent;
}

.success-message-2.pink {
  color: #83bad0;
}

.form-block-2 {
  width: 100%;
  height: 100%;
}

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

.center-content.borders {
  margin-top: 30px;
  margin-bottom: 30px;
}

.button-6 {
  position: static;
  width: 100%;
  min-height: 42px;
  min-width: 130px;
  padding: 13px 4%;
  border-style: solid;
  border-width: 1px;
  border-color: #ae9775;
  background-color: #ae9775;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.button-6:hover {
  background-color: transparent;
  color: #ae9775;
}

.insta-pic {
  position: relative;
  overflow: hidden;
  width: 23.8%;
}

.absolute-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  background-color: #e1e7f3;
}

.hover-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -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: rgba(0, 0, 0, 0.4);
  background-image: url('../images/PHOTO-2020-02-04-22-12-12.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-clip: border-box;
}

.hover-icon {
  color: #83bad0;
}

.image-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-size: auto;
}

.image-3 {
  background-image: url('../images/AG-Wohnbau-Logo.png');
  background-position: 0px 0px;
  background-size: auto;
}

.image-4 {
  color: #83bad0;
}

.paragraph {
  margin-right: -94px;
  padding-right: 0px;
}

.paragraph-2 {
  margin-right: -94px;
}

.paragraph-3 {
  margin-right: -94px;
}

.heading-4 {
  margin-bottom: 75px;
  color: #333;
  font-weight: 400;
  text-align: center;
}

.call-us-2 {
  position: absolute;
  right: 0px;
  display: inline-block;
  height: 63px;
  padding-top: 5px;
  padding-right: 20px;
  padding-left: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #ae9775;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-decoration: none;
}

.call-us-2:hover {
  opacity: 0.85;
}

.dropdown-link-2 {
  min-width: 130px;
  background-color: #fff;
  -webkit-transition: padding 200ms ease, background-color 200ms ease;
  transition: padding 200ms ease, background-color 200ms ease;
}

.dropdown-link-2:hover {
  padding-left: 25px;
  background-color: #e6ebef;
}

.dropdown-link-2.w--current {
  color: #000;
  font-weight: 400;
}

.navlink-2 {
  overflow: hidden;
  height: 63px;
  padding-top: 17px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #000;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.navlink-2:hover {
  text-decoration: none;
}

.navlink-2.w--current {
  color: #000;
  font-weight: 400;
}

.navlink-2.none {
  display: block;
  overflow: visible;
  padding-top: 0px;
  padding-right: 40px;
  padding-left: 40px;
  opacity: 1;
}

.underline-fix-2 {
  width: 101%;
  height: 2px;
  background-color: #ae9775;
}

.image-5 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #83bad0;
}

.footer-links-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 5%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -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;
}

.link {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 14px;
  text-decoration: none;
}

.link-2 {
  color: #83bad0;
}

.text-block-2 {
  display: block;
  -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;
  color: #ae9775;
}

.text-block-3 {
  display: none;
}

.text-block-4 {
  font-style: normal;
}

.text-block-5 {
  font-style: normal;
}

.html-embed {
  margin-bottom: 89px;
  padding-bottom: 0px;
}

.image-6 {
  background-image: url('../images/DSC_7213.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.heading-5 {
  font-family: Georgia, Times, 'Times New Roman', serif;
}

.heading-6 {
  font-weight: 400;
}

.heading-7 {
  font-weight: 400;
}

.heading-8 {
  color: #333;
  font-weight: 400;
  text-transform: uppercase;
}

.text-block-7 {
  color: #83bad0;
}

.form-2 {
  display: block;
}

.profile-picture {
  width: 200px;
  height: 200px;
  margin-top: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 3px;
  border-color: #ae9775;
  border-radius: 50%;
  background-image: url('../images/goran-naric-2.min.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-clip: border-box;
}

.profile-picture.margaret {
  background-image: url('../images/T-1_1T-1.jpg');
}

.profile-picture.roger {
  background-image: url('../images/T-2_1T-2.jpg');
}

.profile-picture.silvia {
  background-image: url('../images/T-3_1T-3.jpg');
}

.div-block-2 {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-8 {
  color: #ae9775;
}

.image-7 {
  color: #83bad0;
}

.image-7.logo {
  margin-top: -5px;
}

.body {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.html-embed-2 {
  font-family: Montserrat, sans-serif;
}

.html-embed-3 {
  font-family: Montserrat, sans-serif;
}

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

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

.paragraph-4 {
  font-size: 21px;
}

.heading-4-copy {
  margin-bottom: 10px;
  font-weight: 400;
  text-align: center;
}

.container {
  padding-top: 20px;
}

.instagram {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  text-decoration: none;
}

.text-block-9 {
  display: inline-block;
  color: #000;
  font-size: 14px;
}

.image-8 {
  margin-right: 10px;
}

.text-block-10 {
  margin-right: 20px;
  color: #000;
  font-size: 12px;
}

.div-block-3 {
  position: relative;
  top: -80px;
  height: 1px;
}

.list {
  margin-right: 20px;
  padding-left: 0px;
  color: #000;
  font-size: 12px;
  list-style-type: none;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.link-block {
  margin-right: 20px;
}

@media screen and (max-width: 991px) {
  h3 {
    font-size: 23px;
    line-height: 31px;
  }

  .call-us {
    display: block;
    width: 100%;
    height: 50px;
    padding-top: 10px;
    padding-left: 15px;
  }

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

  .nav-menu {
    overflow: auto;
    height: 100vh;
    padding-bottom: 140px;
    background-color: #fff;
    text-align: center;
  }

  .navlink {
    display: block;
    width: 100%;
    height: 50px;
    padding-top: 11px;
    padding-bottom: 4px;
    text-align: left;
  }

  .navlink:hover {
    background-color: #e6ebef;
  }

  .underline-fix {
    display: none;
  }

  .brand {
    display: block;
  }

  .brand.w--current {
    display: block;
  }

  .dropdown {
    top: 0px;
    height: 50px;
    margin-right: 0px;
    margin-left: 10px;
  }

  .dropdown-toggle {
    height: 50px;
    padding-top: 7px;
  }

  .dropdown-toggle.w--open {
    height: 50px;
    padding-top: 7px;
  }

  .phone {
    top: 7px;
  }

  .menu-button {
    height: 63px;
    padding-top: 21px;
    color: #000;
  }

  .menu-button.w--open {
    height: 63px;
    background-color: #fff;
    color: #ae9775;
  }

  .content-wrapper.wide {
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero-text-box {
    width: 80%;
  }

  .dropdown-list {
    display: none;
  }

  .dropdown-link:hover {
    background-color: #e6ebef;
  }

  .hero-section {
    padding-bottom: 0px;
  }

  .content-section {
    padding-bottom: 0px;
  }

  .hero-flex {
    width: 48%;
  }

  .h1-white {
    font-size: 40px;
    line-height: 44px;
  }

  .center-box {
    width: 78%;
  }

  .left-column-flex {
    padding-right: 1%;
  }

  ._88-percent-column {
    width: 100%;
  }

  .amenities-yellow-box {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .outline-icon {
    width: 50px;
    height: 50px;
  }

  .outline-icon.family {
    display: none;
    background-size: 28px;
  }

  .outline-icon.tree {
    display: none;
    background-size: 30px;
  }

  .outline-icon.car {
    display: none;
    background-size: 28px;
  }

  .property-title {
    font-size: 23px;
    line-height: 33px;
  }

  .left-box {
    width: 78%;
  }

  .full-section {
    height: 380px;
    padding-bottom: 0px;
  }

  .feature {
    width: 30%;
    margin-right: 3%;
  }

  .feature-text {
    font-size: 20px;
    line-height: 25px;
  }

  .box-left-yellow {
    width: 82%;
    min-width: auto;
    padding-left: 0%;
  }

  .h3-big {
    font-size: 32px;
    line-height: 37px;
  }

  ._32-percent-column {
    width: 25%;
  }

  .testimonials {
    padding-bottom: 60px;
  }

  .testimonial-text {
    font-size: 28px;
    line-height: 38px;
  }

  .contact-us-column {
    width: 82%;
  }

  .property-text-box {
    margin-bottom: 0%;
  }

  .h4-big {
    font-size: 14px;
    line-height: 20px;
  }

  .footer {
    background-color: rgba(174, 151, 117, 0.1);
  }

  .frame {
    margin-left: 3%;
  }

  .schedule {
    height: 380px;
    padding-bottom: 0px;
  }

  .location {
    height: 380px;
    padding-bottom: 0px;
  }

  .footer-links {
    margin-right: 13%;
    margin-left: 7%;
  }

  .call-us-2 {
    display: block;
    width: 100%;
    height: 50px;
    padding-top: 10px;
    padding-left: 15px;
  }

  .dropdown-link-2:hover {
    background-color: #e6ebef;
  }

  .navlink-2 {
    display: block;
    width: 100%;
    height: 50px;
    padding-top: 11px;
    padding-bottom: 4px;
    text-align: left;
  }

  .navlink-2:hover {
    background-color: #e6ebef;
  }

  .navlink-2.none {
    display: none;
  }

  .underline-fix-2 {
    display: none;
  }

  .heading-6 {
    font-size: 18px;
  }

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

  .body-3 {
    font-size: 19px;
    line-height: 27px;
  }

  .div-block-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .link-block {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 767px) {
  .content-wrapper.inner {
    min-height: 320px;
  }

  .hero-section {
    min-height: 600px;
  }

  .content-section {
    padding-top: 60px;
  }

  .content-section.double {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .content-section.final {
    padding-top: 70px;
  }

  .flex-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flex-left.center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-flex {
    width: 60%;
    min-height: 600px;
    padding-top: 16%;
  }

  .h1-white {
    font-size: 38px;
    line-height: 42px;
  }

  .details-item {
    width: 25%;
  }

  .number {
    font-size: 26px;
    line-height: 36px;
  }

  .cta-link {
    width: 135px;
    height: 135px;
    margin-top: 15%;
    font-size: 16px;
    line-height: 23px;
  }

  .center-box {
    width: 85%;
    margin-bottom: 20px;
  }

  .relative {
    height: 100%;
  }

  .left-column-flex {
    width: 100%;
    padding-right: 0%;
  }

  .right-column-flex {
    width: 100%;
    padding-left: 0%;
  }

  ._88-percent-column {
    width: 100%;
  }

  .amenities-box {
    height: 250px;
  }

  .amenities-yellow-box {
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .outline-icon.family {
    display: none;
  }

  .outline-icon.car {
    display: none;
  }

  .property-title {
    font-size: 20px;
    line-height: 28px;
  }

  .play-button {
    width: 70px;
    height: 70px;
    background-size: 30px;
  }

  .left-box {
    width: 85%;
    margin-bottom: 20px;
  }

  .features-container {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .box-left-yellow {
    width: 100%;
    padding-left: 5%;
  }

  ._32-percent-column {
    width: 16%;
  }

  .flex-space.wrap {
    -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;
  }

  .frame {
    width: 100%;
    margin-left: 0%;
  }

  .heading {
    font-size: 23px;
    line-height: 31px;
  }

  .accordion-item-content {
    padding-top: 2%;
    padding-right: 3%;
    padding-left: 3.5%;
  }

  .accordion-item-trigger {
    padding: 3% 3% 2% 3.5%;
  }

  .footer-links {
    font-family: 'Cormorant Garamond', sans-serif;
  }

  .close-contact-form {
    right: -1px;
  }

  .insta-pic {
    width: 48%;
    margin-bottom: 15px;
  }

  .footer-links-2 {
    margin-left: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .body-3 {
    font-size: 17px;
    line-height: 25px;
  }

  .container-2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .instagram {
    margin-right: 0px;
    margin-bottom: 10px;
  }

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

  .link-block {
    margin-right: 0px;
  }
}

@media screen and (max-width: 479px) {
  .top-margin._40-pixels {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .top-margin._15-pixels {
    font-size: 14px;
    line-height: 21px;
  }

  .top-margin._15-pixels.startseite {
    font-size: 16px;
    line-height: 22px;
  }

  .hero-text-box {
    width: 100%;
  }

  .h1-hero {
    font-size: 37px;
    line-height: 44px;
  }

  .hero-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .content-section {
    padding-top: 40px;
  }

  .content-section.double {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .content-section.final {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .flex-left.center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-flex {
    width: 100%;
    padding-top: 28%;
    padding-right: 5%;
    padding-left: 5%;
  }

  .h1-white {
    font-size: 28px;
    line-height: 34px;
  }

  .intro-description {
    padding-bottom: 25px;
  }

  .details-item {
    width: 50%;
  }

  .cta-link {
    display: none;
    width: 90px;
    height: 90px;
    margin-top: 37%;
    font-size: 11px;
    line-height: 15px;
  }

  .center-box {
    width: 90%;
  }

  .left-column-flex {
    width: 100%;
    padding-right: 0%;
  }

  .right-column-flex {
    width: 100%;
    margin-top: 9%;
    padding-left: 0%;
  }

  .gallery-item-3 {
    width: 100%;
  }

  .gallery-item-5 {
    width: 100%;
  }

  .gallery-item-4 {
    width: 100%;
  }

  .amenities-box {
    width: 100%;
    height: auto;
  }

  .outline-icon.family {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .outline-icon.tree {
    display: block;
  }

  .outline-icon.car {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .video-bg {
    margin-bottom: -25px;
  }

  .play-button {
    width: 60px;
    height: 60px;
    background-size: 27px;
  }

  .left-box {
    width: 90%;
  }

  .full-section {
    height: 230px;
  }

  .features-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .feature {
    width: 100%;
    max-width: 250px;
    margin-right: 0%;
  }

  .feature._4 {
    margin-bottom: 5%;
  }

  .feature._5 {
    margin-bottom: 5%;
  }

  ._56-percent-image {
    width: 100%;
    height: 240px;
  }

  .box-left-yellow {
    padding-top: 14%;
    padding-bottom: 14%;
  }

  .h3-big {
    font-size: 29px;
    line-height: 34px;
  }

  ._32-percent-column {
    width: 100%;
  }

  .expand {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  ._30-percent-column {
    width: 100%;
  }

  .slide-arrows {
    width: 40px;
  }

  .column-left {
    width: 100%;
  }

  .form-block {
    width: 100%;
    margin-top: 20px;
  }

  .left-map {
    width: 100%;
    height: 300px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .map-right {
    width: 100%;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .property-column {
    width: 100%;
  }

  .flex-space.wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .schedule {
    height: auto;
  }

  .location {
    height: auto;
  }

  .accordion-item-content {
    padding-bottom: 2%;
  }

  .accordion-item-trigger {
    padding-bottom: 0%;
  }

  .logo.w--current {
    width: 100%;
    text-align: center;
  }

  .footer-links {
    margin-top: 15px;
    margin-left: 0%;
  }

  .footer-links-2 {
    margin-top: 15px;
    margin-left: 0%;
  }

  .body-3 {
    font-size: 16px;
  }
}

