/* 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, textarea {
    width: 100%;
    border: 0;
    border-bottom: 1px solid white;
    background: transparent;
    margin-top: 10px !important;
}

.doorSteps input {
    border-color: black;
}

.door-width.error, .door-height.error {
    border-color: red;
}

textarea:focus-visible {
    outline: 0;
    border-bottom: 1px solid white;
}

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-top{
    margin-top: 1rem;
}

.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-blue a{
    color: #ffffff !important;
    text-decoration: underline !important;

}

.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 0.5rem;
}

.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, .blue-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;
}

.blue-button {
    background: #0C6AB2;
}

.images-same-height .image-container{
    width: fit-content;
}

.door-preview-small img {
    height: 150px;
}

@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, .select-box.select-border{
    border: 1px solid #D5D6D7;
}

.step1 .select-box.selected, .select-box.selected.select-border{
    background: #006AB2;
    color: #ffffff;
}

.select-box.selected img, .select-box.selected .color-preview{
    outline: solid #006AB2 3px;
}

.select-box.disabled{
    opacity: 0.4;
    pointer-events: none;
}

.replace-img{
    display: none;
}

.on-top-of-image{
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
}

.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;
}

.border-verkehrsweiss {
    border-color: #d9d9d9 !important;
}

.border-anthrazitgrau {
    border-color: #333534 !important;
}

.border-weissaluminium {
    border-color: #A1A1A0 !important;
}

.border-graualuminium {
    border-color: #868581 !important;
}

.border-eisenglimmergrau {
    border-color: #363636 !important;
}

.border-fenstergrau {
    border-color: #989EA1 !important;
}

.border-tiefschwarz {
    border-color: #0E0E10 !important;
}

.border-sepiabraun {
    border-color: #4A3526 !important;
}



.color-preview {
    width: 140px;
}

.color-preview.verkehrsweiss {
    background: #d9d9d9;
}

.color-preview.anthrazitgrau {
    background: #333534;
}

.color-preview.weissaluminium {
    background: #A1A1A0;
}

.color-preview.graualuminium {
    background: #868581;
}

.color-preview.db-703 {
    background: #363636;
}

.color-preview.fenstergrau {
    background: #989EA1;
}

.color-preview.tiefschwarz {
    background: #0E0E10;
}

.color-preview.sepiabraun {
    background: #4A3526;
}

.din-links {
    transform: scaleX(-1);
}




@media(max-width: 576px){
    .fs-2-2{
        font-size: 2.2rem !important;
    }
}

@media(max-width: 767px){
    .color-preview {
        width: 120px;
    }
    .door-container {
        width: 100%;
        height: 350px;
    }
    .door-container img {
        height: 200px;
    }

    .door-container img.oberlicht, .door-container img.seitenteil {
        border: 11px solid #333534;
    }

    .door-container img.seitenteil {
        position: absolute;
        bottom: 5%;
        width: 48px;
        transform: translateX(-50%);
    }

    .door-container img.seitenteil-rechts {
        left: calc(50% + 76px);
    }


    .door-container img.seitenteil-links {
        left: calc(50% - 76px);
    }

    .door-container img.seitenteil-gross {
        width: 150px;
    }

    .door-container img.seitenteil-gross.seitenteil-rechts {
        width: 95px;
        left: calc(50% + 99px);
    }

    .door-container img.seitenteil-gross.seitenteil-links {
        width: 95px;
        left: calc(50% - 99px);
    }

    .door-container img.oberlicht {
        position: absolute;
        bottom: calc(5% + 200px);
        width: 104px;
        height: 48px;
        left: 50%;
        transform: translateX(-50%);
    }

    .door-container img.oberlicht.mit-seitenteil-links {
        width: 152px;
        left: calc(50% - 24px);
    }

    .door-container img.oberlicht.mit-seitenteil-links-gross {
        width: 199px;
        left: calc(50% - 47px);
    }

    .door-container img.oberlicht.mit-seitenteil-rechts {
        width: 152px;
        left: calc(50% + 24px);
    }

    .door-container img.oberlicht.mit-seitenteil-rechts-gross {
        width: 199px;
        left: calc(50% + 47px);
    }

    .door-container img.oberlicht.mit-seitenteil-links-rechts {
        width: 200px;
    }

    .door-container img.oberlicht.mit-seitenteil-links-gross-rechts {
        width: 247px;
        left: calc(50% - 23px);
    }

    .door-container img.oberlicht.mit-seitenteil-links-rechts-gross {
        width: 247px;
        left: calc(50% + 23px);
    }

    .door-container img.oberlicht.mit-seitenteil-links-gross-rechts-gross {
        width: 293px;
    }

    .door-container img.oberlicht-gross {
        height: 95px;
    }

    .accordion-button > .infopoint::after {
        top: -25px;
    }
}

@media(min-width: 768px){
    .w-40-md{
        width: 40% !important;
    }

    .door-container {
        width: 100%;
        height: 600px;
    }

    .door-container img {
        height: 400px;
    }

    .door-container img.oberlicht, .door-container img.seitenteil {
        border: 11px solid #333534;
    }

    .door-container img.seitenteil {
        position: absolute;
        bottom: 5%;
        width: 75px;
        transform: translateX(-50%);
    }

    .door-container img.seitenteil-rechts {
        left: calc(50% + 141px);
    }


    .door-container img.seitenteil-links {
        left: calc(50% - 141px);
    }

    .door-container img.seitenteil-gross {
        width: 150px;
    }

    .door-container img.seitenteil-gross.seitenteil-rechts {
        width: 150px;
        left: calc(50% + 178px);
    }

    .door-container img.seitenteil-gross.seitenteil-links {
        width: 150px;
        left: calc(50% - 178px);
    }

    .door-container img.oberlicht {
        position: absolute;
        bottom: calc(5% + 400px);
        width: 209px;
        height: 75px;
        left: 50%;
        transform: translateX(-50%);
    }

    .door-container img.oberlicht.mit-seitenteil-links {
        width: 283px;
        left: calc(50% - 37px);
    }

    .door-container img.oberlicht.mit-seitenteil-links-gross {
        width: 358px;
        left: calc(50% - 74px);
    }

    .door-container img.oberlicht.mit-seitenteil-rechts {
        width: 283px;
        left: calc(50% + 37px);
    }

    .door-container img.oberlicht.mit-seitenteil-rechts-gross {
        width: 358px;
        left: calc(50% + 74px);
    }

    .door-container img.oberlicht.mit-seitenteil-links-rechts {
        width: 357px;
    }

    .door-container img.oberlicht.mit-seitenteil-links-gross-rechts {
        width: 432px;
        left: calc(50% - 37px);
    }

    .door-container img.oberlicht.mit-seitenteil-links-rechts-gross {
        width: 432px;
        left: calc(50% + 37px);
    }

    .door-container img.oberlicht.mit-seitenteil-links-gross-rechts-gross {
        width: 506px;
    }

    .door-container img.oberlicht-gross {
        height: 150px;
    }
}

@media(min-width: 768px) and (max-height: 920px){

    .door-container {
        width: 100%;
        height: 550px;
    }

    .door-container img {
        height: 350px;
    }

    .door-container img.seitenteil {
        position: absolute;
        bottom: 5%;
        width: 66px; /* 75 * 0.875 */
        transform: translateX(-50%);
    }

    .door-container img.seitenteil-rechts {
        left: calc(50% + 123px); /* 141 * 0.875 */
    }

    .door-container img.seitenteil-links {
        left: calc(50% - 123px);
    }

    .door-container img.seitenteil-gross {
        width: 131px; /* 150 * 0.875 */
    }

    .door-container img.seitenteil-gross.seitenteil-rechts {
        width: 131px;
        left: calc(50% + 156px); /* 178 * 0.875 */
    }

    .door-container img.seitenteil-gross.seitenteil-links {
        width: 131px;
        left: calc(50% - 156px);
    }

    .door-container img.oberlicht {
        position: absolute;
        bottom: calc(5% + 350px);
        width: 183px; /* 209 * 0.875 */
        height: 66px; /* 75 * 0.875 */
        left: 50%;
        transform: translateX(-50%);
    }

    .door-container img.oberlicht.mit-seitenteil-links {
        width: 248px; /* 283 * 0.875 */
        left: calc(50% - 32px); /* 37 * 0.875 */
    }

    .door-container img.oberlicht.mit-seitenteil-links-gross {
        width: 313px; /* 358 * 0.875 */
        left: calc(50% - 65px); /* 74 * 0.875 */
    }

    .door-container img.oberlicht.mit-seitenteil-rechts {
        width: 248px;
        left: calc(50% + 32px);
    }

    .door-container img.oberlicht.mit-seitenteil-rechts-gross {
        width: 313px;
        left: calc(50% + 65px);
    }

    .door-container img.oberlicht.mit-seitenteil-links-rechts {
        width: 312px; /* 357 * 0.875 */
    }

    .door-container img.oberlicht.mit-seitenteil-links-gross-rechts {
        width: 378px; /* 432 * 0.875 */
        left: calc(50% - 32px);
    }

    .door-container img.oberlicht.mit-seitenteil-links-rechts-gross {
        width: 378px;
        left: calc(50% + 32px);
    }

    .door-container img.oberlicht.mit-seitenteil-links-gross-rechts-gross {
        width: 443px; /* 506 * 0.875 */
    }

    .door-container img.oberlicht-gross {
        height: 131px; /* 150 * 0.875 */
    }


}

@media(min-width: 768px) and (max-height: 870px){

    .door-container {
        width: 100%;
        height: 500px;
    }

    .door-container img {
        height: 300px;
    }

    .door-container img.seitenteil {
        position: absolute;
        bottom: 5%;
        width: 57px; /* 66 * 0.857 */
        transform: translateX(-50%);
    }

    .door-container img.seitenteil-rechts {
        left: calc(50% + 105px); /* 123 * 0.857 */
    }

    .door-container img.seitenteil-links {
        left: calc(50% - 105px);
    }

    .door-container img.seitenteil-gross {
        width: 112px; /* 131 * 0.857 */
    }

    .door-container img.seitenteil-gross.seitenteil-rechts {
        width: 112px;
        left: calc(50% + 134px); /* 156 * 0.857 */
    }

    .door-container img.seitenteil-gross.seitenteil-links {
        width: 112px;
        left: calc(50% - 134px);
    }

    .door-container img.oberlicht {
        position: absolute;
        bottom: calc(5% + 300px);
        width: 157px; /* 183 * 0.857 */
        height: 57px; /* 66 * 0.857 */
        left: 50%;
        transform: translateX(-50%);
    }

    .door-container img.oberlicht.mit-seitenteil-links {
        width: 213px; /* 248 * 0.857 */
        left: calc(50% - 27px); /* 32 * 0.857 */
    }

    .door-container img.oberlicht.mit-seitenteil-links-gross {
        width: 268px; /* 313 * 0.857 */
        left: calc(50% - 56px); /* 65 * 0.857 */
    }

    .door-container img.oberlicht.mit-seitenteil-rechts {
        width: 213px;
        left: calc(50% + 27px);
    }

    .door-container img.oberlicht.mit-seitenteil-rechts-gross {
        width: 268px;
        left: calc(50% + 56px);
    }

    .door-container img.oberlicht.mit-seitenteil-links-rechts {
        width: 267px; /* 312 * 0.857 */
    }

    .door-container img.oberlicht.mit-seitenteil-links-gross-rechts {
        width: 324px; /* 378 * 0.857 */
        left: calc(50% - 27px);
    }

    .door-container img.oberlicht.mit-seitenteil-links-rechts-gross {
        width: 324px;
        left: calc(50% + 27px);
    }

    .door-container img.oberlicht.mit-seitenteil-links-gross-rechts-gross {
        width: 379px; /* 443 * 0.857 */
    }

    .door-container img.oberlicht-gross {
        height: 112px; /* 131 * 0.857 */
    }



}


@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;
}

.infopoint-wrapper {
    width: fit-content;
    position: relative;
}

.infopoint-wrapper p {
    width: fit-content;
}

.step1 span, .infopoint {
    position: relative;
    right: 0px;
    top: 0px;
    height: 0;
    float: right;
    color: white;
    cursor: pointer;
}

.step1 span::after, .infopoint::after {
    content: "";
    background-image: url(../assets/info_grau.svg);
    position: absolute;
    right: -9px;
    top: -50px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.infopoint::after {
    top: -50px;
    right: -25px;
}


.infopoint-wrapper:has(.mb-0) .infopoint::after {
    top: -33px;
    right: -25px;
}

.accordion-header > .infopoint {
    z-index: 3;
}

.accordion-header > .infopoint::after {
    top: -70px;
    right: -10px;
}



.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;
}
.input-error .control_indicator {
    background: red;
    border-color: red;
}
.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;
}