
body.Gyvano {
    background-color: #f4f4f4;
    margin: 0;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
}


nav {
    height: 70px;
    background-color: white;
    box-shadow: 0 6px 5px -2px rgba(0,0,0,.25);
    display: flex;
    align-items: center;
    padding: 0 14px;
    gap: 10px;
    position: sticky;
    top: 0;
    z-index: 100;
}

#logo {
    height: 50px;
    margin-right: 10px;
}

.nav-buttons {
    background-color: white;
    color: #006241;

    cursor: pointer;
    padding: 10px 14px;

    cursor: pointer;
    padding: 10px 14px;

    text-decoration: none;
    font-size: 14px;
    border-radius: 8px;
    font-weight: 600;
    transition: transform .15s ease, background-color .15s ease;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.nav-buttons:hover {
    background-color: #e7f5ec;
    transform: translateY(-3px);
}


.nav-buttons:hover{
    background-color: rgb(225, 225, 225);
}
.dropdown-items{
    display: none;
    position: absolute;
    z-index: 1;
    margin-top: 110px;
    width: auto;
    border-radius: 5px;
}
.dropdown-items a:hover{
    background-color: rgb(225, 225, 225);
}
.dropdown-items a{
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    justify-content: center;  
    color: rgb(0, 98, 65);
    text-decoration: none;
    display: block;
    font-size: 17px;
    display: flex;
    height: 35px;
}
.dropdown{
    display: flex;
    align-items: center;
    justify-content: center;
}
.dropdown:hover .dropdown-items{
    display: block;
    background-color: white;
    box-shadow: 0 4px 2px -2px rgba(0,0,0,.1);
    border: 2px solid rgba(0, 0, 0, 0.15);
  }

.h1 {
    background-color: #006241;
    color: white;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    padding: 15px 0;
    width: 80%;
    margin: 40px auto;
    border-radius: 50px;
    letter-spacing: 1px;
}


.blok {
    background-color: white;
    width: 75%;
    margin: 0 auto 40px auto;
    padding: 30px 40px;
    border-radius: 25px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    text-align: center;
}

.casus {
    background-color: #006241;
    color: white;
    width: 75%;
    margin: 0 auto 40px auto;
    padding: 40px 45px;
    border-radius: 25px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

.casus h2 {
    margin-top: 0;
    font-size: 26px;
    border-bottom: 2px solid white;
    padding-bottom: 10px;
}


.footer {
    text-align: center;
    background-color: #006241;
    color: white;
    padding: 20px;
    margin-top: 50px;
    font-size: 14px;
}


@media (max-width: 900px) {
    .h1, .blok, .casus {
        width: 90%;
    }

    .casus, .blok {
        padding: 25px;
    }

    .nav-buttons {
        font-size: 12px;
        padding: 8px 10px;
    }
}


.Antwoord1{
    color: #006241;
}

.Antwoord2{
 color: #006241;
}

.Reden2{
    color : #006241;
}

.Reden1{
    color: #006241;
}