/*allgemein*/



/*PC*/

@media only screen and (min-width: 1001px){
    .mobile{
        display: none;
    }
    .heroSection{
        float: left;
        width: 100%;
        height: 700px;
        background-image: url(Bilder/PXL_20230811_090133546.MP.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        .heroSectionLeft{
            .heroHead{
                position: absolute;
                top: 200px;
                left: 200px;
                #herotext{
                    color: #263640;
                }
            }
            #heroButton{
                position: absolute;
                top: 500px;
                left: 200px;
                background: #263640;
                border-radius: 5px;
                border: 0;
                width: 246px;
                height: 67px;
                font-family: 'Pontano Sans';
                font-style: normal;
                font-weight: 500;
                font-size: 16px;
                line-height: 24px;
                color: white;
            }
            #kontaktButtonMobile{
                display: none;
            }
        }
    }
    main{
        width: 100%;
        margin: 0 auto;
        .leistungen{
            width: 100%;
            float: left;
            display: flex;
            justify-content: center;
            margin-bottom: 100px;
            .leistungenLeft{
                margin-left: 5%;
                margin-top: 200px;
                margin-right: 8%;
                width: 350px;
                float: left;
            }
            .leistungenIcons{
                float: left;
                margin-top: 200px;
                width: 68px;
                .iconLeis{
                    margin-bottom: 20px;
                }
            }
            .leistungenRight{
                float: left;
                margin-top: 190px;
                margin-left: 15px;
                width: 600px;
                .leistungenText{
                    line-height: 90px;
                }
            }
        }
        #projektAnker{
            float: left;
            width: 100%;
            margin-bottom: 100px;
        }
        .projektHeading{
            float: left;
            width: 100%;
            text-align: center;
        }
        #projektBeschreibung{
            width: 320px;
        }
        .projekte{
            float: left;
            display: flex;
            justify-content: space-evenly;
            margin-top: 100px;
            width: 100%;
            margin-bottom: 250px;
        }
        .cta{
            float: left;
            width: 100%;
            display: flex;
            justify-content: center;
            margin-bottom: 25px;
            .ctaBG{
                display: flex;
                justify-content: right;
                align-items: center;
                height: 288px;
                width: 1000px;
                background-image: url(Bilder/workerBG.png);
                border-radius: 16px;
                #kontaktierenHead{
                    position: absolute;
                    margin-right: 170px;
                    margin-bottom: 75px;
                    font-family: 'Pontano Sans';
                    font-weight: 900;
                }
                .kontaktButtons{
                    width: 160px;
                    height: 52px;
                    margin-top: 170px;
                    margin-right: 335px;
                    .mailButton{
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        float: left;
                        width: 80px;
                        height: 52px;
                        background-color: white;
                        border: 0;
                        border-radius: 5px 0px 0px 5px;
    
                    }
                    .phoneButton{
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        width: 80px;
                        height: 52px;
                        background-color: #263640;
                        border: 0;
                        border-radius: 0px 5px 5px 0px;
    
                    }
                }
            }
            .ctaBGRight{
                position: absolute;
                background: linear-gradient(179.16deg, #B3BECD 0.22%, #C1CCDB 98.78%);
                width: 1000px;
                height: 288px;
                border-radius: 16px;
                z-index: -1;
            }
        }
        .oeffnungszeiten{
            float: left;
            width: 100%;
            display: flex;
            justify-content: center;
            margin-bottom: 200px;
            #oeffnungsz{
                width: 1000px;
                display: flex;
                align-items: center;
            #clock{
                width: 32px;
                height: 32px;
                margin-right: 7px;
            }
            }
           
        }
    }
}


/*mobile */

@media only screen and (max-width: 1000px){
    .desktop{
        display: none;
    }

    .heroSection{
        float: left;
        width: 100%;
        height: 550px;
        background-image: url(Bilder/BC9B86F1-DE02-44AA-88EE-E9BB0CCE3945_1_201_a.jpeg);
        background-repeat: no-repeat;
        background-size: cover;
        .heroSectionLeft{
            .heroHead{
                position: absolute;
                top: 200px;
                left: 20px;
                #herotext{
                    width: 300px;
                    margin-top: 10px;
                    color: #263640;
                }
            }
            #heroButton{
                position: absolute;
                top: 470px;
                left: 20px;
                background: #263640;
                border-radius: 5px;
                border: 0;
                width: 140px;
                height: 47px;
                color: white;
            }
            #kontaktButtonMobile{
                position: absolute;
                top: 470px;
                left: 180px;
                background: #ffffff;
                border-radius: 5px;
                border: 0;
                width: 140px;
                height: 47px;
                color: #263640;
            }
            #galleryButton{
                position: absolute;
                top: 410px;
                left: 20px;
                background: #263640;
                border-radius: 5px;
                border: 0;
                width: 140px;
                height: 47px;
                color: white;
            }
        }
        .heroSectionRight{
            float: right;
            background-image: url(Bilder/hero.png);
            width: 100%;
            height: 550px;
        }
    }
    main{
        width: 100%;
        margin: 0 auto;
        .leistungen{
            width: 300px;
            float: left;
            margin-bottom: 100px;
            .leistungenLeft{
                margin-top: 120px;
                width: 300px;
                float: left;
                #leistungenLeftText{
                    color: #263640;
                }
            }
            .leistungenIcons{
                margin-top: 90px;
                float: left;
                width: 50px;
                .iconLeis{
                    margin-bottom: 20px;
                    width: 45px;
                }
            }
            .leistungenRight{
                margin-top: 75px;
                float: left;
                width: 250px;
                .leistungenText{
                    line-height: 70px;
                    margin-left: 6px;
                }
            }
        }
        #projektAnker{
            float: left;
            width: 100%;
        }
        .projektHeading{
            text-align: center;
            margin-bottom: 45px;
        }
        .projekte{
            display: block;
            justify-content: center;
            text-align: center;
            #projektTitel{
                width: 250px;
                text-align: left;
                margin-left: 25px;
            }
            #projektBeschreibung{
                width: 250px;
                color: #263640;
                text-align: left;
                margin-left: 25px;
                margin-bottom: 80px;
                line-height: 16px;
            }
        }
        #projektbild{
            width: 250px;
        }
    }
    .cta{
        float: left;
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 25px;
        .ctaBG{
            display: flex;
            justify-content: center;
            align-items: center;
            height: 188px;
            width: 300px;
            border-radius: 16px;
            #kontaktierenHead{
                position: absolute;
                margin-bottom: 75px;
                font-family: 'Pontano Sans';
                font-weight: 800;
            }
            .kontaktButtons{
                width: 160px;
                height: 52px;
                margin-top: 100px;
                .mailButton{
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    float: left;
                    width: 80px;
                    height: 52px;
                    background-color: white;
                    border: 0;
                    border-radius: 5px 0px 0px 5px;
                    #mail{
                        width: 25px;
                    }
                }
                .phoneButton{
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    width: 80px;
                    height: 52px;
                    background-color: #263640;
                    border: 0;
                    border-radius: 0px 5px 5px 0px;
                    #phone{
                        width: 19px;
                    }
                }
            }
        }
        .ctaBGRight{
            position: absolute;
            background: linear-gradient(179.16deg, #B3BECD 0.22%, #C1CCDB 98.78%);
            width: 300px;
            height: 188px;
            border-radius: 16px;
            z-index: -1;
        }
    }
    .oeffnungszeiten{
        float: left;
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 200px;
        #oeffnungsz{
            width: 1000px;
            display: flex;
            align-items: center;
        #clock{
            width: 22px;
            height: 22px;
            margin-right: 10px;
        }
        }
       
    }
}