/* Raven Wander Zentrum – Elegant Classic Theme 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, 
main, 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 {
  scroll-behavior: smooth;
  background: #F9F6F0;
}
body {
  font-family: 'Georgia', 'Times New Roman', Times, serif;
  color: #25313D;
  background: #F9F6F0;
  font-size: 16px;
  line-height: 1.7;
  min-height: 100vh;
  width: 100vw;
}
*, *:before, *:after {
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: #25313D;
  transition: color 0.2s;
}
a:hover, a:focus {
  color: #86B9A8;
  outline: none;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  border: none;
}
ul, ol {
  margin: 0 0 1em 1.5em;
  padding: 0;
}
li {
  margin-bottom: 0.5em;
}
strong {
  font-weight: bold;
}

/* ============================== */
/* TYPOGRAPHY                    */
/* ============================== */
h1, h2, h3, h4, h5 {
  font-family: 'Georgia', 'Times New Roman', Times, serif;
  color: #25313D;
  font-weight: 600;
  letter-spacing: 0.01em;
}
h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  line-height: 1.15;
}
h2 {
  font-size: 2rem;
  margin-bottom: 18px;
  line-height: 1.15;
}
h3 {
  font-size: 1.375rem;
  margin-bottom: 12px;
  line-height: 1.3;
}
h4, h5 {
  font-size: 1rem;
  margin-bottom: 10px;
}
p, blockquote, cite {
  font-family: 'Open Sans', Arial, sans-serif;
  color: #374351;
  font-size: 1rem;
}
blockquote {
  font-style: italic;
  color: #25313D;
  padding-left: 16px;
  border-left: 3px solid #86B9A8;
  margin-bottom: 12px;
}
cite {
  display: block;
  color: #25313D;
  font-size: 1rem;
  padding-left: 20px;
  margin-bottom: 10px;
  font-style: normal;
}

@media (max-width: 768px) {
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.125rem;
  }
}

/* ============================== */
/* LAYOUT STRUCTURE & CONTAINERS  */
/* ============================== */
.container {
  max-width: 1152px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.text-section {
  max-width: 740px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(37,49,61,0.06);
}

/* ============================== */
/* HEADER, NAV, LOGO              */
/* ============================== */
header {
  background: #fff;
  border-bottom: 1px solid #eaeaea;
  position: sticky;
  top: 0;
  z-index: 1000;
}
header .container {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 18px;
  padding-bottom: 18px;
}
.logo {
  margin-right: 36px;
  display: flex;
  align-items: center;
}
.logo img {
  height: 44px;
  width: auto;
}
nav.main-nav {
  display: flex;
  gap: 24px;
  align-items: center;
}
nav.main-nav a {
  font-family: 'Georgia', serif;
  font-size: 1rem;
  color: #25313D;
  padding: 6px 0;
  transition: color 0.2s;
  position: relative;
}
nav.main-nav a:hover, nav.main-nav a:focus {
  color: #86B9A8;
}
.cta-btn.primary {
  font-family: 'Montserrat', 'Georgia', serif;
  font-size: 1rem;
  padding: 10px 32px;
  background: #25313D;
  color: #fff;
  border: none;
  border-radius: 24px;
  font-weight: 500;
  margin-left: 28px;
  letter-spacing: 0.02em;
  box-shadow: 0 2px 6px rgba(37,49,61,0.07);
  transition: background 0.18s, color 0.18s, box-shadow 0.18s, transform 0.14s;
  cursor: pointer;
}
.cta-btn.secondary {
  font-family: 'Montserrat', 'Georgia', serif;
  font-size: 1rem;
  padding: 10px 26px;
  background: #F9F6F0;
  color: #25313D;
  border: 1.5px solid #25313D;
  border-radius: 24px;
  font-weight: 500;
  display: inline-block;
  margin-top: 10px;
  transition: background 0.18s, color 0.18s;
  cursor: pointer;
}
.cta-btn.primary:hover, .cta-btn.primary:focus {
  background: #374351;
  color: #fff;
  transform: translateY(-1px) scale(1.025);
  box-shadow: 0 4px 20px 0 rgba(37,49,61,0.13);
}
.cta-btn.secondary:hover, .cta-btn.secondary:focus {
  background: #86B9A8;
  color: #fff;
}

button {
  font-family: inherit;
}

/* Hamburger Menu (Mobile) */
.mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 2rem;
  color: #25313D;
  margin-left: 18px;
  padding: 6px 12px;
  cursor: pointer;
  border-radius: 20px;
  transition: background 0.15s;
}
.mobile-menu-toggle:focus {
  background: #F1F1F1;
  outline: 2px solid #86B9A8;
}

/* ============================== */
/* HERO SECTION                   */
/* ============================== */
.hero {
  background: #F9F6F0;
  padding: 56px 0 36px 0;
  width: 100%;
}
.hero .container {
  align-items: center;
  justify-content: center;
}
.hero .content-wrapper {
  align-items: flex-start;
  gap: 14px;
}
.hero h1 {
  font-family: 'Georgia', serif;
  color: #25313D;
  font-size: 2.25rem;
  font-weight: bold;
}
.hero p {
  font-size: 1.25rem;
  margin-bottom: 10px;
  color: #374351;
}

@media (min-width: 768px) {
  .hero .content-wrapper {
    align-items: flex-start;
    max-width: 640px;
    margin-left: 0;
  }
}

/* ============================== */
/* FEATURES/COURSES GRID          */
/* ============================== */
.features-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 18px;
  margin-bottom: 10px;
}
.feature-card {
  flex: 1 1 260px;
  min-width: 240px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(37,49,61,0.07);
  padding: 32px 24px 30px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  transition: box-shadow 0.18s, transform 0.14s;
  margin-bottom: 20px;
  position: relative;
  z-index: 0;
}
.feature-card img {
  width: 44px;
  height: 44px;
  margin-bottom: 9px;
}
.feature-card h3 {
  font-size: 1.15rem;
  color: #25313D;
  margin-bottom: 3px;
  text-align: center;
}
.feature-card p {
  font-size: 1rem;
  color: #374351;
  text-align: center;
}
.feature-card strong {
  color: #86B9A8;
  font-weight: bold;
  font-family: 'Georgia', serif;
}
.feature-card:hover {
  box-shadow: 0 8px 28px rgba(37,49,61,0.13);
  transform: translateY(-3px) scale(1.022);
  z-index: 1;
}

/* Team / Profile Cards */
.team-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 22px;
}
.team-profile {
  flex: 1 1 260px;
  min-width: 210px;
  background: #fff;
  padding: 28px 20px 20px 20px;
  border-radius: 14px;
  box-shadow: 0 2px 10px rgba(37,49,61,0.10);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  transition: box-shadow 0.15s, transform 0.14s;
}
.team-profile img {
  width: 44px;
  height: 44px;
  margin-bottom: 5px;
}
.team-profile h3 {
  font-size: 1.08rem;
  margin-bottom: 4px;
  text-align: center;
}
.team-profile p {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 1rem;
  color: #374351;
  text-align: center;
}
.team-profile:hover {
  box-shadow: 0 10px 28px rgba(37,49,61,0.13);
  transform: translateY(-2px) scale(1.013);
}

/* ============================== */
/* TEXT-IMAGE/CONTENT GRID        */
/* ============================== */
.text-image-section {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.content-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  margin-bottom: 20px;
  position: relative; /* allowed for cards */
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 1px 6px rgba(37,49,61,0.08);
  padding: 26px 18px 20px 18px;
}
.card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

/* Feature Items for lists */
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

/* Service / List Items */
.services-list {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}
.service-item {
  flex: 1 1 250px;
  min-width: 210px;
  background: #fff;
  padding: 28px 20px 20px 20px;
  border-radius: 14px;
  box-shadow: 0 2px 10px rgba(37,49,61,0.11);
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 20px;
  transition: box-shadow 0.14s, transform 0.12s;
}
.service-item h3 {
  font-size: 1.15rem;
  margin-bottom: 4px;
  color: #25313D;
}
.service-item p {
  color: #374351;
}
.service-item strong {
  color: #86B9A8;
  font-family: 'Georgia', serif;
}
.service-item:hover {
  box-shadow: 0 8px 28px rgba(37,49,61,0.14);
  transform: translateY(-2px) scale(1.016);
}

/* ============================== */
/* TESTIMONIALS                   */
/* ============================== */
.testimonials {
  background: #F9F6F0;
  margin-bottom: 0;
  padding: 0;
}
.testimonials .container {
  padding: 0 20px;
  flex-direction: column;
}
.testimonials .content-wrapper {
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
}
.testimonial-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 34px 20px 22px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(37,49,61,0.08);
  margin-bottom: 20px;
  min-width: 0;
  max-width: 620px;
  font-size: 1rem;
  color: #25313D;
  transition: box-shadow 0.14s;
}
.testimonial-card blockquote {
  color: #25313D;
  font-size: 1rem;
  font-style: italic;
  margin: 0;
  border-left: 3px solid #86B9A8;
  padding-left: 12px;
  line-height: 1.45;
}
.testimonial-card cite {
  color: #374351;
  font-size: 0.94rem;
  padding-left: 10px;
}
.testimonial-card:hover {
  box-shadow: 0 10px 36px rgba(37,49,61,0.17);
}

.testimonials p {
  color: #25313D;
  margin-top: 10px;
  font-family: 'Georgia', serif;
  letter-spacing: 0.03em;
  font-size: 1.08rem;
}

/* ============================== */
/* MAP & PLACEHOLDER              */
/* ============================== */
.map-placeholder {
  background: #E7ECE8;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 180px;
  border-radius: 12px;
  color: #86B9A8;
  font-family: 'Georgia', serif;
  font-size: 1.2rem;
  margin: 18px 0 0 0;
}

/* ============================== */
/* FOOTER                         */
/* ============================== */
footer {
  background: #25313D;
  color: #fff;
  font-family: 'Open Sans', Arial, sans-serif;
  padding: 0;
}
footer .container {
  padding: 0 20px 0 20px;
}
.footer-top {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid #435463;
  padding: 34px 0 20px 0;
}
.footer-top a img {
  height: 38px;
  width: auto;
}
.footer-nav, .legal-nav {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}
.footer-nav a, .legal-nav a {
  color: #fff;
  opacity: 0.92;
  font-size: 1rem;
  transition: color 0.19s, opacity 0.15s;
}
.footer-nav a:hover, .legal-nav a:hover {
  color: #86B9A8;
  opacity: 1;
}
.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 0;
}
.footer-socials {
  display: flex;
  gap: 10px;
}
.copyright {
  font-size: 0.93rem;
  opacity: 0.78;
}
footer a {
  color: #fff;
  transition: color 0.16s;
}
footer a:hover {
  color: #86B9A8;
}

/* Legal Section Padding */
.legal {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(37,49,61,0.06);
}
.legal h1, .legal h2, .legal h3 {
  color: #25313D;
}

/* ============================== */
/* RESPONSIVE DESIGN              */
/* ============================== */
@media (max-width: 1024px) {
  .features-grid, .team-grid, .services-list, .content-grid, .card-container {
    gap: 18px;
  }
  .footer-top, .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0 10px;
  }
  header .container {
    padding-top: 16px;
    padding-bottom: 16px;
    gap: 10px;
  }
  .main-nav {
    display: none !important;
  }
  .cta-btn.primary {
    display: none !important;
  }
  .mobile-menu-toggle {
    display: inline-block;
  }
  .features-grid, .team-grid, .services-list, .card-container, .content-grid {
    flex-direction: column;
    gap: 14px;
  }
  .feature-card, .team-profile, .service-item, .card {
    min-width: 0;
    width: 100%;
    padding-left: 14px;
    padding-right: 14px;
  }
  .section {
    margin-bottom: 36px;
    padding: 30px 6px;
  }
  .text-image-section {
    flex-direction: column;
    gap: 18px;
  }
  .testimonial-card {
    flex-direction: column;
    align-items: flex-start;
    max-width: 100%;
    padding: 20px 12px;
  }
  .footer-nav, .legal-nav {
    gap: 10px;
  }
  .footer-top {
    gap: 13px;
    padding: 24px 0 14px 0;
  }
  .footer-bottom {
    gap: 10px;
    padding: 8px 0;
  }
  .hero {
    padding: 36px 0 20px 0;
  }
  .map-placeholder {
    height: 120px;
    font-size: 1rem;
  }
}
@media (max-width: 520px) {
  .hero h1 {
    font-size: 1.325rem;
  }
  .hero p {
    font-size: 1.05rem;
  }
}

/* ============================== */
/* MOBILE MENU OVERLAY            */
/* ============================== */
.mobile-menu {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: #25313D;
  color: #fff;
  z-index: 2000;
  transform: translateX(-104%);
  transition: transform 0.32s cubic-bezier(0.5, 1.1, 0.7, 1);
  display: flex;
  flex-direction: column;
  padding: 0;
  width: 100vw;
  max-width: 100vw;
}
.mobile-menu.open {
  transform: translateX(0);
}
.mobile-menu-close {
  align-self: flex-end;
  margin: 18px 20px 12px 0;
  background: none;
  border: none;
  font-size: 2rem;
  color: #fff;
  cursor: pointer;
  border-radius: 50%;
  transition: background 0.19s;
  width: 36px;
  height: 36px;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  background: #374351;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 23px;
  padding: 10px 26px 14px 26px;
  align-items: flex-start;
}
.mobile-nav a {
  font-family: 'Georgia', serif;
  color: #fff;
  font-size: 1.18rem;
  padding: 8px 0;
  border-radius: 0;
  transition: color 0.17s;
  margin-left: 0;
  width: 100%;
  display: block;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  color: #86B9A8;
}

/* Overlay background when mobile menu open */
.mobile-menu:after {
  content: "";
  display: none;
}

@media (min-width: 769px) {
  .mobile-menu, .mobile-menu-toggle {
    display: none !important;
  }
}

/* ============================== */
/* UTILITY CLASS & FILTER NOTICE  */
/* ============================== */
.filter-notice {
  background: #F5F8F7;
  border-left: 3px solid #86B9A8;
  border-radius: 8px;
  padding: 16px 20px;
  color: #374351;
  font-size: 1rem;
  margin-top: 26px;
  margin-bottom: 12px;
}

/* ============================== */
/* COOKIE CONSENT BANNER/MODAL    */
/* ============================== */
.cookie-banner {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  width: 100vw;
  background: #fff;
  color: #25313D;
  font-family: 'Open Sans', Arial, sans-serif;
  box-shadow: 0 -2px 14px rgba(37,49,61,0.07);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 22px 30px 20px 30px;
  z-index: 3000;
  gap: 24px;
  opacity: 1;
  transition: opacity 0.22s, transform 0.29s;
  font-size: 1rem;
}
.cookie-banner.hide {
  opacity: 0;
  pointer-events: none;
  transform: translateY(120%);
}
.cookie-banner__message {
  flex: 3 1 0;
  color: #374351;
}
.cookie-banner__actions {
  display: flex;
  gap: 18px;
  flex: 0 1 auto;
}
.cookie-banner button {
  font-family: 'Montserrat', 'Georgia', serif;
  border: none;
  font-size: 1rem;
  padding: 9px 22px;
  border-radius: 20px;
  font-weight: 500;
  transition: background 0.16s, color 0.20s, box-shadow 0.13s;
  margin: 0;    
}
.cookie-banner button.accept {
  background: #25313D;
  color: #fff;
  box-shadow: 0 1px 4px rgba(37,49,61,0.10);
}
.cookie-banner button.accept:hover, .cookie-banner button.accept:focus {
  background: #374351;
}
.cookie-banner button.reject {
  background: #F5F8F7;
  color: #25313D;
  border: 1px solid #25313D;
}
.cookie-banner button.reject:hover, .cookie-banner button.reject:focus {
  background: #eee;
  color: #374351;
}
.cookie-banner button.settings {
  background: #86B9A8;
  color: #fff;
}
.cookie-banner button.settings:hover, .cookie-banner button.settings:focus {
  background: #6aa18d;
}

@media (max-width: 640px) {
  .cookie-banner {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 10px 20px 10px;
    gap: 12px;
    font-size: 0.96rem;
  }
  .cookie-banner__actions {
    gap: 12px;
  }
}

.cookie-modal-overlay {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  z-index: 4000;
  background: rgba(37,49,61,0.28);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.21s;
}
.cookie-modal-overlay.hide {
  opacity: 0;
  pointer-events: none;
}
.cookie-modal {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 6px 48px rgba(37,49,61,0.18);
  padding: 38px 28px 28px 28px;
  min-width: 340px;
  max-width: 96vw;
  z-index: 4100;
  display: flex;
  flex-direction: column;
  gap: 19px;
  animation: fadeinmodal 0.32s cubic-bezier(0.5, 1.1, 0.7, 1);
}
@keyframes fadeinmodal {
  from { transform: scale(0.95) translateY(18px); opacity: 0; }
  to   { transform: scale(1) translateY(0); opacity: 1; }
}
.cookie-modal h2 {
  font-size: 1.25rem;
  margin-bottom: 9px;
  color: #25313D;
  font-family: 'Georgia', serif;
}
.cookie-modal__categories {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.cookie-category {
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: flex-start;
  background: #F9F6F0;
  border-radius: 8px;
  padding: 10px 15px;
}
.cookie-category label {
  font-size: 1rem;
  color: #25313D;
}
.cookie-category input[type="checkbox"] {
  accent-color: #86B9A8;
  width: 18px;
  height: 18px;
}
.cookie-category.essential input[type="checkbox"] {
  accent-color: #25313D;
}
.cookie-modal__actions {
  display: flex;
  gap: 13px;
  margin-top: 10px;
}
.cookie-modal button {
  font-family: 'Montserrat', 'Georgia', serif;
  border: none;
  font-size: 1rem;
  padding: 8px 22px;
  border-radius: 18px;
  font-weight: 500;
  transition: background 0.16s, color 0.16s;
}
.cookie-modal button.save {
  background: #25313D;
  color: #fff;
}
.cookie-modal button.save:hover { background: #374351; }
.cookie-modal button.cancel {
  background: #F5F8F7;
  color: #25313D;
  border: 1px solid #25313D;
}
.cookie-modal button.cancel:hover {
  background: #eee;
}

@media (max-width: 480px) {
  .cookie-modal {
    padding: 18px 5vw 18px 5vw;
    min-width: 0;
    max-width: 99vw;
  }
}

/* ============================== */
/* FORM ELEMENTS & BUTTONS        */
/* ============================== */
input, textarea, select {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 1rem;
  border: 1.5px solid #E0E0E0;
  border-radius: 7px;
  padding: 9px 12px;
  outline: none;
  background: #fff;
  color: #25313D;
  margin-bottom: 12px;
  width: 100%;
  transition: border-color 0.15s;
}
input:focus, textarea:focus, select:focus {
  border-color: #86B9A8;
}

button {
  cursor: pointer;
  outline: none;
}

/* ============================== */
/* MICRO-ANIMATIONS               */
/* ============================== */
a.cta-btn, .cta-btn, button, .feature-card, .team-profile, .service-item, .card, .testimonial-card {
  transition: box-shadow 0.18s, transform 0.15s, background 0.18s, color 0.16s;
}

/* ============================== */
/* ACCESSIBILITY FOCUS            */
/* ============================== */
a:focus, button:focus, input:focus, .cta-btn:focus {
  outline: 2px solid #86B9A8 !important;
  outline-offset: 2px;
}

/* ============================== */
/* SPACING UTILITY CLASSES        */
/* ============================== */
.mt-20 { margin-top: 20px !important; }
.mb-20 { margin-bottom: 20px !important; }
.mt-32 { margin-top: 32px !important; }
.mb-32 { margin-bottom: 32px !important; }
.gap-20 { gap: 20px !important; }

/* ============================== */
/* PRINT AND SELECTION            */
/* ============================== */
@media print {
  header, footer, .mobile-menu, .cookie-banner, .cookie-modal-overlay { display: none !important; }
}
::selection {
  background: #86B9A8;
  color: #fff;
}

/* ============================== */
/* END OF THEME CSS               */
/* ============================== */
