
:root {
    --primary-color               : #156dae;
    --primary-color-hover         : #09609e;
    --primary-text-color          : #fff;
    --primary-text-color-hover    : #fff;
}

body{
    font-family: Arial, Helvetica, sans-serif;
    background: white !important;
    color: rgb(102, 102, 102);
}

.form-control{
    border: 1px solid #c2c2c2 ;
    border-radius: 4px !important;
    color: gray;
}
.form-control:focus{
    border: 1px solid black !important;
    outline: none;
    box-shadow: none;
    color: gray;
}
.form-select{
    border: 1px solid #c2c2c2 !important;
    border-radius: 4px !important;
    color: gray;
}
.airplane {
    position: relative;
}
.airplane .form-select {
    padding-right: 1.9rem;
    background-image: none;
}
.airplane::after {
    content: '';
    position: absolute;
    top: 60%;
    right: 0.9rem;
    width: 14px;
    height: 14px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 254.759 254.759'%3e%3cpath fill='%23195a85' d='M239.564,0.278c-7.636-1.783-22.799,5.204-33.86,15.618L149.717,68.59c-2.207,2.088-6.305,2.882-9.138,1.783L38.461,30.807c-2.835-1.094-7.08-0.483-9.479,1.386L8.844,47.805c-2.399,1.864-2.226,4.627,0.392,6.174l94.086,55.592c2.614,1.542,2.48,3.785-0.177,5.262c-10.216,5.666-29.951,24.101-53.434,57.093c-1.764,2.474-4.987,4.563-8.002,4.182l-23.513-3.024c-3.015-0.383-7.054,1.176-9.019,3.49l-7.875,9.27c-1.967,2.314-1.347,5.269,1.386,6.6l20.995,10.192c2.735,1.325,3.853,4.616,2.9,7.505c-1.008,3.057-2.011,7.168-2.035,11.495c-0.019,3.038,2.963,6.081,5.998,6.221c4.219,0.196,10.3-0.354,16.092-3.878c2.595-1.587,5.4-1.106,6.69,1.643l12.396,26.514c1.291,2.754,4.264,3.453,6.648,1.563l5.491-4.345c2.385-1.886,4.125-5.871,3.89-8.905l-2.098-27.274c-0.233-3.024,1.706-6.721,4.292-8.321c11.892-7.351,43.17-27.857,57.132-48.36c1.713-2.516,4.191-2.604,5.806-0.032l54.75,87.171c1.615,2.576,4.644,2.89,6.758,0.71l11.164-11.519c2.118-2.184,3.057-6.281,2.096-9.166l-35.938-107.833c-0.961-2.877-0.079-7.036,1.975-9.273l49.467-53.93c10.268-11.199,18.066-26.722,17.412-34.684C253.919,9.969,247.199,2.065,239.564,0.278z'/%3e%3c/svg%3e");
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center;
    transform-origin: center;
    pointer-events: none;
}
.airplane::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.form-select:focus{
    border: 1px solid black !important;
    outline: none;
    box-shadow: none;
    color: gray;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
}
p{
    font-size: 14px;
    color: rgb(102, 102, 102);
    font-weight: 500;
}
.nav-btn a{
    padding:10px 10px !important;
    border: 2px solid black;
    transition: .5s ease-in-out;
    font-weight: bold;
    font-size: 16px;
}
.nav-btn a:hover{
    background: #a6a6a6 !important;
    color: white !important;
}

.text-orange {
    color: #ef7701!important;
}
.bg-orange {
    background-color: #ef7701!important;
}
.bg-grey {
    background-color: #eee!important;
}
.btn.bg-orange {
    background-color: #ef7701!important;
}
.btn.bg-orange:hover {
    background-color: #ef7801e2!important;
}
.btn.bg-orange:action {
    background-color: #ef7801c2!important;
}
.btn.cta-shaddow {
    box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.4);
}
.btn.cta-shaddow:hover {
    box-shadow: 5px 3px 3px rgba(0, 0, 0, 0.4);
}
.btn.cta-shaddow:active {
    box-shadow: inset 5px 3px 3px rgba(0, 0, 0, 0.4);
}
.grayscale-logo {
    filter: grayscale(70%) brightness(1.3);
    transition: filter 0.3s ease;
}
.grayscale-logo:hover {
    filter: grayscale(0%);
}

.hero-section{
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
}
.hero-section .container-bottom {
    margin-top: auto;
}

/*.select-box{*/
/*    padding:5px 20px !important;*/
/*    border: 1px solid black;*/
/*    font-weight: bold;*/
/*    font-size: 14px;*/
/*}*/
.form-btn{
    padding:6px 12px !important;
    background: #20415c;
    color: white;
    font-weight: 600;
    font-size: 16px !important;
    margin-top: 45px;

}
.form-btn span{
    text-align: start;
}
.text-1{
    font-size: 24px;
    color: #f90;
    margin-top: 5px;
    display: inline-block;
}
.form-btn:hover{
    background: #1f4769;
    color: white;
}
.link-btn a, .link-btn button{
    background: #0271c2;
    color: white !important;
    font-weight: 600;
    text-align: left;
}

.link-btn a:hover, .link-btn button:hover{
    background: #348dce;

}
.link-btn a.btn-secondary, .link-btn button.btn-secondary{
    background: #eeeeee;
    color: #4b4b4b !important;
    font-weight: 600;
    text-align: left;
}

.link-btn a.btn-secondary:hover, .link-btn button.btn-secondary:hover{
    background: #b8b8b8;

}

.btn-success{
    background: #1e9e1e !important;
}
.search-icon-new {
    /*color: #2ea3f2;*/
    /*background-color: #fff;*/
    font-size: 23px !important;
    height: 23px;

    /*padding: 2px 5px 2px 0;*/
    /*border: 1px solid #fff;*/
    display: inline-block;
    position: relative;
    right: -0px;
    bottom: 0;
    cursor: pointer;
}
.text-class div span{
    font-size: 16px;
    top: -20px;

}
.btn-click{
    display: block;
    color: var(--primary-text-color);
    background-color: var(--primary-color);
    border: 2px;
    border-radius: 3px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6em;
    padding: 6px 0;
    margin-top: 10px;
    font-weight: 700;
    text-align: center;
}
.btn-click:hover{
    color: var(--primary-text-color-hover);
    background-color: var(--primary-color-hover);
}
.btn-click:active{
    color: var(--primary-text-color-hover) !important;
    background-color: var(--primary-color-hover) !important;
}
.btn-click:focus{
    color: var(--primary-text-color-hover);
    background-color: var(--primary-color-hover);
}
.parking-spot-element.element-end {
    background-color: var(--primary-color);
}
.parking-spot-element.element-end:hover {
    background-color: var(--primary-color-hover);
}
.banner {
    position: absolute;
    left: 200px;
    display: block;
    margin: -15px -201px;
    width: 100%;
    height: 37px;
    border: 1px solid red;
    font: bold 18px/32px 'Open Sans';
    /*font-weight: bold;*/
    text-align: center;
    color: white;
    background: red;
    border-radius: 4px;
    box-shadow: 0 0 30px rgb(0 0 0 / 15%) inset, 0 6px 10px rgb(0 0 0 / 15%);
}
.banner::before, .banner::after {
    content: '';
    position: absolute;
    z-index: -1;
    left: -32px;
    top: 2px;
    display: block;
    width: 22px;
    height: 3px;
    border: 19px solid red;
    border-right: 20px solid red;
    border-bottom-color: red;
    border-left-color: transparent;
    transform: rotate(-3deg);
}




.banner1 {
    position: absolute;
    left: 196px;
    display: block;
    margin: -15px -201px;
    width: 100%;
    height: 32px;
    top: 17px;
    border: 1px solid red;
    /*font: bold 18px/32px 'Open Sans';*/
    font-size: 22px;
    font-weight: 700;
    /*font-weight: bold;*/
    text-align: center;
    color: white;
    background: red;
    border-radius: 4px;
    box-shadow: 0 0 30px rgb(0 0 0 / 15%) inset, 0 6px 10px rgb(0 0 0 / 15%);
}
.banner1::before, .banner1::after {
    content: '';
    position: absolute;
    z-index: -1;
    left: -32px;
    top: 2px;
    display: block;
    width: 22px;
    height: 3px;
    border: 19px solid red;
    border-right: 20px solid red;
    border-bottom-color: red;
    border-left-color: transparent;
    transform: rotate(-3deg);
}
.multi-btn{
    background: #e8e8e8;
    color: #595a5a !important;
    border: 1px solid #c3c3c3;
    box-shadow: inset 0 1px 0 0 rgb(255 255 255 / 90%), 1px 1px 1px rgb(0 0 0 / 10%);
    font-weight: 700 !important;
    font-size: 12px;
}
.multi-btn:active{
    background: #e8e8e8;
    color: #595a5a !important;
    border: 1px solid #c3c3c3;
    box-shadow: inset 0 1px 0 0 rgb(255 255 255 / 90%), 1px 1px 1px rgb(0 0 0 / 10%);
    font-weight: 700 !important;
    font-size: 12px;
}
.multi-btn:hover{
    background: #e8e8e8;
    color: #595a5a !important;
    border: 1px solid #c3c3c3;
    box-shadow: inset 0 1px 0 0 rgb(255 255 255 / 90%), 1px 1px 1px rgb(0 0 0 / 10%);
    font-weight: 700 !important;
    font-size: 12px;
}
.multi-btn .fa-search{
    transform: rotate(92deg);
}
.bezeichnung {
    font-weight: 700 !important;
    color: #666;
}
.steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    position: relative;
}
.step-button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: white;
    border: 1px solid black;


}
.step-button-active{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #195A85;
    color: #fff;
    font-weight: bold;
    border: 4px solid #195A85;
}
.done {
    background-color: #195A85;
    color: #fff;
}
.step-item {
    z-index: 10;
    text-align: center;
}
.page-item.active .page-link {
    z-index: 3;
    color: var(--primary-text-color);
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
#progress {
    -webkit-appearance:none;
    position: absolute;
    width: 100%;
    z-index: 5;
    height: 4px;
    margin-left: 10px;
    margin-bottom: 18px;
}
/* to customize progress bar */
#progress::-webkit-progress-value {
    background-color: #195A85;
    transition: .5s ease;
}
#progress::-webkit-progress-bar {
    background-color: #195A85;

}
.btn-bg{
    background-position: center;
    /*background-image: url('../images/arrow_right.png');*/
    /*z-index: 999;*/
    /*background-image: url(//www.parkplatzcheck.com/wp-content/themes/Divi-Child/../Divi-Child/images/arrow_right.png);*/
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 97%;
}
.custom-tooltip.tooltip > .tooltip-inner
{
    text-align: left;
    /*max-width: 500px;*/
}
.form-check-input:checked {
    background-color: #93969b;
    border-color: 93969b !important;
}
@media only screen and (max-width: 768px) {
    h1,h2,h3,h4,h5,h6{
        font-size: 18px !important;
    }
    #progress {
        margin-left: 1px;
    }
    .btn-register{
        font-size: 12px;
    }
    .airplane::after {
        top: 55%;
        right: 0.8rem;
        width: 20px;
        height: 20px;
        background-size: 20px;
    }
    .mt-mobil-n3rem {
        margin-top: -3rem;
    }
    .top-label-1{
        height: 70px!important;
    }
    .top-label-1 label{
        top: 3px;
        font-size: 22px!important;
    }
    .top-label-1 input{
        top: 25px;
        left: 1px;
        padding: 0px 12px;
        font-size: 22px;
    }
}
.top-label{
    top: 5px;
    height: 50px;
    background: white;
}
.top-label label{
    font-weight: 600;
    top: 3px;
    color: #195a85;
    font-size: 16px;
}
.top-label select{
    position: absolute;
    top: 25px;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    left: 0px;
    padding: 0px 12px;
}
.top-label select:focus{
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}
.top-label select:active{
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}
.top-label-1 {
    top: 5px;
    height: 50px;
    background: white;
}
.top-label-1 label{
    font-weight: 600;
    top: 3px;
    color: #195a85;
    font-size: 16px;
}
.top-label-1 span img {
    position: absolute;
    height: 20px;
    z-index: 999;
    top: 20px;

}
.top-label-1 input{
    position: absolute;
    top: 25px;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    left: 1px;
    padding: 0px 12px;
    width: auto;

}
.top-label-1 input:focus{
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}
.top-label-1 input:active{
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.timeinput{
    left: 0px !important;
}
.arrow-icon{
    position: absolute;
    top: 24px;
    right: 8px;
}
.arrow-icon2{
    position: absolute;
    bottom: calc(50% - 25px);
    left: 70px;
    cursor: pointer;
}
#hiddenDiv .arrow-icon2{
    bottom: calc(50% - 20px);
}

.info-icon {
    position: absolute;
    bottom: calc(50% - 19px);
    left: 90px;
    z-index: 1;
}

@media (max-width: 771px) {
    .arrow-icon2{
        left: 80px;
        bottom: calc(50% - 30px);
    }

    #hiddenDiv .arrow-icon2{
        bottom: calc(50% - 25px);
    }

    .info-icon {
        left: 110px;
    }
}



.top-label-2 {
    top: 0px;
    height: 30px;
    background: white;

}
.top-label-2 label{
    font-weight: 600;
    top: 3px;
    color: black;
    font-size: 12px;
}
.top-label-2 span i {
    position: absolute;
    height: 20px;
    z-index: 999;
    top: 2px;
    right: 8px;
    cursor: pointer;
    color: #2ea3f2;
    background-color: #fff;
    font-size: 20px;
    padding: 2px 5px 2px 0;
    border: 1px solid #fff;
    display: inline-block;
}




.top-label-3 {
    top: 0px;
    height: 33px;
    background: white;
    border-radius: 2px;
    border: 1px solid #c2c2c2 !important;
}
.top-label-3 label{
    font-weight: 600;
    top: 3px;
    color: black;
    font-size: 12px;
}
.top-label-3 span i {
    position: absolute;
    height: 20px;
    z-index: 999;
    top: 2px;
    right: 8px;
    cursor: pointer;
    color: #2ea3f2;
    background-color: #fff;
    font-size: 20px;
    padding: 2px 5px 2px 0;
    display: inline-block;
}
.top-label-3 input {
    position: absolute;
    top: 3px;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    left: 0px;
    padding: 0px 12px;
    width: 90%;
    cursor: pointer;
    text-align: center;
}
.top-label-3 input:focus{
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}
.top-label-3 input:active{
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}


.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;

    border: 1px solid rgba(0, 0, 0, 0.1);
    /* border-top-left-radius: .25rem; */
     border-radius: 0 !important;
    background: #f4f4f4;
    color: #76736f;
    font-weight: 600;
    font-size: 14px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color:  #49acf3;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    outline: none;
}
.tab-content>.active {
    display: block;
    border-top: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0px 10px;
    -webkit-border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.mw-sm-nav {
    max-width: calc(100vw - 100px);
}

.question-icon{
    position: absolute;
    right: -10px;
    top: 7px;
}
@media screen and (max-width: 768px) {
    .question-icon {
        right: -40px;
    }
  }

.question-icon span i{
    color: #456389;
    cursor: pointer;
}

.question-icon span i:hover{
    color: #ff9900;
}



.question-icon2{
    position: absolute;
    right: -20px;
    top: 44px;
}
.question-icon2 span i{
    color: #456389;
    cursor: pointer;
}

.question-icon2 span i:hover{
    color: #ff9900;
}

.question-icon3{
    position: absolute;
    right: -33px;
    top: -28px;
}
.question-icon3 span i{
    color: #456389;
    cursor: pointer;
}

.question-icon3 span i:hover{
    color: #ff9900;
}

.question-icon-label i{
    color: #456389;
    cursor: pointer;
}
.question-icon-label i:hover{
    color: #ff9900;
}


.top-label-2 input {
    position: absolute;
    top: 2px;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    left: 0px;
    padding: 0px 12px;
    width: 90%;
    cursor: pointer;
    text-align: center;
}
.top-label-2 input:focus{
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}
.top-label-2 input:active{
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}


.popup-dschb-outer  h3{
    padding-top: 0;
    color: #20415c;
    font-weight: 700;
    font-size: 22px;
}
.popup-dschb-outer h1 {
    color: #333;
    padding-bottom: 10px;
    line-height: 1em;
    font-weight: 500;
    font-size: 30px;
}

.popup-dschb-outer h2 {
    color: #333;
    padding-bottom: 10px;
    line-height: 1em;
    font-weight: 500;
    font-size: 30px;
}
.popup-dschb-outer h3 {
    color: #333;
    padding-bottom: 10px;
    line-height: 1em;
    font-weight: 500;
    font-size: 30px;
}
.popup-dschb-outer h4 {
    color: #333;
    padding-bottom: 10px;
    line-height: 1em;
    font-weight: 500;
    font-size: 30px;
}

.custom-btn{
    background: var(--primary-color);
    color: var(--primary-text-color);
    padding: 8px 10px;
    margin-top: 9px;
    font-weight: 600;
    font-size: 20px;
}
@media screen and (max-width: 990px) {
    .custom-btn {
        margin-top: 8px;
        font-size: 25px;
    }
}
.custom-btn:hover{
    background: var(--primary-color-hover);
    color: var(--primary-text-color-hover);
    border-radius: 0px !important;
}
.element-end .custom-btn{
    background: transparent;
}

.element-end .custom-btn:hover{
    background: transparent;
}

.multi-btn{
    font-size: 12px;
    font-weight: 400;
    padding: 10px 20px;
    border-radius: 5px;
    background: #efefef;
}

.personal-text p{
    font-size: 16px;
    line-height: 22px;
}
.search-date input{
    text-align: center;
    font-weight: 400;
    padding: 4px 15px;
}
.search-date img{
    position: absolute;
    height: 20px;
    right: 22px;
    top: 6px;
}
.heading{
    font-weight: 400 !important;
}
.booking-heading{
    font-size: 38px;

}
.invoice-btn{
    background: #195A85;
    padding: 2px 13px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    border-radius: 0px;
}
.invoice-btn:hover{
    background: gray;
}
.register-inputs{
    background: #eeeeee;

}
.register-inputs:focus{
    background: #eeeeee !important;
    border-color: #c4c4c4;
}
.register-inputs:focus{
    background: #eeeeee !important;
}

.btn-register{
    background: #1e9e1e;
    padding: 10px 20px;
    font-size: 18px;
    color: white;
}
.btn-register:hover{
    background: gray;
    color: white;
}
.login-bt{
    background: #1e9e1e;
    color: white;
}
.login-bt:hover{
    background: #1e9e1e;
    color: white;
}
.login-input{
    border-radius: 5px;
    border: 1px solid grey;
    padding: 7px 8px;
}
.forgot-btn{
    background: #1e9e1e;
    color: white;
}
.forgot-btn:hover{
    background: #1e9e1e;
    color: white;
}


input.form-control.date_range {
    background-color: #fff;
}
.date-dropper{
    --dd-gradient: linear-gradient(45deg, #FD4741 0%, #ff9900 100%);
    --dd-monthBackground: var(--dd-gradient);
    --dd-confirmButtonBackground: var(--dd-gradient);
    --dd-selectedBackground: var(--dd-gradient);
}



.picker--opened .picker__holder {
    max-width: 440px !important;
    min-width: 255px !important;
}



.time-picker{
    padding: 4.5px 15px;
}
@media only screen and (min-width: 1441px) {
  .main-content{
      position: relative;display: flex;flex-direction: column;
  }
}


ul.parkingtype_list {
    list-style: none;
    display:inline;
    margin-left:-32px;
}
ul.parkingtype_list li {
    display: inline;
}

ul.parkingtype_list li:not(:last-child)::after {
    content: ", ";
}

.price-invalid {
    border-color: #f1416c !important;
}

.hp-highlight-color {
    color:  #195A85!important;
}
.fs-label {
    font-size: 12px;
}
.fs-7 {
    font-size: 0.95rem !important;
}

.fs-8 {
    font-size: 0.85rem !important;
}

.fs-9 {
    font-size: 0.75rem !important;
}

.fs-10 {
    font-size: 0.5rem !important;
}


@media (max-width: 390px) {
    .searchBox {
        padding: 30px !important;
    }
    .mt-mobil-n3rem {
        margin-top: -3rem !important;
    }

}

@media (max-width: 344px) {
    .top-label-1 label {
        font-size: 16px;
    }

    .innerSearch {
        padding: 14px !important;
    }
}


@media (min-width: 991px) and (max-width: 1200px) {
    .top-label-1 label{
        min-width:122px;
    }

}

.adressBox {
    background: #f3f3f3;
    border: 1px solid #808080;
    padding: 20px;
}
.greenLine {
    border-bottom: 2px solid #1e9e1e;
}
.greyLine {
    border-bottom: 2px solid #f3f3f3;
}
.blueBorder {
    border: 1px solid #195A85;
    padding: 20px;
}
.importantInvoiceText {
    color: #1e9e1e;
}
.top_tipp_large{
    position: absolute;
    z-index: 2;
    left: 25%;
    top: -12px;
    width: 220.4px;
    height: 47.9px;
}
.top_tipp_small{
    position: absolute;
    z-index: 2;
    left: 19%;
    top: -8px;
    width: 195.4px;
    height: 43.9px;
}
.best_selling_large{
    position: absolute;
    z-index: 2;
    top: 15%;
    right: -5%;
    width: 81.7px;
    height: 115.2px;
}
.best_selling_small{
    position: absolute;
    z-index: 2;
    top: 34%;
    right: -5%;
    width: 76.7px;
    height: 102.2px;
}
.rank-image{
    height:inherit;
    width: inherit;
}

@media only screen and (max-width: 400px) {
    .top_tipp_large{
        left:20% !important;
    }
    .top_tipp_small{
        left:22% !important;

    }
    .best_selling_large{
        top: 11%;
        height: 100.2px;
        right: -4%;
    }
    .best_selling_small{
        top: 26%;
    }
}
@media only screen and (min-width: 401px) and (max-width: 767px) {
    .top_tipp_large{
        left:23% !important;
    }
    .top_tipp_small{
        left:25% !important;

    }
    .best_selling_large{
        top: 11%;
        height: 100.2px;
        right: -4%;

    }
    .best_selling_small{
        top: 29%;
        right:-3%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .top_tipp_large{
        left:32% !important;
        width: 250px;
        height: 47.9px;
    }
    .top_tipp_small{
        left:32% !important;
        width: 250px;
        height: 47.9px;
        top:-12px;

    }
    .best_selling_large{
        top: 11%;
        height: 100.2px;
        right: -4%;
        width: 92.7px;
        height: 122.2px;

    }
    .best_selling_small{
        top: 29%;
        right:-3%;
        width: 92.7px;
        height: 122.2px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1399px) {
    .top_tipp_large{
        left:17% !important;
    }
    .top_tipp_small{
        left: 8% !important;

    }
    .best_selling_large{
        top: 11%;
        height: 100.2px;
        right: -8%;

    }
    .best_selling_small{
        top: 21%;
        right: -9%;
    }
}
@media only screen and (min-width: 992px){
    .scale-desktop-80{
        transform: scale(0.8);
        transform-origin: top center;
    }
}






.top-label-mb {
    display: flex;
    flex-direction: column;
    background: white;
    /* padding: 8px 12px; */
    gap: 4px; /* Abstand zwischen Label und Input */
    /* Keine fixe Mindesthöhe – Container wächst nach Inhalt */
}

.top-label-mb label {
    font-weight: 600;
    color: black;
    font-size: 16px;
    margin: 0;
    /* Erlaubt Zeilenumbruch */
    white-space: normal;
    line-height: 1.2;
}

.top-label-mb input {
    font-size: 16px;
    /* padding: 4px 8px; */
    width: 100%;
    border: none !important;
    border-bottom: 2px solid #ccc;
    outline: none !important;
    box-shadow: none !important;
    background: transparent;
}

/* Bei Fokus kann der Rahmen anders gefärbt werden */
.top-label-mb input:focus,
.top-label-mb input:active {
    border-bottom-color: #0c7cc7;
}

.top-label-mb input, .top-label-mb input:focus, .top-label-mb input:active{
    border        : none !important;
    outline       : none !important;
    box-shadow    : none !important;
}

.toast-top-center {
    top: 20%!important;
}

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

/* Error page buttons styling */
.error-nav-btn {
    padding: 10px 10px !important;
    border: 2px solid #195A85;
    transition: .5s ease-in-out;
    font-weight: bold;
    font-size: 16px;
    color: #195A85;
}

/* Fr mobile Gerte */
@media only screen and (max-width: 991px) {
    .top-label-mb {
        /* padding: 12px; */
        gap: 6px;
    }
    .top-label-mb label {
        font-size: 22px;
    }
    .top-label-mb input {
        font-size: 22px;
        /* padding: 8px 12px; */
    }
}

/* =========================================================
   COOKIEBOT – kompakter Banner für Mobile / LCP
   ========================================================= */

/* Cookiebot- und HolidayParking-Logo im Banner ausblenden */
a#CybotCookiebotDialogPoweredbyCybot,
div#CybotCookiebotDialogPoweredByText,
#CybotCookiebotDialogHeaderLogosWrapper,
#CybotCookiebotDialogHeader {
    display: none !important;
}

/* Banner insgesamt kompakter */
#CybotCookiebotDialog {
    max-height: 55vh !important;
}

/* Inhalt begrenzen */
#CybotCookiebotDialogBodyContent {
    max-height: 28vh !important;
    overflow-y: auto !important;
}

/* Überschrift kleiner */
#CybotCookiebotDialogBodyContentTitle {
    font-size: 20px !important;
    line-height: 1.25 !important;
    margin-bottom: 10px !important;
}

/* Beschreibung kleiner und kompakter */
#CybotCookiebotDialogBodyContentText {
    font-size: 14px !important;
    line-height: 1.35 !important;
}

/* Buttons kompakter */
#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
    padding: 10px 14px !important;
    min-height: 42px !important;
    font-size: 15px !important;
}

/* Abstand zwischen den Buttons reduzieren */
#CybotCookiebotDialogBodyLevelButtonSliderWrapper {
    margin-top: 8px !important;
}

/* Mobile - Cookiebot kompakt */
@media screen and (max-width: 767px) {

    #CybotCookiebotDialog {
        max-height: 32vh !important;
        width: 86vw !important;
        max-width: 86vw !important;
    }

    #CybotCookiebotDialogBodyContent {
        max-height: 12vh !important;
        overflow-y: auto !important;
        padding: 8px 12px !important;
    }

    #CybotCookiebotDialogBodyContentTitle {
        font-size: 14px !important;
        line-height: 1.1 !important;
        margin-bottom: 4px !important;
    }

    #CybotCookiebotDialogBodyContentText {
        font-size: 10px !important;
        line-height: 1.15 !important;
    }

    #CybotCookiebotDialogFooter {
        padding: 6px 10px !important;
    }

    #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
        padding: 4px 8px !important;
        min-height: 28px !important;
        font-size: 11px !important;
    }
}

/* =========================================================
   Font Awesome Sterne durch normale Zeichen ersetzen
   ========================================================= */

.star-rating-container .star {
    font-family: Arial, sans-serif;
    font-size: 22px;
    line-height: 1;
    display: inline-block;
}




.green-check {
    color: green;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    margin-right: 4px;
}

.checkmark i {
    color: #009900;
}

.bulletBox .green-check {
    color: #009900;
    font-size: 17px;
    font-weight: 700;
    display: inline-block;
    margin-right: 3px;
}

.toggle-icon {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #195a85;
}
/* Optional vehicle-cleaning upsell on booking step 3 */
.hp-cleaning-upsell{margin:0 0 28px;padding:22px;border:1px solid #cfe2f3;border-radius:14px;background:#f7fbff}.hp-cleaning-heading{display:flex;gap:14px;align-items:flex-start;margin-bottom:16px}.hp-cleaning-heading h2{margin:0 0 4px;color:#003b67;font-size:20px;font-weight:800}.hp-cleaning-heading p{margin:0;color:#526477}.hp-cleaning-icon{display:grid;place-items:center;flex:0 0 38px;height:38px;border-radius:50%;background:#dcefff;color:#0069b4;font-size:20px}.hp-cleaning-options{display:grid;gap:10px}.hp-cleaning-option{display:flex;align-items:flex-start;gap:12px;padding:16px;border:2px solid #dfe7ee;border-radius:12px;background:#fff;cursor:pointer;transition:border-color .15s,box-shadow .15s}.hp-cleaning-option:hover,.hp-cleaning-option.is-selected{border-color:#0875c1;box-shadow:0 5px 16px rgba(0,78,135,.09)}.hp-cleaning-option input{flex:0 0 auto;margin-top:4px;accent-color:#0875c1}.hp-cleaning-option-copy{display:grid;gap:4px;flex:1;min-width:0;color:#526477}.hp-cleaning-option-copy strong{color:#003b67;font-size:16px}.hp-cleaning-option-copy span{white-space:pre-line}.hp-cleaning-option-price{flex:0 0 auto;color:#003b67;font-size:17px;font-weight:800}.hp-cleaning-remove{justify-self:start;padding:4px 0;border:0;background:transparent;color:#0875c1;text-decoration:underline}.hp-cleaning-remove[hidden]{display:none}@media(max-width:575.98px){.hp-cleaning-upsell{padding:16px}.hp-cleaning-option{display:grid;grid-template-columns:auto 1fr}.hp-cleaning-option-price{grid-column:2}}
