:root {
    --Z-BRD-light-beige: #F4F3EE;
    --Z_BRD-dark-blue: #284255;
    --Z_BRD-light-green: #D3E660;
    --Z_BRD-grey: #284255B3;
}

html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

h1 {        
    font-size: 1.6rem;
}

h2 {        
    font-size: 1.29rem;
}

h3 {
    font-size: 1.25rem;
}

h4 {
    font-size: 1.08rem;
}

.breadcrumb {
    margin-top: 10px;
    padding: 3px 15px;
    display: inline-flex;
    background-color: var(--Z-BRD-light-beige);
    color: var(--Z_BRD-grey);
}

.breadcrumb-item {
    
    text-decoration: none;
    font-weight: 600;
}

    .breadcrumb-item a {
        color: var(--Z_BRD-grey);
        text-decoration: none;
        font-weight: 600;
    }

.kapitel {
    color: var(--Z_BRD-grey);
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    margin-bottom: 1px;
}

.paragraph-big {
    font-weight: 500;
    font-size: 1rem;
    line-height: 26px;
}

.accordion-header button {     
    font-size: 1.3rem;
    font-weight: 700;
}

.max-two-lines {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


.interessenten .form-label {
    margin-bottom: 0.2rem;
}


/* ------------------------------------------------------------------- */
/* Custom Settings */
/* ------------------------------------------------------------------- */
.ckb1 {
    margin-top: 0.12em;
    border-color: var(--Z_BRD-dark-blue);
    border-width: 2px;
    width: 1.2em;
    height: 1.2em;
}

.menu-divider {
    display: none;
}

.img-brand {
    height: 45px;
}


.modal-header, modal-footer {
    border-bottom: none;
}


.form-select,
.form-control,
.form-check{
    color: var(--Z_BRD-dark-blue) !important;
    font-weight: 600;
}

.paragraph-big {
    font-weight: 500;
    font-size: 1rem;
    line-height: 22px;
}

.text-bigger-bold {
    font-weight: 700;
    font-size: 1rem;
    line-height: 22px;
}

.flat-input{
    border: none;
    border-bottom: 2px solid var(--Z-BRD-light-beige);
    border-radius: 0px;
}





/*custom settings*/
.bg-zvk {
    background-color: var(--Z-BRD-light-beige);
}



.fontnormal {
    font-weight: 400;
}



.kapitel {
    color: var(--Z_BRD-grey);
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
}

.nav-container {
    padding: 0px 0 10px;
}

.navbar {
    font-weight: bold;    
    text-transform: uppercase;    
}

.btn-zbrd {
    font-weight: bold;
    text-transform: uppercase;
    color: var(--Z_BRD-dark-blue);
    border-radius: 1.2rem;
    border: 1px solid #9c9c9c;
}

.btn-zbrd:hover {
    border: 1px solid #bdbdbd;
}

.input-zbrd{
    border-radius:1.2rem;
}

.mt-6 {
    margin-top: 6rem;
}

.mb-6 {
    margin-bottom: 6rem;
}

.my-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.pt-6 {
    padding-top: 6rem;
}

.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.py-7 {
    padding-top: 7rem;
    padding-bottom: 7rem;
}

.hr-mid {
    width: 30%;
    margin: 1rem auto;
    border-top: 4px solid var(--Z_BRD-dark-blue) !important;
    opacity: 100;
}

.hr-start {
    width: 30%;
    margin: 1rem 0;
    border-top: 4px solid var(--Z_BRD-dark-blue) !important;
    opacity: 100;
}



.accordion-item {
    margin-top: 20px;
}

.accordion-body {
    width: 100%;
}

.accordion-header button {
    color: var(--Z_BRD-dark-blue);
    font-size: 1.1rem;
    font-weight: 700;
}

footer p {
    font-weight: 300;
    margin-bottom: 0.3rem;
}

footer a {
    font-weight: 300;
    color: #fff;    
}

.div-to-top {
    width: 60px;
    height: 60px;
    background-color: #ffffff !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: auto;
    top: -30px;
    font-weight: 800;
}

.div-to-top a {
    color: var(--Z_BRD-dark-blue);
}

/* custom css */

.blurred {
    -webkit-filter: blur(10px);
    filter: blur(10px);
}


.blurbox-container-wo {
    position: relative;
    left: 0px;
    top: 0px;
}

.blur-full-premium {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 8;
    background-image: url("../images/Premium.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    backdrop-filter: blur(2px);
}
 


    .blurbox-container {
        position: relative;
        overflow: hidden;
    }
 
    .blurbox-container .blur-details-premium {
        position: absolute;
        top: 0;
        left: 39%;
        height: 100%;
        width: 68%;
        z-index: 8;
        background-image: url("../images/Premium.svg");
        background-repeat: no-repeat;
        background-size: 130px 130px;
        background-position: center center;
        backdrop-filter: blur(4px);
    }

    

.img-bg-1 {
    background-image: url("../images/bg1.svg");
    background-repeat: no-repeat, no-repeat;
    background-color: #fff;
    background-size: contain;
}

.img-bg-2 {
    background-image: url("../images/bg2.svg");
    background-repeat: no-repeat, no-repeat;
    background-color: #fff;
    background-size: contain;
    background-position: center bottom;
}


.highlighted-text {
    position: relative;
    display: inline;

}

.highlighted-text span {
    position: relative;
    display: inline-block;
    z-index: 1;

}

.highlighted-text span::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    /* H�he des Farbbalkens */
    background-color: var(--Z_BRD-light-green);
    /* Farbe des Farbbalkens */
    z-index: -1;
    /* Hinter den Text legen */
}

.img-teaser {
    width: 80%;
}

/* Marker Cluster-CSS*/
.marker-cluster-small, .marker-cluster-medium, .marker-cluster-large {
    background-color: var(--Z_BRD-dark-blue) !important;
}

    .marker-cluster-small div, .marker-cluster-medium div, .marker-cluster-large div {
        background-color: #ffffff !important;
        font-weight:600 !important;
    }


.map-landingpage {
    background-color: #7cb8e0; 
    min-height: 400px;
}

ul li {
    margin-bottom:0.7rem;
}


/* ------------------------------------------------------------------- */
/* Media Queries */
/* ------------------------------------------------------------------- */
/* Medium/Tablet */
@media (min-width: 768px) {
    h1 {        
        font-size: 1.58rem;
    }

    h2 {        
        font-size: 1.50rem;
    }
    
    h3 {
        font-size: 1.43rem;
    }

    .kapitel {
        font-size: 1rem;        
        margin-bottom: 1px;
    }

    .paragraph-big {
        font-weight: 500;
        font-size: 1rem;
        line-height: 24px;
    }

    .text-bigger-bold {
        font-weight: 600;
        font-size: 1rem;
        line-height: 24px;
    }

    .accordion-header button {     
        font-size: 1.3rem;
        font-weight: 700;
    }

    .accordion-body {
        width: 85%;
    }

    .img-teaser {
        width: 90%;
    }

    .img-brand {
        height: 60px;
    }

    .nav-container {
        padding: 0px 0 60px;
    }

    .navbar {
        font-weight: bold;        
        text-transform: uppercase;
    }

    .map-landingpage {
        background-color: #7cb8e0;
        min-height: 500px;
    }

    .card-result {
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin: 0px;
    }
}


/* Large/Desktop */
@media (min-width: 992px) {
    html {
        font-size: 16px;
    }
    
    h1 {
        font-weight: 800;
        font-size: 2rem;
    }

    h2 {     
        font-size: 1.8rem;
    }
    
    h3 {
        font-size: 1.5rem;
    }

    .hr-mid {
        width: 10%;
        border-top: 10px solid var(--Z_BRD-dark-blue) !important;
    }

    .hr-start {
        width: 10%;
        border-top: 10px solid var(--Z_BRD-dark-blue) !important;
    }

    .paragraph-big {
        font-weight: 600;
        font-size: 1.25rem;
        line-height: 26px;
    }

    .text-bigger-bold {
        font-weight: 700;
        font-size: 1.25rem;
        line-height: 22px;
    }

    .kapitel {
        color: var(--Z_BRD-grey);
        font-weight: 700;
        font-size: 1.13rem;
        text-transform: uppercase;
    }

    .img-teaser {
        width: 100%;
    }

    .map-landingpage {
        background-color: #7cb8e0;
        min-height: 800px;
    }

    .nav-container {
        padding: 25px 0;
    }

    .menu-divider {
        display:block;
    }

    .accordion-body {
        width: 70%;
    }
}
