:root {
  --blue: #0663a1;
}

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

h2 {
  color: #858585;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 35px;
  font-weight: 900;
  line-height: 37px;
}

h4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  font-size: 35px;
  font-weight: 900;
  line-height: 37px;
}

p {
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 23px;
}

.navi {
  z-index: 1001;
  background-color: #fff;
  border-bottom: 1px solid #9e9e9e;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.navi_button {
  float: none;
  clear: none;
  text-align: center;
  text-transform: uppercase;
  padding-top: 40px;
  padding-bottom: 15px;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.navi_button:hover {
  color: #b90000;
}

.navi_button:active, .navi_button.w--current {
  text-decoration: none;
}

.navi_button.immobilien_navi {
  text-shadow: 1px 1px 6px #00000080;
}

.navi_sprache {
  float: right;
}

.logo {
  float: left;
  text-align: left;
  width: 142px;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all .2s;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
}

.logo:hover {
  opacity: .6;
}

.navi_sprache_bild {
  max-width: 80%;
  padding-top: 39px;
}

.navi_sprache_bild:hover {
  opacity: .7;
  filter: grayscale(65%);
}

.titel_slider {
  height: 610px;
}

.cont_box {
  height: 100%;
  padding-top: 90px;
  padding-bottom: 20px;
}

.cont_box.referenzen {
  padding-top: 50px;
}

.cont_box.immo_cont {
  margin-bottom: 0;
  padding-bottom: 0;
}

.row_titel {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-right: 0;
}

.row_titel.immo_row {
  border-top-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.headline {
  color: #0663a1;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Lato, sans-serif;
  font-size: 80px;
  font-weight: 900;
  line-height: 80px;
}

.headline.farbe_rot {
  color: #cc2132;
}

.headline.farbe_gruen {
  color: #75b87e;
}

.headline.farbe_gruen.linie_unten {
  border: 1px #000;
  border-bottom: 3px dotted #75b87e;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.headline.kleiner {
  font-size: 40px;
  line-height: 46px;
  text-decoration: none;
}

.headline.kleiner.rechts {
  text-align: right;
}

.headline.kleiner.weiss {
  color: #fff;
  margin-bottom: 0;
  padding-top: 26px;
  padding-left: 35px;
}

.column_1 {
  border-right: 2px #000;
  position: static;
  top: 0;
  left: 0;
  right: 0;
}

.column_2 {
  border-left: 3px dotted #0663a1;
  padding-left: 20px;
}

.column_2.farbe_rot_linie {
  border-left-color: #cc2132;
}

.column_2.farbe_gruen_linie {
  border-left-color: #75b87e;
}

.text {
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 30px;
}

.text.face {
  text-align: center;
  margin-top: 0;
  padding-bottom: 10px;
  font-weight: 700;
}

.text.text3 {
  color: #333;
  text-decoration: none;
}

.text.text222 {
  text-align: center;
  border-top: 1px solid #c2c2c2;
  margin-top: 30px;
  padding-top: 30px;
}

.column {
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
  overflow: visible;
}

.row_index {
  margin-bottom: 25px;
  margin-left: 0;
  margin-right: 0;
}

.row_index.team_row {
  margin-top: 43px;
}

.row_index.immo_row {
  border-style: none;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 0;
}

.cont_dropdown.referenz_down {
  margin-top: -30px;
  margin-bottom: 15px;
}

.dropdown.w--open {
  background-color: #0000;
  margin-top: 15px;
  margin-bottom: 40px;
  position: static;
}

.dropdown_button {
  background-color: #0000;
  margin-bottom: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  transition: all .2s;
}

.dropdown_button:hover {
  background-color: #0000001a;
  transform: scale(.94);
}

.dropdown_button.w--open {
  margin-bottom: 0;
}

.dropdown_titel {
  color: #0663a1;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.dropdown_icon {
  color: #0663a1;
  transform-style: preserve-3d;
  margin-left: 0;
  padding-left: 13px;
  font-size: 26px;
}

.dropdown_icon:focus {
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.adresse {
  background-color: #575756;
  margin-bottom: 0;
  padding-bottom: 0;
}

.adresse_cont {
  height: 81px;
}

.logo_home {
  width: 260px;
}

.home_linkbox {
  background-color: #0000;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-left: 10px;
  text-decoration: none;
}

.home_linkbox:hover {
  opacity: .9;
}

.home_titel {
  color: #ffffffb3;
  text-transform: uppercase;
  margin: 0 0 0 20px;
  padding-top: 0;
  padding-left: 5px;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 90px;
  font-weight: 900;
  line-height: 85px;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.home_titel.immo_text3 {
  color: #ffffffe6;
  font-size: 90px;
  line-height: 85px;
}

.row_home {
  margin-bottom: 25px;
}

.navi_mobil {
  float: none;
  text-align: right;
  padding-left: 0;
}

.botton_column {
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 0;
}

.botton_grid {
  border-right: 1px dashed #fff;
  padding: 20px 10px 20px 20px;
}

.botton_grid.kontur_weg {
  border-right-style: none;
  margin-top: 5px;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

.botton_grid.kontur.kontur_unten {
  margin-top: 5px;
  margin-bottom: 0;
}

.botton_grid.kontur_unten {
  margin-top: 5px;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

.botton_text {
  color: #fff;
  text-align: center;
  padding-left: 39px;
  padding-right: 0;
  font-family: Lato, sans-serif;
  line-height: 21px;
}

.bottom_pic {
  width: 42px;
  position: absolute;
}

.logo_link {
  float: left;
}

.text_box2 {
  color: #fff;
  text-indent: 0;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 35px;
  font-weight: 900;
  line-height: 38px;
}

.news_cont {
  height: 100%;
  margin-bottom: 15px;
  padding-bottom: auto;
}

.dropdown_pro {
  opacity: 1;
  text-align: left;
  background-color: #0663a1cc;
  width: 300px;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-weight: 700;
  transition: all .2s;
  position: absolute;
}

.dropdown_pro:hover {
  background-color: #0663a166;
}

.bild_sw {
  filter: grayscale();
}

.dropdown_toggle {
  filter: none;
  cursor: pointer;
  width: 100%;
  height: 100%;
  padding: 10px;
  transition: all .2s;
}

.dropdown_toggle:hover {
  opacity: 1;
  filter: none;
  padding-top: 10px;
}

.dropdown_toggle:active {
  opacity: 1;
}

.dropdown_toggle.w--open {
  z-index: 20;
  position: absolute;
}

.dropdown_toggle.w--open:hover {
  opacity: 1;
  padding-top: 10px;
}

.dropdown_toggle.w--open:active {
  padding-top: 10px;
}

.text_dropdown {
  color: #fff;
  text-align: left;
  text-transform: none;
  column-count: 1;
  background-color: #0000;
  padding: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.dropdown_list.w--open {
  z-index: 5000;
  float: none;
  text-align: left;
  background-color: #0000;
  background-image: linear-gradient(135deg, #0663a1 36%, #013f68);
  border: 4px #7a7a7a33;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  top: 0;
  left: 0;
  right: 0;
}

.lightbox_link2 {
  z-index: 9999;
  float: right;
  text-align: right;
  width: 260px;
  margin-bottom: 10px;
  margin-right: 10px;
  font-weight: 400;
  text-decoration: none;
  position: absolute;
  bottom: 0;
  right: 0;
}

.text_bild_team {
  color: #fff;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.bild_team {
  cursor: pointer;
  width: 100%;
}

.slider_home1 {
  background-image: url('../images/home_4.jpg');
  background-position: 50% 37%;
  background-size: cover;
}

.slider_home2 {
  background-image: url('../images/home_2.jpg');
  background-position: 50% 62%;
  background-size: cover;
}

.slider_home3 {
  background-image: url('../images/home_3.jpg');
  background-position: 50% 44%;
  background-size: cover;
}

.slider_home4 {
  background-image: url('../images/home_1.jpg');
  background-position: 50% 47%;
  background-size: cover;
}

.slider_wir1 {
  background-image: url('../images/wir_1.jpg');
  background-position: 50% 91%;
  background-size: cover;
}

.slider_wir2 {
  background-image: url('../images/wir_2.jpg');
  background-position: 51% 42%;
  background-size: cover;
}

.slider_wir3 {
  background-image: url('../images/aaa_head_.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider_wir4 {
  background-image: url('../images/wir_3.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider_leist1 {
  background-image: url('../images/leistungen_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider_leist2 {
  background-image: url('../images/leistungen_2.jpg');
  background-position: 50% 68%;
  background-size: cover;
}

.slider_leist3 {
  background-image: url('../images/leistungen_3.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider_leist4 {
  background-image: url('../images/leistungen_4.jpg');
  background-position: 50% 52%;
  background-size: cover;
}

.slider_pro1 {
  background-image: url('../images/proj_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider_pro2 {
  background-image: url('../images/proj_2.jpg');
  background-position: 50% 13%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider_pro3 {
  background-image: url('../images/proj_3.jpg');
  background-position: 50% 13%;
  background-size: cover;
}

.slider_pro4 {
  background-image: url('../images/proj_4.jpg');
  background-position: 50% 14%;
  background-size: cover;
}

.slider_new1 {
  background-image: url('../images/news_1.jpg');
  background-position: 50% 60%;
  background-size: cover;
}

.slider_new2 {
  background-image: url('../images/news_3.jpg');
  background-position: 50% 62%;
  background-size: cover;
}

.slider_new3 {
  background-image: url('../images/news_2.jpg');
  background-position: 50% 39%;
  background-size: cover;
}

.slider_new4 {
  background-image: url('../images/aaa_head_2.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider_kon1 {
  background-image: url('../images/kontakt_3.jpg');
  background-position: 50% 24%;
  background-size: cover;
}

.slider_kon2 {
  background-image: url('../images/kontakt_1.jpg');
  background-position: 50% 30%;
  background-size: cover;
}

.slider_kon3 {
  background-image: url('../images/kontakt_2.jpg');
  background-position: 50% 23%;
  background-size: cover;
}

.slider_kon4 {
  background-image: url('../images/kontakt_4.jpg');
  background-position: 50% 64%;
  background-size: cover;
}

.link_black {
  color: #333;
}

.link_weiss, .link_weiss.w--current {
  color: #fff;
  text-decoration: none;
}

.section_ref {
  background-color: #0000001a;
  height: 100%;
}

.link_box_immo {
  z-index: 999;
  box-shadow: none;
  opacity: 1;
  background-color: #0000;
  width: 180px;
  height: 180px;
  margin-top: 0;
  transition: all .2s;
  position: absolute;
  top: 487px;
  bottom: 0;
  right: 110px;
}

.link_box_immo:hover {
  width: 180px;
  height: 180px;
}

.link_box_immo.immo_seite.w--current {
  transform: scale(1.2)rotate(10deg);
}

.slider_immo1 {
  background-image: url('../images/immo_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider_immo2 {
  background-image: url('../images/immo_2.jpg');
  background-position: 50% 28%;
  background-size: cover;
}

.slider_immo3 {
  background-image: url('../images/immo_3.jpg');
  background-position: 50% 37%;
  background-size: cover;
}

.slider_immo4 {
  background-image: url('../images/immo_4.jpg');
  background-position: 50% 43%;
  background-size: cover;
}

.body_farbe {
  background-color: #dceddf;
  margin-top: 0;
}

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

.section_hammer {
  background-image: url('../images/hammer.jpg');
  background-position: 100% 290px;
  background-repeat: no-repeat;
  background-size: 800px;
  background-attachment: scroll;
  transform: rotate(0);
}

.text_foto {
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  border: 1px #000;
  font-size: 19px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  display: block;
}

.text_foto:hover {
  color: #cfcfcf;
  font-weight: 700;
}

.aa_klein {
  color: #fff;
  font-weight: 300;
}

.slider_roh1 {
  background-image: url('../images/rohbau1.jpg');
  background-position: 50% 25%;
  background-size: cover;
}

.slider_roh2 {
  background-image: url('../images/rohbau2.jpg');
  background-position: 50% 23%;
  background-size: cover;
}

.slider_roh3 {
  background-image: url('../images/rohbau3.jpg');
  background-position: 50% 38%;
  background-size: cover;
}

.slider_roh4 {
  background-image: url('../images/rohbau4.jpg');
  background-position: 50% 38%;
  background-size: cover;
}

.slider_bau1 {
  background-image: url('../images/baumeister1.jpg');
  background-position: 50% 29%;
  background-size: cover;
}

.slider_bau2 {
  background-image: url('../images/baumeister2.jpg');
  background-position: 50% 32%;
  background-size: cover;
}

.slider_bau3 {
  background-image: url('../images/baumeister3.jpg');
  background-position: 50% 30%;
  background-size: cover;
}

.slider_bau4 {
  background-image: url('../images/baumeister4.jpg');
  background-position: 50% 30%;
  background-size: cover;
}

.slider_schluessel1 {
  background-image: url('../images/schluessel3.jpg');
  background-position: 50% 15%;
  background-size: cover;
}

.slider_schluessel2 {
  background-image: url('../images/schluessel.jpg');
  background-position: 50% 20%;
  background-size: cover;
}

.slider_schluessel3 {
  background-image: url('../images/schluessel2.jpg');
  background-position: 50% 26%;
  background-size: cover;
}

.slider_schluessel4 {
  background-image: url('../images/schluessel4.jpg');
  background-position: 49% 33%;
  background-size: cover;
}

.cont_news {
  border-bottom: 1px dotted #0663a1;
  flex-direction: column;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 0;
  padding-bottom: 15px;
  display: block;
}

.lightbox_news {
  text-align: center;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.bild_news {
  cursor: pointer;
  width: 100%;
  padding-top: 0;
  padding-right: 0;
  transition: all .2s;
}

.bild_news:hover {
  opacity: .6;
}

.news_text_zusatz {
  padding-top: 10px;
  font-family: Lato, sans-serif;
  position: absolute;
}

.facebook {
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  margin-right: 0;
  padding-top: 0;
  padding-right: 0;
}

.farbe_face {
  z-index: 1000;
  width: 100%;
  height: 55px;
  margin-bottom: -68px;
  position: relative;
}

.bildergallerie {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #0663a1cc;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 0;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.linkbox2 {
  z-index: 2;
  color: #fff;
  text-transform: uppercase;
  background-color: #75b87e;
  width: 91%;
  height: 100%;
  padding-top: 10px;
  padding-left: 10px;
  font-family: Lato, sans-serif;
  font-size: 35px;
  font-weight: 900;
  line-height: 38px;
  text-decoration: none;
  transition: all .2s;
  position: absolute;
}

.linkbox2:hover {
  background-color: #cc213266;
}

.linkbox2.leistung {
  z-index: 100;
  opacity: 1;
  background-color: #cc2132b3;
  width: 300px;
}

.linkbox2.leistung:hover {
  background-color: #cc213266;
}

.pfeil {
  z-index: 2;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.pfeil.leistung {
  right: 20px;
  transform: none;
}

.immo_sec {
  padding-top: 15px;
}

.immo_column {
  background-color: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 15px;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
}

.immo_textblock {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.titel_immo {
  color: #75b87e;
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 700;
  line-height: 30px;
}

.column_2_immo {
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.section_immo_weiss {
  background-color: #fff;
}

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

.titel_immo_grau {
  margin-top: 40px;
  margin-bottom: 15px;
  padding-left: 5px;
  font-family: Lato, sans-serif;
  font-size: 35px;
}

.lightbox_immo {
  z-index: 50;
  background-color: #000000b3;
  height: 100%;
  padding: 100px 0;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  overflow: visible;
}

.lightbox_cont {
  background-color: #fff;
  padding: 15px;
}

.back_button {
  float: right;
  display: block;
  position: static;
  top: 0;
  left: 0;
}

.linkbox {
  float: none;
  margin-bottom: 10px;
  padding-bottom: 0;
}

.headline_immo {
  color: #75b87e;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  font-size: 40px;
  font-weight: 800;
  text-decoration: none;
}

.text_immo {
  column-count: 2;
  margin-bottom: 10px;
  padding-bottom: 1px;
  font-family: Lato, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 30px;
}

.immo_row {
  border-top: 2px dotted #00000080;
  border-bottom: 2px dotted #00000080;
  margin-top: 15px;
  margin-bottom: 20px;
  margin-left: -10px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.datenblatt {
  color: #75b87e;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  padding-top: 0;
  padding-left: 10px;
  font-family: Lato, sans-serif;
  font-size: 29px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  top: 8px;
}

.row_immo {
  text-align: right;
  padding-top: 14px;
  padding-right: 15px;
  position: static;
  top: 0;
  bottom: 0;
  right: 0;
}

.row_immo2 {
  margin-top: 10px;
  margin-bottom: 0;
}

.slider_ortler {
  background-image: url('../images/hofer_head.jpg');
  background-position: 50% 39%;
  background-size: cover;
}

.kontakt {
  background-color: #75b87e;
  border-left: 15px solid #dceddf;
  border-right: 15px solid #dceddf;
  margin: 25px -9px 10px 0;
  padding: 10px 6px;
}

.kontakt._33 {
  background-color: #0663a1;
  border-left-style: none;
  border-right-style: none;
  margin-bottom: 0;
}

.kontakt._33.gr-n {
  background-color: #75b87e;
}

.kontakt.unterseite {
  background-color: #75b87e;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  margin-top: 0;
  margin-bottom: 40px;
}

.text_kont {
  color: #fff;
  padding-left: 52px;
  font-family: Lato, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 23px;
}

.text_kont.rechts {
  text-align: right;
  cursor: default;
  text-decoration: none;
}

.luner {
  font-size: 23px;
  font-weight: 700;
}

.kont {
  text-align: right;
}

.duenn {
  font-weight: 400;
}

.linkboxunten {
  float: right;
  cursor: pointer;
  background-color: #0000;
  border: 3px #75b87e;
  width: 193px;
  margin-top: -55px;
  margin-bottom: 35px;
  margin-left: 0;
  padding: 0;
  text-decoration: none;
}

.linkboxunten:hover {
  opacity: .58;
}

.backbutto {
  float: right;
  color: #888;
  text-align: left;
  text-transform: uppercase;
  background-color: #0000;
  background-image: url('../images/pfeil_links.png');
  background-position: 4%;
  background-repeat: no-repeat;
  background-size: 40px;
  border: 2px solid #888;
  margin-bottom: 40px;
  padding: 17px 17px 17px 52px;
  font-family: Lato, sans-serif;
  font-size: 29px;
  font-weight: 700;
}

.backbutto:hover {
  opacity: .7;
}

.immo_navi {
  text-transform: uppercase;
  cursor: pointer;
  background-color: #75b87e;
  background-image: url('../images/pfeil.png');
  background-position: 97% 86%;
  background-repeat: no-repeat;
  background-size: 50px;
  width: 100%;
  height: 138px;
  padding-left: 15px;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
}

.immo_navi:hover {
  opacity: .62;
}

.immo_navi.sold {
  cursor: default;
  background-color: #dceddf;
  background-image: url('../images/reserviert2.png'), url('../images/pfeil.png');
  background-position: 97% 86%, 97% 86%;
  background-repeat: no-repeat, no-repeat;
  background-size: 150px, 50px;
}

.immo_navi.sold:hover {
  opacity: 1;
}

.immo_navi.sold.verk {
  background-image: url('../images/sold.png'), url('../images/pfeil.png');
  background-position: 100% 100%, 97% 86%;
  background-repeat: no-repeat, no-repeat;
  background-size: 147px, 50px;
}

.immo_navi.soldit {
  cursor: default;
  background-color: #dceddf;
  background-image: url('../images/reserviert.png');
  background-position: 97% 86%;
  background-repeat: no-repeat;
  background-size: 140px;
  background-attachment: scroll;
}

.immo_navi.soldit:hover {
  opacity: 1;
}

.immo_navi.soldit.verk_it {
  background-image: url('../images/sold_it.png');
  background-position: 97% 86%;
  background-repeat: no-repeat;
  background-size: 129px;
  background-attachment: scroll;
}

.section_social {
  background-color: #575756;
}

.social_cont2 {
  text-align: center;
  height: 40px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.social_link {
  opacity: .7;
  padding-left: 15px;
  padding-right: 15px;
}

.social_link:hover {
  opacity: 1;
}

.verkauft_bild {
  width: 280px;
  margin-top: 300px;
  margin-left: 70px;
  position: static;
}

.slider_immo5 {
  background-image: url('../images/immo_5.jpg');
  background-position: 50% 35%;
  background-repeat: no-repeat;
  background-size: cover;
}

.video_wir {
  background-color: #0000;
  border: 2px #0663a1;
  height: 290px;
  transition: all .2s;
}

.video_wir:hover {
  background-color: #0000;
}

.html-embed {
  height: 97%;
  padding-bottom: 20px;
}

.div-block {
  width: auto;
  height: 80px;
}

.image-2 {
  z-index: 1000;
  position: static;
  top: 148px;
  left: 330px;
  transform: rotate(-7deg);
  box-shadow: 4px 4px 7px -3px #000;
}

.container {
  z-index: 999;
  position: absolute;
  top: 150px;
  left: 0;
  right: 0;
}

.slider_pro5 {
  background-image: url('../images/proj_5.jpg');
  background-position: 50% 12%;
  background-size: cover;
}

.column-2 {
  margin-bottom: 7px;
}

.hoover:hover {
  opacity: .69;
}

.body {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.verkauft {
  filter: grayscale();
}

.slider_kleeberg {
  background-image: url('../images/kleeberg_head.jpg');
  background-position: 50% 61%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.container-2 {
  flex-direction: column;
  display: block;
}

.columns {
  display: flex;
}

.section {
  margin-bottom: 0;
  padding-bottom: 100px;
}

.column-3 {
  background-color: #ebebeb;
}

.image-3 {
  width: 60px;
  margin-bottom: 7px;
}

.link-block-2 {
  text-align: center;
  margin-top: 17px;
  margin-right: 28px;
  text-decoration: none;
}

.link-block-2:hover {
  opacity: .64;
}

.div-block-2 {
  text-align: center;
  width: 100%;
  margin-bottom: 40px;
}

.slider_job1 {
  background-image: url('../images/job.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.slider_job2 {
  background-image: url('../images/job2.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider_job3 {
  background-image: url('../images/headjobs.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.image-4 {
  width: 80px;
  padding-bottom: 10px;
}

.trenner {
  width: 100%;
  height: 60px;
}

.job {
  border: 1px solid #cecece;
  margin-top: 50px;
  padding: 10px;
}

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

.bold-text {
  color: #0663a1;
}

.link-block-3 {
  background-color: #0663a1;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 60px;
  margin-right: 10px;
  transition: all .2s;
  display: flex;
}

.link-block-3:hover {
  background-color: #4196ce;
  transform: scale(.9);
}

.link-block-3.knopf.w--current {
  text-align: center;
  background-color: #0000;
  border: 3px solid #0663a1;
  width: 20%;
  text-decoration: none;
  display: block;
}

.image-6 {
  width: auto;
  height: 80%;
}

.div-block-3 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 7px;
  transition: all .2s;
  display: flex;
}

.column-4 {
  padding-left: 0;
  padding-right: 20px;
}

.column-5 {
  padding-left: 0;
  padding-right: 0;
}

.form-block {
  background-color: #0000;
  margin-top: 50px;
}

.div-block-6 {
  background-color: #0663a1;
  margin-top: 50px;
}

.text-field {
  outline-offset: 0px;
  background-color: #fffc;
  border: 1px solid #6eb2df;
  border-radius: 17px;
  outline: 1px #333;
  width: 100%;
}

.form {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

.field-label {
  color: #fff;
  height: 100%;
  margin-top: 10px;
  margin-left: 0;
  font-family: Lato, sans-serif;
  font-size: 19px;
  font-weight: 700;
}

.submit-button {
  color: #0663a1;
  background-color: #fff;
  border-radius: 13px;
  margin-top: 25px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.checkbox-label {
  color: #fff;
  font-family: Lato, sans-serif;
}

.success-message {
  background-color: #ffae00;
}

.text-block {
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.text-block-2 {
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.error-message {
  background-color: #df7d7d;
}

.textarea {
  background-color: #fffc;
}

.div-block-8 {
  background-color: #0663a1;
  width: 100%;
  height: 100%;
  padding: 12px;
}

.grid {
  grid-template-rows: 300px;
  grid-template-columns: 300px 300px 300px;
  place-content: stretch;
  place-items: center;
}

.link-2, .link-3 {
  color: #fff;
}

.text-span {
  font-weight: 300;
}

.button {
  color: #0663a1;
  background-color: #0000;
  border: 2px solid #0663a1;
  border-radius: 50px;
  margin-top: 10px;
  padding: 20px 25px;
  font-family: Lato, sans-serif;
  font-size: 25px;
  font-weight: 400;
  transition: all .2s;
}

.button:hover {
  transform: scale(.9);
}

.div-block-9 {
  justify-content: center;
  margin-bottom: 56px;
  display: flex;
}

.div-block-10 {
  height: 530px;
  margin-bottom: 40px;
}

.html-embed-2 {
  height: 100%;
}

.text-span-2 {
  color: #fff;
}

.slider_wir5 {
  background-image: url('../images/obiwir2.jpg');
  background-position: 50% 60%;
  background-size: cover;
}

.kl {
  font-size: 21px;
}

.grid-2 {
  grid-template-columns: 1fr 1fr 1fr;
}

html.w-mod-js [data-ix="new-interaction"] {
  opacity: 1;
  transform: translate(0);
}

html.w-mod-js [data-ix="button-home"] {
  transform: translate(0);
}

html.w-mod-js [data-ix="new-interaction-2"] {
  opacity: 1;
  display: inline-block;
  transform: translate(0);
}

html.w-mod-js [data-ix="button-effekt"] {
  opacity: .1;
  display: inline-block;
}

html.w-mod-js [data-ix="button-effekt-revers"] {
  opacity: 1;
  display: inline-block;
}

html.w-mod-js [data-ix="navi-trans"] {
  opacity: .9;
  display: block;
}

html.w-mod-js [data-ix="immobilien-box"] {
  transform: translate(0);
}

html.w-mod-js [data-ix="immo-tablet"] {
  transform: translate(0, -40px);
}

html.w-mod-js [data-ix="scroll"] {
  transform: translate(0);
}

@media screen and (max-width: 991px) {
  .navi_button {
    float: none;
    text-align: center;
    border-top: 1px dotted #0000004d;
    width: 100%;
    padding: 25px 0;
    font-size: 35px;
    line-height: 10px;
  }

  .navi_button:hover {
    background-color: #dbdbdb;
  }

  .navi_button.navi_handy_sprache {
    color: #666;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 22px;
  }

  .titel_slider {
    height: 420px;
  }

  .cont_box {
    height: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .row_titel {
    padding-bottom: 40px;
  }

  .headline {
    font-size: 63px;
    line-height: 63px;
  }

  .headline.kleiner {
    font-size: 30px;
    line-height: 43px;
  }

  .headline.kleiner.weiss {
    text-align: center;
    padding-top: 17px;
    padding-left: 0;
  }

  .text {
    line-height: 26px;
  }

  .column {
    padding-left: 10px;
    padding-right: 10px;
  }

  .adresse {
    height: 150px;
  }

  .adresse_cont {
    height: auto;
  }

  .home_titel {
    margin-left: 10px;
    padding-left: 18px;
    font-size: 60px;
    line-height: 58px;
  }

  .home_titel.immo_text3 {
    font-size: 60px;
    line-height: 58px;
  }

  .navi_mobil {
    background-color: #ececec;
    padding-right: 0;
  }

  .botton_grid {
    border-style: none;
    padding-left: 50px;
  }

  .botton_grid.kontur {
    border-right-style: dashed;
  }

  .botton_grid.kontur.kontur_unten {
    border-bottom: 1px #000;
  }

  .botton_text {
    color: #f0f0f0;
    padding-left: 0;
    font-size: 19px;
    font-weight: 400;
    line-height: 23px;
  }

  .logo_link.w--current {
    position: static;
  }

  .text_box2 {
    font-size: 24px;
    line-height: 28px;
  }

  .linkbox_navi {
    width: auto;
    height: auto;
    margin-left: 0;
    padding-top: 7px;
    padding-left: 0;
    position: absolute;
  }

  .linkbox_navi.w--current {
    width: auto;
    padding-top: 7px;
    position: absolute;
  }

  .linkbox_navi.w--current:hover, .linkbox_navi.w--current:active, .linkbox_navi.w--current:focus {
    width: auto;
  }

  .dropdown_pro {
    width: 229px;
  }

  .text_dropdown {
    padding: 5px;
    font-size: 14px;
    line-height: 18px;
  }

  .dropdown_list.w--open {
    text-align: left;
  }

  .lightbox_link2 {
    margin-bottom: 5px;
    margin-right: 5px;
  }

  .icon_pic {
    color: #0663a1;
    font-size: 52px;
    font-weight: 400;
  }

  .icon_box {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .icon_box:hover {
    background-color: #0000001a;
  }

  .text_bild_team {
    font-size: 15px;
    line-height: 20px;
  }

  .slider_home2 {
    background-size: cover;
  }

  .slider_pro2 {
    background-position: 50% -58%;
    background-size: cover;
  }

  .slider_pro4 {
    background-position: 50%;
  }

  .immobilien_sec {
    z-index: 1000;
    text-align: center;
    background-color: #0000;
    background-image: linear-gradient(146deg, #75b87e 28%, #237545);
    height: 40px;
    margin-left: 460px;
    margin-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
  }

  .immobil_text {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-family: Lato, sans-serif;
    font-size: 31px;
    font-weight: 700;
    text-decoration: none;
  }

  .immobil_text2 {
    font-weight: 300;
  }

  .body_farbe {
    margin-top: 52px;
  }

  .section_hammer {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .text_foto {
    font-size: 14px;
  }

  .cont_news {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .linkbox2 {
    width: 92%;
  }

  .pfeil {
    max-width: 100%;
  }

  .row_immo {
    padding-right: 10px;
  }

  .kontakt {
    border-left-width: 11px;
    border-right-width: 11px;
  }

  .linkboxunten {
    width: 50px;
    margin-top: -30px;
  }

  .immo_navi {
    background-size: 40px;
  }

  .immo_navi.sold {
    background-size: 120px;
  }

  .immo_navi.soldit {
    background-image: url('../images/sold_it.png');
    background-position: 98% 94%;
    background-repeat: no-repeat;
    background-size: 130px;
    background-attachment: scroll;
  }

  .social_cont2 {
    height: 40px;
  }

  .verkauft_bild {
    width: 200px;
    margin-top: 234px;
    margin-left: 64px;
  }

  .video_wir {
    height: 230px;
  }

  .html-embed {
    height: 100%;
  }

  .container {
    top: 329px;
    left: 10px;
  }

  .link-block {
    width: 150px;
    padding: 0;
  }

  .body {
    margin-top: 0;
    padding-top: 0;
  }

  .image-4 {
    width: 70px;
    padding-bottom: 0;
  }

  .link-block-3 {
    width: 90px;
    height: 50px;
  }

  .grid {
    grid-template-rows: 240px;
    grid-template-columns: 32% 32% 32%;
  }

  .button {
    padding: 14px 20px;
  }

  .div-block-9 {
    margin-bottom: 34px;
  }

  .div-block-10 {
    height: 402px;
    margin-bottom: 34px;
  }
}

@media screen and (max-width: 767px) {
  p {
    width: auto;
    display: block;
  }

  .navi_button {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 23px;
  }

  .navi_button.navi_handy_sprache {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .titel_slider {
    height: 300px;
  }

  .cont_box {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .cont_box.referenzen {
    padding-top: 0;
  }

  .row_titel {
    padding-bottom: 20px;
  }

  .headline {
    text-align: center;
    margin-top: 9px;
  }

  .headline.kleiner {
    line-height: 32px;
  }

  .headline.kleiner.weiss {
    padding-left: 0;
  }

  .column_1 {
    text-align: center;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .column_2 {
    text-align: center;
    border-left-style: none;
  }

  .text {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
    line-height: 23px;
  }

  .text.links {
    text-align: left;
    padding-left: 15px;
  }

  .text.links2 {
    text-align: left;
    padding-left: 5px;
  }

  .column {
    height: 100%;
    margin-bottom: 5px;
    padding: 0;
    position: relative;
    top: 0;
    bottom: 0;
  }

  .row_index {
    margin-bottom: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .row_index.immo_row {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .cont_dropdown.referenz_down._12 {
    margin-top: 0;
  }

  .adresse {
    height: 259px;
  }

  .adresse_cont {
    height: auto;
  }

  .logo_home {
    margin-bottom: 20px;
  }

  .home_linkbox {
    width: auto;
    margin-bottom: 0;
    padding-left: 0;
  }

  .home_titel {
    margin-left: 10px;
    padding-left: 5px;
    font-size: 53px;
    line-height: 50px;
  }

  .home_titel.immo_text3 {
    font-size: 53px;
    line-height: 50px;
  }

  .row_home {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .navi_mobil {
    margin-top: 0;
    padding-top: 0;
  }

  .botton_column {
    padding-top: 0;
    padding-bottom: 0;
  }

  .botton_grid.kontur_weg {
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .botton_grid.kontur {
    border-right-style: none;
  }

  .botton_grid.kontur.kontur_unten {
    border-bottom-style: dashed;
    border-bottom-color: #fff;
    border-right-style: none;
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .botton_grid.kontur_unten {
    border-bottom: 1px dashed #fff;
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .text_box2 {
    font-size: 22px;
    line-height: 23px;
  }

  .linkbox_navi {
    margin-left: 24px;
    padding-left: 0;
  }

  .linkbox_navi.w--current {
    width: auto;
    padding-top: 7px;
    padding-left: 0;
  }

  .dropdown_pro, .bild_sw {
    width: 100%;
    margin-bottom: 0;
  }

  .dropdown_toggle {
    border: 1px solid #fff;
    margin-bottom: 0;
    margin-right: 0;
  }

  .text_dropdown {
    letter-spacing: 0;
    font-size: 12px;
    line-height: 13px;
  }

  .text_bild_team {
    font-size: 14px;
    line-height: 18px;
  }

  .bild_team {
    border: 1px solid #dceddf;
  }

  .immobilien_sec {
    margin-left: 345px;
    margin-right: 10px;
  }

  .immobil_text {
    font-size: 24px;
  }

  .text_foto {
    font-size: 13px;
  }

  .lightbox_news {
    width: 100%;
  }

  .bild_news {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
  }

  .news_text_zusatz {
    text-align: center;
  }

  .linkbox2 {
    border: 1px solid #fff;
    width: 100%;
    font-size: 26px;
    line-height: 26px;
  }

  .immo_column {
    padding: 10px;
  }

  .immo_textblock {
    margin-top: 15px;
    font-size: 17px;
    line-height: 23px;
    position: static;
  }

  .titel_immo {
    padding-left: 15px;
    font-size: 27px;
    line-height: 18px;
  }

  .titel_immo.zentrum {
    padding-left: 0;
  }

  .titel_immo_grau {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-left: 10px;
  }

  .headline_immo {
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 10px;
    font-size: 28px;
    line-height: 29px;
  }

  .text_immo {
    padding-left: 15px;
    padding-right: 10px;
    font-size: 18px;
    line-height: 23px;
  }

  .immo_row {
    margin-top: 20px;
    padding-top: 20px;
  }

  .row_immo {
    text-align: left;
    margin-top: 10px;
    padding-top: 0;
    padding-left: 17px;
  }

  .kontakt {
    margin-top: 10px;
  }

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

  .kontakt.unterseite {
    border-left-style: none;
    border-right-style: none;
  }

  .text_kont {
    font-size: 16px;
  }

  .luner {
    font-size: 21px;
  }

  .linkboxunten {
    text-align: left;
    width: 60px;
    margin-top: -5px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .backbutto {
    margin-bottom: 20px;
    margin-right: 15px;
  }

  .immo_navi {
    background-position: 96% 86%;
    background-size: 26px;
    border: 1px solid #fff;
    height: 96px;
    font-size: 21px;
    line-height: 26px;
  }

  .immo_navi.sold {
    background-size: 100px;
  }

  .immo_navi.soldit {
    background-image: url('../images/sold_it.png');
    background-position: 98% 94%;
    background-repeat: no-repeat;
    background-size: 100px;
    background-attachment: scroll;
  }

  .verkauft_bild {
    width: 160px;
    margin-top: -18px;
    margin-left: 24px;
  }

  .video_wir {
    height: 192px;
  }

  .image-2 {
    max-width: 90%;
  }

  .container {
    top: 247px;
    left: 30px;
  }

  .image-4 {
    width: 40px;
  }

  .job {
    width: 95%;
  }

  .image-5 {
    display: none;
  }

  .div-block-3 {
    justify-content: center;
  }

  .column-4 {
    text-align: center;
    padding-right: 0;
  }

  .image-7 {
    width: 70%;
  }

  .div-block-4 {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .grid {
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    grid-template-columns: 32% 32% 32%;
    padding-left: 10px;
    padding-right: 10px;
  }

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

@media screen and (max-width: 479px) {
  .navi_button {
    border-top-style: none;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 26px;
    font-weight: 300;
  }

  .navi_button.navi_handy_sprache {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 15px;
  }

  .titel_slider {
    height: 230px;
  }

  .cont_box {
    padding-left: 30px;
    padding-right: 30px;
  }

  .row_titel {
    margin-left: 0;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .headline {
    text-align: center;
    font-size: 43px;
    line-height: 38px;
  }

  .headline.farbe_gruen.linie_unten {
    font-size: 35px;
    line-height: 34px;
  }

  .headline.kleiner.rechts {
    text-align: center;
  }

  .headline.kleiner.weiss {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .column_1 {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .column_2, .column_2.farbe_rot_linie, .column_2.farbe_gruen_linie {
    padding-left: 0;
    padding-right: 0;
  }

  .text {
    text-align: center;
    column-count: 0;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 21px;
  }

  .text.links {
    text-align: left;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 0;
    font-size: 18px;
    line-height: 22px;
  }

  .text.links2 {
    text-align: left;
    padding-left: 5px;
  }

  .text.eng {
    padding-left: 30px;
    padding-right: 30px;
  }

  .column {
    margin-bottom: 10px;
    padding-right: 0;
    display: block;
    position: relative;
  }

  .row_index {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .row_index.immo_row {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .adresse {
    height: 275px;
  }

  .logo_home {
    width: 260px;
    margin-bottom: 0;
    padding-top: 29px;
    padding-bottom: 12px;
  }

  .home_linkbox {
    margin-bottom: 10px;
    padding-left: 0;
  }

  .home_titel {
    padding-top: 5px;
    padding-left: 10px;
    font-size: 90px;
    line-height: 75px;
  }

  .row_home {
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .maps {
    height: 220px;
  }

  .handy_button {
    margin-bottom: 10px;
  }

  .handy_link {
    color: #fff9;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    padding-top: 50px;
    padding-right: 21px;
    font-family: Lato, sans-serif;
    font-size: 44px;
    font-weight: 900;
    position: absolute;
  }

  .handy_linkbox {
    width: 100%;
  }

  .navi_mobil {
    top: -40px;
  }

  .botton_grid.kontur_weg, .botton_grid.kontur.kontur_unten, .botton_grid.kontur_unten {
    margin-top: 2px;
    margin-bottom: 2px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
  }

  .botton_text {
    font-size: 15px;
    line-height: 21px;
  }

  .text_box2 {
    font-size: 35px;
    line-height: 38px;
  }

  .linkbox_navi {
    width: 127px;
    margin-left: 20px;
    padding-top: 5px;
    padding-left: 0;
  }

  .linkbox_navi.w--current {
    width: 127px;
    padding-top: 5px;
    padding-left: 0;
    padding-right: 0;
  }

  .linkbox_navi.w--current:hover, .linkbox_navi.w--current:active, .linkbox_navi.w--current:focus {
    width: 127px;
  }

  .bild_sw {
    float: none;
    text-align: left;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown_toggle {
    border-style: none;
    width: 100%;
    height: 100%;
  }

  .text_dropdown {
    padding-top: 10px;
    padding-left: 10px;
    font-size: 15px;
    line-height: 22px;
  }

  .icon_box {
    padding: 2px 10px;
  }

  .text_bild_team {
    column-count: 0;
    font-size: 15px;
    line-height: 20px;
  }

  .bild_team {
    width: 100%;
    height: 100%;
    overflow: visible;
  }

  .slider_pro2 {
    background-position: 50% 46%;
    background-size: cover;
  }

  .link_weiss {
    font-size: 15px;
  }

  .immobilien_sec {
    float: none;
    clear: none;
    text-align: center;
    height: 34px;
    margin-left: 184px;
    margin-right: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
    position: static;
    bottom: 0;
    right: 0;
  }

  .immobil_text {
    font-size: 17px;
  }

  .slider_immo1 {
    background-position: -6px 38%;
  }

  .text_foto {
    padding-bottom: 5px;
    padding-right: 5px;
    font-size: 22px;
  }

  .cont_news {
    padding: 0 10px;
  }

  .bild_news {
    padding-left: 0;
    padding-right: 0;
  }

  .bildergallerie {
    margin-left: 0;
    margin-right: 0;
  }

  .linkbox2 {
    border-style: none;
    font-size: 35px;
    line-height: 38px;
  }

  .linkbox2.leistung {
    width: 100%;
    height: 100%;
  }

  .immo_cont {
    padding-left: 10px;
    padding-right: 10px;
  }

  .immo_column {
    padding: 7px 0;
  }

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

  .titel_immo {
    text-align: center;
    padding-right: 10px;
    font-size: 25px;
  }

  .titel_immo.zentrum {
    text-align: left;
    padding-left: 0;
  }

  .cont_immo {
    padding-left: 0;
    padding-right: 0;
  }

  .titel_immo_grau {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 29px;
    line-height: 34px;
  }

  .headline_immo {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 26px;
  }

  .text_immo {
    text-align: left;
    column-count: 1;
    padding-left: 15px;
    line-height: 22px;
  }

  .datenblatt {
    font-size: 22px;
  }

  .row_immo {
    text-align: center;
    margin-top: 20px;
    padding-left: 10px;
  }

  .lightbox {
    width: 100%;
    height: 100%;
  }

  .kontakt {
    border-left-style: none;
    border-right-style: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .kontakt._33 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .text_kont {
    text-align: right;
    font-size: 17px;
    line-height: 22px;
  }

  .text_kont.rechts {
    text-align: right;
  }

  .linkboxunten {
    width: 51px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .backbutto {
    float: none;
    text-align: center;
    background-size: 31px;
    margin: 26px 15px;
    padding: 14px 14px 14px 40px;
    font-size: 22px;
    display: block;
  }

  .immo_navi {
    background-position: 96% 85%;
    background-size: 45px;
    border-style: none;
    height: 127px;
    font-size: 33px;
    line-height: 37px;
  }

  .immo_navi.sold {
    background-size: 150px;
  }

  .immo_navi.soldit {
    background-image: url('../images/sold_it.png');
    background-position: 98% 94%;
    background-repeat: no-repeat;
    background-size: 150px;
    background-attachment: scroll;
  }

  .social_link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .drop {
    padding-left: 20px;
    padding-right: 20px;
  }

  .verkauft_bild {
    margin-top: -108px;
    margin-left: 28px;
  }

  .video_wir {
    height: 250px;
    margin-bottom: 18px;
  }

  .html-embed {
    height: 100%;
  }

  .image-2 {
    max-width: 60%;
  }

  .container {
    top: 193px;
    left: 10px;
  }

  .body {
    margin-top: 0;
  }

  .columns {
    display: block;
  }

  .image-3 {
    width: 44px;
  }

  .link-block-2 {
    width: 100%;
    margin-top: 5px;
    margin-right: 0;
  }

  .slider_job1 {
    background-position: 50% 100%;
    background-size: contain;
  }

  .image-4 {
    width: 50px;
    padding-bottom: 10px;
  }

  .trenner {
    height: 30px;
  }

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

  .link-block-3 {
    width: 80px;
    height: 40px;
  }

  .image-7 {
    width: 80%;
  }

  .div-block-5 {
    justify-content: center;
    display: flex;
  }

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

  .form {
    padding: 8px;
  }

  .field-label {
    margin-top: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
  }

  .submit-button {
    text-align: center;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .checkbox-label {
    font-size: 12px;
    line-height: 15px;
  }

  .grid {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .button {
    padding: 7px 9px;
    font-size: 19px;
  }

  .div-block-9 {
    margin-bottom: 20px;
  }

  .div-block-10 {
    height: 230px;
  }

  .slider_wir5 {
    background-position: 50%;
    background-size: cover;
  }

  .column-6 {
    padding-left: 0;
    padding-right: 0;
  }
}


