/* Fonts & kleuren */
:root {
  --bg-dark: #464C37;
  --bg-beige: #FFFBF2;
  --accent: #9B9B7D;
  --accent2: #CC8D86;
  --font-sans: 'Figtree', sans-serif;
  --font-serif: 'Crimson Text', serif;
}

* {
  margin: 0; padding: 0;
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-sans);
  background: var(--bg-dark);
  color: var(--bg-dark);
  line-height: 1.5;
  font-size: 1.2em;
  background-image: url("../images/watermerk_wit.svg");
  background-size:auto;
  background-repeat: no-repeat;
  background-position: right center;
}

b {
  font-weight: 600;
}

.container {
  margin-top: -200px;
  width: 80%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.topbar {
  position: relative;
}

.topbar-info {
  background: var(--accent);
  color: white;
  font-size: 0.9em;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.weekend {
  background-color: var(--accent2);  /* bv. een ander accentkleur */
}

.topbar-socialmedia {
  position: absolute;
  left: 40px;
  top: 80px;
}

.topbar-socialmedia img {
  margin-right: 30px;
  width: 40px;
}

.topbar-adres {
  position: absolute;
  right: 40px;
  top: 80px;
  text-align: right;
}

.hero {
  padding-top: 40px;
  text-align: center;
  background: var(--bg-beige);
  padding-bottom: 100px;
  border-radius: 0 0 2630px 2630px;
  background-image: url("../images/watermerk.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: -200px;
}

.logo {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.logo img {
  width: 100%;
}

.intro {
  margin-top: 40px;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.intro span, .intro span a {
  color: var(--accent);
}


/* ---- */

.btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  margin: 0 0.5rem;
  border-radius: 30px;
  text-decoration: none;
  background: var(--accent2);
  color: white;
  transition: background 0.3s ease;
}

.btn:hover { background: var(--accent); }
.btn-light {
  background: white;
  color: var(--bg-dark);
}

.contact a {
  color: var(--accent);
  text-decoration: none;
}

.contact a:hover {
  text-decoration: underline;
}

/* ----- */

.quote-block {
  margin-top: 60px;
  margin-bottom: 160px;
}

.quote-block h2{
  font-family: var(--font-serif);
  font-weight: lighter;
  font-size: 5em;
  line-height: 1em;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}


.quote-block-2 {
  margin-top: 120px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.quote-block-2 h2{
  font-family: var(--font-sans);
  color: var(--bg-beige);
  font-weight: lighter;
  font-size: 2.5em;
  line-height: 1.2em;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.quote-block-2 h2 span {
  font-family: var(--font-serif);
  font-size: 1.3em;

}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
}

.img-card img {
  width: 100%;
  border-radius: 540px 540px 0px 0px;
}


.about {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 4rem;
}

.about img {
  width: 100%;
}

.about-text h3 {
  font-family: var(--font-serif);
  color: var(--accent2);
  font-size: 2.5em;
  font-weight: lighter;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.about-text p, .extra-text p  {
  color: var(--bg-beige);
  font-size: 0.9em;
  line-height: 1.8em;
}

.extra-text {
  max-width: 1200px;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 150px;
  margin-left: auto;
  margin-right: auto;
}

.badge {
  position: absolute;
  top: -250px;
  right: 80px;
}

.badge img {
  width: 100%;
}

/* -- MENU --- */


.menu-two-col {
  margin-bottom: 100px;
}

.menu {
  position: relative;
  background-color: var(--bg-beige);
  padding-bottom: 100px;
}

.menu-inner {
  width: 800px;
  padding-top: 150px;
  margin-left: auto;
  margin-right: auto;
}

.menu-header {
  text-align: center;
}

.menu-header h2 {
  font-weight: normal;
  font-size: 3em;
}

.date, .note {
   color: var(--accent);
   font-size: 1.2em;
}

.note {
  margin-top: 20px;
  margin-bottom: 60px;
  font-weight: 600;
}

.note a {
  color: var(--accent);

}

.menu-section h4 {
  font-family: var(--font-serif);
  color: var(--accent2);
  font-size: 1.8em;
  font-weight: lighter;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}


.soup-note {
  text-align: center;
  background: #cb8d86;
  color: white;
  padding: 16px 22px;
  border-radius: 30px;
  display: block;
  font-size: 1.2rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: -50px;
  width: fit-content;
}


/* Tabellen */
table {
  width: 100%;
  border-collapse: collapse;
  margin: 12px 0 20px 0;
  font-weight: 300;
  font-size: 1.2rem;
}

table th, table td {
  padding: 13px 5px;
  text-align: left;
  vertical-align: top;
}

.saladtable td {
  padding-left: 40px;
  border-bottom: solid 1px #cb8d86;
}

.saladtable tr:last-child td {
  border-bottom: none;
}

table th {
  color: #9a9b7d;
  font-weight: 300;
}

/* prijzen rechts uitgelijnd */
table td:nth-child(2),
table td:nth-child(3) {
  text-align: left;
  white-space: nowrap;
}

/* soep tabel */
.soup-table {
  background: #f5f1eb;   /* overal dezelfde achtergrond */
  border-radius: 8px;
  overflow: hidden;
  border: 20px solid;
}

.soup-table .prijs {
  color: var(--bg-dark);
  margin-bottom: 20px;
}

.soup-table th {
  background: #f5f1eb;
}

.menu-col {
  display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.menu-item .price {
    float: right;
}

.menu-section h4 span {
  font-family: var(--font-sans);
  color: var(--accent);
  font-size: 0.5em;
  font-weight: 300;

}

.subtext {
  font-family: 'Figtree', sans-serif;
  font-size: 1em;
  color: #9a9b7d;
  display: block;
}


/* ------- */

.menu-cta {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.footer-col {
  margin-top: 100px;
  margin-bottom: 100px;
  text-align: center;
  color: var(--bg-beige);
  text-align: center;
  line-height: 1.6em;
}

.footer-col a {
  color: var(--accent);
  text-decoration: none;
  transition: text-decoration 0.3s ease;

}

.footer-col a:hover {
  text-decoration: underline;

}

.footer-col img {
  width: 30px;
  margin-left: 10px;
  margin-right: 10px;
}

.footer-col strong {
  font-family: var(--font-serif);
  font-size: 1.4em;
  font-weight: lighter;
}

.footer-col .openingsuren {
  color: var(--accent)
}

.signature {
  text-align: center;
  font-size: 12px;
  margin-bottom: 20px;
  color: var(--bg-beige);
}

.signature a{
    color: var(--bg-beige);
    text-decoration: none;
}

.signature a:hover {
  text-decoration: underline;

}


@media (max-width: 1060px) {

  .gallery-grid {
     grid-template-columns: repeat(2, 1fr);
   }


}


@media (max-width: 768px) {
  body {
    font-size: 0.9em;
  }

  .hero {
    padding-top: 80px;
  }

  .topbar-socialmedia {
    position: absolute;
    left: 15px;
    top: 50px;
  }

  .topbar-socialmedia img {
    margin-right: 10px;
    width: 30px;
  }

  .topbar-adres {
    position: absolute;
    right: 15px;
    top: 50px;
    text-align: right;
}

  .logo {
    width: 300px;
  }

  .intro {
    width: 300px;
  }


  .about {
      grid-template-columns: 1fr;
      gap: 1rem;
    }

  .menu-inner {
    width: 90%;
    padding-top: 150px;
    margin-left: auto;
    margin-right: auto;
  }

  .quote-block h2 {
    font-size: 4em;
  }

  .quote-block-2 h2 {
    font-size: 2em;
}


  .badge {
    top: -150px;
    right: 40px;
    width: 250px;
    height: 250px;
  }

  .badge img {
      width: 100%;
  }

  .evelynename {
    width: 200px;
  }

  table, .soup-note {
    font-size: 1em;
  }

  .extra-text {
    margin-top: 50px;

  }
}

@media (max-width: 400px) {

.badge {
  right: auto;       /* reset de oude waarde */
  left: 50%;         /* plaats het midden van de badge in het midden */
  transform: translateX(-50%);
      top: -100px;

      width: 200px;
      height: 200px;
  }



  .quote-block-2 h2 {
      font-size: 1.8em;
  }

  .menu-header h2 {
    font-size: 2em;
}

}
