/*
Theme Name: Divi Child Theme
Template: Divi
Version: 1.0.0
*/


.btn-wrapper button {
    cursor: pointer;
    margin: 15px 0;
    border: 1px solid #0075BD;
    border-radius: 40px 40px 40px 40px;
    overflow: hidden;
    background-color: #0075BD;
    padding: 0;
    transition: all ease-in-out 0.15s;
}

.btn-wrapper button a {
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    padding: 9px 16px !important;
}

.btn-wrapper button:active,
.btn-wrapper button:hover,
.btn-wrapper button:focus {
    background-color: #fff;
}

.btn-wrapper button:active a,
.btn-wrapper button:hover a,
.btn-wrapper button:focus a {
    color: #0075BD;
}

.btn-wrapper.logout {
    position: fixed;
    /*
    left: 15px;
    top: 2px;
     */
    bottom: 15px;
    right: 15px;
    z-index: 100;
}

.btn-wrapper.logout button {
    border: 1px solid #fff;
    margin: 0;
    border-radius: 20px 20px 20px 20px;
}

.btn-wrapper.logout button a {
    padding: 4px 8px !important;
}

#aussendienst-info .row {
    display: flex;
}


#aussendienst-info .modal-dialog {
    max-width: 600px;
}

#aussendienst-info .modal-content {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    width: 100%;
    border: none;
}

#aussendienst-info .modal-content #plz-wrapper p {
    line-height: 1.25;
    color: #404040;
    background: #f1f3f4;
    padding: 20px 50px;
    position: relative;
    margin: 0;
    font-size: 1.25rem;
}

/*
#aussendienst-info .modal-content #plz-wrapper p:before {
    content: ' ';
    width: 25px;
    height: 25px;
    border-radius: 12px;
    background: linear-gradient(60deg, #5a7aad 16.66%, #86c16e 33.22%, #f9ca21 49.88%, #f3911f 66.54%, #ec5d94 87.2%, #b8832c 100%);
    position: absolute;
    left: 15px;
    top: 18px;
}

#aussendienst-info .modal-content #plz-wrapper p:after {
    content: ' ';
    width: 25px;
    height: 25px;
    border-radius: 12px;
    background: url('/img/arrow-right_white.webp') center no-repeat;
    background-size: 40%;
    position: absolute;
    left: 15px;
    top: 18px;
}
 */

#aussendienst-info button.close {
    position: absolute;
    right: 15px;
    top: 10px;
    color: #404040;
    z-index: 5;
    transition: all ease-in-out 0.1s;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    background: none;
}

#aussendienst-info .input-wrapper {
    background: #0075bd url('img/Website-Karte.webp') no-repeat right top;
    background-size: 120px auto;
    padding: 20px 50px;
}

#aussendienst-info .input-wrapper input {
    height: 40px;
    border-radius: 15px;
    border: none;
    background: #fff;
    text-align: center;
}

#aussendienst-info .input-wrapper .weiter {
    max-width: 80px;
    margin-left: 10px;
    cursor: pointer;
}

#aussendienst-info .ad-kontakte {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    max-height: 0;
    transition: all ease-in-out 0.15s;
}

#aussendienst-info .ad-kontakte button.close {
    display: none;
}

#aussendienst-info .ad-kontakte.show {
    max-height: 800px;
}

#aussendienst-info .ad-kontakte > p {
    line-height: 1.25;
    color: #404040;
    background: #f1f3f4;
    padding: 20px 50px;
    position: relative;
    margin: 0;
    font-size: 1.25rem;
}

/*
#aussendienst-info .ad-kontakte > p:before {
    content: ' ';
    width: 25px;
    height: 25px;
    border-radius: 12px;
    background: linear-gradient(60deg, #5a7aad 16.66%, #86c16e 33.22%, #f9ca21 49.88%, #f3911f 66.54%, #ec5d94 87.2%, #b8832c 100%);
    position: absolute;
    left: 15px;
    top: 18px;
}

#aussendienst-info .ad-kontakte > p:after {
    content: ' ';
    width: 25px;
    height: 25px;
    border-radius: 12px;
    background: url('/img/arrow-right_white.webp') center no-repeat;
    background-size: 40%;
    position: absolute;
    left: 15px;
    top: 18px;
}
 */

#aussendienst-info .ad-kontakte .ad-wrapper {
    background: #0075bd;
    padding: 20px 0 20px 55px;
}

#aussendienst-info .ad-kontakte .ad-wrapper .col-12 {
    padding: 0;
}

#aussendienst-info .ad-kontakte .ad-wrapper p {
    margin: 0;
    color: #fff;
    line-height: 1.25;
    font-size: 0.9rem;
}

#aussendienst-info .ad-kontakte .ad-wrapper p.ad-name {
    background: #009f82;
    padding: 5px 10px;
    margin: 35px 0 5px;
    position: relative;
}

#aussendienst-info .ad-kontakte .ad-wrapper p.ad-name b {
    font-size: 1.5rem;
}

#aussendienst-info .ad-kontakte .ad-wrapper p.ad-name:before {
    position: absolute;
    content: ' ';
    background: #009f82;
    opacity: 0.5;
    top: 0;
    left: -250px;
    width: 100px;
    height: 100%;
    z-index: 2;
}

#aussendienst-info .ad-kontakte .ad-wrapper p.ad-data {
    padding: 0 10px;
    line-height: 1.5;
}

#aussendienst-info .ad-kontakte .ad-wrapper p a {
    color: #fff;
}

#aussendienst-info .ad-kontakte .ad-wrapper img {
    border-radius: 10px;
    z-index: 5;
    position: relative;
}

.page-id-759 .et_pb_code.et_pb_code_0 {
    font-size: 20px;
    line-height: 30px;
}

#no-doccheck-content {
    display: none;
}

@media (max-width: 500px) {
    #aussendienst-info .row {
        display: block;
    }

    #aussendienst-info .ad-kontakte .ad-wrapper {
        padding: 20px 0 20px 0;
        text-align: center;
    }

    #aussendienst-info .modal-content #plz-wrapper p {
        padding: 20px 50px 20px 5px;
    }

    #aussendienst-info .input-wrapper {
        background-image: none;
    }
}