@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.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: 60%;
    height: 80vh;
}
.adres {
    float: left;
    width: 50%;
    height: 11vh;
    margin: 5vh 0%;
    padding-left: 8%;
    font-size: 20px;
    color: #666;
}
.adres1 {
    float: left;
    width: 36%;
    height: 11vh;
    margin: 5vh 0%;
    padding-left: 5%;
    font-size: 20px;
    color: #666;
}
.icoon {
    margin: 10px 20px 10px 0px;
    font-size: 25px;
    color: #FF7003;
}
.icoon1 {
    float: left;
    margin: 35px 25px 0px 0px;
    font-size: 45px;
    color: #FF7003;
}
h15 {
    font-size: 25px;
    font-weight: bold;
    color: #23316B
}
.vl {
    border-left: 1px solid #FF7003;
}
.logo {
    float: left;
    width: 50%;
    margin: 0px 25%;
}
.welkom {
    float: left;
    width: 100%;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
    color: #23316B;
    font-family: "Caveat", cursive;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
}
.enter {
    display: none;
}
