@charset "utf-8";
/* CSS Document */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    display: flex;             /* Activeert flexbox */
    justify-content: center;   /* Horizontaal centreren */
    align-items: center;       /* Verticaal centreren */
    margin: 0;                 /* Verwijdert standaard marges */
    background-image: url('IMG/achtergrond_klein.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed; /* Optioneel: afbeelding blijft staan bij scrollen */
    height: 100vh;
    margin: 0;
}
.hoofdframe {
    width: 100%;
    height: 90vh;
}
.adres, .adres1 {
    float: left;
    width: 90%;
    margin: 0px 8% 5px 5%;
    font-size: 18px;
    color: #666;
}
.icoon {
    margin: 15px 20px 10px 5px;
    font-size: 25px;
    color: #FF7003;
}
.icoon1 {
    float: left;
    margin: 25px 15px 0px 0px;
    font-size: 45px;
    color: #FF7003;
}
h15 {
    font-size: 18px;
    font-weight: bold;
    color: #23316B
}
.logo {
    float: left;
    width: 80%;
    margin: 10px 10%;
}
.welkom {
    float: left;
    width: 100%;
    font-size: 26px;
    line-height: 35px;
    text-align: center;
    color: #23316B;
    font-family: "Caveat", cursive;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
    margin-bottom: 25px;
}
