﻿:root {
    --primary-color: #e3442d;
    --secondary-color: #660200;
    --green-color: #5c6838;
    --black-color: #000000;
    --light-color: #f0ebe7;
}


* {
    font-family: "Nunito", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: white;
}



h1, h2, h3 {
    font-weight: 900;
}


h1 {
    font-size: 28px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
}





.rood {
    background-color: var(--primary-color);
    color: white;
    position: relative;
}





.bruin {
    background-color: var(--secondary-color);
    color: white;
}

.groen {
    background-color: var(--green-color);
    color: white;
}



header {
    background-image: url('/img/karton.jpg');
    padding-bottom: 30px;
    position: relative;
}

footer {
    background-image: url('/img/karton.jpg');
    padding-top: 30px;
    position: relative;
}




header::after {
    content: "";
    background-image: url(/img/bladeren.png);
    background-repeat: no-repeat;
    height: 600px;
    width: 460px;
    position: absolute;
    right: 0;
    bottom: -204px;
}


main {
    position: relative;
}


    main section.addZ {
        position: relative;
        z-index: 2;
    }



.logo img {
    margin: 24px 0;
    max-width: 280px;
}


.headerRight {
    line-height: 200%;
    font-weight: bold;
    position: relative;
    z-index: 10;
}

    .headerRight span, .headerRight select, footer .rood span {
        margin: 15px 0;
        display: block;
        color: black;
    }

    .headerRight .rood span, footer .rood span {
        color: white;
        font-weight: 900;
    }

        .headerRight .rood span::after, footer .rood span::after {
            content: "";
            display: inline-block;
            width: 30px;
            height: 30px;
            background-image: url(/img/calendar.png);
            background-size: contain;
            background-repeat: no-repeat;
            margin-left: 10px;
            position: absolute;
            top: 18px;
        }



    .headerRight .col-md-7 .row .col-md-5 span {
        position: relative;
        text-indent: 30px;
    }

    .headerRight .col-md-7 .row .col-md-5:nth-child(1) span::before {
        content: "";
        display: inline-block;
        width: 30px;
        height: 30px;
        background-image: url(/img/mail.png);
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        top: 2px;
        left: 0;
    }

    .headerRight .col-md-7 .row .col-md-5:nth-child(2) span::before {
        content: "";
        display: inline-block;
        width: 30px;
        height: 30px;
        background-image: url(/img/phone.png);
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        top: 2px;
        left: 0;
    }



.purple {
    background-color: purple;
}



.mtop {
    margin-top: 50px;
    position: relative;
    z-index: 2;
}


.carouselContainer {
    padding: 0;
    position: relative;
}


    .carouselContainer .carousel-caption {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 500px;
        background-color: var(--primary-color);
        text-align: left;
        padding: 12px;
    }

        .carouselContainer .carousel-caption span {
            font-weight: 900 !important;
            font-size: 26px;
        }




    .carouselContainer .blockLeft {
        position: absolute;
        left: -30px;
        bottom: -30px;
        width: 200px;
        height: 200px;
        background-color: var(--secondary-color);
    }


    .carouselContainer .blockRight {
        position: absolute;
        top: -30px;
        right: -30px;
        width: 200px;
        height: 200px;
        background-color: var(--green-color);
    }



.reserveerSection {
    padding: 50px 12px;
    text-align: right;
}

    .reserveerSection a {
        background-color: var(--primary-color);
        border-radius: 20px;
        padding: 10px 40px;
        color: white;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 900;
    }

        .reserveerSection a:hover {
            background-color: var(--green-color);
        }



.firstItem {
    background-color: var(--primary-color);
    position: relative;
    margin-bottom: 50px;
}

    .firstItem .row {
        padding: 24px;
    }


.items .row {
    margin: 0px;
    margin-bottom: 24px;
    padding: 24px 12px;
}


.link {
    padding: 12px 24px;
    background-color: white;
    color: black;
    text-decoration: none;
    display: inline-block;
}



.homeFirstItem {
    background-color: var(--secondary-color);
    position: relative;
    margin-bottom: 24px;
}

    .homeFirstItem .row {
        padding: 24px;
    }




.homeSecondItem {
    background-color: var(--primary-color);
    position: relative;
    margin-bottom: 24px;
}

    .homeSecondItem .row {
        padding: 24px;
    }


    .homeSecondItem .homeSecondItemImg {
        position: absolute;
        right: 0;
    }



.homeThirdItem {
    background-color: var(--green-color);
    position: relative;
    margin-bottom: 24px;
}

    .homeThirdItem .row {
        padding: 24px;
    }





.links {
    margin: 24px 0;
}


    .links a {
        text-transform: uppercase;
        font-weight: 900;
    }

    .links .aBlack, .links .aRood, .links .aGroen {
        border-radius: 20px;
        padding: 10px 40px;
        color: white;
        text-decoration: none;
        width: auto;
        margin: 0 12px;
    }

    .links .aBlack {
        background-color: var(--black-color);
    }

    .links .aRood {
        background-color: var(--primary-color);
    }

    .links .aGroen {
        background-color: var(--green-color);
    }


.news {
    margin-top: 124px;
    background-color: var(--light-color);
    position: relative;
    margin-bottom: 54px;
}


    .news .colorNewsBlock {
        background-color: var(--primary-color);
        height: 300px;
        width: 200px;
        position: absolute;
        left: 0;
        top: -100px;
    }


        .news .colorNewsBlock::after {
            content: "";
            background-image: url(/img/bladeren-nieuws.png);
            background-size: contain;
            background-repeat: no-repeat;
            height: 500px;
            width: 460px;
            position: absolute;
            left: 0;
            bottom: 0px;
        }


    .news .colorNewsFooter {
        background-color: var(--primary-color);
        height: 30px;
        width: 40%;
        position: absolute;
        right: 0;
        bottom: -30px;
    }


.gallery {
    margin: 50px auto;
}

    .gallery h2 {
        color: var(--secondary-color);
    }


footer .footerContact {
    position: relative;
    margin: 40px 0;
}


    footer .footerContact span {
        display: block;
        text-indent: 30px;
        line-height: 200%;
        color: var(--black-color);
        font-weight: 400;
        position: relative;
    }


        footer .footerContact span:nth-child(1)::before {
            content: "";
            display: inline-block;
            width: 30px;
            height: 30px;
            background-image: url(/img/phone.png);
            background-size: contain;
            background-repeat: no-repeat;
            position: absolute;
            top: 2px;
            left: 0;
        }

        footer .footerContact span:nth-child(2)::before {
            content: "";
            display: inline-block;
            width: 30px;
            height: 30px;
            background-image: url(/img/location.png);
            background-size: contain;
            background-repeat: no-repeat;
            position: absolute;
            top: 2px;
            left: 0;
        }

        footer .footerContact span:nth-child(3)::before {
            content: "";
            display: inline-block;
            width: 30px;
            height: 30px;
            background-image: url(/img/mail.png);
            background-size: contain;
            background-repeat: no-repeat;
            position: absolute;
            top: 2px;
            left: 0;
        }

footer .copyright {
    text-align: center;
}

    footer .copyright span, footer .copyright li a {
        color: var(--black-color);
        font-weight: 400;
    }

    footer .copyright ul {
        display: inline-block;
        padding: 0;
        margin: 0;
    }

        footer .copyright ul li {
            display: inline-block;
            padding: 12px;
        }




.nav li a {
    color: var(--black-color);
    font-weight: 400;
    text-decoration: none;
    padding-right: 18px;
}


.nav .dropdown-menu {
    background-color: var(--secondary-color);
    border: 0;
    border-radius: 0;
    width: max-content;
    padding: 0;
}


    .nav .dropdown-menu li {
        padding: 12px;
    }

        .nav .dropdown-menu li:hover {
            padding: 12px;
            background-color: var(--primary-color);
        }


        .nav .dropdown-menu li a {
            color: white;
            display: block;
            font-size: 16px;
        }



.open .dropdown-menu {
    display: block;
}




.breadcrumb {
    text-align: left;
    padding: 5px;
    margin: 0;
    background-color: transparent;
    position: absolute;
    top: 0;
    z-index: 5;
}


    .breadcrumb li a {
        padding: 10px;
        display: inline-block;
        position: relative;
        text-decoration: none;
    }

        .breadcrumb li a div {
            color: var(--black-color);
            font-size: 14px;
        }

    .breadcrumb li:not(:last-child):after {
        content: "/\00a0";
        color: var(--green-color);
        font-weight: 900;
    }

    .breadcrumb li:last-child a div {
        color: var(--primary-color);
        font-weight: 900;
    }


    .breadcrumb > li + li:before {
        content: '';
        display: none;
    }








.news-carousel-container {
    margin: 0 auto;
    padding: 24px 12px;
}

/* ------------------- FADE-OUT EFFECT ------------------- */

/* The .slick-list is the viewport of the carousel */
.slick-list {
    position: relative;
}

    /* Create the gradient overlay on the right edge */
    .slick-list::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100px; /* Width of the fade area */
        pointer-events: none;
        z-index: 5;
        /* Gradient from transparent (on the left) to the body background color (on the right) */
        background: linear-gradient(to right, rgba(248, 248, 248, 0) 0%, rgba(248, 248, 248, 1) 90%, rgba(248, 248, 248, 1) 100%);
    }

/* ------------------- SLICK ADJUSTMENTS ------------------- */

/* Arrows adjusted for better positioning */
.slick-prev, .slick-next {
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    bottom: 0;
}

.slick-prev {
    left: 0px;
}

.slick-next {
    right: 0px;
}

    .slick-prev:before, .slick-next:before {
        font-size: 30px;
        color: var(--green-color);
    }

/* Dot Indicators */
.slick-dots {
    bottom: -30px;
}

    .slick-dots li button {
        border: solid 1px var(--green-color);
        border-radius: 50%;
    }

    .slick-dots li.slick-active button {
        background: var(--green-color);
    }

/* ------------------- NEWS CARD STYLING ------------------- */
.news-card {
    overflow: hidden;
    margin: 0 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    display: flex !important;
    height: 220px;
}

.news-image-container {
    width: 35%;
    overflow: hidden;
}

.news-carousel-container h2 {
    color: var(--green-color);
}

.news-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.news-content {
    width: 65%;
    padding: 0 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .news-content h3 {
        color: var(--green-color);
    }

    .news-content p {
        color: var(--black-color);
    }



.news-button {
    padding: 12px 24px;
    background-color: black;
    color: white;
    text-decoration: none;
    display: inline-block;
}

    .news-button:hover {
        color: white;
    }






.language-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    background: transparent;
    padding: 0;
    margin: 0;
    font-size: 18px; /* adjust to match your design */
    font-weight: 600;
    color: #000;
    cursor: pointer;
}

    .language-select:focus {
        outline: none;
    }

/* Custom small arrow (▼) */
.language-select-wrapper {
    position: relative;
    display: inline-block;
}

    .language-select-wrapper::after {
        content: "▾";
        font-size: 22px;
        color: #000;
        position: absolute;
        right: 40px;
        top: 17px;
        pointer-events: none;
    }


.language-select option {
    background: #fff; /* dropdown background */
    color: #000; /* text color */
    padding: 6px 10px;
}

    /* Highlight when hovered/selected */
    .language-select option:hover,
    .language-select option:checked {
        background: var(--green-color);
        color: white;
    }




    footer a{
        text-decoration:none;
    }
footer a:hover {
    text-decoration: underline;
}



footer .rood svg {
    height: 20px;
    padding: 15px;
}

footer span::after {
    top: 14px !important;
}

footer .links a {
    margin-bottom: 24px !important;
}

footer .navCol span {
    color: var(--black-color);
    font-weight: 900;
}

footer .navCol {
    margin-top: 24px;
}


    footer .navCol ul {
        padding: 0;
        margin: 0;
    }

    footer .navCol li {
        list-style: none;
        padding: 6px 0;
        margin: 0;
    }

        footer .navCol li a {
            color: var(--black-color);

        }

.zoekbox svg {
    width: 25px;
}

.zoekbox path {
    color: var(--green-color);
}


.items .col-md-6:nth-child(1) .row, .items .col-md-6:nth-child(4) .row, .items .col-md-6:nth-child(7) .row {
    background-color: var(--green-color);
}

.items .col-md-6:nth-child(2) .row, .items .col-md-6:nth-child(5) .row, .items .col-md-6:nth-child(8) .row {
    background-color: var(--primary-color);
}

.items .col-md-6:nth-child(3) .row, .items .col-md-6:nth-child(6) .row, .items .col-md-6:nth-child(9) .row {
    background-color: var(--secondary-color);
}


.addZ:nth-of-type(3) .firstItem {
    margin-top: 150px;
    background-color: var(--green-color);
}

.addZ:nth-of-type(4) .firstItem {
    margin-top: 150px;
    background-color: var(--secondary-color);
}

.link:hover {
    color: var(--green-color);
}



p a {
    color: white;
}

    p a:hover {
        color: var(--black-color);
    }


@media (min-width: 2400px) {
    .container {
        max-width: 1600px;
    }
}
