:root {
  --fk-green: #72C702;
  --fk-lightgreen: #98DB40;
  --fk-black: #000000;
  --fk-red: #E82323;
  --fk-lightgrey: #949696;
  --fk-darkgrey: #727271;
  --fk-border: #E6E6E6;
  --fk-navbar-offset: 6.5rem;
}

.red {
  color: var(--fk-red);
}

.
html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', sans-serif;
  color: var(--fk-black);
  background: #fff;
}

a {
  color: var(--fk-green);
}

.navbar {
  backdrop-filter: blur(10px);
  background: rgba(255,255,255,.95);
  box-shadow: 0 2px 20px rgba(0,0,0,.06);
}

body > .navbar.fixed-top ~ section.section:first-of-type {
  padding-top: calc(5rem + var(--fk-navbar-offset));
}

section[id] {
  scroll-margin-top: calc(var(--fk-navbar-offset) + 1rem);
}

.navbar-brand {
  font-weight: 800;
  letter-spacing: .02em;
}

.navbar-logo {
  display: block;
  max-height: 75px;
  width: auto;
  height: auto;
}

.brand-mark {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: inline-block;
  background: var(--fk-red);
  margin-right: .5rem;
  vertical-align: -2px;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .5rem;
}

.nav-social-links {
  margin-left: 1.25rem;
}

.social-link {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  min-height: 40px;
  padding: .45rem .7rem;
  border: 1px solid var(--fk-border);
  border-radius: .5rem;
  background: #fff;
  color: var(--fk-black);
  font-weight: 700;
  font-size: .9rem;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(0,0,0,.05);
}

.social-link:hover,
.social-link:focus {
  background: var(--fk-green);
  border-color: var(--fk-green);
  color: #1a1a1a;
  text-decoration: none;
}

.social-link svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  fill: currentColor;
}

@media (max-width: 991.98px) {
  .nav-social-links {
    margin-left: 0;
    margin-top: .75rem;
    padding-top: .75rem;
    border-top: 1px solid var(--fk-border);
  }
}


.hero {
  background: linear-gradient(135deg, rgba(152,219,64,.50)), url('../img/Kampfbahn-Klingerhuf-024_by_Archiv-Ernst-Menzenbacher_1920_hero.png') center/cover no-repeat;
  min-height: 75vh;
  padding: 9rem 0 5rem;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.hero-image {
  
}

.hero::after {
  content: "";
  position: absolute;
  right: -120px;
  top: -80px;
  width: 360px;
  height: 360px;
  border: 32px solid rgba(143,200,79,.18);
  border-radius: 50%;
}

.hero-badge {
  display: inline-block;
  background: #fff;
  border: 1px solid var(--fk-border);
  border-radius: 999px;
  padding: .45rem .9rem;
  font-size: .9rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.hero h1 {
  font-weight: 800;
  font-size: clamp(2.2rem, 4vw, 4.4rem);
  line-height: 1.02;
  margin-bottom: 1rem;
}

.hero p.lead {
  font-size: 1.1rem;
  max-width: 760px;
}

.section {
  padding: 5rem 0;
}

.section-title {
  font-size: clamp(1.7rem, 2.5vw, 2.5rem);
  font-weight: 800;
  margin-bottom: .75rem;
}

.section-intro {
  color: #4e5650;
  /*max-width: 760px;*/
  margin-bottom: 2rem;
}

.card-soft {
  border: 1px solid var(--fk-border);
  border-radius: 1.25rem;
  box-shadow: 0 8px 30px rgba(0,0,0,.04);
  height: 100%;
}

.project-info {
  background:
    linear-gradient(180deg, #ffffff 0%, #f6f8f2 52%, #ffffff 100%);
  overflow: hidden;
}

.project-info .container {
  position: relative;
}

.project-info .section-title {
  max-width: 760px;
}

.project-info > .container > .row {
  position: relative;
  z-index: 1;
}

.project-info > .container > .row:first-of-type {
  align-items: stretch;
}

.project-info > .container > .row:first-of-type .card-soft {
  border: 0;
  border-radius: .5rem;
  box-shadow: 0 18px 55px rgba(0,0,0,.09);
}

.project-info > .container > .row:first-of-type .col-lg-6:first-child .card-soft {
  background: #111411;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.project-info > .container > .row:first-of-type .col-lg-6:first-child .card-soft::after {
  content: "Freiraum";
  position: absolute;
  right: -1rem;
  bottom: -1.1rem;
  color: rgba(255,255,255,.06);
  font-size: clamp(4rem, 11vw, 9rem);
  font-weight: 800;
  line-height: .8;
  pointer-events: none;
}

.project-info > .container > .row:first-of-type .col-lg-6:first-child .text-secondary {
  color: rgba(255,255,255,.76) !important;
  max-width: 58ch;
}

.project-info > .container > .row:first-of-type .col-lg-6:first-child h3 {
  max-width: 12ch;
  font-size: clamp(1.8rem, 3vw, 3.2rem);
  line-height: 1.03;
}

.project-info > .container > .row:first-of-type .col-lg-6:nth-child(2) .card-soft {
  background: #ffffff;
}

.project-info > .container > .row:first-of-type ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.project-info > .container > .row:first-of-type li {
  position: relative;
  padding: .75rem 0 .75rem 2rem;
  border-bottom: 1px solid var(--fk-border);
}

.project-info > .container > .row:first-of-type li:last-child {
  border-bottom: 0;
}

.project-info > .container > .row:first-of-type li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1rem;
  width: .85rem;
  height: .85rem;
  border-radius: 50%;
  background: var(--fk-green);
  box-shadow: 0 0 0 .35rem rgba(114,199,2,.15);
}

.project-info h3 {
  letter-spacing: 0;
}

.partner-overview-list {
  display: grid;
  gap: .55rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.partner-overview-item {
  display: flex;
  align-items: center;
  gap: .7rem;
  min-height: 48px;
  padding: .55rem .65rem;
  border: 1px solid var(--fk-border);
  border-radius: .75rem;
  background: #fff;
  color: #30362f;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
}

.partner-overview-item:hover,
.partner-overview-item:focus {
  border-color: rgba(114,199,2,.55);
  background: rgba(114,199,2,.08);
  color: var(--fk-black);
  text-decoration: none;
}

.partner-overview-item-muted {
  color: #59625c;
  background: #f7f9f4;
}

.partner-overview-mark {
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: .65rem;
  background: rgba(114,199,2,.15);
  color: #284500;
  font-size: .72rem;
  font-weight: 800;
}

.icon-badge {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  background: rgba(143,200,79,.15);
  color: var(--fk-black);
  font-weight: 800;
  margin-bottom: 1rem;
}

.icon-badge svg {
  width: 27px;
  height: 27px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.timeline-item {
  border-left: 4px solid var(--fk-green);
  padding-left: 1rem;
  margin-bottom: 1.5rem;
}

.timeline-date {
  font-size: .9rem;
  font-weight: 700;
  color: #59625c;
  margin-bottom: .35rem;
  display: block;
}

.timeline-date-detail {
  font-size: 1.2rem;
  font-weight: 700;
  color: #59625c;
  margin-bottom: .35rem;
  display: block;
}

.news-meta {
  color: #667069;
  font-size: .92rem;
  margin-bottom: .75rem;
}

.event-card-image { 
  width: 100%; 
  height: 220px;			
  object-fit: cover; 
  object-position: top;
  border-top-left-radius: 1.25rem; 
  border-top-right-radius: 1.25rem; 
  border-bottom: 1px solid var(--fk-border); 
}

.event-card-placeholder {
  height: 220px; 
  display: flex; 
  align-items: center; 
  justify-content: center; 
  text-align: center; 
  padding: 1rem; 
  background: linear-gradient(135deg, rgba(143,200,79,.24), rgba(143,200,79,.1)); 
  color: #41513a; 
  font-weight: 700; 
  border-top-left-radius: 1.25rem; 
  border-top-right-radius: 1.25rem; 
  border-bottom: 1px solid var(--fk-border); 
}

.event-meta { 
  display: flex; 
  flex-wrap: wrap; 
  gap: .5rem; 
  margin-bottom: 1rem; 
}

.event-meta span { 
  display: inline-flex; 
  align-items: center; 
  border: 1px solid var(--fk-border); 
  border-radius: 999px; 
  padding: .35rem .7rem; 
  font-size: .88rem; 
  background: #fff; 
}

.event-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .5rem;
  margin-top: .25rem;
}

.event-action-link,
.calendar-link {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  min-height: 36px;
  padding: .4rem .75rem;
  border: 1px solid rgba(114,199,2,.45);
  border-radius: 999px;
  background: rgba(114,199,2,.12);
  color: #2f4b10;
  font-size: .88rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  justify-content: center;
  text-align: center;
}

.event-action-link {
  border-color: var(--fk-border);
  background: #fff;
  color: var(--fk-black);
}

.event-action-link:hover,
.event-action-link:focus,
.calendar-link:hover,
.calendar-link:focus {
  background: var(--fk-green);
  border-color: var(--fk-green);
  color: var(--fk-black);
  text-decoration: none;
}

.event-action-link svg,
.calendar-link svg {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  fill: currentColor;
}

.calendar-link-dark {
  border-color: var(--fk-border);
  background: #fff;
  color: var(--fk-black);
}

.event-category-badge { 
  display: inline-block; 
  background: rgba(143,200,79,.16); 
  color: #3a4b33; 
  border-radius: 999px; 
  padding: .35rem .75rem; 
  font-size: .86rem; 
  font-weight: 700; 
  margin-bottom: .9rem; 
}

.event-image-caption { 
  font-size: .82rem; 
  color: #667069; 
  margin-top: .75rem; 
}

.event-image { 
  width: 100%; 
  height: auto;
  display: block;			
  border-radius: 1.25rem; 
  border-bottom: 1px solid var(--fk-border); 
}

.event-description {
  margin: .9rem 0 .9rem 0;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 1.25rem;
  min-height: 260px;
  background: #dfe8d2;
  border: 1px solid var(--fk-border);
}

.gallery-placeholder {
  min-height: 260px;
  display: flex;
  align-items: end;
  padding: 1.25rem;
  font-weight: 700;
  color: #fff;
  background-size: cover;
  background-position: center;
}

.gallery-1 { background-image: linear-gradient(rgba(0,0,0,.18), rgba(0,0,0,.45)), url('https://images.unsplash.com/photo-1517457373958-b7bdd4587205?auto=format&fit=crop&w=1200&q=80'); }
.gallery-2 { background-image: linear-gradient(rgba(0,0,0,.18), rgba(0,0,0,.45)), url('https://images.unsplash.com/photo-1511578314322-379afb476865?auto=format&fit=crop&w=1200&q=80'); }
.gallery-3 { background-image: linear-gradient(rgba(0,0,0,.18), rgba(0,0,0,.45)), url('https://images.unsplash.com/photo-1519389950473-47ba0277781c?auto=format&fit=crop&w=1200&q=80'); }
.gallery-4 { background-image: linear-gradient(rgba(0,0,0,.18), rgba(0,0,0,.45)), url('https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1200&q=80'); }
.gallery-5 { background-image: linear-gradient(rgba(0,0,0,.18), rgba(0,0,0,.45)), url('https://images.unsplash.com/photo-1491438590914-bc09fcaaf77a?auto=format&fit=crop&w=1200&q=80'); }
.gallery-6 { background-image: linear-gradient(rgba(0,0,0,.18), rgba(0,0,0,.45)), url('https://images.unsplash.com/photo-1460661419201-fd4cecdf8a8b?auto=format&fit=crop&w=1200&q=80'); }

.contact-box,
.map-box {
  border: 1px solid var(--fk-border);
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0 8px 30px rgba(0,0,0,.04);
  height: 100%;
}

.map-frame {
  border: 0;
  width: 100%;
  min-height: 420px;
  border-radius: 1.25rem;
}

.map-consent-placeholder {
  min-height: 420px;
  border-radius: 1.25rem;
  background: #f5f7f2;
  border: 1px dashed var(--fk-lightgrey);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  text-align: center;
}

.map-consent-placeholder p {
  color: #4e5650;
  max-width: 520px;
}

.consent-banner {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 1100;
  display: flex;
  justify-content: center;
}

.consent-banner[hidden] {
  display: none;
}

.consent-banner__content {
  width: min(100%, 720px);
  background: #fff;
  border: 1px solid var(--fk-border);
  border-radius: 1rem;
  box-shadow: 0 16px 50px rgba(0,0,0,.18);
  padding: 1.25rem;
}

.consent-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
}

footer {
  padding: 2rem 0 3rem;
  border-top: 1px solid var(--fk-border);
  color: var(--fk-darkgrey);
}

.partner-logos {
  padding: 3rem 0 2rem;
  background: #fff;
  border-top: 1px solid var(--fk-border);
}

.partner-logo-group + .partner-logo-group {
  margin-top: 2rem;
}

.partner-logo-group h3 {
  margin-bottom: 1rem;
  color: var(--fk-darkgrey);
  font-size: .95rem;
  font-weight: 700;
}

.partner-logo-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem 2rem;
}

.partner-logo-list img {
  display: block;
  width: auto;
  height: 52px;
  max-width: min(160px, 42vw);
  object-fit: contain;
}

@media (max-width: 575.98px) {
  .partner-logo-list {
    gap: 1.25rem 1.5rem;
  }

  .partner-logo-list img {
    height: 44px;
    max-width: min(130px, 44vw);
  }
}

.btn-brand, .btn-primary, .btn-default {
  background: var(--fk-green);
  border-color: var(--fk-green);
  color: #1a1a1a;
  font-weight: 700;
}

.btn-default {
  background: var(--fk-green);
  border-color: var(--fk-green);
  color: #1a1a1a;
  font-weight: 400;
}

.btn-brand:hover, .btn-primary:hover, .btn-default:hover {
  background: #7fb544;
  border-color: #7fb544;
  color: #1a1a1a;
}

.logo-panel {
  background: #fff;
  border: 1px solid var(--fk-border);
  border-radius: 1.5rem;
  padding: 1rem;
  box-shadow: 0 10px 40px rgba(0,0,0,.06);
}

.small-note {
  font-size: .92rem;
  color: #667069;
}


