.wbdlist-form label {
    display: block;
    margin-bottom: 5px;
}

.wbdlist-form select,
.wbdlist-form textarea,
.wbdlist-form input[type="tel"],
.wbdlist-form input[type="text"],
.wbdlist-form input[type="email"]{
    background-color:#EFF0F0;
	font-size:22px;
	font-weight:bold;
	width:100%;
	border:0px;
	padding:19px 35px;
	-moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
	position:relative;
	border-radius:50px;
}

.wbdlist-success {
    background-color: #dfffed;
    color: #000;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 22px;
    line-height: 25px;
    text-align: center;
}

.wbdlist-errors{
    background-color: #D50032;
    color: #fff;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 22px;
    line-height: 25px;
    text-align: center;
}

input[type=checkbox].wbdlist-checkbox{
    margin: 0;
    width: 1px;
    max-width: none;
    padding: 0;
    display: block;
    border: 0px!important;
    background: transparent;
    border-radius: 50%;
    opacity: 0;
    height: 1px;
    position: absolute;
    z-index: -1;
}
input[type=checkbox].wbdlist-checkbox+label i {
    width: 50px;
    height: 50px;
    margin-right: 15px;
    float: left;
    background-color: #eee;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    line-height: 50px;
    text-align: center;
	border-radius: 50%;
}
input[type=checkbox].wbdlist-checkbox:checked+label i{
	background-color:#F9BD98;
}
input[type=checkbox].wbdlist-checkbox:checked+label i:before {
    display: block;
    content: url(/wp-content/uploads/check-white.svg);
    width: 29px;
    height: 21px;
    font-size: 13px;
    font-weight: 600;
    line-height: 17px;
    text-align: center;
    margin: auto;
    margin-top: 15px;
}
.wbdlist-button{
    background:#62A880;
    color:#fff;
    padding:14px 28px 12px 50px;
    border: 4px solid #62A880;
    border-radius:0px;
    text-decoration:none;
    font-weight:bold;
    font-size:22px;
    line-height: 23px;
    display:inline-block;
    position: relative;
    transition:all .3s;
	border-radius:30px;
}
.wbdlist-button::before {
    content: url(../pfeil-weiss-rechts.svg)!important;
    
    transition: all .3s;
    margin-left: 0;
    left: 30px;
    top:13px;
    line-height: 25px;
    position:absolute;
}
.wbdlist-button:hover{
    background:#447A7C;
    color:#fff;
	border: 4px solid #447A7C;
}
/*
.wbdlist-button:hover::before{
    filter:none;
}*/

.wbdlist-form select{
    background-image: url(../chevron-peach-down-20.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 43px) 32px;
	background-size:20px;
    height:70px;
	border-radius:50px;
}
.wbdlist-form .asterisk{
	right:24px;
}

.wbdlist-form fieldset{
    margin-top:45px;
}
.wbdlist-form fieldset legend{
    font-weight:bold;
    margin-bottom:15px;
    
    color:#000;
}

.wbdlist-form select:invalid{
    color: #A8A99E!important;
}
.wbdlist-form select :disabled{
    color: #A8A99E!important;
}
.wbdlist-form select option{
    color: #000!important;
}

.wbdlist-form button{
    font-weight:bold;
    cursor:pointer;
}
.wbdlist-wrapper{
    background-color: #F7F7F7;
    box-shadow: 0px 5px 6px #00000029;
    padding:90px 0;
}
.wbdlist-form{
    max-width:1200px;
    /*width:80%;*/
    margin: auto;
}

.wbdlist-results {
    margin-top: 145px;
    max-width:1380px;
    width:80%;
    margin-left: auto;
    margin-right: auto;
}
.wbdlist-alignright{
    display: flex;
    justify-content: flex-end;
}

.wbdlist-result{
    margin-bottom: 20px;
    overflow: hidden;
    background:#F7F7F7;
    padding:30px;
    display: flex;
}
.wbdlist-details:after{
    content: "";
    display: table;
    clear: both;
}
.wbdlist-image {
    margin-right: 10px;
    max-width:40%;
}

.wbdlist-details {
    width:calc(60% - 20px);
    margin-left: 20px;
    line-height: 33px;
    padding: 34px 0;
}
.wbdlist-details h3{
    margin-top:0px;
    margin-bottom: 22px;
    font-size: 33px;
    line-height: 38px;
    font-weight: bold;
}

.wbdlist-flex{
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.wbdlist-flex.wbdlist-gap-1 .wbdlist-1-2{
    width:48%;
}
@media(max-width:980px){
    .wbdlist-flex.wbdlist-gap-1 .wbdlist-1-2{
        width:100%;
    }
}
.wbdlist-metadatarow{
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.wbdlist-metadata{
    background:#EDF5EC;
    padding:25px 64px;
    margin-top:25px;
    margin-bottom:52px;
}
.wbdlist-contactrow{
    display:flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.wbdlist-number{
    font-size:40px;
    font-weight:bold;
    line-height: 45px;
    color:#000;
}
@media(max-width:980px){
    .wbdlist-number{
        font-size: 35px;
        line-height: 40px;
    }
    .wbdlist-metadata-col{
        width:50%;
    }
}
@media(max-width:768px){
    .wbdlist-contactrow{
        flex-direction: column;
        align-items: flex-end;
    }
    .wbdlist-contactrow .wbdlist-button{
        margin-bottom:20px;
        margin-right:0px!important;
    }
    .wbdlist-metadata{
        padding:25px;
    }
    .wbdlist-number{
        font-size: 35px;
        line-height: 40px;
    }
    .wbdlist-metadata-col{
        width:100%;
    }
}
.wbdlist-button[type=submit]{
    float: right; margin-right: 15px;
}
/* 12 column layout */
.wbdlist-row{
    margin-bottom: 15px;
}
.wbdlist-row > div{
    position:relative;
}
.wbdlist-row::after {
    content: "";
    clear: both;
    display: table;
}

.wbdlist-col-1 {
    width: 8.33%;
    float: left;
    margin-right: 15px;
}

.wbdlist-col-2 {
    width: 16.66%;
    float: left;
    margin-right: 15px;
}

.wbdlist-col-3 {
    width: 25%;
    float: left;
    margin-right: 15px;
}

.wbdlist-col-4 {
    width: calc(33.33% - 15px);
    float: left;
    margin-right: 15px;
}
.wbdlist-row > div:last-child.wbdlist-col-4{
    width: 33.33%;
}

.wbdlist-col-5 {
    width: 41.66%;
    float: left;
    margin-right: 15px;
}

.wbdlist-col-6 {
    width: calc(50% - 15px);
    float: left;
    margin-right: 15px;
}

.wbdlist-col-7 {
    width: 58.33%;
    float: left;
    margin-right: 15px;
}

.wbdlist-col-8 {
    width: calc(66.66% - 15px);
    float: left;
    margin-right: 15px;
}
.wbdlist-row > div:last-child.wbdlist-col-8{
    width: 66.66%;
}

.wbdlist-col-9 {
    width: 75%;
    float: left;
    margin-right: 15px;
}

.wbdlist-col-10 {
    width: 83.33%;
    float: left;
    margin-right: 15px;
}

.wbdlist-col-11 {
    width: 91.66%;
    float: left;
    margin-right: 15px;
}

.wbdlist-col-12 {
    width: 100%;
    float: left;
    padding-right: 15px;
}
.wbdlist-col-12 .asterisk{
    right: 32px;
}

.wbdlist-row > div:last-child{
    margin-right:0px;
}

/* Tablet (max-width: 980px) */
@media only screen and (max-width: 980px) {
    .wbdlist-col-1,
    .wbdlist-col-2,
    .wbdlist-col-3,
    .wbdlist-col-4,
    .wbdlist-col-5,
    .wbdlist-col-6,
    .wbdlist-col-7,
    .wbdlist-col-8,
    .wbdlist-col-9,
    .wbdlist-col-10,
    .wbdlist-col-11,
    .wbdlist-col-12 {
        width: 100%;
        float: none;
        margin-right: 0!important;
        padding-right: 0px;
        margin-bottom: 15px;
    }
    .wbdlist-row > div:last-child.wbdlist-col-4{
        width:  100%;
    }
    .wbdlist-row > div:last-child{
        margin-right:0px;
    }
    .wbdlist-button[type=submit]{
        float: none; margin-right: 0px;
    }
}

/* Mobile (max-width: 768px) */
@media only screen and (max-width: 768px) {
    .wbdlist-col-1,
    .wbdlist-col-2,
    .wbdlist-col-3,
    .wbdlist-col-4,
    .wbdlist-col-5,
    .wbdlist-col-6,
    .wbdlist-col-7,
    .wbdlist-col-8,
    .wbdlist-col-9,
    .wbdlist-col-10,
    .wbdlist-col-11,
    .wbdlist-col-12 {
        width: 100%;
        float: none;
        margin-right: 0;
    }
    .wbdlist-row > div:last-child.wbdlist-col-4{
        width:  100%;
    }
}

.container-section{
    max-width: 1365px;
    margin: 0 auto;
}
.small-container-section{
    max-width: 1080px;
    margin: 0 auto;
}
.full-section{
    max-width: 100%;
    margin: 0 auto;
}
#wbdlist-detailpage{
    margin:0 30px;
}
@media(max-width:768px){
    #wbdlist-detailpage{
        margin:0 20px;
    }
}
#wbdlist-detailpage .entry-header{
    position:relative;
}
#wbdlist-detailpage .entry-title{
    color:#fff;
    position:absolute;
    bottom:70px;
    left:100px;
    font-size:60px;
    line-height:65px;
    text-shadow: 0px 0px 30px rgba(52, 52, 52, 0.89);
    max-width: 600px;
    font-weight: lighter;
}

.wbdlist-slideshow{
    position:relative;
    margin-bottom: 20px;
    margin-top:40px;
    height:640px;
}
.slick-list,
.slick-track{
    height:100%;
}

.wbdlist-slideshow .wbdlist-slideshow-image{
    width: 100%;
    height: 100%;
} 
.slick-slide img {
    width: 100%;
    height:100%;
    object-fit: cover;
}
.slick-arrow{
    position:absolute;
    z-index:100;
    border:0px;
    background:transparent;
    font-size:0;
    top:50%;
    cursor:pointer;
    transform: scale(1.5);
}
.slick-prev{
    left:50px;
}
.slick-prev:before{
    content:url(../pfeil-weiss-links.svg);
}
.slick-next{
    right:50px;
}
.slick-next:before{
    content:url(../pfeil-weiss-rechts.svg);
}

.greenbg{
    background-image: linear-gradient(178deg, #EDF5EC 0%, #EDF5EC 80%, #ffffff 80%);
}
.greybg{
    background-color: #f6f6f4;
    padding:40px;
    color:#000;
}
.wbdlist-ausstattung{
    padding:120px 30px 250px 30px;
    margin-top:225px;
}
.wbdlist-umgebung{
    margin-top:200px;
    margin-bottom:200px;
}
.wbdlist-grundriss h3,
.wbdlist-umgebung h3,
.wbdlist-ausstattung h3{
    margin-bottom:30px;
    padding:0px;
    font-size:40px;
    line-height:45px;
}
.wbdlist-grundriss .grundrissimage{
    text-align: center;
}
.wbdlist-tab-navigation{
    box-shadow: 0 5px 6px rgba(0, 0, 0, 0.16);
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top:85px;
    
    padding-bottom:36px;
    margin-top:36px;
    margin-bottom:95px;
    margin-left: -30px;
    margin-right: -30px;
}
.full-width{
    margin-left: -30px;
    margin-right: -30px;
}
.wbdlist-contact{
    margin-top:200px;
    margin-bottom:200px;
}
@media(max-width:980px){
    #wbdlist-detailpage .entry-title{
        font-size: 40px;
        line-height: 45px;
        left: 25px;
        width: calc(100% - 50px);
    }
}
@media(max-width:768px){
    #wbdlist-detailpage .entry-title{
        font-size: 35px;
        line-height: 40px;
    }
    .wbdlist-contact,
    .wbdlist-umgebung{
        margin-top:100px;
        margin-bottom:100px;
    }
    .full-width,
    .wbdlist-tab-navigation{
        margin-left: -20px;
        margin-right: -20px;
    }
    .wbdlist-ausstattung{
        padding:60px 20px 250px 20px;
        margin-top:112px;
    }
}
.wbdlist-tab-navigation .tab-title{
    position: relative;
    color:#000;
    margin: 0 31px;
    cursor:pointer;
}
.wbdlist-tab-navigation .tab-title.active{
    font-weight: bold;
}
.wbdlist-tab-navigation .tab-title.active:before{
    content: url(../pfeil-rot-rechts.svg)!important;
    position:absolute;
    left: -20px;
    top: 2px;
}
.tab-pane{
    display:none;
    max-width:1080px;
    margin: 0 auto;
    overflow-x: auto;
}
.tab-pane.active{
    display:block;
}

.wbdlist-contact-teaser{
    background-color:#EEEEEC;
    border-bottom:15px solid #D50032;
    padding:50px 0px;
    margin-top:70px;
}
.wbdlist-contact-holder{
    display: flex;
    flex-direction: row;
    flex-wrap:wrap;
    max-width:80%;
    margin:0 auto;
}
.wbdlist-contact-image-container{
    width:20%;
    position:relative;
}
.wbdlist-contact-image-container img{
    border-radius:50%;
}
.wbdlist-contact-content{
    width:80%;
    position:relative;
}
@media(max-width:768px){
    .wbdlist-contact-image-container,
    .wbdlist-contact-content{
        width:100%;
    }
}
.wbdlist-contact-adress{
    line-height:33px;
}
.wbdlist-contact-teaser h3{
    font-size:40px;
    line-height:60px;
    font-weight: lighter;
}
.wbdlist-contact-teaser .toptitle{
    font-weight:bold;
    color:#D50032;
    font-size:18px;
    line-height:34px;
}

.detailtable{
    border-top:4px solid #DADAD5;
    width:100%;
    text-align: left;
}
.detailtable tr{
    border-bottom:2px solid #DADAD5;
}
.detailtable tr td{
    padding:20px 50px;
}
.detailtable tr td:first-child{
    font-weight:bold;
    color:#000;
    width:50%;
}
.centertext{
    text-align:center;
}

.wbdlist-infos{
    padding:160px 0px 225px 0px;
    text-align:center;
}

.wbdlist-blurblink{
    color:#000;
    font-weight:bold;
    padding-left:30px;
    position:relative;
    margin-bottom:14px;
    line-height:28px;
}
.wbdlist-blurblink:before{
    position:absolute;
    left:0px;
    width:16px;
}
.wbdlist-blurblink-mail:before{
    content:url(../mail.svg);
}
.wbdlist-blurblink-phone:before{
    content:url(../phone.svg);
}
.wbdlist-blurblink-fax:before{
    content:url(../fax.svg);
}

.wbdlist-list li{
    list-style: url(../list-dreieck.gif);
    margin-bottom:16px;
    margin-left:16px;
}
.wbdlist-list li.wbdlist-list-title{
    list-style: none;
    font-weight:bold;
    margin-bottom:23px;
    margin-left:0px;
}

#wbdlist-detailpage h2{
    font-size:60px;
    line-height:60px;
    font-weight:lighter;
}
@media(max-width:980px){
    #wbdlist-detailpage h2{
        font-size:40px;
        line-height:45px;
    }
}
@media(max-width:768px){
    #wbdlist-detailpage h2{
        font-size:35px;
        line-height:40px;
    }
}

.wbdlist-slideset-item{
    padding:0 7px;
}
.wbdlist-slideset-image{
    margin-bottom:36px;
}
.wbdlist-slideset-image img{
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.wbdlist-slideset-details h3{
    font-weight:28px;
    padding-left:20px;
    position: relative;
    font-weight:bold;
}
.wbdlist-slideset-details h3:before{
    content:url(../pfeil-schwarz-rechts.svg);
    position: absolute;
    width: 20px;
    height: 20px;
    display: inline-block;
    left:0px;
}

.wbdlist-frontsearch{
    width:100%;
}
.wbdlist-frontsearch select{
    float:left;
    width:calc(100% - 210px);
    margin-right: 25px;
    height: 55px;
    background-position: calc(100% - 20px) 24px;
    padding: 10px 20px;
}
@media(max-width:560px){
    .wbdlist-frontsearch select{
        width:calc(100% - 65px);
        margin-right: 15px;
    }
    .wbdlist-frontsearch .et_pb_button{
        font-size: 0;
        width: 50px;
        overflow: hidden;
        white-space: nowrap;
        height: 55px;
    }
    .wbdlist-frontsearch .et_pb_button:after{
        top:7px;
    }
}