/*
Theme Name: VIDO Frankfurt
Theme URI: https://github.com/elementor/hello-theme/
Description: websplash | Agentur für Internet und Mediendesign
Author: websplash
Author URI: https://websplash.de/
Template: hello-elementor
Version: 1.95
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

html,
body {
  font-size:24px;
  line-height:36px;
}

#content_wrapper {
  margin:0 auto;
  max-width:2400px;
  background-color: #fff;
}

.elementor-widget-text-editor p:last-of-type,
.elementor-widget-theme-post-content p:last-of-type {
  /* to remove margin of last p in text widget */
  margin-bottom:0;
}

.websplash input {
  /* to hide weird shadow on some iOS input fields */
  outline:0!important;
}

.websplash .elementor-field-option input[type="checkbox"],
.websplash .elementor-field-option input[type="radio"] {
  /* align fields middle */
  vertical-align: middle;
}

.websplash .elementor-field-option label {
  /* pointer cursor for labels of options (checkbox etc.) */
  cursor: pointer;
}

.websplash input[type="checkbox"] {
  /* fix iOS Bug if label is too long not to shrink the input */
  min-width:20px;
}

.websplash  .elementor-field-group .elementor-field-textual:focus {
  /* to not focus fields with border on hover */
  box-shadow:none;
  outline: 0;
}

/* hover effect for icons in buttons */
.elementor-widget-button a.elementor-button .elementor-button-icon {
  -webkit-transition: left 0.2s ease-in;
  -moz-transition: left 0.2s ease-in;
  -o-transition: left 0.2s ease-in;
  -ms-transition: left 0.2s ease-in;
  transition: left 0.2s ease-in;
  left:0;
  position: relative;
}
.elementor-widget-button a.elementor-button:hover .elementor-align-icon-right {
  left:10px;
}

/* align the acceptence form checkbox in a way, that it stay left, even the label text is multiple lines long */
.elementor-field-type-acceptance .elementor-field-option {
  display:flex;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.elementor-field-type-acceptance .elementor-field-option input {
  top: 7px;
  position: relative;
}
.elementor-field-type-acceptance .elementor-field-option label {
  padding-left:10px;
}

.elementor-select-wrapper select:focus {
  box-shadow:none;
}

.elementor-select-wrapper select option {
  color: var(--e-global-color-text);
}

/* hide recaptcha badge if active */
.grecaptcha-badge { visibility: hidden; }

.elementor-video {
  /* fix height issue, after video has been unblocked by borlabs cookie banner */
  height:100%;
}

/* style pw form on page pw protection at least a little bit nicer per default */
body.elementor-page form.post-password-form {
  display: flex;
  padding: 40px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  height: 100vh;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  background: #eee;
}


.custom-flags ul.elementor-icon-list-items {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.custom-flags ul.elementor-icon-list-items li{
  width:55px;
  overflow: hidden;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  margin-bottom:0!important;
}


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

  .custom-flags ul.elementor-icon-list-items li:hover {
    width:320px;
  }

.custom-flags .elementor-icon-list-items:hover .elementor-icon-list-text {
  opacity: 1;
}

}


.custom-flags .elementor-icon-list-item {
  background-color: var(--e-global-color-text);
  padding: 0!important;
  white-space: nowrap;
}

.custom-flags .elementor-icon-list-item:not(:last-of-type) {
  margin-bottom:1px;
}

.custom-flags .elementor-icon-list-item a {
  padding:10px;
  text-decoration: none!important;
}

.custom-flags .elementor-icon-list-item a:hover {
  background-color: var( --e-global-color-7c51729 );
}

.custom-flags .elementor-icon-list-item .elementor-icon-list-text {
  padding-right:20px;
  display:block;
  padding:0!important;
  opacity:0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}





/* Wohnungsliste */



#wohnungsliste {
  border-collapse: separate;
  border-spacing: 0 5px;
}

#wohnungsliste_wrapper.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom:none!important;
}

.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable, .dataTables_wrapper.no-footer div.dataTables_scrollBody>table {
  width:100%!important;
}

.websplash table.dataTable.no-footer {
  border-bottom:0;
}

#wohnungsliste_wrapper .dataTables_scrollHeadInner {
  margin:0 auto;
}

#wohnungsliste tbody tr {
}

#wohnungsliste th,
#wohnungsliste_wrapper .dataTables_scrollHeadInner th {
  padding: 5px 15px 1px 15px;
  border: none;
  background-color: var(--e-global-color-accent) !important;
  color: #fff;
  vertical-align: middle;
  font-weight: bold;
  font-size:0.7rem;
}


#wohnungsliste_wrapper .dataTables_scrollHeadInner th:not(.sorting_disabled) {
  /*padding-right:25px!important;*/
}

#wohnungsliste td {
  padding:0 15px 1px 15px;
  border:none;
  background-color: var(--e-global-color-58032a6)!important;
  vertical-align: middle;
  border-bottom:3px solid var(--e-global-color-accent);
  font-size:0.7rem;
}

#wohnungsliste td.nowrap {
  white-space: nowrap;
}

#wohnungsliste .center,
#wohnungsliste_wrapper .center{
  text-align: center!important;
}

#wohnungsliste .left,
#wohnungsliste_wrapper .left{
  text-align: left!important;
}

#wohnungsliste .right,
#wohnungsliste_wrapper .right {
  text-align: right!important;
}

#wohnungsliste td.kaufpreis,
#wohnungsliste td.kauf_stellplatz,
#wohnungsliste td.wohnflaeche,
#wohnungsliste_wrapper td.kaufpreis,
#wohnungsliste_wrapper td.kauf_stellplatz,
#wohnungsliste_wrapper td.wohnflaeche {
  white-space: nowrap;
}


#wohnungsliste td a {
  color: var(--e-global-color-text);
  text-transform: uppercase;
  font-weight: bold;
}

#wohnungsliste tr:hover td {
  background-color: var(--e-global-color-accent)!important;
  color:#fff;
}

#wohnungsliste tr:hover td a,
#wohnungsliste tr td a:hover {
  color: #fff;
}

#wohnungsliste tr td a:hover {
  text-decoration: underline;
}





@media screen and (max-width: 1120px) {
  .hero-container .right-text,
  .hero-container .banner-image img,
  .hero-container .banner-image{
    height: 100vh;
    min-height: 800px;
  }
}

@media screen and (max-width: 1024px) {
  .hero-container .banner-image{
    position: static !important;
    width: 100%;
    z-index: 10;
    max-height: unset;
    height: unset;
  }

  .hero-container .right-text,
  .hero-container .banner-image img,
  .hero-container .banner-image{
    min-height: unset;
  }

  .elementor-editor-active .hero-container .banner-image img{
    width: 100% !important;
    position: static;
  }
  .hero-container .right-text {
    height: unset;
  }

  .hero-container .banner-image img,
  .hero-container .banner-image {
    height: 700px;
    min-height: 700px;
  }

  .hero-container .right-text{
    min-height: unset;
    height: auto;
  }

  .hero-overlay{
    position: absolute !important;
    top: 132px;
    left: 0;
    height: 700px;
  }
}

@media screen and (max-width: 783px) {
  .hide-mobile {
    display: none;
  }

  .hero-overlay{
    top: 100px;
  }

 /* .custom-flags .dialog-widget-content{
    transform: scale(0.83) translateX(-10px) !important;
  }*/

  .custom-flags ul.elementor-icon-list-items li {
    width: 45px;
  }

}


.elementor-swiper .elementor-slide-description .splitSlider {
  margin: 30px 0;
  background-color: transparent;
  color: red;
  height: 2px;
  border: 1px solid var(--e-global-color-primary);
}

.image-text-slider .elementor-slides .swiper-slide-bg {
  background-size: 50% 100% !important;
  background-position: right !important;
}

.custom-slider.image-text-slider .elementor-slides .swiper-pagination {
  bottom: -30px;
}


.custom-slider.fix-pag .swiper-pagination{
  display: flex !important;
  justify-content: center;
  gap: 5px !important;
}

.about-us-slider-left > div {
  margin-left: auto !important;
  margin-right: 0 !important;
}

.wpml-header ul:has(> li:only-child) {
  /*opacity:0;*/
  display:none!important;
}

.wpml-header .wpml-ls-statics-shortcode_actions {
  padding: 0;
  margin: 0;
  position: relative;
  top:2px;
}

.wpml-header .wpml-ls-statics-shortcode_actions a{
  padding-bottom: 0;
  margin-bottom: 0;
  font-weight: 400;
  color: var(--e-global-color-text );
}

.wpml-header .wpml-ls-current-language a span{
  font-weight: bold !important;
}

.wpml-header ul{
  display: flex !important;
  align-items: flex-end;
}

.wpml-header ul li{
  display: flex !important;
  align-items: center;
}

.wpml-header ul li:not(:last-of-type):after{
  content: '|';
  font-weight: 300;
  top:-1px;
  position: relative;
  /*line-height: 1.5;*/
}

/*Google maps styles*/
.elementor-shortcode .uc-embedding-wrapper a {
  font-size: 14px;
}

.uc-embedding-wrapper button {
  font-size: 20px !important;
}

.poi-info-window .view-link a span{
  font-size: 14px !important;
}

.filter-icon {
  cursor: pointer;
  padding: 10px !important;
}

.filter-icon.active,
.filter-icon:hover {
  background: #CF8363;
  color: #fff !important
}

.filter-icon.active p,
.filter-icon:hover p{
  color: #fff !important;
}

.filter-icon.active svg,
.filter-icon:hover svg{
  fill: #fff !important;
}

body:not(.elementor-editor-active) #form-success-message {
  display:none;
}



.button.custom_button.hide-after::after{
  display:none !important;
}

.e-n-tabs-heading > button[aria-selected="true"] {
  font-weight: bold;
}

.e-n-tabs-heading > button {
  flex-direction: column!important;
  position: relative;
  border:none!important;
}

.e-n-tabs-heading > button::after {
  margin-top:5px;
  display:block;
  content:' ';
  width:100px;
  background-color: var( --e-global-color-primary );
  height:0;
  position: absolute;
  bottom:0;
}


.e-n-tabs-heading > button:hover::after,
.e-n-tabs-heading > button[aria-selected="true"]::after {
  height:5px;
}

#hurPrivacyPolicy h1,
#hurPrivacyPolicy h2,
#hurPrivacyPolicy a,
.formLayout__content .formLayout__headline,
.formLayout__content .formLayout__summaryHeadline,
.formLayout a,
.formLayout .formLayout__helpers--labelHighlight {
  color: var(--e-global-color-primary)!important;
}

#hurPrivacyPolicy h1,
#hurPrivacyPolicy h2,
#hurPrivacyPolicy p,
.xHrSp,
.formLayout__content .formLayout__headline,
.formLayout__content .formElements__separateLabel,
.formLayout__content .formLayout__summaryHeadline {
  font-family: var( --e-global-typography-primary-font-family ), Sans-serif!important;
}

#hurPrivacyPolicy a:hover,
.formLayout a:hover,
.formLayout .formLayout__helpers--labelHighlight a:hover {
  text-decoration: underline!important;
}

.xHrSp .subHeadline {
  font-size: 1rem;
  display: block;
  line-height: 1.3;
  text-transform: none!important;
}

.xHrSp .btn,
.formLayout .formLayout__submit {
  border-radius:3px!important;
}

.formLayout .formLayout__submit {
  background-color:  var(--e-global-color-primary)!important;
  border:none!important;
}

.formLayout .formLayout__submit:hover {
  background-color:  var( --e-global-color-secondary )!important;
  
}

/*OVERRIDES SD*/

.elementor-2 .elementor-element.elementor-element-1e5ff88:not(.elementor-motion-effects-element-type-background), .elementor-2 .elementor-element.elementor-element-1e5ff88 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
  background-color: #FFFFFF40 !important;
}
@media screen and (max-width: 500px){
  .elementor-2 .elementor-element.elementor-element-1e5ff88:not(.elementor-motion-effects-element-type-background) .hero-height .elementor-widget-wrap{
    transform: scale(0.7) !important;
  }
  .hero-button{
    display: none !important;
  }
}

/* google map routenplaner */

.gm-style .gm-style-iw-c {
  border-radius: 0px;
  padding: 20px;
  box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.4);
}

.gm-style .gm-style-iw {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-size: 15px;
}

.gm-style .gm-style-iw a.button {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-size: 14px;
  background: var(--e-global-color-primary );
  color: #ffffff;
  padding: 10px 20px;
  display: inline-block;
  text-align: center;
  margin-top: 5px;
  transition: color .5s ease, background-color .5s ease;
  border: none;
  text-transform: uppercase;
}

.gm-style .gm-style-iw a.button:hover {
  background: #000;
}

.gm-style .gm-style-iw #start {
  border-radius: 0 !important;
  margin-top:5px;
}


/*

.greybg_left::before {
  content:' '!important;
  background-color: var(--e-global-color-7c51729);
  left: -150% !important;
  width: 50vw !important;
  position: absolute !important;
}*/

.websplash .inner_width > .e-con-inner {
  max-width: calc(var(--content-width) / 2);
  margin-right: 0!important;
  margin-left: auto!important;
}

#panorama-cont {
  width:100%;
  height:500px;
}

.bau {
  padding-bottom:60px;
}

.bau .swiper-pagination-horizontal {
  bottom:30px!important;
  line-height:0;
  gap: 40px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.bau .swiper-pagination-horizontal::before {
  content:' ';
  position: absolute;
  width:100%;
  /*border-top:2px solid var( --e-global-color-7c51729 );*/
  border-top:2px solid #fff;
  left:0;
  top:50%;
  z-index:-1;
  transform:translateY(-50%);
}

.bau .swiper-pagination-bullet {
  border-radius: 0;
  cursor: pointer;
  width:40px!important;
  /*width: 100% !important;*/
  /*flex-grow: 1;*/
  position: relative;
}

.bau .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
  background-color: #fff!important;
}

.bau .swiper-pagination-bullet::after {
  /*content:' ';*/
  position: absolute;
  bottom:-40px;
  /*width:100%;*/
  text-align: center;
  left:50%;
  color:var( --e-global-color-0bbbbd5 );
  font-size:0.7rem;
  text-transform: uppercase;
  line-height: 1.3;
  white-space: nowrap;
  transform:translateX(-50%);
}


.elementor-widget-button.hovereffect .elementor-button {
  position: relative;
}

.elementor-widget-button.hovereffect .elementor-button::before {
  content:' ';
  position: absolute;
  border:2px solid var( --e-global-color-a2acdbf );
  width:100%;
  height:100%;
  top:0;
  left:0;
  z-index: -1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}


.elementor-widget-button.hovereffect.black .elementor-button::before {
  border-color:#000;
}

.elementor-widget-button.hovereffect .elementor-button:hover::before {
  top:10px;
  left:10px;
  z-index: 1;
}

.elementor-widget-image-carousel:not(.bau) .swiper-pagination {
  text-align: left;
  display:flex;
  gap:5px;
  justify-content:center;
}

.elementor-widget-image-carousel:not(.bau) .swiper-pagination-bullet,
.elementor-widget-loop-carousel .swiper-pagination-bullet {
  width:20px!important;
  border-radius:0;
  margin:0!important;
}

.elementor-widget-image-carousel:not(.bau) .swiper-pagination-bullet.swiper-pagination-bullet-active,
.elementor-widget-loop-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 40px !important;
}

.websplash .elementor-widget-loop-carousel .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  background-color: var( --e-global-color-7c51729 );
  opacity:1;
}

.imgbox {
  overflow: hidden!important;
  -webkit-transition: background-size 0.4s ease-in;
  -moz-transition: background-size 0.4s ease-in;
  -o-transition: background-size 0.4s ease-in;
  -ms-transition: background-size 0.4s ease-in;
  transition: background-size 0.4s ease-in!important;
}

.imgbox:hover {
  background-size: 150% auto!important;
}

.imgbox .elementor-button-wrapper,
.imgbox .elementor-widget-button {
  width:100%;
  height:100%;
}

.imgbox .elementor-widget-button a {
  width:100%;
  height:100%;
  background-color: transparent!important;
  text-indent: -99999px;
  position: absolute;
  border: none !important;
}

.imgbox .elementor-button::before {
  display:none!important;
}

.imgbox .elementor-widget-heading,
.imgbox .elementor-widget-text-editor {
  padding-left:20px;
  padding-right:20px;
}

.imgbox:hover .elementor-widget-heading .elementor-heading-title {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.imgbox:hover .elementor-widget-heading .elementor-heading-title {
  color:#fff!important;
  text-shadow:0 0 3px #000;
}

.imgbox .elementor-widget-text-editor .elementor-widget-container {
  padding:10px;
}

.imgbox .elementor-widget-text-editor::before {
  position: absolute;
  content:' ';
  background-color: var(--e-global-color-a2acdbf);
  opacity:0.8;
  width:100%;
  height:100%;
  left:0;
  transform:scale(8);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.imgbox:hover .elementor-widget-text-editor::before {
  transform:scale(1);
}

.imgbox .elementor-widget-text-editor .elementor-widget-container {
  position: relative;
  z-index: 5;
}

.websplash strong {
  font-weight: 500;
}

.websplash .elementor-location-header {
  position: fixed;
  width: 100%;
  z-index: 80;
  top:0;
  max-width:2400px;
}

.websplash.admin-bar .elementor-location-header {
  top:32px;
}

/*.wpml-ls-statics-shortcode_actions ul,
.wpml-ls-statics-shortcode_actions ul li a {
  font-size:0.6rem;
}*/


.websplash.home:not(.elementor-editor-active) .header {
  height: 0;
  overflow: hidden;
}






.static_flags .dialog-widget-content {
  bottom:120px;
  background-color: transparent!important;
}

.static_flags .dialog-lightbox-message {
  overflow:visible!important;
}


.static_flags .elementor-icon-list-item a {
  cursor: pointer;
  border-radius:56px;
  background-color: var( --e-global-color-a2acdbf );
  /*background-color: var(--e-global-color-0bbbbd5);*/
  /*border:2px solid var(--e-global-color-95d9b71);*/
  padding:0;
  box-shadow: 0 3px 5px -1px rgba(0,0,0,0.2), 0px 6px 10px rgba(0,0,0,0.14), 0px 1px 18px rgba(0,0,0,0.12);
}
.static_flags .elementor-icon-list-item a:hover {
  /*background-color: var(--e-global-color-d551522);*/
}

.static_flags .elementor-icon-list-item a:hover {
  width:auto;
}

.static_flags .elementor-icon-list-item a .elementor-icon-list-icon {
  width: 56px;
  height: 56px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.static_flags .elementor-icon-list-item a .elementor-icon-list-icon svg {
  height: auto;
  margin-right:0;
}

/*.static_flags .elementor-icon-list-item:first-of-type a .elementor-icon-list-icon svg {
  width:1.5em;
}*/

.static_flags .elementor-icon-list-item a .elementor-icon-list-text {
  max-width:0;
  -webkit-transition: max-width 0.3s linear;
  -moz-transition: max-width 0.3s linear;
  -o-transition: max-width 0.3s linear;
  -ms-transition: max-width 0.3s linear;
  transition: max-width 0.3s linear;
  padding-left:0;
  overflow: hidden;
}

.websplash .wpml-ls-legacy-list-horizontal {
  line-height: 1.3;
}

.websplash .wpml-ls-legacy-list-horizontal a {
  padding:0 5px;
}

.websplash .wpml-ls-legacy-list-horizontal span {
  position: relative;
}


.main-form .elementor-field-textual {
  padding:.5rem 1rem;
}

.main-form .elementor-field-type-acceptance .elementor-field-option {
    align-items: flex-start;
}

.main-form .elementor-field-type-acceptance input {
    top:3px;
    position: relative;
}

.main-form .elementor-field-type-html a {
    text-decoration: underline;
}

.main-form .elementor-field-type-html a:hover {
    text-decoration: none;
}

.main-form .elementor-field-group-Anrede .elementor-select-wrapper {width:calc(50% - 15px) !important;}


.grecaptcha-badge {
    opacity:0;
    visibility: hidden!important; }

.main-form input select:-moz-placeholder {
  color:var(--e-global-color-6a5c0df);
}

.main-form input select::-webkit-input-placeholder {
  color:var(--e-global-color-6a5c0df);
}

.main-form input select::-moz-placeholder {
  color:var(--e-global-color-6a5c0df);
}

.main-form input select:-ms-input-placeholder {
  color:var(--e-global-color-6a5c0df);
}

.main-form select {
  cursor:pointer;
}

.main-form select:invalid {
  color:var(--e-global-color-6a5c0df);
}

.websplash .frc-button {
  border: none!important;
  color: inherit!important;
  font-size: inherit!important;
}


.teaserbox .elementor-widget-button {
  position: relative;
  bottom:-40px;
  right:-40px;
  width:80%;
  transition: all 0.2s linear;
}


.teaserbox .elementor-widget-button .elementor-button-wrapper {
  display: flex;
  justify-content: flex-end;
}

.teaserbox.left .elementor-widget-button .elementor-button-wrapper {
  justify-content: flex-start;
}

.teaserbox .elementor-widget-button a {
  padding:20px;
  display: flex;
/*  align-content: center;
  justify-content: center;
  align-items: center;*/
  width:calc(100% - 40px);
  display:block;
  overflow: hidden;
  height: 75px;
  transition: all 0.2s linear;
  text-align: right;
  align-content: flex-end;
  justify-content: flex-end;
}

.teaserbox.left .elementor-widget-button a {
  text-align: left;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
}



.teaserbox:hover .elementor-widget-button a {
/*  padding-top:40px;
  padding-bottom:40px;*/
  width:100%;
  display: flex;
  /*align-content: center;*/
  /*justify-content: center;*/
  /*align-items: center;*/
  height: 120px;
  transition: all 0.2s linear;
}

.teaserbox .elementor-widget-button a:hover {
  background-color: var(--e-global-color-a2acdbf)!important;
}


.teaserbox .elementor-widget-button a .elementor-button-text {
  line-height:1.3;
  font-size:1.1rem;
}

.teaserbox .elementor-widget-button a .elementor-button-text span {
  font-size:0.8rem;
  font-weight: 300;
  display: block;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  height:0;
}

.teaserbox .elementor-widget-button a:hover .elementor-button-text span {
  height:auto;
}

.teaserbox .elementor-button-content-wrapper {
  justify-content: flex-end;
}
.teaserbox.left .elementor-button-content-wrapper {
  justify-content: flex-start;
}

iframe#Rundgang360 {
  height:600px;
  width:100%;
}

.elementor-location-popup iframe#Rundgang360 {
  height:100vh!important;
}

/*.bgframe {
  background-color: transparent;
  animation: changeColor 2s 1s forwards; !* 1s duration, 1s delay, and forwards to keep the final state *!
}

@keyframes changeColor {
  to {
    background-color: #E7B041B3;
  }
}*/

#custom_map {
  height: 800px;
  left: 0;
  width: 100%;
  position: relative;
  z-index: 5;
}

#custom_map h4 {
  font-size:1rem;
  text-transform: none;
}

.uc-embedding-buttons button {
  padding:10px;
  width:auto;
  height: auto;
}

.elementor-widget-image-carousel .swiper-slide a[data-elementor-open-lightbox="yes"] .image_wrapper {
  line-height: 0;
  border:2px solid transparent;
  transition: all 0.2s ease-in;
  margin-bottom:20px;
  position: relative;
}


.elementor-widget-image-carousel .swiper-slide a[data-elementor-open-lightbox="yes"] .image_wrapper img {
  transition: all 0.2s ease-in;
}

.elementor-widget-image-carousel .swiper-slide a[data-elementor-open-lightbox="yes"]:hover .image_wrapper {
  border-color:var( --e-global-color-primary );
  /*padding:10px;*/
}


.elementor-widget-image-carousel .swiper-slide a[data-elementor-open-lightbox="yes"] .image_wrapper::before {
  transition: all 0.2s ease-in;
  content:' ';
  position: absolute;
  top:0;
  left:0;
  height:100%;
  width:100%;
  border:0 solid #fff;
}

.elementor-widget-image-carousel.grey .swiper-slide a[data-elementor-open-lightbox="yes"] .image_wrapper::before {
  border-color:var( --e-global-color-a56cc0b );
}

.elementor-widget-image-carousel .swiper-slide a[data-elementor-open-lightbox="yes"]:hover .image_wrapper::before {
  border-width:10px;
}

.elementor-widget-image-carousel .swiper-slide a[data-elementor-open-lightbox="yes"]:hover .image_wrapper img {
  /*transform:scale(1.1);*/
}




/* Störer rund/eckig */

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}



.stoerer_alert .icon_stoerer {
  width:56px;
  height:56px;
  cursor: pointer;
  z-index: 9;
  opacity: 1;
  transition: z-index 0s 1s; /* Delay z-index change to match animation duration */
}

.stoerer_alert.active .icon_stoerer {
  animation: fadeOut 0.2s forwards;
  z-index: -1;
}

.stoerer_alert .icon_stoerer .elementor-icon-wrapper {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.stoerer_alert .icon_stoerer .elementor-icon-wrapper {
  line-height: 0;
}

.stoerer_alert .stoerer_content {
  right:calc(-100vw - 40px);
  width:100vw;
  /*width:0;*/
  height:0;
  overflow: hidden;
  transition: right 0.2s ease-in;
}

.stoerer_alert.active .stoerer_content {
  right:0;
  /*width:100vw;*/
  height:auto;
}

.stoerer_alert .close_stoerer {
  cursor: pointer;
}

.stoerer_alert .dialog-widget-content {
  overflow: visible!important;
  width:56px!important;
  transition: margin-right 0.2s ease-in-out, width 0.2s ease-in-out;
}


.stoerer_alert .dialog-widget-content .dialog-message {
  overflow: visible;
}

.stoerer_alert.active .dialog-widget-content {
  width:100vw!important;
  height:auto;
  margin-right:0!important;
}

body:not(.elementor-editor-active) .elementor-widget-menu-anchor {
  display: block;
  height: 100px; /*same height as header*/
  margin-top: -100px; /*same height as header*/
  visibility: hidden;
}





/*
 Wohnungsfinder START
*/

#wohnungen-grafik {
  max-width:100%;
}

#wohnungen-grafik.loading::before {
  content:' ';
  top:0;
  left:0;
  transform:translateX(100%);
  width:100%;
  height:100%;
  position: absolute;
  z-index:1;
  animation: slide 1s infinite;

  /*
  CSS Gradient - complete browser support from http://www.colorzilla.com/gradient-editor/
  */
  background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(128,186,232,0) 99%, rgba(125,185,232,0) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,0.8)), color-stop(99%,rgba(128,186,232,0)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* IE10+ */
  background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */
}

/* animation */

@keyframes slide {
  0% {transform:translateX(-100%);}
  100% {transform:translateX(100%);}
}


#wohnungen-grafik svg rect,
#wohnungen-grafik svg polygon {
/*  fill:var(--e-global-color-accent);
  fill-opacity:0.8;
  stroke:var(--e-global-color-accent);
  stroke-opacity: 0.8;*/
  fill:var(--e-global-color-accent)!important;
  opacity:0.4;
}

#wohnungen-grafik svg path {
  fill:#000;
  stroke-width: 0.5px;
  stroke: #000;
}

#wohnungen-grafik svg .active rect,
#wohnungen-grafik svg .active polygon {
  /*fill:var(--e-global-color-accent)!important;*/
  opacity:0.8;
  /*fill:rgba(255,255,255,0.4);*/
  /*stroke-width:5px;*/
  /*stroke:var(--e-global-color-6573435)!important;*/
}

.search-filter-input-group {
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.websplash .search-filter-input-checkbox {
  margin:0;
  padding:0;
}

.websplash .search-filter-input-checkbox.disabled label {
  cursor: wait;
  opacity:0.5;
  pointer-events: none;
}

.websplash .search-filter-input-checkbox label {
  border: 1px solid black;
  background: #ffffff;
  border-radius: 0;
  padding: 10px;
  position: relative;
}

.search-filter-input-checkbox label .search-filter-input-checkbox__control {
  position: absolute;
  z-index: -1;
  opacity:0;
}

.search-filter-input-checkbox label .search-filter-input-checkbox__label {
  display:flex;
  flex-wrap:nowrap;
  margin:0;
  padding:0;
  white-space: nowrap;
}

.search-filter-input-checkbox.search-filter-input-checkbox--is-active label {
  background-color: var(--e-global-color-accent);
  border-color: var(--e-global-color-accent);
}

.search-filter-input-checkbox.search-filter-input-checkbox--is-active  label .search-filter-input-checkbox__label {
  color:#fff!important;
}

.search-filter-input-checkbox:not(.disabled) label:hover {
  background-color: var(--e-global-color-a2acdbf);
  border-color:var(--e-global-color-a2acdbf);
}

.search-filter-input-checkbox:not(.search-filter-input-checkbox--is-active):not(.disabled) label:hover .search-filter-input-checkbox__label {
  color:#fff!important;
}

.search-filter-input-checkbox:not(.search-filter-input-checkbox--is-active) .search-filter-input-checkbox__count {
  opacity:0.5;
}

.websplash .search-filter-style--control-reset button,
.websplash .search-filter-style--control-reset button:focus {
  border:none!important;
  padding:0;
  font-family:"SLAM-Avenir", Sans-serif;
  font-size:0.8rem;
  color:var( --e-global-color-text );
  box-shadow:none!important;
  background-color: transparent!important;
}

.websplash .search-filter-style--control-reset button:hover {
  color:var(--e-global-color-accent)!important;
}

.search-filter-style--control-reset button::before {
  content:' ';
  display:inline-block;
  width:20px;
  height: 20px;
  margin-right:5px;
  -webkit-mask-image: url('assets/images/svg/SL_icon_cancel.svg');
  mask-image: url('assets/images/svg/SL_icon_cancel.svg');
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: var( --e-global-color-text );
}

.search-filter-style--control-reset button:hover::before {
  background-color: var(--e-global-color-accent);
}

.flat-buttons .elementor-widget-button .elementor-button-content-wrapper {
  align-items: center;
}

.flat-buttons .elementor-widget-button .elementor-button-icon svg {
  height: 1.2em;
  width: auto;
}

.results-whg .single-whg.status-reserviert {
  opacity:0.5;
}


#dark_overlay {
  display:none;
  z-index:4000;
  background-color: rgba(0,0,0,0.4);
  position: fixed;
  top:0;
  left:0;
  width:100%;
  height: 100vh;
}

.websplash .finance_calc_init {
  height:0;
  overflow: hidden;
}

.websplash .finance_wrapper {
  position: fixed!important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*background: #fff;*/
  max-width: var(--container-max-width)!important;
  z-index: -1;
}

.websplash .finance_wrapper.active {
  display: block!important;
  z-index: 5000;
}

.close_finance_calc,
.close_finance_calc_toggle{
  cursor: pointer;
}

.finance_wrapper .calc_container {
  max-height: calc(100vh - 60px);
  overflow: scroll;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

body:not(.logged-in) .single-whg-toggle .calc_container > div[id^="huettig-und-rompf-snippet-"]:not(:first-of-type) {
  display: none;
}


@media (max-width:768px) {

  .websplash .finance_wrapper {
    height: 100%;
    width: 100%;
    max-width: 100% !important;
  }


}

.search-filter-field--control-type-load_more {
  display: flex;
  align-items: center;
}

.websplash .search-filter-field--control-type-load_more button {
  padding:15px 20px 13px 20px;
  background-color: var( --e-global-color-primary );
  color:var(--e-global-color-text);
  /*font-weight: bold!important;*/
}

.websplash .search-filter-field--control-type-load_more button:hover {
  background-color:var(--e-global-color-text)!important;
  color: #fff!important;
}

  /*
   Wohnungsfinder ENDE
  */


#bauabschnitt-overlay .overlaysvg svg g path,
#bauabschnitt-overlay .overlaysvg svg g polygon,
#bauabschnitt-overlay .overlaysvg svg g rect {
  transition:fill-opacity 0.2s linear;
  fill-opacity:0;
  /*stroke-width: 2px;*/
  /*stroke: var( --e-global-color-30cf2be );*/
}

#bauabschnitt-overlay .overlaysvg svg g.active g[id^="h"] path {
  fill: #000;
  fill-opacity:1;
}


#bauabschnitt-overlay .overlaysvg svg g.active g > polygon,
#bauabschnitt-overlay .overlaysvg svg g.active g > rect {
  fill-opacity:0.6;
  fill:var(--e-global-color-accent);
}


.bauabschnitte_sep .abschnitt_single.active {
  transform:scale(1.2);
}

picture.elementor-animation-grow {
  display:block;
}


.websplash .uc-embedding-container {
  max-height:100%;
}




/* ReCaptcha Banner Styles */


.no-captcha .elementor-form-fields-wrapper::before {
  position: absolute;
  z-index: 5;
  background-color: rgb(0 0 0 / 30%);
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  content: "";
}

.no-captcha .elementor-field-type-recaptcha_v3 {
  z-index: 9;
  position: absolute !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto !important;
  height: fit-content;
  padding: 0 40px;
}


form .elementor-form-fields-wrapper {
  position: relative;
}

.uc-text-embedding {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 14;
  height: fit-content;
  max-width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #fff;
  padding: 20px 30px;
  box-shadow: 0 0 3px rgb(158 158 158);
}

.click-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.uc-text-embedding.loadedHTML {
  flex-direction: row;
}

.uc-text-embedding:hover {
  box-shadow: 0 0 6px var(--e-global-color-primary);
}

.uc-text-embedding strong,
.uc-text-embedding span a,
.uc-text-embedding span {
  line-height: 1.5;
  padding: 0;
  height: auto;
}

.uc-text-embedding .description-text .uc-text-embedding-inline-button {
  font-weight: bold !important;
  z-index: 5;
  position: relative;
  text-decoration: underline;
  display: inline;
}

.uc-text-embedding
.description-text
.uc-text-embedding-inline-button:last-child {
  color: var(--e-global-color-primary);
}

.button-text {
  margin: 20px 80px 0 0;
  color: #d82034;
}

.uc-text-embedding .trigger-consent {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

.uc-text-embedding .trigger-consent:after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 80px;
  height: 80px;
  opacity: 1;
  background-image: url(assets/images/svg/click.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.uc-text-embedding,
.description-text,
.uc-text-embedding-inline-button:last-child:hover {
  /*color: var(--e-global-color-primary);*/
}

.uc-text-embedding-inline-button:hover {
  text-decoration: none;
}

.captcha-wrapper {
  display: flex;
  flex-direction: column;
  padding-left: 10px;
  margin: auto;
}

.capthcaImg {
  width: 100px;
  padding-right: 10px;
}

.elementor-form.no-captcha .elementor-form-fields-wrapper {
  padding:20px;
}






.loadingbar .loadingbar_bar {
  height: 3px;
  background: var(--e-global-color-a2acdbf);
  transition: width 3s ease;
  width: 0;
}

.loadingbar .loadingbar_bar.active {
  width:var(--loadingbar_progress);
}

.bau_progress .hover_image_box {
  overflow: hidden;
}

.bau_progress .hover_image_box .coloroverlay_imagebox {
  transition:transform 0.5s linear;
}

.bau_progress .hover_image_box .coloroverlay {
  transition:opacity 0.5s linear;
}

.bau_progress .hover_image_box:hover .coloroverlay_imagebox  {
  transform:scale(1.3);
}

.bau_progress .hover_image_box:hover .coloroverlay {
  opacity:0;
}



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


  .static_flags .elementor-icon-list-item a:hover .elementor-icon-list-text {
    max-width: 100% !important;
    padding-right: 20px;
  }

}




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


  .teaserbox .elementor-widget-button a .elementor-button-text span {
    bottom:-100%;
    opacity:0;
    transition: bottom 0.2s linear, opacity 0.5s linear;
  }

  .teaserbox:hover .elementor-widget-button a .elementor-button-text span {
    bottom:0;
    opacity:1;
  }

  .teaserbox:not(.left) {
    align-items: flex-end!important;
  }

  .teaserbox.left .elementor-widget-button {
    right:auto;
    left:-40px;
  }

}

@media only screen and (max-width: 1140px) {

  .teaserbox .elementor-widget-button {
    width:100%;
  }

  .teaserbox .elementor-button-text {
    font-size:1rem;
  }

  .teaserbox .elementor-widget-button a {
    background-color: var(--e-global-color-a2acdbf)!important;
  }

}

@media only screen and (max-width: 1024px) {




  .teaserbox .elementor-widget-button {
    position: absolute;
    left:50%!important;
    right:auto!important;
    transform:translateX(-50%);
    width: 100%;
    padding:0 20px;
    display: flex;
    justify-content: center;
  }

  .teaserbox .elementor-widget-button a {
    width:auto;
    height:auto;
    padding:20px 40px!important;
  }

  .teaserbox:hover .elementor-widget-button a {
    height:auto;
  }



}



@media only screen and (max-width: 980px) {


  #custom_map {
    height: 600px;
  }

  #wohnungsliste td {
    padding: 5px 25px 1px 25px;
  }

  .static_flags .dialog-widget-content {
    bottom: 110px;
  }

  iframe#Rundgang360 {
    height: 400px;
  }

  .bau .swiper-pagination-bullet::after {
    display:none!important;
  }

  .bau .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    background-color:#fff!important;
  }

  .bau .swiper-pagination-horizontal {
    gap:20px;
  }

}





@media only screen and (max-width: 768px) {

  .loadingbar {
   position: absolute!important;
    height:100%;
  }

  .loadingbar .loadingbar_bar {
    height: 0;
    background: var(--e-global-color-a2acdbf);
    transition: height 3s ease;
    width: 3px!important;
  }

  .loadingbar .loadingbar_bar.active {
    height:var(--loadingbar_progress);
  }




  .teaserbox .elementor-widget-button {
      left:0!important;
      width:100%;
      text-align: left;
      transform: none;
    }

    .teaserbox .elementor-widget-button .elementor-widget-container {
      width:100%;
    }

    .teaserbox .elementor-widget-button a {
      text-align: left;
      padding:20px!important;
      width:100%;
    }

    .teaserbox .elementor-widget-button .elementor-button-content-wrapper {
      width:100%;
      display:block;
    }

    .bggrey {
      background-color:var(--e-global-color-a56cc0b)!important;
    }

    .bau .swiper-pagination-horizontal {
      gap:5px;
    }


    .bau .swiper {
      padding-bottom:0!important;
    }

    .bau .swiper-pagination-bullet {
      margin:0!important;
      height: 10px!important;
      width:10px!important;
    }

  .bau .swiper-pagination-horizontal {
    bottom:50px!important;
  }

    .stoerer_alert .icon_stoerer {
      width:40px;
      height: 40px;
    }

    #custom_map {
      height: 400px;
    }

  .static_flags .dialog-widget-content {
    bottom:80px;
    opacity:0;
    transition: opacity 0.5s ease-in-out;
  }

  .static_flags .dialog-widget-content.fade-in {
    opacity: 1;
  }

  .static_flags .elementor-icon-list-item a {
    border-radius:44px;
  }

  .static_flags .elementor-icon-list-item a .elementor-icon-list-icon {
    width: 44px;
    height: 44px;
  }

}