/* Algemene opmaak */
body {
    margin: 0;
    padding: 0;
    font-family: Montserrat, sans-serif;
    line-height: 1.6;
    background-color: #e8dbcc;
    color: #333;
}

/* Container */
.container {
    width: 90%;
    max-width: 1000px; /* was 1200 */
    margin: auto;
    padding: 10px; /* aangepast van 20px */
}

.container a {
    font-weight: 700;
    color: #000000;
    font-size: 0.8em;    
    text-decoration: underline;
    text-align: left;
    font-family: Montserrat, sans-serif;
}

/* Header */
header {
    background: #e8dbcc;
    color: #fff;
    padding: 10px 0; /* aangepast van 20px 0 */
    text-align: center;
}

/* Navigatie */
lijnbalk {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: #000;
    max-height: 200px;    
}
        .cart-container {
            position: relative;
            display: inline-block;
        }
        .cart-count {
            position: absolute;
            top: -8px;
            right: -8px;
            background: red;
            color: white;
            font-size: 12px;
            font-weight: bold;
            padding: 2px 6px;
            border-radius: 50%;
        }
        img.cart-icon {
            width: 40px;
            height: 40px;
        }

lijnbalk img {
  float: right;
 /* margin-left: 10px;  optioneel: ruimte tussen tekst en afbeelding */
  max-width: 200px; /* optioneel: grootte beperken */

}

Img {
display: block;
margin-left: auto;
margin-right: auto;
}

/*nav a:hover {
    background-color: #985e50;
}

 Extra balk onder navigatie */
.nav-onderbalk {
    background-color: #985e50;
    padding: 14px 20px;    
    color: white;
    text-align: center;
    padding: 10px 0;
    font-weight: 500;
}

.nav-onderbalk a {
    font-weight: 700;
    padding: 14px 20px;    
    color: #ffffff;
    font-size: 0.8em;    
    text-decoration: underline;
    text-align: left;
    font-family: Montserrat, sans-serif;
}

/* Hoofdinhoud */
main {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

/* Zijbalk en inhoud */
.sidebar {
	  flex: 1;
    min-width: 215px;
    background: #cbb197;
    padding: 10px; /* aangepast van 20px */
}

.sidebar a {
    min-width: 215px;
    color: #000;
    text-decoration: underline;
    text-align: none;
    font-family: Montserrat, sans-serif;
    font-weight: 300;
}

caption {
font-weight: bold;
}

.cel {
	font-family: Montserrat, sans-serif;
  font-weight: 700;
  color: #985e50;
	text-align: right;
}

.antwr {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    color: #000;
		text-align: right;
}

.rond
{
	width:=1%;
	height:=1%;
	Border-radius: 50%;
	object-fit: cover;
	float: right; /* Zorgt ervoor dat tekst rond de afbeelding loopt */
  /*margin: 10px; */
}

.druif
{
	width:=1%;
	height:=1%;
	object-fit: cover;
	float: right; /* Zorgt ervoor dat tekst rond de afbeelding loopt */
  margin: 5px;
}

.land
{
	width:=1%;
	height:=1%;
	Border-radius: 50%;
	object-fit: cover;
	/* float: right; Zorgt ervoor dat tekst rond de afbeelding loopt */
  margin: 1px;
}

.links
{
	width:=1%;
	height:=1%;
	Border-radius: 50%;
	object-fit: cover;
	/* float: left; Zorgt ervoor dat tekst rond de afbeelding loopt */
  margin: 10px;
}
.teller {
  font-size: 0.9em;
  color: #666;
}
.rating {
  direction: rtl;
  unicode-bidi: bidi-override;
  font-family: Montserrat, sans-serif;  
  /* font-size: 30px; */
}
.rating input {
  display: none;
}
.rating label {
  color: #ccc;
  cursor: pointer;
}
.rating input:checked ~ label,
.rating label:hover,
.rating label:hover ~ label {
  color: gold;
}

.wrapper .tekst {
  max-height: 150px;
  overflow: hidden;
  transition: max-height 0.6s ease;
}

.wrapper.open .tekst {
  max-height: 1000px;
}
    button {
    	margin-top: 10px;
      padding: 8px 12px;
      cursor: pointer;
      font-family: Montserrat, sans-serif;
      border-radius: 5px;
      background-color: #985e50;
      border-radius: 10px;
      color: #fff;
      font-weight: 300;
    } 

.titel {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    color: #985e50;
}
.titelklein {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    color: #985e50;
    font-size: 0.8em;
}
.antwoord {
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    color: #000;
}
.wit {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    color: #ffffff;
    font-size: 0.8em;    
}
.rood {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    color: #ff0000;
}
.klein {
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    font-size: 0.7em;
}
.zwart {
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    color: #000;
    font-size: 1.5em;
}
.bruin {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    color: #985e50;
    font-size: 2.0em;
}

.homeknopmid {
    font-family: Montserrat, sans-serif;
    border-radius: 5px;
    background-color: #985e50;
    border-radius: 10px;
    color: #fff;
    font-weight: 300;
    width: 150px;
    height: 35px;
}

.homeknopcon {
    font-family: Montserrat, sans-serif;
    border-radius: 5px;
    background-color: #fff;
    border-radius: 10px;
    color: #000;
    font-weight: 700;
    width: 150px;
    height: 35px;
}

.homeknopsmall {
    font-family: Montserrat, sans-serif;
    border-radius: 5px;
    background-color: #985e50;
    border-radius: 10px;
    color: #fff;
    font-weight: 300;
    width: 100px;
    height: 30px;
}

.rechts {
    font-family: Montserrat, sans-serif;
    border-radius: 5px;
    background-color: #e1dedc;
    border-radius: 10px;
    color: #000;
    font-weight: 300;
    width: 10px;
    height: 10px;
}

.menu-toggle {
    display: none;
}

.hamburger {
    cursor: pointer;
    width: 30px;
    height: 25px;
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 2;
}

.hamburger span {
    background: #333;
    display: block;
    height: 4px;
    margin: 5px 0;
    transition: 0.4s;
}

nav {
    position: fixed;
    top: 0;
    left: 0;
    background: #cbb197;
    width: 150px;
    height: 100vh;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    padding-top: 60px;
    z-index: 1;
}

nav ul {
    list-style: none;
    padding: 0;
}

nav ul li {
    padding: 5px; /* ruimte tussen de menu items */
    position: relative;
}

nav ul li a {
    text-decoration: none;
    color: #333;
    display: block;
}

.submenu {
    display: none;
    background: #ddd;
    position: relative;
    left: 10px;
    top: 5px;
}

.submenu.visible {
    display: block;
}

.submenu li {
    padding: 5px; /* ruimte tussen de menu items */
}

.menu-toggle:checked ~ nav {
    transform: translateX(0);
}

@media (max-width: 600px) {
    nav {
        width: 200px;
    }
    .submenu {
        position: static;
    }
}


.content {
    flex: 3;
    min-width: 335px;
    background: #fff;
    padding: 10px; /* aangepast van 20px */
}

.extra {
		background: #000;
    color: white;
    text-align: center; 
    padding: 10px;
    margin-top: 20px;
}

/* Footer */
footer {
    background: #231f20;
    color: white;
    text-align: center; 
    padding: 10px;
    margin-top: 20px;
}
footer Img {
display: block;
margin-left: auto;
margin-right: auto;
}




/* Media Queries voor responsiviteit */
@media (max-width: 768px) {
    nav {
        flex-direction: column;
    }

    main {
        flex-direction: column;
    }
}
