:root {
  --bg-color-blue: #b2dafa;
  --bg-color-gray: #f0f0f0;
  --bg-color-gelb: #FFDC5C;
  --color-blue: #4B90C9;
  --color-light-blue: #EBF3F9;
  --color-gray: #f0f0f0;
  --color-white: #ffffff;
  --color-border-grey: #ACACAC;
  --color-gelb: #FFDC5C;
  --color-dark-gelb: #A38000;
  --color-blue-new: #3D7A9E;
  --yellow: #F5C330;
  --yellow-light: #FFF8DC;
  --blue: #5B9BBF;
  --blue-dark: #3d7a9e;
  --blue-deeper: #2a5f7e;
  --blue-rad-1: #4A7794;
  --blue-rad-2: #5588AA;
  --green: #7bc67e;
  --teal: #5bbfb5;
  --bg: #f8fbfd;
  --white: #ffffff;
  --text-dark: #2a5f7e;
  --text-mid: #3d5468;
  --text-light: #6b8a9e;
  --text-muted: #a0aab4;
  --text-news-date: rgb(160, 170, 180);
  --shadow-sm: 0 2px 10px rgba(61, 122, 158, 0.10);
  --shadow-md: 0 6px 24px rgba(61, 122, 158, 0.14);
  --shadow-lg: 0 12px 40px rgba(61, 122, 158, 0.18);
  --radius: 16px;
  --radius-sm: 10px;
  --bg-light: #f7f9fa;
  --text-dark: #333333;
  --text-muted: #666666;
  --accent-orange: #e07a5f;
  --border-radius: 12px;
  --color-pilates: #6D678B;
  --color-nordicwalking: #4C958A;
  --color-linedance: #D2AD2B;
  --color-ruecken: #587E93;
  --color-tratsch: #DF7F33;
  --color-gesundbewegt: #54A05F;
  --color-jackpot: #B17388;
  --color-mukies: #54A05F;
  --color-day-header-blue: #3D799E;

}

#primary-menu,
#top-container-inner,
#top-box-second {
  --r-bg: #f8fbfd !important;
  background-color: val(--r-bg) !important;

}


.page-wrapper,
.solo-outer,
.region-inner,
.footer-container,
.footer-box-inner {
  background-color: val(--r-bg) !important;
}


/*
.messages.messages--status {
  background: white !important;
  color: #A38000 !important;
  border: 1pt solid;
  background: linear-gradient(135deg, #2196f3 0%, #090909 3%, #000 100%) !important;
}
*/

/* ── HERO ── */
.hero {
  background: linear-gradient(135deg, #1a2e3d 0%, #2a5f7e 60%, #3d7a9e 100%);
  position: relative;
  overflow: hidden;
  padding: 80px 40px 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 420px;
}

.hero::before {
  content: '';
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(245, 195, 48, 0.22) 0%, transparent 65%);
  top: -180px;
  right: -120px;
}

.hero::after {
  content: '';
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(91, 155, 191, 0.25) 0%, transparent 65%);
  bottom: -100px;
  left: -80px;
}

.hero-inner {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 50%;
}

.hero-logo {
  width: 100%;
  height: auto;
  margin-bottom: 24px;
  margin-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  filter: drop-shadow(0 4px 20px rgba(245, 195, 48, 0.4));
  animation: floatLogo 3s ease-in-out infinite;
}

@keyframes floatLogo {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

.hero-tag,
a hero-tag {
  font-size: 0.78rem;
  font-weight: 700;
  color: rgba(245, 195, 48, 0.85) !important;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.hero-tag a {
  color: rgba(245, 195, 48, 0.85) !important;
  text-decoration: none;
}

.hero-title {
  font-family: 'Nunito', 'Trebuchet MS', 'Segoe UI', Arial, sans-serif;
  font-size: 3.2rem;
  font-weight: 900;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 16px;
}

.hero-title span {
  color: var(--yellow);
}

.hero-sub {
  font-size: 1.1rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 32px;
}

.hero-btns {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  border-radius: 30px;
  font-size: 0.95rem;
  font-weight: 800;
  cursor: pointer;
  text-decoration: none;
  border: none;
  transition: transform 0.2s, box-shadow 0.2s;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.btn-yellow {
  background: var(--yellow);
  color: #3a2500;
}

.btn-outline {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.35);
}



/* ── HOME CONTENT ── */
.home-wrap {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 24px;
}

.section-label {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--blue-dark);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.section-title {
  font-family: 'Nunito', 'Trebuchet MS', 'Segoe UI', Arial, sans-serif;
  font-size: 2rem;
  font-weight: 900;
  color: var(--blue-dark);
  margin-bottom: 12px;
  line-height: 1.2;
}

.section-title span {
  color: var(--yellow);
}

.section-desc {
  font-size: 1rem;
  color: var(--text-light);
  font-weight: 600;
  max-width: 600px;
  margin-bottom: 40px;
}

/* ── KONTAKT ── */
.kontakt-wrap {
  margin: 0 auto;
  padding: 60px 24px;
}


.kontakt-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 32px;
  box-shadow: var(--shadow-sm);
}

.kontakt-title {
  font-family: 'Nunito', 'Trebuchet MS', 'Segoe UI', Arial, sans-serif;
  font-size: 1.15rem;
  font-weight: 900;
  color: var(--text-dark);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.kontakt-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
}

.kontakt-icon {
  font-size: 1.2rem;
  min-width: 64px;
  margin-top: 2px;
}

.kontakt-label {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 2px;
}

.kontakt-value {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--blue-dark);
}

.kontakt-value a {
  color: var(--blue-dark);
  text-decoration: none;
}

.kontakt-value a:hover {
  text-decoration: underline;
}

.mitglied-card {
  background: linear-gradient(135deg, #2a5f7e, #3d7a9e);
  border-radius: var(--radius);
  padding: 32px;
  color: #fff;
}

.mitglied-title {
  font-family: 'Nunito', 'Trebuchet MS', 'Segoe UI', Arial, sans-serif;
  font-size: 1.15rem;
  font-weight: 900;
  color: #fff;
  margin-bottom: 12px;
}

.mitglied-text {
  font-size: 0.90rem;
  color: rgba(255, 255, 255, 0.80) !important;
  font-weight: 600;
  line-height: 1.65;
  margin-bottom: 20px;
}

.mitglied-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--yellow);
  color: #3a2500;
  padding: 10px 22px;
  border-radius: 30px;
  font-size: 0.88rem;
  font-weight: 900;
  cursor: pointer;
  border: none;
  transition: transform 0.2s;
}

.mitglied-btn:hover {
  transform: scale(1.04);
}

/* Pillars */
.pillars {
  margin-bottom: 40px;
  align-items: center;
}


.pillar {
  background: var(--white);
  border-radius: var(--radius);
  padding: 30px 24px;
  box-shadow: var(--shadow-sm);
  border-top: 4px solid var(--pillar-color, var(--blue));
  transition: transform 0.2s, box-shadow 0.2s;
  height:auto;
}

.pillar:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.pillar.y {
  --pillar-color: var(--yellow);
}

.pillar.g {
  --pillar-color: var(--green);
}

.pillar.t {
  --pillar-color: var(--teal);
}

.pillar-emoji {
  font-size: 2.2rem;
  margin-bottom: 12px;
  display: block;
}

.pillar-title,
.pillar-title p {
  font-family: 'Nunito', 'Trebuchet MS', 'Segoe UI', Arial, sans-serif !important;
  font-size: 1.1rem;
  font-weight: 900;
  color: var(--blue-dark) !important;
  margin-bottom: 8px;
}

.pillar-text,
.pillar-text p {
  font-family: 'Quicksand', 'Segoe UI', 'Trebuchet MS', Arial, sans-serif !important;
  font-size: 0.88rem;
  color: var(--text-light) !important;
  font-weight: 600;
  line-height: 1.6;
}

.pillar-text a {
  color: var(--color-gelb) !important;
}

/* News teaser on home */
.news-teaser {
  background: var(--white);
  border-radius: var(--radius);
  padding: 36px;
  box-shadow: var(--shadow-sm);
  display: flex;
  align-items: center;
  gap: 28px;
}

.news-teaser-icon {
  font-size: 3rem;
  flex-shrink: 0;
}

.news-teaser-title {
  font-family: 'Nunito', 'Trebuchet MS', 'Segoe UI', Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 900;
  color: var(--blue-dark);
  margin-bottom: 6px;
}

.news-teaser-text {
  font-size: 0.90rem;
  color: var(--text-light);
  font-weight: 600;
}

.news-teaser-btn {
  margin-left: auto;
  flex-shrink: 0;
  background: var(--yellow);
  color: #3a2500;
  padding: 10px 22px;
  border-radius: 30px;
  font-size: 0.85rem;
  font-weight: 800;
  cursor: pointer;
  border: none;
  white-space: nowrap;
  transition: transform 0.2s;
}

.news-teaser-btn:hover {
  transform: scale(1.04);
}

/* ── KURSE ── */
.kurse-wrap {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 24px;
}

.kurse-intro {
  margin-bottom: 40px;
}

.authum-banner {
  background: linear-gradient(135deg, #2e7d36, #5a9e5e);
  border-radius: var(--radius);
  padding: 28px 32px;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 32px;
  color: #fff;
  box-shadow: var(--shadow-md);
}

.summer-banner {
  background: linear-gradient(135deg, #2a5f7e, #3d7a9e);
  border-radius: var(--radius);
  padding: 28px 32px;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 32px;
  color: #fff;
  box-shadow: var(--shadow-md);
}

.summer-banner-icon {
  font-size: 2.5rem;
  flex-shrink: 0;
}

.summer-banner-title {
  font-family: 'Nunito', 'Trebuchet MS', 'Segoe UI', Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 900;
  color: #fff;
  margin-bottom: 4px;
}

.summer-banner-sub {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 600;
}

.kurs-grid {
  display: grid;
  margin-top: 25px;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 18px;
}

.kurs-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 22px 22px 18px;
  box-shadow: var(--shadow-sm);
  border-top: 5px solid var(--kc, var(--blue));
  display: flex;
  flex-direction: column;
  transition: transform 0.2s, box-shadow 0.2s;
}

.kurs-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.kurs-card.ky {
  --kc: var(--yellow);
}

.kurs-card.kg {
  --kc: var(--green);
}

.kurs-card.kt {
  --kc: var(--teal);
}

.kurs-card.ko {
  --kc: var(--yellow);
  background: #fffbee;
}

.kurs-emoji {
  font-size: 1.8rem;
  margin-bottom: 8px;
}

.kurs-title {
  font-family: 'Nunito', 'Trebuchet MS', 'Segoe UI', Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 900;
  color: var(--blue-dark);
  margin-bottom: 2px;
}

.kurs-sub {
  font-size: 0.70rem;
  font-weight: 700;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.kurs-info {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--text-mid);
  line-height: 1.6;
  margin-bottom: 3px;
}

.kurs-info strong {
  color: var(--blue-dark);
}

.kurs-divider {
  border: none;
  border-top: 1px dashed #dde6ed;
  margin: 10px 0;
}

.kurs-badges {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: auto;
}

/*
  .kurs-badges { display: flex; flex-direction: column; gap: 5px; margin-top: auto; }
  .badge {
    display: inline-flex;
    align-items: center;
    padding: 3px 11px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    width: fit-content;
  } */



.bf {
  background: #e8f7ec;
  color: #2e7d36;
}

.bp {
  background: #e4f0f8;
  color: #2a6080;
}

.bg {
  background: #fff3cc;
  color: #8a6200;
}

.anm {
  margin-top: 6px;
  display: flex;
  /* Statt inline-flex, damit es sich wie ein Block-Element verhält */
  align-items: flex-start;
  gap: 6px;
  background: var(--yellow);
  color: #3a2500;
  font-size: 0.75rem;
  font-weight: 900;
  padding: 4px 12px;
  border-radius: 20px;
  width: 100%;
  /* Nimmt die volle Breite ein */
  box-sizing: border-box;
  /* Stellt sicher, dass das Padding in die Breite eingerechnet wird */
}

.anm-icon {
  flex-shrink: 0;
  /* Verhindert, dass das Icon bei Platzmangel gestaucht wird */
}

.anm-alt a {
  background-color: inherit;
  color: inherit;
}

/* Ganzjährige Kurse */
.year-title {
  font-family: 'Nunito', 'Trebuchet MS', 'Segoe UI', Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 900;
  color: var(--text-dark);
  margin: 40px 0 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.year-title::after {
  content: '';
  flex: 1;
  height: 2px;
  background: linear-gradient(to right, rgba(91, 155, 191, 0.3), transparent);
  border-radius: 2px;
}


/* ── PAGE HEADER (sub-pages) ── */
.page-header {
  background: linear-gradient(135deg, rgba(61, 122, 158, 0.75), rgba(91, 155, 191, 0.65));
  padding: 50px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-header::before {
  content: '';
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(245, 195, 48, 0.18) 0%, transparent 70%);
  top: -150px;
  right: -80px;
}

.page-header-title {
  font-family: 'Nunito', 'Trebuchet MS', 'Segoe UI', Arial, sans-serif;
  font-size: 2.2rem;
  font-weight: 900;
  color: #fff;
  position: relative;
}

.page-header-title span {
  color: var(--yellow);
}

.page-header-sub {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.65);
  font-weight: 600;
  margin-top: 8px;
  position: relative;
}


.header-main,
.header-main h2,
.header-main span h2 {
  font-family: 'Nunito', 'Trebuchet MS', 'Segoe UI', Arial, sans-serif;
  font-size: 2.2rem;
  font-weight: 900;
  color: var(--text-light);
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

.header-main-yellow,
.header-main-yellow h2,
.header-main-yellow span h2 {
  color: var(--yellow);
}

.gallerie-wrap {
  max-width: 1000px;
  margin: 0 auto;
}

/* ── NEWS ── */
.news-wrap {
  margin: 0 auto;
  padding: 60px 24px;
}

.news-grid {
  display: grid;
  gap: 20px;
}

.news-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 28px 32px;
  margin-bottom: 25px;
  box-shadow: var(--shadow-sm);
  display: flex;
  gap: 24px;
  align-items: flex-start;
  border-left: 5px solid var(--nc, var(--blue));
  /*transition: transform 0.2s;*/
}

.news-card:hover {
  transform: translateX(4px);
}

.news-card.ny {
  --nc: var(--yellow);
}

.news-card.ng {
  --nc: var(--green);
}

.news-card.nt {
  --nc: var(--teal);
}

.news-date {
  font-size: 0.72rem;
  font-weight: 800;
  color: var(----text-news-date-muted);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 6px;
}


.news-title,
.news-title p {
  font-family: 'Nunito', 'Trebuchet MS', 'Segoe UI', Arial, sans-serif !important;
  font-size: 1.05rem;
  font-weight: 900;
  color: var(--blue-dark);
  margin-bottom: 8px;
}


.news-title h2 {
  font-family: 'Nunito', 'Trebuchet MS', 'Segoe UI', Arial, sans-serif !important;
  font-size: 2.05rem;
  font-weight: 900;
  color: var(--blue-dark);
  margin-bottom: 8px;
}


.news-text {
  font-size: 0.88rem;
  color: var(--text-light);
  font-weight: 600;
  line-height: 1.65;
}

.news-emoji {
  font-size: 2rem;
  flex-shrink: 0;
  margin-top: 2px;
}

.news-gal-wrap {
  border-radius: var(--radius) !important;

}

/* ── KONTAKT ── */
.kontakt-wrap {
  margin: 0 auto;
  padding: 60px 24px;
}

.kontakt-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 350px), 1fr));
  gap: 20px;
  justify-content: center;
  max-width: 720px;
  /* Begrenzt die Galerie auf maximal 2 Spalten (2 * 350px + 20px Gap) */
  margin-inline: auto;
  /* Zentriert die Galerie auf der Seite */
}






.kontakt-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 32px;
  box-shadow: var(--shadow-sm);
}

.kontakt-title {
  font-family: 'Nunito', 'Trebuchet MS', 'Segoe UI', Arial, sans-serif;
  font-size: 1.15rem;
  font-weight: 900;
  color: var(--text-dark);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.kontakt-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
}

.kontakt-icon {
  font-size: 1.2rem;
  min-width: 28px;
  margin-top: 2px;
}

.kontakt-label {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 2px;
}

.kontakt-value {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--blue-dark);
}

.kontakt-value a {
  color: var(--blue-dark);
  text-decoration: none;
}

.kontakt-value a:hover {
  text-decoration: underline;
}


/* ── ÜBER UNS ── */
.ueber-wrap {
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 24px;
}

.ueber-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 24px;
  margin-bottom: 40px;
}

.ueber-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: var(--shadow-sm);
}

.ueber-card-title {
  font-family: 'Nunito', 'Trebuchet MS', 'Segoe UI', Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 900;
  color: var(--blue-dark);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.ueber-card-text {
  font-size: 0.90rem;
  color: var(--text-light);
  font-weight: 600;
  line-height: 1.7;
}

.ueber-card-info {
  font-size: 0.90rem;
  color: var(--text-light);
  font-weight: 600;
  line-height: 1.7;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr 1fr));
  gap: 16px;
  margin-top: 32px;
  width: 60%;
}

.team-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 22px 18px;
  text-align: center;
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s;
}

.team-card:hover {
  transform: translateY(-3px);
}

.team-avatar {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), var(--blue-dark));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin: 0 auto 12px;
}

.team-name,
.team-name p {
  font-family: 'Nunito', 'Trebuchet MS', 'Segoe UI', Arial, sans-serif !important;
  font-size: 2.1rem;
  font-weight: 900;
  color: var(--blue-dark) !important;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 5px;
  text-align: center;
}

.team-role {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--text-muted);
}

.team-desc,
.team-desc p,
.team-desc a,
.team-desc p a {
  font-family: 'Quicksand', 'Segoe UI', 'Trebuchet MS', Arial, sans-serif !important;
  font-size: 1.0rem;
  font-weight: 600;
  padding-left: 5px;
  padding-right: 5px;
  color: var(--text-light) !important;
  margin-bottom: 5px;
  height: 100%;
}


/* Einzelnes Bild */

.card {
  position: relative;
  flex: 1 1 calc(50% - 20px);
  min-width: 250px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  border-radius: 8px;
  height: 100%;
}

/* Bild */

.card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;

  transition: transform .4s ease;
}



/* Hover */

.card:hover .overlay {
  transform: translateX(0);
  opacity: 1;
  color: #fff !important;
}

.card:hover .overlay h3 {
  transform: translateX(0);
  opacity: 1;
  transition-delay: .25s;
  color: #fff !important;
}

.card:hover .overlay p {
  transform: translateX(0);
  opacity: 1;
  transition-delay: .4s;
  color: #fff !important;
}


/* Überschrift */

.overlay h3 {
  margin-bottom: 15px;
  font-size: 1.5rem;
}

/* Text */

.overlay p {
  line-height: 1.6;
  font-size: 1rem;
}

/* Tablet */



.container {
  font-family: 'Quicksand', 'Segoe UI', 'Trebuchet MS', Arial, sans-serif;
  max-width: 1200px;
  width: 100%;
  background: #ffffff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

/* Header Section */
header {
  margin-bottom: 25px;
}

.top-sub {
  font-size: 0.85rem;
  font-weight: 700;
  color: #70ad47;
  letter-spacing: 1px;
  margin-bottom: 4px;
}

header h1 {
  font-size: 2.2rem;
  color: var(--primary-blue);
  font-weight: 800;
  margin-bottom: 6px;
}

.subtitle {
  font-size: 0.95rem;
  color: var(--text-muted);
  font-weight: 600;
}

/* Schedule Grid */
.schedule-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 15px;
  margin-bottom: 30px;
}

.day-column {
  background: #f0f4f8;
  border-radius: var(--border-radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.day-header {
  background-color: var(--color-day-header-blue);
  color: white;
  text-align: center;
  padding: 12px 10px;
}

.day-header h2 {
  font-size: 1.1rem;
  font-weight: 700;
}

.day-header span {
  font-size: 0.75rem;
  opacity: 0.85;
  display: block;
  margin-top: 2px;
}

.events-list {
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  flex-grow: 1;
}

.event-card {
  background: var(--card-bg);
  padding: 12px;
  border-radius: 8px;

  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
  font-size: 0.85rem;
}

.event-card.pilates {
  border-left: solid 5px var(--color-pilates);
}

.event-card.nordic {
  border-left: solid 5px var(--color-nordicwalking);
}

.event-card.ruecken {
  border-left: solid 5px var(--color-ruecken);
}

.event-card.linedance {
  border-left: solid 5px var(--color-linedance);
}

.event-card.tratsch {
  border-left: solid 5px var(--color-tratsch);
}

.event-card.gesundbewegt {
  border-left: solid 5px var(--color-gesundbewegt);
}

.event-card.mukies {
  border-left: solid 5px var(--color-mukies);
}

.event-card.jackpot {
  border-left: solid 5px var(--color-jackpot);
}


.event-time {
  color: var(--accent-orange);
  font-weight: 700;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.event-title {
  font-weight: 700;
  color: #222;
  font-size: 0.95rem;
  margin-bottom: 6px;
}

.event-location,
.event-trainer {
  color: var(--text-muted);
  margin-bottom: 3px;
  display: flex;
  align-items: flex-start;
  gap: 6px;
  font-size: 0.8rem;
}

.event-location i,
.event-trainer i {
  margin-top: 2px;
  color: var(--accent-orange);
}

.small-note {
  font-size: 0.7rem;
  color: #888;
  font-style: italic;
}


/* Category Legend */
.legend {
  background: #fdfdfd;
  border: 1px solid #e9e9e9;
  border-radius: 30px;
  padding: 10px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 15px;
  font-size: 0.8rem;
  margin-bottom: 25px;
}

.legend-title {
  font-weight: 700;
  color: var(--primary-blue);
  margin-right: 5px;
}

.legend-item {
  display: flex;
  align-items: center;
  gap: 5px;
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-radius: 16px;

  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.20);
}

.legend-item i {
  color: var(--accent-orange);
}

.legend-item.pilates {
  border-left: 4px solid var(--color-pilates);
}

.legend-item.linedance {
  border-left: 4px solid var(--color-linedance);
}

.legend-item.nordic {
  border-left: 4px solid var(--color-nordicwalking);
}

.legend-item.jackpot {
  border-left: 4px solid var(--color-jackpot);
}

.legend-item.gesundbewegt {
  border-left: 4px solid var(--color-gesundbewegt);
}

.legend-item.ruecken {
  border-left: 4px solid var(--color-ruecken);
}

.legend-item.tratsch {
  border-left: 4px solid var(--color-tratsch);
}


.ebt-wrap {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(3, 1fr);
}

.node__title {
  display: none;
}


/*

@media (max-width:1200px) {
  .card {
    flex: 1 1 calc(50% - 20px);
  }

  .kurs-grid {
    grid-template-columns: 1fr 1fr;
    
  }
  
  .hero-logo {
    width: 100%;
    height: auto;
  }

}

*/

/* Smartphone */
/* Responsive adjustment */
/*
@media (max-width: 768px) {
  .schedule-grid {
    grid-template-columns: 1fr;
  }

  .footer-info {
    flex-direction: column;
    gap: 8px;
  }

  nav {
    padding: 0 16px;
  }

  .nav-links a {
    padding: 6px 10px;
    font-size: 0.80rem;
  }

  .hero {
    padding: 50px 20px 60px;
  }

  .hero-title {
    font-size: 2rem;
  }


  .pillars,
  .ueber-grid,
  .kontakt-grid {
    grid-template-columns: 1fr;
  }

  .kurs-grid {
    grid-template-columns: 1fr;
  }

  footer {
    flex-direction: column;
    text-align: center;
  }
}*/

/* Container als CSS Grid definieren */
.meine-view-grid .view-content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}

/* Jede Zeile/Karte nimmt automatisch die volle Höhe der Rasterzelle ein */
.meine-view-grid .views-row {
  display: flex;
  flex-direction: column;
  height: 100%;
}


/* SMARTPHONE*/
@media (min-width: 576px) {
  .kurse-wrap {
    width: 100%;
  }

  .ueber-wrap {
    width: 100%;
  }

  .news-wrap {
    width: 100%;
  }

  .kontakt-wrap {
    width: 100%
  }

  .pillars {
    width: 100%;

  }
}

/* TABLE WIDE PHONE*/
@media (min-width: 768px) {
  .kurse-wrap {
    width: 90%;
  }

  .ueber-wrap {
    width: 90%;
  }

  .news-wrap {
    width: 90%;
  }

  .kontakt-wrap {
    width: 90%
  }

  .pillars {
    width: 90%;

  }
}

/* LAPTOP TABLET BIG*/
@media (min-width: 992px) {
  .kurse-wrap {
    width: 80%;
  }

  .ueber-wrap {
    width: 70%;
  }

  .news-wrap {
    width: 70%;
  }

  .kontakt-wrap {
    width: 80%
  }

  .pillars {
    width: 70%;

  }
}



/* MONITOR */
@media (min-width: 1200px) {
  .kurse-wrap {
    width: 80%;
  }

  .ueber-wrap {
    width: 60%;
  }

  .news-wrap {
    width: 60%;
  }

  .kontakt-wrap {
    width: 80%
  }

  .pillars {
    width: 70%;

  }
}