body {
    background-color: #86dafe;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;

}

* {
    padding: 0;
    margin: 0;
}

html {
    scroll-behavior: smooth;
}

#tourinator-container {
    height: 100vh;
    width: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#agenda-container {
    background-color: #86dafe;
    height: 100vh;
    width: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

a {
    text-decoration: none;
}


a:hover {
    color: rgb(0, 0, 0);
    background-color: transparent;
}

#agenda-content {
    margin-top: 1%;
    height: 50vh;
    width: 100%;
}

#acontent-links {
    float: left;
    background-image: url(../images/homeIntro.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
    width: 55%;
}

#acontent-rechts {
    float: right;
    display: block;
    background-color: #3c58b5;
    height: 50vh;
    width: 43%;
}

#kaarten {
    margin-top: 1%;
    height: 40vh;
    width: 100%;
    background-color: #a3eeb2;
}

#box {
    width: 85%;
    height: 100%;
}

.header-tekst1 {
    margin-top: 20%;
    text-align: center;
    align-items: center;
    display: flex;
    color: #a2eeb2;
    padding: 1% 1% 1% 1%;
    background-color: #3c58b5;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 2vw;
    font-weight: 800;
    width: 15%;
    height: 30px;
}

.header-tekst2 {
    width: 45%;
    height: 20%;
    margin-top: 1%;
    display: flex;
    text-align: center;
    color: #3c57b5;
    background-color: #a2eeb2;
    font-family: "Staatliches", sans-serif;
    font-size: 4vw;

}

.header-tekst3 {
    width: 20%;
    height: 20%;
    margin-top: 5%;
    display: flex;
    text-align: center;
    align-items: center;
    color: #3c57b5;
    background-color: #a2eeb2;
    font-family: "Staatliches", sans-serif;
    font-size: 4vw;
    padding: 0px 20px;
    margin-bottom: 1%;
}

.container-tekst {
    flex-direction: column;
    justify-content: flex-start;
}

.map-content {
    width: 98%;
    padding-top: 1%;
    padding-bottom: 1%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 92%;
    max-width: 100%;
    object-fit: cover;
}

.tourinator-tekst {
    padding-top: 5%;
    padding-left: 5%;
    margin-top: 7%;
    margin-left: 5%;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-size: 2.2vh;
    background-color: #a2eeb2;
    color: #3c57b5;
    width: 80%;
    height: 50%;
}

.lees-meer {
    margin-top: 3%;
    margin-left: 5%;
    text-decoration: none;
    color: #a2eeb2;
    height: 14%;
    font-family: "Staatliches", sans-serif;
    font-size: 4.5vh;
    width: 70%;
    border-color: transparent;
}

.a-button {
    padding-top: 1%;
    background-color: #3c58b5;
    overflow: hidden;
}

.lees-meer:hover {
    background-color: #394776;
    color: #72ac7e;
}

.agenda-tekst {
    color: #a2eeb2;
    font-family: "Staatliches", sans-serif;
    font-size: 5vh;
}

#agenda-buttons {
    margin-top: 5%;
    margin-left: 2%;
    width: 95%;
    height: 90%;
    display: flex;
    justify-content: space-evenly;

}

#agenda-button {
    margin-top: 1%;
    height: 25%;
    width: 100%;
    text-decoration: none;
    font-family: "Roboto Condensed", sans-serif;
    background-color: #4f67bb;
    border-color: transparent;
}

#agenda-button:hover {
    background-color: #3851aa;
}

#agenda-tekstkop {
    width: 100%;
}

.kop-tekst {
    color: #b3ecb7;
}

.sub-tekst {
    color: #94c0b5;
}

.space {
    margin-left: 5%;
}

.font-agenda {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-size: 2.2vh;
    text-align: left;
}

#header-container {
    background-image: url("../images/header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}


#header-buttons {
    text-align: center;
    align-items: center;
    background-color: #ffffff;
    display: flex;
    justify-content: space-around;
    height: 7%;
    width: 45%;
    font-family: "Staatliches", sans-serif;
    font-weight: 400;
    font-size: 1.8vw;
    position: fixed;
    transition: width 0.3s ease;
}

a {
    text-decoration: none;
}

a:link {
    color: #3c58b5;
    background-color: transparent;
    text-decoration: none;
}



#agenda-button {
    margin-top: 1%;
    height: 25%;
    width: 100%;
    text-decoration: none;
    font-family: "Roboto Condensed", sans-serif;
    background-color: #4f67bb;
    border-color: transparent;
}

.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1200px;
    height: 40vh;
}

#container1 {
    padding-top: 7vh;

}

.intro-inhoud {
    font-size: 20px;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    color: #3851aa;
    width: 80%;
    display: flex;
    justify-content: space-evenly;
}

.item {
    width: 50%;
    margin-top: -6%;
}

#intro {
    width: 55%;
    background-color: #a3eeb2;
    display: flex;
    justify-content: center;
}

#agenda {
    width: 44%;
    background-color: #3c58b5;
    display: flex;
    justify-content: center;
}

#extra {
    width: 20%;
}

.tile {
    width: 32%;
    background-color: blue;
    height: 100%;
    transition: transform 1s ease;
}

.tile-last {
    width: calc(33% - -10px);
    background-color: #3c58b5;
    transition: transform 1s ease;
}

.tile-last:hover,
.tile:hover {
    transform: scale(1.03);
}

#foto1 {
    background-image: url("../images/birth.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 70%;
}

#foto2 {
    background-image: url("../images/golf.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 40%;
}

#foto3 {
    background-image: url("../images/invention.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

#container-koptekst {
    width: 100%;
}

#tourinator-koptekst {
    text-align: center;
    font-size: 3vw;
    background-color: #a3eeb2;
    color: #3851aa;
    font-family: "Staatliches", sans-serif;
    width: 20%;
    margin-bottom: -10%;
}