:root {
    --main-kleur: rgb(214, 214, 35);
    --main-kleur2: rgba(255, 255, 2, 0.651);
    --tweede-kleur: rgb(255, 255, 113);
    --tweede-kleur-lichter: rgb(255, 255, 173);
    --image-background:rgb(242, 240, 216);
}
* {
    margin: 0px;
}

header {
    background-color: var(--main-kleur2);
    z-index: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    min-height: 10vw;
}

#burgerButton {
    background-color: var(--tweede-kleur);
    z-index: 2;
    position: absolute;
    right: 0;
    border: var(--tweede-kleur) solid 2px;
    height: 10vw;
    aspect-ratio: 1/1;
    color:black;
}

#burgerButton:hover {
    background-color: var(--tweede-kleur-lichter);
    border: white 2px solid;
    transform: scale(1.1);
}

nav ul {
    background-color: var(--main-kleur2);
    display: none;
    padding: 0;
    margin: 0;
    flex-direction: column;
}

nav ul li {
    display: flex;
    width: 100%;
    justify-content: center;
}

nav ul li a {
    text-decoration: none;
    color: black;
    font-size: 2rem;
    display: flex;
}

nav ul li:hover {
    background-color: var(--tweede-kleur-lichter);
}

header:has(#burgerButton:hover)+nav ul {
    display: flex;
    z-index: 2;
    flex-direction: column;
}

nav:hover ul {
    display: flex;
    

}

body {
    background-image: url("/images/beerpattern.svg");
    background-repeat: repeat;
    background-size: cover;
    z-index: 0;

}

main {
    display: flex;
    flex-direction: column;
    min-height:80vw;
}
h1 {
    font-family: "Germania One", system-ui;
    font-weight: 400;
    font-style: normal;
}
p,
h2,
h3,
a {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

p {
    font-size: 1rem;
}

h1 {
    font-size: 1rem;
}

h2 {
    font-size: 1.75rem;
}

h3 {
    font-size: 1.3rem;
}

h2.container-titel {
    text-align: center;
    margin-top:2%;
    margin-bottom:2%;
}

.row {
    display: flex;
    flex-direction: column;
    justify-content:center;
    width:100%;
}

.container {
    background-color: var(--main-kleur2);
    border: black solid 2px;
    border-radius: 10px;
    margin: 10%;
    display: flex;
    flex-direction: column;
    max-width: 70%;
}
.lang-container {
    background-color: var(--main-kleur2);
    border: black solid 2px;
    border-radius: 10px;
    margin: 10%;
    display: flex;
    flex-direction: column;
    width: 80%;
}
.groot-container {
    background-color:var(--main-kleur2);
    border: black solid 2px;
    border-radius: 10px;
    display:flex;
    flex-direction:column;
    margin: 10%;
    width:70%;

}
.container-lijst {
    display:flex;
    flex-direction:row;
    overflow-x: auto;
    gap: 2rem;
    padding: 2%;
}
.text-cont {
    background-color: white;
    padding: 2%;
}

footer {
    background-color: var(--main-kleur);
    padding: 5%;
}

.image-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.image-wrapper {
    background-color:var(--image-background);
    padding: 2%;
    max-width: 100%;
    aspect-ratio: 1/1;
    border-radius: 10px;
    display: flex;
}
.image-wrapper:hover, .image-wrapper-lang:hover, .small-image-wrapper:hover{
    border:solid black 2px;
}
.image-wrapper-lang {
    background-color:var(--image-background);
    padding: 2%;
    max-width: 100%;
    border-radius: 10px;
    display: flex;
}
.small-image-wrapper {
    background-color:var(--image-background);

    max-width: 70%;
    aspect-ratio: 1/1;
    margin:5%;
    padding: 2%;

}
img {
    width: 100%;
    aspect-ratio: 1/1;
}
.recept-container {
    min-width: 200px;
    flex-shrink: 0;
}
.ball-info {
    background-color: var(--main-kleur2);
    border-radius: 100%;
    max-height:20%;
    padding:2%;
    margin-right:3%;
    aspect-ratio: 1/1;
    justify-content:center;
    align-items:center;
}
.ball-info p {
    font-size:1rem;
}
.info-box {
    display:flex;
    flex-direction: row;
    justify-content: center;
    align-items:center;
}
.tip-cont p {
    font-size:0.6rem;
}
.tip-cont {
    height:60vw;
    width:60vw;
    margin:none;
    background-color: var(--main-kleur2);
    border: black solid 2px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    margin-top:5%;
    margin-bottom:5%;
}
form {
    min-width:70%;
    display:flex;
    flex-direction:column;
    align-items:center;
    background-color: var(--main-kleur2);
    border:solid black 3px;
    border-radius:20px;
    padding:1%;
    min-height:fit-content;
    margin:5%;
}
form input {
    margin-bottom:5%;
    width:80%;
}
form label {
    font-size:1.5em;
}
input[type="email"], input[type="text"] {
    font-size:2em;
    
}
textarea {
    font-size:2em;
    min-height:20%;
    width:80%;

}
fieldset {
    border: none;
    width:80%;
    display:flex;
    flex-direction:row;
    align-items:space-evenly;
}
input[type="radio"] {
    height:2em;
    width: 20%;
    display:flex;

}
input[type="file"]::file-selector-button {
    min-height: 3em;
    min-width:30%;
    margin-right:5%;
    margin-bottom:5%;
    background-color: var(--tweede-kleur);
    border-radius: 0;
    position:static;
    -webkit-box-shadow: 5px 5px 11px 1px black; 
    box-shadow: 5px 5px 11px 1px black;
    
}
input[type="file"]::file-selector-button:hover{
    background-color: var(--tweede-kleur-lichter);
    color:black;
}
input[type="submit"], input[type="reset"] {
    width: 20%;
    min-height: 3em;
    margin-left: 5%;
    margin-right: 5%;
    font-size: 1em;
    cursor: pointer;
    background-color:var(--tweede-kleur);
    border:solid 2px black;
    color:black;
}
input[type="submit"]:hover, input[type="reset"]:hover {
   background-color: var(--tweede-kleur-lichter);
}
@media only screen and (min-width: 1024px) {
    #burgerButton {
        display: none;
    }

    nav ul {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    nav ul li a {
        font-size: 2rem;
    }

    h1 {
        font-size: 5rem;
        font-family: "Germania One", system-ui;
        font-weight: 400;
        font-style: normal;
    }

    .container {
        margin: 2%;
    }
    p {
        font-size: 1.25rem;
    }
    h3 {
        font-size: 1.5rem;
    }
    .small-image-wrapper {
        max-width: 50%;
        aspect-ratio: 1/1;
        margin-left:5%;
        margin-right:5%;
        padding: 2%;
        
    }
    .image-wrapper{
        max-width: 70%;
    }
    .small-image-wrapper{
        max-width: 40%;
    }
    .row {
        flex-direction: row;

    }
    .groot-container{
        width:90%;
    }
    .tip-cont {
        height:29vw;
        width:29vw;
    }
    .tip-cont p {
        font-size:1.4rem;
    }
    header {
        justify-content: center;
    }
}