<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=Montserrat:wght@700;900&amp;display=swap');


h1, h2:not(.card-title), h3 {
    color: #CBAA63 !important;
     font-family: 'Montserrat', sans-serif !important;
    font-weight: 700;
}

/*Groene lijn onder menu*/

.navbar-expand-lg  {
    border-bottom: 6px solid #4D6D5E;
    box-sizing: border-box;
}

/*Grijze kader groen maken en tekst wit*/

section#tips .jumbotron {
    background-color: white !important;
    color: #4D6D5E;
}

.home-center-center h1 {
    font-size: 50px !important;
}

@media (max-width: 768px) {
    .home-center-center h1 { 
        font-size: 35px !important;
    }
}

@media (max-width: 768px) {
    .headertextHomePage p {
    display: inline-block;    
    overflow-y: initial;
    height: auto;
    }
}

header .carousel img {
    min-height: 450px;
    object-fit: cover;
}

.footerContainer {
    margin-top: 25px;
    margin-bottom: 25px;
}

.footerContainer p b {
    color: #8C79A5;
    padding-bottom: 1rem;
}

.footerContainer p a {
    font-size: 14px;
}

.cardgrid-header {
    margin-top: 100px;
}

/*Ruimte menu en webshoppagina's ruim genooeg*/

.shop-item-details {
    margin-top: 100px;
}

#locationsPlaceHolder .contactaddress {
    padding: 0;
}

#locationsPlaceHolder h2 {
    text-transform: initial !important;
}

.contactaddressContainer .contactaddress span, .contactaddressContainer .contactaddress a, .contactaddressContainer .contactaddress span, .contactaddressContainer .contactaddress .fa  {
color: #b7a063 !important;
}

.header-line-single:after {
    border-color: white;
}

/*Footer groen en tekst wit*/

.footer {
    background-color: #4D6D5E;
    color: white;
}

/*Header boven de foto groen met tekst wit*/
.textpage-header {
    background-color: #4D6D5E !important;
    color: white;
}

/*Contactblok groen*/

.contactaddressContainer {
    background-color: #4D6D5E;
}

/*Homepage groen*/

.card-home img {
    mix-blend-mode: unset; 
    max-width: 125px;
}

#deliveries, #tips, #social, .card-home, #Divider {
    color: white !important;
    background-color: #4d6d5e !important;
}

#social a {
    color: white !important;
}

#tips {
    margin-top: 0 !important;
}

/*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 #CBAA63;
  color: #16a085;
  transition: 0.2s ease;
}

#inlogformulier input[type="submit"] {
  margin-bottom: 15px;
  width: 120px;
  height: 32px;
  background: #CBAA63;
  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 {
  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;
}

video {
  /* override other styles to make responsive */
  width: 100%    !important;
  height: auto   !important;
  max-width: 800px;
}

#mainNav {
    background-color: #4D6D5E;
    top: 175px;
}

#mainNav a p {
    color: white;
}


.fa-shopping-cart {
    color: white;
}

.topheader {
    position: fixed;
    top: 0;
    width: 100%;
    height: 175px;
    background-color: #4D6D5E;
    z-index: 999;
}

.navlogo {
    position: fixed;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    max-width: 150px;
}

.home-bg {
    margin-top: 235px;
}

.webshop-header, .shop-item-details, .cardgrid-header  {
    margin-top: 235px;
}

#empty-header, #shop-orderform, #shopping-cart {
    margin-top: 149px;
}

section#tips .jumbotron.jumbotron-home {
    background-color: #4d6d5e !important;
    color: white !important;
}

.address {
    color: #cbaa63;
}

.header-line-single:after {
    border-color: #cbaa63 !important;
}

ul.social-buttons li a {
    background-color: transparent;
}

.social-buttons i:before {
    color: #CBAA63;
}

section:not(#cardItems):not(#shopitem-details) {
    background-color: #4d6d5e;
    color: white;
}


section p, section ul li {
    font-family: 'Montserrat', sans-serif !important;
}

.header-collapsed {
  transform: translateY(-100%); /* Verplaats de header omhoog uit het zicht */
  transition: transform 0.3s ease; /* Animatie-effect voor de header */
}

.navbar-collapsed {
  transform: translateY(-190px); /* Verplaats de navigatie omhoog tot aan de top */
  transition: transform 0.3s ease; /* Animatie-effect voor de navigatie */
padding-top: 25px !important;
}
</pre></body></html>