@import url('../../../global/css/main.css');

@media 
(min-width: 990px) 
and (max-width: 1296px) {
    /* Spacer START */
    .spacer {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 5rem;
    }
    /* Spacer ENDE */

    /* Header Section START */
    .header-section {
        position: relative;
        height: 50rem;
    }

    .header-section .main-layer {
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: 100%;
        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: 3rem;
        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: 3rem;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        gap: 2%;
    }

    .header-section .main-layer .content .button-box .praxis-button {
        position: relative;
        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;
        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: 48%;
        height: 2.5rem;
        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;
        top: 0;
        right: -15%;
        height: 100%;
        z-index: -1;
    }
    /* Header Section ENDE */

    /* Conny Grahm Section START */
    .conny-section {
        position: relative;
        height: 35rem;
        background-color: var(--background-color);
    }

    .conny-section .content {
        position: absolute;
        top: 0;
        left: 10%;
        width: 90%;
        height: 100%;
    }

    .conny-section .content .main-headline {
        position: relative;
        top: 1rem;
        font-size: 3rem;
        font-family: 'Epilogue', sans-serif;
        font-weight: 700;
        color: var(--primary);
    }

    .conny-section .content .card-container {
        position: absolute;
        top: 5rem;
        left: 0;
        height: 27rem;
        width: 55%;
        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: 35rem;
        height: 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: 2rem;
        -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: 1rem;
        height: 3.5rem;
    }

    .conny-section .content .card-container .card .card-text {
        padding-right: 1rem;
        font-size: 1.2rem;
    }

    .conny-section .content .cg-image {
        position: absolute;
        bottom: -.5rem;
        right: -3rem;
        height: 35rem;
        z-index: 10;
    }
    /* Conny Grahm Section ENDE */


    /* Praxis START */
    .praxis-section {
        position: relative;
        height: 45rem;
        background-color: var(--background-color);
    }

    .praxis-section .main-layer {
        position: absolute;
        top: 0;
        left: 0;
        width: 60%;
        height: 100%;
        background-color: var(--background-color);
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .praxis-section .main-layer .content {
        position: relative;
        width: 90%;
        min-height: 35rem;
        height: auto;
    }

    .praxis-section .main-layer .content .main-headline {
        position: relative;
        top: 2rem;
        left: 1rem;
        font-size: 2.5rem;
        font-family: 'Epilogue', sans-serif;
        font-weight: 700;
        color: var(--primary);
    }

    .praxis-section .main-layer .content p {
        position: relative;
        top: 5rem;
        left: 1rem;
        margin-bottom: 1rem;
        font-size: 1.3rem;
        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: 6rem;
        left: .8rem;
        width: 70%;
        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: 0;
        left: 60%;
        width: 40%;
        height: 100%;
        overflow: hidden;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        z-index: -2;
    }

    .praxis-section .sub-layer .praxis-image {
        position: relative;
        height: 100%;
        z-index: -1;
    }

        /*? ################ */
        /*? Leistungen */
        /*? ################ */

        .praxis-section .service-window {
            display: none;
            position: absolute;
            top: 2.5rem;
            left: 15%;
            width: 70%;
            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: 0;
            right: .5rem;
            padding: 1rem;
            color: var(--secondary-text-color);
            border: none;
            background-color: transparent;
            -webkit-transition: .3s ease;
            -moz-transition: .3s ease;
            -ms-transition: .3s ease;
            -o-transition: .3s ease;
            transition: .3s ease;
        }

        .praxis-section .service-window .close-button:hover {
            cursor: pointer;
            color: var(--primary);
        }

        .service-window>.content{
            position: relative;
            top: 2rem;
            left: 5%;
            width: 90%;
            height: 35rem;
            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: 2.5rem;
            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.7rem;
            font-weight: 700;
            margin-top: 3rem;
            margin-bottom: 1rem;
            color: var(--secondary);
        }

        .service-window>.content>.content-section>.third-headline {
            position: relative;
            font-family: 'Epilogue', sans-serif;
            font-size: 1rem;
            font-weight: 700;
            margin-bottom: .5rem;
            max-width: 90%;
        }

        .service-window>.content>.content-section>p {
            position: relative;
            font-size: 1.2rem;
            max-width: 90%;
        }

        .service-window>.content>p {
            position: relative;
            font-size: 1.2rem;
            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: .5rem;
            max-width: 90%;
        }

        .service-window>.content>.window-spacer {
            position: relative;
            width: 90%;
            height: 10rem;

        }        




        /*? ################ */
        /*? Galerie ######*/
        /*? ################ */
        
        .praxis-section .praxis-galery-window {
            display: none;
            position: absolute;
            top: 1rem;
            left: 10%;
            width: 80%;
            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: 2%;
            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: 2%;
            width: 96%;
            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: 45rem;
        background-color: var(--background-color);
    }

    .natürlich-section .sub-layer {
        position: absolute;
        top: 0;
        left: 0;
        width: 40%;
        height: 100%;
        overflow: hidden;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        z-index: -2;
    }

    .natürlich-section .sub-layer .praxis-image {
        position: relative;
        height: 100%;
        z-index: -1;
    }

    .natürlich-section .main-layer {
        position: absolute;
        top: 0;
        left: 40%;
        width: 60%;
        height: 100%;
        background-color: var(--background-color);
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .natürlich-section .main-layer .content {
        position: relative;
        width: 95%;
        min-height: 40rem;
        height: auto;
    }

    .natürlich-section .main-layer .content .main-headline {
        position: relative;
        top: 0;
        left: 2rem;
        font-size: 3rem;
        font-family: 'Epilogue', sans-serif;
        font-weight: 700;
        color: var(--primary);
    }


    .natürlich-section .main-layer .content p {
        position: relative;
        top: 1rem;
        left: 2rem;
        margin-bottom: 1rem;
        font-size: 1.3rem;
        max-width: 90%;
        text-align: justify;
    }

    .natürlich-section .main-layer .content .small-headline {
        position: relative;
        top: 3rem;
        left: 2rem;
        font-family: 'Epilogue', sans-serif;
        font-size: 1.5rem;
        color: var(--secondary);
    }

    .natürlich-section .main-layer .content .animal-list {
        position: relative;
        top: 4rem;
        left: 2rem;
    }

    .natürlich-section .main-layer .content .animal-list li {
        position: relative;
        left: 1rem;
        margin-bottom: .5rem;
        font-size: 1.2rem;
        list-style: disc;
    }

    .natürlich-section .main-layer .content .button-box {
        position: relative;
        top: 7rem;
        left: 1.8rem;
        width: 75%;
        height: 3rem;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 2%;
    }

    .natürlich-section .main-layer .content .button-box button {
        position: relative;
        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 .image-button { background-color: var(--secondary);}
    .natürlich-section .main-layer .content .button-box .image-button:hover { cursor: pointer; background-color: var(--secondary-dark);}
    
    
    /*? ################ */
        /*? Galerie ######*/
        /*? ################ */
        
        .natürlich-section .natürlich-galery-window {
            display: none;
            position: absolute;
            top: 1rem;
            left: 10%;
            width: 80%;
            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: 2%;
            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: 2%;
            width: 96%;
            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: 55rem;
        background-color: var(--background-color);
    }

    .kontakt-section .main-headline {
        position: relative;
        top: 1rem;
        text-align: center;
        font-size: 2.5rem;
        color: var(--primary);
        font-family: 'Epilogue', sans-serif;
        font-weight: 700;
    }

    .kontakt-section .contact-form-box {
        position: absolute;
        top: 7rem;
        left: 8.5%;
        width: 60%;
        height: 38rem;
        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: 7.5%;
        left: 5%;
        width: 90%;
        height: 85%;
    }

    .contact-form-box form .personal-box {
        position: relative;
        top: 3rem;
        left: 5%;
        width: 90%;
        height: 3rem;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 5px;
    }

    .contact-form-box form .personal-box input[type=text] {
        height: 2.5rem;
        font-size: 1rem;
        flex: 50%;
        -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: 25%;
        -ms-flex: 25%;
        background-color: transparent;
        border: none;
        border-bottom: 3px solid var(--primary);
    }
    
    .contact-form-box form .contact-info-box {
        position: relative;
        top: 3.5rem;
        left: 5%;
        width: 90%;
        height: 3rem;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 5px;
    }

    .contact-form-box form .contact-info-box input[type=email],
    input[type=tel] {
        height: 2.5rem;
        font-size: 1rem;
        flex: 50%;
        -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: 3rem;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 5px;
    }

    .contact-form-box form .send-box .privacy-box .privacy-label { 
        font-size: .9rem;
        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 {
        position: absolute;
        top: 7rem;
        left: 68.5%;
        width: 23%;
        height: 38rem;
        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;
        display: flex;
        flex-direction: column;
        align-items: center;
    } 

    .kontakt-section .contact-box .sub-headline {
        position: relative;
        top: 2rem;
        max-width: 90%;
        font-family: 'Epilogue', sans-serif;
        font-size: 1.2rem;
        font-weight: 600;
        color: var(--primary);
    }

    .kontakt-section .contact-box .adress-box {
        position: relative;
        top: 4rem;
        width: 90%;
        height: 12rem;
        background-color: var(--background-color);
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    }

    .kontakt-section .contact-box .adress-box b {
        position: relative;
        top: 1rem;
        left: 1rem;
        font-size: 1.4rem;
        color: var(--secondary);
    }

    .kontakt-section .contact-box .adress-box p {
        position: relative;
        top: 2rem;
        left: 1rem;
    }

    .kontakt-section .contact-box .contact-method-box {
        position: relative;
        top: 5rem;
        width: 90%;
        height: 12rem;
    }

    .kontakt-section .contact-box .contact-method-box a { color: #cecece;}

    .kontakt-section .contact-box .contact-method-box a .content {
        width: calc(100% - 2rem);
        height: 3rem;
        position: relative;
        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.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
        text-align: center;
        line-height: 3rem;
        font-size: 1rem;
        margin-bottom: -.8rem;
        white-space: nowrap; 
        overflow: hidden;
        text-overflow: ellipsis;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .kontakt-section .contact-box .contact-method-box a .content:hover {
        cursor: pointer;
        background-color: #f0f0f0;
        color: var(--secondary);
    }

    .kontakt-section .contact-box-mobile { display: none;}
    /* Kontakt ENDE */
}