body {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'CoFo Sans', sans-serif;
    background-color: #FFF;
    font-family: Ubuntu;
}


body, html {
    margin: 0;
    padding: 0;
    min-height: 85vh; /* Zorg ervoor dat de pagina minimaal de hoogte van het scherm heeft */
    display: flex;
    flex-direction: column;
}


header {
    display: flex;
    position: fixed;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 20px 1rem 30px;
    background-color: black;
    color: #fff;
    top: 0;
    width: 100%;
    z-index: 15;
}

body {
    margin-top: 6.5rem;
}

.logo1 a {
    margin-left: 2.25rem;
    display: block;
    width: 120px;
    height: auto;
}
  
.logo1 a img {
    max-width: 100%;
    height: auto;
    display: block;
}

.logo2 a {
    display: block;
    height: 57.41px;
    width: auto;
}

.logo2 a img {
    max-height: 100%;
    width: auto;
    display: block;
}

.container {
    width: 60%;
    margin: 20px auto;
    padding: 20px;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    text-align: center;
}





h1 {
    color: #333;
    text-align: center;
    font-size: 2em;
    margin-bottom: 1.5rem;
}

p {
    margin-bottom: 20px;
    color: #123;
    font-size: 18px;
}

.containerContact{
    padding-top: 2rem;
    text-align: center;
    width: 70%;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
}


.contact-links {
    display: flex;
    justify-content: center;
    gap: 50px;
    font-size: 18px;
}

.contact-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mailAdres, .instagram {
    color: #555;
    font-size: 16px;
    text-align: center;
    margin-top: .8rem;
}


.contact-btn {
    text-decoration: none;
    color: white;
    padding: 12px 20px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}


.email-btn {
    background-color: #777;
}

.email-btn:hover {
    background-color: #0056b3;
}

.instagram-btn {
    background-color: #777;
}

.instagram-btn:hover {
    background-color: #c13545;
}


.gegevens {
    margin-top: 5rem;
    gap: 50px;
    font-size: 18px;
    text-align: center;
    width: 70%;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 20px;
}


.gegevens div {
    justify-content: center;
    align-items: center;
}



.to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 10px 15px;
    background-color: #333;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: none;
    font-size: 14px;
}

.to-top.visible {
    display: block;
}

.to-top:hover {
    background-color: #555;
}





@media (max-width: 1200px) {
    .container {
        width: 75%;
    }
}




/* Responsive opmaak */
@media (max-width: 768px) {
    .container {
        padding: 15px;
    }
    h1 {
        font-size: 1.8em;
    }
    h2 {
        font-size: 1.1em;
    }
    p {
        font-size: 1em;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 10px;
    }

    h1 {
        font-size: 1.6em;
    }

    h2 {
        font-size: 1em;
    }

    p {
        font-size: 0.9em;
    }
}







@media (min-width: 768px) {
    .hamburger {
        display: none;
    }
}

@media (max-width: 767px) {
    .logo {
        margin: 0 auto;
    }
}





















@media only screen and  (max-width: 768px) {
    .container {
        padding: 15px;
        width: 90%;
    }

    h1 {
        font-size: 1.8em;
    }

    h2 {
        font-size: 1.1em;
    }

    p {
        font-size: 1em;
    }
}

@media only screen and  (max-width: 480px) {
    .container {
        padding: 10px;
    }

    h1 {
        font-size: 1.6em;
    }

    h2 {
        font-size: 1em;
    }

    p {
        font-size: 0.9em;
    }
}





@media only screen and (max-width: 1142px){
    .containerInfo {
        width: 70%;
    }
}


@media only screen and (max-width: 950px) {
    .containerInfo {
        width: 80%;
    }
}



@media only screen and (max-width: 750px) {
    .logo2 a {
        height: 7vw; /* Pas de hoogte aan voor een kleiner logo */
    }
    .logo2 {
        display: flex;
        justify-content: center; /* Zorgt ervoor dat het logo in het midden staat */
    }
}



@media only screen and (max-width: 450px) {
    .logo2 {
        display: flex;
        justify-content: center;
    }
    .logo2 a {
        height: 31px; /* Pas de hoogte aan voor een kleiner logo */
    }
}









@media (max-width: 768px) {
    /* Zorg ervoor dat de container en knoppen beter zichtbaar zijn */
    .containerContact, .gegevens {
        width: 90%; /* Breder op kleinere schermen */
        padding: 15px;
        box-shadow: none; /* Minder schaduw voor een simplistischere weergave */
    }

    /* Pas knopgroottes en uitlijning aan */
    .contact-links {
        flex-direction: column; /* Stapel de knoppen verticaal */
        gap: 20px; /* Verklein de afstand tussen de knoppen */
    }

    .contact-btn {
        padding: 10px 15px; /* Verklein de padding van knoppen */
        font-size: 16px; /* Verklein het lettertype iets voor betere leesbaarheid */
        width: 100%; /* Zorg ervoor dat de knoppen de volledige breedte vullen */
        text-align: center;
    }

    /* Verklein de tekstgroottes */
    h1 {
        font-size: 1.5em; /* Verminder de grootte voor een compacter uiterlijk */
    }

    p, .mailAdres, .instagram {
        font-size: 14px; /* Kleinere tekstgrootte voor betere leesbaarheid */
    }
}

@media (max-width: 480px) {
    /* Extra aanpassingen voor zeer kleine schermen */
    .containerContact, .gegevens {
        width: 100%; /* Gebruik de volledige breedte op zeer kleine schermen */
        padding: 10px;
    }

    h1 {
        font-size: 1.3em; /* Verminder de grootte verder voor kleine schermen */
    }

    .contact-links {
        gap: 10px; /* Minimaliseer ruimte tussen de knoppen verder */
    }

    .contact-btn {
        padding: 8px 12px; /* Pas de padding aan voor compacte knoppen */
        font-size: 14px; /* Verklein de tekstgrootte verder */
    }
}