/* ==================================================  
   FUNKENKÜCHE – INDUSTRIAL MODERN CSS
   Brand: Funkenküche | industrial_modern Aesthetic
   Flexbox ONLY – CSS Reset + Normalize + Cookie/Navigation
   ================================================== */

/* === RESET & NORMALIZE === */
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-size: 100%; font: inherit; vertical-align: baseline;
  box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1.5; -webkit-font-smoothing: antialiased; background: #191C1A; }
ol, ul, li { list-style: none; }
a { text-decoration: none; color: inherit; transition: color 0.2s; }
img { border: 0; display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font-family: inherit; }


/* === BRAND & INDUSTRIAL MODERN BASE === */
:root {
  --primary: #255325;
  --secondary: #8B2B18;
  --accent: #FFEABE;
  --bg: #191C1A;
  --bg-dark: #131414;
  --bg-light: #222523;
  --metal-dark: #474C4E;
  --metal-mid: #868c8e;
  --metal-light: #f0e9df;
  --card: #242826;
  --card-alt: #2C3130;
  --text: #FFEABE;
  --text-strong: #fff;
  --text-secondary: #bdb598;
  --cta-bg: #8B2B18;
  --cta-text: #fff;
  --cta-hover: #a83c21;
  --border: #343838;
  --shadow: 0 2px 8px 0 rgba(36,44,39,0.12);
  --shadow-hover: 0 8px 32px -10px #000a;
  --radius: 10px;
  --transition: 0.2s cubic-bezier(.67,.09,.45,.98);
  font-size: 16px;
}

body {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  color: var(--text);
  background: var(--bg);
  font-size: 1rem;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway', 'Open Sans', Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.4px;
  line-height: 1.1;
  color: var(--accent);
}

h1 { font-size: 2.5rem; margin-bottom: 16px; }
h2 { font-size: 2rem; margin-bottom: 14px; }
h3 { font-size: 1.3rem; margin-bottom: 12px; }
p, ul, ol, blockquote { color: var(--text-secondary); font-size: 1.05rem; margin-bottom: 12px; }

strong, b { color: var(--text-strong); letter-spacing: .05em; }

em { color: var(--accent); font-style: italic; }

.container {
  max-width: 1300px;
  padding: 0 20px;
  margin: 0 auto;
}

.content-wrapper {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
}

/* === LAYOUT SPACING & FLEXBOX === */
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
}
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  background: var(--card);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  border-radius: var(--radius);
  padding: 24px 20px;
  margin-bottom: 20px;
  position: relative;
  min-width: 240px;
  flex: 1 1 280px;
  transition: box-shadow var(--transition), transform var(--transition);
}
.card:hover {
  box-shadow: var(--shadow-hover);
  transform: translateY(-5px) scale(1.02);
}
.content-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.text-image-section {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.testimonial-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background: #f4f6f8;
  color: #28312D;
  border-radius: var(--radius);
  border: 1px solid #cbccd0;
  box-shadow: 0 3px 16px -7px #89857a25;
  margin-bottom: 20px;
  transition: box-shadow var(--transition), transform var(--transition);
}
.testimonial-card blockquote {
  color: #25312d;
  font-size: 1.1rem;
  line-height: 1.4;
  margin-right: 16px;
  font-family: 'Raleway', Arial, sans-serif;
  font-style: italic;
}
.testimonial-card cite {
  color: #555;
  font-size: 1rem;
  font-style: normal;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}


/* === NAVIGATION & HEADER === */
header {
  background: var(--bg-light);
  border-bottom: 2.5px solid var(--secondary);
  box-shadow: 0 3px 16px -8px #000a;
  z-index: 101;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 16px 20px;
}
.logo img {
  height: 54px; width: auto;
  filter: contrast(1.35) drop-shadow(1px 2px 0 #2229);
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 32px;
}
.main-nav a {
  font-family: 'Raleway', Arial, sans-serif;
  font-size: 1.09rem;
  color: var(--text-secondary);
  font-weight: 600;
  letter-spacing: .05em;
  padding: 0 3px 2px 3px;
  transition: color .14s, border-bottom .14s;
  border-bottom: 2.5px solid transparent;
}
.main-nav a:hover,
.main-nav a:focus {
  color: var(--accent);
  border-bottom: 2.5px solid var(--secondary);
}
.cta-btn {
  display: inline-flex;
  align-items: center;
  background: var(--cta-bg);
  color: var(--cta-text);
  font-family: 'Raleway', Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  border-radius: var(--radius);
  padding: 10px 26px;
  box-shadow: 0 3px 12px -4px #8b2b1833;
  transition: background var(--transition), transform .16s;
  border: 1.5px solid var(--cta-bg);
  margin-left: 24px;
  letter-spacing: 0.045em;
  cursor: pointer;
}
.cta-btn:hover,
.cta-btn:focus {
  background: var(--cta-hover);
  color: #fff;
  transform: scale(1.045);
  box-shadow: 0 8px 24px -7px #8b2b18a6;
}

/* HAMBURGER BUTTON + MOBILE NAV */
.mobile-menu-toggle {
  display: none;
  background: none; border: none; color: var(--accent);
  font-size: 2.3rem; line-height: 1;
  cursor: pointer;
  margin-left: 20px;
  z-index: 106;
}

.mobile-menu {
  position: fixed; left: 0; top: 0; bottom: 0; right: 0;
  background: rgba(28, 29, 27, 0.97);
  z-index: 2000;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  transform: translateX(-100vw);
  pointer-events: none;
  opacity: 0;
  transition: transform .36s cubic-bezier(.74,.1,.2,1.05), opacity .22s;
}
.mobile-menu.open {
  transform: translateX(0);
  pointer-events: auto;
  opacity: 1;
}
.mobile-menu-close {
  background: none; border: none; color: var(--accent);
  font-size: 2.1rem; line-height: 1;
  padding: 24px 16px 8px 23px;
  align-self: flex-end;
  cursor: pointer;
  transition: color .13s;
}
.mobile-menu-close:hover { color: var(--secondary); }
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-left: 40px;
}
.mobile-nav a {
  color: var(--accent);
  font-size: 1.3rem;
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 700;
  letter-spacing: .08em;
  padding: 7px 0;
  transition: color .17s;
}
.mobile-nav a:hover,
.mobile-nav a:focus {
  color: var(--secondary);
}


/* === MAIN & SECTION STYLES === */
main {
  background: var(--bg);
  min-height: 65vh;
  padding-bottom: 32px;
}
section {
  margin-bottom: 60px;
  padding: 40px 20px;
}

.hero-sub {
  color: var(--text-secondary);
  font-size: 1.18rem;
  margin-bottom: 24px;
  font-weight: 400;
}
.intro-text {
  font-size: 1.12rem;
  color: var(--text-secondary);
  margin-bottom: 18px;
}
.text-section {
  margin-bottom: 22px;
  padding: 16px 0;
  color: var(--text-secondary);
  font-size: 1.07rem;
}
.map-placeholder {
  background: var(--metal-mid);
  color: var(--card);
  border-radius: var(--radius);
  text-align: center;
  font-style: italic;
  padding: 26px 10px;
  margin-top: 18px;
}

/* Features + Highlights Grid/List */
.feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 28px;
}
.feature-grid li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  background: var(--card);
  padding: 20px 18px;
  min-width: 180px;
  border-radius: var(--radius);
  box-shadow: 0 2px 10px -6px #0009;
  border: 1.5px solid var(--border);
  font-family: 'Open Sans', Arial, sans-serif;
  color: var(--text);
  font-size: 1.09rem;
  transition: box-shadow var(--transition), border-color .2s;
}
.feature-grid li img {
  width: 38px; height: 38px; object-fit: contain;
  filter: grayscale(.2) drop-shadow(1px 1px 0 var(--metal-mid));
  margin-bottom: 3px;
}
.feature-grid li:hover, .feature-grid li:focus {
  border-color: var(--secondary);
  box-shadow: var(--shadow-hover);
}
.feature-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin: 0 0 40px 0;
}
.feature-icons li {
  display: flex; align-items: center; gap: 10px;
  background: var(--bg-light);
  border-radius: 1.6em;
  padding: 8px 18px;
  color: var(--accent);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: .04em;
  border: 1px solid var(--metal-dark);
  box-shadow: 0 1px 4px -2px #0008;
}
.feature-icons img {
  width: 22px; height: 22px;
  filter: grayscale(.4) brightness(1.3);
}


/* === SERVICE & OFFERINGS === */
.service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 22px;
}
.service-list li {
  background: var(--card-alt);
  border-radius: var(--radius);
  border: 1.2px solid var(--metal-mid);
  box-shadow: 0 2px 8px -5px #000a;
  color: var(--text-secondary);
  padding: 20px 22px;
  min-width: 220px;
  flex: 1 1 260px;
  font-size: 1.08rem;
  transition: border-color var(--transition), box-shadow var(--transition);
}
.service-list li strong {
  font-size: 1.13rem;
  color: var(--accent);
  font-weight: 700;
  margin-bottom: 6px;
  letter-spacing: 0;
}
.service-list li:hover {
  border-color: var(--secondary);
  box-shadow: var(--shadow-hover);
}


/* === FILTER NAVIGATION === */
.filter-nav {
  display: flex; align-items: center; gap: 12px;
  margin: 20px 0 0 0;
  font-size: 1rem;
  color: var(--text-secondary);
  font-family: 'Raleway', Arial, sans-serif;
  letter-spacing: .03em;
}
.filter-nav a {
  color: var(--secondary);
  font-weight: 700;
  transition: color .15s;
}
.filter-nav a:hover {
  color: var(--accent); text-decoration: underline;
}


/* === FOOTER === */
footer {
  background: var(--bg-dark);
  border-top: 2.5px solid var(--secondary);
  padding: 0 0 16px 0;
  color: var(--text-strong);
}
footer .container {
  display: flex; flex-direction: column; gap: 22px;
}
footer .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 28px;
  max-width: 1080px;
  padding-top: 30px; padding-bottom: 14px;
}
.footer-address {
  font-size: .98rem;
  color: var(--text-secondary);
  font-style: normal;
  line-height: 1.4;
  min-width: 200px;
  max-width: 330px;
}
.footer-address strong {
  color: var(--accent);
  font-size: 1.08em;
  letter-spacing: .04em;
}
.footer-address a {
  color: var(--secondary);
  font-size: 1.04em;
  transition: color .14s;
}
.footer-address a:hover {
  color: var(--accent);
}
.footer-nav {
  display: flex; flex-direction: column; gap: 10px;
  min-width: 160px;
}
.footer-nav a {
  color: var(--accent);
  font-size: 1.02rem;
  font-weight: 600;
  transition: color .15s;
}
.footer-nav a:hover { color: var(--secondary); }

/* === COOKIE CONSENT BANNER & MODAL === */
.cookie-banner {
  position: fixed;
  left: 0; right: 0;
  bottom: 0;
  background: #232627ee;
  color: #fff9ec;
  z-index: 3000;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 20px 40px 18px 40px;
  box-shadow: 0 -3px 32px -8px #000C;
  border-top: 2px solid var(--secondary);
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 1rem;
  letter-spacing: .03em;
  animation: cookiefadein .65s cubic-bezier(0.61, 0.02, 0.9, 0.32);
}
@keyframes cookiefadein { from { opacity: 0; transform: translateY(30px);} to { opacity:1; transform: none;} }
.cookie-banner__text { max-width: 700px; color: #fff9ec;}
.cookie-banner__btns { display: flex; gap: 16px; }
.cookie-banner button {
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 700;
  border-radius: var(--radius);
  padding: 8px 18px;
  font-size: 1rem;
  cursor: pointer;
  border: none;
  margin: 0 2px;
  transition: background .17s, color .14s, box-shadow .23s;
  box-shadow: 0 2px 8px -5px #0008;
}
.cookie-accept {
  background: var(--primary);
  color: #fff;
}
.cookie-accept:hover { background: #3b7d3b; }
.cookie-settings {
  background: var(--accent);
  color: var(--secondary);
}
.cookie-settings:hover { background: #fff5dd; color: #a52b12; }
.cookie-reject {
  background: var(--metal-mid);
  color: #492904;
}
.cookie-reject:hover { background: #bcbcb5; }

.cookie-modal {
  position: fixed;
  left: 0; top: 0; right: 0; bottom: 0;
  background: rgba(24,25,23,0.80);
  z-index: 3500;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  transition: opacity .24s;
}
.cookie-modal.open {
  pointer-events: auto;
  opacity: 1;
}
.cookie-modal__window {
  background: #fff;
  color: #232626;
  padding: 34px 30px 28px 30px;
  border-radius: var(--radius);
  box-shadow: 0 8px 44px -17px #000e;
  min-width: 320px;
  max-width: 92vw;
  min-height: 240px;
  font-family: 'Open Sans', Arial, sans-serif;
  display: flex;
  flex-direction: column;
  gap: 32px;
  animation: cookiefadein .35s cubic-bezier(.61,.02,.9,.32);
  position: relative;
}
.cookie-modal__close {
  position: absolute;
  top: 18px; right: 16px;
  background: none;
  border: none;
  color: var(--secondary);
  font-size: 1.5rem;
  cursor: pointer;
}
.cookie-modal__h2 {
  color: var(--primary);
  letter-spacing: .07em;
  font-family: 'Raleway', Arial, sans-serif;
  font-size: 1.19rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.cookie-prefs-list {
  display: flex; flex-direction: column; gap: 19px;
}
.cookie-prefs-item {
  display: flex; align-items: center; gap: 20px;
  border-bottom: 1px solid #e3e3ea;
  padding-bottom: 10px;
  min-height: 32px;
}
.cookie-category-label {
  font-weight: 600;
  font-size: 1.04em;
  color: var(--secondary);
}
.cookie-category-toggle {
  accent-color: var(--primary);
  width: 20px; height: 20px;
}
.cookie-modal__save-btn {
  background: var(--primary);
  color: #fff;
  border-radius: var(--radius);
  padding: 9px 22px; border: none;
  font-size: 1rem;
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 700;
  cursor: pointer; align-self: flex-end;
  transition: background .17s, color .14s;
  box-shadow: 0 2px 8px -5px #25532573;
}
.cookie-modal__save-btn:hover { background: #3b7d3b; }

/* === BUTTON GENERAL === */
button, .btn {
  font-family: 'Raleway', Arial, sans-serif;
  font-size: 1rem;
  background: var(--bg-light);
  color: var(--accent);
  border: none;
  outline: none;
  border-radius: var(--radius);
  padding: 10px 22px;
  cursor: pointer;
  font-weight: 700;
  transition: background .16s, color .16s, box-shadow .21s;
  box-shadow: 0 1px 8px -6px #0006;
}
button:hover, .btn:hover {
  background: var(--secondary);
  color: #fff;
}

/* Micro-interactions and Transitions */
a, button, .cta-btn, .feature-grid li, .service-list li, .testimonial-card {
  transition: box-shadow .18s, color .17s, border-color .18s, transform .2s;
}


/* ========= RESPONSIVE/COLUMNS (NO GRID! FLEX ONLY) ======= */
@media (max-width: 1050px) {
  .content-wrapper { max-width: 97vw; }
  .feature-grid { gap: 14px; }
}
@media (max-width: 900px) {
  .main-nav, .footer-nav { gap: 19px; }
  .footer-address { max-width: 100%; }
}
@media (max-width: 768px) {
  :root { font-size: 15px; }
  header .container {
    flex-direction: row;
    padding: 14px 8px;
    gap: 12px;
  }
  .main-nav {
    display: none;
  }
  .cta-btn {
    margin-left: 0; margin-right: 4px;
    padding: 8px 16px;
    font-size: 1rem;
  }
  .mobile-menu-toggle {
    display: inline-block;
  }
  .footer-nav, .footer-address {
    min-width: unset;
    width: 100%;
  }
  .content-grid, .card-container, .feature-grid, .service-list, .feature-icons {
    flex-direction: column;
    gap: 15px;
    align-items: stretch;
  }
  .testimonial-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    font-size: 0.98rem;
  }
  .text-image-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 17px;
  }
}
@media (max-width: 540px) {
  :root { font-size: 14px; }
  h1 { font-size: 1.6rem; }
  h2 { font-size: 1.12rem; }
  h3 { font-size: 1.06rem; }
  section { padding: 24px 6px; }
  .container { padding: 0 3px; }
  .feature-grid li, .service-list li, .card { padding: 14px 8px; min-width: 140px; }
  .cookie-banner { flex-direction: column; align-items: flex-start; gap: 14px; padding: 14px 5px 13px 10px; }
}

/* === PRINT & ACCESSIBILITY === */
@media print { * { background: #fff !important; color: #000 !important; }
  header, footer, .cookie-banner, .cookie-modal { display: none !important; }
}

/* === Section: Thank You/Success Page Styles === */
ul li a {
  color: var(--secondary);
  font-weight: 700;
  text-decoration: underline;
  transition: color .15s;
}
ul li a:hover { color: var(--primary); text-decoration: none; }

/* === Miscellaneous === */
::-webkit-scrollbar { width: 10px; background: var(--bg-dark); }
::-webkit-scrollbar-thumb { background: var(--bg-light); border-radius: 5px; }
::-webkit-scrollbar-thumb:hover { background: var(--primary); }

::selection { background: var(--secondary); color: #fff; }

/* End of style.css */
