﻿
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Quicksand', sans-serif;
    
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    display: grid;
}

.hero {
    /*min-height: 900px;*/
    padding-top: 15rem;
    padding-bottom: 20rem;
    background-image: url('images/bg-hero.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    justify-items: center;
    align-content: center;
    align-items: center;
    gap: 5rem;

    h1 {
        font-size: 4rem;
        font-weight: 700;
        color: white;
    }

    .logo {
        width: 20rem;
    }
}

@media only screen and (max-width: 700px) {

    .hero {
        /*min-height: 100vh;*/
        padding-top: 10rem;
        padding-bottom: 12rem;
        gap: 8rem;

        h1 {
            font-size: 3rem;
        }

        .logo {
            width: 60vw;
        }
    }
}




/*section SCHÖN*/

.schön {
    padding-top: 8rem;
    padding-bottom: 12rem;
    justify-content: center;
    justify-items: center;
    align-content: center;
    align-items: center;
    gap: 12rem;


    p {
        font-size: 2.5rem;
        padding: 0 10rem;
        color: rgb(254,103,74);
        font-weight: 600;
    }

    .icon {
        width: 25rem;
    }
}

@media only screen and (max-width: 700px) {

    .schön {
        padding-top: 5rem;
        padding-bottom: 8rem;
        gap: 3rem;

        p {
            font-size: 1.8rem;
            padding: 2rem;
            color: rgb(254,103,74);
            font-weight: 600;
        }

        .icon {
            width: 70vw;
        }
    }
}


/*section TEAM*/

.team {
    background-image: url('images/bg-hero.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    justify-items: center;
    align-content: center;
    align-items: center;
    gap: 5rem;

    .text-wrapper {
        display: flex;
        text-align: left;
        padding: 0 5rem;
        gap: 2rem;
    }

    h1 {
        font-size: 4rem;
        font-weight: 700;
        color: white;
        text-transform: uppercase;
        padding-top: 7rem;
    }

    p {
        font-size: 1.7rem;
        /*padding: 0 4rem;*/
        color: white;
        font-weight: 600;
    }

    .team-bilder {
        display: block;
    }

    .team-bilder-mobil {
        display: none;
    }
}

@media only screen and (max-width: 700px) {


    .container.team {
        padding: 0;
    }

    .team {
        padding-top: 0rem;
        padding-bottom: 0rem;
        gap: 3rem;



        .text-wrapper {
            display: grid;
            text-align: center;
            padding: 0 1rem;
            gap: 2rem;
            margin-top: -2rem;
        }

        h1 {
            font-size: 3rem;
            font-weight: 700;
            color: white;
            text-transform: uppercase;
            padding-top: 3rem;
        }

        p {
            font-size: 1.2rem;
            font-weight: 600;
        }

        .team-bilder {
            display: none;
        }

        .team-bilder-mobil {
            display: block;
        }
    }
}



/*section PRAXIS*/

.praxis {
    /*background-image: url('images/bg-hero.jpg');
            background-repeat: no-repeat;
            background-size: cover;
            justify-content: center;*/
    padding-bottom: 5rem;
    justify-items: center;
    align-content: center;
    align-items: center;
    gap: 5rem;

    .text-wrapper {
        display: grid;
        /*text-align: left;*/
        padding: 0 3rem;
        gap: 2rem;
    }

    h1 {
        font-size: 4rem;
        font-weight: 700;
        color: rgb(254,103,74);
        text-transform: uppercase;
        padding-top: 7rem;
    }

    p {
        font-size: 1.7rem;
        /*padding: 0 4rem;*/
        color: rgb(254,103,74);
        font-weight: 600;
    }
}

@media only screen and (max-width: 700px) {

    .praxis {
        padding-top: 0rem;
        padding-bottom: 3rem;
        gap: 3rem;

        .text-wrapper {
            display: grid;
            text-align: center;
            padding: 0 1rem;
            padding-top: 0;
            margin-top: -2rem;
            gap: 2rem;
        }

        h1 {
            font-size: 3rem;
            font-weight: 700;
            padding-top: 3rem;
        }

        p {
            font-size: 1.2rem;
            font-weight: 600;
        }
    }
}



/*section LEISTUNGEN*/

.leistungen {
    text-align: left;
    display: grid;
    grid-template-columns: 75% 15%;
    padding-bottom: 5rem;
    /*justify-items: center;
            align-content: center;
            align-items: center;*/
    gap: 5rem;

    .leistungen-wrapper {
        display: grid;
        text-align: left;
        padding: 3rem;
        padding-bottom: 8rem;
        margin-bottom: 5rem;
        gap: 2rem;
        color: white;
        background-image: url('images/bg-leistungen_960.jpg');
        background-repeat: no-repeat;
        background-size: 100%;
        /*justify-content: center;*/
    }

    h1 {
        font-size: 4rem;
        font-weight: 700;
        color: white;
        text-transform: uppercase;
        padding-top: 3rem;
        padding-bottom: 2rem;
    }

    ul {
        margin-top: -2rem;
        /*margin-left: -1.6rem;*/
        font-size: 2rem;
        line-height: 1.7em;
        list-style: none;
        font-weight: 600;
    }

    .gutschein {
        /*border: solid 2px green;*/
        margin-top: 50px;
        margin-left: -150px;
        align-self: end;
        border-radius: 50%;
        /*background-image: url('images/bg-hero.jpg');*/
        background-color: magenta;
        color: white;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-origin: border-box;
        width: 300px;
        height: 300px;
        display: grid;
        justify-items: center;
        align-items: center;
        box-shadow: hsl(0 0 0 / .5) 3px 3px 10px;

        ul {
            font-size: 2.5rem;
            line-height: 1.3em;
            list-style: none;
            font-weight: 800;
            text-align: center;
        }
    }
}

@media only screen and (max-width: 700px) {

    .container.leistungen {
        padding: 0;
    }

    .leistungen {
        padding-top: 0rem;
        padding-bottom: 3rem;
        gap: 3rem;
        display: grid;
        grid-template-columns: 1fr;

        .leistungen-wrapper {
            display: grid;
            text-align: center;
            padding: 1rem;
            padding-bottom: 13rem;
            gap: 1rem;
            color: white;
            background-image: url('images/bg-hero.jpg');
            background-repeat: no-repeat;
            background-size: 100% 100%;
            /*justify-content: center;*/
        }



        h1 {
            font-size: 3rem;
            font-weight: 700;
            padding-top: 3rem;
            padding-bottom: 0rem;
        }

        ul {
            margin-left: 0;
            margin-top: 2rem;
            font-size: 1.5rem;
            font-weight: 700;
            line-height: 2em;
            padding-left: 0;
        }

        .gutschein {
            display: grid;
            text-align: center;
            margin-left: 0px;
            align-items: center;
            margin: 0 auto;
            width: 250px;
            height: 250px;
            margin-top: -270px;

            ul {
                font-size: 1.5rem;
                margin-top: -40px;
            }
        }
    }
}



/*section JOBS*/
.jobs {
    padding: 5rem;

    a {
        color: rgb(254,103,74);
    }

    h1 {
        font-size: 4rem;
        font-weight: 700;
        color: rgb(254,103,74);
        text-transform: uppercase;
        padding-top: 3rem;
        padding-bottom: 2rem;
    }

    p {
        font-size: 1.7rem;
        color: rgb(254,103,74);
        font-weight: 600;
    }

    @media only screen and (max-width: 700px) {
        padding: 1rem;
        /*font-size: 1rem;*/

        h1 {
            font-size: 2rem;
        }

        p {
            font-size: 1.2rem;
            font-weight: 600;
        }
    }
}

/*section KONTAKT*/
.kontakt {
    text-align: left;
    /*justify-items: center;
            align-content: center;
            align-items: center;
            gap: 5rem;*/
    display: flex;
    gap: 5rem;
    padding-bottom: 5rem;

    #map-mobil {
        display: none;
    }


    h1 {
        font-size: 4rem;
        font-weight: 700;
        color: rgb(254,103,74);
        text-transform: uppercase;
        padding-top: 7rem;
    }

    p {
        font-size: 1rem;
        /*padding: 0 4rem;*/
        color: black;
        font-weight: 300;
    }




    .ff-area {
        border-radius: 0px !important;
    }

    .riEmpty {
        color: #bbb !important;
    }

    .riEnabled {
        font-size: 1.2rem !important;
        border: 1px orange solid !important;
        border-radius: 10px;
        line-height: 1.5rem !important;
        padding: .5rem 1rem !important;
    }

    .riTextBox {
        font-size: 1.2rem !important;
        border: 1px orange solid !important;
        border-radius: 10px !important;
        line-height: 1.5rem !important;
        padding: .5rem 1rem !important;
        background-color: antiquewhite !important;
    }

    .buttonAnfrage {
        font-size: 1.2rem;
        font-weight: 700;
        background-color: rgb(254,103,74);
        ;
        border-radius: 1000px;
        border: 0;
        color: white;
        padding: .8rem 2rem;
        cursor: pointer;
        margin-bottom: 3rem;
        transition: background 250ms;

        &:hover {
            background-color: magenta;
        }
    }

    .danke {
        font-size: 1.5rem;
        font-weight: 700;
        color: green;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .formFehler {
        font-size: 1.2rem;
        font-weight: 700;
        color: red;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }


    @media only screen and (max-width: 700px) {

        h1 {
            font-size: 3rem;
            padding-bottom: 3rem;
        }

        #map-mobil {
            display: block;
            padding: 0;
        }

        #map {
            display: none;
        }
        /*flex-wrap: wrap;*/
        text-align: center;
        display: grid;
        /*grid-template-columns: 1fr 1fr;*/


        .formular {
            padding: 0 1rem;
        }



        .container.kontakt {
            padding: 0;
        }
    }
}

@media only screen and (max-width: 700px) {



    .riEnabled {
        font-size: 1rem !important;
        border: 1px orange solid !important;
        border-radius: 10px;
        line-height: 1.1rem !important;
        padding: .5rem 1rem !important;
    }

    .riTextBox {
        font-size: 1rem !important;
        border: 1px orange solid !important;
        border-radius: 10px !important;
        line-height: 1.1rem !important;
        padding: .5rem 1rem !important;
        background-color: antiquewhite !important;
    }
}

footer .container {
    padding: 2rem;
    text-align: left;
    font-weight: 600;
    background-color: magenta;
    color: white;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;

    ul {
        list-style: none;
        margin: 0;
        padding:0;


        a {
            color: papayawhip;
            text-decoration: none;

            &:hover {
                color: black;
            }
        }
    }

    .social {
        display: grid;
        text-align: right;
        gap: 1rem;

        a {
            display: inline-block;
            color: papayawhip;
            text-decoration: none;
            font-size: 1.3rem;
            line-height: 1rem;

            &:hover {
                color: black;
            }
        }
    }


    svg {
        width: 2.5rem;
        height: 2.5rem;


        &:hover {
            fill: black;
        }
    }
}

@media only screen and (max-width: 700px) {
    footer .container {
        text-align: center;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 2rem;

        ul {
            padding-left: 0;
        }

        .social {
            margin-top:2rem;
            text-align: center;
        }

        svg {
            margin: 0;
        }
    }
}


