/* ALLES HIERONDER IS HANDIG OM OVERAL TE HEBBEN */

.requiredstar::after {
  content: '*';
  font-family: 'Courier';
  color: red;
  font-weight: bold;
}

.error {
  font-weight: bold;
  color: red;
}

figure {
    margin: 0px 0px 10px 0px;
    max-width: 100%;
    height: auto;
}

figure.image-left {
    float: left;
    margin: 0px 10px 0px 0px;
}

figure.image-right {
    float: right;
    margin: 0px 0px 0px 10px;
}

figure.image-center {
    margin: 0;
}

figure.image-left img, figure.image-right img, figure.image-center img, figure img {
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}

figure.image-center img {
  max-width: 100%;
  height: auto;
}


:root {
  --primary: #ede6d4;
  --background: #f5f1e5;
  --secondary: #967e71;
  --text: #9f9f9f;
  --accents: #93cd8d;
  font-size: 16px;
}

h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 93px;
  color: var(--secondary);
}

h2 {
  color: var(--secondary);
}

footer h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  color: var(--secondary);
}

footer h2 {
  color: #ffffff;
}

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

p {
  font-family: "Poppins", sans-serif;
  color: var(--secondary);
}

body { background-color: var(--blue); }

body { 
  background-color: var(--background);
  color: var(--text);
}

.cprt, footer {
  /* background-color: var(--secondary); */
  background-color:  rgba(150, 126, 113, 0.5);
}


footer p {
  font-weight: 300;  
  color: #ffffff;
  font-size: 16px;
}

footer h2::after, .footer_mail-section .field button.button_custom, .cprt {
  background: none;
}

footer h2 {
  margin-bottom: 10px;
}
.footer-menu li a, footer a, .cprt {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

footer ul.social_icons li a {
  color: #ffffff;
  font-size: 25px;
}

.social-icon {
  margin-left: -1px;
}

#navbar_menu > ul > li a.active, #navbar_menu > ul > li:hover > a, #navbar_menu > ul > li:focus > a, footer p a:hover, footer p a:focus, .footer-menu li a:hover, .footer-menu li a:focus, footer ul.social_icons li a:hover, footer ul.social_icons li a:focus {
  color: var(--accents);
}


/* HEader stukjes van richard */
#navbar_menu[data-homepage="true"] > ul > li a.active, #navbar_menu > ul > li:hover > a, #navbar_menu > ul > li:focus > a {
  border-bottom: solid  var(--primary) 4px;
  color: var(--primary);
}

#navbar_menu[data-homepage="false"] > ul > li a.active, #navbar_menu > ul > li:hover > a, #navbar_menu > ul > li:focus > a {
  border-bottom: solid  var(--secondary) 4px;
  color: var(--secondary);
}

#navbar_menu[data-homepage="true"] > ul > li > a {
  color: var(--primary);
}

#navbar_menu > ul > li > a {
  border-bottom: solid  var(--background) 4px;
}

#navbar_menu[data-homepage="false"] > ul > li > a {
  color: var(--secondary);
}

#navbar_menu > ul > li > a {
  font-size: 16px;
}

.header_top, #navbar_menu ul ul li a:hover, #navbar_menu ul ul li a:focus, .full_slider_inner, .bg_load, .theme_color_bg, .price_table_active .price_head, a.btn.dark_gray_bt:hover, a.btn.dark_gray_bt:focus, .social_icon_style_2 ul li a:hover, .social_icon_style_2 ul li a:focus, .progress-bar, .tags a:hover, .tags a:focus, .testimonial_slider .carousel-control:hover, .testimonial_slider .carousel-control:focus, .pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover, .icon_feature {
  background:  var(--secondary);
  color: var(--secondary);
}

#navbar_menu ul ul, hr.dottad_border, .social_icon_style_2 ul li a:hover, .social_icon_style_2 ul li a:focus, .tags a:hover, .tags a:focus, .pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover, .comment_section, .boder_dottat_small {
  border-color: var(--secondary);
}

/* .header_bottom {
  padding: 40px 0;
} */

header#default_header {
  height: 120px;
  display: flex;
  align-items: center;
}

/* cart en zoek icoontje */
.cartIcon .svg-inline--fa {
  height: 32px;
  width: 32px;
  float: right;
}

.cartIcon img {
  float: right;
}

.header-icoontje[data-homepage="true"] a {
  color: var(--primary);
}

.header-icoontje[data-homepage="false"] a {
  color: var(--secondary);
}


[data-homepage="true"] .zoek-input::placeholder {
  color: var(--primary);
}

[data-homepage="false"] .zoek-input::placeholder {
  color: var(--secondary);
}

.logo {
  float: left;
  margin: 19px 0 19px;
  position: relative;
  left: 0;
  margin-left: 75px;
}

.col-9.menu {
  justify-content: center;
  display: flex;
}

#navbar_menu>ul>li {
  float: left;
  min-width: 7rem;
  text-align: center;
}

.header-icoontje {
  font-size: 20px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header-icoontje i {
  padding: 0 10px;
  margin: 40px 0 0;
}

.menu_side {
  float: none;
  width: auto;
  display: flex;
  justify-content: center;
}

.logoFooter img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 290px;
}

.zoek-container {
  display: flex;
  border-bottom: 2px solid var(--secondary);
}


button.btn.algemeen {
  position: unset;
  font-size: 20px;
  /* opacity: 0.5; */
  background-color: var(--background);
}

button.zoek-knop {
  border: none;
  background: none;
  color: var(--secondary);
}

input.zoek-input {
  border-bottom: 0;
  font-size: 20px;
  font-family: 'Poppins';
  background: none;
  opacity: 0.5;
  padding-left: 5%;
}

#navbar_menu {
  margin: 0;
}

/* Padding icoontjes footer ul*/
ul.contactul li i {
  width: 25px;
  font-size: 22px;
  padding: 5px 0;
  text-align: center;
}

/* footer styling */
.footer-titels {
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 20px;
}

ul.contactul li span a {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 18px;
}

ul.footer-menu li a {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 18px;
}

/* Contact pagina */
.error-handling-messages>div{
  display: none;
}
.colContactTitel {
  display: flex;
  /* justify-content: center; */
}

.row.flexjecontact,
.row.flexjecontact .row {
  flex-direction: column;
  padding: 12px 0;
}


h2.contactitel {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 90px;
  font-size: 93px;
  color: var(--secondary);
}

.form-control {
  background-color: #f5f1e5;
  border: none;
}

.form-control {
  border-bottom: 1px solid #967e71;
  color: var(--secondary);
  border-radius: 0;
  padding-left: 0;
}

.form-control:focus {
  color: var(--secondary);
  background-color: #f5f0e1;
  border-color: none;
  outline: 0;
  box-shadow: none;
}

.row .flexjecontact .row .company-rare {
  padding-bottom: 0;
}
label.col-sm-5.pt-5p.col-xs-12.requiredstar.pt-10 {
  color: black;
}

a.btn, button.btn {
  min-width: 170px;
  height: 30px;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 400;
  color: var(--secondary);
  border: 2px solid var(--secondary);
  text-shadow: none;
  position: absolute;
  background-color: var(--primary);
  line-height: 0;
  
}

/*Knop contact*/
a.btn, button.btn:hover {
 background: var(--secondary);
 color: var(--primary);
}

button.g-recaptcha.btn.btn-theme-colored.contactknopje {
  width: 20%;
  margin-top: 0px;
}

/*logo contact*/
.col-md-6.contactlogo {
  /* position: absolute; */
  top: 30px;
}

.col-sm-offset-5.col-md-offset-1.col-md-7.col-sm-7.contactKnopPositie {
  display: flex;
  justify-content: flex-end;
}

/*slider styling*/
p.h1.slider {
  font-size: 128px;
}

.tekstStyling p {
  line-height: 2rem;
  font-size: 24px;
}

.slider-buttons button{
  font-size: 20px;
}

#pp-nav.custom .pp-tooltip {
  color: var(--primary);
}

.knopje a .SliderKnop1 {
  background-color: var(--primary);
  color: var(--secondary);
  width: 135px;
  border-color: var(--primary);
}

.knopje a .SliderKnop1:hover {
  background: none;
  color: #ede6d4;
  width: 135px;
  border: 2px solid #ede6d4;
}

.SliderKnop1, .SliderKnop2 { margin-bottom: 10px;}

.knopje a .SliderKnop2 {
  background: none;
  color: var(--primary);
  border: 2px solid var(--primary);
  width: 135px;
}
/*inlog pagina, wachtwoord vergeten en registeren*/
.row.inlog {
  display: flex;
  flex-direction: column;
  width: 80%;
}

.row.inlog label {
  margin: 10px 0;
  color: black;
}

.row.inlog input {
  margin: 5px 0;
  background-color: var(--background);
  border-bottom: 1px solid #967e71;
  border-top: none;
  border-left: none;
  border-right: none;
  font-size: 1rem;
}

h2.login.titel {
  font-size: 24px;
  font-weight: 500px;
  margin-left: -15px;
}


button.btn.algemeen {
  position: unset;
  font-size: 20px;
}

form.vergeten.form {
  display: flex;
  flex-direction: column;
  margin-left: -15px;
}

input {
  border-bottom: 1px solid #967e71;
  border-top: none;
  border-left: none;
  border-right: none;
  background-color: var(--background);
  border-radius: 0;
}

form.vergeten.form button {
  margin: 20px 0;
}

form.vergeten.form label {
  color: black;
}

/*Producten styling*/
ul {
  padding-left: 0;
}

.product-media-container {
   min-height: 500px;
}

ul.productInfo {
  min-height: 130px;
}

.container-fluid.productcontainer {
  width: 80%;
  padding-bottom: 200px;
}

.bigcontainer {
  max-width: 1920px;
  margin: 0 auto 0 auto
}

.container-fluid.productcontainer li div.qty-extra {
  padding-left: 15px;
}

.container-fluid.productcontainer li div {
  user-select: none;
}

.productTile.paymentTile .d-flex {
    justify-content: center; 
}


li.productTitel a {
  color: var(--secondary);
  font-weight: 700;
  font-size: 16px;
}

li.productsmaak {
  color: var(--secondary);
  font-size: 16px;
  font-weight: 500;
}

li.productPrijs {
  color: var(--secondary);
  font-size: 16px;
  font-weight: 700;
  padding: 10px 0;
}

.prijs {
  margin: 20px 0;
}

span.aanbieding-prijs {
  text-decoration: line-through;
  padding-left: 12px;
}

.prijs {
  font-size: 26px;
  font-weight: 700;
  color: var(--secondary);
}

p.h5.gewicht {
  color: var(--secondary);
  font-weight: 700;
  padding: 10px 0;
}

li.add-to-cart {
  display: flex;
  width: 70%;
  margin-bottom: 90px;
}

.quantity {
  border: 1px solid black;
  font-size: 20px;
  border-radius: 2px;
  margin-right: 5px;
  background-color: white;
  height: 50px;
}

button.add-to-cart {
  padding: 11px 30px;
  background-color: var(--secondary);
  border-color: var(--secondary);
  border-style: solid;
  color: var(--primary);
  border-radius: 5px;
  margin-left: 20px;
  min-width: 150px;
}

button.pay-or-change {
  padding: 24px 30px;
  float: right;
}

button.add-to-cart:hover {
  background-color: var(--accents);
  color: var(--primary);
  border-color: var(--accents) ;
}

button#decrease {
  border: none;
  padding: 20px;
  background-color: white;
}

button#increase {
  border: none;
  padding: 20px;
  background-color: white;
}

span#quantity {
  color: black;
  background-color: white;
}

.quantity-product {
  background-color: white;
  border: 1px solid #9f9f9f;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 90px;
}

.quantity-product input {
  background-color: transparent;
  border: none;
  text-align: center;
  width: 50px;
}

.quantity-product .qty-min,
.quantity-product .qty-plus {
  flex-grow: 1;
  width: 30px;
  height: 100%;
  position: relative;
}

.quantity-product .qty-min span,
.quantity-product .qty-plus span {
  user-select: none;
  -webkit-user-select: none;
  height: 100%;
  width: 100%;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.quantity-product .qty-min:hover,
.quantity-product .qty-plus:hover {
  cursor: pointer;
  background-color: var(--secondary);
  color: var(--primary);
}

/* form.addform {
  padding-left: 15px;
} */

/* product details  */
h1.product-titel {
  font-size: 24px;
  font-weight: 700;
}

p.smaak-titel {
  font-size: 20px;
  font-weight: 700;
  color: var(--secondary);
}

p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}

/* over koffie */

section.over-koffie {
  height: 700px;
  display: flex;
}

.over-koffie h3, .over-koffie h2, .over-koffie p, .over-koffie li, .over-koffie a {
  color: #fff;
}

.over-koffie h3, .over-koffie h2 {
   font-size: 24px;
}

.over-koffie h3 {
  font-style: italic;
}

.over-koffie h2 {
  font-weight: 700;
}

.over-koffie p, .over-koffie li {
  font-size:16px;
}

a.knop-over-koffie span {
  border: solid 2px white;
  border-radius: 20px;
  padding: 5px 20px;
}

a.knop-over-koffie :hover {
 background-color: #93cd8d;
 border-color: #93cd8d;
}

.over-koffie ul {
  list-style-type: disc; padding-left: 20px;
}


.add-to-cart.pay-or-change.btn {	
  width: 100%;
}

/* probeersel slider*/

iframe.youtubeSlider {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
/* Mobiele header */

/* @media (max-width: 1524px) and (min-width: 1429px) {
    #navbar_menu>ul>li {
      width: 11rem;
  }
}

@media (max-width: 1428px) and (min-width: 1334px) {
    #navbar_menu>ul>li {
      width: 10rem;
  }
} */

/* @media (max-width: 1333px) {
  .logo{
    width: 100%;
    text-align: center;
  }
  .header-icoontje{
    margin-top: -100px;
  }
} */

/* @media (max-width: 1187px) {
  #navbar_menu>ul>li {
    width: 11rem;
}
} */

@media (max-width: 700px) {
  .logo{
    width: 85%;
  }
  .header-icoontje {
    margin-top: -100px;
  }
}

@media (max-width: 626px) {
  .col-2.ico {
    display: flex;
    justify-content: flex-end;
  }
  .header-icoontje {
    margin-top: -150px;
  }
}

@media (max-width: 574px) {
  .logo img {
      width: 150px;
      display: flex;
  }
}

@media (max-width: 375px) {
    p.h1.slider {
      font-size: 105px;
  }
}

@media (max-width: 320px) {
    p.h1.slider {
      font-size: 95px;
  }
  .header-icoontje {
    margin-top: -230px;
  }
}

.productFotoContainer {
  width: 357px;
  height: 357px;
}

.productFotoContainer img {
  width: 357px;
  height: 357px;
}

.itemFotoContainer {
  width: 100%;
  height: 286px;
}

.productFotoContainer,
.itemFotoContainer {
  /* margin: 10px; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.weightSelectors input[type="radio"] {
  display: none;
}

.weightSelectors label {
  border: 3px solid var(--secondary, #967e71);
  color: var(--secondary, #967e71);
  width: 110px;
  border-radius: 30px;
  text-align: center;
}

.weightSelectors label.checked {
  background-color: var(--secondary, #967e71);
  color: var(--primary, #ede6d4);
  font-weight: bold;
}

table.cart,
table.cart p {
  color: var(--primary, #ede6d4);
}

table.cart,
table.cart tr>* {
  margin: 0;
  padding: 0;
}

table.cart tr:first-child,
table.cart tr>*:not(:first-child) {
  text-align: center;
}

table.cart tr:not(:last-child) {
  margin-bottom: 10px;
}

table.cart,
table.cart tr:nth-child(odd),
table.cart tr>*:nth-child(odd) {
  background-color: #967e7188;
}

#cart-form tr:last-child button,
#cart-form tr:last-child p {
  margin: 10px;
  padding: 10px;
}

#cart-form tr:last-child p span {
  font-weight: bold
}

#cart-form .payment-section button[disabled] {
  display: none;
}

.paymentTile,
.payment-section {
  background-color: #f5f1e5;
  border: 2px solid var(--secondary, #967e71);
  padding: 5px;
}

.paymentTile .itemFotoContainer img {
  max-width: 100%;
}

.payment-section {
  box-sizing: border-box;
  padding: 15px;
}

.payment-section h4 {
  color: var(--secondary);
}

.paymentTile .info {
  padding-top: 20px;
  padding-left: 20px;
}

.paymentTile .title {
  margin-bottom: 0;
}

.paymentTile .price,
.paymentTile .subtitle {
  color: #a38f82;
}
.paymentTile .options {
  max-width: 100%;
  padding-left: 0px;
}

.paymentTile .options li {
  font-weight: 300;
  padding: 5px 10px;
  margin: 5px;
  width: fit-content;
  border-radius: 10px;
  color: black;
  background-color: white;
}

.paymentTile .price {
  width: fit-content;
  margin: 0;
  text-align: right;
  padding: 0;
  font-size: 24px;
  font-weight: 600;
}

@media (max-width: 575px) {
  .paymentTile .price {
    width: 100%;
  }
}

table.info {
  width: 100%;
}

table.info tr>*:first-child {
  text-align: right;
}

table.info tr>*:not(:first-child) {
  text-align: center;
}

dialog:not([open]) {
  display: none;
}

dialog {
  width: 90%;
  height: 90%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #f5f1e5;
}

#cartPopupClose {
  display: flex;
  justify-content: center;
  min-height: 70px;
}

.custom-container {
  margin: auto;
  padding: 0 10%;
  word-break: break-all;
}

/* about us */
/* banner */
h1.about-us-titel {
  color: var(--primary);
  font-weight: 300;
  word-wrap: break-word;
  word-break: break-word;
  line-height: 7rem;
}

.about-us-subtitle {
  color: var(--primary);
}

.about-us-tekst {
  color: var(--primary);
}

/* services blok */
section.standaard-blok-margin {
  margin: 8rem 0;
}

.minderbreed {
   padding: 0 10px;
}

.icon img { width: 120px}

h2.services-title {
  font-size: 60px;
  font-weight: 300;
  color: var(--secondary);
}

h3.service-title {
  color: var(--secondary);
}

.with-line {
  position: relative;
}

.with-line::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background-color: var(--secondary);
  transform: translateX(-50%);
}


.introtekst, p {
  word-wrap: break-word;
  word-break: break-word;
}

h3 {
  word-break: normal;
}

h1.nieuwsbrief-titel {
  font-size: 85px;
  word-break: normal;
  line-height: 5rem;
}

iframe.embed-responsive-item {
  aspect-ratio: 16 / 9;
  width: 100%;
}

/*hover*/
.video-container video {
  width: 100%;
  height: 100%;
}

.video-container {
  display: none;
  margin-bottom: -6px;
}



@media (max-width: 767px) {
  .with-line::before {
    display: none;
  }
    .col-md-5.col-12.d-flex.align-items-stretch.padjemobiel {
      padding-bottom: 4%;
  } 

  h2.contactitel { 
    font-size: 60px;
    line-height: 60px;
  }
}
/* services titel*/
@media (max-width: 829px) {
  h2.services-title {
      font-size: 45px;
      line-height: 40px;
      word-break: normal;
  }

  h1 {
    font-size: 45px;
  }
  ul {
    padding-left: 20px; 
  }

  form.addform {
    padding-left: 0px;
    margin-left: 15px;
}
}

@media (max-width: 635) {

  h2.services-title {
    font-size: 30px;
    line-height: 40px;
    word-break: normal;
  }
}


@media (max-width: 877px) and (min-width: 869px) {
  h1.about-us-titel {
    font-size: 100px;
  }
}


@media (max-width: 375px) {
    .logoFooter img {
      z-index: -5;
  }
  ul.footer-menu li a {
    text-shadow: 2px 2px 2px var(--text);
}
.footer-menu li a, footer a, .cprt {
    text-shadow: 2px 2px 2px var(--text);
  }
    h1.nieuwsbrief-titel {
      font-size: 60px;
      word-break: normal;
      line-height: 4rem;
  } 

  h2.contactitel { 
    font-size: 40px;
    line-height: 40px;
  }
}

@media (max-width: 425px) {
    .row.qty-extra.align-items-start {
      display: flex;
      flex-direction: column;
  }
    .quantity-product {
      width: 192px;
  }
    button.add-to-cart {
      min-width: 192px;
  }
    a.product-afbeelding-overzicht.image-container {
    display: flex;
    justify-content: center;
  }

  a.product-afbeelding-overzicht.image-container a {
  height: 200px;
  }
    h1 {
      font-size: 40px;
  }
}

/* MOBIEL */
#mobile-menu-on {
  display: none;
  position: absolute;
  top: 35px;
  left: 45px;
  font-size: 25px;
  color: var(--secondary);
}

#mobile-menu-off {
  padding: 30px 0 25px 50px;
  font-size: 35px;
} 

#mobile-menu {
  position: fixed;
  top: 0;
  left: -100vw;
  width: 100vw;
  height: 100vh;
  background-color: var(--background);
  z-index: 1000;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

#mobile-menu ul {
  list-style-type: none;
  padding: 25px 0 25px 50px;
}

#mobile-menu ul li {
  margin-bottom: 25px;
  font-size: 35px;
}

#mobile-menu ul li a {
  color: var(--secondary);
}

#mobile-menu ul li a:hover {
  color: var(--primary);
}

#mobile-menu.slideInRight {
  left: 0;
}

@media (max-width: 960px) {
  #mobile-menu-on {
    display: block;
  }

  .product-media-container {
    min-height: 0;
    margin-bottom: 20px;
  }

  .product-media-container img {
    width: 100%;
    height: auto;
  }
}


/* todo: nog weghalen */
.breadcrumb  {
  display: none;
}

@media (min-width: 900px) {
  .productFotoContainer, .productFotoContainer img {
    width: 576px;
    height: 576px;
  }
}

@media screen and (min-width: 1024px) {
	a.product-afbeelding-overzicht.image-container img {
		padding-top: 7%;
	}
}

@media (max-width: 868px) and (min-width: 458px) {
  h1.nieuwsbrief-titel{
    font-size: 55px;
    line-height: 4rem;
  }
}

@media (max-width: 457px) {
  h1.nieuwsbrief-titel{
    font-size: 37px;
    line-height: 3rem;
  }
}