/* ====== Desktop Styles ====== */
/*@font-face {*/
/*    font-family: 'Roboto';*/
/*    src: url('/fonts/Roboto/Roboto-VariableFont_wdth,wght.ttf') format('truetype-variations');*/
/*    font-weight: 100 900; !* definiert den variablen Gewichtsbereich *!*/
/*    font-stretch: 75% 125%; !* optional, falls wdth-Achse unterstützt wird *!*/
/*    font-display: swap; !* bessere Performance beim Laden *!*/
/*}*/

*, ::after, ::before {
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    /*font-family: 'Roboto', sans-serif;*/
    font-family: Arial;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    font-variation-settings: "wdth" 100;
    letter-spacing: .06rem;
    line-height: 1.8;
    color: #000000;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

body, p, span, ul li, .btn, .accordion-button, a, button {
    font-family: Arial;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    font-variation-settings: "wdth" 100;
    line-height: 1.7;
}

p {
    margin: 0;
}

.h1, h1, h1.small, h2, h3 {
    font-weight: 700 !important;
    margin: 0;
}

h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.faq-item p {
    margin-bottom: 0.5rem;
}

.info-container h2 {
    font-size: 24px;
    line-height: 38px;
}

b, strong {
    font-weight: 600;
}

.fw-bold {
    font-weight: 700 !important;
}

.es-review-background-container, .es-tabs-container, .es-header-container {
    background: #f5f6fa !important;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.btn {
    width: auto;
    display: inline-block;
    padding: 13px 22px;
    text-align: center;
    text-decoration: none !important;
    border: 0;
    letter-spacing: .06rem !important;
    font-weight: 300;
    border-radius: 6px;
    cursor: pointer;
}

.btn-primary {
    background: #0b455d !important;
    border: 1px solid #0b455d !important;
    color: #ffffff !important;
}

.btn-success {
    background: #198754;
    border: solid 1px #198754;
    color: #ffffff;
}

.btn-white {
    background: #fff;
    color: #000;
}

.btn-outline-primary {
    border: 1px solid #0b455d !important;
    color: #0b455d;
    background: transparent;
}

.btn-light {
    background: #f8f9fa;
    color: #000;
}

.border {
    border: solid 1px #dee2e6;
}

.border-radius-30 {
    border-radius: 30px;
}

.border-bottom {
    border-bottom: 1px #dee2e6 !important;
}

.font-13 {
    font-size: 13px !important;
}

.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.buttonDiv {
    border-radius: 30px;
    height: auto;
    background: #0B455D;
    padding: 10px;
}

.buttonDiv a {
    border-radius: 18px;
    height: 40px;
    background: transparent;
    padding: 0 20px;
    color: #ffffff;
    display: inline-block;
    line-height: 40px;
    text-decoration: none;
}

.buttonDiv a.active {
    background: #ffffff;
    color: #0B455D;
}

.text-image {
    border-radius: 10px;
}

.pl-10 {
    padding-left: 10px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.pb-2 {
    padding-bottom: .5rem !important;
}

.pt-1 {
    padding-top: .25rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.mt-1 {
    margin-top: .25rem !important;
}

.mb-1 {
    margin-bottom: .25rem !important;
}

.mt-2 {
    margin-top: .5rem !important;
}

.mb-2 {
    margin-bottom: .5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.d-inline-block {
    display: inline-block !important;
}

.bgHighlight {
    background: #f5f6fa;
}

.bgHighlightBtn:hover {
    cursor: pointer;
    background: #0b455d;
    color: #ffffff !important;
}

/*div.bgHighlight {*/
/*    border-right: solid 1px #dadada;*/
/*    border-bottom: solid 1px #dadada;*/
/*}*/

.productItem img {
    float: left;
}

.color-item {
    border-color: #666 !important;
    border: 1px solid;
    border-radius: 50% !important;
    display: flex;
    height: 16px;
    margin: 0 4px 4px 0;
    width: 16px;
}

.row {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}

.text-center {
    text-align: center;
}

.w-100 {
    width: 100% !important;
}

.border-radius {
    border-radius: 10px;
}

.breadcrumb-div {
    /*background: #f8f9fa;*/
    /*border-bottom: solid 1px #dadada;*/
    /*border-right: solid 1px #dadada;*/
}

.breadcrumb ol {
    margin: 0;
    padding: 6px 0;
    width: 100%;
    text-align: left;
    border-radius: 10px;
}

/*.breadcrumb ol li {*/
/*    color: #000;*/
/*    display: inline-block;*/
/*    font-size: 13px;*/
/*    font-weight: 400;*/
/*    list-style-type: none;*/
/*    padding: 0;*/
/*    text-decoration: none;*/
/*    text-transform: uppercase;*/
/*}*/

.breadcrumb ol li {
    display: inline-block;
    list-style-type: none;
    padding: 4px 8px;
    /*background: #EFF1F7;*/
    background: transparent;
    border-radius: 6px;
}

.breadcrumb ol > li > a {
    text-decoration: none;
}

.breadcrumb ol > li > a {
    text-decoration: none;
}

.breadcrumb ol > li > span, .breadcrumb ol > li > a > span {
    font-weight: 400;
    font-size: 12px !important;
    line-height: 22px;
    color: #000000 !important;
    text-transform: uppercase;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    padding: 0;
    margin-right: auto;
    margin-left: auto;
}

.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}

footer {
    background: #000;
    color: #fff;
    padding: 40px 0;
}

footer a, footer p {
    color: #fff;
    font-size: 1rem;
}

.font-16 {
    font-size: 16px !important;
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.triple-hightlight .box-div {
    border-radius: 10px;
    text-align: center;
    padding: 32px 20px;
    margin-bottom: 20px;
}

.triple-hightlight .box-div span {
    font-weight: 700;
    display: block;
    font-size: 22px;
}

.font-14 {
    font-size: 14px !important;
}

p svg, .btn svg {
    vertical-align: middle;
}

.sm-pl-25 {
    padding-left: 25px;
}

.sm-pr-25 {
    padding-right: 25px;
}

.modal {
    display: none; /* unsichtbar standardmäßig */
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.6);
}

.modal-content {
    background: #fff;
    margin: 5% auto;
    padding: 0;
    border-radius: 10px;
    max-width: 900px;
    width: 94%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    position: relative;
}

.modal-header {
    padding: 10px 15px;
    background: #f5f5f5;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-close {
    cursor: pointer;
    font-size: 1.4rem;
    border: none;
    background: none;
}

.modal iframe {
    width: 100%;
    height: 70vh;
    border: none;
    display: block;
}

@media (min-width: 769px) {
    .md-pl-20 {
        padding-left: 20px !important;
    }

    .md-pr-20 {
        padding-right: 20px !important;
    }

    .offset-md-1 {
        margin-left: 8.33333333%;
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col {
        flex: 1 0 0%;
    }

    .col-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-none {
        display: none !important;
    }

    .has-submenu:hover > .submenu {
        display: block;
    }

    .md-mb-5 {
        margin-bottom: 3rem !important;
    }

    .md-mr-10 {
        margin-right: 10px !important;
    }

    footer .container {
        width: 95vw;
        margin-left: 2.5%;
    }

    .text-image {
        float: left;
        width: 300px;
        margin: 0 30px 30px 0;
    }

    .col-md-20 {
        width: 20%;
    }

    h1.small, h2 {
        font-size: 30px;
        font-weight: 700;
        line-height: 1.3;
    }

    section, .section {
        width: 95%;
        margin-left: 2.5%;
        margin-right: auto;
        border-radius: 10px;
        display: inline-block;
    }

    .md-mb-2 {
        margin-bottom: .5rem !important;
    }
}