/* -----------------------------------
   FaktenFokus – NATURE_ORGANIC Theme
   Modern, clear, organic Flexbox Design
-------------------------------------*/

/*******************
*
*   CSS 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;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  background: #F4F6F4;
}

body {
  font-family: 'Roboto', Arial, sans-serif;
  background: #F4F6F4;
  color: #2D3329;
  min-height: 100vh;
  line-height: 1.65;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: #39816D;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover, a:focus {
  color: #2F5233;
  text-decoration: underline;
}
ul, ol {
  margin-bottom: 16px;
}

/********************
* Brand/Nature_Organic Colors
********************/
:root {
  --brand-primary: #253A59;
  --brand-secondary: #E2EAED;
  --brand-accent: #50A6C2;
  --bg-earth: #F4F6F4;
  --green-dark: #37654B;
  --green-main: #4E8451;
  --green-bright: #8ABD91;
  --brown-earth: #A6895B;
  --sand: #EAE3D2;
  --clay: #DCB893;
  --white: #fff;
  --text-dark: #2D3329;
  --text-light: #F9FAF7;
}

/********************
* Typography
********************/
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  color: var(--brand-primary);
  margin-bottom: 16px;
  font-weight: 700;
  letter-spacing: -0.01em;
}
h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}
h2 {
  font-size: 2rem;
  margin-bottom: 18px;
}
h3 {
  font-size: 1.375rem;
  margin-bottom: 12px;
}
h4 {
  font-size: 1.125rem;
}
p, li {
  font-size: 1rem;
  color: var(--text-dark);
}
.subheadline {
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  font-size: 1.25rem;
  color: var(--green-main);
  margin-bottom: 28px;
  letter-spacing: 0.01em;
}
strong {
  color: var(--green-dark);
  font-weight: 600;
}

/********************
* Section Layout Patterns
********************/
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: var(--bg-earth);
  border-radius: 34px 80px 54px 20px/46px 38px 64px 40px;
  box-shadow: 0 6px 18px rgba(81, 110, 53, 0.05);
}

.container {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/****************************
* Cards & Content patterns  
****************************/
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  margin-bottom: 20px;
  background: var(--white);
  position: relative;
  border-radius: 24px;
  box-shadow: 0 3px 14px rgba(81, 110, 53, 0.07);
  padding: 28px 22px;
}
.card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.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: var(--sand);
  border-radius: 22px;
  box-shadow: 0 4px 16px rgba(55, 101, 75, 0.12);
  margin-bottom: 20px;
  color: var(--text-dark);
  min-width: 280px;
  transition: box-shadow 0.2s;
}
.testimonial-card:hover {
  box-shadow: 0 8px 24px rgba(81,110,53,.17);
  background: #F5F8F6;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

/*****************************
* Responsive Grids & Specific Content
******************************/
.features-grid,
.service-cards-grid,
.team-list,
.analysis-list,
.facts-feed,
.workshops-tiles,
.services-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: flex-start;
  margin: 14px 0 20px 0;
}
.features-grid > div,
.service-cards-grid > div,
.team-list > .team-member,
.analysis-list > .analysis-card,
.facts-feed > .fact-card,
.workshops-tiles > .workshop-tile,
.services-grid > .service-block {
  flex: 1 1 300px;
  min-width: 260px;
  background: var(--white);
  border-radius: 22px 50px 28px 18px/36px 32px 24px 32px;
  padding: 24px 18px 18px 24px;
  margin-bottom: 20px;
  box-shadow: 0 4px 20px rgba(81,110,53,0.08);
  border: 1px solid #E2EAED;
  transition: box-shadow 0.2s, transform 0.2s;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.features-grid > div:hover, .service-cards-grid > div:hover,
.team-list > .team-member:hover, .analysis-list > .analysis-card:hover,
.facts-feed > .fact-card:hover, .workshops-tiles > .workshop-tile:hover,
.services-grid > .service-block:hover {
  box-shadow: 0 8px 32px rgba(55,101,75,0.13);
  transform: translateY(-4px) scale(1.01);
}

.fact-card {
  background: var(--sand);
  border-radius: 18px;
  padding: 16px 20px;
  color: var(--brand-primary);
  border-left: 6px solid var(--green-main);
  margin-bottom: 20px;
  font-size: 1.02rem;
  box-shadow: 0 2px 10px rgba(55,101,75,0.07);
  transition: border-color 0.2s, box-shadow 0.2s;
}
.fact-card:hover {
  border-left: 8px solid var(--green-dark);
  box-shadow: 0 7px 18px rgba(81,110,53,0.11);
  background: #f8f9f6;
}

/********************
* Trust/Logo Strip
********************/
.trust-seals, .kundenlogo-slider {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 12px 0 0 0;
}
.trust-seals img, .kundenlogo-slider img {
  height: 48px;
  object-fit: contain;
}

/********************
* FAQ/Accordion
********************/
.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.faq-accordion > div {
  background: var(--clay);
  border-radius: 18px;
  padding: 18px 20px;
  margin-bottom: 10px;
  box-shadow: 0 1px 8px rgba(166,137,91,0.06);
}
.faq-accordion h3 {
  margin: 0 0 8px 0;
  font-size: 1.08rem;
}

/******************
* Contact Methods
******************/
.contact-methods {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-bottom: 22px;
}
.contact-methods > div {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  color: var(--brand-primary);
  background: var(--sand);
  padding: 11px 19px;
  border-radius: 13px;
}
.contact-info-block > div {
  margin-bottom: 9px;
}

/********************
* Table/Pricing
********************/
.pricing-table {
  width: 100%;
  border-collapse: collapse;
  margin: 40px 0 20px 0;
  background: var(--sand);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(80,166,194,0.08);
}
.pricing-table th, .pricing-table td {
  padding: 16px 10px;
  text-align: left;
  border-bottom: 1px solid #deded8;
}
.pricing-table thead th {
  background: var(--green-bright);
  color: var(--brand-primary);
  font-family: 'Montserrat', Arial, sans-serif;
  letter-spacing: 0.01em;
  font-size: 1.06rem;
}
.pricing-table tr:last-child td {
  border-bottom: none;
}

/********************
* Buttons & Links
********************/
.cta-button {
  background: linear-gradient(90deg, var(--green-main) 64%, var(--brand-accent) 100%);
  color: var(--text-light)!important;
  border: none;
  border-radius: 28px 74px 33px 22px/35px 48px 28px 28px;
  padding: 14px 38px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  font-size: 1.07rem;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(55,101,75,0.13);
  transition: background 0.19s, transform 0.14s, box-shadow 0.15s;
  margin: 12px 0;
  display: inline-block;
}
.cta-button:hover, .cta-button:focus {
  background: linear-gradient(90deg, var(--green-dark) 62%, #6acad3 100%);
  transform: translateY(-1px) scale(1.04);
  box-shadow: 0 8px 22px rgba(80,166,194,0.22);
  color: var(--text-light)!important;
}
.link {
  color: var(--green-main);
  font-weight: 600;
  font-family: 'Montserrat', Arial, sans-serif;
  transition: color .18s;
  text-decoration: underline;
}
.link:hover, .link:focus {
  color: var(--green-dark);
}
button {
  font-family: inherit;
  font-size: 1rem;
  background: none;
  border: none;
  cursor: pointer;
}

/***********************
* Header & Navigation
***********************/
header {
  background: var(--white);
  padding: 0;
  border-bottom: 1px solid var(--brand-secondary);
  box-shadow: 0 2px 10px rgba(37,58,89,.07);
  position: relative;
  z-index: 100;
}
header .container {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 16px;
  padding-bottom: 16px;
  gap: 16px;
}
header .container img {
  min-width: 120px;
  width: 120px;
}
.main-nav {
  display: flex;
  flex-direction: row;
  gap: 22px;
  align-items: center;
}
.main-nav a {
  color: var(--brand-primary);
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.02rem;
  font-weight: 500;
  padding: 9px 0 8px 0;
  border-radius: 3px 16px 13px 3px;
  transition: background .17s, color .17s;
  position: relative;
}
.main-nav a:hover, .main-nav a:focus {
  background: var(--brand-secondary);
  color: var(--green-main);
}

/***************
* Footer
***************/
footer {
  background: #EAEAED;
  color: var(--brand-primary);
  padding: 40px 0 0 0;
  margin-top: 60px;
  border-top: 1px solid #dee4d6;
}
footer .container {
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: center;
}
.footer-nav {
  display: flex;
  gap: 22px;
  justify-content: center;
  flex-wrap: wrap;
}
.footer-nav a {
  color: var(--green-main);
  font-size: 0.99rem;
  letter-spacing: 0.01em;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.99rem;
  color: var(--brand-primary);
}
.footer-brand img {
  width: 40px;
}

/**********************
* Hero Sections
**********************/
.hero {
  background: linear-gradient(115deg, #E3F7E7 55%, #F6ECE7 100%);
  border-radius: 60px 17vw 82px 32px/110px 68px 141px 37px;
  padding: 72px 0 54px 0;
  margin-bottom: 60px;
}
.hero .container {
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.hero h1 {
  color: var(--green-dark);
  font-size: 2.8rem;
}
.hero .subheadline {
  color: var(--green-main);
  font-size: 1.22rem;
}
@media (max-width: 560px) {
  .hero h1 { font-size: 2rem; }
}

/*******************
* Mobile Menu
*******************/
.mobile-menu-toggle {
  display: none;
  background: var(--green-main);
  color: var(--white);
  border-radius: 50%;
  border: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  margin: 0 18px 0 0;
  z-index: 101;
  transition: background .15s, box-shadow .13s;
  box-shadow: 0 2px 7px rgba(55,101,75,0.09);
}
.mobile-menu-toggle:focus, .mobile-menu-toggle:hover {
  background: var(--green-dark);
}
.mobile-menu {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: rgba(243,249,244,.95);
  transform: translateX(-100%);
  transition: transform .32s cubic-bezier(.77,.2,.05,1.0);
  z-index: 9999;
  box-shadow: 2px 0 40px rgba(81,110,53,.10);
  opacity: 1;
}
.mobile-menu.active {
  transform: translateX(0);
}
.mobile-menu-close {
  align-self: flex-end;
  background: var(--green-main);
  color: var(--white);
  border: none;
  font-size: 2.4rem;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  margin: 30px 14px 0 0;
  transition: background .16s;
  box-shadow: 0 2px 10px rgba(81,110,53,0.09);
}
.mobile-menu-close:focus, .mobile-menu-close:hover {
  background: var(--green-dark);
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-top: 44px;
  align-items: flex-start;
  padding-left: 30px;
}
.mobile-nav a {
  font-size: 1.13rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 500;
  color: var(--brand-primary);
  padding: 10px 22px 10px 0;
  border-radius: 6px;
  margin-bottom: 4px;
  transition: color .15s, background .19s;
  min-width: 110px;
  display: inline-block;
}
.mobile-nav a:focus, .mobile-nav a:hover {
  background: var(--brand-secondary);
  color: var(--green-main);
}

/**********************
* Cookie Consent Banner
**********************/
.cookie-banner {
  position: fixed;
  left: 0; right: 0;
  bottom: 0;
  background: var(--white);
  border-top: 1px solid #dedede;
  box-shadow: 0 -2px 16px rgba(55,101,75,0.06);
  padding: 30px 20px 20px 20px;
  z-index: 20000;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  animation: bannerUp .44s cubic-bezier(.86,.03,.22,1.09);
}
@keyframes bannerUp {
  from { transform: translateY(120px); opacity: 0; }
  to { transform: none; opacity: 1; }
}
.cookie-banner p {
  color: var(--brand-primary);
  font-size: 1.03rem;
  font-family: 'Roboto', Arial, sans-serif;
}
.cookie-btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 6px;
}
.cookie-banner button, .cookie-banner .cta-button, .cookie-banner .settings-btn {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  border-radius: 17px;
  padding: 11px 21px;
  border: none;
  cursor: pointer;
  margin: 0;
  white-space: nowrap;
}
.cookie-banner .accept {
  background: var(--green-main);
  color: var(--text-light);
  transition: background .17s;
}
.cookie-banner .accept:hover, .cookie-banner .accept:focus {
  background: var(--green-dark);
}
.cookie-banner .reject {
  background: #E8DED5;
  color: var(--brand-primary);
  border: 1px solid var(--green-bright);
  transition: background .16s;
}
.cookie-banner .reject:hover,
.cookie-banner .reject:focus {
  background: #EBD3B9;
  color: var(--green-main);
}
.cookie-banner .settings-btn {
  background: none;
  color: var(--green-main);
  border: 1px solid var(--green-bright);
}
.cookie-banner .settings-btn:hover,
.cookie-banner .settings-btn:focus {
  background: var(--sand);
  color: var(--green-dark);
}

/******** Cookie Modal ******/
.cookie-modal-overlay {
  position: fixed;
  z-index: 20010;
  left: 0; top: 0; right: 0; bottom: 0;
  background: rgba(37,58,89,0.23);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  animation: modalFadeIn .17s;
}
@keyframes modalFadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}
.cookie-modal {
  background: var(--white);
  border-radius: 24px 60px 40px 28px/27px 46px 50px 26px;
  min-width: 280px;
  max-width: 450px;
  padding: 36px 30px 28px 30px;
  box-shadow: 0 12px 44px rgba(55,101,75,0.12);
  margin-bottom: 40px;
}
.cookie-modal h3 {
  font-size: 1.22rem;
  color: var(--brand-primary);
  margin-bottom: 12px;
}
.cookie-category {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 12px 0;
}
.cookie-category label {
  font-weight: 500;
}
.cookie-toggle {
  width: 48px; height: 26px;
  appearance: none;
  background: #E3EDE8;
  border-radius: 13px;
  position: relative;
  outline: none;
  cursor: pointer;
  transition: background .16s;
}
.cookie-toggle:checked {
  background: var(--green-main);
}
.cookie-toggle:before {
  content: '';
  position: absolute;
  left: 3px; top: 3px;
  width: 20px; height: 20px;
  background: var(--white);
  border-radius: 100%;
  transition: left .15s;
}
.cookie-toggle:checked:before {
  left: 25px;
}
.cookie-modal .category-desc {
  color: #435045;
  font-size: 0.98rem;
  margin-bottom: 4px;
}
.cookie-modal .cookie-btn-row {
  margin: 18px 0 0 0;
  justify-content: flex-end;
}

/******************
* Social Sharing
******************/
.social-sharing {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 20px;
}
.social-sharing span {
  color: var(--green-main);
  font-size: .98rem;
}
.social-sharing a img {
  width: 28px; height: 28px;
  border-radius: 40%;
  background: #E3EDE8;
  transition: background .13s, box-shadow .13s;
  padding: 3px;
}
.social-sharing a img:hover {
  background: var(--green-bright);
  box-shadow: 0 3px 8px rgba(50,183,162,0.12);
}

/******************************
* Misc Elements (Accordion, Case Study, etc.)
******************************/
.case-study-block {
  background: linear-gradient(105deg, #E9EDD4 67%, #F9F4E9);
  padding: 22px 20px 16px 24px;
  border-radius: 20px 50px 22px 17px/36px 32px 23px 34px;
  margin-top: 18px;
  font-size: 1rem;
  box-shadow: 0 4px 16px rgba(166,137,91,0.092);
}

/*******************
* Responsive Layout (flex only)
*******************/
@media (max-width: 992px) {
  .main-nav {
    gap: 11px;
    font-size: 0.97rem;
  }
  .container {
    max-width: 96vw;
  }
}
@media (max-width: 820px) {
  .features-grid > div,
  .service-cards-grid > div,
  .team-list > .team-member,
  .analysis-list > .analysis-card,
  .facts-feed > .fact-card,
  .workshops-tiles > .workshop-tile,
  .services-grid > .service-block {
    min-width: 210px;
    flex: 1 1 205px;
  }
}
@media (max-width: 768px) {
  .main-nav { display: none; }
  .mobile-menu-toggle {
    display: flex;
    align-items: center;
    position: absolute;
    top: 13px; right: 10px;
  }
  header .container {
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
  }
  .container {
    max-width: 97vw;
    padding: 0 8px;
  }
  .features-grid, .service-cards-grid, .team-list,
  .analysis-list, .facts-feed, .workshops-tiles,
  .services-grid {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .contact-methods {
    flex-direction: column;
    gap: 9px;
  }
  .testimonials, .testimonial-grid, .kundenlogo-slider, .trust-seals {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }
  .text-image-section {
    flex-direction: column;
    gap: 13px;
  }
  .content-grid {
    flex-direction: column;
    gap: 16px;
  }
  .faq-accordion {
    gap: 10px;
  }
  .case-study-block {
    font-size: .99rem;
    margin-top: 12px;
  }
}
@media (max-width: 480px) {
  .footer-nav {
    flex-direction: column;
    gap: 7px;
  }
  .footer-brand {
    flex-direction: column;
    gap: 3px;
    font-size: .93rem;
  }
  .cookie-banner {
    padding: 16px 5px 10px 7px;
    font-size: 0.97rem;
  }
  .cookie-modal {
    min-width: unset;
    max-width: 99vw;
    padding: 19px 7vw 23px 6vw;
  }
}

/*******************
* Utility/Misc
*******************/
.thankyou-section {
  align-items: center;
  text-align: center;
  gap: 14px;
}

/*******************
* Hide scrollbar on cookie/modal
*******************/
.mobile-menu,
.cookie-modal-overlay {
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.mobile-menu::-webkit-scrollbar { width: 0; }
.cookie-modal-overlay::-webkit-scrollbar { width: 0; }

/* End of CSS */
