body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    overflow-x: hidden;
    left: 5%;
    right: 5%;
}

section {
    background-color: #fff;
    padding: 20px;
    text-align: center;
}

/*-COOKIES SECTIE-*/
.cookie-banner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #f8f8f8;
    padding: 15px;
    text-align: center;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    display: none;
    z-index: 100;
}

.cookie-banner p {
    margin: 0;
    color: #333;
}

button {
    background-color: #4CAF50;
    color: #fff;
    border: none;
    padding: 10px 20px;
    margin: 5px;
    cursor: pointer;
    border-radius: 5px;
}

button:hover {
    background-color: #45a049;
}
/*-EINDE COOKIES SECTIE-*/

/*-HEADER SECTIE-*/
.header-with-text {
    text-align: center;
    position: relative;
}

.header-content {
    position: relative;
}

.header-content img {
    max-width: 100%;
    height: auto;
    -webkit-mask-image: linear-gradient(black 30%, transparent);
    mask-image: linear-gradient(black 30%, transparent);
    
}

.header-content h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0px;
    color:#333;
    font-size: 50px;
    z-index: 10;
}
/*-EINDE HEADER SECTIE-*/

/*-NAVIGATIE SECTIE-*/
.navigatie-nav {
    padding: 20px;
    text-align: Center;
}

.navigatie-btn {
    background-color: #fff;
    color: #333;
    padding: 10px 20px;
    margin: 0px 10px;
    border: none;
    border-radius: 1px;
    cursor: pointer;
    position: relative;
    transition: color 0.1s ease, border-bottom 0.1s ease;
    font-size: 18px;
    font-weight: bold;
    text-decoration-line: none;
}

.navigatie-btn:hover {
    color: #555;
    border-bottom: 5px solid #fc01bd;
    border-radius: 0;
}
/*-EINDE NAVIGATIE SECTIE-*/

/*-OVER ONS EN LAATSTE TOEVOEGINGEN SECTIE-*/
.informatie {
    display: flex;
}

.about-section {
    background-color: #fff;
    padding: 20px;
    width: 50%;
    border-right: 20px solid #fff;
}

.about-section h2 {
    color: #333;
}

.about-section p {
    color: #555;
}

.laatste-toevoeging-section {
    background-color: #fff;
    padding: 20px;
    width: 50%;
}

.story-item {
    width: 23%;
    margin-right: 2%;
    display: inline-block;
}

.story-item img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.story-item h2 {
    margin-top: 10px;
}
/*-EINDE OVER ONS EN LAATSTE TOEVOEGINGEN SECTIE-*/

/*-HOOFDPAGINA INDELING CATEGORIE-*/
.homepage-content {
    max-width: 100%;
    margin: auto;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
}

.category {
    margin-bottom: 40px;    
    border: 1px solid  #f2f2f2;
}

.category-items {
    display: flex;
    flex-wrap: wrap;
}

.category-item {
    width: 23%;
    margin-right: 2%;
    display: inline-block;
}

.category h2 {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
}

.category-item img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.category-item h3 {
    margin-top: 10px;
}

.btn-lees-meer {
    display: inline-block;
    background-color: #fff;
    color: #333;
    padding: 10px 20px;
    margin: 0px 10px;
    border: 1px solid #b6b6b6;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
    transition: color 0.1s ease, border-bottom 0.1s ease;
    font-size: 18px;
    font-weight: bold;
    text-decoration-line: none;
}

.btn-lees-meer:hover {
    color: #555;
    border-bottom: 5px solid #d137ed;
    border-radius: 0;
    border-top: none;
    border-right: none;
    border-left: none;
}
/*-EINDE HOOFDPAGINA INDELING CATEGORIE-*/

/*-CATEGORIE PAGINA-*/
.categorie-regel {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.item-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    left: 10%;
    right: 10%;
}

.item-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.text-content {
    width: calc(50% - 10px);
    box-sizing: border-box;
    margin: 0 5px;
}

.categorie-regel:nth-child(odd) .item-content {
    flex-direction: row-reverse;
}
/*-EINDE CATEGORIE PAGINA-*/

/*-DISCLAIMER PAGINA-*/
.disclaimer-section {
    background-color: #fff;
    padding: 20px;
    text-align: center;
}

.disclaimer-section h2 {
    color: #333;
    font-weight: bold;
}

.disclaimer-section p {
    color: #333;
}
/*-EINDE DISCLAIMER PAGINA-*/

/*-PRIVACY PAGINA-*/
.privacy-section {
    background-color: #fff;
    padding: 20px;
    text-align: center;
}

.privacy-section h2 {
    color: #333;
    font-weight: bold;
}

.privacy-section p {
    color: #333;
}
/*-EINDE PRIVACY PAGINA-*/

/*-NIEUWSBRIEF AANMELDEN EN AFMELDEN PAGINA-*/
.mieuwsbrief-section {
    background-color: #fff;
    padding: 20px;
    width: 100%;
}

.nieuwsbrief-section h2 {
    color: #333;
    font-size: 16px;
    font-weight: bold;
}

.nieuwsbrief-section p {
    color: #333;
    font-size: 8px;
}
/*-EINDE NIEUWSBRIEF AANMELDEN EN AFMELDEN PAGINA-*/

/*-FOOTER-*/
footer {
    color: #333;
    padding: 10px;
    text-align: center;
    position: relative;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #ccc;
}
/*-EINDE FOOTER-*/

/*-MOBIELE WEBSITE-*/
@media screen and (max-width: 767px) {
    body {
        overflow-x: hidden;
        width: 100%;
    }

    .navigatie-nav {
        margin-top: 80px;
    }

    .navigatie-btn {
        height: auto;
        display: block;
        margin-bottom: 10px;
    }

    .category {
        flex-direction: column;
        border: 2px solid #cecbcb;
    }

    .category-item {
        width: 100%;
        border-bottom: 2px dashed #cecbcb;
        margin-bottom: 10px;
    }

    .informatie {
        flex-direction: column;
    }

    .about-section {
        width: 90%;
        text-align: center;
    }

    .laatste-toevoeging-section {
        flex-direction: column;
        width: 90%;
        text-align: center;
    }

    .story-item {
        width: 100%
    }

    .header-content h1 {
        margin-bottom: 20px;
        margin-top: 50px;
    }

    .header-content img {
        margin-top: -10px;
    }

    .btn-lees-meer {
        margin-bottom: 10px;
    }

    .footer {
        width: 100%;
    }
}
/*-EINDE MOBIELE WEBSITE-*/

/*-TABLET WEBSITE-*/
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .navigatie-btn {
        height: auto;
        display: block;
    }
}