/* -------------------------------------------------------------
   CSS RESET & BASELINE (Normalize + Box-sizing)
--------------------------------------------------------------*/
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,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,main,figure,figcaption,footer,header,nav,section,article,aside {
  margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;box-sizing:border-box;
}
html { font-family: 'Georgia', 'Times New Roman', Times, serif; font-size:16px; scroll-behavior:smooth; background:#F3F1ED; }
body {line-height:1.6; color:#27323A; background:#F3F1ED;}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section { display:block; }
ol, ul { list-style:none; }
a {color:inherit; text-decoration:none;transition:color 0.2s;}
a:hover, a:focus {color:#6A3E2A; text-decoration:underline;}
img {max-width:100%; height:auto; display:block;}
:focus {outline:2px solid #6A3E2A; outline-offset:2px;}

/* -------------------------------------------------------------
   TYPOGRAPHY - Elegant Classic (Serif, muted, hierarchy)
--------------------------------------------------------------*/
body {
  font-family: 'Georgia', 'Times New Roman', Times, serif;
  font-size: 1rem;
  color: #27323A;
  background-color: #F3F1ED;
}
h1,h2,h3,h4,h5,h6 {
  font-family: 'Georgia', 'Times New Roman', Times, serif;
  color: #27323A;
  font-weight: 700;
  letter-spacing: -1px;
}
h1 {font-size:2.5rem; line-height:1.15; margin-bottom:32px;}
h2 {font-size:2rem; line-height:1.22; margin-bottom:24px;}
h3 {font-size:1.25rem; margin-bottom:16px;}
h4 {font-size:1rem; margin-bottom:12px;}
h5,h6 {font-size:0.95rem;}

p,li,blockquote {
  font-size:1rem;
  color:#27323A;
}
blockquote {
  font-style:italic;
  margin-bottom:8px;
  color: #6A3E2A;
  font-size:1.125rem;
  line-height:1.4;
}
cite {
  display:block;
  color: #27323A;
  font-size:0.97rem;
  margin-top:4px;
  font-style: normal;
}
strong {font-weight:700;color:#6A3E2A;}

/* -----------------------------------
   CONTAINER & LAYOUT UTILITIES
--------------------------------------*/
.container {
  width:100%;
  max-width: 1200px;
  margin:0 auto;
  padding: 0 20px;
}
.content-wrapper {
  display:flex;
  flex-direction:column;
  gap:28px;
  align-items:flex-start;
}
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background:#fff;
  border-radius:18px;
  box-shadow: 0 2px 18px rgba(39,50,58,0.07);
}

/* Flexible Cards/Grids - ELEGANT SPACING */
.feature-grid,
.core-services-grid,
.brand-logo-grid,
.feature-list,
.feature-list,.feature-list>div,
.card-container,
.card-grid {
  display:flex;
  flex-wrap:wrap;
  gap:24px;
  margin-bottom:20px;
}
.feature-grid>div, .core-services-grid>div,
.feature-list>div {
  background:#F3F1ED;
  border-radius:12px;
  box-shadow:0 1px 8px rgba(39,50,58,0.06);
  padding:28px 20px 20px 20px;
  flex:1 1 220px;
  min-width:220px;
  display:flex; flex-direction:column; align-items:flex-start;
  transition:box-shadow 0.2s, transform 0.2s;
}
.feature-grid>div:hover, .core-services-grid>div:hover {
  box-shadow:0 6px 22px rgba(106,62,42,0.13);
  transform:translateY(-4px) scale(1.01);
}

.brand-logo-grid {
  display:flex;
  flex-wrap:wrap;
  gap:32px;
  align-items:center;
  margin-bottom:20px;
}
.brand-logo-grid img {
  height:56px;
  filter: grayscale(60%) contrast(0.95);
  opacity:0.9;
  transition:filter 0.25s, opacity 0.2s;
}
.brand-logo-grid img:hover {
  filter: grayscale(10%) contrast(1.2);
  opacity:1;
}

.category-highlights ul, .brand-list ul, .brand-specific-services ul,
.included-services ul, .no-hidden-fees, .special-services ul, .text-section ul, .quick-help-links ul{margin-left:24px; margin-bottom:16px;}

.card-container, .card-grid {
  display:flex;
  flex-wrap:wrap;
  gap:24px;
}
.card {
  margin-bottom:20px;
  position:relative;
  border-radius:12px;
  background:#fff;
  box-shadow: 0 1px 10px rgba(39,50,58,0.06);
  padding:32px;
  flex:1 1 280px;
  min-width:260px;
  transition:box-shadow 0.2s, transform 0.2s;
}
.card:hover {
  box-shadow:0 7px 26px rgba(106,62,42,0.18);
  transform:scale(1.015);
  z-index:2;
}

.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;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 32px rgba(39,50,58,0.09);
  padding: 20px 28px;
  margin-bottom: 20px;
  position:relative;
  min-width:260px;
  max-width:600px;
  transition:box-shadow 0.21s, transform 0.14s;
}
.testimonial-card:hover {
  box-shadow: 0 8px 36px rgba(106,62,42,0.12);
  transform:translateY(-2px) scale(1.008);
}
.testimonial-card img {
  width:48px; height:48px; border-radius:50%;background:#F3F1ED;
  box-shadow:0 0 0 2px #e0e0e0;
  object-fit:cover;
}
.testimonial-card blockquote {color:#6A3E2A; font-size:1.15rem;}
.testimonial-card cite {color:#27323A;font-size:0.99rem;}

.feature-item {
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:15px;
}

.quick-help-links ul li {margin-bottom:8px;}
.quick-help-links a {color:#27323A; text-decoration:underline; font-weight:700;}
.quick-help-links a:hover {color:#6A3E2A;}

/* ---------------------
   HERO SECTION
----------------------*/
.hero {
  background: linear-gradient(105deg,#F3F1ED 62%,#eae7df 100%);
  padding:60px 0 40px 0;
  border-bottom:1px solid #e7e4de;
}
.hero .container {
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
}
.hero h1 {
  color:#27323A;
  font-size:2.3rem;
  margin-bottom:18px;
}
.hero p {
  font-size:1.17rem;
  color:#6A3E2A;
  margin-bottom:32px;
}
.hero .cta-button {
  font-size:1.09rem;
}

/* -----------------------------------
   BUTTONS & CTA
--------------------------------------*/
.cta-button, .cookie-consent-banner button, .cookie-modal button {
  background:#6A3E2A;
  color:#fff;
  font-family:'Georgia','Times New Roman', Times, serif;
  border:none;
  padding:12px 32px;
  border-radius:24px;
  font-size:1.07rem;
  font-weight:700;
  letter-spacing:0.5px;
  box-shadow:0 2px 10px rgba(39,50,58,0.06);
  cursor:pointer;
  transition: background 0.15s, color 0.16s, box-shadow 0.16s, transform 0.13s;
  outline:none;
  margin-right:16px;
  min-width:150px;
  display:inline-block;
  margin-bottom:8px;
}
.cta-button:hover, .cta-button:focus, .cookie-consent-banner button:hover, .cookie-modal button:hover {
  background:#543021;
  color:#fff;
  box-shadow:0 3px 18px rgba(39,50,58,0.18);
  transform:scale(1.03); }
.cta-button:active {background:#47271a;}

.cookie-consent-banner .reject {
  background: #fff;
  color: #6A3E2A;
  border:1px solid #6A3E2A;
}
.cookie-consent-banner .settings {
  background: #27323A;
  color: #fff;
}
.cookie-consent-banner .reject:hover, .cookie-consent-banner .settings:hover {
  background: #F3F1ED;
  color:#6A3E2A;
}

/* -----------------------------------
   HEADER & NAVIGATION
--------------------------------------*/
header {
  background:#fff;
  border-bottom:1px solid #e7e4de;
  box-shadow:0 1px 10px rgba(39,50,58,0.04);
  margin-bottom:0;
  position:sticky;
  top:0;
  z-index:30;
}
header .container {
  display:flex;
  align-items:center;
  justify-content:space-between; gap:26px;
  height:84px;
  min-height:72px;
}
header img {
  height:46px;
}
.main-nav {
  display:flex;
  gap:24px;
  align-items:center;
  font-size:1.03rem;
}
.main-nav a {
  padding: 6px 4px;
  border-bottom:2px solid transparent;
  transition: border-color 0.2s, color 0.13s;
}
.main-nav a:hover, .main-nav a.active {
  color:#6A3E2A;
  border-bottom:2px solid #6A3E2A;
}

.mobile-menu-toggle {
  display:inline-flex;
  align-items:center;justify-content:center;
  font-size:2rem;
  background:transparent;
  border:none;
  color:#6A3E2A;
  cursor:pointer;
  padding:7px 10px;
  margin-left:8px;
  border-radius:7px;
  transition:background .14s;
  z-index:120;
}
.mobile-menu-toggle:focus, .mobile-menu-toggle:hover {
  background:#F3F1ED;
}

@media (min-width: 1000px) {
  .mobile-menu-toggle { display:none;    }
}
@media (max-width: 999px) {
  .main-nav {display:none;}
  .cta-button {display:none;}
  .mobile-menu-toggle {display:inline-flex;}
}

/* ---------------------------------------
   MOBILE MENU OVERLAY SLIDE NAV
-----------------------------------------*/
.mobile-menu {
  position:fixed; top:0; left:0; right:0; bottom:0;
  background:rgba(243,241,237,0.97);
  z-index:2222;
  display:none;
  flex-direction:column;
  justify-content:flex-start;
  align-items:stretch;
  transition:transform 0.3s cubic-bezier(.58,.35,.31,1.23);
  transform:translateX(100%);
}
.mobile-menu.open {
  display:flex;
  transform:translateX(0);
}
.mobile-menu-close {
  align-self:flex-end;
  margin:24px 28px 6px 0;
  font-size:2rem;
  background:transparent;
  border:none;
  color:#6A3E2A;
  cursor:pointer;
  padding:8px;
  border-radius:8px;
  transition:background .17s;
  outline:none;
}
.mobile-menu-close:focus, .mobile-menu-close:hover {background:#eee;}
.mobile-nav {
  display:flex;
  flex-direction:column;
  gap:28px;
  align-items:flex-start;
  margin: 40px 30px;
}
.mobile-nav a {
  font-size:1.25rem;
  padding:14px 2px;
  font-family:'Georgia','Times New Roman',Times,serif;
  color:#27323A;
  border-radius:7px;
  transition:background 0.15s color 0.16s;
  width:100%;
  min-width:220px;
}
.mobile-nav a:active, .mobile-nav a:hover {
  background:#6A3E2A;
  color:#fff;
}

/* Ensure menu covers full viewport and is on top */
@media (max-width: 999px) {
  .mobile-menu {
    min-width: 100vw;
    min-height: 100vh;
    box-shadow:0 5px 40px rgba(39,50,58,0.11);
    display: flex;
  }
}

/* ---------------------------------------------
   MAIN CONTENT SECTION SPACING AND ALIGNMENT
-----------------------------------------------*/
main {
  margin-bottom:60px;
}
section {
  margin-bottom: 60px;
  padding: 40px 20px;
}

/* -----------------------------------
   CONTACT DETAILS
--------------------------------------*/
.contact-info, .contact-details {
  display:flex;
  flex-wrap:wrap;
  gap:32px;
  align-items:center;
  margin-bottom:24px;
}
.contact-info > div, .contact-details > div {
  display:flex;
  align-items:center;
  gap:12px;
  font-size:1.08rem;
  color:#27323A;
  padding:10px 8px;
}
.contact-info img, .contact-details img {
  width:28px; height:28px;
}
.next-cta {
  margin-top:18px;
  width:100%;
}
.next-cta .cta-button {
  display:inline-block;
}

/* -----------------------------------
   PRICING TABLES (ablauf-preise.html)
--------------------------------------*/
.pricing-table {
  overflow-x:auto;
  margin-bottom:28px;
}
.pricing-table table {
  border-collapse:collapse;
  width:100%;
  min-width:320px;
  background:#fff;
  border-radius:10px;
  box-shadow:0 1px 8px rgba(39,50,58,0.06);
  font-size:1rem;
}
.pricing-table th, .pricing-table td {
  padding:14px 18px;
  border-bottom:1px solid #e0e0e0;
}
.pricing-table th {
  background:#F3F1ED;
  color:#6A3E2A;
  font-weight:bold;
}
.pricing-table tbody tr:last-child td {
  border-bottom:none;
}

/* -----------------------------------
   FOOTER STYLE
--------------------------------------*/
footer {
  background:#fff;
  border-top:1px solid #e7e4de;
  margin-top:80px;
  width:100%;
  font-size:0.95rem;
}
footer .container {
  display:flex;
  flex-direction:column;
  gap:24px;
  align-items:center;
  padding:36px 20px 28px 20px;
}
.footer-logo img {
  height:48px;
  margin-bottom:8px;
}
.footer-nav {
  display:flex;
  gap:30px;
  flex-wrap:wrap;
  margin:12px 0;
}
.footer-nav a {
  color:#27323A;
  font-family:'Georgia','Times New Roman',Times,serif;
  font-size:1.05rem;
  padding:2px 4px;
  border-radius:6px;
  transition:background 0.14s, color 0.14s;
}
.footer-nav a:hover {
  background:#F3F1ED; color:#6A3E2A;
}
.footer-contact, .footer-branding {
  text-align:center; color:#878787; margin:0;}

/* -----------------------------------
   FAQ ACCORDION (faq.html)
--------------------------------------*/
.faq-accordion > div {
  margin-bottom:24px;
  background:#F3F1ED;
  border-radius:12px;
  padding:24px 18px 18px 18px;
  box-shadow:0 2px 12px rgba(39,50,58,0.06);
  position:relative;
  transition: box-shadow 0.15s, transform 0.15s;
}
.faq-accordion > div:hover {
  box-shadow:0 4px 18px rgba(106,62,42,0.12);
  transform:translateY(-2px) scale(1.012);
}
.faq-accordion h2 {
  font-size:1.18rem;
  color:#27323A;
  margin-bottom:10px;
}
.faq-accordion p {
  font-size:1.03rem;
}

/* -----------------------------------
   STEP BY STEP & PROCESS ICONS (ablauf-preise.html)
--------------------------------------*/
.step-by-step-guide {
  margin-bottom:16px;
}
.step-by-step-guide ol {
  margin-left:24px; margin-bottom:0;}
.step-by-step-guide li {
  margin-bottom:10px; font-size:1.09rem;
}
.process-icons {
  display:flex;
  gap:22px;
  align-items:center;
}
.process-icons img {
  height:46px;
  filter: grayscale(65%) contrast(0.92);
}

/* -----------------------------------
   SPECIALS (thank-you, notes, etc)
--------------------------------------*/
.thank-you-message p {
  color:#27323A;
  font-size:1.13rem;
  margin-bottom:20px;
  background:#F3F1ED;
  border-radius:12px;
  padding:20px 19px;
}
.next-steps {margin-top:28px;}
.note p {
  background:#F3F1ED;
  border-left:5px solid #6A3E2A;
  border-radius:8px;
  padding:17px 14px 15px 24px;
  font-size:1.05rem;
  color: #6A3E2A;
}

/* -----------------------------------
   MODALS & OVERLAYS
--------------------------------------*/
.cookie-consent-banner {
  position:fixed;
  left:0; right:0; bottom:0;
  background:rgba(243,241,237,0.98);
  color:#27323A;
  padding:22px 20px 20px 20px;
  box-shadow:0 -2px 21px rgba(39,50,58,0.12);
  display:flex;
  flex-direction:column;
  gap:13px;
  z-index:3100;
  align-items:center;
  font-size:1.04rem;
}
.cookie-consent-banner .actions {
  display:flex; gap:16px; flex-wrap:wrap;
}
.cookie-consent-banner p {
  margin-bottom:8px; text-align:center;
}

.cookie-modal {
  position:fixed; top:0;left:0;right:0;bottom:0;
  background:rgba(39,50,58,0.32);
  z-index: 3300;
  display:none;align-items:center;justify-content:center;
  transition:background 0.19s;
}
.cookie-modal.open {display:flex;}
.cookie-modal-content {
  background:#fff; color:#27323A;
  border-radius:20px; box-shadow:0 8px 50px rgba(39,50,58,0.17);
  padding:34px 28px;
  min-width:317px;
  max-width:90vw;
  max-height:90vh;
  display:flex; flex-direction:column; gap:22px;
  animation: modalFadeIn 0.37s;
  position:relative;
}
@keyframes modalFadeIn {from{opacity:0;transform:scale(0.97)}to{opacity:1;transform:scale(1)}}
.cookie-modal-content h3 {font-size:1.32rem; margin-bottom:6px; color:#6A3E2A; text-align:left;}
.cookie-modal-content .cookie-category {
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:9px;
}
.cookie-category input[type="checkbox"] {
  accent-color:#6A3E2A; width:18px; height:18px;
}
.cookie-category label {font-size:1.04rem;}
.cookie-category .desc {font-size:0.98rem;color:#878787;margin-left:8px;}
.cookie-modal-content .save-btn {
  align-self:flex-end;
  background:#6A3E2A;color:#fff;
  padding:10px 28px;
  border-radius:18px;
  font-weight:700;
  font-size:1rem;
}
.cookie-modal-close {
  position:absolute; top:16px; right:17px;
  background:transparent; border:none; font-size:1.5rem; color:#6A3E2A;
  cursor:pointer; border-radius:7px; padding:7px;
  transition:background .16s;
}
.cookie-modal-close:focus,.cookie-modal-close:hover {background:#F3F1ED;}

/* Hide modal scrollbar */
.cookie-modal-content::-webkit-scrollbar {display:none;}
.cookie-modal-content { scrollbar-width:none; }

/* -----------------------------------
   RESPONSIVE - Elegantly collapse
--------------------------------------*/
@media (max-width:1000px) {
  .container{max-width: 97vw;}
  header .container {height:auto;gap:10px;padding:13px 7px;}
}
@media (max-width:900px) {
  .feature-grid, .core-services-grid,
  .brand-logo-grid, .feature-list,
  .card-container, .card-grid, .content-grid, .contact-info, .contact-details {
    flex-direction:column;
    align-items:stretch;
    gap:18px;
  }
  .testimonial-card {max-width:100%;gap:14px;}
  .section {padding:30px 10px;}
  .content-wrapper {gap:17px;}
}
@media (max-width:768px) {
  h1 { font-size: 1.8rem; }
  h2 { font-size: 1.38rem; }
  header img, .footer-logo img { height:40px; }
  main { margin-bottom: 36px; }
  .hero { padding:38px 0 20px 0; }
  .cookie-consent-banner { font-size: 0.98rem; }
  .feature-grid>div, .core-services-grid>div, .card {
    padding:22px 13px 18px 13px;
    min-width:0;
  }
}
@media (max-width:600px) {
  .cookie-modal-content {min-width: 90vw;}
  .footer-nav{gap:12px;}
  .testimonial-card{flex-direction:column;align-items:flex-start;gap:7px;padding:13px 7px;}
  .contact-info, .contact-details {gap: 12px;}
  .brand-logo-grid{gap:14px;}
}
@media (max-width:480px) {
  html {font-size:15px;}
  .testimonial-card, .feature-grid>div, .card, .core-services-grid>div {
    padding:10px 7px;
  }
  .section, section {padding:17px 2vw; margin-bottom:38px;}
}
@media (max-width:768px) {
  .text-image-section {flex-direction:column;align-items:flex-start;gap:18px;}
}

/* Utility classes */
.text-section {margin-bottom:24px;}
ul, ol {padding-left:18px;}

/* --------------------------
   ACCESSIBILITY & FOCUS
---------------------------*/
.cta-button:focus, .cookie-consent-banner button:focus, .cookie-modal button:focus {
  outline:2px solid #27323A;
  outline-offset:2px;
}

/* Ensure all cards/sections have at least 20px margin between them and adequate spacing */
/* Avoid any content overlap due to z-index issues and padding */


/* -------------------------
   END OF CSS
--------------------------*/
