body, html{
    margin: 0;
    padding: 0;
}

header{
    background-color: darkorange;
}

.header_content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 30px;
}

.links {
    display: flex;
    gap: 60px;
    align-items: center;
}
.links a{
    text-decoration: none;
    color: white;
    font-size: 24px;
    font-family: inika;
}
.hero-wrapper{
    margin-top: 100px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;

}
.hero-wrapper img{
    height: 473px;
}
.hero{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.hero h1{
    font-size: 64px;
    font-family: open sans;
}
.hero h2{
    max-width: 736px;
    font-family: "open sans";
    margin-top: 50px;

}

.hero a{
    max-width: 160px;
    padding: 15px;
    font-size: 22px;
    font-family: inika;
    text-decoration: none;
    color: white;
    background-color: #AFA071;
}


.info{
    padding-left: 200px;
    margin-bottom: 100px;
}

.regels{
    padding-top: 40px;
}
.regels h3{

    width: 900px;
}

footer{
    background-color: darkorange;
    margin: 0;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}


main {
    background-color: #e9e9e9;
    min-height: 100vh;
    padding-top: 80px;
}

/* Titel */
main h1 {
    font-size: 60px;
    margin-left: 300px;
    margin-bottom: 80px;
}

/* Formulier */
form {
    width: 520px;
    margin: 0 auto;
}

/* Elke rij */
.form-group {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}

/* Labels */
.form-group label {
    width: 180px;
    font-size: 20px;
    font-weight: bold;
}

/* Inputs */
.form-group input {
    width: 320px;
    height: 30px;
    border: 1px solid #777;
    background-color: white;
}

/* Button */
button {
    /*margin-left: 390px;*/
    /*margin-top: 20px;*/
    /*margin-bottom: 59px;*/
    width: 160px;
    height: 50px;
    border: none;
    background-color: #c1b07a;
    color: white;
    font-size: 22px;
    font-weight: bold;
    cursor: pointer;
}

.inschrijven{
    font-family: inika;
    margin-left: 200px;
    font-size: 64px;
}



.gegevens-container{
margin-left:200px ;
    display: flex;
    flex-direction: column;
}

.gegeven{
    display: grid;

    grid-template-columns: 250px 1fr 180px;

    align-items: center;

    margin-bottom: 25px;

    padding-bottom: 20px;

    border-bottom: 1px solid #ccc;
}

.label{
    font-size: 24px;
    font-weight: bold;
}

.waarde{
    font-size: 22px;
}

.actie button{
    width: 150px;
    height: 45px;

    border: none;

    background-color: #c1b07a;

    color: white;

    font-size: 18px;

    cursor: pointer;
}

h1{
    font-family: inika;
    font-size: 64px;
}

.button-group{
    margin-bottom: 120px;
}