@charset "UTF-8";
/* CSS Document */

/* abyssinica-sil-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family:^ 'Abyssinica SIL';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/abyssinica-sil-v5-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* fira-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/fira-sans-v18-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

:root {
	--blau: #14174A;
	--hellblau: #A3C9D9;
	--dunkelgrau: #262626;
}

body, html {
	height: 100%;
	background: var(--dunkelgrau);
	color: white;
	 scroll-behavior: smooth;

}

/* Navbar Grundstil */
.navbar {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding: 20px;
  transition: background-color 0.3s ease;
  z-index: 100;
  background-color: transparent; /* Start transparent */
}

/* Hintergrund beim Scrollen */
.navbar.scrolled {
  background-color: var(--blau) /* Blau mit leichter Transparenz */
}

.navbar-brand {
  font-weight: lighter;
  color: white;
}

.navbar .nav-link {
  position: relative;
  color: white !important;
  text-decoration: none;
  font-size: 20px;
  margin-right: 50px;
  white-space: nowrap;
}

.navbar .nav-link:hover {
  color: #ddd !important; /* etwas helleres Weiß beim Hover */
}

.navbar .nav-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height: 2px; /* Dicke des Strichs */
  background-color: white; /* Farbe des Strichs */
  transition: width 0.3s ease;
}

/* Hover-Zustand: Strich wird eingeblendet */
.navbar .nav-link:hover::after {
  width: 50%; /* Länge des Strichs (z. B. halbe Textbreite) */
}


.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
	color: white;
}



.bg-dark a {
	font-size: 100%;
	text-transform: uppercase;
	letter-spacing: 1px;
}



.hero-image {
  /* Hintergrundbild + Abdunkelung */
  background-image: linear-gradient(rgba(0, 0, 0, 0.5),
                  rgba(0, 0, 0, 0.5)),
                  url("../images/hero.JPG");

  height: 100vh;
  
 
  
  width: 100%; /* volle Breite */
  background-position: center;
  background-repeat: no-repeat;
  
  background-attachment: fixed;
  background-size: cover; /* Standard: Bild füllt Container */
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;

  /* Animation */
  animation: zoomIn 10s linear forwards;
   margin-top: -56px; /* Höhe deiner Navbar, Standard bei Bootstrap */
}

.hero-image-strecke {
  /* Hintergrundbild + Abdunkelung */
  background-image: linear-gradient(rgba(0, 0, 0, 0.5),
                  rgba(0, 0, 0, 0.5)),
                  url("../images/hero_strecke.JPG");

  height: 100vh;

  background-position: center;
  background-repeat: no-repeat;
  background-size: 110%; /* Start größer */
  background-attachment: fixed;

  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;

  /* Animation */
  animation: zoomIn 10s linear forwards;
}

.hero-image-ueberuns {
  /* Hintergrundbild + Abdunkelung */
  background-image: linear-gradient(rgba(0, 0, 0, 0.5),
                  rgba(0, 0, 0, 0.5)),
                  url("../images/ueber_uns_hero.JPG");

  height: 100vh;

  background-position: center;
  background-repeat: no-repeat;
  background-size: 110%; /* Start größer */
  background-attachment: fixed;

  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;

  /* Animation */
  animation: zoomIn 10s linear forwards;
}


.hero-image-events {
  /* Hintergrundbild + Abdunkelung */
  background-image: linear-gradient(rgba(0, 0, 0, 0.5),
                  rgba(0, 0, 0, 0.5)),
                  url("../images/events_hero.JPG");

  height: 100vh;

  background-position: center;
  background-repeat: no-repeat;
  background-size: 110%; /* Start größer */
  background-attachment: fixed;

  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;

  /* Animation */
  animation: zoomIn 10s linear forwards;
}


.hero-image-kontakt {
  /* Hintergrundbild + Abdunkelung */
  background-image: linear-gradient(rgba(0, 0, 0, 0.5),
                                    rgba(0, 0, 0, 0.5)),
                    url("../images/events_hero.JPG"); /* Bei hero-image-kontakt ggf. kontakt_hero.JPG */

  /* Höhe flexibel für Desktop, etwas kleiner für Mobile */
  height: 100vh;
  min-height: 100vh;

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; /* Statt 110% → immer den Container ausfüllen */

  /* Fixed entfernt für Mobile-Kompatibilität */
  background-attachment: scroll; 

  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;

  /* Animation */
  animation: zoomIn 10s linear forwards;
}

.hero-image-oeffnungszeiten {
  /* Hintergrundbild + Abdunkelung */
  background-image: linear-gradient(rgba(0, 0, 0, 0.5),
                  rgba(0, 0, 0, 0.5)),
                  url("../images/oeffnungszeiten_hero.JPG");

  height: 100vh;

  background-position: center;
  background-repeat: no-repeat;
  background-size: 110%; /* Start größer */
  background-attachment: fixed;

  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;

  /* Animation */
  animation: zoomIn 10s linear forwards;
}


.hero-image-news{
  /* Hintergrundbild + Abdunkelung */
  background-image: linear-gradient(rgba(0, 0, 0, 0.5),
                  rgba(0, 0, 0, 0.5)),
                  url("../images/news_hero.JPG");

  height: 100vh;

  background-position: center;
  background-repeat: no-repeat;
  background-size: 110%; /* Start größer */
  background-attachment: fixed;

  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;

  /* Animation */
  animation: zoomIn 10s linear forwards;
}

@keyframes zoomIn {
  0% {
    background-size: 100%; /* etwas größer starten */
  }
  100% {
    background-size: 120%; /* sanft einzoomen bis normal */
  }
}

.hero-text {
  color: white;
  text-align: center;
}


.hero-text a i {
  font-size: 50px;   /* Größe des Pfeils, anpassbar */
   color: white;      /* Farbe, z. B. Orange – ändere nach Wunsch */
  transition: color 0.3s ease, transform 0.3s ease;
}

.hero-text a i:hover {
	padding-top: 20px;
  color: white;    /* dunklere Farbe beim Hover */
  transform: scale(1.2); /* Vergrößerung beim Hover */
}

@media (max-width: 768px) {
  .hero-image,
  .hero-image-strecke,
  .hero-image-ueberuns,
  .hero-image-events,
  .hero-image-kontakt,
  .hero-image-oeffnungszeiten,
  .hero-image-news {
    /* Mobile: fixed auf scroll setzen, sonst Verhalten unzuverlässig */
    background-attachment: scroll !important;

    /* Animation ausschalten, damit background-size nicht ständig überschrieben wird */
    animation: none !important;

    /* Höhe voll ausfüllen, Bildhöhe = 100% des Containers (Portrait-Effekt) */
    background-size: auto 100% !important;
    background-position: center center !important;

    /* Falls du für Desktop negative margin nutzt, entferne sie auf Mobile */
    margin-top: 0 !important;

    /* Sichere volle Viewport-Höhe */
    height: 100vh !important;
  }
}

@media (max-width: 1024px) {
  .hero-image,
  .hero-image-strecke,
  .hero-image-ueberuns,
  .hero-image-events,
  .hero-image-kontakt,
  .hero-image-oeffnungszeiten,
  .hero-image-news {
    /* Mobile: fixed auf scroll setzen, sonst Verhalten unzuverlässig */
    background-attachment: scroll !important;

    /* Animation ausschalten, damit background-size nicht ständig überschrieben wird */
    animation: none !important;

    /* Höhe voll ausfüllen, Bildhöhe = 100% des Containers (Portrait-Effekt) */
    background-size: auto 100% !important;
    background-position: center center !important;

    /* Falls du für Desktop negative margin nutzt, entferne sie auf Mobile */
    margin-top: 0 !important;

    /* Sichere volle Viewport-Höhe */
    height: 100vh !important;
  }
}

h1 {
	color: white;
	font-family: 'Fira Sans';
	text-transform: uppercase;
 
}

h2{
	font-family: 'Fira Sans';
	color:white;
}

h3 {
	font-family: 'Fira Sans';
	color: white;
}


p{
	font-size: 1.15rem;  /* minimal größer als Standard 1rem */
  	line-height: 1.6;
	color: white;
	
}

hr {
  border: none;                /* Standard entfernen */
  height: 0.5px;                 /* Strichhöhe */
  background-color: white;     /* weiße Farbe */
  width: 100%;                  /* halbe Breite */
  margin: 6px auto;            /* zentrieren */
}




.bg-blau{
	background-color: var(--blau)!important;
}





.bg-weiss{
	background: rgba(255,255,255,0.9);
}

footer{
	text-align: center;
	background-color: var(--blau);
}

#toTopBtn {
  display: none;                /* unsichtbar am Anfang */
  position: fixed;              /* fixiert */
  bottom: 20px;                 /* Abstand vom unteren Rand */
  right: 20px;                  /* Abstand vom rechten Rand */
  z-index: 999;                 /* ganz oben über anderen Inhalten */
  background-color: var(--gruen);
  color: white;
  border: 2px solid white;
  padding: 12px 16px;
  border-radius: 50%;           /* macht den Button rund */
  font-size: 18px;
  cursor: pointer;
  transition: background 0.3s ease;
}

#toTopBtn:hover {
  background-color: #555;
}


.MCkundl {
	font-size: 50px;
}

.container-fluid {
  padding-left: 100%;
  padding-right: 1000%;
}

.bild {
  position: relative;
  display: inline-block;
  width: 550px;
  border-radius: 12px;
}

/* neuer Wrapper nur für das Bild */
.img-wrap {
  overflow: hidden;      /* nur Bild wird abgeschnitten */
  border-radius: 12px;   /* gleiche Rundung wie das Bild */
}

.img-wrap img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}

.bild:hover .img-wrap img {
  transform: scale(1.1); /* Bild zoomt rein */
}

/* deine Overlay-Styles bleiben gleich */
.overlay,
.overlay-left {
  position: absolute;
  top: 70%;
  color: white;
  font-size: 30px;
  font-weight: lighter;
  background: rgba(4, 8, 88, 0.7);
  padding: 5px 30px;
  border-radius: 10px;
  font-family: 'Fira Sans';
  text-transform: uppercase;
  transition: background 0.3s ease, color 0.3s ease;
  z-index: 2; /* liegt über dem Bild */
}

.overlay {
  right: -30px;
}

.overlay-left {
  left: -30px;
}

.bild:hover .overlay,
.bild:hover .overlay-left {
  background: rgba(163, 201, 217, 0.9);
  color: var(--blau);
}

.custom-btn {
  background: rgba(4, 8, 88, 0.7);    /* dunkles Blau */
  color: white;                   /* Textfarbe */
  border: 2px solid rgba(4, 8, 88, 0.7);      /* Rahmen passend zur Hintergrundfarbe */
  padding: 12px 24px;             /* Innenabstand */
  border-radius: 8px;             /* abgerundete Ecken */
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;      /* sanfter Übergang beim Hover */
  display: inline-block;
}

.custom-btn:hover {
  background-color: white;        /* Hintergrund beim Hover */
  color: var(--blau);                 /* Textfarbe beim Hover */
  border: 2px solid rgba(4, 8, 88, 0.7);      /* Rahmenfarbe bleibt */
}

.angled-container {
 text-align: left;
  background-color: #020659; /* Blau */
  color: white;
  padding: 80px 20px;
  clip-path: polygon(0 0, 100% 25%, 100% 75%, 0 100%);
 margin-top: -150px;  
	         /* wichtig für z-index */
  z-index: 10; 
}

.strecke {
  position: absolute;
  top: 0;
  right: 0;           /* Bild rechts positionieren */
  width: auto;
  height: 100%;
  object-fit: cover;
  z-index: 1;  
}

.zeiten {
	position: absolute;
  top: 50%;
  right: 20px;       /* Container rechts im Hero */
  transform: translateY(-50%);
  z-index: 2;
  text-align: left;   /* Text links innerhalb des Containers */
  max-width: 300px;   /* optional, begrenzt die Breite */
  color: white;
}

.bg-bild{
	background-image: linear-gradient(rgba(0, 0, 0, 0.5),
					rgba(0, 0, 0, 0.5)),
					url("../images/IMG_0100.JPG");
	


	/* Ausrichtung und Zentrierung des Bildes, damit es auf allen Bildschirmen gut aussieht */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: flex;
	display: flex;
	justify-content: center;
}

.sponsoren{
	margin-top: 30px;
	background-color: white;
	color: var(--blau);
}

.padding-bottom{
	padding-bottom: 30px;
}

img.grayscale {
	transition: filter 0.5s ease-in-out; /* leichte Verzögerung beim Hover-Effekt */
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}

img.grayscale:hover {
	
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.scale:hover {
	-webkit-transform: scale(1.5, 1.5);
	-ms-transform: scale(1.5, 1.5);
	transform: scale(1.5, 1.5);
}


.lightboxcontainer {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; /* Abstand zwischen Bildern */
 
  justify-content: center; /* optional: zentrieren */
	margin: 10px;
}

.bildbox {
  flex: 0 0 auto;
}

a:hover {
	text-decoration: none;
	color: var(--hellblau) !important;
	font-weight: bold;
}


.anmelde-formular {
  max-width: 500px;
  background: rgba(255,255,255,0.05);
  padding: 30px;
  border-radius: 12px;
  border: 1px solid white;
  color: white;
}

.anmelde-formular label {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 90%;
  color: white;
}

.anmelde-formular .form-control {
  background: rgba(255,255,255,0.1);
  border: 1px solid #ccc;
  border-radius: 8px;
  color: white;
}

.anmelde-formular .form-control:focus {
  border-color: white;
  box-shadow: 0 0 8px rgba(33, 49, 106, 0.5);
  background: rgba(255,255,255,0.15);
}

.btn-anmeldung {
  background-color: var(--blau); /* Grundfarbe hellblau */
  color: white;                      /* Text weiß */
  border: 2px solid var(--blau); /* Rahmen in gleicher Farbe */
  border-radius: 8px;
  padding: 10px 20px;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.3s ease;         /* sanfter Übergang */
}

.btn-anmeldung:hover {
  background-color: white;           /* Hintergrund wird weiß */
  color: var(--blau);            /* Text hellblau */
  border: 2px solid var(--blau); /* Rahmen bleibt hellblau sichtbar */
}


.btn-anmeldung.mehr-btn {
	border-radius: 8px;
 background-color: white; 
	color: black;
	font-family: 'Fira Sans';
  display: inline-block;
  width: auto;           /* passt sich an Text an */
  min-width: unset;      /* entfernt eventuell vorhandene Mindestbreite */
  align-self: flex-start; /* WICHTIG: verhindert, dass Button die volle Breite annimmt */
	 margin-top: 20px;
	font-size: 1.5rem;   /* größere Schrift */
    padding: 15px 40px;
	transition: all 0.3s ease; 
}

.btn-anmeldung.mehr-btn:hover {
background-color: var(--dunkelgrau);           /* Hintergrund wird weiß */
  color: var(--blau);            /* Text hellblau */
  border: 2px solid var(--blau);
}

iframe{
	padding-bottom: 40px;
}

.blogpost {
  display: flex;
  align-items: flex-start;    /* oben ausrichten */
  justify-content: center;    /* gesamten Block horizontal zentrieren */
  gap: 30px;                  /* Abstand zwischen Bild und Text */
  flex-wrap: wrap;            /* auf kleinen Bildschirmen untereinander */
  padding-top: 20px;
}

.blog-title {
  margin-bottom: 10px;
  text-transform: uppercase;
}

.blog-meta {
  font-size: 0.9rem;
  color: #ccc;
  margin-bottom: 15px;
}



.blog-text {
  font-size: 1.2rem;
 
}

.blog-text a {
  color: var(--hellblau);           /* schwarz, statt blau */
  text-decoration: none;  /* unterstrichenes Link entfernen */
  font-weight: 500;       /* optional, etwas fetter */
  display: inline-flex;   /* Icon + Text schön ausrichten */
  align-items: center;
  gap: 5px;               /* Abstand zwischen Icon und Text */
}

.blog-text a:hover {
  color: var(--blau);         /* Farbe beim Hover, optional */
  text-decoration: underline; /* optional */
}

#showMoreBtn, #showLessBtn {
  margin: 10px;
}




.blog-content {
 
  align-items: flex-start;

	flex-direction: row; /* sicherstellen, dass Bild links, Text rechts */
	display: flex !important;

  justify-content: flex-start; /* NICHT space-between */
  gap: 30px !important;     
}


.blog-image {
  width: 450px;  /* Bild größer darstellen */
  height: auto;
  cursor: pointer;  /* Zeigt an, dass es anklickbar ist */
  border-radius: 8px;
  transition: transform 0.2s;
}

.blog-image:hover {
  transform: scale(1.05);
}

.lightbox {
  display: none;
  position: fixed;      /* immer über dem ganzen Viewport */
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,0.9);

  justify-content: center;
  align-items: center;
  z-index: 1050;
}
.lightbox img {
  max-width: 95%;
  max-height: 95%;
  object-fit: contain;
}


.blog-text-wrapper {
  display: flex;
  flex-direction: column; /* Text oben, Button darunter */
  gap: 0px; /* Abstand zwischen Text und Button */
  flex: 1;
}

.strecke-img {
  width: 100%;
  margin-top: -100px; /* Wert anpassen für stärkere/schwächere Überlappung */
  position: relative;
  z-index: 1; /* Damit es vor dem Hintergrund, aber nicht über der Überschrift liegt */
}

/* ===== Vorteile Section Styling ===== */
.vorteile-section {
  background-color: none; /* schwarzer Hintergrund */
  color: #fff;
  padding: 100px 0 100px;
  text-align: left;
}

.vorteile-section h2 {
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 100px;
}

/* Karten-Boxen */
.vorteile-card {
  background: #fff;
  color: #000;
  border-radius: 12px;
  padding: 30px 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover-Effekt */
.vorteile-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.4);
  color: var(--hellblau);
  background-color: var(--dunkelgrau);
}

/* Icon */
.vorteile-card .icon {
  font-size: 2.5rem;
  color: #e60023; /* Rot für Icons */
  margin-bottom: 15px;
  display: block;
}

/* Überschrift */
.vorteile-card h5 {
  font-weight: 700;
  font-size: 1.2rem;
  margin: 0;
}

/* Optional Splatter-Effekt */
.vorteile-card::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  width: 100px;
  height: 100px;
  background: url('splatter.png') no-repeat center/cover; /* eigene PNG/JPG */
  opacity: 0.1;
  transform: rotate(-15deg);
}

.btn-mitglied {
	background-color: white; 
	color: black;
	font-family: 'Fira Sans';
}

.btn-mitglied:hover {
background-color: var(--dunkelgrau);           /* Hintergrund wird weiß */
  color: var(--blau);            /* Text hellblau */
  border: 2px solid var(--blau);
}

#down {
  margin-left: 0;    /* entfernt Abstand links */
  padding-left: 0;   /* entfernt Padding */
 
}

.blog-content-center {
 
  align-items: flex-start;

	flex-direction: row; /* sicherstellen, dass Bild links, Text rechts */
	display: flex !important;

  justify-content: flex-start; /* NICHT space-between */
  gap: 30px !important;     
}


.blog-image-center {
  width: 300px;  /* Bild größer darstellen */
  height: auto;
  cursor: pointer;  /* Zeigt an, dass es anklickbar ist */
  border-radius: 8px;
  transition: transform 0.2s;
}

.blog-image-center:hover {
  transform: scale(1.05);
}

.schedule-table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  text-align: center;
}

.schedule-table th,
.schedule-table td {
  border: 1px solid var(--blau);  /* dunkles Blau wie im Bild */
  padding: 8px;
}

.schedule-table thead th {
  background-color: var(--dunkelgrau);
  color: white;
}

.schedule-table tbody td {
  background-color: #e0e0e0; /* hellgrau für Zellen */
}

.schedule-table tbody tr:nth-child(even) td {
  background-color: #f5f5f5; /* abwechselnd hell */
}

@media (max-width: 768px) {
  .schedule-table thead {
    display: none;
  }
  .schedule-table, .schedule-table tbody, .schedule-table tr, .schedule-table td {
    display: block;
    width: 100%;
  }
  .schedule-table td {
    text-align: right;
    padding-left: 50%;
    position: relative;
  }
  .schedule-table td::before {
    content: attr(data-label);
    position: absolute;
    left: 0;
    width: 50%;
    padding-left: 8px;
    font-weight: bold;
    text-align: left;
  }
}

.tr-transparent{
	background: none;
}

table {
	color: var(--dunkelgrau);
	margin: 60px 0 100px 0;
}

.custom-btn.left {
    font-size: 1.5rem;   /* größere Schrift */
    padding: 15px 40px;  /* mehr Platz innen: oben/unten 15px, links/rechts 40px */
    border-radius: 12px; /* optional: abgerundete Ecken */
    display: inline-block;
}

.btn-oeffnung {
 background-color: white !important; 
	color: black;
	font-family: 'Fira Sans';
  display: inline-block;
  width: auto;           /* passt sich an Text an */
  min-width: unset;      /* entfernt eventuell vorhandene Mindestbreite */
  align-self: flex-start; /* WICHTIG: verhindert, dass Button die volle Breite annimmt */
	 margin-top: 20px;
	font-size: 1.5rem;   /* größere Schrift */
    padding: 15px 40px;
	border-radius: 8px;
}

.btn-oeffnung:hover {
background-color: var(--dunkelgrau);           /* Hintergrund wird weiß */
  color: var(--blau);  
	border-radius: 8px;/* Text hellblau */

}



ul{
	color: white;
}

strong{
	color: white;
}

.fa-motorcycle {
    font-size: 40px; /* beliebige Größe */
}

.fa-child-reaching {
    font-size: 40px; /* beliebige Größe */
}

.fa-people-group {
    font-size: 40px; /* beliebige Größe */
}

.fa-flag-checkered{
    font-size: 40px; /* beliebige Größe */
}

@media (max-width: 576px) {
  .blog-content-center {
    flex-direction: column;
    text-align: center;
  }
  .blog-content-center .mehr-btn {
    margin-top: 0.75rem;
    align-self: center; /* zentriert den Button */
  }
}

@media (max-width: 576px) {
  .blog-content {
    flex-direction: column;
    text-align: center;
  }
  .blog-content .blog-text {
    margin-top: 0.75rem;
    align-self: center; /* zentriert den Button */
  }
}

.schedule-table {
  width: 100%;       /* passt sich dem Container an */
  max-width: 100%;
  font-size: 0.85rem; /* kleiner als Standard */
}

.schedule-table th,
.schedule-table td {
  padding: 0.25rem 0.5rem; /* kleinere Zellen */
}

.table-responsive {
  overflow-x: auto; /* erlaubt Scrollen, falls nötig */
}


@media (max-width: 768px) {
  .schedule-table th,
  .schedule-table td {
    padding: 1.0rem 1.5rem;  /* kleinere Zellen */
    font-size: 0.75rem;      /* kleinere Schrift */
  }
}

.blog-text i.fa-file-pdf {
  font-size: 1.5rem; /* z.B. 1.5x normal */
  vertical-align: middle; /* optional, damit Text mittig ausgerichtet ist */
  margin-right: 5px; /* Abstand zum Text */
}





