/*==============================================================
  Prismatrix Genusswelt – Professional Corporate Flexbox CSS
===============================================================*/
/* Reset & Box Model Normalization */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body {
  background: #f8f9fb;
  color: #21243a;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  min-height: 100vh;
}
main {
  flex: 1 1 auto;
}
ul, ol {
  list-style: none;
  padding: 0;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: #2762b4;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover, a:focus {
  color: #213e60;
  outline: none;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  color: #253b5a;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}
h1 { font-size: 2.25rem; margin-bottom: 20px; }
h2 { font-size: 1.5rem; margin-bottom: 16px; }
h3 { font-size: 1.125rem; margin-bottom: 8px; }
p, ul, ol {
  font-size: 1rem;
  margin-bottom: 16px;
}
strong { font-weight: 700; }
em { font-style: italic; }

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* ============== HEADER & NAVIGATION =============== */
header {
  background: #253b5a;
  color: #fff;
  padding: 0;
  position: relative;
  box-shadow: 0 2px 6px rgba(40,56,112,0.09);
  z-index: 100;
}
header .container {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  gap: 16px;
}
header img {
  height: 48px;
  width: auto;
}
.main-nav {
  display: flex;
  flex-direction: row;
  gap: 28px;
  align-items: center;
}
.main-nav a {
  color: #fff;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  transition: color 0.2s;
  padding: 4px 0;
}
.main-nav a:hover,
.main-nav a:focus {
  color: #dc8845;
}
.main-nav a.cta {
  padding: 10px 28px;
  background: #dc8845;
  color: #fff;
  border-radius: 24px;
  margin-left: 8px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: background 0.2s, box-shadow 0.2s;
  box-shadow: 0 3px 10px rgba(220,136,69, 0.10);
  border: none;
}
.main-nav a.cta:hover,
.main-nav a.cta:focus {
  background: #bb7237;
  box-shadow: 0 5px 18px rgba(220,136,69, 0.19);
  color: #fff;
}

.mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 2rem;
  color: #fff;
  cursor: pointer;
  padding: 10px;
  margin-left: 16px;
  z-index: 1101;
  transition: color .2s;
}
.mobile-menu-toggle:hover { color: #dc8845; }

/* =============== MOBILE NAVIGATION =============== */
.mobile-menu {
  display: none;
  flex-direction: column;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100vw; height: 100vh;
  background: #253b5a;
  z-index: 2000;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(.42,0,.58,1);
  box-shadow: 0 3px 28px rgba(33,40,60, 0.12);
}
.mobile-menu.open {
  display: flex;
  transform: translateX(0);
}
.mobile-menu-close {
  margin: 32px 22px 16px auto;
  background: none;
  border: none;
  font-size: 2rem;
  color: #fff;
  cursor: pointer;
  transition: color .2s;
  z-index: 2100;
  padding: 6px 14px;
  border-radius: 50%;
}
.mobile-menu-close:hover { color: #dc8845; background: rgba(255,255,255,0.09); }
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
  margin: 32px 36px 0 28px;
  flex: 1 1 0;
}
.mobile-nav a {
  color: #fff;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3;
  padding: 10px 0;
  transition: color 0.2s, background 0.2s;
  border-radius: 8px;
  width: 100%;
  text-align: left;
}
.mobile-nav a:hover,
.mobile-nav a:focus {
  background: #314366;
  color: #dc8845;
}

/* ============== HERO, CTA, SECTIONS ============= */
.hero {
  background: linear-gradient(110deg, #fff 55%, #dbe7f5 130%);
  color: #253b5a;
  padding: 48px 0 30px 0;
  box-shadow: 0 1px 16px rgba(33,40,60, 0.06);
}
.hero .container {
  align-items: center;
  flex-direction: row;
  gap: 0;
}
.hero .content-wrapper {
  max-width: 730px;
  gap: 20px;
}
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 2px 10px rgba(33,40,60,0.08);
}
.cta-highlight {
  background: #253b5a;
  color: #fff;
  padding: 48px 0 44px 0;
  box-shadow: 0 -1px 16px rgba(33,40,60, 0.08);
}
.cta-highlight .content-wrapper h2,
.cta-highlight .content-wrapper p {
  color: #fff;
}
.cta {
  display: inline-block;
  background: #dc8845;
  color: #fff !important;
  padding: 12px 32px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  border-radius: 32px;
  box-shadow: 0 3px 10px rgba(220,136,69,0.10);
  margin-top: 12px;
  letter-spacing: 0.01em;
  border: none;
  transition: background 0.2s, box-shadow 0.15s, transform 0.15s;
  cursor: pointer;
}
.cta:hover,
.cta:focus {
  background: #bb7237;
  box-shadow: 0 7px 28px rgba(220,136,69,0.16);
  color: #fff;
  transform: translateY(-2px) scale(1.04);
}

.content-grid { display: flex; flex-wrap: wrap; gap: 20px; justify-content: space-between; }

.section:last-of-type { margin-bottom: 0; }

/* =============== FLEX PATTERNS & CARD STYLES =============== */
.card-container { display: flex; flex-wrap: wrap; gap: 24px; }
.card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 12px rgba(45,60,90,0.11);
  padding: 28px 24px;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: box-shadow 0.2s;
}
.card:hover, .card:focus-within { box-shadow: 0 6px 24px rgba(33,66,120,0.15); }
.card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.feature-grid,
.tip-grid,
.decor-tip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin: 20px 0 12px 0;
}

.feature-grid > div,
.tip-grid > div,
.decor-tip-grid > div {
  background: #f8f9fb;
  border-radius: 14px;
  box-shadow: 0 2px 8px rgba(33,40,60,0.06);
  padding: 26px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  min-width: 240px;
  flex: 1 1 240px;
  max-width: 340px;
  transition: box-shadow 0.2s;
}
.feature-grid > div:hover,
.tip-grid > div:hover,
.decor-tip-grid > div:hover {
  box-shadow: 0 6px 22px rgba(33,62,120, 0.11);
}
.feature-item { display: flex; flex-direction: column; align-items: flex-start; gap: 15px; }

.text-image-section {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
}

.cuisine-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 16px 0 18px 0;
}
.cuisine-cards > div {
  background: #f2f6fb;
  border-radius: 14px;
  box-shadow: 0 2px 8px rgba(25,38,56,0.07);
  padding: 22px 18px;
  flex: 1 1 220px;
  min-width: 200px;
  max-width: 280px;
  transition: box-shadow 0.21s;
  cursor: pointer;
  margin-bottom: 7px;
}
.cuisine-cards > div:hover {
  box-shadow: 0 5px 22px rgba(33,62,120, 0.11);
  background: #eaf3fc;
}
.country-highlight {
  background: #eaf3fc;
  border-left: 7px solid #2762b4;
  border-radius: 12px;
  padding: 16px 18px;
  margin-bottom: 18px;
  font-size: 1.05rem;
}

.card-content h3, .feature-grid h3, .tip-grid h3, .decor-tip-grid h3, .cuisine-cards h3 { margin-top: 0; color: #253b5a; }

/* ========== LISTS, FILTERS, RECIPE LISTS ETC. ========== */
.filter-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 20px 0 10px 0;
  align-items: center;
}
.filter-list li {
  background: #eaf3fc;
  border-radius: 16px;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 500;
  box-shadow: 0 1px 6px rgba(33,40,60,.08);
}
.recipe-list, .hours-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 14px 0 6px 0;
}

/* Testimonial/Review Styles (in case added) */
.testimonial-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 2px 10px rgba(45,60,90,0.11), 0 0px 0px #fff;
  margin-bottom: 20px;
}
.testimonial-card .avatar {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 2px 10px rgba(25,38,56,0.13);
}
.testimonial-card .testimonial-content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.testimonial-card cite {
  font-weight: 500;
  font-style: normal;
  color: #253b5a;
  font-family: 'Montserrat', Arial, sans-serif;
}

/* Contact Details Block */
.contact-details {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: flex-start;
  margin: 18px 0 15px 0;
  flex-wrap: wrap;
}
.contact-details p {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}
.google-map {
  background: #f2f6fb;
  border-radius: 14px;
  padding: 18px 14px;
  margin-top: 10px;
}

/* Success Message Section */
.success {
  background: #eaf3fc;
  border-radius: 18px;
  padding: 60px 24px 48px;
  text-align: center;
  min-height: 350px;
}
.success h1 {
  color: #253b5a;
}

/* =============== FOOTER =============== */
footer {
  background: #1f2735;
  color: #aeb8c6;
  padding: 38px 0 0 0;
  font-size: 0.97rem;
  box-shadow: 0 -1px 7px rgba(33,40,60, 0.03);
}
footer .container {
  flex-direction: column;
  align-items: center;
  gap: 18px;
  padding-bottom: 20px;
}
footer img {
  height: 38px;
  width: auto;
  margin-bottom: 8px;
  filter: brightness(0) invert(1);
}
footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}
footer nav a {
  color: #dc8845;
  font-weight: 600;
  font-size: 1rem;
  font-family: 'Montserrat', Arial, sans-serif;
  letter-spacing: 0.01em;
  transition: color .17s;
}
footer nav a:hover, footer nav a:focus {
  text-decoration: underline;
  color: #fff;
}
.text-section { text-align: center; margin-bottom: 4px; }
.text-section:last-of-type { margin-bottom: 0; }

/* ============ COOKIE CONSENT BANNER ============ */
.cookie-banner {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  width: 100vw;
  background: #253b5a;
  color: #fff;
  z-index: 5000;
  box-shadow: 0 -2px 18px rgba(23,44,88,0.15);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 28px;
  padding: 24px 12px;
  font-size: 1rem;
  animation: banner-fadein 0.7s cubic-bezier(.22,1,.36,1);
}
@keyframes banner-fadein {
  from { transform: translateY(100%); opacity: 0; }
  to   { transform: translateY(0); opacity: 1; }
}
.cookie-banner__text {
  flex: 1 1 0%;
  max-width: 700px;
}
.cookie-banner__actions {
  display: flex;
  flex-direction: row;
  gap: 18px;
  align-items: center;
}
.cookie-btn {
  border: none;
  border-radius: 24px;
  padding: 9px 26px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.19s, color 0.19s, box-shadow 0.18s;
  background: #fff;
  color: #213e60;
  margin-left: 2px;
  box-shadow: 0 1px 5px rgba(33,40,60,.08);
}
.cookie-btn.accept {
  background: #dc8845;
  color: #fff;
}
.cookie-btn.accept:hover, .cookie-btn.accept:focus {
  background: #bb7237;
  color: #fff;
}
.cookie-btn.reject {
  background: #aeb8c6;
  color: #253b5a;
  font-weight: 500;
}
.cookie-btn.reject:hover, .cookie-btn.reject:focus {
  background: #8891a6;
  color: #fff;
}
.cookie-btn.settings {
  background: none;
  color: #ffc375;
  border: 1.5px solid #ffc375;
  font-weight: 500;
  box-shadow: none;
}
.cookie-btn.settings:hover, .cookie-btn.settings:focus {
  background: #fff7ea;
  color: #bb743f;
  border-color: #dc8845;
}

.cookie-modal-overlay {
  position: fixed;
  z-index: 6000;
  left: 0; right: 0; top: 0; bottom: 0;
  background: rgba(37,59,90,0.65);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: modal-fadein 0.3s;
}
@keyframes modal-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.cookie-modal {
  background: #fff;
  color: #253b5a;
  padding: 32px 28px 24px 28px;
  border-radius: 16px;
  min-width: 320px;
  max-width: 98vw;
  box-shadow: 0 9px 32px rgba(33,62,120,0.23);
  font-family: 'Roboto', Arial, sans-serif;
  display: flex;
  flex-direction: column;
  gap: 20px;
  animation: modal-scalein 0.23s cubic-bezier(.42,0,.58,1);
}
@keyframes modal-scalein {
  from { transform: scale(0.97); opacity: 0.4; }
  to   { transform: scale(1);   opacity: 1;   }
}
.cookie-modal h2 {
  font-size: 1.4rem;
  margin-bottom: 10px;
  color: #253b5a;
}
.cookie-modal .cookie-categories {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cookie-category {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f9fafb;
  border-radius: 13px;
  padding: 13px 16px;
  font-size: 1rem;
  box-shadow: 0 1px 5px rgba(33,40,60,.05);
}
.cookie-category .cookie-toggle {
  position: relative;
}
.cookie-toggle input[type="checkbox"] {
  appearance: none;
  width: 42px;  height: 24px;
  background: #aeb8c6;
  border-radius: 14px;
  position: relative;
  outline: none;
  vertical-align: middle;
  cursor: pointer;
  transition: background 0.2s;
}
.cookie-toggle input[type="checkbox"]:checked {
  background: #dc8845;
}
.cookie-toggle input[type="checkbox"]:disabled {
  background: #d3d3d4;
  cursor: not-allowed;
}
.cookie-toggle input[type="checkbox"]::after {
  content: '';
  display: block;
  position: absolute;
  left: 3px; top: 2.5px;
  width: 19px; height: 19px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 3px rgba(33,40,60,.07);
  transition: transform 0.18s;
}
.cookie-toggle input[type="checkbox"]:checked::after {
  transform: translateX(18px);
}
.cookie-modal .cookie-modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 16px;
}
.cookie-modal .cookie-btn[aria-label="Schließen"] {
  position: absolute;
  top: 7px; right: 9px;
  font-size: 1.8rem;
  color: #dc8845;
  background: none;
  border: none;
  padding: 4px 13px;
}


/* ========== RESPONSIVE DESIGN (MOBILE FIRST) ========== */
@media (max-width: 1024px) {
  .container {
    max-width: 950px;
  }

  .main-nav { gap: 14px; }
  .feature-grid, .tip-grid, .decor-tip-grid, .cuisine-cards { gap: 18px; }
}
@media (max-width: 900px) {
  .container { max-width: 90vw; }
  .main-nav { gap: 10px; }
}
@media (max-width: 768px) {
  .container { padding: 0 8px; }
  header .container {
    flex-direction: row;
    justify-content: space-between;
  }
  .main-nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: inline-block;
  }
  .section, .hero .container, .cta-highlight .container {
    flex-direction: column;
    padding: 32px 7px;
  }
  .hero {
    padding: 32px 0 18px 0;
  }
  .card-container, .feature-grid, .tip-grid, .decor-tip-grid, .cuisine-cards {
    flex-direction: column;
    gap: 18px;
    align-items: stretch;
  }
  .text-image-section {
    flex-direction: column !important;
    align-items: stretch;
    gap: 18px;
  }
  .card,
  .country-highlight,
  .feature-grid > div,
  .tip-grid > div,
  .decor-tip-grid > div,
  .cuisine-cards > div {
    min-width: 0;
    max-width: 100%;
    padding: 16px 10px;
  }
  .testimonial-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 15px;
  }
  .contact-details {
    flex-direction: column;
    gap: 14px;
  }
  .cookie-banner {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 22px 5vw 18px 8vw;
    font-size: 0.98rem;
  }
  .cookie-banner__actions {
    flex-direction: row;
    gap: 11px;
  }
  .cookie-modal {
    padding: 13vw 3vw 5vw 3vw;
    min-width: 0;
  }
}
@media (max-width: 500px) {
  h1 { font-size: 1.33rem; }
  h2 { font-size: 1.07rem; }
  .section, .cta-highlight {
    padding: 19px 4vw 16px 4vw;
    border-radius: 16px;
  }
  .cta, .main-nav a.cta { padding: 9px 16px; font-size: 0.99rem; border-radius: 24px; }
  .cookie-banner { padding: 14px 2vw 11px 2vw; font-size: 0.95rem; }
}

/* =========== OVERRIDES =========== */
::-webkit-input-placeholder { color: #aeb8c6; opacity: 1; }
::-moz-placeholder          { color: #aeb8c6; opacity: 1; }
:-ms-input-placeholder      { color: #aeb8c6; opacity: 1; }
::placeholder              { color: #aeb8c6; opacity: 1; }

/* Utility Classes for Section Alignment */
.align-center    { text-align: center; }
.align-right     { text-align: right; }
.space-between   { justify-content: space-between; }
.flex-row        { display: flex; flex-direction: row; }
.flex-col        { display: flex; flex-direction: column; }
.gap-8           { gap: 8px; }
.gap-16          { gap: 16px; }
.gap-24          { gap: 24px; }
.gap-32          { gap: 32px; }

/* Visually Hidden for Accessibility */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/*---------------------
 BRAND FONTS
---------------------*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&family=Roboto:wght@400;500;700&display=swap');