<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville&amp;family=Montserrat&amp;display=swap');

#mainNav {
    display: none;
}

/*Inlogformulier aanpassingen */

#inlogformulier input[type="text"],
#inlogformulier input[type="password"] {
  display: block;
  box-sizing: border-box;
  margin-bottom: 0px;
  padding: 4px;
  width: 220px;
  height: 32px;
  border: none;
  border-bottom: 1px solid #AAA;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 15px;
  transition: 0.2s ease;
}

#inlogformulier input[type="text"]:focus,
#inlogformulier input[type="password"]:focus {
  border-bottom: 2px solid #CCC7B1;
  color: #CCC7B1;
  transition: 0.2s ease;
}

#inlogformulier input[type="submit"] {
 width: 120px;   
 height: 32px;
}
 
#inlogformulier input[type="submit"], .btn.login {
  margin-bottom: 15px;
  background: #CCC7B1;
  border: none;
  border-radius: 2px;
  color: #FFF;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  transition: 0.1s ease;
  cursor: pointer;
}

#inlogformulier input[type="submit"]:hover,
#inlogformulier input[type="submit"]:focus, .btn.login:hover, .btn.login:focus {
  opacity: 0.8;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  transition: 0.1s ease;
}

#inlogformulier input[type="submit"]:active {
  opacity: 1;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  transition: 0.1s ease;
}

#inlogformulier *:focus {
  outline: none;
}


.navbar-expand-lg .navbar-toggler {
    display: flex !important;
}


.fa-bars, .fa-times {
    margin-left: 5px;
}

#menuOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #CCC7B1;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: auto;
}

#mainNav .navbar-toggler {
    position: fixed;
    top: 10px !important;
    left: 10px !important;
    z-index: 10001;
    background: none;
    border: none;
    box-shadow: none;
    background-color: transparent !important;
    color: black;
    width: 100px;
}

#navbarResponsive {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#navbarResponsive ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    width: 100%;
}

#navbarResponsive ul li {
    padding: 10px;
}

#navbarResponsive ul li a {
    color: black;
    font-size: 1.2em;
    padding: 0px;
    display: block;
    font-family: Open Sans;
}

.no-scroll {
    overflow: hidden;
}
.nav-link p {
    margin-bottom: 0;
}

.nav-link {
    border-bottom: 0 !important;
}

.nav-link:hover {
    border-bottom: none !important;
}

.nav .nav-item .nav-link::before {
    content: 'â€¢ ';
    font-size: larger; /* Pas de grootte van de bullet-point aan */
    color: transparent; /* Maakt de bullet-point transparant wanneer niet gehovered */
    vertical-align: middle; /* Zorgt ervoor dat de bullet-point op dezelfde lijn staat als de tekst */
    margin-right: 5px; /* Voegt wat ruimte toe tussen de bullet-point en de tekst */
}

.nav .nav-item .nav-link:hover::before {
    color: #000; /* Pas de kleur van de bullet-point aan wanneer gehovered */
}

.navbar-logo-center {
    margin: 15px;
    padding-bottom: 40px;
}

#shopitem-details {
    padding-top: 180px !important;
}

header, .textpage-header, .webshop-header {
    padding-top: 70px !important;
}

/* Stijlen voor de navigatiebalk met flexbox */
.navbar-content {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

/* Zorg dat het logo gecentreerd blijft */
.navbar-logo-center  {
    text-align: center;
}

@media (max-width: 768px) {
.navbar.justify-content-center {
    justify-content: center !important;
}
}

 .text-bold { font-weight: bold; font-size: 24px; }
  .text-regular { font-weight: normal; font-size: 24px; }
  .text-extra-bold { font-weight: 800; font-size: 24px; }
  
  .video-container img {
    max-width: 100%;
    height: auto;
    /*display: block;*/
}

.video-container:hover {
    cursor: pointer;
}

.video-container h2 {
    margin-top: 10px;
}

.video-image-container {
    position: relative;
}

.video-popup {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-frame {
    width: 80%;
    height: 80%;
}

.video-frame iframe {
    width: 100%;
    height: 100%;
}

 #custom-row {
    background: linear-gradient( rgba(15, 15, 15, 0.5), rgba(15, 15, 15, 0.5) ), url('https://tab-shop321.tabernae.nl/media/rmkhmlvj/img_8762_2_1200x0.jpeg');;
    background-size: cover;
    color: white;
}
#custom-row h2 {
    font-size: 24px;
}

#custom-row p {
    font-size: 16px;
}

#custom-row h2 {
    font-weight: bold;
}
    

.custom-col {
    padding: 35px;
}

.video-container {
    text-transform: uppercase;
    text-align: center;
 
}

.play-icon {
    width: 0; 
    height: 0; 
    border-left: 45px solid white;
    border-top: 22.5px solid transparent;
    border-bottom: 22.5px solid transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    opacity: 0.8;
}


.quote p {
    font-family: 'Montserrat', sans-serif !important;
    text-transform: uppercase;
    font-size: 24px !important;
}

#custom-row {
    font-family: 'Montserrat', sans-serif !important;
}

/*fonts*/

#navbarResponsive ul li a {
    font-family: 'Montserrat', sans-serif !important;
}

h1, h2, h3, h4, h5 {
    font-family: 'Montserrat', sans-serif !important;
}

h1 {
    font-family: 'Libre Baskerville', serif;
}

p, ul, li, div:not(.fa):not(.far):not(.fas), select, option, input, input::placeholder, texarea, textarea::placeholder, table, td, tr, th {
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px !important;
}

span, button, label {
    font-family: 'Poppins', sans-serif !important;
}

footer {
    font-family: 'Montserrat', sans-serif !important;
}
    
#Divider {
    display: none;
}

.col-lg-4.col-md-6.col-sm-6.mt-3 { 
    cursor: pointer;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}


.col-lg-4.col-md-6.col-sm-6.mt-3:hover {
    transform: scale(1.05);
}

.home-center-center {
    text-align: center;
}

.carousel-caption {
    left: 15%;
    right: 15%;
}
.headerbuttonHomePage .mr-5 {
    margin-right: 0 !important;
}

/* Voeg stijlen toe aan de sluitknop */
.close-popup {
    position: absolute;
    top: 100px;
    right: 40px;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    color: #fff; /* Tekleur van het kruisje */
    background-color: #333; /* Achtergrondkleur van het kruisje */
    padding: 5px 10px;
    border-radius: 20%;
    z-index: 1000;
    font-family: 'Roboto', sans-serif;
}

.close-popup:hover {
    background-color: #555; /* Achtergrondkleur van het kruisje bij hover */
}

#mainNav a img {
    max-width: 240px;

}


#social {
    padding: 75px 0;
}



#social {
    background-color: #ccc7b1;
    color: white !important;
}
#social a {
    color: white !important;
}

.newsletter img {
    display: none;
}

#social a, #social p, #social td, #social tr, #social, #social th {
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px !important;
}

#social td {
    margin-bottom: 20px;
}

.FooterLinks {
    line-height: 1.5;
}

.subtitle {
    text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .carousel-item {
    padding-left: 70px;
    padding-right: 70px;
  }
}

@media screen and (min-width: 768px) {
  .home-bg-footer {
    margin-left: 70px !important;
    margin-right: 70px !important;
    max-width: -webkit-fill-available;
  }
}


ul.social-buttons li a {
    background: none !important;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:30%;
    position:relative;
    height:0;
}


@media (max-width: 966px) {
    .map-responsive {
        padding-bottom: 50%;
    }
    .map-responsive h2 {
        right: 15px !important;
        left: unset !important;
        transform: unset !important;
    }
}

@media (max-width: 677px) {
    .map-responsive {
        padding-bottom: 75%;
    }
    .map-responsive h2 {
        display: none;
    }
}

@media (min-width: 678px) {
    h2.gratis-parkeren-mobiel {
        display: none;
    }
}

.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;

}

@media (max-width: 767px) {
.table-wrapper {
    display: block;
    width: 100%;
    overflow-x: auto; /* Voor horizontale scrolling als de tabel te breed is */
  }

  .table-wrapper table {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
  }
}



#shopping-cart {
    margin-top: 100px;
}

.wg-default .country-selector {
    bottom: unset !important;
}

.embed-container { 
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden; 
    max-width: 100%; 
    
} 
    
    .embed-container iframe, .embed-container object, .embed-container embed { 
        position: absolute; 
        top: 0; 
        left: 0; 
        width: 100%; 
        height: 100%; 
        
    }
    
    #tips {
        margin-top: 0 !important;
    }
    
html, body, .page-section:not(#social), .row:not(.headerbuttonHomePage):not(.mt-home-title), .container:not(.home-center-center), .container-fluid, .footer  {
    background-color: white;
}

#social .container-fluid, #social .container-fluid .row, #regionOfDeliveryFilter .row {
    background-color: unset;
}

.wg-list.country-selector a {
    color: black !important;
}

header.webshop-header .intro-text {
    padding-bottom: 0 !important;
}

carousel-indicators {
    z-index: 8 !important;
}

.home-bg-footer span {
    /*cursor: pointer;*/
    background-color: #ccc7b1;
}

#shop-orderform {
    margin-top: 200px;
}

@media (max-width: 999px) {
.home-bg {
    margin-top: 92px;
}
}

@media (max-height: 744px) {
    .nav-item {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }
    
    #navbarResponsive {
        justify-content: end;
        padding-bottom: 150px;
    }
}

@media (max-height: 663px) {
     .nav-item {
        padding-top: 3px !important;
        padding-bottom: 3px !important;
    }
    
    #navbarResponsive {
        justify-content: end;
        padding-bottom: 125px;
    }
}
    
    @media (max-height: 622px) {
     .nav-item {
        padding-top: 1px !important;
        padding-bottom: 1px !important;
    }
    
    #navbarResponsive {
        justify-content: end;
        padding-bottom: 110px;
    }
}

.carousel-caption {
    bottom: 5% !important;
    top: auto !important;
}

@media (max-width: 767px) {
    .headerbuttonHomePage .col-lg-6,
    .headerbuttonHomePage .col-md-6 {
        justify-content: center !important;
        text-align: center;
    }

    .headerbuttonHomePage .col-lg-6:first-child {
        margin-bottom: 15px;
    }
}
    
    
/* Verberg alle headers standaard */
header {
  display: none;
}

/* Laat alleen deze specifieke headers wÃ©l zien */
header.webshop-header,
header.cardgrid-header,
header.trackorder-header {
  display: block;
}</pre></body></html>