/*! Reset and 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;
}
body {
  background: #F6F6F6;
  color: #273A4B;
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  line-height: 1.7;
  min-height: 100vh;
  font-size: 1rem;
}
img, svg {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  color: #273A4B;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover, a:focus {
  color: #B69757;
  text-decoration: underline;
}
ul, ol {
  margin: 0 0 1.2em 1.2em;
  padding-left: 1em;
}
li {
  margin-bottom: 0.5em;
}
button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
}
button {
  cursor: pointer;
}

/* Brand Font Import */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700;900&family=Source+Sans+Pro:wght@400;600&display=swap');

/* Typography */
h1, h2, h3, .cta-primary {
  font-family: 'Montserrat', 'Source Sans Pro', Arial, sans-serif;
  color: #273A4B;
  font-weight: 700;
}
h1 {
  font-size: 2.5rem;
  margin-bottom: 0.6em;
  letter-spacing: -0.01em;
  line-height: 1.2;
}
h2 {
  font-size: 1.75rem;
  margin-bottom: 0.5em;
  line-height: 1.25;
}
h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.4em;
}
p {
  font-size: 1.0625rem;
  margin-bottom: 1em;
  color: #273A4B;
}
strong {
  font-family: inherit;
  font-weight: 600;
  color: #B69757;
}
address {
  font-style: normal;
  line-height: 1.8;
  font-size: 1rem;
  color: #273A4B;
}

/* Layout Containers */
.container {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.section, .hero-section, .features, .about-section, .about-philosophy, .features-section, .services-overview, .testimonials-section, .ctas-section, .legal-section, .faqs-section, .contact-section, .service-angebot {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 10px rgba(39, 58, 75, 0.07);
}
.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  width: 100%;
}
.content-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.text-section {
  max-width: 700px;
}
.text-image-section {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 768px) {
  .text-image-section {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Cards & Card Containers */
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  margin-bottom: 20px;
  position: relative;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 16px 0 rgba(39, 58, 75, 0.10);
  padding: 32px 24px;
  flex: 1 1 320px;
  min-width: 250px;
  transition: box-shadow 0.24s;
}
.card:hover, .card:focus-within {
  box-shadow: 0 6px 24px 0 rgba(39, 58, 75, 0.18);
  border-color: #D9B281;
  z-index: 2;
}

.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 20px 30px;
  background: #F6F6F6;
  border-left: 6px solid #D9B281;
  border-radius: 16px;
  color: #273A4B;
  margin-bottom: 20px;
  box-shadow: 0 1px 6px rgba(39, 58, 75, 0.06);
  transition: box-shadow 0.18s;
}
.testimonial-card:hover {
  box-shadow: 0 6px 20px rgba(39,58,75,0.12);
}
.testimonial-card p {
  color: #273A4B;
  font-size: 1.1rem;
  margin-bottom: 0.1em;
}
.testimonial-card strong {
  color: #B69757;
  font-size: 1rem;
}

.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
.features, .features-section {
  background: #fff;
  border-radius: 20px;
  margin-bottom: 60px;
  padding: 40px 20px;
}
.features-section ul, .features ul, .about-section ul, .about-philosophy ul, .faqs-section ul, .services-overview ul, .service-angebot ul {
  margin: 20px 0 0 0;
  padding: 0 0 0 16px;
  list-style: disc inside;
}
.features-section ul li, .features ul li, .about-section ul li, .about-philosophy ul li, .faqs-section ul li, .services-overview ul li, .service-angebot ul li {
  margin-bottom: 15px;
  line-height: 1.6;
}

/* Header & Navigation */
header {
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 12px 0 rgba(39, 58, 75, 0.05);
  position: relative;
  z-index: 999;
  margin-bottom: 0;
}
header .container {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px 12px 20px;
  gap: 10px;
}
.logo img {
  height: 48px;
  width: auto;
}
.main-nav {
  display: flex;
  flex-direction: row;
  gap: 28px;
  align-items: center;
  margin-left: 30px;
}
.main-nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.01em;
  padding: 8px 4px;
  transition: color 0.25s;
  color: #273A4B;
  border-bottom: 2px solid transparent;
  position: relative;
  text-decoration: none;
}
.main-nav a:hover, .main-nav a:focus {
  color: #B69757;
  border-bottom: 2px solid #D9B281;
}
.cta-primary {
  display: inline-block;
  background: #273A4B;
  color: #fff;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  border-radius: 32px;
  padding: 12px 32px;
  font-size: 1.1rem;
  letter-spacing: 0.04em;
  margin-left: 26px;
  border: 2px solid #D9B281;
  box-shadow: 0 2px 10px rgba(39, 58, 75, 0.06);
  transition: background 0.20s, color 0.20s, border-color 0.20s, box-shadow 0.18s;
  outline: none;
  text-decoration: none;
}
.cta-primary:hover, .cta-primary:focus {
  background: #D9B281;
  color: #273A4B;
  border-color: #B69757;
  box-shadow: 0 6px 20px rgba(217, 178, 129, 0.15);
}

/* Mobile Menu */
.mobile-menu-toggle {
  display: none;
  font-size: 1.9rem;
  color: #273A4B;
  background: none;
  border: none;
  padding: 4px 10px;
  margin-left: 18px;
  border-radius: 5px;
  transition: background 0.16s, color 0.16s;
}
.mobile-menu-toggle:focus, .mobile-menu-toggle:hover {
  background: #D9B281;
  color: #fff;
}
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(39,58,75,0.96);
  z-index: 2000;
  transform: translateX(-100%);
  display: flex;
  flex-direction: column;
  transition: transform 0.35s cubic-bezier(.4,0,.2,1);
  will-change: transform;
}
.mobile-menu.active {
  transform: translateX(0);
}
.mobile-menu-close {
  align-self: flex-end;
  font-size: 2.3rem;
  background: none;
  border: none;
  color: #fff;
  margin: 28px 24px 0 0;
  padding: 8px 10px;
  transition: background 0.18s, color 0.18s;
  border-radius: 6px;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  background: #B69757;
  color: #fff;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  margin: 48px 0 0 36px;
  font-size: 1.3rem;
}
.mobile-nav a {
  color: #fff;
  text-decoration: none;
  padding: 12px 0;
  font-weight: 400;
  font-family: 'Montserrat', Arial, sans-serif;
  border-bottom: 2px solid transparent;
  transition: color 0.18s, border-color 0.18s;
}
.mobile-nav a:focus, .mobile-nav a:hover {
  color: #D9B281;
  border-bottom: 2px solid #D9B281;
}

@media (max-width: 1024px) {
  .main-nav {
    gap: 18px;
    margin-left: 12px;
  }
  .cta-primary {
    margin-left: 9px;
    padding: 10px 25px;
  }
}
@media (max-width: 900px) {
  header .container {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 14px 12px 8px 12px;
  }
  .main-nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: block;
  }
  .cta-primary {
    margin-right: 8px;
    font-size: 1rem;
    padding: 9px 16px;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 10px;
  }
  .section, .hero-section, .features, .about-section, .about-philosophy, .features-section, .services-overview, .testimonials-section, .ctas-section, .legal-section, .faqs-section, .contact-section, .service-angebot {
    padding: 28px 6px;
    border-radius: 13px;
    margin-bottom: 36px;
  }
  h1 {
    font-size: 1.6rem;
    margin-bottom: 0.5em;
  }
  h2 {
    font-size: 1.1rem;
    margin-bottom: 0.4em;
  }
  .content-wrapper {
    gap: 12px;
  }
}

/* Footer */
footer {
  background: #eee;
  box-shadow: 0 -2px 10px 0 rgba(39, 58, 75, 0.05);
  padding-top: 24px;
  margin-top: 48px;
  color: #273A4B;
}
footer .container {
  flex-direction: column;
  align-items: stretch;
  padding: 0 20px;
}
.footer-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 36px;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.brand-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  min-width: 230px;
  flex: 1 1 230px;
}
.brand-contact img {
  width: 58px;
  height: auto;
}
.footer-links, .footer-legal {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 160px;
  flex: 1 1 160px;
}
.footer-links a, .footer-legal a {
  color: #273A4B;
  font-size: 1rem;
  padding: 2px 0;
  transition: color 0.18s;
}
.footer-links a:hover, .footer-legal a:hover {
  color: #B69757;
  text-decoration: underline;
}
.footer-bottom {
  padding: 14px 0;
  text-align: center;
  color: #657085;
  font-size: 0.93rem;
  margin-top: 4px;
}

@media (max-width: 900px) {
  .footer-content {
    flex-direction: column;
    gap: 26px;
    padding-bottom: 12px;
    align-items: flex-start;
  }
  .brand-contact, .footer-links, .footer-legal {
    min-width: 0;
    width: 100%;
    flex: 1 1 100%;
  }
  .footer-links, .footer-legal {
    margin-top: 4px;
  }
}

/* CTA sections */
.cta-section, .ctas-section {
  background: #D9B281;
  color: #273A4B;
  border-radius: 20px;
  box-shadow: 0 2px 10px rgba(217,178,129,0.09);
  padding: 40px 20px;
  text-align: center;
}
.cta-section h2, .ctas-section h2 {
  color: #273A4B;
}
.cta-section p, .ctas-section p {
  margin-bottom: 20px;
  color: #273A4B;
}

/* Legal section, policies */
.legal-section {
  background: #fff;
  border-radius: 17px;
  padding: 40px 24px;
  color: #273A4B;
}
.legal-section ul {
  margin-left: 1em;
  margin-bottom: 1.4em;
}

/* Cookie Consent Banner */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  background: #273A4B;
  color: #fff;
  z-index: 5000;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 22px 28px;
  box-shadow: 0 -2px 16px rgba(39, 58, 75, 0.18);
  gap: 35px;
  font-size: 1.05rem;
  transition: transform 0.32s ease, opacity 0.22s ease;
}
.cookie-banner.hide {
  transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
}
.cookie-banner .cookie-buttons {
  display: flex;
  flex-direction: row;
  gap: 14px;
  align-items: center;
}
.cookie-banner button {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  border-radius: 18px;
  padding: 9px 22px;
  font-size: 1rem;
  border: 2px solid #D9B281;
  background: #D9B281;
  color: #273A4B;
  margin: 0;
  cursor: pointer;
  transition: background 0.18s, color 0.18s, border 0.18s;
}
.cookie-banner button:hover, .cookie-banner button:focus {
  background: #fff;
  color: #B69757;
  border: 2px solid #B69757;
}
.cookie-banner .cookie-settings-btn {
  background: #273A4B;
  color: #fff;
  border: 2px solid #D9B281;
}
.cookie-banner .cookie-settings-btn:hover {
  background: #B69757;
  color: #fff;
  border: 2px solid #B69757;
}
@media (max-width: 768px) {
  .cookie-banner {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    font-size: 1rem;
    padding: 19px 10px;
  }
  .cookie-banner .cookie-buttons {
    width: 100%;
    gap: 10px;
  }
}

/* Cookie Settings Modal */
.cookie-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(21, 34, 45, 0.73);
  z-index: 5002;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.18s;
}
.cookie-modal.hide {
  opacity: 0;
  pointer-events: none;
}
.cookie-modal-content {
  background: #fff;
  color: #273A4B;
  border-radius: 17px;
  padding: 30px 32px;
  box-shadow: 0 8px 40px rgba(39,58,75,0.12);
  width: 98%;
  max-width: 420px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  position: relative;
  z-index: 64;
  animation: fadeIn 0.22s;
}
@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.97); }
  to { opacity: 1; transform: scale(1); }
}
.cookie-modal-content h2 {
  color: #273A4B;
  font-family: 'Montserrat', Arial, sans-serif;
  margin-bottom: 0.8em;
  font-size: 1.4rem;
}
.cookie-categories {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.cookie-category {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.08rem;
}
.cookie-category .category-name {
  font-weight: 600;
}
.cookie-category input[type='checkbox'] {
  appearance: none;
  background-color: #f5f5f5;
  border: 2px solid #bbb;
  border-radius: 6px;
  width: 22px;
  height: 22px;
  cursor: pointer;
  transition: border-color .14s;
  position: relative;
}
.cookie-category input[type='checkbox']:checked {
  border-color: #D9B281;
  background: #D9B281;
}
.cookie-category input[type='checkbox']:checked::after {
  content: '';
  position: absolute;
  left: 6px;
  top: 2px;
  width: 8px;
  height: 14px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  display: block;
}
.cookie-modal-close {
  position: absolute;
  right: 16px;
  top: 16px;
  background: none;
  color: #273A4B;
  border: none;
  font-size: 2rem;
  border-radius: 4px;
  transition: background 0.18s;
}
.cookie-modal-close:hover {
  background: #eee;
}
.cookie-modal-actions {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  margin-top: 18px;
  justify-content: flex-end;
}
.cookie-modal-actions button {
  font-family: 'Montserrat', Arial, sans-serif;
  border-radius: 17px;
  border: 2px solid #D9B281;
  background: #D9B281;
  color: #273A4B;
  font-weight: 700;
  padding: 8px 19px;
  transition: background 0.18s, color 0.18s, border 0.18s;
}
.cookie-modal-actions button:hover, .cookie-modal-actions button:focus {
  background: #B69757;
  color: #fff;
  border: 2px solid #B69757;
}
@media (max-width: 600px) {
  .cookie-modal-content {
    padding: 18px 6px;
  }
}

/* Hover effects, micro-interactions, and focus states */
button:focus, a:focus {
  outline: 2px solid #D9B281;
  outline-offset: 2px;
}

/* Misc utility classes */
.mt-2 { margin-top: 16px !important; }
.mb-0 { margin-bottom: 0 !important; }
.rounded-xl { border-radius: 18px !important; }
.shadow-card { box-shadow: 0 2px 16px 0 rgba(39, 58, 75, 0.10) !important; }

/* Responsive Utilities */
@media (max-width:480px) {
  h1 { font-size: 1.1rem; }
  h2 { font-size: 1rem; }
  .cta-primary { font-size: 0.94rem; padding: 9px 10px; }
}

/* Elevation Effect for luxury touch on cards */
.card, .testimonial-card {
  box-shadow: 0 2px 16px 0 rgba(39, 58, 75, 0.10);
  border: 1.2px solid #ece5da;
}
.card:hover, .testimonial-card:hover {
  box-shadow: 0 8px 32px 0 rgba(217,178,129,0.12);
  border-color: #D9B281;
}

/* Gold accent lines */
h2, h3 {
  position: relative;
  padding-left: 0.1em;
}
h2::after {
  content: '';
  display: block;
  width: 38px;
  height: 3px;
  background: #D9B281;
  border-radius: 3px;
  margin-top: 6px;
}

@media (max-width:700px) {
  h2::after { width: 24px; height: 2.2px; }
}

/* Luxury accent (gold underline) for CTA buttons */
.cta-primary {
  box-shadow: 0 2px 12px rgba(217,178,129,0.11);
  border-bottom: 4px solid #D9B281;
}

/* Emphasize price/highlighted text with gold */
span, .highlight {
  color: #B69757;
}

/* Accessibility: better contrast for important texts in testimonials */
.testimonial-card, .testimonial-card p, .testimonial-card strong {
  color: #273A4B;
  background: #F6F6F6;
}

/* Shadow and white space improvements on all flex sections */
.section, .features, .about-section, .about-philosophy, .features-section, .services-overview, .testimonials-section, .ctas-section, .legal-section, .faqs-section, .contact-section, .service-angebot {
  margin-bottom: 60px;
  padding: 40px 20px;
  border-radius: 20px;
  box-shadow: 0 2px 14px rgba(39,58,75,0.08);
  /* Consistent font for all sections */
  font-family: 'Source Sans Pro', Arial, sans-serif;
}

/* Ensure all flex containers do not use grid or absolute layout for content! */
/* All layout selectors above already use Flexbox and gap, in compliance. */

/* Hide scroll on mobile menu when open */
body.mobile-menu-open {
  overflow: hidden;
}

/* END CSS */
