:root {
  --color-hover: #00d9e1;
}

body {
  font-family: "Poppins";
  overflow-x: hidden;
}
h1 {
  font-size: 70px;
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  font-weight: 600;
}
#page-preloader {
  position: fixed;
  z-index: 100500;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

#page-preloader .spinner {
  position: absolute;
  z-index: 1001;
  top: 50%;
  left: 50%;
  display: block;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  -webkit-animation: spin 2.5s infinite linear;
  animation: spin 2.5s infinite linear;
  border: 3px solid transparent;
  border-top-color: #222222;
  -webkit-border-radius: 50% !important;
  border-radius: 50% !important;
}

.dropdown:hover > .dropdown-menu {
  display: block;
  position: absolute;
  will-change: transform;
  top: 0px;
  left: 15px;
  transform: translate3d(20px, 34px, 0px);
  border-radius: 2px;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 5px 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: rgb(255 255 255 / 80%);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

ul.dropdown-menu li {
  padding: 0 10px;
}

.social_media {
  display: inline-block;
}

#contact-form small {
  color: #fff;
}

/*-----------------------------------------------SLIDER-----------------------------------------------*/
.wrapper {
  position: relative;
}

/* .main-menu .icofont-instagram:before {
  content: "\ed46";
  font-size: 19px;
  padding: 5px;
  background: transparent;
  color: rgb(255 255 255 /1);
  border: 1px solid rgb(255 255 255 / 0.5);
  border-radius: 2px;
  transition: ease-out 0.5s;
} */

/* .main-menu .icofont-instagram:hover:before {
  color: #fff;
  background: var(--color-hover);
} */

.about-section h2 {
  font-size: 45px;
}
a.about-btn {
  margin: 50px 0;
  background-color: #fff;
  color: rgb(95 101 105);
  padding: 5px 15px;
  transition: linear 0.3s;
  border: 1px solid rgb(175 175 175);
}
.fill:hover,
.fill:focus {
  box-shadow: inset 0 0 0 2em var(--color-hover);
  color: #fff;
  border: 1px solid var(--color-hover);
}

.overlay {
  position: absolute;
  content: "";
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(19, 19, 19, 0.3);
  z-index: 0;
}

.navbar-nav {
  display: -ms-flexbox;
  display: inline-block;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  font-family: "Raleway";
}

.main-menu ul li a {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
}

.main-menu {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
}
.main-name {
  max-width: 800px;
}

.site-btn {
  padding: 15px 15px 11px;
  border: 1px solid rgb(255 255 255 / 0.2);
  border-radius: 5px;
  transition: 0.3s ease;
  text-align: center;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 19px;
  color: #333;
  transition: ease-in-out 0.5s;
  background-color: #fff;
}
.blue-btn {
  background: var(--vision-color-primary);
  color: #fff;
}

a.blue-btn.fill:hover,
a.blue-btn.fill:focus {
  box-shadow: inset 0 0 0 2em var(--color-hover);
  color: #fff;
}

.question-text a.site-btn {
  background: rgb(0 0 0 / 60%);
  border-radius: 2px;
  text-shadow: none;
  color: #fff;
  font-weight: 400;
  padding: 5px 15px;
  width: 100%;
  font-size: 16px;
}

.question-text a.site-btn:hover {
  border-radius: 2px;
  text-shadow: none;
  color: #fff;
  background-color: rgba(0 0 0 / 40%);
}

.question-section {
  background: url("/template/images/images/slide/neubau.jpg") no-repeat center;
  background-size: cover;
  padding: 130px 0;
  position: relative;
}

.form-wrapper {
  display: block;
  margin: 0 auto;
}

.testimonials-slider {
  display: block;
  margin: 0 auto;
  max-width: 800px;
  background-color: rgb(255 255 255 / 1);
  border-radius: 5px;
  border-top: 5px solid var(--vision-color-primary);
  padding: 25px;
  z-index: 2;
}

.panel p.h4 {
  font-size: 20px;
  font-weight: 400;
}

.padding-tb {
  padding: 100px 0;
}

/*-----------------------------------------------Wohnungen-----------------------------------------------*/

.filter-row {
  margin-bottom: 47px;
}

.filter-radio {
  margin-right: 80px;
  display: inline-block;
  vertical-align: top;
}

.radio-wrap {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
  position: relative;
}

.radio-wrap .quantity {
  position: absolute;
  top: -5px;
  left: 100%;
}
.house-img .price-box {
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: #fff;
  z-index: 2;
}
.house-img .price {
  font-size: 24px;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.house-img .price-sqft {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
}

.house-img .characters {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #fff;
  z-index: 2;
}
.house-img .characters {
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
}
.house-img:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: -webkit-linear-gradient(
    top,
    transparent 0%,
    transparent 55%,
    rgba(0, 0, 0, 0.65) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    color-stop(55%, transparent),
    to(rgba(0, 0, 0, 0.65))
  );
  background: linear-gradient(
    to bottom,
    transparent 0%,
    transparent 55%,
    rgba(0, 0, 0, 0.65) 100%
  );
  z-index: 1;
}
.house-box-wrapper {
  box-shadow: 0 3px 6.48px 1.52px rgba(77, 77, 77, 0.05);
  transition: 0.2s ease-in;
  margin-bottom: 30px;
}
.house-box-wrapper:hover {
  box-shadow: 0px 10px 20px 10px rgba(175, 175, 175, 0.3);

  cursor: pointer;
}

.house-box {
  margin-bottom: 30px;
  -webkit-box-shadow: 0 3px 6.48px 1.52px rgba(77, 77, 77, 0.05);
  box-shadow: 0 3px 6.48px 1.52px rgba(77, 77, 77, 0.05);
  display: inline;
}
.house-text-box .house-short-description {
  margin-bottom: 5px;
  height: 40px;
  overflow: hidden;
}
.house-text-box .house-short-description {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
}

.more-details {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 700;
}
.radio-wrap .quantity {
  color: #cecece;
}

.filter-radio input[type="radio"] {
  display: none;
}
.filter-radio input[type="radio"]:checked + label {
  position: relative;
}
.filter-radio input[type="radio"] + label:after {
  position: absolute;
  content: "";
  bottom: -7px;
  left: 0;
  width: 0;
  height: 2px;
  z-index: 1;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.radio-wrap {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
  position: relative;
}

.alert-box {
  background-color: rgb(255 255 255 / 0.3);
  padding: 15px;
  border-radius: 3px;
  margin: 10px 0 20px;
  border: 1px solid #fff;
  color: #fff;
  filter: drop-shadow(2px 4px 6px #222);
}

.alert-box a {
  color: var(--color-hover);
  font-weight: 400;
  text-shadow: 0 2px 5px rgb(78 78 78 / 25%);
}

.alert-box a:hover {
  color: var(--vision-color-primary);
}

.form-group {
  width: 100%;
  border: 0px solid #fff;
  display: block;
}

.form-group::after {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  bottom: 0;
  top: -2px;
  position: relative;
  left: auto;
  right: 0;
  background-color: var(--color-hover);
  transition: width 2s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}

.form-group:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

.close-mob-menu:hover {
  cursor: pointer;
}

.container-null {
  padding: 0;
  position: relative;
  margin: auto;
}

.container-null-overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 4;
  background: rgba(0, 0, 0, 0.35);
}

.container-text {
  position: absolute;
  z-index: 5;
  top: 50%;
  color: #fff;
  text-align: left;
  right: 0;
  bottom: 0;
  left: 50%;
  font-weight: 400;
  font-size: 19px;
  color: #e8e8e8;
  margin-top: 15px;
  padding: 0 20px 0 0;
  transform: translate(-60%, -8%);
  text-shadow: 0 3px 10px #333;
}

.img-banner {
  width: 100%;
  max-height: 600px;
  object-fit: cover;
  margin-top: 0px;
}

.container-text h1 {
  font-size: 40px;
}

.text-slider {
  margin: 10px 0 20px;
}
/*---------------------------------------------SECTION UNTERSEITE----------------------------------------------*/
section.unterseite {
  padding: 80px 0;
}

section.unterseite p.font-weight-bold,
section.unterseite p span.font-weight-bold,
section.unterseite strong,
section.unterseite b {
  padding: 0px 0;
  color: var(--vision-color-primary);
  font-weight: 600 !important;
}

section.unterseite .bright-strong {
  color: var(--vision-color-primary);
}

section.unterseite p a {
  color: #9eb4b9;
}

section.unterseite a:hover {
  color: var(--color-hover);
}

section.unterseite a.about-btn:hover {
  color: #fff;
}

section.unterseite .h2,
section.unterseite h2 {
  font-size: 40px;
  color: var(--vision-color-primary);
  position: relative;
  padding: 20px 0;
}
section.unterseite p {
  margin: 20px 0;
}
section.unterseite strong {
  margin: 0px 0 !important;
}

section.unterseite .h2::after,
section.unterseite h2::after {
  background-color: var(--vision-color-primary);
  position: absolute;
  content: "";
  bottom: 10px;
  left: 0;
  width: 4rem;
  height: 3px;
}

section.unterseite .h3,
section.unterseite h3 {
  font-size: 28px;
  color: var(--vision-color-primary);
  position: relative;
}

section.unterseite .h3::after,
section.unterseite h3::after {
  background-color: var(--vision-color-primary);
  position: absolute;
  content: "";
  bottom: -5px;
  left: 0;
  width: 2rem;
  height: 3px;
}

section.unterseite .network ol li {
  position: relative;
  line-height: 28px;
  list-style: none;
  padding-left: 10px;
  color: #213040;
  font-weight: 400;
  padding-bottom: 45px;
}

section.unterseite ol li {
  position: relative;
  line-height: 28px;
  list-style: none;
  padding-left: 10px;
  color: #213040;
  font-weight: 400;
  padding-bottom: 12px;
}

section.unterseite ol li span {
  position: absolute;
  left: -2.5rem;
  top: -2px;
  color: var(--vision-color-primary);
  font-size: 26px;
  font-weight: 600;
}

section.unterseite ol li span::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: var(--vision-color-primary);
  height: 2px;
  width: 0.6em;
}

.single-slider .slick-dots li button {
  background: #d0d0d0;
  border: none;
  font-size: 0;
  width: 20px;
  height: 4px;
  border-radius: 0;
  display: block;
  padding: 1px;
  transition: background 0.3s ease;
}

.single-slider .slick-dots li.slick-active button {
  background: var(--vision-color-primary);
}

.testimonials-slider .slick-dots li button {
  background: #d0d0d0;
  border: none;
  font-size: 0;
  width: 15px;
  height: 4px;
  border-radius: 0;
  display: block;
  padding: 0;
  transition: background 0.3s ease;
}

.testimonials-slider .slick-dots li.slick-active button {
  background: var(--vision-color-primary);
}

/*--------------------------------------------- KONTAKT----------------------------------------------*/
.contact-section h2 {
  font-size: 38px;
}

.section-title h2 {
  font-size: 38px;
}

.testimonials-text img {
  width: 60px;
}

#kontakt {
  background-image: url("/template/images/images/kontakt-blur.jpg");
  background-size: cover;
  position: relative;
}

#kontakt h2,
#kontakt p,
.phone-top,
.phone-bottom {
  color: #fff;
  text-shadow: 0 2px 10px #464646;
}

.overlay-contact {
  position: absolute;
  content: "";
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(19, 19, 19, 0.3);
  z-index: 0;
}

#kontakt iframe {
  position: relative;
}
/*--------------------------------------------- CONTACT BUTTON----------------------------------------------*/
a.contact-btn {
  background-color: transparent;
  padding: 5px 15px;
  font-weight: 600;
  border: 1px solid rgb(255 255 255 / 0.5);
  border-radius: 2px;
  transition: linear 0.3s;
}

a.contact-btn.fill:hover,
a.contact-btn.fill:focus {
  box-shadow: inset 0 0 0 2em var(--color-hover);
  color: #fff;
}

/*---------------------------------------------Icons----------------------------------------------*/
ul.list-style-none li {
  list-style: none;
  text-indent: -2rem;
}

.about-property-section h2 {
  font-size: 45px;
}

.more {
  display: block;
  padding: 10px 70px;
  position: absolute;
  bottom: -50px;
  left: 18px;
}
/*---------------------------------------------Lexikon----------------------------------------------*/
section.lexikon {
  padding: 80px 0;
}

section.lexikon p.h6 {
  color: var(--vision-color-primary);
  font-weight: 700;
}

.lexikon-box-left {
  border: 4px solid var(--vision-color-primary);
  color: var(--vision-color-primary);
  background-color: #ffffff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 0px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 38px;
  font-weight: 600;
  height: 120px;
}
.lexikon-box-right {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 10px 20px;
  margin: 0px 0 30px;
  position: relative;
  z-index: -1;
  border: 6px solid #fff;
  box-shadow: 5px 3px 5px -2px #e2e2e2;
  font-size: 16px;
  min-height: 120px;
}

.lexikon-box-right p {
  padding: 0px 10px 0px;
}

.lexikon-box-right:before {
  position: absolute;
  content: "";
  left: -22px;
  top: 45px;
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 25px solid var(--vision-color-primary);
  transform: rotate(225deg);
}

/*---------------------------------------------Footer----------------------------------------------*/
.footer {
  padding: 50px 0 60px;
  position: sticky;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
}

.footer {
  background: #e8e8e8;
  color: #222;
}

.footer ul li {
  line-height: 30px;
}

.footer ul li a:hover {
  line-height: 30px;
  color: #6d6d6d;
}

.footer-logo {
  width: 220px;
}

.footer .social i {
  font-size: 19px;
}
ul.liststyle_none {
  list-style: none;
}
/*---------------------------------------------BACK-TO-TOP----------------------------------------------*/
.back-to-top {
  background: rgb(0 217 225 / 0.4);
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 21px;
  z-index: 100;
  border-radius: 3px;
  border: 2px solid #fff;
}

.back-to-top:hover {
  transform: scale(1.05);
  background: var(--color-hover);
}

.back-to-top:before {
  position: absolute;
  content: "\eaa1";
  font-family: "IcoFont";
  left: 11px;
  top: 5px;
  color: #fff;
  font-size: 20px;
}

.koop-box {
  transform: scale(1);
  border: 1px solid #eee;
  transition: ease-in 0.3s;
  margin: 0px 0 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.koop-box img {
  width: 100%;
}
.koop-box:hover {
  transform: scale(1.1);
  border: 1px solid #e0e0e0;
}

section.unterseite.koop .h2,
section.unterseite.koop h2 {
  font-size: 40px;
  color: #000000;
  position: relative;
  padding: 20px 0;
}

section.unterseite.koop .h2::after,
section.unterseite.koop h2::after {
  background-color: #000000;
  position: absolute;
  content: "";
  bottom: 10px;
  left: 0;
  width: 4rem;
  height: 3px;
}

.mt-50 {
  margin-top: 50px;
}
.mb-50 {
  margin-bottom: 50px;
}

/* -------------------------------- 07.04.21 -------------------------------- */

.question-text .site-btn {
  text-transform: none;
}

.koop-box {
  height: 150px;
  margin-bottom: 15px;
}

.koop-box a {
  height: 100%;
  width: 100%;
}

.koop-box a img {
  height: 100%;
  object-fit: contain;
}

section.unterseite .koop-box + p {
  margin-bottom: 30px;
  margin-top: 0;
}

.question-section .question-text h3 a {
  background: #eb038d;
  color: #fff;
}

.social_media a {
  margin: 0 5px;
}

footer .social i {
  margin-right: 10px;
}

#de_20_Haupttext strong {
  color: #eb038d;
}

.mt-30 {
  margin-top: 30px;
}

/* -------------------------------- 13.04.21 -------------------------------- */

#pageid-20 .container-text {
  top: 65%;
}
#pageid-20 .container-text h1 {
  font-size: 70px;
}

.main-menu ul li {
  padding: 0 15px;
}

.social_media a:hover {
  background-color: transparent;
  color: var(--color-hover);
}

/* -------------------------------- 23.04.21 -------------------------------- */

.single-slider img {
  width: 100%;
  height: 500px;
  object-fit: contain;
}

/* ----------------------------- ANCHOR 14.12.22 ---------------------------- */

.guidebook-outer {
  padding: 70px 0;
}

.bg-gray {
  background-color: #f8f8f8;
}

.guidebook-outer img {
  height: 400px;
}

.guidebook-outer .image-outer {
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.2);
}

.guidebook-modal .close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.guidebook-modal iframe {
  height: 500px !important;
}
