:root {
    --wildevuur-yellow: #b4975b;
    --wildevuur-yellow-secondary: #8B7447;
    --wildevuur-red: #C00;
    --dark: #000;
    --dark-secondary: #332F27;
    --white: #ffffff;
    --subtle-grey: #EEEEEE;
    --middle-grey: #777;
    --darker-grey: #555;
    --font-primary: "Helvetica Neue", Helvetica, Arial, sans-serif;
    --font-secondary: "Times New Roman", Times, serif;
}

body {
    color: var(--white);
    font-family: var(--font-primary);
    scroll-behavior: smooth;
    font-size: 14px;
}

hr{
    color: #0c0c0c;
}

.pl-0 {
    padding-left: 0;
}

.row-equal > .col {
    display: flex;
    flex-direction: column;
}

.row-equal .card {
    flex: 1 1 auto; /* neemt beschikbare hoogte van de column */
    display: flex;
    flex-direction: column;
}

/* Scroll to Top Button */
.scroll-to-top {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    background-color: var(--dark);
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease-in-out;
    z-index: 1000;
    border: solid var(--white) 1px;
}

.scroll-to-top.visible {
    opacity: 0.7;
    visibility: visible;
    transform: translateY(0);
}

.scroll-to-top:hover {
    background-color: var(--wildevuur-yellow-secondary);
    transform: translateY(-3px);
    opacity: 1;
}

.scroll-to-top i {
    font-size: 1.5rem;
}

a, button, .btn, .card, .nav-link, img, div:hover {
    transition: all 0.3s ease;
}

.pr-0 {
    padding-right: 0;
}

.mw-970 {
    max-width: 970px;
}

.page-spacing {
    height: 170px;
}

.page-spacing-50 {
    height: 50px;
}

.btn-theme,.btn-primary {
    background-color: var(--wildevuur-yellow) !important;
    border-color: var(--wildevuur-yellow) !important;
    color: var(--white) !important;
}

.btn-theme:hover,.btn-primary:hover {
    background-color: var(--wildevuur-yellow-secondary) !important;
    border-color: var(--wildevuur-yellow-secondary) !important;
    color: var(--white) !important;
}

.btn-theme-white, .btn-outline-primary {
    background-color: var(--white);
    border-color: var(--white);
    color: var(--wildevuur-yellow);
}

.btn-theme-white:hover, .btn-outline-primary:hover {
    background-color: var(--subtle-grey);
    border-color: var(--subtle-grey);
    color: var(--wildevuur-yellow);
}

.btn-theme-grey{
    background: var(--middle-grey);
    border-color: var(--middle-grey);
    color: var(--white);
}

.btn-theme-grey:hover{
    background-color: var(--darker-grey);
    border-color: var(--darker-grey);
    color: var(--white) !important;
}

.btn {
    border-radius: 0 !important;
}

.btn-available {
    background-color: #a80003;
    border-color: #a80003;
    color: var(--white) !important;
}

.btn-available:hover {
    background-color: maroon;
    border-color: maroon;
    color: var(--white) !important;
}

.btn-viewing {
    background-color: #698133 !important;
    border-color: #698133 !important;
    color: var(--white) !important;
}

.btn-viewing:hover {
    background-color: #506427 !important;
    border-color: #506427 !important;
}

.text-wildevuur-red {
    color: maroon;
}

.ask-about-item{
    font-size: 1.1rem;
}

.btn-cart {
    background-color: transparent !important;
    border-color: transparent !important;
}

.border-dark {
    border: var(--dark-secondary) 1px solid;
}

.bg-black-transparent {
    background-color: rgba(0, 0, 0, 0.6);
}

.bg-black-transparent-80 {
    background-color: rgba(0, 0, 0, 0.8);
}

.bg-yellow {
    background-color: var(--wildevuur-yellow);
}

h1.bottom-info,
h2.bottom-info,
h3.bottom-info,
h4.bottom-info,
h5.bottom-info,
h6.bottom-info {
    color: var(--wildevuur-yellow);
    font-family: var(--font-secondary);
}

b {
    padding: 0 !important;
}

.page-content-block{
    color: #000;
}
.page-content-block a, .page-content-block h1, .page-content-block h2, .page-content-block h3, .page-content-block h4, .page-content-block h5, .page-content-block h6{
    color: var(--wildevuur-yellow)
}

.small-text{
    font-size: 12px;
    color: lightgray;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.5em;
}

.text-shadow {
    text-shadow: #000 .1em .1em .2em;
}

.text-yellow{
    color: var(--wildevuur-yellow);
}

.font-weight-bold{
    font-weight: bold;
}

.active>.page-link, .page-link.active {
    background-color: var(--wildevuur-yellow);
    border-color: var(--wildevuur-yellow);
}

.page-link:hover{
    color: var(--wildevuur-yellow);
}

/* ----- header ----- */
a, .nav-link {
    color: var(--white);
}

.bg-white a {
    color: var(--dark-secondary);
}

a:hover, .nav-link:hover, a:focus, .nav-link:focus {
    color: var(--wildevuur-yellow) !important;
}

.main-menu .nav-link {
    padding: 10px 50px;
    font-family: var(--font-secondary);
    font-size: 1.3em;
    transition: color 0.3s ease;
}

.main-menu .nav-item:hover, .main-menu .nav-item:hover a, .sub-menu .nav-link:hover, .sub-menu .nav-item:hover a, .top-menu .nav-link:hover, .top-menu .nav-item:hover a {
    border-radius: 0;
}

.top-menu, .sub-menu {
    font-size: 110%;
}

.usp-bar {
    background-color: #f8f8f8;
    color: var(--dark) !important;
}

.usp-bar i {
    font-size: 24px;
}

.usp-bar span {
    color: var(--dark) !important;
}

.header-image {
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center !important;
}
.header-title {
    font-size: 4.5em;
    font-family: "Times New Roman", Times, serif;
    color: #fff;
    text-shadow: #000 .1em .1em .2em;
}
.header-sub-title {
    font-size: 3em;
    font-family: "Qwigley", cursive;
    color: #fff;
    text-shadow: #000 .1em .1em .2em;
}

header{
    height: 115px;
}

/* ----- end header ----- */


/* ----- home content ----- */
.home-content-block {
    padding: 0;
    overflow: hidden;
}

.header-content-block {
    background-color: var(--wildevuur-yellow);
    color: var(--white);
    font-family: var(--font-secondary);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 2em;
    letter-spacing: .2em;
    padding: 30px 5% 30px 5%;
}

.image-content .btn{
    z-index: 99;
}

.home-content-block h2{
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: .15em;
}

.home-content-block .header-description {
    font-weight: normal;
    font-family: var(--font-primary);
    text-transform: none;
    font-size: 1rem;
    letter-spacing: normal;
}

.home-page-highlights .image-wrapper {
    position: relative;
    width: 100%;
}

.home-page-highlights .content-image {
    width: 100%;
    display: block;
}

.home-page-highlights .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    pointer-events: none; /* zodat image klikbaar blijft, optioneel */
    padding: 10% 5px;
}

.home-page-highlights .overlay .btn {
    pointer-events: auto; /* knop blijft klikbaar */
}

.home-content-block .title {
    color: #FFF;
    font-size: 3.2em;
    letter-spacing: .2em;
    text-shadow: #000 .1em .1em .2em;
}

.home-content-block .subtitle {
    text-align: center;
    color: #FFF;
    font-size: 1.8em;
    padding: 5% 15% 5%;
    text-shadow: #000 .1em .1em .2em;
}

.image-content {
    position: relative;
}

.image-content .action-btn, .header-content-block .action-btn {
    font-size: 1.5em;
    color: white;
    padding: 20px;
    text-decoration: none;
    z-index: 10;
    transition: all 0.3s ease;
}

.image-content .action-btn {
    background-color: var(--wildevuur-yellow);
    border-color: var(--wildevuur-yellow);
}

.header-content-block .action-btn {
    border: 1px solid var(--white);
}

.image-content .action-btn:hover, .header-content-block .action-btn:hover {
    background-color: var(--wildevuur-yellow-secondary);
}
.image-content .action-btn:hover, .header-content-block .action-btn:hover
.image-content .action-btn:active,
.image-content .action-btn:focus,
.image-content .action-btn:focus-visible,
.image-content .action-btn:focus-within,
.image-content .action-btn:target,
.image-content .action-btn:hover,
.header-content-block .action-btn:active,
.header-content-block .action-btn:focus,
.header-content-block .action-btn:focus-visible,
.header-content-block .action-btn:focus-within,
.header-content-block .action-btn:target,
.header-content-block .action-btn:hover {
    color: var(--white) !important;
}


/* Content overlay wrapper */
.image-content {
    position: relative;
}

.content-overlay {
    position: absolute;
    bottom: 25%;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 0 20px;
}

.framing-text {
    color: var(--white);
    align-items: baseline;
    bottom: 45%;
    font-size: 22px;
    left: 5%;
    top: 120px;
}

.content-intro {
    color: white;
    text-align: center;
    width: 100%;
    max-width: 600px;
    font-family: var(--font-primary);
    font-size: 1.2rem;
    line-height: 1.4;
    margin: 0;
    font-size: 1.4rem;
    text-shadow: #000 .1em .1em .2em;
}

.action-btn {
    position: relative;
    z-index: 10;
}

.text-content {
    padding: 40px 10%;
    color: var(--black);
}

.text-left{
    text-align: start !important;
}

.thanks{
    font-weight:700 !important;
    font-size:1.5em !important;
    padding-bottom:30px !important;
}

.text-content h1, .text-content h2, .text-content h3, .text-content h4, .text-content h5, .text-content h6 {
    font-size: 1.2em;
    font-weight: 700;
    margin-top: 20px;
    color: var(--black);
    letter-spacing: normal;
}

.bedankt {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 20px;
}

.bedankt .left {
    width: 80px;
    text-align: center;
    vertical-align: top;
    padding-top: 5px;
}

.bedankt .right {
    padding-left: 20px;
    vertical-align: top;
}

.bedankt .right p {
    margin: 0;
    line-height: 1.6;
    max-width: 600px;
}

.bedankt .right strong {
    font-size: 1.1em;
    color: var(--dark);
}

.text-content h2, .text-content h3, .text-content h4, .text-content h5, .text-content h6 {
    font-size: 1.1em;
    margin-top: 30px;
}

.home-content-block .btn {
    text-align: center;
    font-size: 1.5em;
    color: #FFF;
    padding: 20px 50px;
    border: thin solid #FFF;
    text-shadow: #000 0.1em 0.1em 0.2em;
    margin-top: 20px;
    letter-spacing: 0em;
    background: rgba(0, 0, 0, 0.2);
    font-weight: normal;
}

.home-content-block .btn:hover {
    background: rgba(0, 0, 0, 0.4);
}

.home-page-art-tiles .header-content-block a {
    text-decoration: none !important;
}
.home-page-art-tiles .header-content-block a:hover {
    text-decoration: underline !important;
    color: var(--white) !important;
}

.content-info-bottom {
    padding: 40px 8%;
}
.content-info-bottom h1 {
    font-size: 1.2em;
    font-weight: 700;
    font-family: var(--font-primary);
}
.content-info-bottom h2, .content-info-bottom h3 {
    font-size: 1em;
    font-family: var(--font-primary);
}
.content-info-bottom-white{
    background-color: #fff !important;
    color: var(--dark);
}
.content-info-bottom-white h1{
    color: #b4975b;
}
.content-info-bottom-white h2, .content-info-bottom-white h3 {
    font-size: 1em;
    font-weight: normal;
    margin: 0;
}
.content-info-bottom-white p {
    margin: 0;
}

#videoModalCommercial .modal-content,
#videoModal .modal-content,
#videoModal6 .modal-content,
#videoModal5 .modal-content
{
    padding: 5px;
}
#videoModalCommercial .modal-header,
#videoModal .modal-header,
#videoModal6  .modal-header,
#videoModal5  .modal-header
{
    display: none;
}

/* ----- end home content ----- */

/* ----- Artists ----- */

.artist-tile {
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 5 / 6;
    display: block;
    text-decoration: none;
}

/* Container voor de afbeelding */
.artistImage {
    /*position: absolute;*/
    inset: 0;
    overflow: hidden;
    z-index: 1;
}

.artistImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

/* Zoom alleen op afbeelding */
.artist-tile:hover .artistImage img {
    transform: scale(1.05);
}

/* Tekst-overlay */
.artist-name {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.5rem 1rem;
    text-align: center;
    color: white;
    font-size: 1.5rem;
    font-family: var(--font-primary);
    z-index: 2;
    text-shadow: 0 0 6px rgba(0,0,0,0.8);
}

.artist-webshop {
    height: 450px;
    background-size: cover;
    background-position: center;
}

.artist-activity {
    height: 215px;
    background-color: #323232;
}

.artist .btn {
    text-align: center;
    font-size: 1.5em;
    color: #FFF;
    padding: 20px;
    border: thin solid #FFF;
    text-shadow: #000 0.1em 0.1em 0.2em;
    margin-top: 20px;
    letter-spacing: 0em;
    background: rgba(0, 0, 0, 0.2);
    font-weight: normal;
}

.artist-text {
    font-size: 14px;
}

.webshop-text {
    color: var(--wildevuur-yellow);
    font-family: var(--font-secondary);
    font-size: 2.5em;
    letter-spacing: .5em;
}

.webshop-text span {
    font-size: 0.5em;
    letter-spacing: normal;
    color: var(--wildevuur-yellow);
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.parallax-section {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
}

/* ----- end Artists ----- */

/* ----- footer ----- */

.footer-contact-form {
    width: 600px;
    background-color: var(--wildevuur-yellow);
    font-family: var(--font-secondary);
    padding: 30px 60px;
}

.footer-contact-form input {
    font-family: var(--font-primary);
    font-size: 90%;
}

.footer-contact-form h5 {
    color: var(--white);
    font-size: 1.5em;
    letter-spacing: 0.2em;
}

.form-control {
    padding: 2px 15px;
    border: var(--dark-secondary) 1px solid;
    height: 50px;
    background-color: #FFF;
}

footer {
    font-size: 0.9rem;
}

footer h5 {
    padding-bottom: 5px;
    font-size: 1rem;
}

footer table {
    width: 100%;
}

footer a {
    text-decoration: none !important;
    color: var(--white) !important;
}

/* ----- end footer ----- */

/* ----- start items ----- */

.item-image {
    height: 250px;
    object-fit: contain;
}

.item-placeholder {
    height: 250px;
}

.no-results-icon {
    font-size: 4rem;
}

.item-title {
    font-weight: bold;
}

.item-title .subtitel{
    font-weight: normal;
}

.item-card {
    padding: 10px;
    transition: all 0.3s ease;
}
.item-card img{
    margin-bottom: 15px;
}
.item-card h3{
    font-size: 1.1427142em;
    font-weight: 700;
    padding: 0;
    margin: 0;
}
.item-card span.subtitel{
    font-weight: 400;
    font-size: .875em;
}

ul.checkmarks li{
    list-style-image: url("../img/checked.png");

}

.item-show h1{
    font-size: 14px;
    font-weight: 700;
    padding: 0 0 8px;
}

.cart-item-image img{
    width: 100%;
    height: auto;
    max-width: 150px;
}

.item-show .fixed-width {
    max-width: 500px;
    width: 100%;
    height: auto;
}

.item-show a {
    text-decoration: none;
}

/* ----- end items ----- */


/* ----- start blog ----- */
.blog-post-wrapper {
    position: relative; /* voor absolute link */
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.shadowed {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.blog-image-container {
    width: 100%;
    padding-bottom: 75%; /* 4:3 verhouding */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.3s ease;
}

.blog-post-wrapper:hover .blog-image-container {
    transform: scale(1.05); /* subtiele zoom bij hover */
}

.blog-content {
    flex-grow: 1;
    padding: 15px;
    display: flex;
    flex-direction: column;
    pointer-events: none; /* laat de click door naar link */
}

.blog-title {
    margin-bottom: 0.5rem;
    font-family: Oswald, Helvetica Neue, Helvetica, sans-serif !important;
    color: var(--dark) !important;
    font-size: 18px !important;
    font-weight: normal !important;
    line-height: 28px !important;
    text-align: left !important;
    transition: color .1s ease-out;
}

.blog-post-wrapper:hover .blog-title {
    color: var(--wildevuur-yellow) !important;
}

.blog-excerpt {
    color: #555;
    flex-grow: 1;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif !important;
    font-size: 13px;
}

/* Full block clickable link */
.full-block-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10; /* boven de content */
    text-decoration: none;
}

.blog-show h1{
    font-family: Oswald, Helvetica Neue, Helvetica, sans-serif !important;
    color: #1a1a1a !important;
    font-size: 28px !important;
    font-weight: normal !important;
    font-style: normal !important;
    text-align: center !important;
    line-height: 1 !important;
    text-decoration: none !important;
    border-bottom: solid 1px #cccccc !important;
    padding-bottom: 10px !important;
}
.blog-show .text-muted{
    color: #cccccc !important;
    font-size: 11px !important;
    font-style: normal !important;
    text-align: center !important;
}

.blog-show a{
    color: #b4975b !important;
    text-decoration: none !important;
    font-style: normal !important;
    font-weight: bold !important;
}

.blog-show a:hover{
    text-decoration: underline !important;
}

/* ----- end blog ----- */

/* ----- mobile ----- */

/* Fullscreen overlay menu */
.mobile-menu {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    z-index: 1050;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
    overflow-y: auto;
    padding: 2rem;
    font-size: 22px;
}
.mobile-menu.active {
    transform: translateX(0);
}
.mobile-menu .nav-link {
    border-top: 1px solid white;
    padding: 10px 0px;
    width: 100%;
    text-align: left;
}
.mobile-menu .flag{
   width: 20px;
}

/* Algemeen menu-item */
.menu-item {
    display: block;
    width: 100%;
    padding: 0.75rem 1rem;
    text-align: left;
    text-decoration: none;
    color: #212529;
    background: none;
    border: none;
    font-size: 1rem;
    cursor: pointer;
}
.menu-item:hover {
    background-color: #f1f1f1;
}

/* Submenu */
.submenu {
    display: none;
    padding-left: 1rem;
}
.submenu.show {
    display: block;
}

.menu-toggle {
    font-size: 1.2rem;
    cursor: pointer;
}
.menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

/* Modal */
.modal-content {
    background-color: var(--white);
}
.modal .modal-header{
    border-bottom: 1px solid var(--wildevuur-yellow);
}
.modal .modal-title {
    color: var(--dark);
    font-family: var(--font-primary);
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 600;
}

.menu-modal .modal-content {
    background-color: var(--dark);
    color: var(--white);
}
.menu-modal .modal-header {
    color: var(--wildevuur-yellow);
    border-bottom: 1px solid var(--wildevuur-yellow);
}
.menu-modal .modal-title{
    color: var(--wildevuur-yellow);
    text-transform: none;
    font-size: 1.1rem;
    font-weight: 600;
}

.modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between; /* zorgt dat titel links blijft en knop rechts */
    border-bottom: 1px solid #dee2e6; /* standaard Bootstrap randje */
    padding: 1rem 1.5rem;
}

.custom-close-btn {
    background: none;
    border: none;
    color: #000;
    font-size: 1.8rem;
    line-height: 1;
    cursor: pointer;
    transition: color 0.2s ease;
    color: var(--wildevuur-yellow);

}

.custom-close-btn:hover {
    color: var(--wildevuur-yellow-secondary);
}

.cart-modal .modal-content {
    border: 2px solid black;
}
.cart-modal .modal-header {
    background-color: var(--wildevuur-yellow);
}
.cart-modal .modal-title, .cart-modal .custom-close-btn {
    color: var(--white);
}

.cart-modal .modal-body {
    color: var(--dark);
    text-transform: none;
}

textarea {
    padding-top: 13px !important;
    padding-bottom: 13px !important;
}

.form-control:focus {
    border-color: var(--wildevuur-yellow) !important;
}

.checkout-form label {
    color: #000;
    font-weight: bold;
    margin-top: 10px;
}

.checkout-form input {
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    resize: vertical;
}

.payment-option div label {
    margin-left: 10px;
}

.payment-option div input {
    margin-top: 7px;
}

.confirm-order a{
    color: #000;
}

.icon_betaalmethode {
    margin-left: 20px;
    margin-right: 5px;
    font-weight: normal;
}

.betaalmethode {
    font-weight: normal;
}

.free{
    margin-left: 5px;
    font-weight: normal;
}



#delivery_option .form-check {
    border: 1px solid #eee;
    padding: 10px 30px;
}
#delivery_option .form-check input[type='radio'] {
    transform: scale(0.7);
}
#delivery_option .form-check label {
    margin-top: 6px;
    margin-left: 10px;
}

.breadcrumb-item {
    color: #666;
    text-decoration: none;
}

.breadcrumb-item a {
    color: #666;
    text-decoration: none;
}

.breadcrumb-item a:hover{
    text-decoration: underline;
}

.language-picker {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 10;
    background-color: #000;
}
.btn-cart {
    z-index: 20;
}

.language-picker:hover {
    cursor: pointer;
}

.language-active {
    padding: 6px 20px;
}

.language-active img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid #ccc;
    cursor: pointer;
    transition: transform 0.2s;
}

.language-active img:hover {
    transform: scale(1.1);
}

.language-options {
    display: none;
    flex-direction: column;
    gap: 0.4rem;
    margin-top: 0.5rem;
}

.language-picker:hover .language-options {
    display: flex;
}

.language-option img {
    width: 28px;
    height: 28px;
    cursor: pointer;
    transition: transform 0.2s;
}

.language-option img:hover {
    transform: scale(1.1);
}

.tileImage {
    width: 100%;
    aspect-ratio: 1 / 1;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* De aparte achtergrondlaag */
.tileImage-bg {
    position: absolute;
    inset: 0;
    background-image: var(--bg-image);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.3s ease;
}

/* Alleen de afbeelding zoomen */
.tileImage:hover .tileImage-bg {
    transform: scale(1.05);
}

.tileText {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem;
    color: var(--white);
    text-align: center;
    font-weight: 400;
    font-size: 1.8em;
    z-index: 2; /* tekst altijd bovenop */
}

.item-top-bar{
    padding-top: 40px;
    padding-bottom: 20px;
}

.item-top-bar .search-info{
    line-height: 16px;
}

.item-filter-bar {
    padding-top: 20px;
}

.form-item-search {
    max-width: 140px;
    height: 40px;
    border-radius: var(--bs-border-radius) !important;
}
.form-item-search .btn{
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-top: 1px solid var(--dark) !important;
    border-right: 1px solid var(--dark) !important;
    border-bottom: 1px solid var(--dark) !important;
    border-left: 1px solid var(--dark) !important;
}
.form-item-search .form-control{
    height: 40px;
    font-size: 1em !important;
}

.mr-60{
    margin-right: 60px;
}

.sorting-a{
    text-decoration: none;
    margin-right: 40px;
}
.sorting-a:hover{
    color: var(--wildevuur-red) !important;
}
.sorting-active{
    font-weight: bold;
    color: var(--dark) !important;
}

.item-info-pages {
    color: #ccc;
}

.navbar-filter-kunstwerk .filter-inactive{
    color: #ccc;
}
.navbar-filter-kunstwerk .dropdown-item{
    font-size: 14px;
}
.navbar-filter-kunstwerk .sub-onderwerp-filter{
    font-size: 12px;
    font-style: italic;
}
.navbar-filter-kunstwerk .navbar-brand{
    color: #fff !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1em !important;
    padding: 8px 20px;
    font-weight: 700;
    margin-right: 0;
    min-height: 40px;
}
.navbar-filter-kunstwerk .nav-link{
    color: #fff !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1em !important;
    padding: 8px 5px;
    font-weight: 700;
    text-transform: uppercase;
}
.navbar-filter-kunstwerk .nav-item {
    background: #c1a875;
    min-height: 40px;
}
.navbar-filter-kunstwerk .nav-item-secondary {
    background: #b4975a;
}
.navbar-filter-kunstwerk .dropdown-menu{
    border: 1px solid #000;
}
.navbar-filter-kunstwerk .filter-dropdown-header{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}
.navbar-filter-kunstwerk hr{
    opacity: 100;
}
@media (min-width: 768px) and (max-width: 1020px) {
    .navbar-filter-kunstwerk .container {
        max-width: 100%;
    }
}

@media (min-width: 576px) and (max-width: 770px)  {
    .container, .container-sm {
        max-width: 100%;
    }
}

@media (min-width: 1398px) and (max-width: 1445px) {
    .btn-cart{
        margin-right: 20px;
    }
}

@media (min-width: 1198px) and (max-width: 1260px) {
    .btn-cart{
        margin-right: 30px;
    }
}

@media (max-width: 1080px) {
    .btn-cart{
        margin-right: 40px;
    }
    .artist-name {
        font-size: 1.4rem;
    }
}

@media (min-width: 768px) and (max-width: 1020px) {
    .container, .container-md, .container-sm {
        max-width: 96%;
    }
}

@media (max-width: 992px) {
    .gap-5 {
        gap: normal !important;
    }
    .top-menu .nav-link{
        padding-left: 0;
        padding-right: 0;
    }
    .header-logo img{
        width: 275px;
    }
    .home-content-block .title {
        font-size: 2.5em;
    }
    .usp-bar {
        display: none;
    }
}

@media (max-width: 920px) {
    .framing-text {
        font-size: 19px;
        top: 100px;
    }
}

@media (max-width: 840px) {
    .header-logo img{
        width: 220px;
    }
    .top-menu .gap-3 {
        gap: 0.7rem !important;
    }
}
@media (max-width: 767px) {
    .header-logo img{
        width: 300px;
    }
    .mobile-border-bottom {
        border-bottom: 1px solid var(--white);
        padding-bottom: 20px;
        margin-bottom: 30px !important;
    }
    .facebook-footer{
        font-size: 30px !important;
    }
    .hide-on-mobile {
        display: none;
    }
    .page-spacing {
        height: 50px;
    }
    .tileText{
        font-size: 1.2rem;
    }
    .home-content-block .title {
        font-size: 2em;
    }
    header{
        background: #000 !important;
    }
    .header-content-block {
        font-size: 1.8em;
        letter-spacing: 0.1em;
    }
    .home-content-block .subtitle {
        font-size: 1.4em;
    }
    .home-content-block .btn {
        font-size: 1.2em;
    }
    .artist-name {
        font-size: 1.3rem;
    }
    .framing-text {
        font-size: 16px;
        top: 70px;
    }
    .content-intro {
        font-size: 1.5em !important;
    }
    .content-overlay {
        bottom: 30%;
    }
}
@media (max-width: 630px) {
    .framing-text {
        font-size: 12px;
    }
    .content-overlay {
        gap: 7px;
    }
    .sculpture-garden-btn{
        font-size: 1.2em !important;
    }
}
@media (max-width: 530px) {
    .content-intro {
        display: none;
    }
}
@media (max-width: 440px) {
    .sculpture-garden-btn{
        font-size: 1em !important;
    }
}
@media (max-width: 350px) {
    .sculpture-garden-btn{
        font-size: 1em !important;
    }
}

