/* Fonts start here*/
@font-face {
  font-family: 'Source Sans Pro';
  font-style: bold;
  font-weight: 700;
  src: url('../Common/Fonts/SourceSansPro-Bold.otf.woff') format('woff');
}

@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 600;
  src: url('../Common/Fonts/SourceSansPro-Semibold.otf.woff') format('woff');
}

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('../Common/Fonts/SourceSansPro-Regular.otf.woff') format('woff');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('../Common/Fonts/Inter-Regular.woff') format('woff');
}

@font-face {
  font-family: 'Inter';
  font-weight: 500;
  src: url('../Common/Fonts/Inter-Medium.woff') format('woff');
}

@font-face {
  font-family: 'Inter';
  font-style: bold;
  font-weight: 700;
  src: url('../Common/Fonts/Inter-Bold.woff') format('woff');
}
body {
  font-family: 'Source Sans Pro' !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #50545E !important;
}
h1, h2, h3, h4 {
  font-family: 'Source Sans Pro' !important;
  font-style: normal !important;
}
.form-control {
  font-family: 'Source Sans Pro' !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #50545E !important;
}
.profile-image {
  background-size: 32px 32px;
  border: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  margin: 0;
  position: relative;
  height: 32px;
  width: 32px;
  z-index: 0;
  bottom: 6px;
  cursor: pointer;
  object-fit: cover;
  object-position: top;
}

.remove-profile-link {
cursor: pointer;
}

.remove-profile-image {
  background-size: 32px 32px;
  border: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0;
  width: 177px;
  height: 177px;
  object-fit: cover;
  object-position: top;
  cursor: pointer;
}
.profile-popup-image .profile-image {
display: inline !important;
height: 50px !important;
width: 50px !important;
margin: 0px 0;
}


.profile-popup-account,
.profile-popup-logout {
  margin-top: 10px;
}

.profile-popup-policylinks {
  margin-top: 40px;
}

.profile-popup-policylinks span {
color: black;
}

.profile-popup-logout .btn-outline-medium {
  border: 2px solid #ff4800 !important;
  color: #ff4800 !important;
}
.profile-close-button {
  margin-right: 6px;
  margin-top: 6px;
}
.profile-popup-account a {
  padding: 5px !important;
}

.profile-logout-link {
  padding: 2px !important;
}
/* .profile-logout-link {
  min-width: 120px !important;
} */

.profile-name {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #ff4800;
  font-size: 20px;
  color: #fff;
  text-align: center;
  position: relative;
  bottom: 5px;
  cursor: pointer;
}
.profile-image-link {
  font-size: 36px !important;
  color: #fff !important;
}

.profile-popup-policylinks a:hover,
a.profile-image-link:hover {
  text-decoration: none;
}

@media (min-width: 1800px) {
  header .container .navbar-light .navbar-collapse .navbar-nav li .form-container a {
      margin-right: 0px !important;
  }
  .profile-logout-link {
      padding: 3px !important;
      width: 187px !important;
  }
  .preise-single-item-outer .card-body{
      min-height: 820px;
  }
}


.profile-popup-image .profile-name {
  height: 50px !important;
  width: 50px !important;
  /*position: relative;
  left: 108px;*/
  font-size: 36px;
  line-height: 50px !important;
  margin: 0 auto;
}
.nameInitial {
  width: 100%;
  height: 100%;
  align-content: center;
  text-align: center;
  vertical-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
}
.form-popup {
  display: none;
  position: fixed;
  top: 96px;
  right: 2px;
  border: 3px solid #f1f1f1;
  z-index: 9;
   background: #fff;
   border: 1px solid #ccc;
   border-color: rgba(0,0,0,.2);
  -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.2);
   box-shadow: 0 2px 10px rgba(0,0,0,.2);     display: none;
  outline: none;
  -webkit-animation: gb__a .2s;
  animation: gb__a .2s;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-user-select: text;
}

.form-container {
  text-align: center;
  max-width: 300px;
  padding: 10px;
  background-color: white;
  width: 300px;
  margin-bottom: 8px;
}
/* Need to move this css to scss start*/
.bigger-boxs {
  width: 236px !important;
  height: 236px !important;
}
.img-with-background--green::after {
  top: calc(100% - 83%) !important;
}
.bigger-price-box {
  height: 136px !important;
  width: 136px !important;
}
.bigger-button {
  padding: 23px 66px !important;
}
.inner-image-width {
  width: 117px !important;
}
.font-size-26 {
  font-size: 26px !important;
}
.right-37 {
  right: 37% !important;
}
/* Need to move this css to scss start*/
.bigger-boxs {
  width: 236px !important;
  height: 236px !important;
}
.img-with-background--green::after {
  top: calc(100% - 83%) !important;
}
.bigger-price-box {
  height: 136px !important;
  width: 136px !important;
}
.bigger-button {
  padding: 23px 66px !important;
}
.inner-image-width {
  width: 117px !important;
}
.font-size-32 {
  font-size: 32px !important;
}
.font-size-22 {
  font-size: 22px !important;
}
.font-size-14 {
  font-size: 14px !important;
}

.footer-submenu li {
  list-style: none;
}
.font-size-1em {
  font-size: 1em !important;
}
.font-size-13 {
  font-size: 0.9rem !important;
}
.euro-inp {
  display: flex;
  flex-direction: row;
}


@media (min-width: 1890px) {
  /* .provin-expert-wrapper {
      max-width: 35.66667%;
  } */
  /* .margin-left-3 {
      margin-left: 3% !important;
  } */
}

.nav-wrapper li:first-child a {
  padding-top: 0px !important;
}
footer .footer-top {
  padding: 60px 0 30px !important;
}
.vdiv_logo {
  width: 275px;
}
.ivd_logo {
  width: 117px;
}
.mobliertes_wohnen_auf_zeit_dunkles {
  width: 145px;
}
#pe_badge_tysbuspw, #pe_badge_tysbuspw .pe-flip-outer, #pe_badge_tysbuspw .pe-flip-inner, #pe_badge_tysbuspw .pe-flip-front, #pe_badge_tysbuspw .pe-flip-back {
  width: 119px !important;
  height: 134px !important;
}
#pe_badge_tysbuspw .pe-flip-front img {
  width: 119px !important;
  height: 119px !important;
}

#pe_badge_tysbuspw .pe-flip-back img {
  width: 119px !important;
  height: 119px !important;
}
.partner-id-info-icon {
  position: absolute;
  top: 25%;
  right: 1%;
}
.footer-payment-option-img img {
  /* height: 40px; */
  object-fit: contain;
  margin-left: 7px;
}

/* Need to move this css to scss end*/

/* ###Leadfisher */
.leadfisher-popup .card-body{
  padding: 0px !important;
}

.leadfisher-popup--inner-type-first .card-header {
      background: transparent linear-gradient(86deg, var(--unnamed-color-0099af) 0%, #00A983 100%) 0% 0% no-repeat padding-box !important;
      background: transparent linear-gradient(86deg, #0099AF 0%, #00A983 100%) 0% 0% no-repeat padding-box !important;
      opacity: 1;
      color: #ffffff !important;
}

.leadfisher-popup-modal-floor-body {
  /* margin: 25px;
  margin: 0 25px; */
}

.floor-back-button {
  position: relative;
  padding-left: 30px;
  font-size: 1.08rem;
  font-family: NotoSans-Medium;
}
a.floor-back-button:before {
  content: "\f060";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-size: 1rem;
  font-weight: 900;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
}
.rating-label {
  padding-right: 35px;
}
.star-icon i {
  /* color: #D3D3D3 !important;*/
  margin-right: 10px;
  font-size: 22px !important;
}
.leadfisher-popup-modal-contactinfo-body {
  margin: 0px !important;
  overflow-y: auto !important;
}
.leadfisher-popup-modal-contactinfo-header {
  padding: 0px !important;
  padding-right: 15px !important;
}
.percentCount {
  display: none;
}
.progressbar {
  background-color: #ffffff !important;
}
#map {
  height: 520px;
  /* The height is 400 pixels */
  width: 100%;
  /* The width is the width of the web page */
}

.leadfisher-popup .card-body img.img-fluid {
  height: 216px !important;
}
#propetyAddressPage .card-body img.img-fluid {
  height: auto !important;
}
.user-addresss-map-img {
  height: 520px !important;
}

.select-type-property {
  cursor: pointer;
}

#divLoading
{
  display : none;
}
#divLoading.show
{
  display : block;
  position : absolute;
  z-index: 100;
  background-image : url('../images/spinner-2.gif');
  background-color:#666;
  opacity : 0.4;
  background-repeat : no-repeat;
  background-position : center;
  left : 0;
  bottom : 0;
  right : 0;
  top : 0;
}
#loadinggif.show
{
  left : 50%;
  top : 50%;
  position : absolute;
  z-index : 101;
  width : 32px;
  height : 32px;
  margin-left : -16px;
  margin-top : -16px;
}

/* .leadfisher-popup .modal-dialog{
  height:75%;
} */

/* Zoom In #2 */
.select-type-property div.card-body:hover {
  box-shadow: 0 0 11px rgba(18, 102, 241, 0.5);
  border: 1px solid black;
}

.floor-image-outer div.card-body:hover {
  cursor: pointer;
  box-shadow: 0 0 11px rgba(18, 102, 241, 0.5);
  border: 1px solid black;
}

.selected-floor-image-outer div.card-body {
  cursor: pointer;
  box-shadow: 0 0 20px rgba(18, 102, 241, 0.5);
  border: 1px solid black;
}
.leadfisher-error {
  color: red;
}
.contactInfo-form form{
  margin-top: 0px !important;
}
.leadfisher-popup-modal-contactinfo-header-text {
  margin-left: 50px;
}
.blog-manin-button {
  border: none !important;
  font-size: 1.2rem;
  width: 276px;
  padding: 14px 20px !important;
}
.payment-wrapper div.col-lg-8,
.payment-wrapper div.col-lg-4{
  padding: 0px !important;
}
.tenantsearch-payment-seal {
  padding-top: 60px;
  height: 280px;
}
.teanant-form-payment {
  width: 100%;
}

.teanant-form-payment .row {
  margin-left: 15px !important;
}
.payment-msg {
  margin-left: 15px !important;
}
.userprofile-form div.col-lg-12 {
  margin-left: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.floor-page-input-wrapper {
  width: 100%;
}
/* partners slider */
.slick-next:before {
  content: ">"  !important;
  font-weight: 600;
  color: #0099b1 !important;
  font-family: Noto Sans;
}

.slick-prev:before {
  content: '<'!important;
  color: #0099b1 !important;
  font-weight: 600;
  font-family: Noto Sans;
}
.partners-section .partners-slider .media-block img {
  width: 170px;
  height: 170px;
}
.partners-section .partners-slider .media-block {
  height: 170px !important;
}
.teanant-form-payment .userprofile-address-row {
  margin-left: 0px !important;
}

.teanant-form-payment .userprofile-address-row div.col-lg-8,
.teanant-form-payment .userprofile-address-row div.col-lg-4{
  padding-left: 0px !important;
}
.leadfisher-home-container {
  border-bottom: 6px solid #badbe1;
  width:100%;
}
.leadfisher-home-button {
  background-color: #FF6641 !important;
  color: #fff;
}
.leadfisher-home-button:hover {
  background-color: #FF6641 !important;
  color: #fff;
}

/** Press Page css **/

.press-header-banner #header-carousel {
  border: 0px !important;
}

.press-header-banner #header-carousel .carousel-caption {
  width: 100% !important;
}
.press-head-description {
  width: 50%;
  margin: auto;
}
.press-head-image {
  width: 80% !important;
}

.press-item-link:hover {
  text-decoration: none;
  color: #0099af;
}
.pressitem-text-color,
.date-color {
  color: #707070 !important;
}
.press-wrapper .card {
  background: #fff;
  border: none;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
  border-radius: unset;
}
.press-wrapper .card-header {
  background: none;
  border: none;
}
.press-item-list-row {
  position: absolute;
  top: 50%;
  z-index: 1;
}
.press-overlay {
  min-height: 270px;
}
.press-header-outer {
  background: #e5f1f5;
}
.pressitem-text-color .text-left {
  min-height: 90px;
}
.header-banner #header-carousel .carousel-caption {
  left: 0;
}
.header-banner #header-carousel .carousel-item:before {
  content: "";
  background: transparent linear-gradient(90deg,#fff 0,#fffFFF00 100%) 0 0 no-repeat padding-box;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
.header-banner #header-carousel img {
  height: 410px;
  object-fit: contain;
  object-position: 0 85%;
}
.header-banner #header-carousel .carousel-caption h1 {
  padding-top: 15px;
}
@media only screen and (max-width: 990px) {
  #home-video-wrapper .text-left {
      text-align: center !important;
  }
  .press-item-list-row {
      position: relative;
      top: 0;
      z-index: 0;
  }
  header+section article:first-child:not(.members-area-page-wrapper) {
      padding-top: 0 !important;
  }
  .header-banner #header-carousel img {
      height: 300px;
      width: 100% !important;
      object-fit: contain;
  }
  .header-banner #header-carousel .carousel-caption>a {
      width: 30% !important;
      margin: 0 auto;
      margin-bottom: 0 !important;
  }
  .header-banner #header-carousel .carousel-caption h1 {
      margin-top: 0 !important;
  }
  .header-banner #header-carousel .carousel-caption {
          border-top: 0;
          margin-top: 0;
  }
  .press-head-description {
      width: 100%;
      margin: auto;
  }
  .press-overlay {
      min-height: 0;
  }
  .header-banner #header-carousel .carousel-caption {
      position: absolute;
  }
  .header-banner .container {
      padding-top: 25px;
  }
  .pressitem-text-color .text-left {
      min-height: 0;
  }
}

@media screen and (min-device-width: 992px) and (max-device-width: 1200px) {
  .pressitem-text-color .text-left {
      min-height: 130px;
  }

  .preise-single-item-outer .card-body{
      min-height: 1040px;
  }
}
@media only screen and (max-width: 1199px) {
  .partners-section {
      padding-top: 1rem;
  }
}
@media (min-width: 1800px) {
  .header-banner {
      padding-top: 0 !important;
  }
  .header-banner #header-carousel .carousel-caption h1 {
      padding-top: 3rem;
  }
}
.bg-transparent-light-gray-color {
  background-color: #f8f8f8;
}

/** Press Page css **/

.press-header-banner #header-carousel {
  border: 0px !important;
}

.press-header-banner #header-carousel .carousel-caption {
  width: 100% !important;
}
.press-head-description {
  width: 50%;
  margin: auto;
}
.press-head-image {
  width: 80% !important;
}

.press-item-link:hover {
  text-decoration: none;
  color: #0099af;
}
.pressitem-text-color,
.date-color {
  color: #707070 !important;
}
.press-wrapper .card {
  background: #fff;
  border: none;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
  border-radius: unset;
}
.press-wrapper .card-header {
  background: none;
  border: none;
}
.press-item-list-row {
  position: absolute;
  top: 50%;
  z-index: 1;
}
.press-overlay {
  min-height: 270px;
}
.press-header-outer {
  background: #e5f1f5;
}
.pressitem-text-color .text-left {
  min-height: 90px;
}
.header-banner #header-carousel .carousel-caption {
  left: 0;
}
.header-banner #header-carousel .carousel-item:before {
  content: "";
  background: transparent linear-gradient(90deg,#fff 0,#fffFFF00 100%) 0 0 no-repeat padding-box;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
.partners-section {
  padding-top: 8px;
}
.partners-section h2 {
  padding-bottom: 8px;
}
.inp-2 {
  width: 48px;
  height: 38px;
}
.inp-3 {
  width: 65px;
  height: 38px;
}
@media only screen and (max-width: 990px) {
  .press-item-list-row {
      position: relative;
      top: 0;
      z-index: 0;
  }
  header+section article:first-child:not(.members-area-page-wrapper) {
      padding-top: 0 !important;
  }
  .header-banner #header-carousel img {
      height: 300px;
      width: 100% !important;
      object-fit: contain;
  }
  .header-banner #header-carousel .carousel-caption>a {
      width: 30% !important;
      margin: 0 auto;
      margin-bottom: 0 !important;
  }
  .header-banner #header-carousel .carousel-caption h1 {
      margin-top: 0 !important;
  }
  .header-banner #header-carousel .carousel-caption {
          border-top: 0;
          margin-top: 0;
  }
  .press-head-description {
      width: 100%;
      margin: auto;
  }
  .press-overlay {
      min-height: 0;
  }
  .header-banner #header-carousel .carousel-caption {
      position: absolute;
  }
  .header-banner .container {
      padding-top: 25px;
  }
  .pressitem-text-color .text-left {
      min-height: 0;
  }
}
@media only screen and (max-width: 575px) {
  .inp-2 , .inp-3 {
      width: 100%;
  }
}
@media only screen and (max-width: 642px) {
  .header-banner #header-carousel img {
      height: 350px;
  }
}
@media only screen and (max-width: 510px) {
  .header-banner #header-carousel img {
      height: 400px;
  }
}
@media (max-width: 991px) {
  .ifr-font-1{
      font-size: 1.3rem !important;
  }
  .ifr-font-2 {
      font-size: 0.9rem !important;
  }
  .ifr-font-3 {
      font-size: 0.9rem !important;
  }
  .btn-ifr {
      padding: 8px 20px;
  }
  .ifr-form {
      padding:  3rem 0;
  }
}
@media (min-width: 992px) {
  /* .padding-top-11pec {
      padding-top: 13%;
  } */
  /* .vdiv_logo {
      margin-left: 5%;
  } */
  /* .ivd_logo {
      margin-left: 5%;
  } */
  .with-20-perc {
      max-width: 20% !important;
  }
  .ifr-font-1 {
      font-size: 1.875rem !important;
  }
  .ifr-font-2 {
      font-size: 0.938rem !important;
  }
  .ifr-font-3 {
      font-size: 1rem !important;
  }
  .ifr-font-4 {
      font-size: 1.563rem !important;
  }
  .ifr-wrap {
      width: 1011px;
  }
  .btn-ifr {
      width: 290px;
      padding: 12px 20px;
      font-size: 1.2rem !important;
      font-family: NotoSans-light;
  }
  .ifr-form {
      padding:  5rem 7.6rem 2rem;
  }
  .cal-form {
      padding: 2rem 1rem 1rem !important;
  }
  .nxt-line {
      display: block;
  }
  .inp-2 {
      width: 50px;
      height: 38px;
  }
  .inp-3 {
      width: 89px;
      height: 38px;
  }
}

@media only screen and (min-width: 991px) {
  .date-col {
      text-align: right;
  }
  .press-contact-link {
      margin-top: 1.7rem !important;
  }
}
@media screen and (min-device-width: 992px) and (max-device-width: 1200px) {
  .pressitem-text-color .text-left {
      min-height: 130px;
  }
}
@media only screen and (max-width: 1199px) {
  .partners-section {
      padding-top: 1rem;
  }
}
@media (min-width: 1800px) {
  .header-banner {
      padding-top: 0 !important;
  }
  .header-banner #header-carousel .carousel-caption h1 {
      padding-top: 3rem;
  }
  .header-banner #header-carousel img {
      object-position: 0 110%;
  }
  .press-contact-link {
      margin-top: 2rem !important;
  }
  .p-21-per {
      padding-left: 40% !important;
  }
}
/* Tenant search negative & positive Answer */
.ts-answer-image {
  max-height: 48%;
}
.nagative-answers li i {
  color:#ff6641 !important;
  font-size: 1.3rem !important;
}
.positive-answers li i {
  margin-top: 2px !important;
}
/* Add new member on the home page */
@media (min-width: 992px) {
  .with-20-perc {
      max-width: 20% !important;
  }
}
/* LP application detail form 2 */
.lp-details-upload::after {
  height: calc(2.3em + .75rem) !important;
  padding: 4px 25px !important;
}
/* Upload button css start*/

.upload-button {
  border: 1px solid #46D4B9;
  display: inline-block;
  padding: 11px 11px;
  cursor: pointer;
  /* background: -webkit-linear-gradient(79deg,#0091cc 0,#00a983 100%) 0 0 no-repeat padding-box; */
  background: #FFFFFF;
  position: relative;
  color: #46D4B9 ;
  text-align: center;
  border-radius: 10px;
}
.hide_file {
    position: absolute;
    z-index: 1000;
    opacity: 0;
    cursor: pointer;
    right: 0;
    top: 0;
    height: 100%;
    font-size: 24px;
    width: 100%;
}
/* Upload button css end*/

/* Tenant Search Calculator (I-frame) */
.font-weight-600 {
    font-weight: 600 !important;
}
/* Landlord RE User Progress Bar */
.progress {
  height: 2.5rem;
}
.progress-bar-remaining {
  background-color: #E5F1F5;
}
.progress-bar-completed {
  background-color: #0099B1;
  border-right: 2px solid #e9ecef;
}
.progress-bar-paid {
  background-color: #2E8B57 !important;
}
.pl-8px {
  padding-left: 8px;
}
.border-2-blue {
  border: 2px solid #0099b1;
}
.mt-1px {
  margin-top: 1px;
}
.show-video {
  cursor: pointer;
}
.video-description p{
  color: #707070;
}

.video-outer-span {
  display: block;
}
.isDisabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.isDisabled > a {
color: currentColor;
display: inline-block;  /* For IE11/ MS Edge bug */
pointer-events: none;
text-decoration: none;
}
.re-dashboard-icon {
   /* width: 95%; */
   margin-top: 44px;
}
.re-text-color-black {
  color: #707070;
  text-align: justify;
}
.re-page-header {
  font-size: 21px;
}
.re-text-color-black {
  font-size: 15px;
}
.feature-text-color-black {
  font-size: 15px;
  color: #707070;
}

.feature-text-color-black span{
  color: #0099b1;
}
.re-col-lg-8 {
  float: left;
  padding-left: 0px;
  text-align: justify;
  max-width: 75%;
  padding-right: 0px;
}
.re-col-lg-4 {
  float: left;
  width: 20%;
  padding: 0px 12px 0px 15px;
  margin-right: 30px;
}
/* Dashboard page */
@media screen and (min-width: 1800px) {
  .lpaFeaturesBox div {
      width: 235px !important;
      height: 235px !important;
  }

  .lpaFeaturesBox div img {
      width: 100%;
  }
}
@media only screen and (max-width: 642px) {
  .re-dashboard-icon {
      width: 100%;
  }
}
.header-text {
  font-family: NotoSans-SemiBold;
  font-size: 1.82rem;
  font-weight: 500;
  line-height: 1.2
}
.bg-transparent-gray-iframe {
  background-color: #f5f5f5 !important;
}
.color-dark-gray {
  color: #333 !important;
}
/* New designed page */
.maklerwelt-banner-header {
  position: relative;
  min-height: 420px;
}
.maklerwelt-bg-color {
  background-color: #E5F1F5;
}
.private-vermieter-bg-color {
  background: transparent url(../images/Gruppe_249.png) no-repeat scroll 0 0;
}
.home-page-header-banner {
  position: relative;
  min-height: 420px;
}
.bg-props_home-header {
  background: transparent url(../images/shutterstock_446643199.png) no-repeat scroll 0 0;
  background-position: 88% !important;
  position: relative;
  min-height: inherit;
}
.header-box-bg-color {
  min-height: inherit;
  position: absolute;
  left: 14%;
  opacity: 999;
  z-index: 1;
  width: 39%;
  background: transparent linear-gradient(100deg,#0099AF 0,#00A983 90%) 0 0 no-repeat padding-box;
}
.maklerwelt-banner-header__inner--image {
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  width: 568px;
}
.maklerwelt-banner-image-calc {
  right: calc(100% - 89%);
}
.private-vermieter-banner-image-calc {
  right: calc(100% - 90%);
}
.maklerwelt-banner-header-title {
  font-size: 32px;
  color: #ffffff;
  font-weight: 600;
  font-family: 'NotoSans-SemiBold';
}
.ml-14perc {
  margin-left: 10%;
}
.bg-props_home-header .property-panagement-header-inner .ml-14perc {
  margin-left: 5%;
}
.ml-perc {
  margin-left: 14%;
}
.property-panagement-header__inner--content {
  margin-left: -16px;

}
.maklerwelt-banner-header-text {
  color: #ffffff;
}
.maklerwelt-banner-header-button {
  background-color: #ffffff;
  font-family: 'NotoSans-SemiBold';
}
.bg-transparent-blue-green {
  background: transparent linear-gradient(100deg,#0099AF 0,#00A983 100%) 0 0 no-repeat padding-box;
}
.white-color {
  color: #ffffff !important;
}
.white-btn-with-white-image{
  background: 0 0 !important;
  color: #ffffff !important;
  position: relative;
  border: 3px solid #ffffff;
  padding: 18px 45px 18px 60px;
  font-size: 19px;
}
.white-btn-with-white-image::before{
  content: "";
  background: transparent url(../images/Mustercheck_White_Icon.png) no-repeat scroll 0 0;
  position: absolute;
  top: calc(100% - 70%);
  left: calc(100% - 93%);
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: contain;
}
.white-btn-with-white-image i{
  display: none;
  background-color:#adb5bd;
  background-color:#dee2e6;
  background-color:#0099af;
}
/* mieterpass calculator css start */

input[type='range']::-webkit-slider-thumb {
  width: 15px;
  -webkit-appearance: none;
  height: 15px;
  background: #0099af;
  border-radius: 50px;
}
#firstrangeInput {
  background: linear-gradient(to right, #0099b1 0%, #0099b1 50%, #fff 50%, #fff 100%);
  border-radius: 8px;
  height: 7px;
  outline: none;
  transition: background 450ms ease-in;
  -webkit-appearance: none;
}
#secondrangeInput {
  background: linear-gradient(to right, #0099b1 0%, #0099b1 50%, #fff 50%, #fff 100%);
  border-radius: 8px;
  height: 7px;
  outline: none;
  transition: background 450ms ease-in;
  -webkit-appearance: none;
}
.unserer-kunden-logo {
font-size: 15px;
  padding-top: 22px;
  color: #707070;
}
/* mieterpass calculator css end */
.latest-date-info {
  width: 200px;
  display: block;
}
.hbspt-form form.newsletter-form {
  box-shadow: none !important;
}
.territory-image {
  width: 100px;
}
.pluse-icon-list li{
  color: #0099b1 !important;
  font-family: 'NotoSans-Bold';
}
.pluse-icon-list li i{
  margin-right: 12px !important;
  font-size: 0.9rem !important;
  padding-left: 29px !important;
}
.pluse-icon-list-border {
  border-bottom: 3px solid #0099b1;
  padding-bottom: 17px;
  padding-right: 30px;
}
.marketing-support-contact-img {
  width: 58px;
  height: 80px;
}
.center {
  display: flex;
  justify-content: center;
}
.offer-outer-wrapper, .no-gutters {
  justify-content: center;
}
.list-with-icon--plus {
  list-style: none;
}
.no-gutters > div:nth-child(1) {
  margin-right: 3rem !important;
}
@media screen and (max-width: 400px) {
  .header-box-bg-color {
      width: 70%;
  }
}
@media screen and (max-width: 992px) {
  .header-box-bg-color {
      left: 10%;
  }
  .maklerwelt-banner-header-title {
      font-size: 25px !important;
  }
  .property-panagement-header-inner .ml-14perc {
      padding-left: 0 !important;
  }
  .white-btn-with-white-image {
      margin-bottom: 20px;
  }
  .maklerwelt-banner-header .property-panagement-header-inner .ml-14perc {
      margin: 0 !important;
  }
}
@media screen and (max-device-width: 800px) {
  .header-box-bg-color {
      width: 100%;
      z-index: 0;
      left: 0;
  }
  .home-page-header-banner .header-box-bg-color {
      width: 55%;
  }
  .maklerwelt-banner-header__inner--image {
      width: 100%;
  }
  .maklerwelt-banner-image-calc {
      right: calc(100% - 100%);
  }
}
@media screen and (min-device-width: 800px) and (max-device-width: 1200px) {
  .maklerwelt-banner-image-calc {
      right: calc(100% - 103%);
  }
  .private-vermieter-banner-image-calc {
      right: calc(100% - 104%);
  }
}
@media screen and (max-width: 1200px) {
  .bg-props_home-header .property-panagement-header-inner .ml-14perc {
      margin: 0 auto !important;
      padding-left: 40px;
  }
  .maklerwelt-banner-header .ml-perc {
      margin: 0 !important;
  }
  .preise-and-service-section .col-lg-4:first-child .card {
      height: 97% !important;
  }
}
@media screen and (min-width: 992px) {
  .margin-padding {
      margin-top: 3rem!important;
      padding-top: 3rem!important;
  }
}
.zindex-1 {
  z-index: 1 !important;
}

#earnPerMonth,
#earnPeryear {
  width: 100px !important;
}
.li-indent i {
  float: left;
}
.li-indent span {
  display: block;
  padding-left: 3rem;
}
/* I-frame mietercheck css */
.iframe-payment .table thead tr th {
  background-color: #f5f5f5 !important;
  color: #333333 !important;
}
.iframe-payment .table-striped tbody tr {
  background-color: #f5f5f5 !important;
  color: #333333 !important;
}
.iframe-payment .table tbody tr td {
  color: #333333 !important;
}
.iframe-preview .table thead tr th {
  background-color: #f5f5f5 !important;
  color: #333333 !important;
  border-radius: inherit !important;
}
.iframe-preview .table.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f5f5f5 !important;
  color: #333333 !important;
}
.iframe-preview .table tbody tr td {
  color: #333333 !important;
}
.iframe-payment-block-hide {
  display: none;
}
.underline {
  text-decoration: underline !important;
}
.mt-1-9rem {
  margin-top: 1.7rem!important;
}
@media screen and (max-device-width: 991.98px) {
  .iframe-preview .table {
      display: inline-table;
  }
  .iframe-back-button {
      padding-top: 10px;
      text-align: center;
  }
}
/* logged in header css */

.width-313 {
  width: 313px !important;
}
.logged-in-header-bg-color {
  background-color: #faf9f9 !important;
}

.p-21-per {
  padding-left: 21%;
}
.dsgvo-trustsymbol {
  width: 237px;
}
.made-in-germany {
  width: 120px;
}
.ssl-trustsymbol {
  width: 120px;
}
.login-box-width {
  max-width: 45% !important;
}
@media (min-width: 992px) {
  .normal-login-box {
      max-width: 80% !important;
  }
}
.eye-password {
  position: absolute;
  right: 1%;
  top: 35%;
}
.tags a {
  padding-left: 5px !important;
}

/* .private-vermieter */
.private-vermieter-left-radius-icon {
  /* UI Properties */
  background: transparent linear-gradient(223deg, var(--unnamed-color-0099af) 0%, #00A983 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(223deg, #0099AF 0%, #00A983 100%) 0% 0% no-repeat padding-box;
  border-radius: 300px 300px 0px 300px;
}
.private-vermieter-right-radius-icon {
  /* UI Properties */
  background: transparent linear-gradient(224deg, var(--unnamed-color-0099af) 0%, #00A983 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(224deg, #0099AF 0%, #00A983 100%) 0% 0% no-repeat padding-box;
  border-radius: 300px 300px 300px 0px;
}
.private-vermieter-bottom-left-radius-icon {
  /* UI Properties */
  background: transparent linear-gradient(223deg, var(--unnamed-color-0099af) 0%, #00A199 0%, #00A983 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(223deg, #0099AF 0%, #00A199 0%, #00A983 100%) 0% 0% no-repeat padding-box;
  border-radius: 300px 0px 300px 300px;
}
.private-vermieter-bottom-right-radius-icon {
  /* UI Properties */
  background: transparent url('../images/shutterstock_531086104.png') 0% 0% no-repeat padding-box;
  border-radius: 0px 300px 300px 300px;
}
.private-vermieter-radius-icon-size {
  width: 318px;
  height: 213px;
  opacity: 1;
}
.private-vermieter-middle-icon img {
  padding-top: 36%;
  padding-left: 29%;
  color: #fff;
}
.bg-transparent-linear-gradient-blue {
  background: transparent linear-gradient(223deg, #e5f1f5 59%, #fff 100%) 0% 0% no-repeat padding-box;
}

/* .Preise page */
.preise-and-service-section .card {
  background: #fff;
}
.prise-header-box-bg-color {
  left: 20% !important;
}
.prise-banner-header__inner--image {
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  bottom: 0;
  top:0;
}
.preise-image {
  height: 420px;
}
.preise-banner-header-text {
  color: #fff;
  font-weight: 600;
}
.preise-property-panagement-header__inner
.preise-property-panagement-header-inner {
  left: 85px;
  top: calc(100% - 77%) !important;
}
.preise-and-service-section .col-lg-4:first-child .card .card-header {
  background: transparent linear-gradient(86deg,#0099AF 0,#00A983 50%) 0 0 no-repeat padding-box !important;
  min-height: 200px !important;
}
.preise-and-service-section .col-lg-4:first-child {
  /* margin-top: 60px !important; */
  margin-top: 36px !important;
  margin-bottom: 90px !important;
}
.preise-and-service-section .col-lg-4:last-child .card .card-header {
  background: transparent linear-gradient(100deg,#00A09D,#00A983 166%) 0 0 no-repeat padding-box !important;
}
.flowpack-search-input {
  border: 1px solid gray !important;
}
.search-page-form {
  display: block !important;
}
.search-page-form .form-label-group input:not(:placeholder-shown){
  padding-top:0px;
  padding-bottom: .25rem;
}
.ichbin-field-wrapper .dropdown {
  width: 360px !important;
}
@media screen and (min-width: 1800px) {
  .resp-center {
      margin-left: 8.33333%;
  }
  .preise-and-service-section .col-lg-4:first-child .card {
      height: 97% !important;
  }
  .preise-single-item-outer .card-body{
      min-height: 614px !important;
  }
}
@media (max-width: 991.98px) {
  .preise-and-service-section .container .card .card-header img {
      width: 130px !important;
      height: 100% !important;
  }
  .preise-and-service-section .card-body {
      display: block!important;
  }
  .mobile-private-vermieter-banner {
      right: calc(100% - 100%) !important;
      background-position-y: 72% !important;
      position: relative;

  }
  .mobile-private-vermieter-banner-header {
  font-size: 40px !important;
}
.mobile-private-vermieter-banner-text {
  font-size: 22px !important;
}
  .private-vermieter-banner-image-calc {
      background: transparent url(../images/Gruppe_249.png) no-repeat scroll 0 0;
  }
  .mobile-prise-banner-bg-color {
      background: transparent linear-gradient(100deg,#0099AF 0,#00A983 90%) 0 0 no-repeat padding-box;
      color: #ffffff;
      padding: 23% 10% 10% 10%;
  }
  .mobile-prise-banner-bg-color h1{
      font-size: 3em !important;
  }
  .mobile-prise-banner-image img{
      object-fit: cover;
      height: 359px;
      object-position: 78% 0%;
  }
  .mobile-home-page-banner-image img{
      object-fit: cover;
      height: 359px;
      object-position: 100% 0%;
  }
  .mobile-height-auto {
      height: auto !important;
  }
  .iframe-preview .table {
    display: inline-table;
  }
  .iframe-back-button {
      padding-top: 10px;
      text-align: center;
  }
}
.ml-15perc {
  margin-left: 15%;
}
.select-search-document {
  padding-left: 0px !important;
}
.search-input-document {
  border: 1px solid  !important;
  width: 280px !important;
}
.form-label-group input.search-input-document:not(:placeholder-shown){
  padding-top:0px;
  padding-bottom: .25rem;
}

@media screen and (min-width: 1200px) {
  .justify-content-right {
    justify-content:right;
  }
}
.banner-find-more {
  color:black;
  padding-top: 15px;
  font-weight: bold;
  padding-left: 45px;
}

.maklerwelt-new-banner-header__inner--image {
      padding-left: 60%;
      top: 50px;
      position: absolute;
}
.maklerwelt-content-title {
  color:#000000;
  font-weight: bold;
  font-size: 29px;
}

.maklerwelt-content-subheading {
  color:#000000;
}

.maklerwelt-content-subtext {
  color:#000000;
}
.faq-question-wrapper .d-inline-block,
.faq-question-wrapper .faq-icon{
  display: none !important;
}

.faq-question-wrapper .accordion .card .card-header {
  font-size: 2.5rem;
  color: #ff4800;
}

.faq-question-wrapper .accordion .card {
  border: 2px solid #0099b1!important;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 5px;
}

.gd-horizontal-line {
  border-top: 2px solid #0099b1;
  transform: translateY(50%);
}
#email-address-iframe-payment {
  border: 1px solid #333333 !important;;
}
.loader {
  position: absolute;
  width: 110px;
  display: none;
  left: 40%;
  top: 40%;
}
.loader-payment {
  position: relative !important;
  z-index: 1;
  left: 43% !important;
  top: 68% !important;
}
.referral-navbar {
 float: left;
}

.bg-props_referal-header {
  background: transparent url(../images/shutterstock_2042559836_lang.png) no-repeat scroll 0 0;
  background-position: 88% !important;
  position: relative;
  min-height: inherit;
}

.first-column {
  margin-top: 30px;
}
.second-column {
text-align: left;
margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .second-column {
      text-align: left;
      margin-top: 30px;
      margin-left: 50px;
    }

    .referral-right-logo {
      margin-left:30px;
  }
}

.referal-bigger-boxes {
  width: 280px !important;
  height: 280px !important;
  color: white;
  font-size: 12px;
}

.referal-inner-image-width {
  width: 50px !important;
}

.referal-header-banner-text {
  margin-left: 0;

}

.wrimagecard{
margin-top: 0;
  margin-bottom: 1.5rem;
  text-align: left;
  position: relative;
  background: #fff;
  box-shadow: 12px 15px 20px 0px rgba(46,61,73,0.15);
  border-radius: 4px;
  transition: all 0.3s ease;
}
.wrimagecard .fa{
position: relative;
  font-size: 70px;
}
.wrimagecard-topimage_header{
padding: 20px;
height: 190px;
}
a.wrimagecard:hover, .wrimagecard-topimage:hover {
  box-shadow: 2px 4px 8px 0px rgba(46,61,73,0.2);
}
.wrimagecard-topimage a {
  width: 100%;
  height: 100%;
  display: block;
}
.wrimagecard-topimage_title {
  padding: 20px 24px;
  height: 170px;
  padding-bottom: 0.75rem;
  position: relative;
  text-align: center;
  background-color: #e5f1f5;
}
.wrimagecard-topimage a {
  border-bottom: none;
  text-decoration: none;
  color: #525c65;
  transition: color 0.3s ease;
}
.referal-header-banner-title {
  position: absolute;
  width: 100%;
  top: calc(100% - 90%);
  z-index: 2;
}
.referal-banner-leftspacing {
  margin-left: 10%;
}
.referal-banner-header {
  position: relative;
  min-height: 100%;
}

.referal-banner-header-title {
  color: #ffffff;
  font-weight: 600;
  font-family: 'NotoSans-SemiBold';
  padding-top: 15px;
}
.referal-header-inner {
  position: absolute;
  width: 100%;
  top: calc(100% - 97%)! important;
  z-index: 2;
}

.referal-banner-header-text {
  color: #ffffff;
  font-size: 13px;
  line-height: 1.2em;
}
.referal-steps-text {
  font-size: 13px;
  padding-bottom: 10px;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  text-align: center;
  color: #0099b1;
}
.referal-steps-title {
  color: #0099b1;
}
header .navbar-light a.referal-left-logo  {
  height: auto !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  position: relative;
}

header .navbar-light a.referal-left-logo img  {
  height: 76px !important;
}
.referral-page-header {
  min-height: 124px;
}
.referal-btn {
  border-radius: 10px;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  border: none;
  padding: 12px 20px;
  padding-left: 80px;
  padding-right: 80px;
}
.referal-content-padding
{
padding-left: 0px;
padding-right: 60px;
text-align: justify;
}
.referral-right-logo {
  /* height: 120px; */
  width: 190px;
  /* margin-right: 8%; */

}
.referal-steps-block {
  float:left;
  display: inline;
}
.referal-container {
  max-width: 1200px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.referal-header {
  padding-top: 50%;
  padding-bottom: 10px;
}
.referral-header-box-bg-color {
  left: 13% !important;
}

.referral-header-button {
  margin-top : 0.5rem!important;
}
.fixed-top {
  position: revert !important;
}
.referal-page .mietercheck-process p {
  font-size: 1.4rem;
  letter-spacing: 0.5px;
  color: #333333;
  text-align: justify;
  font-weight: 400;
}
.referal-page p,
.referal-page ul li {
  text-align: justify;
  color: #333333;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 25px;
}
.referal-page .btn {
  font-family: 'Source Sans Pro' !important;
}
.referal-page h2 {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1;
}
.referal-page h3 {
  font-size: 1.2rem;
  line-height: 25px;
  color: #333333;
  text-align: left;
}
.advantageList-box {
  padding: 10px 10px 10px 10px;
  background-color: #F3F3F3;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #E0E0E0;
  text-align: left;
  color: #333333;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 25px;
}

.advantageList-box h3 b {
  word-wrap: break-word;
}
.advantageList-box ul {
  list-style-type: none;
  padding: 0px;
}

.advantageList-box ul li {
  text-align: left;
  padding: 16px 0px 8px 32px;
}

.advantageList-box ul li::before{
  content: '';
  display: inline-block;
  height: 20px;
  width: 20px;
  background-size: contain;
  background-image: url(../images/Haeckchen_Mieterpass-100x100.png);
  background-repeat: no-repeat;
  margin-left: -30px;  /* this is to move the icon left */
  padding-right: 28px; /* to keep some space between icon and text */
}

.mieterpass-faq {
  list-style-type: none;
  padding: 0px;
}

.mieterpass-faq li {
  /* display:flex;
  text-indent: -1em; */
  text-align: left;
  padding: 0px 0px 4px 32px;
}

.mieterpass-faq li::before{
  content: '';
  display: inline-block;
  height: 20px;
  width: 20px;
  background-size: contain;
  background-image: url(../images/Haeckchen_Mieterpass-100x100.png);
  background-repeat: no-repeat;
  margin-right:10px;
  margin-left: -30px;  /* this is to move the icon left */
  padding-right: 28px; /* to keep some space between icon and text */
}
.price-box-right {
  margin: 4px 0px 4px 0px;
  padding: 10px 10px 10px 10px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #E0E0E0;
}
.price-box-right div {
  text-align: center;
}
.price-box-right div img {
  margin: 2px;
}
.price-box-right .ssl1 {
  height: 88px;
  padding: 14px;
}
.price-box-right .ssl2 {
  height: 88px;
  padding: 14px;
}
.ts-summary-padding {
  padding-left: 100px !important;
}
.referal-page.footerMain {
  background-color: #44AE9A;
  color: #fff;
}
.referal-page.footerMain .container-lg p{
  color: #fff;
}
.footer-menu ul {
  list-style-type: none;
}
.footer-menu ul li {
  display: inline-block;
}
.footer-menu ul li a{
  color: #fff;
}

@media screen and (min-width: 1900px){
  header .navbar-light a.referal-left-logo {
   /*   margin-left: 7.2%; */
  }

  .referal-header-inner {
      top: calc(100% - 88%);
      line-height: 2em;
      margin-left: -30px;
  }
}

@media screen and (min-width: 1024px){
  .referal-header-inner {
      line-height: 2em;
      margin-left: -30px;
  }
}

@media screen and (min-width: 1440px){
  .referal-header-inner {
      top: calc(100% - 90%);
      line-height: 2em;
      margin-left: -30px;
  }
}

@media screen and (min-width: 1200px){

  .referal-header-inner {
      top: 1%;
      line-height: 1.1em;
      padding-left: 40px;
      margin-left: -15px;
  }
}
@media screen and (min-width: 1920px){
  .preise-single-item-outer .card-body{
      min-height: 614px !important;
  }
}

@media screen and (max-width: 1920px){
  .referal-banner-header-text{
      font-size: 13px;
      line-height: 1.1;
  }
}
@media screen and (min-width: 1920px){
  .referal-banner-header-text{
      font-size: 20px;
      line-height: 1.5;
      margin-right: 5px;
  }

}


/* Mieterpass QR Code validation page*/
.top-logo {
  text-align: center;
  width: 100%;
  padding-bottom: 5px;
  padding-top: 2px;
}

.validation-block {
  box-shadow: 0px 2px 15px rgb(0 0 0 / 20%);
  border-radius: 10px;
  border: 2px solid #0099AF;
  text-align: center;
}
.validation-message {
padding-left: 60px;
text-align: left;
}
.validation-description {
  padding-top: 10px;
  font-size: 20px;
}
.validation-error {
  color: red;
}

.preise-item-new-imagediv {
  position: absolute;
  top: 0px;
  right: 13px;
}
.preise-item-new-imagediv img {
  width: 84px;
}
.preise-single-item-outer {
  min-height: 100%;
}
.preise-single-item-outer .card-header{
  min-height: 270px !important;
}
.preise-single-item-outer .card-body{
  min-height: 692px;
}
.preise-checkbox-outer .preise-single-item-outer .card-body{
  min-height: 724px;
}
.preise-checkbox-outer .preise-and-service-section .col-lg-4:first-child {
  margin-top: 104px !important;
}
.preise-price-outer {
  position: absolute;
  bottom: 12px;
  width: 90%;
}
.bg-props-referrer-header {
  position: relative;
  min-height: inherit;
}

.rounded-circle {
  vertical-align: middle;
  padding-top: 0px;
  border-radius: 1 !important;
}

.referal-banner-article-header{
  background: transparent linear-gradient(100deg,#0099AF 0,#00A983 90%) 0 0 no-repeat padding-box;
}
.referal-header__inner {
  position: absolute;
  width: 100%;
  z-index: 2;
}

.banner-responsive{
      position: relative;
      min-height: 100%;
}

@media screen and (min-width: 1800px){
  .mieterpass-responsive {
      line-height: 30px;
      margin-bottom: 17px;
  }
  .mieterpass-sub-header {
      margin-top: 8px;
      margin-bottom: 28px !important;
  }
}
.referral-banner-image{
  background-color: #eaeae8;
  width:100%;
}
.bg-transparent-blue{
  background-color: #e5f1f5;
}

.tablet-image{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding-right: 20px;
}

.referal-header-box-bg-color {
  min-height: inherit;
  position: absolute;
  left: 11%;
  opacity: 999;
  z-index: 1;
  width: 39%;
  background: transparent linear-gradient(100deg,#0099AF 0,#00A983 90%) 0 0 no-repeat padding-box;
}

.referal-page-header-container{
  width: 100%;
}

.referal-right-logo img{
  height: 90px;
}

/* .referal-header-first-div{
  margin-left: 11%;
  height: 120px;
  padding-top: 9px;
} */


@media screen and (min-width: 1920px){
.property-panagement-header__inner--content {
  margin-left: -8px;
}

.first-column img {
  margin-left: 16% !important;
  text-align: left !important;
}
}

.second-column .neos-nodetypes-text{
  width: 88%;
  text-align: justify;
}

.first-column img {
  margin-left: 15%;
  width: auto !important;
  height: auto !important;
  max-width: 58%;
}

/*Steps Blocks on Ipad Mini and Ipad Air */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (-webkit-min-device-pixel-ratio: 1) {
  .wrimagecard-topimage_title {
      height: 288px;
  }
  .mobile-prise-banner-bg-color {
      padding: 10% 10% 10% 10%;
  }
  .referal-banner-header-text
  {
      line-height: 1.3;
  }
  .referal-h2 {
      width: 88%;
  }
}

.blog-detail-banner {
  background: transparent linear-gradient(#0091cc 0, #00a983 100%) 0 0 no-repeat padding-box !important;
}
.blog-detail-banner h1 {
  color: #ffffff;
  font-size: 44px;
  margin-top: 140px;
}
.blog-detail-page-inner-content p {
  line-height: 1.9em;
  text-align: justify;
  font-size: 21px;
}

/* Company details RE user */
.re-green-box {
  width: 140px !important;
  height: 140px !important;
  box-shadow: 0px 1px 9px 8px rgb(0 0 0 / 13%) !important;
}
.re-green-box img {
  width: 55px;
  height: 72px;
}
.re-green-box a {
  padding-top: 22px;
  opacity: 0.9;
}
.re-green-box a:hover {
  text-decoration: none;
}
.re-green-box p {
  color: #ffffff;
  font-size: 13px;
  padding-top: 5px;
  line-height: 17px;
}

/*mitgliedschaft-marketing-info*/
.mitgliedschaft-marketing-info .span5 {
  text-align: right;
  padding-right: 15px;
  flex: 0 0 45.66667% !important;
  max-width: 45.66667% !important;
}
.mitgliedschaft-marketing-info .span7 {
  max-width: 47.33333% !important;
}
.mitgliedschaft-person-info {
  padding-top: 25px;
}

@media only screen
and (min-device-width : 768px) {
  .blog-detail-banner h1
  {
      width: 900px;
  }
}
@media only screen
and (max-device-width : 768px) {
  .blog-detail-banner h1
  {
     padding: 20px;
  }
}
/*.blog-detail-page-inner-content p strong {
  text-align: left !important;
  display: flex;
}*/

.blog-content-title {
  text-align: left;
  font-weight: bolder;
  color: #0099b1;
  font-size: 26px;
}

.maklerwelt-page-image {
  padding-right: 25px !important;
}

.blog-detail-page-inner-content h2 {
  color: #0099b1;
  font-size: 26px;
}
.maklerwelt-page-testimonial-image {
  padding-left: 0px;
  padding-top: 6px;
}
.maklerwelt-page-content {
  padding-right: 0px !important;
}
.tab-content-wrapper .col-8 h1,
.tab-content-wrapper .col-9 h1 {
  display: none;
}
.tab-content-wrapper h2 button {
  font-size: 1rem !important;
}
@media screen and (max-width: 768px) {
  /* For mobile phones: */
  .preise-single-item-outer .card-body {
      min-height: 860px;
  }
  .preise-and-service-section .col-lg-4:first-child .card {
      height: 97% !important;
      margin-bottom: -131px;
  }
}

.faq-new-tabs .ui-button.ui-state-active:hover, .ui-button:active, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active {
  border: 1px solid #0099b1;
  background: transparent linear-gradient(74deg,#0091cc 0,#00a983 100%) 0 0 no-repeat padding-box;
}

.faq-new-tabs .ui-widget-header {
  background: none !important;
  border: none !important;
}

.faq-new-tabs .ui-button:focus, .ui-button:hover, .ui-state-focus, .ui-state-hover, .ui-widget-content .ui-state-focus, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-focus, .ui-widget-header .ui-state-hover {
  border: 1px solid #ccc;
  background: transparent linear-gradient(74deg,#0091cc 0,#00a983 100%) 0 0 no-repeat padding-box;
  color: #ffffff;
}

.faq-new-tabs .ui-widget.ui-widget-content {
  border: none !important;
}

.faq-new-tabs .ui-button, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, html .ui-button.ui-state-disabled:active, html .ui-button.ui-state-disabled:hover {
  border: 1px solid #0099b1;
}

.faq-new-tabs .ui-tabs .ui-tabs-nav li {
  border-bottom-width: 1px !important;
}

.faq-main-tab-view {
 display: inline-block;
}

.faq-new-tabs .ui-widget-content {
  border: none !important;
  background: #fff;
  color: #333;
}
@media screen and (max-width: 768px) {
  /* For mobile phones: */
  .faq-main-tab-view {
      margin-left: 10% !important;
      display: inline-block;
  }
}

@media (min-width:320px)  {
   .faq-main-wrapper-content .btn:not(.dropdown-toggle):not(.hs-button) {
      min-width: auto !important;
  }
}

@media (min-width: 768px) {
  /* For desktop: */
 .faq-main-wrapper-content .btn:not(.dropdown-toggle):not(.hs-button) {
      min-width: 918px;
  }
}
/* Media Query for Laptops and Desktops */
@media (min-width: 1025px) and (max-width: 1280px) {
  .faq-main-wrapper-content .btn:not(.dropdown-toggle):not(.hs-button) {
      min-width: 918px;
  }
}
/* Media Query for Large screens */
@media (min-width: 1281px) {
  .faq-main-wrapper-content .btn:not(.dropdown-toggle):not(.hs-button) {
      min-width: 1000px;
  }
}
@media (min-width: 1920px) and (max-width: 2560px)  {
  .faq-main-wrapper-content .btn:not(.dropdown-toggle):not(.hs-button) {
      min-width: 1254px;
  }
}
.faq-main-wrapper-content .btn:not(.dropdown-toggle):not(.hs-button) {
  min-width: 710px;
}
.faq-search-page-form {
  padding-right: 20px;
}
.faq-tab-disable{
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}
.flowpack-search-input,
.faq-search-input {
  height: 36px !important;
}
.search-button,
.faq-search-button {
  height: 40px !important;
  padding: 0px !important;
}
/* For maklerwel project */
.btn-green {
  border: 1px solid #46D4B9 !important;
  background: #FFFFFF !important;
  color: #46D4B9 !important;
}
.btn-green:hover{
  color: #46D4B9 !important;
}
.radio-custom input[type=radio]:checked+label:after {
  background-color: #46D4B9 !important;
}
#tenanSearch i {
  color: #46D4B9 !important;
}
.color-black, .color-black:hover {
  color: #000000 !important;
  border: 1px solid #000000 !important;
  font-family: 'Source Sans Pro' !important;
}
.webId-btn {
  font-family: 'Source Sans Pro' !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
}
