/* ===========================================
   Contact
   =========================================== */

/* Contact page */
.contact__all {
    margin-left: 2rem;
    margin-right: 2rem;
}

/* Title */
.title__contact {
    font-size: 2rem;
    margin-top: 5rem;
    margin-bottom: 2.5rem;
    text-align: center;
}

/* Info + Google maps */
.contact__top {
    text-align: center;
}

.info__part1, .info__part2 {
    margin-bottom: 0.5rem;
    font-size: 1.6rem;
}

.top__content {
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.top__map {
    border: none;
    margin-top: 5rem;
    width: 100%;
}

.top__title {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    text-decoration: 0.4rem overline;
}

/* Google Maps */
.top__map iframe {
    width: 100%;
    height: 450px;
}

/* Opening Hours */
.bottom__faq {
    padding: 5rem 5rem 5rem 15rem;
    margin-top: 3rem;
    text-align: center;
}

.opening__title {
    text-decoration: 0.4rem #1784CD overline;
    margin-bottom: 1rem;
}

.opening__list {
    list-style: none;
    font-size: 1.6rem;
    padding: 0;
}

.list__item {
    margin: 0.4rem 0 0 3rem;
}

/* ===========================================
   Media queries for mobile (max-width: 768px)
   =========================================== */

@media screen and (max-width: 768px) {
    /* Contact page */
    .contact__all {
        margin-left: 1rem;
        margin-right: 1rem; /* Zorgt voor ruimte aan de zijkanten */
    }

    /* Title */
    .title__contact {
        font-size: 1.6rem;
        margin-top: 2rem;
        margin-bottom: 1.5rem;
    }

    /* Top content (Info + Map) */
    .top__content {
        display: block;
        margin-top: 2rem;
        text-align: center;
    }

    /* Google Maps */
    .top__map iframe {
        width: 100%; /* Past zich aan de breedte van het scherm aan */
        height: 250px; /* Verkleint de hoogte */
    }

    /* Opening Hours */
    .bottom__faq {
        padding: 3rem 1.5rem;
        margin-bottom: 8rem;
        margin-top: 4rem;
        text-align: center;
    }

    .opening__title {
        font-size: 1.2rem;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .opening__list {
        list-style: none;
        padding: 0;
    }

    .list__item {
        margin: 0.4rem 0;
    }
}
