@import url('../../../global/css/main.css');

@media 
screen and (max-width: 672px) {
    * {
        /* -webkit-appearance: none; */
        appearance: none;
    }

    /* Spacer START */
    .spacer {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 4rem;
    }
    /* Spacer ENDE */

    /* Header Section START */
    .header-section {
        position: relative;
        height: 50rem;
        display: flex;
        justify-content: center;
    }

    .header-section .main-layer {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 60%;
        background-color: var(--primary);
        box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header-section .main-layer .content {
        position: relative;
        width: 90%;
        min-height: 25rem;
        height: auto;
    }

    .header-section .main-layer .content .main-headline {
        position: relative;
        top: 5rem;
        text-align: center;
        font-size: 2.5rem;
        font-weight: 700;
        color: white;
        font-family: 'Epilogue', sans-serif;
    }

    .header-section .main-layer .content .sub-headline {
        position: relative;
        top: 7rem;
        text-align: center;
        font-size: 1.2rem;
        font-weight: 400;
        color: white;
    }

    .header-section .main-layer .content .button-box {
        position: relative;
        top: 10rem;
        left: 10%;
        width: 80%;
        height: 5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 10%;
    }

    .header-section .main-layer .content .button-box .praxis-button {
        position: relative;
        width: 100%;
        height: 3rem;
        border: none;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        background-color: var(--secondary);
        color: white;
        font-size: 1rem;
    }

    .header-section .main-layer .content .button-box .praxis-button:hover {
        cursor: pointer;
        background-color: var(--secondary-dark);
    }

    .header-section .main-layer .content .button-box .natürlich-button {
        position: relative;
        width: 100%;
        height: 3rem;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        background-color: transparent;
        border: 2.5px solid white;
        color: white;
        font-size: 1rem;
    }

    .header-section .main-layer .content .button-box .natürlich-button:hover {
        cursor: pointer;
        border: 2.5px solid #e6e6e6;
    }

    .header-section .eingang-img {
        position: absolute;
        bottom: 0;
        /* right: -15%; */
        height: 50%;
        z-index: -1;
    }
    /* Header Section ENDE */


    /* Conny Grahm Section START */
    .conny-section {
        position: relative;
        min-height: 60rem;
        height: auto;
        background-color: var(--background-color);
    }

    .conny-section .content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .conny-section .content .cg-image {
        position: relative;
        top: 1rem;
        left: 5%;
        width: 90%;
        z-index: 10;
    }

    .conny-section .content .main-headline {
        position: relative;
        top: 0;
        text-align: center;
        font-size: 2rem;
        font-family: 'Epilogue', sans-serif;
        font-weight: 700;
        color: var(--primary);
    }

    .conny-section .content .card-container {
        position: relative;
        bottom: 5rem;
        left: 5%;
        height: 30rem;
        width: 90%;
        display: flex;
        align-items: start;
        justify-content: center;
        flex-direction: column;
        gap: 10px;
        z-index: 30;
    }

    .conny-section .content .card-container .card {
        position: relative;
        width: 100%;
        height: 4.5rem;
        background-color: var(--background-color);
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
        border-radius: 5px;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 1.5rem;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }

    .conny-section .content .card-container .card .icon {
        position: relative;
        left: .5rem;
        height: 2.5rem;
    }

    .conny-section .content .card-container .card .card-text {
        padding-right: 1rem;
        font-size: .9rem;
    }
    /* Conny Grahm Section ENDE */


    /* Praxis START */
    .praxis-section {
        position: relative;
        height: 50rem;
        background-color: var(--background-color);
    }

    .praxis-section .main-layer {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 35rem;
        background-color: var(--background-color);
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        display: flex;
        align-items: start;
        justify-content: center;
    }

    .praxis-section .main-layer .content {
        position: relative;
        width: 90%;
        height: 30rem;
    }

    .praxis-section .main-layer .content .main-headline {
        position: relative;
        top: 0;
        left: 1rem;
        font-size: 2rem;
        font-family: 'Epilogue', sans-serif;
        font-weight: 700;
        color: var(--primary);
    }

    .praxis-section .main-layer .content p {
        position: relative;
        top: 1rem;
        left: 1rem;
        margin-bottom: 1rem;
        font-size: 1rem;
        max-width: 90%;
        text-align: justify;
    }

    .praxis-section .main-layer .content .paragraph-3 { 
        position: relative;
        margin-top: 2rem;
        color: var(--secondary);
    }

    .praxis-section .main-layer .content .button-box {
        position: relative;
        top: 2rem;
        left: .8rem;
        width: 90%;
        height: 3rem;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 2%;
        padding-bottom: 2rem;
    }

    .praxis-section .main-layer .content .button-box button {
        width: 48%;
        height: 2.5rem;
        border: none;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        font-size: 1.1rem;
        color: white;
    }

        .praxis-section .main-layer .content .button-box .service-button { background-color: var(--primary);}
    .praxis-section .main-layer .content .button-box .service-button:hover { cursor: pointer; background-color: var(--primary-dark);}

    .praxis-section .main-layer .content .button-box .image-button { background-color: var(--secondary);}
    .praxis-section .main-layer .content .button-box .image-button:hover { cursor: pointer; background-color: var(--secondary-dark);}

    .praxis-section .sub-layer {
        position: absolute;
        top: 35rem;
        left: 0;
        width: 100%;
        height: 15rem;
        overflow: hidden;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        z-index: -2;
    }

    .praxis-section .sub-layer .praxis-image {
        position: relative;
        width: 100%;
        z-index: -1;
    }

        /*? ################ */
        /*? Leistungen ######*/
        /*? ################ */

        .praxis-section .service-window {
            display: none;
            position: absolute;
            top: 2.5rem;
            left: 5%;
            width: 90%;
            height: 40rem;
            overflow: hidden;
            background-color: var(--background-color);
            box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
            z-index: 500;
        } 

        .praxis-section .service-window .close-button {
            position: absolute;
            top: .5rem;
            right: .5rem;
            padding: 1rem;
            color: var(--secondary-text-color);
            font-size: 1rem;
            -webkit-transition: .3s ease;
            -moz-transition: .3s ease;
            -ms-transition: .3s ease;
            -o-transition: .3s ease;
            transition: .3s ease;
            border: none;
            background-color: transparent;
        }

        .praxis-section .service-window .close-button:hover {
            cursor: pointer;
            color: var(--primary);
        }

        .service-window>.content{
            position: relative;
            top: 3rem;
            left: 7%;
            width: 90%;
            height: 34rem;
            overflow-x: hidden;
            overflow-y: scroll;
        }

        .service-window>.content>.content-section>.main-headline {
            position: relative;
            font-family: 'Epilogue', sans-serif;
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 1rem;
            color: var(--primary);
        }

        .service-window>.content>.main-headline {
            position: relative;
            font-family: 'Epilogue', sans-serif;
            font-size: 2rem;
            font-weight: 700;
            margin-bottom: 1rem;
            color: var(--primary);
        }

        .service-window>.content>.content-section>.sub-headline {
            position: relative;
            font-family: 'Epilogue', sans-serif;
            font-size: 1.5rem;
            font-weight: 700;
            margin-top: 2rem;
            margin-bottom: 1rem;
            color: var(--secondary);
        }

        .service-window>.content>.content-section>.third-headline {
            position: relative;
            font-family: 'Epilogue', sans-serif;
            font-size: .9rem;
            font-weight: 700;
            line-height: 1.3rem;
            margin-bottom: 1rem;
            max-width: 90%;
        }

        .service-window>.content>.content-section>p {
            position: relative;
            font-size: .9rem;
            max-width: 90%;
        }

        .service-window>.content>p {
            position: relative;
            font-size: .9rem;
            max-width: 90%;
        }

        .service-window>.content>.content-section>ul {
            position: relative;
            left: 2rem;
            margin-top: 1rem;
            margin-bottom: 3rem;
        }

        .service-window>.content>.content-section>ul>li {
            list-style: disc;
            margin-top: 1rem;
            width: 90%;
            font-size: .9rem;
        }

        .service-window>.content>.window-spacer {
            position: relative;
            width: 90%;
            height: 3rem;
        } 

        /*? ################ */
        /*? Galerie ######*/
        /*? ################ */
        
        .praxis-section .praxis-galery-window {
            display: none;
            position: absolute;
            top: 1rem;
            left: 5%;
            width: 90%;
            height: 43rem;
            background-color: var(--background-color);
            box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
            z-index: 5000;
        }

        .praxis-section .praxis-galery-window .close-button {
            position: absolute;
            top: .5rem;
            right: .5rem;
            padding: 1rem;
            color: var(--secondary-text-color);
            font-size: 1rem;
            -webkit-transition: .3s ease;
            -moz-transition: .3s ease;
            -ms-transition: .3s ease;
            -o-transition: .3s ease;
            transition: .3s ease;
            border: none;
            background-color: transparent;
            z-index: 6000;
        }

        .praxis-section .praxis-galery-window .close-button:hover {
            cursor: pointer;
            color: var(--primary);
        }

        .praxis-galery-window .main-headline {
            position: relative;
            top: 1.5rem;
            left: 5%;
            font-family: 'Epilogue', sans-serif;
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 1rem;
            color: var(--primary);
        }

        .praxis-galery-window .content {
            position: relative;
            top: 2rem;
            left: 5%;
            width: 90%;
            height: 30rem;
            overflow-x: hidden;
            overflow-y: scroll;
            padding-bottom: 5rem;
            z-index: 5500;
        }

    /* Praxis ENDE */


    /* Natürl-ich START */
    .natürlich-section {
        position: relative;
        height: 65rem;
        background-color: var(--background-color);
    }

    .natürlich-section .main-layer {
        position: absolute;
        top: 5rem;
        left: 0;
        width: 100%;
        height: 45rem;
        background-color: var(--background-color);
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 100;
    }

    .natürlich-section .main-layer .content {
        position: relative;
        top: 10rem;
        width: 90%;
        min-height: 68rem;
        height: auto;
    }

    .natürlich-section .main-layer .content .main-headline {
        position: relative;
        top: -1rem;
        left: 1rem;
        font-size: 2rem;
        font-family: 'Epilogue', sans-serif;
        font-weight: 700;
        color: var(--primary);
    }


    .natürlich-section .main-layer .content p {
        position: relative;
        top: 0;
        left: 1rem;
        margin-bottom: 1rem;
        font-size: 1.2rem;
        max-width: 90%;
        text-align: justify;
    }

    .natürlich-section .main-layer .content .small-headline {
        position: relative;
        top: 1rem;
        left: 1rem;
        font-family: 'Epilogue', sans-serif;
        font-size: 1.4rem;
        color: var(--secondary);
    }

    .natürlich-section .main-layer .content .animal-list {
        position: relative;
        top: 2rem;
        left: 1rem;
    }

    .natürlich-section .main-layer .content .animal-list li {
        position: relative;
        left: 1rem;
        margin-bottom: .5rem;
        font-size: 1.1rem;
        max-width: 85%;
        text-align: justify;
        list-style: disc;
    }

    .natürlich-section .main-layer .content .button-box {
        position: relative;
        top: 3rem;
        left: 1.8rem;
        width: 75%;
        height: 3rem;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 2%;
    }

    .natürlich-section .main-layer .content .button-box button {
        width: 48%;
        height: 2.5rem;
        border: none;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        font-size: 1.1rem;
        color: white;
    }

    .natürlich-section .main-layer .content .button-box .service-button { background-color: var(--primary);}
    .natürlich-section .main-layer .content .button-box .service-button:hover { cursor: pointer; background-color: var(--primary-dark);}

    .natürlich-section .main-layer .content .button-box .image-button { background-color: var(--secondary);}
    .natürlich-section .main-layer .content .button-box .image-button:hover { cursor: pointer; background-color: var(--secondary-dark);}

    .natürlich-section .sub-layer {
        position: absolute;
        top: 50rem;
        left: 0;
        width: 100% !important;
        height: 15rem;
        overflow: hidden;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        z-index: 200;
    }

    .natürlich-section .sub-layer .praxis-image {
        position: relative;
        width: 100%;
        z-index: 250;
    }


        /*? ################ */
        /*? Galerie ######*/
        /*? ################ */
        
        .natürlich-section .natürlich-galery-window {
            display: none;
            position: absolute;
            top: 1rem;
            left: 5%;
            width: 90%;
            height: 43rem;
            background-color: var(--background-color);
            box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
            z-index: 5000;
        }

        .natürlich-section .natürlich-galery-window .close-button {
            position: absolute;
            top: .5rem;
            right: .5rem;
            padding: 1rem;
            color: var(--secondary-text-color);
            font-size: 1rem;
            -webkit-transition: .3s ease;
            -moz-transition: .3s ease;
            -ms-transition: .3s ease;
            -o-transition: .3s ease;
            transition: .3s ease;
            border: none;
            background-color: transparent;
            z-index: 6000;
        }

        .natürlich-section .natürlich-galery-window .close-button:hover {
            cursor: pointer;
            color: var(--primary);
        }

        .natürlich-galery-window .main-headline {
            position: relative;
            top: 1.5rem;
            left: 5%;
            font-family: 'Epilogue', sans-serif;
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 1rem;
            color: var(--primary);
        }

        .natürlich-galery-window .content {
            position: relative;
            top: 2rem;
            left: 5%;
            width: 90%;
            height: 30rem;
            overflow-x: hidden;
            overflow-y: scroll;
            padding-bottom: 5rem;
            z-index: 5500;
        }
        
        .natürlich-galery-window .content .image-error {
            position: relative;
            top: 10rem;
            text-align: center;
        }
    /* Natürl-ich ENDE */


    /* Kontakt START */
    .kontakt-section {
        position: relative;
        height: 70rem;
        background-color: var(--background-color);
    }

    .kontakt-section .main-headline {
        position: relative;
        top: 1rem;
        text-align: center;
        max-width: 90%;
        font-size: 1.8rem;
        color: var(--primary);
        font-family: 'Epilogue', sans-serif;
        font-weight: 700;
    }

    .kontakt-section .contact-form-box {
        position: absolute;
        top: 7rem;
        left: 5%;
        width: 90%;
        height: 50rem;
        background-color: var(--background-color);
        box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    }

    .kontakt-section .contact-form-box form {
        position: absolute;
        top: 0;
        left: 5%;
        width: 90%;
        height: 85%;
    }

    .contact-form-box form .personal-box {
        position: relative;
        top: 3rem;
        left: 5%;
        width: 90%;
        height: 10rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 15px;
    }

    .contact-form-box form .personal-box input[type=text]:not(#privacy) {
        height: 2.5rem;
        font-size: 1rem;
        flex: 100%;
        -ms-flex: 50%;
        border: none;
        border-bottom: 3px solid var(--primary);
    }

    .contact-form-box form .personal-box select {
        position: relative;
        height: 2.8rem;
        font-size: 1rem;
        flex: 100%;
        -ms-flex: 25%;
        background-color: transparent;
        border: none;
        border-bottom: 3px solid var(--primary);
        color: #000000;
    }
        
    .contact-form-box form .contact-info-box {
        position: relative;
        top: 3.5rem;
        left: 5%;
        width: 90%;
        height: 7rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 15px;
    }

    .contact-form-box form .contact-info-box input[type=email]:not(#privacy),
    input[type=tel]:not(#privacy) {
        height: 2.5rem;
        font-size: 1rem;
        flex: 100%;
        -ms-flex: 50%;
        border: none;
        border-bottom: 3px solid var(--primary);
    }

    .contact-form-box form .client-message-box {
        position: relative;
        top: 4.5rem;
        left: 5%;
        width: 90%;
        height: 15rem;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 5px;
    }

    .contact-form-box form .client-message-box textarea {
        resize: none;
        width: 100%;
        height: 100%;
        font-family: 'Roboto Mono', monospace;
        font-size: 1rem;
        border: none;
        border-bottom: 3px solid var(--primary);
    }

    .contact-form-box form .send-box {
        position: relative;
        top: 5.5rem;
        left: 5%;
        width: 90%;
        height: 10rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .contact-form-box form .send-box .privacy-box {
        position: relative;
        width: 100%;
        height: 5rem;
    }

    .contact-form-box form .send-box .privacy-box #privacy {
        position: relative;
        width: 1rem;
        height: 1rem;
        border: 1px solid rgb(230, 230, 230);
        background-color: #fff;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }

    .contact-form-box form .send-box .privacy-box #privacy:checked {
        background-color: var(--secondary);
        /* font-family: "FontAwesome"; */
        /* content: "\F26E"; */
        background-image: url('../../../resources/icons/check.svg');
    }

    .contact-form-box form .send-box .privacy-box .privacy-label { 
        font-size: 1rem;
        color: #cecece;
    }

    .contact-form-box form .send-box .privacy-box .privacy-label a {
        text-decoration: underline;
        color: var(--secondary);
    }

    .contact-form-box form .send-box #submit-button {
        position: relative;
        width: 12rem;
        height: 2.5rem;
        border: none;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        background-color: var(--primary);
        color: white;
        font-size: 1rem;
    }

    .contact-form-box form .send-box #submit-button:hover {
        cursor: pointer;
        background-color: var(--primary-dark);
    }

    .kontakt-section .contact-box { display: none;} 

    .kontakt-section .contact-box-mobile {
        display: block;
        position: absolute;
        top: 57rem;
        left: 5%;
        width: 90%;
        height: 10rem;
        background-color: var(--background-color);
        box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    }

    .kontakt-section .contact-box-mobile .sub-headline {
        position: relative;
        top: 1rem;
        text-align: center;
        font-size: 1.2rem;
        color: var(--primary);
    }

    .kontakt-section .contact-box-mobile .contact-method-box {
        position: absolute;
        bottom: 1rem;
        left: 2%;
        width: 96%;
        height: 5rem;
        display: flex;
        flex-direction: row;
        gap: 5px;
    }

    .contact-box-mobile .contact-method-box a {
        flex: 25%;
    }

    .contact-box-mobile .contact-method-box a .content {
        height: 5rem;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        background-color: var(--background-color);
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .contact-box-mobile .contact-method-box a .content:hover {
        background-color: #f7f7f7;
    }

    .contact-box-mobile .contact-method-box a .content i {
        position: relative;
        font-size: 2.5rem;
        color: var(--primary);
    }

    .contact-box-mobile .contact-method-box a .content span {
        display: none;
    }
        
    /* Kontakt ENDE */
}