*{
    padding: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}

body{
    font-family: 'Outfit', sans-serif;
    cursor: url("images/graphics/cursor_paw.svg"), auto;
    background-color: #FAFAFA;
}

h2{
    font-size: 2.5em;
    font-weight: 500;
}

::-moz-selection { background: black; color: white; }
::selection { background: black; color: white; }


.image-box{
    display: flex;
    justify-content: space-between;
    height: 95em;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.image{
    position: absolute;
    width: 100%;
    z-index: -1;
    display: block;
    object-fit: cover; 
    height: 100%; 
}


.header-box{
    position: relative;
}

.logo-box{
    width: 13%;
    position: absolute;
    z-index: 4;
    margin-left: 2%;
    transition: 0.7s ease;
}

.navbar{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #33C31E;
    width: 100%;
    padding: 0.5% 1% 0.5% 0;
    position: fixed;
    z-index: 3;
}

.nav-filler{
    width: 100%;
    height: 6.7em;
    margin-top: 2%;
    position: absolute;
    z-index: 2;
}

.nav-menu{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2em;
    height: 30%;
}

.nav-link{
    font-size: 1.5em;
    font-weight: 500;
    text-decoration: none;
    color:black
}

.nav-link-lock{
    font-size: 1.5em;
    font-weight: 500;
    text-decoration: underline;
    color:black
}

.nav-link:hover{
    text-decoration: underline;
    color: rgb(0, 0, 0);
}

.hamburger{
    display: none;
    cursor: pointer;
    margin-right: 2%;
}

.bar{
    display: block;
    width: 30px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3 ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: black;
    border-radius: 50px;
}

/*preise*/
.price-box{
    display: flex;
    margin-bottom: 5%;
    padding-top: 13%;
    width: 100%;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.price-box-header{
    margin-bottom: 1%;
}

.price-table-header-first{
    font-weight: 500;
    padding: 3% 1% 0% 3%;
    font-size: 1.9em;
}

.price-table-header{
    font-weight: 500;
    padding: 5% 1% 0% 3%;
    font-size: 1.9em;
}

.price-table-text{
    font-size: 1.2em;
    padding: 0% 8% 1% 3%;
}

.table-image{
    object-fit: cover;
    height:100%;
    width: 100%;
    transition: transform 1.5s;
}

.table-image:hover{
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scle(1.2);
}

/*Table boxes*/

.service-table-one{
    display: flex;
    justify-content: center;
    max-width: 80em;
    margin-left: 2.5%;
    margin-right: 2.5%;
}

.table-info-box-one{
    width: 50%;
    border-radius: 1em 0px 0px 1em;
    background-color:#5CE348;
}

.table-picture-box-one{
    width: 50%;
    overflow: hidden;
    border-radius: 0em 1em 1em 0em;
}

.service-table-two{
    display: flex;
    justify-content: center;
    max-width: 80em;
    margin-left: 2.5%;
    margin-right: 2.5%;
    margin-top: 2%;
}

.table-picture-box-two{
    width: 50%;
    overflow: hidden;
    border-radius: 1em 0em 0em 1em;
}

.table-info-box-two{
    width: 50%;
    border-radius: 0em 1em 1em 0em;
    background-color:#5CE348;
}

.price-table-header-first-two{
    font-weight: 500;
    padding: 1% 1% 0% 1%;
    font-size: 1.9em;
}

.price-table-text-two{
    font-size: 1.2em;
    padding: 0% 1% 1% 1%;
}

.service-table-three{
    display: flex;
    justify-content: center;
    max-width: 80em;
    margin-left: 2.5%;
    margin-right: 2.5%;
    margin-top: 2%;
}

.table-info-box-three{
    width: 50%;
    border-radius: 1em 0em 0em 1em;
    background-color: #5CE348;
}

.table-picture-box-three{
    width: 50%;
    overflow: hidden;
    border-radius: 0em 1em 1em 0em;
}

.service-table-four{
    display: flex;
    justify-content: center;
    max-width: 80em;
    margin-left: 2.5%;
    margin-right: 2.5%;
    margin-top: 2%;
}

.table-info-box-four{
    width: 100%;
    border-radius: 1em;
}

.price-table-text-four{
    font-size: 1.2em;
    padding: 1%;
}



/*footer*/
.footer{
    background-color: #79E869;
    display: flex;
    justify-content: center;
    align-items:flex-start;
    flex-wrap: wrap;
    border-top: 0.2em #33C31E solid;
    cursor: auto;
}

.footer-col-logo{
    width: min(250px);
    margin: 1%; 
    display: flex;
    justify-content: center;
}

.footer-col{
    width: min(250px);
    margin: 1%;
    padding-top: 0.5%;
}


.footer-headline{
    font-weight: 700;
    font-size: 1.2em;
    color: rgb(0, 0, 0);
    margin-bottom: 6%;
}

.footer-link{
    color: rgb(0, 0, 0);
    font-weight: 500;
    text-decoration: none;
    line-height: 1.5em;
}

.footer-link:hover{
    text-decoration: underline;
}

.footer-contact{
    font-weight: 500;
}

.footer-contact-number{
    text-decoration: none;
}

.footer-contact-number:hover{
    color: #ffffff;
}

.footer-contact-email{
    text-decoration: none;
    line-height: 3em;

}

.footer-contact-email:hover{
    color: #ffffff;
}

.social-link{
    display: inline-block;
    height: 40px;
    width: 40px;
}

.social-picture{
    height:70%;
    margin: 5px;
}


.footer-point{
    width: 75%;
}

.footer-line{
    background-color: #33C31E;
    padding: 0.5% 0.5% 0.5% 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

.legal-text{
    font-size: 1em;
}

@media(max-width: 1200px){
    .navbar{
        justify-content: flex-end;
        height: 3em;
    }

    .nav-menu{
        margin: 0%;
    }

    .nav-filler{
        margin-top: 4%;
    }
}


@media(max-width:700px){
    .hamburger{
        display: block;
    }    

    .hamburger.active .bar:nth-child(2){
        opacity:0;
    }

    .hamburger.active .bar:nth-child(1){
        transform: translateY(8px) rotate(45deg);
    }

    .hamburger.active .bar:nth-child(3){
        transform: translateY(-8px) rotate(-45deg);
    }

    .navbar{
        justify-content: flex-end
    }

    .nav-filler{
        position: fixed;
        margin-top: 10%;
    }

    .nav-menu{
        position: fixed;
        right: -100%;
        top:34px;
        gap: 0;
        flex-direction: column;
        background-color: #33C31E;
        width: 100%;
        text-align: center;
        transition: 0.3s;
        height: 40%;
    }

    .nav-link{
        margin: 1%;
    }


    .nav-menu.active{
        right:0;
    }

    .logo-box{
        width: 25%;
        position: fixed;
    }

    .image-box{
        height: 55em;
        width: 100%;
    }
    
    .image{
        position: absolute;
        width: 100%;
        z-index: -1;
        height: 100%; 
        object-position: 35%;
    }

    .legal-text{
        font-size: 0.8em;
    }

    /*preise*/
    .price-box{
        margin-bottom: 10%;
        padding-top: 30%;
    }
    
    .price-box-header{
        margin-bottom: 5%;
    }
    
    .service-table-one{
        width: 95%;
    }
    
    .table-info-box-one{
        width: 80%;
    }

    .price-table-header-first{
        font-weight: 500;
        padding: 3% 1% 0% 3%;
        font-size: 1.9em;
    }
    
    .price-table-header{
        font-weight: 500;
        padding: 8% 1% 0% 3%;
        font-size: 1.9em;
    }
    
    .price-table-text{
        font-size: 1.2em;
        padding: 0% 8% 1% 3%;
    }
    
    .table-picture-box-one{
        width: 20%;
    }
    
    .table-image:hover{
        transform:none;
        -ms-transform:none;
        -webkit-transform:none;
    }

    .service-table-two{
        width: 95%;
        margin-top: 5%;
    }
    
    .table-info-box-two{
        width: 80%;   
    }

    .table-picture-box-two{
        width: 20%;
    }
    
    .price-table-header-first-two{
        padding: 3% 1% 0% 3%;
        font-size: 1.5em;
    }
    
    .price-table-text-two{
        font-size: 1em;
        padding: 3%;
    }
    
    .service-table-three{
        width: 95%;
        margin-top: 9%;
    }
    
    .table-info-box-three{
        width: 80%;
    }
    
    .table-picture-box-three{
        width: 20%;
    }
    
    .table-info-box-four{
        width: 100%;
    }
    
    .price-table-text-four{
        padding: 3%;
        font-size: 1em;
    }

}