.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: Ibmplexsans, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

a {
  color: #b51f29;
  text-decoration: underline;
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mobil-nav-container {
  display: none;
}

.navigation {
  padding: 19px 5% 20px;
}

.navigation.schatten {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9999;
  display: block;
  padding-top: 20px;
  background-color: #fff;
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.2);
}

.navigation.schatten {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9999;
  display: block;
  padding-top: 20px;
  background-color: #fff;
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.2);
}

.nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  -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;
}

.nav-mitte {
  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-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -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;
}

.nav-rechts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 30px;
  -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;
}

.logo-link.w--current {
  width: 150px;
  height: 60px;
  padding-right: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  text-align: left;
}

.logo {
  width: 150px;
  height: 60px;
}

.button {
  border-style: solid;
  border-width: 3px;
  border-color: #b51f29;
  background-color: transparent;
  box-shadow: inset 0 0 3px 0 transparent;
  -webkit-transition: color 500ms cubic-bezier(.468, .231, .503, .243), box-shadow 500ms cubic-bezier(.52, .143, .474, .307);
  transition: color 500ms cubic-bezier(.468, .231, .503, .243), box-shadow 500ms cubic-bezier(.52, .143, .474, .307);
  color: #b51f29;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0em;
  text-transform: uppercase;
}

.button:hover {
  border-color: #b51f29;
  box-shadow: inset 350px 0 3px 0 #b51f29;
  color: #fff;
}

.button.slider {
  height: auto;
  min-height: auto;
  margin-top: 0px;
  padding-top: 9px;
  border-color: #fff;
}

.button.slider:hover {
  border-color: #f8f8f8;
  box-shadow: inset 350px 0 3px 0 #f8f8f8;
  color: #b51f29;
}

.button.kontaktformular {
  float: right;
  text-align: left;
}

.button.margin {
  margin-bottom: 10px;
  background-color: #fff;
}

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

.button.showonmobile {
  display: none;
}

.nav-link {
  display: block;
  margin: 10px;
  -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-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link.w--current {
  color: #b51f29;
}

.nav-mobil-container {
  width: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.sektion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 100px 5vw;
  -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;
}

.sektion.fullwidth {
  display: block;
  overflow: visible;
  width: 100%;
  max-width: none;
  margin: 0px auto;
  padding: 0%;
}

.sektion.grau {
  width: 100%;
  -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: hsla(0, 0%, 92.9%, 0.7);
}

.sektion.first {
  margin-top: 90px;
}

.sektion.mieten {
  display: block;
}

.sektion.grau {
  width: 100%;
  -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: hsla(0, 0%, 92.9%, 0.7);
}

.sektion.bild {
  padding-top: 377px;
  padding-bottom: 150px;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.4)), url('../images/wir-haben-einen-gruenen-daumen_koeckerling-wohnbau.jpg');
  background-position: 0px 0px, 50% 70%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.sektion.filter {
  position: static;
  overflow: hidden;
  height: 100%;
  padding-bottom: 75px;
}

.sektion.hide {
  display: none;
}

.sektion.no-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.sektion.no-padding.subpage-heading {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 30;
  -webkit-transform: translate(0px, 50%);
  -ms-transform: translate(0px, 50%);
  transform: translate(0px, 50%);
}

.slider-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 84%;
  padding: 0px;
  -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;
  background-color: #000;
  background-image: url('../images/koeckerling-wohnbau-buero-slider.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.slider-container.slide-2 {
  background-image: url('../images/koeckerling-wohnbau-beratung-slider.jpg');
  background-position: 50% 40%;
}

.slider-container.slide-3 {
  background-image: url('../images/koeckerling-wohnbau-team-slider.jpg');
  background-position: 50% 30%;
}

.slide {
  padding-top: 0px;
}

.slider {
  height: 58em;
  max-height: 85vh;
  margin-top: 90px;
  padding-top: 0px;
  background-color: #fff;
}

.slider-heading-1 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 30px;
  font-size: 65px;
  line-height: 1.1em;
  font-weight: 700;
  letter-spacing: 1px;
}

.slider-heading-1.new {
  padding: 0px;
  font-size: 38px;
}

.heading {
  width: 80%;
  margin-bottom: 30px;
  font-size: 28px;
  line-height: 1.3em;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-shadow: 1px 0 5px rgba(0, 0, 0, 0.5);
}

.heading.slider2 {
  width: auto;
  font-size: 18px;
  text-shadow: none;
}

.heading.slider2.no-padding-bottom {
  margin-bottom: 0px;
  color: #fff;
}

.bg-slider-heading-1 {
  display: block;
  -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: #b51f29;
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.3);
}

.slider-progress-bar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 5px;
  background-color: #f8f8f8;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.headline-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.paragraph-container {
  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-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.paragraph-container.center {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.paragraph-container._100vw {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #000;
  line-height: 1em;
  text-transform: uppercase;
}

.heading-2.align-left {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

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

.heading-2.margin.wei {
  color: #fff;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
}

.einleitung {
  color: #535353;
  line-height: 1.3em;
  text-align: justify;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 8em;
  column-gap: 8em;
}

.einleitung._1col {
  width: 46%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-column-count: 1;
  column-count: 1;
}

.container {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1100px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  -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;
}

.container.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.container.margin {
  padding-top: 40px;
  padding-bottom: 40px;
}

.container.margin.first {
  padding-top: 0px;
}

.container.filter {
  padding-bottom: 50px;
}

.container.absolute-slider {
  position: relative;
  width: auto;
  max-width: none;
  min-width: 70%;
  margin-right: 0px;
  margin-bottom: 0.85em;
  margin-left: 0px;
  padding: 2em;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #b51f29;
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.3);
}

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

.aktuelles-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-4 {
  color: #000;
  text-align: left;
}

.heading-4.center {
  text-align: center;
}

.paragraph {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  color: #535353;
  font-size: 16px;
  line-height: 1.35em;
}

.paragraph.margin {
  display: inline-block;
  margin-bottom: 40px;
}

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

.paragraph.wei {
  color: #fff;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
}

.referenzen {
  display: -ms-grid;
  display: grid;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-flow: row dense;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.referenz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  padding: 250px 30px 40px;
  -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-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;
  background-color: transparent;
  background-image: url('../images/Buermannstrasse-3-3.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.referenz:hover {
  box-shadow: inset 0 -500px 3px 0 rgba(181, 31, 41, 0.75);
}

.referenz._1 {
  background-image: url('../images/koeckerling-wohnbau-Referenzen-Eggeweg.jpg');
  background-position: 50% 50%;
  box-shadow: none;
  -webkit-transition-property: none;
  transition-property: none;
}

.referenz._2 {
  background-image: url('../images/koeckerling-wohnbau-Referenz-Buermannstrasse.jpg');
  background-position: 50% 50%;
  box-shadow: none;
  -webkit-transition-property: none;
  transition-property: none;
}

.referenz._3 {
  background-image: url('../images/koeckerling-wohnbau-Referenzen-Ammerstrasse.jpg');
  box-shadow: none;
  -webkit-transition-property: none;
  transition-property: none;
}

.link-2 {
  color: #535353;
  text-decoration: underline;
}

.karte-link-container {
  position: absolute;
  left: 50%;
  top: 50%;
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -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-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.standard-paragraph {
  margin-bottom: 0px;
  color: rgba(86, 96, 115, 0.7);
  line-height: 26px;
  letter-spacing: 0px;
}

.standard-paragraph.maps {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

.karte-wrapper {
  position: relative;
  display: block;
  max-height: none;
  min-height: 450px;
  margin-bottom: 75px;
  -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;
}

.html-embed {
  display: block;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.kontakt {
  width: 100%;
  margin: 75px auto 0px;
}

.kontakt.nomargin {
  margin-top: 0px;
}

.kontakt-container {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1100px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.kontakt-text-paragraph {
  display: block;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #535353;
  line-height: 1.5em;
}

.social-icons-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.social-icon {
  height: 35px;
  margin-right: 10px;
}

.contact-form-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.form-block {
  color: #535353;
  font-weight: 400;
}

.text-field {
  padding: 20px;
  border-style: none;
  border-width: 2px;
  border-color: #f2f2f2;
  background-color: #f2f2f2;
  font-size: 16px;
}

.text-field:focus {
  border-style: none;
  border-width: 2px;
  border-color: #cacaca;
  border-radius: 0px;
}

.textarea {
  min-height: 150px;
  padding: 20px;
  border-style: none;
  border-width: 2px;
  border-color: #f2f2f2;
  background-color: #f2f2f2;
  font-size: 16px;
  line-height: 20px;
}

.textarea:focus {
  border-style: none;
  border-color: #cacaca;
}

.div-block {
  border: 1px none #000;
}

.kontakt-link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #535353;
  text-decoration: none;
}

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

.aktuelles-bild {
  width: 700px;
  margin-bottom: 10px;
}

.kontakt-wrapper {
  margin-bottom: 75px;
  padding-right: 5%;
  padding-left: 5%;
}

.footer-wrapper {
  width: 100%;
  padding-right: 5%;
  padding-left: 5%;
  background-color: #535353;
}

.footer-link {
  display: inline;
  margin-right: 25px;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.footer-link.last {
  margin-right: 0px;
}

.stellenangebot-titel {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #000;
  font-size: 18px;
}

.stellenangebot-titel.rot {
  color: #b51f29;
}

.head-bild-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 45vh;
  min-height: 420px;
  margin-top: 90px;
  -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-image: url('../images/koeckerling-wohnbau-Team2.jpg');
  background-position: 20% 23%;
  background-size: 110%;
}

.head-bild-container.aktuelles {
  height: 40vh;
  margin-bottom: 90px;
  background-image: url('../images/koeckerling-wohnbau-realisierung.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.head-bild-container.bauen {
  background-image: url('../images/koeckerling-wohnbau-beratung-slider.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.head-bild-container.bauen.titel-abstand {
  margin-bottom: 90px;
}

.head-bild-container.mieten {
  margin-bottom: 90px;
  background-image: url('../images/Oesternweg-26-1.jpg');
}

.head-bild-container.kaufen {
  background-image: url('../images/koeckerling-wohnbau-schluesseluebergabe.jpg');
  background-position: 50% 45%;
  background-size: cover;
}

.head-bild-container.kaufen.titel-abstand {
  margin-bottom: 90px;
}

.head-bild-container.referenzen {
  background-image: url('../images/Varusweg-44-1.jpg');
}

.head-bild-container.referenzen.titel-abstand {
  margin-bottom: 90px;
}

.head-bild-container.impressum {
  background-image: url('../images/koeckerling-wohnbau-buero-slider.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.head-bild-container.impressum.titel-abstand {
  margin-bottom: 50px;
}

.head-bild-container.titel-abstand {
  margin-bottom: 90px;
}

.titelbild {
  width: 100%;
  max-width: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading-3 {
  margin-bottom: 15px;
  color: #000;
}

.aktuelles-bild-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bauen-kachel-container {
  position: relative;
  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: 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;
}

.bauen-kachel-container.links {
  margin-bottom: 80px;
  padding-right: 15%;
}

.bauen-kachel-container.rechts {
  margin-top: 0px;
  margin-bottom: 80px;
  padding-left: 15%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.bauen-kachel-container.rechts.stellenangebot {
  margin-bottom: 100px;
  padding-left: 5%;
}

.kachel-bild {
  position: static;
  width: 50%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.kachel-bild.stellenangebot {
  width: 60%;
}

.kachel-icon {
  height: 50px;
  text-align: left;
}

.mask {
  overflow: hidden;
}

.liste-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 75px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.informationen-container {
  width: 60%;
  margin-right: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.liste-bild {
  position: static;
  display: inline-block;
  width: auto;
}

.liste-bild-container {
  width: 33%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.objekt-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-container {
  margin-right: 60px;
  margin-bottom: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.objektdaten-container {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.objektdaten-heading {
  margin-top: 0px;
  margin-bottom: 5px;
  color: rgba(83, 83, 83, 0.6);
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.objektdaten-text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #000;
  line-height: 1.4em;
  font-weight: 500;
}

.objektdaten-text.no-wrap {
  white-space: nowrap;
}

.objektdaten-wrapper {
  margin-bottom: 30px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.objektdaten-wrapper.margin {
  margin-bottom: 15px;
}

.objektdaten-link {
  color: #000;
  line-height: 1.5em;
}

.unterpunkt-h4 {
  margin-top: 0px;
  color: #535353;
  font-weight: 700;
  text-transform: uppercase;
}

.wohneinheit-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wohneinheit-container {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.wohneinheiten {
  display: -ms-grid;
  display: grid;
  margin-top: 35px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.kachel-titel-2 {
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}

.paragraph-2 {
  color: #535353;
  font-size: 16px;
  line-height: 1.35em;
}

.kachel-text-container-2 {
  position: absolute;
  left: 15%;
  top: auto;
  right: auto;
  bottom: -80px;
  width: 45%;
  max-width: 450px;
  padding: 30px 60px;
  background-color: #fff;
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.1);
  text-align: right;
}

.kachel-text-container-2.rechts {
  left: auto;
  top: auto;
  right: 15%;
  bottom: -80px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  text-align: left;
}

.kachel-text-container-2.rechts.stellenangebot {
  bottom: -100px;
  padding-top: 45px;
  padding-bottom: 45px;
}

.twocolumn-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.right-container-2 {
  width: 46%;
  padding-right: 0px;
}

.left-container-2 {
  width: 46%;
}

.bild-container {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.success-message {
  margin-top: 10px;
  border-style: none;
  border-width: 3px;
  border-color: #b51f29;
  background-color: #f2f2f2;
}

.error-message {
  background-color: #f2f2f2;
  text-align: left;
}

.mix-target {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 75px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.mix-target.mehrfamilienhaus {
  width: 100%;
  height: auto;
  margin-bottom: 100px;
}

.referenz-bild-container {
  width: 70%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.referenz-info-container {
  width: 25%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.referenz-info {
  display: block;
  -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;
}

.referenz-slider {
  min-height: 450px;
}

.referenz-slide {
  background-image: none;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.filter-btn {
  margin-right: 20px;
  color: #535353;
  font-weight: 500;
  text-decoration: none;
}

.filter-btn.programs-filter-btn-active {
  color: #b51f29;
}

.slider-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.akutelles-container {
  text-decoration: none;
}

.aktuelles {
  margin-bottom: 100px;
}

.empty-heading {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  color: #b51f29;
  text-align: center;
}

.slider-heading-container {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 140;
  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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.no-link {
  color: #535353;
  text-decoration: none;
  cursor: default;
}

.objektdaten-grid {
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hide {
  display: none;
}

.hidden-div {
  display: none;
}

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

  .mobil-nav-container {
    display: block;
    overflow: visible;
    width: 100%;
    max-width: 991px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .navigation.schatten {
    position: relative;
    padding-top: 20px;
    padding-right: 0%;
    padding-left: 0%;
  }

  .navigation.schatten {
    position: relative;
    padding-top: 20px;
    padding-right: 0%;
    padding-left: 0%;
  }

  .nav-rechts.mobil {
    margin-right: 20px;
    padding-left: 0px;
    color: #b51f29;
  }

  .nav-rechts.mobil:hover {
    color: #fff;
  }

  .nav-rechts.mobil {
    margin-right: 20px;
    padding-left: 0px;
    color: #b51f29;
  }

  .nav-rechts.mobil:hover {
    color: #fff;
  }

  .logo-link {
    margin-left: 10%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .logo-link.w--current {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .logo {
    width: auto;
    height: 55px;
  }

  .button {
    background-color: transparent;
    -webkit-transition-timing-function: cubic-bezier(.52, .143, .474, .307), cubic-bezier(.52, .143, .474, .307);
    transition-timing-function: cubic-bezier(.52, .143, .474, .307), cubic-bezier(.52, .143, .474, .307);
  }

  .button.slider {
    padding-top: 9px;
    background-color: #fff;
    font-size: 15px;
  }

  .nav-link {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .nav-link.w--current {
    margin-right: 10px;
    margin-left: 10px;
    color: #b51f29;
    text-decoration: none;
  }

  .nav-link.w--current:hover {
    color: #b51f29;
  }

  .nav-link.kontakt {
    display: none;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-mobil-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #fff;
    color: #fff;
  }

  .nav-menu {
    position: absolute;
    top: 55px;
    margin-top: 20px;
    padding: 30px;
    background-color: #f8f8f8;
  }

  .text-block-2 {
    padding: 9px 15px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1.2px;
    text-transform: uppercase;
  }

  .menu-button-2 {
    display: block;
    padding: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-style: solid;
    border-width: 3px;
    border-color: #b51f29;
    box-shadow: inset 0 0 3px 0 transparent;
    -webkit-transition: color 500ms cubic-bezier(.52, .143, .474, .307), box-shadow 500ms cubic-bezier(.52, .143, .474, .307);
    transition: color 500ms cubic-bezier(.52, .143, .474, .307), box-shadow 500ms cubic-bezier(.52, .143, .474, .307);
    color: #b51f29;
  }

  .menu-button-2:hover {
    background-color: #fff;
    box-shadow: inset 200px 0 3px 0 #b51f29;
    color: #fff;
  }

  .menu-button-2.w--open {
    background-color: #b51f29;
    box-shadow: inset 200px 0 3px 0 #b51f29;
    color: #fff;
  }

  .menu-button-2.w--open:hover {
    background-color: #fff;
    color: #fff;
  }

  .navbar-mobil-container-rechts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10%;
    clear: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: right;
  }

  .sektion {
    display: block;
    overflow: visible;
    width: auto;
    padding-top: 75px;
    padding-bottom: 75px;
    -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;
  }

  .sektion.fullwidth {
    display: block;
    width: 100vw;
    min-height: auto;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sektion.fullwidth.hide {
    display: none;
  }

  .sektion.grau {
    overflow: visible;
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    background-color: #ededed;
  }

  .sektion.first {
    margin-top: 0px;
  }

  .sektion.grau {
    overflow: visible;
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    background-color: #ededed;
  }

  .sektion.bild {
    padding-top: 110px;
    padding-bottom: 110px;
    background-position: 0px 0px, 50% 100%;
  }

  .slider-container {
    overflow: visible;
    background-position: 0px 0px, 50% 50%;
  }

  .slide {
    position: relative;
  }

  .slider {
    height: 41em;
    margin-top: 0px;
  }

  .slider-heading-1 {
    font-size: 45px;
  }

  .slider-heading-1.new {
    font-size: 32px;
  }

  .heading {
    width: 70%;
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.3em;
  }

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

  .slider-progress-bar {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .headline-container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .paragraph-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-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .heading-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 28px;
  }

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

  .einleitung {
    width: 100%;
    margin-bottom: 15px;
    -webkit-column-count: auto;
    column-count: auto;
    -webkit-column-gap: 4em;
    column-gap: 4em;
    -webkit-column-rule-style: none;
    column-rule-style: none;
  }

  .einleitung._1col {
    width: auto;
  }

  .container {
    position: relative;
    margin-right: auto;
    margin-left: auto;
  }

  .container.footer {
    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: 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-align: left;
  }

  .container.filter {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .container.absolute-slider {
    padding: 2em;
  }

  .aktuelles-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }

  .paragraph {
    font-size: 15px;
  }

  .referenz {
    max-height: 500px;
    min-height: 400px;
  }

  .referenz._1 {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    box-shadow: none;
  }

  .referenz._1:hover {
    box-shadow: none;
  }

  .karte-link-container {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
    text-align: center;
  }

  .standard-paragraph.maps {
    font-size: 15px;
  }

  .karte-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: 450px;
    -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;
  }

  .html-embed {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .kontakt {
    width: 100vw;
  }

  .kontakt-container {
    grid-auto-flow: row;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .kontakt-wrapper {
    padding-right: 10%;
    padding-left: 10%;
  }

  .footer-wrapper {
    width: 100vw;
    padding-right: 10%;
    padding-left: 10%;
  }

  .navbar {
    z-index: 99999;
    display: block;
  }

  .head-bild-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 30vh;
    min-height: 250px;
    margin-top: 0px;
    -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;
  }

  .head-bild-container.aktuelles {
    height: 35vh;
    max-height: 350px;
    min-height: 300px;
    margin-bottom: 70px;
  }

  .head-bild-container.bauen.titel-abstand {
    margin-bottom: 70px;
  }

  .head-bild-container.mieten {
    margin-bottom: 70px;
  }

  .head-bild-container.kaufen {
    background-position: 50% 50%;
  }

  .head-bild-container.kaufen.titel-abstand {
    margin-bottom: 70px;
  }

  .head-bild-container.referenzen.titel-abstand {
    margin-bottom: 70px;
  }

  .head-bild-container.impressum.titel-abstand {
    margin-bottom: 50px;
  }

  .head-bild-container.titel-abstand {
    margin-bottom: 70px;
  }

  .aktuelles-bild-container {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bauen-kachel-container.links {
    margin-bottom: 75px;
    padding-right: 0%;
  }

  .bauen-kachel-container.rechts {
    margin-top: 0px;
    margin-bottom: 75px;
    padding-left: 0%;
  }

  .bauen-kachel-container.rechts.stellenangebot {
    margin-bottom: 130px;
  }

  .kachel-bild {
    width: 55%;
  }

  .kachel-bild.stellenangebot {
    width: 70%;
  }

  .mask {
    overflow: hidden;
  }

  .liste-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 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .informationen-container {
    width: 50%;
    margin-right: 45px;
  }

  .liste-bild-container {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .objekt-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
  }

  .objekt-container.karriere {
    display: block;
  }

  .text-container {
    margin-right: 0px;
  }

  .objektdaten-container {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
  }

  .objektdaten-text {
    font-size: 15px;
  }

  .objektdaten-wrapper.margin {
    margin-right: 30px;
  }

  .wohneinheiten {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

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

  .kachel-text-container-2 {
    left: 0%;
    top: auto;
    right: auto;
    bottom: -95px;
    width: 55%;
    max-width: none;
    padding-right: 30px;
    padding-left: 30px;
  }

  .kachel-text-container-2.rechts {
    right: 0%;
    bottom: -95px;
  }

  .kachel-text-container-2.rechts.stellenangebot {
    bottom: -130px;
    width: 60%;
  }

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

  .mix-target.mehrfamilienhaus {
    margin-bottom: 75px;
  }

  .referenz-bild-container {
    width: 100%;
    margin-bottom: 30px;
  }

  .referenz-info-container {
    width: 100%;
  }

  .referenz-info {
    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: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .referenz-slider {
    max-height: 450px;
  }

  .referenz-filter-container {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .filter-btn {
    margin-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .navigation.schatten {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navigation.schatten {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .logo-link.w--current {
    height: 50px;
  }

  .logo {
    height: 50px;
    border-left: 1px none #000;
  }

  .button {
    margin-top: 1em;
    padding: 5px 10px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 15px;
  }

  .button.slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 7px 10px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 14px;
    text-align: left;
  }

  .button.nav {
    display: none;
  }

  .button.margin {
    margin-top: 0em;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .button.stellenangebot {
    margin-top: 0em;
  }

  .nav-link {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 15px;
  }

  .nav-link.kontakt {
    display: block;
    width: auto;
    margin: 0px 10px;
  }

  .nav-mobil-container {
    max-width: 1100px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .nav-menu {
    top: 50px;
    margin-top: 15px;
  }

  .text-block-2 {
    padding: 5px 10px;
    font-size: 15px;
  }

  .sektion {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sektion.fullwidth {
    min-height: auto;
  }

  .sektion.bild {
    padding-top: 250px;
    padding-bottom: 0px;
  }

  .slider-container.slide-3 {
    height: auto;
    min-height: 50%;
  }

  .slider {
    height: 35em;
  }

  .slider-heading-1 {
    padding: 25px;
    font-size: 30px;
  }

  .slider-heading-1.new {
    font-size: 30px;
    letter-spacing: 0px;
  }

  .heading {
    width: 75%;
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.3em;
  }

  .heading.slider2 {
    font-size: 15px;
    text-align: left;
    letter-spacing: 0px;
  }

  .bg-slider-heading-1 {
    font-size: 16px;
  }

  .slider-progress-bar {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .headline-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .heading-2 {
    padding-right: 30px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    font-size: 27px;
  }

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

  .einleitung {
    font-size: 15px;
    -webkit-column-count: 1;
    column-count: 1;
    -webkit-column-rule-width: 0px;
    column-rule-width: 0px;
  }

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

  .container.absolute-slider {
    padding: 1.25em 1.5em;
  }

  .karte-wrapper {
    width: 100%;
    max-height: 450px;
  }

  .footer-link.last {
    margin-right: 0px;
  }

  .stellenangebot-titel {
    font-size: 17px;
    line-height: 22px;
  }

  .head-bild-container {
    height: 10vh;
    min-height: 200px;
  }

  .head-bild-container.aktuelles {
    max-height: 300px;
    min-height: 250px;
  }

  .head-bild-container.kaufen.titel-abstand {
    min-height: 230px;
  }

  .head-bild-container.impressum.titel-abstand {
    margin-bottom: 50px;
  }

  .aktuelles-bild-container {
    margin-bottom: 0px;
  }

  .bauen-kachel-container.links {
    margin-bottom: 150px;
  }

  .bauen-kachel-container.rechts {
    margin-bottom: 150px;
  }

  .bauen-kachel-container.rechts.stellenangebot {
    margin-bottom: 50px;
    padding-left: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .kachel-bild {
    width: 90%;
  }

  .kachel-bild.stellenangebot {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .kachel-icon {
    height: 45px;
  }

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

  .informationen-container {
    width: 100%;
    margin-right: 0px;
  }

  .liste-bild-container {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .objekt-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .text-container {
    margin-bottom: 30px;
  }

  .objektdaten-container {
    position: static;
    display: block;
    width: 100%;
    padding-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .objektdaten-heading {
    margin-bottom: 0px;
    font-size: 15px;
  }

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

  .objektdaten-wrapper {
    margin-right: 0px;
    margin-bottom: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: left;
  }

  .objektdaten-wrapper.margin {
    margin-right: auto;
    margin-bottom: 5px;
  }

  .wohneinheit-container {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .wohneinheiten {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .kachel-titel-2 {
    font-size: 17px;
    line-height: 1em;
  }

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

  .kachel-text-container-2 {
    bottom: -160px;
    width: 75%;
  }

  .kachel-text-container-2.rechts {
    bottom: -160px;
    width: 75%;
  }

  .kachel-text-container-2.rechts.stellenangebot {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 80%;
    margin-top: -50px;
  }

  .twocolumn-container-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .right-container-2 {
    width: 100%;
  }

  .left-container-2 {
    width: 100%;
    margin-bottom: 30px;
  }

  .mix-target.mehrfamilienhaus {
    margin-bottom: 75px;
  }

  .mix-target.doppelhaus {
    margin-bottom: 60px;
  }

  .referenz-bild-container {
    margin-bottom: 20px;
  }

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

  .referenz-slider {
    max-height: 350px;
    min-height: 300px;
  }

  .referenz-filter-container {
    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: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .filter-btn {
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .empty-heading {
    font-size: 20px;
    line-height: 26px;
  }
}

@media screen and (max-width: 479px) {
  .navigation.schatten {
    padding-right: 0px;
    padding-left: 0px;
  }

  .navigation.schatten {
    padding-right: 0px;
    padding-left: 0px;
  }

  .nav-rechts.mobil {
    display: block;
  }

  .nav-rechts.mobil {
    display: block;
  }

  .logo-link {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .logo {
    display: block;
    width: auto;
  }

  .button {
    font-size: 15px;
    text-align: center;
  }

  .button.slider {
    padding: 6px 10px;
    font-size: 14px;
  }

  .button.nav {
    display: none;
  }

  .button.stellenangebot {
    margin-top: 10px;
  }

  .button.hideonmobile {
    display: none;
  }

  .button.showonmobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .nav-link.kontakt {
    margin-right: 10px;
    margin-left: 10px;
  }

  .nav-mobil-container {
    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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .nav-menu {
    width: 100vw;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .sektion {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sektion.fullwidth {
    overflow: hidden;
    margin-right: 0px;
    margin-left: 0px;
  }

  .sektion.grau {
    margin-right: 0px;
    margin-left: 0px;
  }

  .sektion.grau {
    margin-right: 0px;
    margin-left: 0px;
  }

  .sektion.bild {
    padding-top: 208px;
    padding-bottom: 0px;
  }

  .slider-container.slide-3 {
    height: auto;
    min-height: 50%;
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .slider {
    height: 30em;
  }

  .slider-heading-1 {
    padding: 10px;
    font-size: 25px;
    text-align: center;
  }

  .slider-heading-1.new {
    font-size: 22px;
    text-align: left;
  }

  .heading {
    width: 70%;
    font-size: 16px;
    line-height: 1.3em;
    text-align: center;
  }

  .bg-slider-heading-1 {
    display: block;
    width: 70%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  .heading-2 {
    padding-right: 10px;
    font-size: 25px;
  }

  .heading-2.margin {
    font-size: 23px;
  }

  .container.margin {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .paragraph {
    font-size: 14px;
  }

  .paragraph.margin {
    margin-bottom: 20px;
  }

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

  .standard-paragraph {
    font-size: 16px;
  }

  .standard-paragraph.maps {
    line-height: 140%;
  }

  .karte-wrapper {
    max-height: 450px;
  }

  .stellenangebot-titel {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 20px;
    text-align: left;
  }

  .stellenangebot-titel.rot {
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: left;
  }

  .navbar {
    z-index: 9999;
  }

  .head-bild-container {
    min-height: 180px;
  }

  .head-bild-container.aktuelles {
    height: auto;
    max-height: 250px;
    min-height: 200px;
  }

  .head-bild-container.bauen.titel-abstand {
    margin-bottom: 70px;
  }

  .head-bild-container.impressum.titel-abstand {
    margin-bottom: 50px;
  }

  .aktuelles-bild-container {
    margin-bottom: 15px;
  }

  .bauen-kachel-container.links {
    margin-bottom: 250px;
  }

  .bauen-kachel-container.rechts {
    margin-top: 0px;
    margin-bottom: 250px;
  }

  .bauen-kachel-container.rechts.stellenangebot {
    margin-bottom: 25px;
  }

  .objekt-container {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .text-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

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

  .objektdaten-text {
    margin-bottom: 5px;
  }

  .objektdaten-wrapper.margin {
    margin-right: 0px;
    margin-bottom: 5px;
  }

  .unterpunkt-h4 {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 17px;
  }

  .wohneinheiten {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

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

  .paragraph-2.kachel {
    font-size: 14px;
  }

  .kachel-text-container-2 {
    bottom: -200px;
    width: 90%;
  }

  .kachel-text-container-2.rechts {
    bottom: -200px;
    width: 90%;
  }

  .kachel-text-container-2.rechts.stellenangebot {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin-top: -25px;
    padding: 20px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: center;
  }

  .mix-target.mehrfamilienhaus {
    height: auto;
  }

  .mix-target.doppelhaus {
    margin-bottom: 60px;
  }

  .referenz-bild-container {
    margin-bottom: 15px;
  }

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

  .referenz-slider {
    max-height: 200px;
    min-height: 150px;
  }

  .referenz-filter-container {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .filter-btn {
    margin-right: 10px;
  }

  .empty-heading {
    font-size: 18px;
    line-height: 24px;
  }
}

#w-node-_36c85670-5ef0-2b59-9583-1b3fe6f3f0cf-e6f3f0a7 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_36c85670-5ef0-2b59-9583-1b3fe6f3f0d7-e6f3f0a7 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-a838b801-5865-68bc-d442-7388ff7ee5be-e6f3f0a7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_36c85670-5ef0-2b59-9583-1b3fe6f3f0d3-e6f3f0a7 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_36c85670-5ef0-2b59-9583-1b3fe6f3f0d5-e6f3f0a7 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}