
@import url('https://fonts.googleapis.com/css2?family=Phudu:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap');
 
:root {

    --groen                     : #996800;
    --bruin                     : #562c2c;
    --lichtbruin                : #CCCCCC;
    --grijs                     : #727272;
    --lichtgrijs                : #EDECE9;
    --wit                       : #FFFFFF;

    --font1                     : 'Open Sans', sans-serif;
    --font2                     : 'Phudu', sans-serif;

    /* Kopjes */
    --hsize-s                   : 18px;
    --hsize-m                   : 22px;
    --hsize-l                   : 26px;
    --hsize-xl                  : 32px;

    /* Teksten */
    --fsize-s                   : 14px;
    --fsize-m                   : 16px;
    --fsize-l                   : 18px;
    --fsize-xl                  : 20px;

    /* Gradient */
    --darkgradient              : linear-gradient(90deg, rgba(27, 23, 27, 0.8) 0%, rgba(27, 22, 26, 0.8) 100%);
    --dark-bg                   : rgba(38,31,15,0.98);
}

body,
body *,
*::before,
*::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    position: relative;
}
body {
    font-family: var(--font1);
}

a:active, a:visited, a:focus, a:hover {
    color: inherit;
    font-family: inherit;
    text-decoration: none;
}

*::-moz-selection {
    color: #000000;
    background: #32392986;
}
*::selection {
    color: #000000;
    background: #32392986;
}

input::placeholder                  { font-size: inherit; color: inherit; opacity: 1; background-color: inherit; outline: none; border: none; border-radius: inherit; font-size: inherit; font-family: inherit; }
input::-moz-placeholder             { font-size: inherit; color: inherit; opacity: 1; background-color: inherit; outline: none; border: none; border-radius: inherit; font-size: inherit; font-family: inherit; }
input::-webkit-input-placeholder    { font-size: inherit; color: inherit; opacity: 1; background-color: inherit; outline: none; border: none; border-radius: inherit; font-size: inherit; font-family: inherit; }
input::-ms-placeholder              { font-size: inherit; color: inherit; opacity: 1; background-color: inherit; outline: none; border: none; border-radius: inherit; font-size: inherit; font-family: inherit; }
textarea::placeholder               { font-size: inherit; color: inherit; opacity: 1; background-color: inherit; outline: none; border: none; border-radius: inherit; font-size: inherit; font-family: inherit; resize: inherit; }
textarea::-moz-placeholder          { font-size: inherit; color: inherit; opacity: 1; background-color: inherit; outline: none; border: none; border-radius: inherit; font-size: inherit; font-family: inherit; resize: inherit; }
textarea::-webkit-input-placeholder { font-size: inherit; color: inherit; opacity: 1; background-color: inherit; outline: none; border: none; border-radius: inherit; font-size: inherit; font-family: inherit; resize: inherit; }
textarea::-ms-placeholder           { font-size: inherit; color: inherit; opacity: 1; background-color: inherit; outline: none; border: none; border-radius: inherit; font-size: inherit; font-family: inherit; resize: inherit; }

.lazy           { opacity: 0; transition: opacity 0.1s ease; }
.lazy.loaded    { opacity: 1; }
.lazy-bg        { opacity: 0; transition: opacity 0.1s ease; }
.lazy-bg.loaded { opacity: 1; }
a {
   color: var(--groen);
   text-decoration: none;
}
a.button-navigation {    
    display: flex;
    align-items: center;
    font-size: var(--fsize-s);
    background-color: var(--groen);
    cursor: pointer;
    color: #ffffff;
    font-family: var(--font1);
    text-decoration: none;
    padding: 6px 20px;
    transition: all .3s ease;
    margin-bottom: 10px;
}
.bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
div.row{
    display: flex;
    flex-direction: row;
}
.btn-holder {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 32px;
}
.btn-holder.center {
    justify-content: center;
    width: 100% !important;
}
.btn-holder.center a.btn { margin-right: 20px; }
.btn-holder.center a.btn:last-child { margin-right: 0; }
.btn-holder.col {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 18px;
}
    .btn-holder a.btn {
        display: flex;
        align-items: center;
        font-size: var(--fsize-m);
        background-color: var(--bruin);
        cursor: pointer;
        color: #ffffff;
        font-family: var(--font1);
        text-decoration: none;
        /* text-transform: capitalize; */
        padding: 12px 50px;
        transition: all .3s ease;
    }
    /* .btn-holder a.btn:hover {
        transition: all .3s ease;
        transform: scale(1.05);
    } */

      
.page-container {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.page-header {
    height: 100vh;
    max-height: 700px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
} .page-header.small { max-height: 420px; } .page-header.little { max-height: 100px; } .page-header.color { background-color: var(--groen);}
    .page-header-inner {
        width: 100%;
        max-width: 1400px;
        text-align: left;
        padding: 0 20px;
    }
        .page-header-inner .title {
            color: white;
            font-size: 62px;
            line-height: 62px;
            font-family: var(--font2);
            font-weight: 400;
            text-shadow: 2px 3px 5px rgba(0,0,0,0.5);
        }
        .page-header-inner .title2 {
            color: white;
            font-size: 62px;
            line-height: 62px;
            font-family: var(--font2);
            font-weight: 400;
            text-shadow: 2px 3px 5px rgba(0,0,0,0.5);
            margin-bottom: 8px;
        }
            .page-header-inner .title2 {
                color: var(--lichtbruin);
            }
        .page-header-inner .desc {
            color: white;
            font-size: 28px;
            font-family: var(--font2);
            font-weight: 400;
            text-shadow: 2px 3px 5px rgba(0,0,0,0.5);
        }
        .page-header-inner .desc.small {
            color: #ffffff;
            font-size: 22px;
            font-family: var(--font2);
            font-weight: 400;
            text-shadow: 2px 3px 5px rgba(0,0,0,0.5);
        }
        .page-header-inner h3.title {
            color: var(--lichtbruin);
            font-size: 25px;
            line-height: 62px;
            font-family: var(--font2);
            font-weight: 400;
            text-shadow: 2px 3px 5px rgba(0,0,0,0.5);
            margin-top: 30px;
        }
.divider {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    z-index: 2;
}
.divider.top {
    top: -24px;
    transform: unset;
}
.divider.btm {
    top: 0px;
    transform: rotate(180deg);
}
.divider svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 25px;
    fill: #fff;
}

.divider .shape-fill {
    background-color: #fff;
}
.navbar {
    z-index: 999; 
    position: fixed;
    top: 0;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 30px;
    
    justify-content: center;
}
    .navbar.scrolled {
        /* background-color: var(--lichtbruin); */
        background-color: var(--groen);
        box-shadow: 0px 0px 4px -2px var(--bruin);
    }
    .navbar-inner {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 20px 0;
        max-width: 1400px;
    }
        .navbar-inner .nav {
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
            z-index: 2;
        }
            .navbar-inner .nav .left a {
                color: white;
                text-transform: capitalize;
                text-decoration: none;
                text-shadow: 2px 3px 5px rgba(0,0,0,0.5);
                cursor: pointer;
                font-family: var(--font2);
                font-size: 22px;
                margin-right: 34px;
                color: white;
                letter-spacing: 2px;
                transition: all .3s ease;
            } .navbar-inner .nav .left a:has(i.fa.fa-home)::after {
                    content: unset;
                }
                .navbar-inner .nav .left a:last-child, .navbar-inner .nav .right a:last-child {
                    margin-right: 0;
                }
            .navbar-inner .nav .right a {
                font-size: 18px;
                text-decoration: none;
                text-shadow: 2px 1px 15px rgba(0,0,0,0.5);
                cursor: pointer;
                margin-right: 12px;
                color: white;
                transition: all .3s ease;
            }
            .navbar-inner .nav .left a::after {
                content: "";
                position: absolute;
                bottom: -4px;
                left: 0;
                right: 0;
                height: 2px;
                width: 0%;
                transition: all .3s ease;
            }
            .navbar-inner .nav .left a:hover::after {
                width: 70%;
                background-color: white;
                transition: all .3s ease;
            }
            .navbar-inner .nav i.fa-home {
                font-size: 16px;
                top: -2px;
            }
            .navbar-inner .nav i.fa-bag-shopping {
                top: -1px;
            }
            .navbar-inner .nav a.nav-winkelmand {
                padding: 4px 10px;
                background-color: var(--lichtbruin);
                border-radius: 10px;
                text-decoration: none;
                /* color: inherit; */
                font-family: inherit;
                font-size: inherit;
            }
                .navbar-inner .nav #winkelwagen_amount {
                    margin-left: 6px;
                }





.content-block {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}
    .content-block.align-left {
        justify-content: flex-start;
        max-width: 1200px;
    }
    .content-block .left, .content-block .right {
        /* width: 100%;
        max-width: 50%; */
        flex: 1;
        display: flex;
        flex-direction: column;
    }
    .content-block .left {
        align-items: flex-end;
    }
        .content-block .bg {
            color: var(--bruin) !important;
            background-color: var(--lichtgrijs) !important;
        }
        .content-block .content {
            width: 100%;
            max-width: calc(1400px / 2);
            padding: 36px 60px;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
        } 
        /* Verschillende padding */
        .content-block .left .content {
            padding-left: 15px;
        }
        .content-block .right .content {
            padding-right: 15px;
        }
        /* Overlap */
        .content-block .content.overlap {
            border-radius: 10px;
            z-index: 10;
            background-color: inherit;
            top: -60px;
        }
            .content-block .content .title {
                color: var(--bruin);
                font-family: var(--font2);
                font-size: var(--hsize-l);
                text-transform: capitalize;
                margin-bottom: 32px;
            }
                .content-block .content .title::after {
                    content: "";
                    position: absolute;
                    bottom: -8px;
                    left: 0;
                    right: 0;
                    height: 2px;
                    width: 70%;
                    background-color: var(--lichtbruin);
                }
            .content-block .content .text {
                color: #000000;
                font-family: var(--font1);
                font-size: var(--fsize-m);
            }
            .content ul {
                padding-left: 18px;
            }
            .content table {
                border-collapse: collapse;
                border-spacing: 8px 2px;
            }
                .content table tr td:first-child {
                    font-weight: bold;
                }
                .content table tr td:last-child {
                    padding-left: 30px;
                    padding-bottom: 0px;
                }
            .content-block .image-holder {
                width: 100%;
                max-width: 300px;
            }
                .content-block .image-holder .img {
                    width: 100%;
                    height: 260px;
                    background-size: cover;
                    background-position: center;
                    background-repeat: no-repeat;
                }
            .content-block .image-holder+.content {
                width: calc(100% - 300px);
            }

            .content-block div.content-image {
                width: 100%;
                height: 300px;
                background-size: cover;
                background-position: top center;
                background-repeat: no-repeat;
                margin: 20px 0;
            }

            .content-block img.content-image {
                width: 100%;
                max-height: 300px;
                object-fit: contain;
                margin: 20px 0;
            }

.content-block-container {
    width: 100%;
    /* max-width: 1400px; */
    display: flex;
    flex-wrap: wrap;
    padding: 0 15px;
    min-height: 340px;
}
.content-block-container .content-block.full .content {
    padding-left: unset;
    padding-right: unset;
}
.content-block.full {
    width: 100%;
    justify-content: center;
}
    .content-block.full .content.noflex {
        display: unset;
    }
    .content-block.full .content {
        padding: 50px 15px;
        max-width: 1400px;        
    }
    .content-block.full.webshopItem .content {
        max-width: 1100px;
    }
    .content-block.full .content .text {
        width: 100%;
    }
    .content-block.full .content h2{
        font-size: var(--fsize-l);
        color: var(--bruin);
        margin-top: 15px;
        margin-bottom: 5px;
    }
    .content-block.full.bg {
        background-color: var(--lichtgrijs);
        color: var(--bruin);
    }
    .content-block.full.bg .content .title {
        color: var(--bruin);
    }
    .content-block.full.bg .content .text {
        color: var(--bruin);
    }

.content-block.half {
    flex: 1 0 calc(50% - 20px);
    width: 100%;
    max-width: calc(50% - (20px - (20px / 2)));
    margin-bottom: 40px;
}
/* .content-block.half .content {
    padding: 36px 0;
} */
.content-block.half .image-holder+.content {
        padding: 36px 15px;
}

.content-container {
    width: 100%;
    max-width: 1400px;
    display: flex;
    flex-direction: column;
}



.calendar {
    width: 100%;
    display: flex;
    flex-direction: column;
}
    .calendar-item {
        width: 100%;
        display: flex;
        align-items: center;
        padding-bottom: 12px;
        border-bottom: 2px solid var(--lichtbruin);
        margin-bottom: 12px;
        text-decoration: none;
    } .calendar-item:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: unset; }

    .calendar-item .image {
        width: 100%;
        max-width: 200px;
        height: 135px;
        border-radius: 6px;
        overflow: hidden;
    }
        .calendar-item .image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }
    .calendar-item .details {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        max-height: 155px;
        padding-left: 24px;
    }
        .calendar-item .details span.date {
            width: 100%;
            color: var(--groen);
            font-family: var(--font2);
            font-size: var(--fsize-xl);
            font-weight: bold;
            margin-bottom: 6px;
        }
        .calendar-item .details span.location {
            width: 100%;
            color: var(--groen);
            font-family: var(--font1);
            font-size: var(--fsize-l);
            margin-bottom: 6px;
        }
        .calendar-item .details span.time {
            width: 100%;
            color: #000000;
            font-family: var(--font1);
            font-size: var(--fsize-l);
            font-style: italic;
        }
        .calendar-item .details .btn-holder {
            margin-top: 10px;
        }
        .calendar-item .details .btn-holder a.btn {
            padding: 4px 14px;
            font-size: 16px;
        }

.calendar.large {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
    .calendar.large .calendar-item {
        border-bottom: none;
        max-width: 50%;
        margin-bottom: 40px;
    }
        .calendar.large .calendar-item .image {
            max-width: 220px;
            height: 155px;
        }
        .calendar.large .calendar-item .details {
            padding: 12px 24px;
        }


.product-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 20px;
    margin-top: 50px;
}
.product-list.centered {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: auto;
    margin: 0 auto;
    padding: 10px 40px;
    background-color: var(--lichtgrijs);
}
    .product-list.centered h1 {
        color: var(--bruin);
        font-size: 25px;
    }
    .product-list .product {
        flex: 1 0 calc(25% - 20px);
        width: 100%;
        max-width: calc(25% - (20px - (20px / 4)));
        max-height: 400px;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: var(--lichtgrijs);
        border-radius: 10px;
        overflow: hidden;
    }
.koor-list {
    margin-top: 25px;
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 50px;
}
    .koor-list .koor-divider{
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 50px;
    }
        .koor-list .koor-divider .koor {
            height: auto;
            display: flex;
            flex-direction: column;
            align-items: center;
            background-color: var(--lichtgrijs);
            border-radius: 10px;
            overflow: hidden;
        }
        
        .koor-list .koor-divider .koor .img {
            width: 100%;
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
            height: 320px;
        }

    .koor-content {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: auto;
        padding: 8px;
        padding-bottom: 0;
    }
    .koor-info {
        width: 100%;
        height: 85%;
        display: flex;
        flex-direction: column;
        padding: 0 4px;
        padding-bottom: 10px;
    }
        .koor-info .name {
            width: 100%;
            font-family: var(--font2);
            font-size: 18px;
            font-weight: bold;
            color: var(--groen);
            margin-bottom: 4px;
        }
        .koor-info .desc {
            width: 100%;
            font-family: var(--font1);
            font-size: 16px;
            color: #000000;
            max-height: 100%;
        }
            .koor-info .desc p{
                height: 100%;
                text-overflow: ellipsis;
                display: inline-block;
            }
            .koor-info .desc span{
                height: 100%;
                text-overflow: ellipsis;
                display: inline-block;
            }
                .koor-info .koorURLdisplay{
                    margin-top: 20px;
                    font-size: 9px;
                    padding: 5px 0;
                    text-overflow: ellipsis;
                    width: 100%;
                    border-top: 1px solid #36250030;
                }
                    .koor-info .koorURLdisplay a{
                        font-size: 9px;
                        text-wrap: nowrap;
                        text-overflow: ellipsis;
                    }
    
@media (max-width: 1200px) {
    .product-list .product {
        flex: 1 0 calc(25% - 20px);
        max-width: calc(25% - (20px - (20px / 4)));
    }
}
  
@media (max-width: 900px) {
    .product-list .product {
        flex: 1 0 calc(33.33% - 20px);
        max-width: calc(33.33% - (20px - (20px / 3)));
    }
}
  
@media (max-width: 700px) {
    .product-list .product {
        flex: 1 0 calc(50% - 20px);
        max-width: calc(50% - (20px - (20px / 2)));
    }
}

@media only screen and (max-width: 550px) {

    .koor-list {
        flex-direction: column;
    }
    .koor-list .koor-divider {
        flex-direction: unset;
        flex-wrap: wrap;
    }

}

@media (max-width: 500px) {
    .product-list .product {
        flex: 1 0 100%;
        max-width: 100%;
    }
}
        .product-list .product .img {
            width: 100%;
            height: 160px;
            background-position: top center;
            background-size: cover;
            background-repeat: no-repeat;
        }
        .product-list .product.koor .img {
            height: 320px;
        }
        .product-content {
            width: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            height: 100%;
            max-height: calc(100% - 160px);
            padding: 8px;
            padding-bottom: 0;
        }
            .product-info {
                width: 100%;
                height: 85%;
                display: flex;
                flex-direction: column;
                padding: 0 4px;
                padding-bottom: 10px;
            }
                .product-info .name {
                    width: 100%;
                    font-family: var(--font2);
                    font-size: 18px;
                    font-weight: bold;
                    color: var(--groen);
                    margin-bottom: 4px;
                }
                .product-info .desc {
                    width: 100%;
                    font-family: var(--font1);
                    font-size: 16px;
                    color: #000000;
                    max-height: 100%;
                    overflow-y: auto;
                }
                    .product-info .desc p{
                        height: 100%;
                        text-overflow: ellipsis;
                        display: inline-block;
                    }
                    .product-info .desc span{
                        height: 100%;
                        text-overflow: ellipsis;
                        display: inline-block;
                    }
                .product-list .price-holder {
                    width: 100%;
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    padding: 10px;
                    border-top: 1px solid #36250030;
                }
                
                    .product-list .price {
                        font-size: 16px;
                        font-weight: bold;
                        color: var(--bruin);
                    }
                    .product-list .add-to-basket {
                        display: flex;
                        align-items: center;
                    }
                        .product-list select {
                            margin-right: 6px;
                            outline: none;
                            border: none;
                            padding: 6px 4px;
                            background-color: #b0aa9b80;
                            border-radius: 4px;
                        }
                        .product-list .add {
                            display: block;
                            position: relative;
                            margin-left: 6px;
                        }
                        .product-list .add::before {
                            display: block;
                            position: relative;
                            content: "\f217";
                            font-family: "FontAwesome";
                            font-size: 16px;
                            color: var(--bruin);
                            cursor: pointer;
                            padding: 6px;
                            padding-top: 7px;
                            background-color: #b0aa9b80;
                            border-radius: 4px;
                        }



.winkelmand {
    width: 100%;
    max-width: 1400px;
    display: flex;
    flex-direction: column;
}
    .winkelmand-row {
        width: 100%;
        display: flex;
        border-bottom: 2px solid #36250038;
        padding: 8px 20px;
        align-items: center;
        background-color: var(--lichtgrijs);
    } .winkelmand-row:last-child { border-bottom: unset; }
        .winkelmand-row .image {
            width: 100%;
            max-width: 80px;
            height: 80px;
            background-size: cover;
            background-position: top center;
            background-repeat: no-repeat;
        }
        .winkelmand-row .amount {
            width: 100%;
            max-width: 80px;
            padding: 0 10px;
        }
            .winkelmand-row .amount input {
                width: 100%;
                padding: 4px 10px;
                outline: none;
                border: none;
                background-color: var(--lichtbruin);    
                border-radius: 4px;
            }
        .winkelmand-row .name {
            width: 100%;
            max-width: calc((100% - 80px - 100px - 80px - 80px) / 5 * 3);
            padding: 0 10px;
            font-family: var(--font2);
            font-size: var(--fsize-m);
            font-weight: bold;
            color: var(--groen);
        }
        .winkelmand-row .desc {
            width: 100%;
            max-width: calc((100% - 80px - 100px - 80px - 80px) / 5 * 2);
            padding: 0 10px;
            font-family: var(--font1);
            font-size: var(--fsize-m);
            color: #000000;
        }
        .winkelmand-row .price {
            width: 100%;
            max-width: 80px;
            padding: 0 10px;
            text-align: right;
            font-family: var(--font1);
            font-size: var(--fsize-m);
            color: #000000;
        }
        .winkelmand-row .price-total {
            width: 100%;
            max-width: 100px;
            padding: 0 10px;
            text-align: right;
            font-family: var(--font1);
            font-size: var(--fsize-m);
            font-weight: bold;
            color: #000000;
        }
        .winkelmand-row .remove::before {
            display: block;
            position: relative;
            content: "\f00d";
            color: #000000;
            font-size: 20px;
            font-family: "FontAwesome";
        }
    .winkelmand-summary {
        width: 100%;
        display: flex;
        padding: 20px;
        align-items: center;
        justify-content: flex-end;
    }
        .winkelmand-summary .price {
            width: 100%;
            max-width: 300px;
            padding: 0 10px;
            text-align: right;
        }

        #winkelmand_form {
            display: none;
        }

.video {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}
    .video>iframe {
        border-radius: 8px;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }
.banner {
    width: 100%;
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer {
    background-color: var(--lichtgrijs);
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 80px 15px 80px 15px;
    overflow: hidden;
}
    .footer-inner {
        width: 100%;
        max-width: 1400px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
        .footer-info {
            width: 100%;
            max-width: 400px;
        }
            .footer-info .title {
                display: flex;
                flex-direction: column;
                font-family: var(--font2);
                font-size: 38px;
                color: var(--bruin);
                margin-bottom: 12px;
            }
                .footer-info .title span:last-child {
                    color: var(--groen);
                    font-weight: bold;
                }
            .footer-info .footer-item {
                display: flex;  
                align-items: flex-start;
                margin-bottom: 6px;
            } .footer-info .footer-item:last-child { margin-bottom: 0; }
                .footer-info .footer-item a i {
                    position: absolute;
                    left: 0;
                    font-size: var(--fsize-m);
                    top: 2px;
                    display: inline-block;
                    text-align: center;
                    width: 20px;
                }
                .footer-info .footer-item a {
                    padding-left: 30px;
                    color: var(--bruin);
                    text-decoration: none;
                    font-size: var(--fsize-m);
                    font-family: var(--font1);
                    font-weight: bold;
                }
            .footer-nieuwsbrief {
                margin-top: 32px;
                display: flex;
                flex-direction: column;
                align-items: flex-start;
            }
                .footer-nieuwsbrief .nieuwsbrief-title {
                    color: var(--bruin);
                    font-size: 20px;
                    font-family: var(--font2);
                    font-weight: bold;
                    margin-bottom: 14px;
                }
                .footer-nieuwsbrief>div {
                    display: flex;
                    justify-content: flex-start;
                }
                    .footer-nieuwsbrief input {
                        outline: none;
                        border: none;
                        padding: 12px 12px;
                        font-family: var(--font1);
                        font-size: var(--fsize-m);
                        background-color: #fff;
                        color: var(--bruin);
                    }
                    .footer-nieuwsbrief .nieuwsbrief-submit, .footer-nieuwsbrief .nieuwsbrief-submit.short {
                        font-size: var(--fsize-m);
                        background-color: var(--bruin);
                        cursor: pointer;
                        color: #ffffff;
                        font-family: var(--font1);
                        text-decoration: none;
                        padding: 12px 20px;
                        transition: all .3s ease;
                    }.footer-nieuwsbrief .nieuwsbrief-submit.short { display: none; }
                    .footer-nieuwsbrief .nieuwsbrief-submit-error {
                        display: none;
                        margin-top: 10px;
                    }


        .footer-nav {
            width: 100%;
            padding-left: 120px;
            max-width: calc(100% - 400px - 200px);
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            flex-wrap: wrap;
            max-height: 180px;
            margin-top: 60px;
        }
            .footer-nav>a {
                /* flex: 1 0 15%; */
                color: var(--bruin);
                text-transform: uppercase;
                text-decoration: none;
                font-size: var(--fsize-m);
                font-family: var(--font1);
                font-weight: bold;
                margin-bottom: 10px;
                width: 100%;
                max-width: 250px;
            }
            
    .footer-item a i.fa-brands{
        font-size: 23px;
    }

.signature {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 10px 15px;
    background-color: var(--groen);
}
    .signature-inner {
        width: 100%;
        max-width: 1400px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        row-gap: 4px;
    }
        .signature-inner .left, .signature-inner .right {
            color: #ffffff;
            font-size: 16px;
            text-decoration: none;
            margin-right: 30px;
        }
            .signature-inner .right a {
                color: inherit;
                text-decoration: none;
            } .signature-inner .right a:first-child {
                margin-right: 20px;
            }


#mobile-navbar {
    width: 100%;
    z-index: 50;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}
#mobile-navbar .left {
    z-index: 50;
    display: flex;
    align-items: center;
}
    #mobile-navbar .left .fa-solid.fa-home {   
        color: white;
        font-size: 22px;
        top: -2px;
    }
#mobile-navbar .right {
    z-index: 50;
    display: flex;
    align-items: center;
}
#mobile-navbar .burger:hover {
	cursor: pointer;
}
	#mobile-navbar .burger {
		position: relative;
        margin-left: 20px;
	}
		#mobile-navbar .menu-bar {
			background-color: white;
            border-radius: 10px;
			width: 42px;
			height: 5px;
			display: block;
			margin-bottom: 8px;
			opacity: 1;
            box-shadow: 2px 3px 5px rgba(0,0,0,0.5);
		} #mobile-navbar .menu-bar.bar2 {
            width: 30px;
            margin: 0 0 8px auto;
        }
        #mobile-navbar .burger .menu-bar.bar3 {
            margin-bottom: 0;
        }
		#mobile-navbar.navbar-open .bar1 {
			transform: translateY(-2px) rotate(45deg);
		}
		#mobile-navbar.navbar-open .bar2 {
			opacity: 0;
		}
		#mobile-navbar.navbar-open .menu-bar.bar3 {
			transform: translateY(2px) rotate(-45deg);
		}
		#mobile-navbar .burger .bar1, #mobile-navbar .burger .bar2, #mobile-navbar .burger .bar3 {
			transform-origin: left;
			transition: all .6s ease;
		}
        #mobile-navbar i.fa-bag-shopping {
            top: -1px;
        }
        #mobile-navbar a.nav-winkelmand {
            padding: 4px 10px;
            background-color: var(--lichtbruin);
            border-radius: 4px;
            text-decoration: none;
            color: #ffffff;
            font-family: inherit;
            font-size: inherit;
        }
            #mobile-navbar #winkelwagen_amount_mob {
                margin-left: 6px;

            }
#mobile-menu {
	width: 100%;
	height: 100%;
	position: fixed;
	display: none;
    justify-content: center;
    align-items: center;
	opacity: 0;
	left: 0;
	top: 0;
	background-color: var(--dark-bg);
	z-index: 10;
}
	.mobile-menu-inner {
		padding: 50px 20px;
	}
	.mobile-menu-inner ul {
		list-style-type: none;
		text-align: center;
		margin: 0;
		padding: 0;
	}
	.mobile-menu-inner ul li {
		padding: 15px 0;
	}
	.mobile-menu-inner ul li a {
        text-decoration: none;
        color: #ffffff;
        font-size: 26px;
        font-family: var(--font2);
        letter-spacing: 2px;
    }
    /* .mobile-menu-inner ul li a.active {
        color: var(--lichtgrijs);
        font-weight: bold;
    } */
	#mobile-menu.mobile-menu-open {
		display: flex;
		opacity: 1;
		transition: opacity .6s ease;
	}
    #mobile-navbar.navbar-open .menu-bar { 
        background-color: #ffffff;
    }
	#mobile-navbar {
		display: none;
	}
    .mobile-menu-inner .logo {
        position: fixed;
        top: 0px;
        left: 30px;
        z-index: 20;
        width: 120px;
        height: 120px;
    }
        .mobile-menu-inner .logo a img {
            width: 250px;
        }



.contact {
    display: flex;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    padding: 60px 0 40px 0;
}
.contact-inner {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1200px;
    padding: 0 15px;
}
    .contact-header {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .contact-header .title {
        width: 100%;
        font-size: var(--fsize-m);
        font-family: var(--font1);
        color: var(--bruin);
        margin-bottom: 16px;
        text-transform: uppercase;
    }
    .contact-info {
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: calc(100% - 600px);
    }
        .contact-info-item {
            margin-bottom: 6px;
            padding-left: 28px;
        } .contact-info-item:last-child { margin-bottom: 0; }
            .contact-info-item a {
                text-decoration: none;
                cursor: pointer;
                color: var(--bruin);
                font-size: var(--fsize-m);
                font-family: var(--font1);
                font-weight: bold;
            }
                .contact-info-item a i.fa-solid {
                    position: absolute;
                    top: 2px;
                    left: -28px;
                }

                .content-block.contact-block .content-block-inner {
                    width: 100%;
                    max-width: 1200px;
                    display: flex;
                    column-gap: 30px;
                }
                .content-block.full.contact-block .content {
                    /* max-width: unset; */
                    /* flex: 1; */
                }
                /* .content-block.full.contact-block .content + .content {
                    padding-top: 0;
                } */

/* .contactform {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 600px;
}
    .contactform-inner {
        display: flex;
        flex-wrap: wrap;
        row-gap: 18px;
        width: 100%;
    }
        .contactform-inner input, .contactform-inner textarea {
            font-size: 19px;
            color: var(--purple);
            font-family: var(--font1);
            background-color: #3a1b4460;
            padding: 8px 16px;
            width: 100%;
            border-radius: 6px;
            outline: none;
            border: none;
        }
        .contactform-inner input::placeholder, .contactform-inner textarea::placeholder {
            font-family: inherit;
            font-size: inherit;
            color: var(--purple);
            background: none;
            outline: none;
            border: none;
            overflow: visible;
        }
        .contactform-inner .btn-holder {
            justify-content: flex-end;
        }
        #contactform-error {
            color: var(--green);
            font-size: 19px;
        }
        .g-recaptcha {
            margin: 0 0 0 auto;
        } */




.form {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    column-gap: 80px;
    row-gap: 10px;
}
    .form_col {
        display: flex;
        flex-direction: column;
        /* width: 100%; */
        max-width: calc(100% / 2);
        row-gap: 10px;
    }
    .form_row {
        display: flex;
        justify-content: flex-start;
        align-items: baseline;
        width: 100%;
    }
        .form_row label {
            min-width: 190px;
            font-family: var(--font2);
            color: var(--bruin);
        }
        .form_row input {
            max-width: 200px;
        }
        .form_row input, .form_row select, .form_row textarea {
            max-width: 100%;
            padding: 6px 14px;
            font-family: var(--font1);
            color: inherit;
            font-size: 14px;
            outline: none;
            border: 1px solid var(--lichtbruin);
        }
        .form_row input[type='checkbox'] {
            margin-right: 10px;
        }
        .form_row input::placeholder, .form_row select::placeholder {
            color: rgb(82, 82, 82);
        }
        .form_row select:required:invalid {
            color: rgb(82, 82, 82);
        }
            .form_row option[value=""][disabled] {
                display: none;
            }
            .form_row option {
                color: inherit;
            }
        .form_row textarea {
            resize: vertical;
        }
        #form_error {
            color: red;
        }

.audio-container .content {
    border-bottom: 1px solid #ccc;
    padding: 36px 30px;
}
.audioHolder {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    padding-right: 60px;
}
a.download-audio {
    position: absolute;
    right: 0px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    transform: translateY(-50%);
    color: #ffffff;
    background-color: var(--bruin);
    border-radius: 100px;
}

.clickable:hover{
    cursor: pointer;
}

.download-holder{
    display: flex;
    flex-direction: row;
}
    .download-holder .download-item{
        height: 200px;
        width: 200px;
        display: flex;
        flex-direction: column;
        align-content: center;
        text-align: center;
        margin-bottom: 10px;
        margin-right: 10px;
    }
        .download-holder .download-item a{
            color: inherit;
            text-decoration: none;
        }
        .download-holder .download-item .image-holder{
            width: 100%;
            height: 80%;
            overflow: hidden;
            margin-right: 10px;
            object-fit: contain;
        }
            .download-holder .download-item .image-holder .downloadImage{
                height: 100%;
                width: 100%;
                object-fit: cover;
            }
            .download-holder .download-item .image-holder i{
                font-size: 130px;
                height: 100%;
                width: 100%;
                object-fit: contain;
            }


    .cd-info-holder{
        display: flex;
        flex-direction: row;
        column-gap: 40px;
        width: 100%;
    }
        .cd-info-holder .cd-info-text{
            padding: 20px 0;
        }
            .cd-info-holder .cd-info-text .price{
                margin-bottom: 10px;
            }
        .cd-info-holder .image-holder {
            max-width: 400px;            
            padding: 20px 0;
        }
        .cd-info-holder .image-holder .img{
            height: 360px;
            border-radius: 6px;
        }

@media only screen and (max-width: 1300px) {
    
    .footer-nav {
        max-width: unset;
        max-height: 280px;
        margin-top: 0px;
    }
    .product-list {
        flex-wrap: wrap;
    }
}


@media only screen and (max-width: 1200px){

    .content-block .left .content, .content-block .right .content {
        padding: 24px 15px;
    }

    .calendar-item .image {
        max-width: 160px;
        height: 110px;
    }

    .content-block.half {
        flex: 1 0 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 1000px){
    
    .navbar-inner .nav .right {
        display: none;
    }
    .navbar-inner .nav .left a {
        font-size: 20px;
    }

    .page-header-inner .title,.page-header-inner .title2 {
        font-size: 58px;
        line-height: 58px;
    }

    .footer-nav {
        padding-left: 60px;
    }
        .footer-nav>a {     
            max-width: 200px;
        }

    .koor-list {
        gap: 30px;
    }

}

@media only screen and (max-width: 950px){
    
    .content-block .left, .content-block .right {
        width: 100%;
        max-width: 100%;
    }
    .content-block .left .content.overlap, .content-block .right .content.overlap {
        top: unset;
    }
    .content-block .left {
        align-items: flex-start;
    }
    .content-block .left .content, .content-block .right .content {
        width: 100%;
        max-width: unset;
    }
    .cd-info-holder {
        flex-direction: column-reverse;
    }

    .footer {
        padding: 50px 15px;
    }

    .calendar.large {
        flex-direction: column;
        justify-content: flex-start;
    }
        .calendar.large .calendar-item {
            max-width: 100%;
            margin-bottom: 30px;
        }
            .calendar.large .calendar-item .image {
                max-width: 240px;
            }
}

@media only screen and (max-width: 900px){

    .navbar-inner {
        flex-direction: row;
        justify-content: flex-end;
    }
    .navbar-inner .nav {
        display: none;
    }
    #mobile-navbar {
        display: flex;
    }

    .footer-inner {
        flex-direction: column;
    }
        .footer-info {
            max-width: 100%;
            margin-bottom: 30px;
        }
        .footer-nav {
            padding-left: unset;
            max-width: 100%;
        }
            .footer-nav>a {
                max-width: 200px;
            }

    .content-block-container{
        flex-direction: column;
    }
    .audio-container .content-block.half{
        width: 100%;
    }
}

@media only screen and (max-width: 850px){

    .form_col {
        max-width: 100%;
    }
}

@media only screen and (max-width: 800px){

    .winkelmand-row {
        flex-wrap: wrap;
        padding-left: 100px;
        /* padding-right: 130px; */
        min-height: 100px;
    }
        .winkelmand-row .image {
            position: absolute;
            left: 20px;
        }
        .winkelmand-row .name, .winkelmand-row .desc {
            max-width: 100%;
        }
        .winkelmand-row .price-total {
            /* position: absolute;
            right: 50px;
            top: 50%;
            transform: translateY(-50%); */
            text-align: left;
        }
        .winkelmand-row .remove {
            position: absolute;
            right: 20px;
            top: 50%;
            transform: translateY(-50%);
        }

}

@media only screen and (max-width: 750px){

    .page-header-inner .title, .page-header-inner .title2 {
        font-size: 42px;
        line-height: 42px;
    }
}

@media only screen and (max-width: 650px){

    .content-block {
        flex-direction: column;
    }
    .content-block .image-holder+.content {
        width: 100%;
    }

    
    .content-block.contact-block .content-block-inner {
        flex-direction: column;
        row-gap: 30px;
    }
    
    .content-block.contact-block .content-block-inner .content + .content{
        padding-top: 0;
    }

}

@media only screen and (max-width: 600px){

    .form_row {
        flex-direction: column;
    }
        .form_row label {
            margin-bottom: 6px;
        }

}

@media only screen and (max-width: 500px){

    .calendar-item {
        flex-direction: column;
        align-items: flex-start;
    }
        .calendar-item .image {
            max-width: 100%;
            height: 210px;
            margin-bottom: 14px;
        }
        .calendar-item .details {
            max-height: unset;
            padding-left: unset;
        }
        .calendar.large .calendar-item .details {
            padding-inline: 0;
        }
    .footer-nav {
        max-height: unset;
    }
        .footer-nav>a {
            max-width: 100%;
        }
}

@media only screen and (max-width: 450px){

    .audioHolder{
        flex-direction: column;
        align-items: flex-start;
    }
        .audioHolder .audio {
            width: 100%;
        }
        .audioHolder p{
            bottom: 5px;
        }
    .footer-nieuwsbrief .nieuwsbrief-submit {
        display: none;
    }
    .footer-nieuwsbrief .nieuwsbrief-submit.short {
        display: inline-block;
    }

    .page-header-inner .title {
        font-size: 32px;
        line-height: 32px;
    }
    .page-header-inner .title2 {
        font-size: 24px;
    }
    .winkelmand-row .image {
        display: none;
    }
    .winkelmand-row {
        padding-left: unset;
    }
}

.biografie-content{
    width: 100%;
    display: flex;
    gap: 20px;
}
    .biografie-content .image-holder{
        flex: 0 auto;
        overflow: hidden;
    }
        .biografie-content .image-holder .img {
            height: 320px;
            border-radius: 6px;
        }
    .biografie-content .text {
        flex: 1;
    }

    @media only screen and (max-width: 850px){

        .biografie-content.row {
            flex-direction: column;
        }
    }

/* .koren-holder{
    display: flex;
    flex-direction: row;
    width: 100%;
}
    .koren-holder .koor-holder{
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        width: 500px;
        margin: 10px;
    }
        .koren-holder .koren-page-content{
            margin: 10px;
            padding: 5px;
        }
            .koren-holder .koor-holder .koor-info-holder{
                display: flex;
                flex-direction: row;
                width: 100%;
                height: 250px;
                background-color: var(--lichtbruin);
                border-radius: 10px;
                overflow: hidden;
                align-items: center;
            }
                .koren-holder .koor-holder .koor-info-holder .koor-image{
                    aspect-ratio: 1/1;
                    max-height: 110%;
                    object-fit: cover;
                    overflow: hidden;
                    border-radius: 20px;
                }
                .koren-holder .koor-holder .koor-info-holder .koor-info{
                    width: 35%;
                    margin-left: 25px;
                    max-height: 100%;
                }
                    .koren-holder .koor-holder .koor-info-holder .koor-info .koor-title{
                        overflow: hidden;
                        text-overflow: ellipsis;
                        text-wrap: wrap;
                    }
                    .koren-holder .koor-holder .koor-info-holder .koor-info .koor-text{
                        overflow: hidden;
                        text-overflow: ellipsis;
                        text-wrap: wrap;
                    } */
/* .cd-holder:hover{
    transform: scale(1.01);
}
.cd-holder{
    height: 200px;
    width: 700px;
    overflow: hidden;
    display: flex;
    flex-direction: row-reverse;
    background-color: var(--lichtgrijs);
    padding: 10px;
    border-radius: 10px;
    text-decoration: none;
}
    .cd-holder .cd-image{
        height: 100%;
        aspect-ratio: 1/1;
        object-fit: cover;
    }
    .cd-holder .cd-text-holder{
        height: 100%;
        width: 80%;
    }
        .cd-holder .cd-text-holder h1{
            max-height: 90%;
            width: 80%;
            text-overflow: ellipsis;
            color: black;
            text-overflow: var(--fsize-s); 
        } */


