/* ==========================================================================
   City-Funk Haiterbach — Custom Theme on Bootstrap 5.3.8
   Brand colours, typography, hero, services, custom utilities.
   ========================================================================== */

:root {
  --cf-red:        #a50021;
  --cf-red-dark:   #7a0018;
  --cf-red-light:  #f5e6e9;
  --cf-bg:         #ffffff;
  --cf-bg-soft:    #f6f5f3;
  --cf-bg-soft-2:  #eeece9;
  --cf-border:     #e2dedd;
  --cf-text:       #1a1714;
  --cf-text-muted: #7a7470;

  /* Bootstrap overrides */
  --bs-primary:        #a50021;
  --bs-primary-rgb:    165, 0, 33;
  --bs-link-color:     #a50021;
  --bs-link-hover-color: #7a0018;
  --bs-body-font-family: 'Source Sans 3', system-ui, sans-serif;
  --bs-body-color:     #1a1714;
  --bs-border-radius:  .65rem;
  --bs-border-radius-lg: 1.1rem;
}

/* ---------- Base ---------- */
html { scroll-behavior: smooth; }
body {
  font-family: 'Source Sans 3', system-ui, sans-serif;
  font-size: 1rem;
  color: var(--cf-text);
  background: var(--cf-bg);
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6, .display-1, .display-2, .display-3, .display-4 {
  font-family: 'Raleway', system-ui, sans-serif;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: var(--cf-text);
}

.eyebrow {
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--cf-red);
  margin-bottom: .9rem;
}

.text-secondary {
  color: var(--cf-text)!important;
}



/* Bootstrap button refinements */
.btn { font-family: 'Raleway', sans-serif; font-weight: 700; letter-spacing: .03em; }
.btn-primary, .btn-primary:focus {
  background-color: var(--cf-red);
  border-color: var(--cf-red);
}
.btn-primary:hover, .btn-primary:active {
  background-color: var(--cf-red-dark) !important;
  border-color: var(--cf-red-dark) !important;
}
.btn-outline-primary {
  color: var(--cf-red); border-color: var(--cf-red);
}
.btn-outline-primary:hover {
  background-color: var(--cf-red); border-color: var(--cf-red);
}
.btn-cf-phone {
  background: var(--cf-red);
  color: #fff;
  border-radius: .55rem;
  padding: .55rem 1.1rem;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: .01em;
  display: inline-flex; align-items: center; gap: .5rem;
  transition: background .2s;
  font-family: 'Source Sans 3', sans-serif;
  text-decoration: none;
}
.btn-cf-phone:hover { background: var(--cf-red-dark); color: #fff; }

/* ---------- Nav menu markers entfernen ---------- */
.cf-navbar ul,
.cf-navbar ol,
.cf-footer ul,
.cf-footer ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

/* ---------- WP Admin-Bar: Navbar-Offset ---------- */
body.admin-bar .cf-navbar { top: 32px; }
@media screen and (max-width: 782px) {
  body.admin-bar .cf-navbar { top: 46px; }
}
/* Abstand unten wenn eingeloggt (Admin-Bar auf Mobilgeräten = unten) */
@media screen and (max-width: 600px) {
  body.admin-bar { padding-bottom: 46px; }
}

/* ---------- Navbar ---------- */
.cf-navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1030;
  background: rgba(255,255,255,0.85);
  transition: background .3s ease, box-shadow .3s ease, border-color .3s ease;
  border-bottom: 1px solid transparent;
}
.cf-navbar.scrolled {
  background: rgba(255,255,255,0.97);
  backdrop-filter: blur(12px);
  border-bottom-color: var(--cf-border);
}
/* Mobiles Menü: volle Deckkraft wenn aufgeklappt */
@media (max-width: 991.98px) {
  .cf-navbar .navbar-collapse.show,
  .cf-navbar .navbar-collapse.collapsing {
    background: #fff;
    border-top: 1px solid var(--cf-border);
    padding: .75rem 1rem 1rem;
    box-shadow: 0 8px 24px rgba(0,0,0,.1);
    margin: 0 -12px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.cf-navbar .navbar-brand img { height: 74px; width: auto; }
.cf-navbar .nav-link {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: var(--cf-text) !important;
  padding: .6rem 1.1rem !important;
  letter-spacing: .01em;
  white-space: nowrap;
  transition: color .2s;
}
.cf-navbar .nav-link:hover, .cf-navbar .nav-link:focus { color: var(--cf-red) !important; }

/* ---------- Hero ---------- */
.cf-hero {
  position: relative;
  min-height: 100vh;
  display: flex; align-items: center;
  padding: 8.5rem 0 5rem;
  overflow: hidden;
}
.cf-hero__bg {
  position: absolute; inset: 0;
  background: url('../img/vito4.jpg') center/cover no-repeat;
}
.cf-hero__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(100deg,
    rgba(255,255,255,0.97) 0%,
    rgba(255,255,255,0.92) 32%,
    rgba(255,255,255,0.50) 55%,
    rgba(246,245,243,0.05) 80%,
    rgba(246,245,243,0)    100%);
}
.cf-hero__fade-bottom {
  position: absolute; left: 0; right: 0; bottom: 0; height: 120px;
  background: linear-gradient(to bottom, transparent, var(--cf-bg));
  pointer-events: none;
}
.cf-hero__inner { position: relative; z-index: 2; }

.cf-pill {
  display: inline-flex; align-items: center; gap: .55rem;
  background: #fff;
  border: 1.5px solid rgba(165, 0, 33, .25);
  border-radius: 999px;
  padding: .3rem .85rem .3rem .35rem;
  font-size: .82rem;
  font-weight: 600;
  color: var(--cf-red);
  letter-spacing: .07em;
  text-transform: uppercase;
  box-shadow: 0 2px 12px rgba(0,0,0,.06);
}
.cf-pill__dot {
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--cf-red); color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
}

.cf-hero h1 {
  font-size: clamp(2.25rem, 4.6vw, 3.75rem);
  line-height: 1.25;
  letter-spacing: -.025em;
  margin-bottom: 1.25rem;
  white-space: pre-line;
}
.cf-hero__sub {
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  color: #2d2622;
  line-height: 1.65;
  max-width: 460px;
  margin-bottom: 2.25rem;
  font-weight: 400;
}
.cf-stat__num {
  font-family: 'Raleway', sans-serif;
  font-weight: 900;
  font-size: 2.25rem;
  color: var(--cf-red);
  line-height: 1;
}
.cf-stat__lbl {
  font-size: .82rem;
  color: var(--cf-text-muted);
  margin-top: .25rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}

/* Booking card */
.cf-booking {
  background: #fff;
  border-radius: 1.1rem;
  border: 1px solid var(--cf-border);
  box-shadow: 0 24px 70px rgba(0,0,0,0.14);
  max-width: 440px;
  overflow: hidden;
  margin-left: auto;
}
.cf-booking__head {
  background: var(--cf-red);
  color: #fff;
  padding: 1.05rem 1.4rem;
  display: flex; align-items: center; gap: .75rem;
}
.cf-booking__head h3 {
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  font-size: 1rem;
  color: #fff;
  margin: 0;
  letter-spacing: .01em;
}
.cf-booking .nav-tabs { border-bottom: 1px solid var(--cf-border); }
.cf-booking .nav-tabs .nav-link {
  flex: 1;
  border: none;
  border-radius: 0;
  border-bottom: 2px solid transparent;
  padding: .8rem;
  font-size: 1rem;
  font-weight: 600;
  color: var(--cf-text-muted);
  font-family: 'Source Sans 3', sans-serif;
}
.cf-booking .nav-tabs .nav-link.active {
  color: var(--cf-red);
  background: transparent;
  border-bottom-color: var(--cf-red);
}
.cf-booking form { padding: 1.4rem; }
.cf-booking .form-label {
  font-size: .88rem;
  color: var(--cf-text-muted);
  letter-spacing: .07em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: .3rem;
}
.cf-booking .form-control {
  background: var(--cf-bg-soft);
  border: 1.5px solid var(--cf-border);
  border-radius: .65rem;
  padding: .65rem .8rem;
  font-size: .9rem;
}
.cf-booking .form-control:focus {
  border-color: var(--cf-red);
  box-shadow: 0 0 0 .15rem rgba(165, 0, 33, .12);
}
.cf-booking .input-group-text {
  background: var(--cf-bg-soft);
  border: 1.5px solid var(--cf-border);
  border-right: none;
  border-radius: .65rem 0 0 .65rem;
  color: #b0aaa6;
}
.cf-booking .input-group .form-control { border-left: none; border-radius: 0 .65rem .65rem 0; }

/* Waypoints (Zwischenstopps) */
.cf-waypoint__add {
  display: flex; align-items: center; justify-content: center; gap: .45rem;
  width: 100%;
  background: transparent;
  border: 1.5px dashed var(--cf-border);
  border-radius: .65rem;
  padding: .55rem .8rem;
  font-size: .88rem;
  font-weight: 600;
  color: var(--cf-text-muted);
  font-family: 'Source Sans 3', sans-serif;
  cursor: pointer;
  transition: border-color .2s, color .2s;
}
.cf-waypoint__add:hover {
  border-color: var(--cf-red);
  color: var(--cf-red);
}
.cf-waypoint .form-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cf-waypoint__remove {
  display: inline-flex; align-items: center; gap: .3rem;
  background: none;
  border: none;
  color: var(--cf-text-muted);
  font-size: .8rem;
  font-weight: 600;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  font-family: 'Source Sans 3', sans-serif;
  transition: color .2s;
}
.cf-waypoint__remove:hover { color: var(--cf-red); }

/* ---------- USP strip ---------- */
.cf-usp {
  background: var(--cf-red);
  padding: 1.5rem 0;
}
.cf-usp__item { display: flex; align-items: center; gap: .85rem; color: #fff; }
.cf-usp__icon {
  width: 40px; height: 40px; border-radius: 10px;
  background: rgba(255,255,255,.15);
  display: flex; align-items: center; justify-content: center; color: #fff; flex-shrink: 0;
}
.cf-usp__lbl { font-weight: 700; font-size: 1rem; }
.cf-usp__sub { font-size: .82rem; color: rgba(255,255,255,.82); }

/* ---------- Services ---------- */
.cf-services { background: var(--cf-bg-soft); padding: 5.5rem 0; }
.cf-section-h { font-size: clamp(1.75rem, 4vw, 3rem); letter-spacing: -.02em; line-height: 1.1; }
.cf-card {
  background: #fff;
  border: 1.5px solid var(--cf-border);
  border-radius: 1.1rem;
  padding: 1.75rem 1.5rem;
  height: 100%;
  transition: all .22s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,.04);
}
.cf-card:hover {
  background: var(--cf-red);
  border-color: var(--cf-red);
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(165, 0, 33, .2);
}
.cf-card:hover .cf-card__title,
.cf-card:hover .cf-card__desc { color: #fff; }
.cf-card:hover .cf-card__desc { color: rgba(255,255,255,.85); }
.cf-card:hover .cf-card__icon {
  background: rgba(255,255,255,.2);
  color: #fff;
}
.cf-card__icon {
  width: 46px; height: 46px; border-radius: 12px;
  background: var(--cf-red-light);
  color: var(--cf-red);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1rem;
  transition: all .22s;
}
.cf-card__title {
  font-family: 'Raleway', sans-serif; font-weight: 800;
  font-size: 1.2rem; color: var(--cf-text);
  margin-bottom: .5rem; letter-spacing: -.01em;
}
.cf-card__desc { font-size: 1rem; color: var(--cf-text); line-height: 1.65; margin: 0; }

/* ---------- About ---------- */
.cf-about { padding: 5.5rem 0; }
.cf-about__img-wrap { position: relative; }
.cf-about__img {
  border-radius: 1.1rem;
  overflow: hidden;
  aspect-ratio: 4/3;
  box-shadow: 0 16px 50px rgba(0,0,0,.1);
  border: 1px solid var(--cf-border);
}
.cf-about__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.cf-about__badge {
  position: absolute; top: -1rem; left: -1rem;
  background: var(--cf-red);
  border-radius: 14px;
  padding: .9rem 1.15rem;
  box-shadow: 0 16px 40px rgba(165, 0, 33, .25);
}
.cf-about__badge .num {
  font-family: 'Raleway', sans-serif; font-weight: 900;
  font-size: 1.85rem; color: #fff; line-height: 1;
}
.cf-about__badge .lbl {
  font-size: .78rem; color: rgba(255,255,255,.85);
  margin-top: .15rem; line-height: 1.3;
}
.cf-about__text p {
  color: var(--cf-text);
  font-size: 1rem; line-height: 1.8;
  font-weight: 400;
}
.cf-about__check {
  width: 20px; height: 20px; border-radius: 50%;
  background: var(--cf-red); color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0; margin-top: .2rem;
}

/* ---------- Prices ---------- */
.cf-prices { background: var(--cf-bg-soft); padding: 5.5rem 0; }
.cf-price-card {
  background: #fff;
  border: 1.5px solid var(--cf-border);
  border-radius: 1.1rem;
  padding: 1.5rem 1.6rem;
  display: flex; align-items: center; gap: 1.1rem;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 2px 8px rgba(0,0,0,.04);
  height: 100%;
}
.cf-price-card:hover {
  border-color: var(--cf-red);
  box-shadow: 0 8px 24px rgba(165, 0, 33, .1);
}
.cf-price-card__icon {
  width: 52px; height: 52px; border-radius: 14px;
  background: var(--cf-red-light); color: var(--cf-red);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.cf-price-card__from { font-size: .88rem; color: var(--cf-text-muted); }
.cf-price-card__route {
  font-family: 'Raleway', sans-serif; font-weight: 800;
  font-size: 1.05rem; color: var(--cf-text);
}
.cf-price-card__price {
  font-family: 'Raleway', sans-serif; font-weight: 900;
  font-size: 1.5rem; color: var(--cf-red); white-space: nowrap;
}

/* ---------- Testimonials ---------- */
.cf-testimonials { padding: 5rem 0; border-top: 1px solid var(--cf-border); }
.cf-testimonial {
  background: var(--cf-bg-soft);
  border: 1.5px solid var(--cf-border);
  border-radius: 1.1rem;
  padding: 1.75rem 1.5rem;
  height: 100%;
}
.cf-testimonial__stars { color: #3a3530; margin-bottom: 1rem; display: flex; gap: .15rem; }
.cf-testimonial__text {
  font-size: .95rem; color: var(--cf-text);
  line-height: 1.7; margin-bottom: 1.1rem;
  font-style: italic; font-weight: 400;
}
.cf-testimonial__name { font-size: .82rem; font-weight: 700; color: var(--cf-red); }

/* ---------- Contact ---------- */
.cf-contact { background: var(--cf-bg-soft); padding: 5.5rem 0; border-top: 1px solid var(--cf-border); }
.cf-contact__item { display: flex; gap: .9rem; align-items: flex-start; }
.cf-contact__icon {
  width: 42px; height: 42px; border-radius: 10px; flex-shrink: 0;
  background: var(--cf-red-light); color: var(--cf-red);
  display: flex; align-items: center; justify-content: center;
}
.cf-contact__lbl { font-size: .88rem; color: var(--cf-text-muted); letter-spacing: .05em; margin-bottom: .05rem; }
.cf-contact__val { color: var(--cf-text); font-size: 1rem; font-weight: 600; text-decoration: none; }
.cf-contact__val:hover { color: var(--cf-red); }

.cf-contact__form {
  background: #fff;
  border: 1.5px solid var(--cf-border);
  border-radius: 1.1rem;
  padding: 2rem;
  box-shadow: 0 4px 20px rgba(0,0,0,.05);
}
.cf-contact__form h3 {
  font-family: 'Raleway', sans-serif; font-weight: 800;
  font-size: 1.15rem; margin-bottom: .25rem;
}
.cf-contact__form .form-label {
  font-size: .88rem; color: var(--cf-text-muted);
  letter-spacing: .07em; text-transform: uppercase; font-weight: 600;
  margin-bottom: .3rem;
}
.cf-contact__form .form-control {
  background: var(--cf-bg-soft);
  border: 1.5px solid var(--cf-border);
  border-radius: .65rem;
  padding: .7rem .9rem;
  font-size: .9rem;
}
.cf-contact__form .form-control:focus {
  border-color: var(--cf-red);
  box-shadow: 0 0 0 .15rem rgba(165, 0, 33, .12);
}

/* ---------- Footer ---------- */
.cf-footer {
  background: var(--cf-text); color: rgba(255,255,255,.5);
  padding: 2.25rem 0;
}
.cf-footer img { width: 212px; filter: brightness(0) invert(1); }
.cf-footer a { color: rgba(255,255,255,.5); text-decoration: none; font-size: .82rem; }
.cf-footer a:hover { color: #fff; }
.cf-footer__copyright { font-size: .82rem; color: rgba(255,255,255,.4); }

/* ---------- Responsive tweaks ---------- */
@media (max-width: 991.98px) {
  .cf-hero { padding-top: 7rem; }
  .cf-booking { margin: 2.5rem auto 0; }
  .cf-navbar .navbar-brand img { height: 48px; }
  .cf-about__badge { top: -.5rem; left: -.5rem; }
}
@media (max-width: 575.98px) {
  .cf-usp__item { margin-bottom: .85rem; }
  .cf-hero h1 { font-size: 2.25rem; }
}

/* ---------- Fade-in on load ---------- */
@keyframes cf-fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}
.cf-fade { animation: cf-fadeUp .6s ease both; }
.cf-fade.delay-1 { animation-delay: .05s; }
.cf-fade.delay-2 { animation-delay: .18s; }
.cf-fade.delay-3 { animation-delay: .3s; }
.cf-fade.delay-4 { animation-delay: .42s; }

/* ---------- Inner pages (page.php) ---------- */
.cf-page {
  padding-top: 0;
}
.cf-page__hero {
  padding-top: calc(74px + 3.5rem); /* navbar height + spacing */
  padding-bottom: 3rem;
  background: var(--cf-bg-soft);
  border-bottom: 1px solid var(--cf-border);
}
.cf-page__title {
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  line-height: 1.1;
  letter-spacing: -.025em;
  margin: 0;
}
.cf-page__body {
  padding-top: 3rem;
  padding-bottom: 4rem;
  max-width: 800px;
}
.cf-page__content {
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--cf-text);
}
.cf-page__content h2 { margin-top: 2.5rem; margin-bottom: 1rem; }
.cf-page__content h3 { margin-top: 2rem; margin-bottom: .75rem; }
.cf-page__content p  { margin-bottom: 1.1rem; }
.cf-page__content a  { color: var(--cf-red); }
.cf-page__content ul,
.cf-page__content ol { padding-left: 1.5rem; margin-bottom: 1.1rem; }

/* ---------- Footer nav ---------- */
.cf-footer .navbar-nav,
.cf-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cf-footer .navbar-nav li,
.cf-footer ul li {
  display: inline-block;
}

/* ================================================================
   Leistungsseite & Über-uns-Template
   ================================================================ */

/* --- Breadcrumb ------------------------------------------------- */
.cf-breadcrumb {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: .82rem;
  color: rgba(255,255,255,.75);
  margin-bottom: 1.5rem;
}
.cf-breadcrumb a { color: rgba(255,255,255,.85); text-decoration: none; }
.cf-breadcrumb a:hover { color: #fff; }
.cf-breadcrumb span { opacity: .6; }
.cf-breadcrumb span:last-child { opacity: 1; color: #fff; font-weight: 600; }

/* --- Service Hero ----------------------------------------------- */
.cf-sv-hero {
  background: linear-gradient(135deg, var(--cf-red-dark) 0%, var(--cf-red) 100%);
  padding: calc(74px + 3.5rem) 0 3.5rem;
  text-align: center;
  color: #fff;
}
.cf-sv-hero__inner { position: relative; z-index: 1; }
.cf-sv-hero__icon {
  width: 68px; height: 68px; border-radius: 50%;
  background: rgba(255,255,255,.18);
  display: inline-flex; align-items: center; justify-content: center;
  margin-bottom: 1.25rem;
  color: #fff;
}
.cf-sv-hero__title {
  font-size: clamp(1.9rem, 4.5vw, 3rem);
  color: #fff;
  letter-spacing: -.025em;
  margin-bottom: .75rem;
}
.cf-sv-hero__tagline {
  font-size: 1.1rem;
  color: rgba(255,255,255,.85);
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.6;
}

/* --- Intro text ------------------------------------------------- */
.cf-sv-intro { padding: 3.5rem 0 0; }
.cf-sv-intro__text {
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  line-height: 1.75;
  color: var(--cf-text);
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
  font-weight: 400;
}

/* --- Highlights ------------------------------------------------- */
.cf-sv-highlights { padding: 3rem 0; }
.cf-sv-hl {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.25rem 1.25rem;
  background: var(--cf-bg-soft);
  border: 1.5px solid var(--cf-border);
  border-radius: 1rem;
  height: 100%;
  transition: border-color .2s, box-shadow .2s;
}
.cf-sv-hl:hover {
  border-color: var(--cf-red);
  box-shadow: 0 8px 24px rgba(165,0,33,.1);
}
.cf-sv-hl--card { flex-direction: column; }
.cf-sv-hl__icon {
  width: 40px; height: 40px; border-radius: 10px; flex-shrink: 0;
  background: var(--cf-red); color: #fff;
  display: flex; align-items: center; justify-content: center;
}
.cf-sv-hl__title {
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  font-size: 1rem;
  color: var(--cf-text);
  margin-bottom: .25rem;
}
.cf-sv-hl__text { font-size: .9rem; color: var(--cf-text-muted); line-height: 1.5; }

/* --- Body section ---------------------------------------------- */
.cf-sv-body { padding: 1.5rem 0 4rem; }
.cf-sv-img {
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0,0,0,.12);
}
.cf-sv-img img { width: 100%; height: auto; display: block; }
.cf-sv-body__text {
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--cf-text);
}
.cf-sv-body__text h2, .cf-sv-body__text h3 { margin-top: 1.75rem; }
.cf-sv-body__text p { margin-bottom: 1rem; }

/* --- Benefits list --------------------------------------------- */
.cf-sv-benefits {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
  display: flex;
  flex-direction: column;
  gap: .75rem;
}
.cf-sv-benefits li {
  display: flex;
  align-items: flex-start;
  gap: .65rem;
  font-size: 1rem;
  color: var(--cf-text);
}

/* --- Related services ------------------------------------------ */
.cf-sv-related {
  padding: 3rem 0;
  background: var(--cf-bg-soft);
}
.cf-sv-related__title {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  letter-spacing: -.02em;
}
.cf-card--link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.cf-card--link:hover { color: #fff; }

/* --- Pricing model (Über uns) ---------------------------------- */
.cf-sv-pricing-model { padding: 4rem 0; background: var(--cf-bg-soft); }
.cf-sv-pricing-list {
  display: flex;
  flex-direction: column;
  gap: .85rem;
}
.cf-sv-pricing-item {
  display: flex;
  align-items: flex-start;
  gap: .85rem;
  padding: 1rem 1.25rem;
  background: #fff;
  border: 1.5px solid var(--cf-border);
  border-radius: .85rem;
  font-size: 1rem;
  color: var(--cf-text);
  line-height: 1.5;
}
.cf-sv-pricing-item__icon {
  width: 32px; height: 32px; flex-shrink: 0; border-radius: 8px;
  background: var(--cf-red-light); color: var(--cf-red);
  display: flex; align-items: center; justify-content: center;
}

/* --- CTA Banner ------------------------------------------------- */
.cf-sv-cta { padding: 3.5rem 0; }
.cf-sv-cta__box {
  background: linear-gradient(135deg, var(--cf-red-dark) 0%, var(--cf-red) 100%);
  border-radius: 1.5rem;
  padding: 2.5rem 2.5rem;
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
  color: #fff;
}
.cf-sv-cta__icon { color: rgba(255,255,255,.7); flex-shrink: 0; }
.cf-sv-cta__content { flex: 1; min-width: 200px; }
.cf-sv-cta__content h2 { color: #fff; font-size: 1.5rem; margin-bottom: .4rem; }
.cf-sv-cta__content p { color: rgba(255,255,255,.85); margin: 0; font-size: 1rem; }
.cf-sv-cta__actions {
  display: flex;
  gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  flex-shrink: 0;
}
.cf-sv-cta__actions .btn-outline-light {
  border-color: rgba(255,255,255,.5);
  color: #fff;
}
.cf-sv-cta__actions .btn-outline-light:hover {
  background: rgba(255,255,255,.15);
  border-color: #fff;
}
@media (max-width: 768px) {
  .cf-sv-cta__box { flex-direction: column; text-align: center; }
  .cf-sv-cta__actions { justify-content: center; }
}

/* ---------- Leistungskarte: "Mehr erfahren"-Link ---------- */
.cf-card__more {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  margin-top: .75rem;
  font-size: .88rem;
  font-weight: 700;
  color: var(--cf-red);
  font-family: "Raleway", sans-serif;
  transition: gap .18s;
}
.cf-card--link:hover .cf-card__more {
  gap: .6rem;
  color: #fff;
}

/* ---------- Info-Karten (Infos-Übersicht) ---------- */
.cf-info-card {
  display: flex; flex-direction: column; align-items: flex-start;
  padding: 1.75rem 1.5rem;
  background: #fff;
  border: 1.5px solid var(--cf-border);
  border-radius: 1.1rem;
  height: 100%;
  text-decoration: none;
  color: var(--cf-text);
  transition: all .22s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,.04);
}
.cf-info-card:hover {
  border-color: var(--cf-red);
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(165,0,33,.12);
  color: var(--cf-text);
}
.cf-info-card__icon {
  width: 52px; height: 52px; border-radius: 14px;
  background: var(--cf-red-light); color: var(--cf-red);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1.1rem; flex-shrink: 0;
  transition: background .22s, color .22s;
}
.cf-info-card:hover .cf-info-card__icon { background: var(--cf-red); color: #fff; }
.cf-info-card__title { font-size: 1.15rem; font-weight: 800; margin-bottom: .5rem; font-family: "Raleway", sans-serif; }
.cf-info-card__desc  { font-size: .92rem; color: var(--cf-text-muted); line-height: 1.6; flex-grow: 1; margin-bottom: .75rem; }
.cf-info-card__more  { display: inline-flex; align-items: center; gap: .35rem; font-size: .88rem; font-weight: 700; color: var(--cf-red); font-family: "Raleway", sans-serif; margin-top: auto; }

/* ---------- Dropdown-Menü Bootstrap 5 ---------- */
.cf-navbar .dropdown-menu {
  border: 1.5px solid var(--cf-border);
  border-radius: .75rem;
  box-shadow: 0 12px 32px rgba(0,0,0,.1);
  padding: .5rem;
  margin-top: .25rem;
  min-width: 220px;
}
.cf-navbar .dropdown-item {
  border-radius: .5rem;
  padding: .5rem .85rem;
  font-size: .95rem;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  color: var(--cf-text);
  transition: background .15s, color .15s;
}
.cf-navbar .dropdown-item:hover, .cf-navbar .dropdown-item:focus {
  background: var(--cf-red-light);
  color: var(--cf-red);
}
.cf-navbar .dropdown-item.active {
  background: var(--cf-red);
  color: #fff;
}
