@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Myriad Pro, sans-serif;
}

body {
    min-width: 300px;
}

/* .red_circles {
    position: absolute;
    background-color: #E1143C;
    opacity: 80%;
    height: 200px;
    width: 200px;
    z-index: -1;
    border-radius: 50%;
}

/* .red_circle_left {
    top: 75%;
    left: -20%;
}

.red_circle_right {
    top: 21%;
    right: -30%;
} */

/* Mobile */
/* header + nav */
.main_nav {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;

}

.main_nav__inner_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.789);
    z-index: 500;
}

.main_nav__logo_container {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    height: 100px;
    width: 100px;
    left: 28px;
    position: relative;
    top: 25px;
    left: 5%;
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.789);
}

.main_nav__logo {
    height: 95px;
}

.main_nav__title {
    color: #00124D;
    font-size: 25px;
}

.main_nav__hamburger {
    font-size: 4em;
    margin-left: auto;
    right: 5%;
}

.nav_icon {
    font-size: 25px;
    margin-top: 50px;
    margin-bottom: 5px;
    color: #00447c;
    fill: #00447c;
}

.main_nav__list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    width: 100%;
}

.main_nav__list_item {
    display: flex;
    justify-content: center;
}

.main_nav__list--main {
    padding: 10px;
    position: absolute;
    left: 0px;
    top: 100px;
    background-color: white;
    width: 100%;
    height: calc(100vh - 100px);
    display: none;
}

.main_nav__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
}

.main_nav__link h3 {
    font-size: 15px;
    margin: 0;
    text-align: center;
}

.show {
    display: block;
}

.blue_container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 80px;
    background-color: #48A4B7;
    z-index: -1;
}

/* Hoofdinhoud */

.main_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.intro_text {
    width: 80%;
    margin-top: 10px;
    max-width: 80%;
    text-align: center;
    line-height: 1.5;
}

.slideshow-container {
    top: 25px;
    width: 80%;
    height: 500px;
    display: flex;
    overflow: hidden;
    position: relative;
}

.slider_picture {
    width: 100%;
    height: 100%;
    object-fit: cover;
    flex-shrink: 0;
}

.prev,
.next {
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: #E4D096;
    font-weight: bold;
    font-size: 18px;
    transition: all 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
}

.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* Over Ons */

.group_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 60%;
    margin: 0 auto;
    margin-top: 25px;
    gap: 25px;
}

.afdeling {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    gap: 20px;
    padding: 10px;
    border-radius: 10px;
    width: 100%;
}

.afdeling_tekst {
    padding: 10px;
    background-color: white;
    border-radius: 10px;
}

.speelclub {
    background-color: rgba(255, 255, 0, 0.500);
}

.leiding_speelclub_img {
    width: 60%;
    border-radius: 10px;
}

.leiding_rakwi_img {
    width: 60%;
    border-radius: 10px;
}

.rakwi {

    background-color: rgba(0, 128, 0, 0.500);
}

.leiding_tito_img {
    width: 60%;
    border-radius: 10px;
}

.tito {
    background-color: rgba(255, 0, 0, 0.500);
}

.leiding_keti_img {
    width: 60%;
    border-radius: 10px;
}

.keti {
    background-color: rgba(0, 0, 255, 0.500);
}

.leiding_aspirant_img {
    width: 60%;
    border-radius: 10px;
}

.aspirant {
    background-color: rgba(255, 165, 0, 0.500);
}

.leiding_vb_en_hoofdleiding_img {
    width: 60%;
    border-radius: 10px;
}

.vb_en_hoofdleiding {
    background-color: rgb(207, 185, 60);
    margin-bottom: 100px;
}

/* activiteiten en events */

.algemene_activiteiten_container {
    margin-top: 55px;
    margin-bottom: 100px;
    width: 80%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.img_activiteiten {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 200px;
    margin-bottom: 15px;
}

.img_activiteiten_startdag {
    background-image: url("../img/startdag2024.jpg");
}

.img_activiteiten_vriendjesdag {
    background-image: url("../img/vriendjesdag.jpg");
}

.img_activiteiten_christus_koning {
    background-image: url("../img/christus\ koning.jpg");
}

.img_activiteiten_kerstboomverbranding {
    background-image: url("../img/kerstboomverbranding2025_breedt.jpg");
}

.img_activiteiten_schaatsen {
    background-image: url("../img/schaatsen2024.jpg");
}

.img_activiteiten_paasmenu {
    background-image: url("../img/paasmenu.jpg");
}

.img_activiteiten_aspicafe {
    background-image: url("../img/aspicafe2024.png");
}

.img_activiteiten_kamp {
    background-image: url("../img/kamp2024.jpg");
}

.img_activiteiten_3daagse {
    background-image: url("../img/3daagse2024.jpg");
}

.startdag {
    margin-bottom: 2.5rem;
    border-radius: 10px;
}

.text_activiteiten {
    width: 100%;
    font-size: 1rem;
}

.titel_activiteiten {
    font-size: 1.75rem;
}

.locatie_en_datum_activiteiten {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.text_uitleg_activiteiten {
    line-height: 1.7rem;
    font-weight: 400;
}

/* Foto's */
.grid_container {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    padding: 20px;
    justify-content: center;
    max-width: 80%;
    margin: 0 auto;
    z-index: -2;
}

.fotosite_link {
    text-decoration: none;
}

.foto_kaart_container {
    position: relative;
    text-align: center;
    border-radius: 10px;
    width: 200px;
    height: 260px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    /* z-index: -2; */
}



.foto_kaart {
    width: 100%;
    height: 80%;
    object-fit: cover;
    border-bottom: 2px solid #E4D096;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.foto_kaart_startdag {
    background-image: url(../img/vlag.jpg);
}

.foto_kaart_zondagen {
    background-image: url(../img/zondag.jpg);
}

.foto_kaart_christus {
    background-image: url(../img/christus\ koning.jpg);
}

.foto_kaart_kerstboomverbranding {
    background-image: url(../img/kerstboomverbranding2025.jpg);
}

.foto_kaart_schaatsen {
    background-image: url(../img/schaatsen2024.jpg);
}

.foto_kaart_paasmenu {
    background-image: url(../img/paasmenu.jpg);
}

.foto_kaart_kamp {
    background-image: url(../img/kamp2024.jpg);
}

.foto_kaart_3-daagse {
    background-image: url(../img/3daagse.jpg);
}

.foto_kaart_container p {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    background-color: #E4D096;
    font-weight: bold;
    color: #333;
    height: 20%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin: 0;
}

.druppels_fotos {
    position: absolute;
    width: 100%;
    bottom: -40px;
}

/* foto's specifiek */
.photo_grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
    max-width: 80%;
}

.photo_column {
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
}

.photo_column .photo_grid__photo {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
}

.specifiek_img_photos {
    flex: 1 1 calc(25% - 30px);
    width: 200px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s, box-shadow 0.3s;
}


.specifiek_img_photos:hover {
    transform: scale(1.1);
    box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.5);
}

.foto_container_specifiek {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 80%;
    margin: 0 auto;
    gap: 25px;
}

.photo_wrapper {
    flex: 1 1 calc(16.6666% - 30px);
    max-width: calc(16.6666% - 30px);
}

/* Contact pagina */
.algemene_info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    margin: auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 80%;
    font-size: 16px;
    color: #333;
    line-height: 1.6;
}

.adres_mail_adres {
    width: 50%;
}

.adres_maps {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15%;
}

.verantwoordelijke {
    margin-bottom: 80px;
}

.algemene_info h2,
.algemene_info h3 {
    color: #00124D;
    margin-bottom: 5px;
}

.algemene_info h4 {
    color: #555;
    margin-bottom: 5px;
}

.algemene_info hr {
    border: none;
    height: 1px;
    background-color: #ddd;
    margin: 20px 0;
}

.algemene_info table {
    width: 100%;
    margin-top: 10px;
    font-size: 15px;
}

.algemene_info table th,
.algemene_info table td {
    padding: 10px 15px;
    border: 1px solid #ddd;
}

.algemene_info table th {
    background-color: #48A4B7;
    color: #fff;
}

.algemene_info table {
    background-color: #f9f9f9;
}

/* Verhuur pagina */
.verhuur_container {
    max-width: 80%;
    margin: auto;
}

#schade_tent {
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: #d9534f; /* Roodtint die opvalt maar niet schreeuwerig is */
    background-color: #f8d7da; /* Zachte rode achtergrond */
    border: 1px solid #d9534f; /* Subtiele rand */
    padding: 15px;
    border-radius: 8px;
    max-width: 80%;
    margin: 30px auto;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}


.uitleg_tent_verhuur {
    text-align: center;
}

.titel_uitleg_tent {
    margin-top: 25px;
}

.form_container {
    margin: 20px auto;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 100px;
}

.tent_form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.tent_form label {
    font-size: 1rem;
    color: #333;
}

.tent_form input,
.tent_form textarea,
.tent_form button {
    font-size: 1rem;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
}

.tent_form button {
    background-color: #007BFF;
    color: white;
    border: none;
    cursor: pointer;
}

.tent_form button:hover {
    background-color: #0056b3;
}

.foto_verhuur_tent {
    margin: 20px auto;
    max-width: 800px;
    text-align: center;
}

.foto_verhuur_tent h2 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #333;
}

.tent_foto_galerij {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 15px;
    margin-top: 15px;
}

.tent_foto {
    width: 80%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    object-fit: cover;
    transition: transform 0.3s, box-shadow 0.3s;
}

.tent_foto:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}

/* Footer */

.footer_container {
    background-color: #00124D;
    width: 100%;
    padding: 10px;
    position: fixed;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_inner {
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer_logo {
    width: 32px;
    display: flex;
    align-items: center;
}

.footer_logo_image {
    height: 32px;
}

.social_icons {
    display: flex;
    gap: 20px;
    font-size: 28px;
}

.social_insta_fb_admin {
    color: #E4D096;
}

.admin_profile {
    display: flex;
    align-items: center;
    font-size: 28px;
}

.bi-person-fill {
    display: none;
}

.admin_link {
    color: #E4D096;
    text-decoration: none;
}

.admin_link:hover {
    text-decoration: underline;
}


/* TABLET */

@media screen and (min-width: 700px) {
    /* 
    .red_circle_left {
        top: 75%;
        left: -16%;
    }

    .red_circle_right {
        top: 21%;
        right: -30%;
    } */

    .main_nav__inner_container {
        flex-direction: row;
        justify-content: space-between;
        padding: 0 20px;
    }

    .main_nav__logo_container {
        left: 6%;
        margin-top: 50px;
    }

    .main_nav__hamburger {
        display: none;
    }

    .main_nav__list--main {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        gap: 2%;
        position: static;
        height: auto;
        padding: 10px 0;
        background-color: transparent;
        right: 15%;
    }

    .main_nav__link h3 {
        font-size: 14px;
    }

    .algemene_activiteiten_container {
        display: flex;
        flex-direction: column;
        margin: auto;
        gap: 55px;
    }

    .startdag {
        width: 100%;
        display: flex;
        align-items: center;
    }

    .img_activiteiten {
        width: 350px;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        height: 450px;

    }

    .img_activiteiten_3daagse {
        background-image: url("../img/3daagse.jpg");
    }

    .img_activiteiten_kerstboomverbranding {
        background-image: url("../img/kerstboomverbranding2025.jpg");
    }

    .text_activiteiten {
        height: 450px;
        padding: 20px;
    }

    .photo_column {
        flex: 50%;
        max-width: 50%;
    }

    .bi-person-fill {
        display: inline-block;
    }

    .photo_wrapper {
        flex: 1 1 calc(33.33333% - 30px);
        max-width: calc(33.3333% - 30px);
    }

}

@media screen and (min-width: 1024px) {
    .main_nav__logo_container {
        left: 6%;
        margin-top: 50px;
    }


    .admin_profile {
        display: inline-block;
    }

    .group_container {
        display: flex;
        flex-direction: column;
    }

    .afdeling {
        display: flex;
        flex-direction: row;
        width: 100%;
    }

    .leiding_speelclub_img {
        width: 300px;
    }

    .img_afdeling {
        width: 300px;
    }

    .vb_en_hoofdleiding {
        margin-bottom: 100px;
    }

    .img_activiteiten {
        height: 300px;
    }

    .text_activiteiten {
        height: 300px;
    }

    .algemene_activiteiten_container {
        margin-top: 55px;
        margin-bottom: 55px;
    }

    .photo_column {
        flex: 100%;
        max-width: 100%;
    }

    .bi-person-fill {
        display: inline-block;
    }

    .photo_wrapper {
        flex: 1 1 calc(16.6666% - 30px);
        max-width: calc(16.6666% - 30px);
    }
    
    .foto_kaart_container:hover {
        transform: scale(1.05);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
        transition: transform 0.3s, box-shadow 0.3s;
        z-index: 999999999;
    }

}