/** float container */
.floating:hover,
.floating:focus-within {
  background-color: var(--field__background--hover);
}

.floating__input {
  padding: 1.8rem 1rem 0.6rem;
  font-size: 1rem;
  border-bottom: 0.1rem solid var(--input__border);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  -khtml-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
  caret-color: var(--color__accent);
}

.floating:hover .floating__input {
  border-color: var(--input__border--hover);
}

.floating__input:placeholder {
  color: rgba(0, 0, 0, 0);
}

.floating__label {
  display: block;
  position: relative;
  max-height: 0;
  font-weight: 500;
  pointer-events: none;
}

.floating__label:before {
  color: var(--label__color);
  content: attr(data-content);
  display: inline-block;
  backface-visibility: hidden;
  transform-origin: left top;
  -webkit-transition: transform 0.2s ease;
  -moz-transition: transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  -khtml-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  left: 0.4rem;
  position: relative;
  background: #fff;
  padding: 0 4px;
  font-weight: normal;
}

.floating__label:after { 
  bottom: 1rem;
  content: "";
  height: 0.1rem;
  position: absolute;
  -webkit-transition: transform 180ms cubic-bezier(0.4, 0, 0.2, 1),
    opacity 180ms cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s ease;
  -moz-transition: transform 180ms cubic-bezier(0.4, 0, 0.2, 1),
    opacity 180ms cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s ease;
  -o-transition: transform 180ms cubic-bezier(0.4, 0, 0.2, 1),
    opacity 180ms cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s ease;
  -khtml-transition: transform 180ms cubic-bezier(0.4, 0, 0.2, 1),
    opacity 180ms cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s ease;
  transition: transform 180ms cubic-bezier(0.4, 0, 0.2, 1),
    opacity 180ms cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s ease;
  opacity: 0;
  left: 0;
  top: 100%;
  margin-top: -0.1rem;
  transform: scale3d(0, 1, 1);
  width: 100%;
  background-color: var(--color__accent);
}

.floating__input:focus + .floating__label:after {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
 
.floating__input:placeholder-shown + .floating__label:before {
  -webkit-transform: translate3d(0.2em, -1.9rem, 0) scale3d(1, 1, 1);
  -moz-transform: translate3d(0.2em, -1.9rem, 0) scale3d(1, 1, 1);
  -o-transform: translate3d(0.2em, -1.9rem, 0) scale3d(1, 1, 1);
  -khtml-transform: translate3d(0.2em, -1.9rem, 0) scale3d(1, 1, 1);
  transform: translate3d(0.2em, -1.9rem, 0) scale3d(1, 1, 1);
}

.floating__label:before,
.floating__input:focus + .floating__label:before {
  transform: translate3d(0.2em, -2.8rem, 0) scale3d(0.82, 0.82, 1);
}

.floating__input:focus + .floating__label:before {
  color: #1bab63;
}

.hidden--visually {
  border: 0;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.form_custom_element.form_element_third {
    width: 26.2%;
    float: left;
    margin-left: 1%;
    clear: none;
}

.form_custom_element.form_element_sixth {
    width: 11.2%;
    float: left;
    margin-left: 1%;
    clear: none;
}

.form_custom_element.av-form-labels-hidden p {
    margin-top: 8px;
    margin-bottom: 8px;
}

.field__input {
    font-family: "Source Sans Pro",sans-serif;
    font-size: 18px;
    line-height: 28px;
    color: #1C3553;
    border: none;
    outline: none;
    border-radius: 2px;
    padding-top: 22px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 6px;
    -webkit-appearance: none;
    background: #f6f7f9;
    display: block;
    width: 100%;
    overflow: hidden;
}

.field__label {
    font-size: 18px;
    line-height: 28px;
    position: absolute;
    margin-left: 8px;
    top: 22px;
    color: #495D75;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 9;
    pointer-events: none;
}

/*login widget*/
.login {min-height: 180px;-webkit-padding: 0 35px;-moz-padding: 0 35px;-ms-padding: 0 35px;padding: 0 35px;-webkit-background: #f8f8f8;-moz-background: #f8f8f8;-ms-background: #f8f8f8;background: #f8f8f8;}
.login .widgettitle {color:#444444;padding-top: 15px;-webkit-padding-bottom: 7px;-moz-padding-bottom: 7px;-ms-padding-bottom: 7px;padding-bottom: 7px;-webkit-border-bottom: 2px solid #1ebe6e;-moz-border-bottom: 2px solid #1ebe6e;-ms-border-bottom: 2px solid #1ebe6e;border-bottom: 2px solid #1ebe6e;}
.widgetlogin .login-username {color:#666666;-webkit-width:40%;-moz-width:40%;-ms-width:40%;width:40%;-webkit-margin: 0 2% 0 0;-moz-margin: 0 2% 0 0;-ms-margin: 0 2% 0 0;margin: 0 2% 0 0;float:left;}
.widgetlogin .login-password {color:#666666;-webkit-width:40%;-moz-width:40%;-ms-width:40%;width:40%;-webkit-margin: 0 2% 0 0;-moz-margin: 0 2% 0 0;-ms-margin: 0 2% 0 0;margin: 0 2% 0 0;float:left;}
.widgetlogin .login-submit {-webkit-width:15%;-moz-width:15%;-ms-width:15%;width:15%;float:left;margin-top:22px;}
/*Search-Widget-�nderungen:*/
.wpl_search_from_box .chosen-container .chosen-single {line-height: 40px; height: 40px;}
.wpl_search_from_box input[type="text"], .wpl_search_from_box .wpl_search_widget_location_textsearch {height: 40px;}
.chosen-container-single .chosen-drop {box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);}
.chosen-container-single .chosen-single div {width:20px;background:#f8f8f8;padding-left:4px;border-left:1px solid #e1e1e1;}
.chosen-container-active.chosen-with-drop .chosen-single div {width:20px;background:#f8f8f8;padding-left:4px;border-left:1px solid #e1e1e1;}
.chosen-container-single .chosen-single {border-radius:3px;}
.wpl_search_from_box .search_submit_box {border-radius:3px;border: 1px solid rgba(247,126,5,1) !important;
background-color: rgba(247,126,5,1) !important;
border: 1px solid #eb8c0d;
background: rgb(249,177,16);
background: -moz-linear-gradient(top, rgba(249,177,16,1) 0%, rgba(247,126,5,1) 50%, rgba(247,126,5,1) 51%, rgba(248,126,8,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,177,16,1)), color-stop(50%,rgba(247,126,5,1)), color-stop(51%,rgba(247,126,5,1)), color-stop(100%,rgba(248,126,8,1)));
background: -webkit-linear-gradient(top, rgba(249,177,16,1) 0%,rgba(247,126,5,1) 50%,rgba(247,126,5,1) 51%,rgba(248,126,8,1) 100%);
background: -o-linear-gradient(top, rgba(249,177,16,1) 0%,rgba(247,126,5,1) 50%,rgba(247,126,5,1) 51%,rgba(248,126,8,1) 100%);
background: -ms-linear-gradient(top, rgba(249,177,16,1) 0%,rgba(247,126,5,1) 50%,rgba(247,126,5,1) 51%,rgba(248,126,8,1) 100%);
background: linear-gradient(to bottom, rgba(249,177,16,1) 0%,rgba(247,126,5,1) 50%,rgba(247,126,5,1) 51%,rgba(248,126,8,1) 100%);
background-color: rgba(0, 0, 0, 0);
background-color: rgba(0, 0, 0, 0);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9b110', endColorstr='#f87e08',GradientType=0 );}
.search_submit_box .main_color .button:hover, .main_color .ajax_controlls a:hover, .main_color #submit:hover, .main_color .big_button:hover, .main_color .contentSlideControlls a:hover, .main_color #submit:hover, .main_color input[type="submit"]:hover { background-color: transparent; text-decoration: underline;}
.wpl_search_from_box .search_submit_box:after {font-size: 0.9em;}
.wpl_search_from_box .search_submit_box .wpl_search_widget_submit {font-size: 1.15em;height: 37px;}
.wpl_search_from_box .search_submit_box:hover {border-radius:3px;}
.wpl_search_from_box {-webkit-border-bottom: none;-moz-border-bottom: none;-ms-border-bottom: none;border-bottom: none;}
.widget_wpl_search_widget {padding:0 0 0 0;}
.widgetsearch .wpl_search_field_container {line-height: 32px;}
.widgetsearch .chosen-container {-webkit-min-width:100%;-moz-min-width:100%;-ms-min-width:100%;min-width:100%;}
.widgetsearch .wpl_search_field_container_3 {-webkit-min-width:133px;-moz-min-width:133px;-ms-min-width:133px;min-width:133px;}
.widgetsearch .wpl_search_field_container_2 {-webkit-min-width:133px;-moz-min-width:133px;-ms-min-width:133px;min-width:133px;}
.widgetsearch .wpl_search_field_container_43 {-webkit-max-width:130px;-moz-max-width:130px;-ms-max-width:130px;max-width:130px;}
#top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select {-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;border-radius:3px;}
.search_submit_box {-webkit-margin-top:1px;-moz-margin-top:1px;-ms-margin-top:1px;margin-top:1px;}
.immosuche {}
/*Widget*/
.flex_column .widget .widgettitle, .content .widget .widgettitle {padding-bottom:10px;border-bottom: 2px solid #1bab63;}
/*Sort-Option-�nderungen:*/
.wpl_plisting_top_sidebar_container {-webkit-width:75%;-moz-width:75%;-ms-width:75%;width:75%;-webkit-float:left;-moz-float:left;-ms-float:left;float:left;}
.wpl_sort_options_container {-webkit-width:25%;-moz-width:25%;-ms-width:25%;width:25%;-webkit-float:left;-moz-float:left;-ms-float:left;float:left;}
.wpl_property_listing_container .wpl-sort-options-list > ul:before {content: "Sortierung";padding: 6px 0 5px 10px;width: 125px;float: left;}
.wpl_property_listing_container .wpl-sort-options-list > ul:after {font-family: 'entypo-fontello';content: '\e873';padding: 6px 7px 5px 7px;float:left;position: absolute;border-left:1px solid #e1e1e1;background:#f8f8f8;}
.wpl-sort-options-list > ul {padding: 0 !important;position: absolute;visibility: visible;width: 160px !important;min-width: 160px !important;top: 2px;right: 0px;list-style: none;border: solid 1px #e1e1e1;display: none;margin: 0px;padding: 0px;max-height: 260px;overflow: auto;overflow-y: auto;z-index: 9999;text-align: left;color: #444444;}
.wpl_property_listing_container .wpl-sort-options-list > ul > li > ul {display: none;}
.wpl_property_listing_container .wpl-sort-options-list > ul {background:#fff;border-radius:3px;cursor:pointer;}
.wpl_property_listing_container .wpl-sort-options-list > ul > li:after {display:none;}
.wpl_property_listing_container .wpl-sort-options-list > ul > li > ul > li {position: relative;}
.wpl_property_listing_container .wpl-sort-options-list > ul > li > ul > li > ul {display: none;}
.wpl_property_listing_container .wpl-sort-options-list > ul > li {display: none;float:left;width:100%;}
.wpl_property_listing_container .wpl-sort-options-list > ul:hover li {display: block;border-top:1px solid #e1e1e1;}
.wpl_property_listing_container .wpl-sort-options-list > ul > li:hover {background:#444444;color:#ffffff;width:100%;}
.wpl_property_listing_container .wpl_sort_options_container .wpl_plist_sort_active:before {padding-left:8px;background: transparent;transform: none;color: #444444;top: 8px;right: 5px;}
.wpl_property_listing_container .wpl_sort_options_container .wpl_plist_sort_active {background:#f8f8f8;color:#444;padding-left:10px;}
.wpl_plist_sort {padding-left:10px;}
.wpl_property_listing_container .wpl_sort_options_container_title {color:transparent;}
.wpl_property_listing_container .wpl_sort_options_container li {padding:0;}
.wpl_property_listing_container .wpl_sort_options_container li:after {width: 0px;}
.wpl_property_listing_container .wpl_sort_options_container {border:none;margin: 10px auto;}
.wpl_prp_right_boxe_details_left {width: 40%;}
.wpl_total_result {
	padding: 10px 0;
	margin: 10px;
}
.wpl_page_size {display:none;}
.wpl_property_listing_container .pagination li.active a {-webkit-color: #fff;-moz-color: #fff;-ms-color: #fff;color: #fff;-webkit-background:#1ebe6e;-moz-background:#1ebe6e;-ms-background:#1ebe6e;background:#1ebe6e;border: 1px solid #008e34;}
#top .pagination .current, #top .pagination a, #top .fullsize .template-blog .pagination a {border-radius: 3px;}
#top .main_color .pagination a:hover {background: #777;border-radius: 3px;border: 1px solid #444;}
.wpl_pagination_container {padding: 0;}
.pagination {padding: 0;}
/* Property-Listing-�nderungen:*/
.wpl_prp_top:hover .wpl_prp_top_boxes.front {-moz-transform: none;-ms-transform: none;-webkit-transform: none;transform: none;}
.wpl_prp_top_boxes.back {-webkit-transform: rotateX(0deg);-moz-transform: rotateX(0deg);-o-transform: rotateX(0deg);-ms-transform: rotateX(0deg);transform: rotateX(0deg);-webkit-transform: scaleY(0);-moz-transform: scaleY(0);-o-transform: scaleY(0);-ms-transform: scaleY(0);transform: scaleY(0);opacity: .7;-webkit-transform-origin: 50% 100%;-moz-transform-origin: 50% 100%;-o-transform-origin: 50% 100%;-ms-transform-origin: 50% 100%;transform-origin: 50% 100%;-webkit-transition-property: transform;-moz-transition-property: transform;-o-transition-property: transform;transition-property: transform;-webkit-transition-duration: 0.4s;-moz-transition-duration: 0.4s;-o-transition-duration: 0.4s;transition-duration: 0.4s;-webkit-transition-timing-function: ease-out;-moz-transition-timing-function: ease-out;-o-transition-timing-function: ease-out;transition-timing-function: ease-out; background: #1ebe6e;z-index: 4;}
.wpl_prp_listing_details_id span {position: absolute;
z-index: 1;
padding: 8px;
color: #fff;
text-shadow: 0px 0px 5px #000;}
.wpl_prp_top:hover .wpl_prp_top_boxes.back {-webkit-transform: rotateX(0deg);-moz-transform: rotateX(0deg);-o-transform: rotateX(0deg);-ms-transform: rotateX(0deg); transform: rotateX(0deg); -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -o-transform: scaleY(1); -ms-transform: scaleY(1); transform: scaleY(1); -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.44); -moz-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.44); -o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.44); transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.44);z-index: 3;}
.wpl_prp_title{font-size: 1.1em;text-align: left;white-space: inherit; margin-bottom:15px;}
.wpl_prp_cont .wpl_prp_listing_location {font-size: 12px;height: auto;color: #666666;margin-top:0;}
.wpl-listing-tags-wp {right: 15px;bottom: 10px;}
.wpl-listing-tags-wp .wpl-listing-tags-cnt .wpl-listing-tag {font-weight: 600;min-width: 45px;padding-left: 18px;background: #ffa168;padding-right:18px;box-shadow: 0 1px 3px rgba(0, 0, 0, .2), 0 0 2px rgba(0, 0, 0, .14), 0 2px 2px rgba(0, 0, 0, .12);border-radius:3px;color: #63402a;}
.gm-style .gm-style-iw { border-radius: 5px; border: 5px solid #fff;}
#main_infowindow .main_infowindow_r .main_infowindow_title {font: 16px/18px "BenchNine",Arial,Helvetica,sans-serif;color: #1bab63 !important;padding-top: 10px;}

/* Property-Show-�nderungen:*/
.wpl_prp_show_energy_disclaimer {margin: 10px 0 20px 0;font-size: 10px;color: #999;line-height: 15px;}
.wpl_prp_show_detail_boxes_title {font-style: normal;font-weight: bold;border: none;}
.wpl_prp_show_detail_boxes_title:after {background: #1bab63;width: 30px;height: 2px;}
.wpl_prp_container_content_title {font-style: normal;border: none;margin: 0;}
.wpl_prp_show_detail_boxes_cont .rows {width: 50%;font-weight: normal;}
.wpl_prp_show_detail_boxes_cont .rows span {font-weight: bold;font-size: 10pt;}
.wpl_prp_show_detail_boxes_cont .rows.feature span {color: #555;background: transparent;}
.wpl_prp_show_detail_boxes_cont .rows.feature.single:after {color: #1bab63;background: transparent;}
.wpl_prp_show_detail_boxes_cont .neighborhood > span:after {color: #1bab63;}
/*Carousel*/
.carousel .widgettitle {color: #fff;font-size: 2em;	text-align: center;	margin-bottom: 40px;}
.wpl-plugin-owl.wpl-carousel-multi-images .wpl-carousel-item {border: 4px solid #fff;box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);}
.wpl-plugin-owl.wpl-carousel-multi-images .wpl-carousel-item .title h3 {background: none;font: 14px/18px "Open Sans",Arial,Helvetica,sans-serif !important;margin: 10px 0;padding: 10px;text-align:left;}
.wpl-plugin-owl.wpl-carousel-multi-images .wpl-carousel-item:hover .more_info {text-decoration: none;font-size: 16px;text-shadow: 0px 0px 0px rgba(255,255,255,1);}
.wpl-plugin-owl.wpl-carousel-multi-images .wpl-carousel-item .title .more_info::before {
    top: 88px;
    background: #1bab63;
    height: 45px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.wpl-plugin-owl.wpl-carousel-multi-images .wpl-carousel-item .title .more_info::after {
    font: 10px "wpl-front";
	content: '\e657';
	font-weight: bold;
	margin-left: 5px;
}
.wpl-plugin-owl.wpl-carousel-multi-images .wpl-carousel-item:hover h3 {
    color: #293133;;
}
.wpl-plugin-owl.wpl-carousel-multi-images .wpl-carousel-item:hover img {    -webkit-transform: scale(1.0);    -ms-transform: scale(1.0);    transform: scale(1.0);    -webkit-filter: blur(2px);    filter: blur(2px);}
.wpl-plugin-owl.wpl-carousel-multi-images.owl-responsive-0 .owl-dots {	bottom: -40px;}
.wpl-plugin-owl.wpl-carousel-multi-images.owl-responsive-0 .owl-dots .owl-dot.active span {	background: #1bab63;	border: 2px solid #ffffff;    box-shadow: 1px 1px 3px #787878;}

/*Energiebar*/
.heatingchart {
    position: relative;
    width: 100%;
}
.shadow {
    box-shadow: 0 5px 5px -5px #cacaca !important;
}
.heatingchart__tooltip {
    font-size: 1.4rem;
    background: #fff;
    z-index: 100;
    display: inline-block;
}
.heatingchart__tooltip--gray {
    border: none;
    background: #1ebe6e;
    color: #fff;
}

.heatingchart__tooltip__wrapper {
    position: relative;
	border-radius: 2px;
	padding: 4px;
	background: #1ebe6e;
}
.heatingchart__scala {border-radius: 3px;}
.font-s {
    font-size: 1.4rem !important;
}
.energie_pointer_class {background: #1ebe6e; color: #FFFFFF;margin: 0;width: 27px;text-align: center;font-size: 16px;}
.heatingchart__tooltip__triangle, .heatingchart__tooltip__triangle--bottom, .heatingchart__tooltip__triangle--bottom:before, .heatingchart__tooltip__triangle:before {
    position: absolute;
    left: 10%;
    width: 0;
    height: 0;
    bottom: -20px;
    border: 10px solid transparent;
        border-top-color: transparent;
    border-top-color: #1ebe6e;
}
.heatingchart__tooltip__triangle--bottom:before, .tooltip-e .heatingchart__tooltip__triangle--bottom, .tooltip-f .heatingchart__tooltip__triangle--bottom, .tooltip-g .heatingchart__tooltip__triangle--bottom, .tooltip-h .heatingchart__tooltip__triangle--bottom {
    left: auto;
    right: 22%;
	border-color: rgba(1, 48, 100, 0);
    border-top-color: rgba(1, 48, 100, 0);
	border-top-color: rgba(1, 48, 100, 0);
	border-top-color: #1ebe6e;
}
.heatingchart__tooltip__triangle--bottom:before, .heatingchart__tooltip__triangle:before {
    content: "";
    border-color: #1ebe6e transparent transparent;
    bottom: -8px;
    left: -10px;
}
.heatingchart__tooltip__triangle--bottom:before {
    right: -10px;
}
.heatingchart__scala {
    background: -webkit-gradient(linear,0 0,100% 0,from(#4f8b37),to(#c52826));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4f8b37",endColorstr="#c52826",GradientType=1);
    background-color: #4f8b37;
    background: -webkit-linear-gradient(left,#4f8b37,#ff0,#c52826);
    background: -moz-linear-gradient(left,#4f8b37,#ff0,#c52826);
    background: -ms-linear-gradient(left,#4f8b37,#ff0,#c52826);
    background: -o-linear-gradient(left,#4f8b37,#ff0,#c52826);
    background: linear-gradient(left,#4f8b37,#ff0,#c52826);
    padding-bottom: 5px;
    overflow: hidden;
}
.heatingchart__scala__values ul {
    list-style-type: none;
}
.heatingchart__scala__values > li {
    float: left;
    text-align: center;
    padding: 2px 5px;
    border-right: 1px solid #000;
}
.heatingchart__scala__values > li {
    text-align: center;
}
.heatingchart__scala__values .heatingscala_a_plus {
    width: 13%;
}
.heatingchart__scala__values .heatingscala_a {
    width: 7.1%;
}
.heatingchart__scala__values .heatingscala_b, .heatingchart__scala__values .heatingscala_c {
    width: 9.6%;
}
.heatingchart__scala__values .heatingscala_d {
    width: 12.3%;
}
.heatingchart__scala__values .heatingscala_e {
    width: 11.4%;
}
.heatingchart__scala__values .heatingscala_f {
    width: 14.7%;
}
.heatingchart__scala__values .heatingscala_g {
    width: 15.6%;
}
.heatingchart__scala__values .heatingscala_h {
    width: 6.7%;
}
.heatingchart__scala__values > li.last {
    border: none;
}
.heatingchart__legend {
    overflow: hidden;
}
.heatingchart__legend > li {
    margin-top: 5px;
    float: left;
    width: 9.45%;
    font-size: 14px;
    font-size: 0.9rem;
    color: #757575;
}
.heatingchart__legend > li {
    font-size: 14px;
    font-size: 0.8rem;
    color: #757575;
}
.heatingchart__legend > li.last {
    text-align: right;
    width: 5.5%;
}

/*Login*/
#slide-panel{ display:none;}
.slide-up {width:100%;border: 1px solid #e1e1e1;}
.slide-top-login {float:right;background:#1bab63;height: 50px;line-height: 50px;width: 120px;text-align: center;border: 3px solid #e1e1e1;}
.btn-slide:link, .btn-slide:visited {color:#fff; font-size:14px; text-transform:uppercase;}
.btn-slide:after {padding-left:8px;color:#ffffff;font-family: 'entypo-fontello';content: '\e873';}
.btn-slide-arrow {float: right;}
/** Hier sind Widget-�nderungen-Property-Show **/
.wpl-medium-7 {width: 100%;}
.widgettermin .widgettitle {border-bottom: 2px solid #1bab63;padding-bottom:12px;}
.widgettermin .widgettitle:after {font-family: 'entypo-fontello'; content: '\e862';margin-left:5px;}
.widgettermin {padding:35px;background-color:#f8f8f8;border: 1px solid #e1e1e1;margin-top: 15px;}
.immobilien .widgettitle {border-bottom: 2px solid #1bab63;padding-bottom:12px;}
#menu-immobilien li > a:after {font-family: 'entypo-fontello'; content: '\e875'; float: right; color: #1bab63;}
#menu-immobilien li {border-bottom: 1px solid #f8f8f8;}
.service .widgettitle {border-bottom: 2px solid #1bab63;padding-bottom:12px;}
#menu-service li > a:after {font-family: 'entypo-fontello'; content: '\e875'; float: right; color: #1bab63;}
#menu-service li {border-bottom: 1px solid #f8f8f8;}
.kontakt .widgettitle {border-bottom: 2px solid #1bab63;padding-bottom:12px;}
#menu-kontakt li > a:after {font-family: 'entypo-fontello'; content: '\e875'; float: right; color: #1bab63;}
#menu-kontakt li {border-bottom: 1px solid #f8f8f8;}
#menu-finanzierung li > a:after {font-family: 'entypo-fontello'; content: '\e875'; float: right; color: #1bab63;}
#menu-finanzierung li {border-bottom: 1px solid #f8f8f8;}
.widgetnewsletter {padding:35px;background-color:#f8f8f8;border: 1px solid #e1e1e1;margin-top: 40px;}
.widgetnewsletter .widgettitle {border-bottom: 2px solid #1bab63;padding-bottom:12px;}
.widgetnewsletter .widgettitle:after {font-family: 'entypo-fontello'; content: '\e803';margin-left:5px;}
.widgetgoogle {padding:35px;background-color:#f8f8f8;border: 1px solid #e1e1e1;margin-top: 40px;}
.widgetgoogle .widgettitle {border-bottom: 2px solid #1bab63;padding-bottom:12px;}
.widgetgoogle .widgettitle:after {font-family: 'entypo-fontello'; content: '\e842';margin-left:5px;}
.widgetansprechpartner {padding:35px;border:1px solid #e1e1e1;background-color: #f8f8f8;margin-bottom: 20px;}
.widgetansprechpartner .widgettitle {border-bottom: 2px solid #1bab63;padding-bottom:12px;}
.widgetimmobilien {padding:35px;border:1px solid #e1e1e1;background-color: #f8f8f8;margin-top: 15px;}
.widgetimmobilien .widgettitle {border-bottom: 2px solid #1bab63;padding-bottom:12px;}
.widgetimmobilien .widgettitle:after {font-family: 'entypo-fontello'; content: '\e821';margin-left:5px;}
.wpl_prp_cont.row_box .wpl_prp_bot {width: 46%; float:right;padding:0;}

/*.wpl_property_listing_container .wpl_sort_options_container li:hover {color:#ffffff; background-color: #cdd0d7; -webkit-background-color: #1bab63;}*/

.wpl_prp_show_title .title_text {color: #1bab63;font-size: 28px;}
.wpl_prp_cont:hover {border: 0;}
.wpl_prp_cont.wpl_prp_cont_old .wpl_prp_bot {padding:10px 0;}
.wpl_numbers {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.wpl_numbers .wpl_details {
    padding: 0 16px;
    margin-top: 10px;
    border-right: 1px solid #1BAB63;
}
.wpl_numbers .wpl_details:last-child {
    border-right: 0;
}
.wpl_details--bold {
    font-weight: 600;
    font-size: 16px;
    display: block;
}

@media screen and (max-width: 768px) {
	.wpl_property_listing_container .wpl_sort_options_container_title {margin-top: 0px;}
	.wpl_sort_options_container {width:100%;}
	.wpl_search_from_box .wpl_search_from_box_top .wpl_search_field_container:not(.radiussearch) {min-height: 0px;}
	.wpl_prp_cont.row_box .wpl_prp_bot {float:left; margin: 15px 0 0 0;width:100%;padding-left: 0px;}
	.wpl_property_listing_container .wpl_prp_cont.row_box { margin-bottom: 25px;}
	.wpl_prp_cont .wpl_prp_listing_location{ width: 100%;white-space:none;}
	.wpl_prp_cont.row_box .wpl_prp_top { width: 100%;}
	.wpl_prp_cont .price_box span { padding-top: 10px;}
	.wpl_prp_cont.row_box .price_box {padding: 0px 5px 10px 5px;float: left;}
	.wpl_prp_listing_koop {right: 15px;}
	.searchResultBannerContent .headline, .searchResultBannerContent .text {width: 100%;}
	.searchResultBannerContent .headline, .searchResultBannerContent .text {width: 100%;}
	.searchResultBannerContent .buttonHolder {position: unset; margin-top: 25px;}
}

@media screen and (max-width: 1013px) {
	.heatingchart {width: 100%;}
}

@media screen and (min-width: 768px) {
	.wpl_prp_container_content_left {width: 100%;}
	.wpl_prp_container_content_right {width: 100%;}
}

@media screen and (max-width: 767px) {
	.wpl_prp_show_detail_boxes_cont .rows {width: 100%;}
}

@media screen and (max-width: 669px) {
	.margin-vertical-m {
		margin-bottom: 16px !important;
	}
	.responsive .avia_ajax_form .form_element {
		width: 100%;
		clear: both;
		margin-right: 0;
		margin-left: 0;
		float: none;
	}
}
@media screen and (max-width: 480px) {
	#myImage {display:none;}
	.slide-top {width:100%;float: left;}
	.slide-top-login {width: 100%;padding-left: 40px;text-align:left;}
	.btn-slide-arrow {width: 10%;}
	.wpl_total_result { margin:0;}
	.wpl_prp_show_container .title_text {margin-top:10px;text-align: left;}
	.wpl_prp_show_container .location_build_up {text-align: left;}
	.wpl_property_listing_container .wpl_prp_cont {margin-bottom: 0;}
}

.input_check {
	border-radius: 3px;
}
.form_fullwidth {
	padding-bottom: 8px;
	border-bottom: 1px solid #e1e1e1;
}
.helperText-p {
	padding: 20px;
	background: #f1f1f1;
	border-radius: 3px;
}
.HelperText-success {
	border-color: #1bab63;
	color: #1bab63;
}
.HelperText-error {
	border-color: #C73030;
	color: #C73030;
}
.HelperText-noShow {
	display: none;
}
.ahContent{
	overflow:auto;
	height:320px;
	margin: 15px 0;
	border: 1px solid #e1e1e1;
	padding: 15px;
	background: #f8f8f8;
}
.margin-p-content{
	margin: 5px 0;
}
.button{
	padding: 16px 26px;
	font-size: 14px;
}
:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}