/* Bootstrap Anpassungen */

.row{
    margin-bottom: 1rem;
}

.row:last-child{
    margin-bottom: 0;
}

.row>*:last-child{
    margin-bottom: 0;
}

.row.mt-4{
    margin-top: 2rem;
}

.navbar{
    --bs-navbar-color: black !important;
    --bs-navbar-padding-y: 1rem !important;
    border-bottom: 1px solid #BCBCBC;
    z-index: 100;
}

.nav-link{
    --bs-nav-link-font-size:0.75rem;
    text-transform: uppercase;
    letter-spacing: 1.3px;
}

.nav-item.active .nav-link{
    color: #2378B9 !important;
    font-weight: bold;
}


/* Modal */
.modal{
    --bs-modal-width: 1100px !important;
    padding: 0.5rem;
}

.modal .close{
    position: absolute;
    padding-right: 0;
    top: 0;
    right: 15px;
}

.modal .close span{
    color: black;
}

@media(max-width: 575px){
    .modal .col:has(>.green-checkmark){
        display: none;
    }
}

@media(min-width: 768px){
    .modal .close{
        right: 20px;
    }
}



/* Mobile navbar*/

#navbarToggleExternalContent10 .navbar-nav li{
    display: flex;
    justify-content: center;
}

.navbar-toggler{
    border: 0 !important;
}

.navbar-toggler:focus{
    box-shadow: none !important;
}

.animated-icon2 {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.animated-icon2 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    background: black;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.animated-icon2 span:nth-child(1) {
    top: 0px;
}

.animated-icon2 span:nth-child(2),
.animated-icon2 span:nth-child(3) {
    top: 10px;
}

.animated-icon2 span:nth-child(4) {
    top: 20px;
}

.animated-icon2.open span:nth-child(1) {
    top: 11px;
    width: 0%;
    left: 50%;
}

.animated-icon2.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.animated-icon2.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.animated-icon2.open span:nth-child(4) {
    top: 11px;
    width: 0%;
    left: 50%;
}

/* Carousel */

.carousel-control-next-icon, .carousel-control-prev-icon{
    width: 3rem !important;
    height: 3rem !important;
    background-position: 20%;
}

.carousel-control-next, .carousel-control-prev{
    opacity: 1 !important;
    width: 8% !important;
    top: 25% !important;
    align-items: start !important;
}


@media(min-width: 992px){
    .col-auto{
        width: auto;
    }

    .carousel-control-next-icon, .carousel-control-prev-icon{
        width: 4rem !important;
        height: 4rem !important;
    }

    .min-height-800-l{
        min-height: 800px;
    }
}

@media (min-width: 1700px) {
    .container{
        max-width: 1600px !important;
    }
}


/* Allgemeine Anpassungen */



/* lato-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('../assets/fonts/lato-v24-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-700 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url('../assets/fonts/lato-v24-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}




html, body{
    font-size: 18px;
    font-family: 'Lato' !important;
}

body{
    overflow-x: hidden;
}

a{
    text-decoration: none !important;
    color: black !important;
}

h1, h2, .h2, h3, h4, h5, h6{
    font-weight: bold !important;
    padding-bottom: 0.5rem;
    text-transform: uppercase;
    word-wrap: break-word;
}

h1, h2, .h2{
    font-size: 1.3rem !important;
    letter-spacing: 2px;
}

h2{
    padding-top: 1rem;
}

h3{
    font-size: 1.1rem !important;
}

img{
    max-width: 100%;
}

input, select{
    width: 100%;
    border: 0;
    border-bottom: 1px solid white;
    background: transparent;
    margin-top: 10px !important;
}

input:focus-visible, select:focus-visible{
    outline: none;
}

select{
    appearance: none;
    border-radius: 0;
    background-image: url("../assets/icons/Grafiken_Pfeil_Kontakt.svg");
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: right 6px;
}

select option{
    background: #0c6ab2;
}

/*select option:disabled{
    opacity: 0.5;
}*/

label{
    margin-top: 5px;
    font-size: 0.9rem;
    font-weight: bold;
}

@media(min-width: 768px){
    label{
        margin-top: 10px;
    }
}

footer a{
    text-transform: uppercase;
    margin-left: 2rem;
}

footer a p{
    margin-bottom: 0;
}

footer a p.small{
    font-size: 0.7rem !important;
}


.right{
    float: right;
}

.no-margin{
    margin: 0;
}

.small-margin-bottom{
    margin-bottom: 1rem;
}

.large-margin-bottom{
    margin-bottom: 4rem;
}

.ml-auto{
    margin-left: auto;
}

.mr-auto{
    margin-right: auto;
}

.bg-white{
    background-color: #ffffff;
}

.bg-beige{
    background-color: #EDEDED;
}

.bg-blue{
    background-color: #0C6AB2;
}

.bg-blue *{
    color: #ffffff;
}

.bg-white *{
    color: black;
}

.height-150{
    height: 150px;
}

.element-box{
    padding: 2rem;
}

.element-box.d-flex *, .element-box.d-lg-flex *{
    margin: 0;
    padding: 0;
}

.element-box.small-padding{
    padding: 1.5rem 2rem;
}

.element-box.large-padding{
    padding: 5rem 4rem;
}

.element-box.large-lg-padding{
    padding:0;
}

.element-box.tiny-padding{
    padding: 0.5rem 1rem;
}

.element-box.very-small-padding{
    padding: 0.7rem 1rem;
}

.element-box *:last-child{
    margin-bottom: 0;
}

.w-70{
    width: 70% !important;
}

.mt-large{
    margin-top: 6rem;
}

.small{
    font-size: 0.9rem !important;
}

.tiny{
    font-size: 0.7rem;
}

.bold{
    font-weight: bold;
}

.normal{
    font-weight: normal;
    text-transform: lowercase;
}

.regular{
    font-weight: normal;
}

.light{
    color: #AFAFAF;
    font-size: 0.9rem;
}

.center-items{
    display: flex;
    justify-content: center;
    align-items: center;
}

figure{
    margin: 0 !important;
}

figure figcaption{
    padding-top: 0.5rem;
    background: #ffffff;
}

.bottom-30{
    bottom: 30% !important;
}

.right-0{
    right: 0 !important;
}

.opacity-90{
    opacity: 90% !important;
}

.w-fit-content{
    width: fit-content;
}

.checkbox{
    width: 25px;
    height: 25px;
    border: 1px solid #101010;
    content: '\e010';
}

.checkbox:checked{
    border-color: #0069b4;
    background-color: #0069b4;
}



.navbar-sticky{
    position: sticky !important;
    top: 0;
}

.logo{
    position: absolute;
    top: 0;
    left: -70px;
    padding: 1rem 2rem 1rem 5rem;
    box-shadow: 10px 10px 20px #00000029;
    transform: skewx(-45deg);
    background: #ffffff;
    transition: 0.8s ease;
}

.logo img{
    width: 150px;
    transform: skewx(45deg);
    transition: 0.8s ease;
}

.header-img img{
    max-width: 100%;
}

.green-checkmark{
    width: 30px;
    margin-left: auto;
    position: relative;
}

.diagonal-bottom-right, .large-diagonal-bottom-right, .diagonal-bottom-right-lg{
    position: relative;
}

.diagonal-bottom-right::after, .large-diagonal-bottom-right::after, .diagonal-bottom-right-lg::after{
    content: '';
    display: block;
    background: white;
    position: absolute;
    bottom: 0;
    margin-left: auto;
    transform: skewX(-45deg);
}

.diagonal-bottom-right-lg::after{
    display: none;
}

.diagonal-bottom-right::after, .diagonal-bottom-right-lg::after{
    width: 45px;
    height: 45px;
    right: -30px;
}

.large-diagonal-bottom-right::after{
    width: 70px;
    height: 70px;
    right: -40px;
    bottom: -5px;
}

.section-divider-after::after{
    content: '';
    display: block;
    width: 100%;
    height: 20px;
    background-image: url("../assets/icons/linie_header.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left 35% center;
}

.hr-line{
    background: #D5D6D7;
    height: 1px;
    margin-left: calc(var(--bs-gutter-x) * .5);
    margin-right: calc(var(--bs-gutter-x) * .5);
}

.green-shade-button{
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 0.7rem 1rem !important;
    background: transparent linear-gradient(90deg, #B0CC40 0%, #578930 100%) 0% 0% no-repeat padding-box;
    color: white;
    cursor: pointer;
}

.images-same-height .image-container{
    width: fit-content;
}

@media(max-width: 576px){
    .images-same-height .image-container{
        max-height: 180px;
    }

    .images-same-height .image-container img{
        max-height: 180px;
    }
}

.images-same-height figure{
    height: 100%;
}

.images-same-height figure img{
    height: auto;
    max-height: 100%;
}

.images-same-height .col:first-child:has(.image-container){
    padding-right: calc(var(--bs-gutter-x) * .25);;
}

.images-same-height .col:nth-child(2):has(.image-container){
    padding-left: calc(var(--bs-gutter-x) * .25);;
}

.door-size .element-box{
    border: 1px solid #D5D6D7;
    cursor: pointer;
}

.door-size .element-box.active{
    background: #006AB2;
    color: #ffffff;
}

/*.door-surface .image-container img, .door-motive .image-container img, .door-drive .image-container img, .door-attachements .image-container img{
    border: 4px solid #ffffff;
}

.door-surface .image-container.active img, .door-motive .image-container.active img, .door-drive .image-container.active img, .door-attachements .image-container.active img{
    border-color: #0c6ab2;
}

.door-surface .image-container.disabled, .door-motive .image-container.disabled, .door-drive .image-container.disabled, .door-attachements .image-container.disabled{
    opacity: 0.4;
    pointer-events: none;
}*/

.select-box{
    cursor: pointer;
    box-sizing: border-box;
}

.step1 .select-box, .step2 .select-box{
    border: 1px solid #D5D6D7;
}

.step1 .select-box.selected, .step2 .select-box.selected{
    background: #006AB2;
    color: #ffffff;
}

.select-box.selected img{
    outline: solid #006AB2 3px;
}

.select-box.disabled{
    opacity: 0.4;
    pointer-events: none;
}

.replace-img{
    display: none;
}

.on-top-of-image{
    position: absolute;
    width: 43.3%;
    top: 13.7%;
    left: 28.4%;
}

.centered-as-container{
    margin-left: 100px !important;
    margin-right: 0 !important;
    position: absolute;
    top: 45%;
}

.input-error{
    border-color: red !important;
}

.error-text{
    color: red;
    font-size: 0.9rem;
    display: none;
}


@media(min-width: 768px){
    .centered-as-container{
        top: 60%;
        margin-left: 0 !important;
    }
}


/* Akkordeon Container */
.accordion{
    --bs-accordion-active-bg: #0c6ab2 !important;
    --bs-accordion-btn-bg: #fff !important;
    --bs-accordion-border-color: #0c6ab2 !important;
    --bs-accordion-active-color: #fff !important;
    margin-bottom: 1.5rem;
}

.accordion-item{
    border: 0 !important;
}

.accordion-button{
    border: 1px solid #0c6ab2 !important;
    border-radius: 0 !important;
    text-transform: inherit;
    font-weight: inherit;
}

.accordion-collapse{
    border: 1px solid #D5D6D7;
    border-radius: 0 !important;
}

.accordion-header{
    padding: 0;
}

.accordion-button[aria-expanded=true], .accordion-button:focus{
    box-shadow: none !important;
}

.accordion-button::after{
    background-color: #0c6ab2;
    background-image: none !important;
    -webkit-mask-image: url("../assets/icons/Grafiken_Pfeil_Bilder.svg");
    mask-image: url("../assets/icons/Grafiken_Pfeil_Bilder.svg");
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    transform: rotate(270deg) !important;
}

.accordion-button:not(.collapsed)::after{
    background-color: #fff;
    transform: rotate(90deg) !important;
}

.accordion-error{
    border: 1px solid red;
}



@media(max-width: 576px){
    .fs-2-2{
        font-size: 2.2rem !important;
    }
}

@media(min-width: 768px){
    .w-40-md{
        width: 40% !important;
    }
}


@media (max-width: 992px){
    .container {
        --bs-gutter-x: 3rem !important;
    }


    .standard-padding, .small-padding{
        padding: 2rem;
    }

    .large-diagonal-bottom-right::after{
        width: 45px;
        height: 45px;
        right: -30px;
    }

    .diagonal-bottom-right::after, .large-diagonal-bottom-right::after{
        width: 30px;
        height: 30px;
        right: -15px;
        bottom: 0;
    }

    .d-block *{
        margin-bottom: 1rem !important;
    }

    .d-block *:last-child{
        margin-bottom: 0 !important;
    }
}


@media(min-width: 992px){
    .standard-padding{
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .element-box.standard-lg-padding{
        padding: 2rem !important;
    }

    .small-padding{
        padding: 3rem;
    }

    .section-divider-after::after{
        height: 50px;
    }

    .position-absolute-lg{
        position: absolute;
    }

    input, select{
        padding-bottom: 10px;
        margin-top: 0 !important;
    }

    .logo{
        padding: 1.5rem 3rem 1.5rem 5rem;
    }

    .logo img{
        width: 180px;
    }

    .row .col.standard-padding-right, .row .col.standard-padding-right, .row .col.standard-padding-right,
    .row .col.standard-padding-right, .row .col.standard-padding-right, .row .col.standard-padding-right,
    .row .col.standard-padding-right, .row .col.standard-padding-right, .row .col.standard-padding-right,
    .row .col.standard-padding-right, .row .col.standard-padding-right, .row .col.standard-padding-right{
        padding-right: 3rem;
    }

    .row .col.standard-padding-left, .row .col.standard-padding-left, .row .col.standard-padding-left,
    .row .col.standard-padding-left, .row .col.standard-padding-left, .row .col.standard-padding-left,
    .row .col.standard-padding-left, .row .col.standard-padding-left, .row .col.standard-padding-left,
    .row .col.standard-padding-left, .row .col.standard-padding-left, .row .col.standard-padding-left{
        padding-left: 3rem;
    }

    .top-100p{
        top: 100px;
    }

    .right-l--15{
        right: -15% !important;
    }

    .bg-lg-transparent{
        background: transparent;
    }

    .bg-lg-blue{
        background: #0C6AB2;
    }

    .bg-lg-blue *{
        color: #fff;
    }

    .element-box.large-lg-padding{
        padding: 5rem 4rem;
    }

    h1, h2, .h2{
        font-size: 1.7rem !important;
        letter-spacing: 4px;
    }

    .diagonal-bottom-right-lg::after{
        display: block;
    }

    .section-divider-after::after{
        background-size: 150%;
        background-position: left 15% center;
    }

    footer a p.small{
        font-size: 0.9rem !important;
    }
}

@media(min-width: 1200px){
    .right-xl-0{
        right: 0 !important;
    }
}

@media(min-width: 1400px){
    .w-xl-50{
        width: 50% !important;
    }
}

@media(min-width: 1600px){
    .logo{
        left: -100px;
        padding: 3rem 6rem 3rem 10rem;
    }

    .logo img{
        width: 250px;
    }
}

@media(min-width: 1700px){
    .right-xxl-8{
        right: 8% !important;
    }
}



/*
subline immer 1.1rem
*/

.select-box{
    position: relative;
}

.step1 span{
    position: relative;
    right: 0px;
    top: 0px;
    height: 0;
    float: right;
    color: white;
    cursor: pointer;
}

.step1 span::after{
    content: "";
    background-image: url(../assets/info_grau.svg);
    position: absolute;
    right: -9px;
    top: -66px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}




.control {
    font-family: arial;
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    padding-top: 3px;
    cursor: pointer;
    font-size: 16px;
}
.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.control_indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #FFFFFF;
    border: 1px solid #ffffff;
    border-radius: 0px;
}
.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
    background: #e6e6e6;
}

.control input:checked ~ .control_indicator {
    background: #42aa62;
}
.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
    background: #42aa62;
}
.control input:disabled ~ .control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}
.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}
.control input:checked ~ .control_indicator:after {
    display: block;
}
.control-checkbox .control_indicator:after {
    left: 7px;
    top: 3px;
    width: 3px;
    height: 8px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.control-checkbox input:disabled ~ .control_indicator:after {
    border-color: #7b7b7b;
}



/* Header */

header {
    margin: 20px auto;
    overflow: hidden;
    font-size: 25px;
    letter-spacing: 2.5px;
    text-transform:uppercase;
    position:relative;
    padding-bottom: 35px;
}

header::after{
    content: "";
    background-image: url(../assets/icons/linie_header.svg);
    width: 100%;
    height: 25px;
    position: absolute;
    bottom: 0px;
    left: 0;
    background-position: center;
    background-size: cover;
}

.left{
    float: left;
}

.black {
    font-weight: 900;
}

.blue{
    color: #0C6AB2;
}