﻿html, body {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 700px; /*1112*/
    background: #F5F1E5;
    font-family: 'Teodor Light';
    color: #1b1b18;
}

body {
    overflow-x: hidden;
    /*overflow-y: hidden;*/
}

#exampleModal .modal-content {
    font-family: 'HafferSQ Light', sans-serif; /* Replace 'Arial' with your desired font */
    font-size: 16px; /* Adjust the font size as needed */
    color: #333; /* Optional: Set the text color */
}

.entwurfMen {
    width: 50%;
    padding: 10px;
    text-align:center;
    cursor: pointer;
}


.entwurf {
    z-index: 201;
    position: absolute;
    margin-left:11%;
    font-family: 'HafferSQ Light';
    font-size: 60%;
    cursor: pointer;
    width: 25%;
    height: 26px;
    background: #1b1b18;
    color: #F5F1E5;
    border-radius: 20px;
    padding-top: 6px;
    /*    margin-left: 85px;
    margin-right: 85px;*/
    margin-top: -35px;

}

.table, th, td, tr {
    border: none;
    margin:0;
    padding:0;
} 
 

.mobileView {
    width: 100%;
    text-align: center;
 
}

/*position relative as a base for non-static elements*/
#outerDiv {
    /*cursor:pointer;*/
    position: relative;
}

    /*every direct child positioned absolute*/
    #outerDiv > div {
        position: absolute;
    }


.layer1 {
    z-index: 90;
    padding-top: 3%;
    padding-left: 10px;
    padding-right: 10px;
}

footer {
    position: fixed;
    bottom: 0px;
    display: flex;
    max-width: 700px;
    z-index: 89;
}

.footerButtom {
    opacity: 0;
}


.footerMenueShowDesktop {
    z-index: 77;
    padding-top: 123%;
}

.footerMenueShowMobile {
    z-index: 77;
}




.carouselGrp {
    background: #F5F1E5;
    font-family: 'HafferSQ Light';
    font-size: 12px;
    padding-left: 40px;
    padding-right: 40px;
}

.carouselGrp2 {
    background: #F5F1E5;
    font-family: 'HafferSQ Light';
    font-size: 12px;
    padding-left: 40px;
    padding-right: 40px;
}

.carouselGrp3 {
    background: #F5F1E5;
    font-family: 'HafferSQ Light';
    font-size: 12px;
    padding-left: 40px;
    padding-right: 40px;
}

.carousel-cellGrp {
    width: auto;
    height: 28px;
    margin-right: 10px;
    background: #F5F1E5;
    color: black;
    border-radius: 20px;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
    .carousel-cellGrp.is-clicked {
        background: #D1CFC3;
    }



.carousel-cell-image {
    display: block;
    height: 100px;
    width: 100px;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .carousel-cell-image.flickity-lazyloaded,
    .carousel-cell-image.flickity-lazyerror {
        opacity: 1;
    }



.back {
    font-family: 'HafferSQ Light';
    font-size: 12px;
    background: #D1CFC3;
    text-align: left;
    padding-top: 4px;
    padding-left: 10px;
    cursor: pointer;
}


/*/////////////////////////////////////////////////////////////////////////*/


.carousel {
    width: 100%;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    padding-left: 40px;
    padding-right: 40px;
    height:0px;
}

    .carousel.active {
        position: relative;
        opacity: 1;
        visibility: visible;
        width: 100%;
        height: auto;
        background: #D1CFC3;
    }

/*/////////////////////////////////////////////////////////////////////////*/


.carousel-cell {
    width: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #D1CFC3;
}

    .carousel-cell.is-clicked {
        background: #F5F1E5;
    }

    .carousel-cell img {
        width: auto;
        height: 60px;
        margin-top: 4px;
        margin-left: 5px;
        margin-right: 5px;
        text-align: center;
        vertical-align: middle;
    }

    .carousel-cell p {
        padding-top: 8px;
        font-family: 'HafferSQ Light';
        font-size: 12px;
        color: #1b1b18;
        width: 100px;
        text-align: center;
        vertical-align: middle;
        line-height: 12px;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 4px;
    }


.pF p {
 
    width: auto;
}

.iW img {
    border: solid 1px black;
    margin-top: 5px;
}

.pW p {
    width: 66px;
}

.pM p {
    text-align: center;
    width:auto;
}



.carousel-cell.active {
    background: #F5F1E5;
}



* {
    touch-action: manipulation;
}



/* smaller, dark, rounded square */
/*.flickity-prev-next-button {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background-color: transparent;*/
/*}*/

    .flickity-prev-next-button:hover {
        background: transparent;
    }
    /* arrow color */
.flickity-prev-next-button .arrow {
    fill: #1b1b18;
    /*fill: red;*/

}

.flickity-prev-next-button.no-svg {
    color: black;

}

    /* position outside */
.flickity-prev-next-button.previous {
    left: -40px;
    color: black;
    background-color: transparent;
    width: 20px;
    height: 20px;
}

.flickity-prev-next-button.next {
    right: -40px;
    color: black;
    background-color: transparent;
    width: 20px;
    height: 20px;
}



.info {
    font-family: 'HafferSQ Light';
    color: black;
    padding-left: 25px;
    padding-right: 25px;
    /*background: #D1CFC3*/
    background: #F5F1E5;
}

.ifnoHeader {
    vertical-align: top;
    width: 20%;
    padding-right: 10px;
}

.infoText {
    vertical-align: top;
    width: 80%;
}

/*Anfrage*/

.anfrageRow1 {
    height: 40px;
}

.anfrageColumn1_1 {
    vertical-align: top;
    padding-top:6px;
    width:50%;
}

.anfragFormClass {
    font-family: 'HafferSQ Light';
    padding-left: 26px;
    padding-right: 26px;
}

.anfrageHeader {
    font-family: 'Teodor Light';
    font-size: 54px;
    padding-top: 24px;
}



.anfrageRow2 {
    height: 40px;
}
.anfrageColumn1_2 {
    vertical-align: top;
    padding-top: 12px;
    width:50%;
}



.gesamtt1 {
    font-size: 14px;
    line-height: 1.2;
    padding-top:8px;
}

.gesamtt2 {
    font-size: 11px;
    line-height: 0.8;
    padding-bottom:10px;
}


.anfrageRow3 {
    height: 40px;
}

.anfrageColumn1_3 {
    vertical-align: top;
    padding-top: 10px;
    width:50%;
}



.anfrageRow4 {
    height: 40px;
}

.anfrageColumn1_4 {
    vertical-align: top;
    padding-top: 12px;
    width:50%;
}



.anfrageRow5 {
    height: 40px;
}

.anfrageColumn1_5 {
    vertical-align: top;
    padding-top: 12px;
    width:50%;
}



.anfrageRow6 {
    height: 40px;
}

.anfrageColumn1_6 {
    vertical-align: top;
    padding-top: 12px;
    width:50%;
}



.anfrageRow7 {
    height: 40px;
}

.anfrageColumn1_7 {
    vertical-align: top;
    padding-top: 10px;
    width:50%;
}



.anfrageRow8 {
    height: 40px;
}

.anfrageColumn1_8 {
    vertical-align: top;
    padding-top: 12px;
    width:50%;
}


.anfrageRow9 {
    height: 110px;
}

.textAnmerkunt{
    resize:none;
}


.anfrageRow10 {
    height: 40px;
}


.anfrageRow11 {
    height: 40px;
}

.anfrageRow12 {
    height: 40px;
}

.anfrageRow13 {
    height: 40px;
}

.anfrageRow14 {
    height: 40px;
}

.anfrageRow15 {
    height: 40px;
}

.anfrageRow16 {
    height: 40px;
}

.anfrageRow17 {
    height: 60px;
    vertical-align:bottom;
}

.anfrageRow18 {
    height: 80px;
}
.anfrageRow19 {
    height: 60px;
}

.anfrageRow20 {
    height: 40px;
}

.anfrageRow21 {
    height: 40px;
}

.anfrageRow22 {
    height: 40px;
}

.anfrageRow23 {
    height: 40px;
}

.anfrageRow24 {
    height: 40px;
}

.anfrageRow25 {
    height: 40px;
}

.anfrageRow26 {
    height: 180px;
}

.anfrageRow27 {
    height: 60px;
}


.anfrageRow28 {
    height: 40px;
}

.anfrageColumn28_1 {
    vertical-align: top;
    padding-top: 12px;
    width: 50%;
}

.anfrageColumn28_2 {
    width: 100%;
}


.anfragen {
    font-family: 'HafferSQ Light';
    font-size: 18px;
    cursor: pointer;
    width: 300px;
    height: 40px;
    background: #1b1b18;
    color: #F5F1E5;
    border-radius: 20px;
    padding-top: 6px;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
}

.option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 32px;
    width: 32px;
    -webkit-transition: all 0.15s ease-out 0s;
    -moz-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
    background: white;
    border: none;
    color: black;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    z-index: 1000;
    border: solid;
    border-width: 1px;
    vertical-align:-10px;
}

.custom-header {
    background-color: #D1CFC3 !important;
    font-family: inherit; /* nutzt dieselbe Schriftart wie Body */
    font-family: 'HafferSQ Light';
}

.modal-content {
    font-family: 'HafferSQ Light';
}

#pageOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(128, 128, 128, 0.6); /* grauer Hintergrund halbtransparent */
    z-index: 1055; /* über allem (auch Bootstrap Modals sind 1050) */
    display: flex;
    align-items: center;
    justify-content: center;
}

.overlay-spinner {
    text-align: center;
}

/*    .option-input:hover {
        background: #9faab7;
    }*/

/*    .option-input:checked {
        background: #40e0d0;
    }
*/
    .option-input:checked::before {
        height: 32px;
        width: 32px;
        position: absolute;
        content: "✖";
        display: inline-block;
        font-size: 26.6666666667px;
        text-align: center;
        line-height: 32px;
        margin-top: -1px;
        margin-left: -1px;
    }

        .option-input:checked::after {
            -webkit-animation: click-wave 0.65s;
            -moz-animation: click-wave 0.65s;
            animation: click-wave 0.65s;
            background: #40e0d0;
            content: "";
            display: block;
            position: relative;
            z-index: 100;
        }


.angebotMailPdf {
    
    font-family: 'HafferSQ Light';
    font-size:10pt;
    margin-top:10px;
    cursor: pointer;
    width: 160px;
    height: 28px;
    background: #1b1b18;
    color: #F5F1E5;
    border-radius: 20px;
    padding-top:4px;
    margin-bottom:10px;
}
    .angebotMailPdf.right {
        margin-left: auto;
    }

    .angebotMailPdf.left {
        margin-right: auto;
    }