:root {
--primary-color-hue:171;
--primary-color-saturation: 99%;
--primary-color-lightness: 32%;
--secondary-color-hue:194;
--secondary-color-saturation: 98%;
--secondary-color-lightness: 20%;
} :root {
    --ci-alpha--bg-color: #e95062;
    --card-header--bg-color: #f0f5f8;
    --card-header--: roboto slab;
  --link--color: #014e66;
  --link-hover--color: var(--primary-hover--bg-color);
  --link-active--color: #014e66;
  --link-disabled--color: var(--primary-disabled--bg-color);
}
body {
  color: #000000;
}

.align-items-center {
  font-size: 1.1rem;
  font-weight: bold;
}

.card-header {
  font-family: source sans pro;
  font-size: 1.3rem;
  color: #014e66;
  font-weight: bold;
}
.card {
  border-radius: 1px;
  margin-bottom: 0.5rem;
}
h1 {
  font-family: roboto slab;
  color: #014e66;
  margin-bottom: 1.2rem;
  font-size: 2.1rem;
  font-weight: 700;
}

@media (max-width: 768px) {
  h1 {
    font-size: 2.0rem; /* Kleinere Schriftgröße für kleine Bildschirme */
    font-family: roboto slab;
    font-weight: 700;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 1.6rem; /* Noch kleinere Schriftgröße für sehr kleine Bildschirme */
    font-family: roboto slab;
    font-weight: 700;
  }
}

/*h2 {
  background-color: #e40146;
}*/
ul {
  padding-left: 1rem;
}
/* Darstellung Buttons im Normalzustand und beim Hover */

.btn-pf-primary {
  background-color: #014e66;
  color: #f0f5f8;
  border: 2px solid #014e66;
  border-radius: 1px;
  cursor: pointer;
  text-decoration: none; /* Kein Unterstreichen im Normalzustand */
  transition: all 0.3s ease;
}
.btn-pf-primary:hover {
  background-color: #014e66;
  color: #f0f5f8;
  border-color: #014e66;
  border-radius: 1px;
  text-decoration: underline; /* Unterstreichen beim Hover */
  text-decoration-thickness: 2.5px;
}
.btn-pf-secondary:hover {
  background-color: #014e66;
  color: #f0f5f8;
  border-color: #014e66;
  border-radius: 1px;
  text-decoration: underline; /* Unterstreichen beim Hover */
}
.btn-pf-tertiary {
  background-color: #014e66;
  color: #f0f5f8;
  border: 2px solid #014e66;
  border-radius: 1px;
  cursor: pointer;
  text-decoration: none; /* Kein Unterstreichen im Normalzustand */
  transition: all 0.3s ease;
}
.btn-pf-tertiary:hover {
  background-color: #014e66;
  color: #f0f5f8;
  border-color: #014e66;
  border-radius: 1px;
  text-decoration: underline; /* Unterstreichen beim Hover */
}
.btn-pf-secondary {
  background-color: #014e66;
  color: #f0f5f8;
  border: 2px solid #014e66;
  border-radius: 1px;
  cursor: pointer;
  text-decoration: none; /* Kein Unterstreichen im Normalzustand */
  transition: all 0.3s ease;
}
.form-check-input:checked {
  background-color: #014e66;
}
/* Text vor (m/w/d) */
.highlight {
    font-weight: bold;
    color: #014e66;
}
/* Container für Logo und Banner */
.header-container {
  display: flex;
  align-items: center; /* Vertikale Ausrichtung von Logo und Banner */
  width: 100%;
  height: 100px; /* Höhe des Banners */
  position: relative; /* Erforderlich für die nachfolgende Pseudo-Klasse */
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2); /* Leichte graue Schattierung */
}

.header-container::after {
  content: ""; /* Pseudo-Element für den Farbverlauf */
  position: absolute;
  top: 0;
  left: 350px; /* Startpunkt des Farbverlaufs direkt rechts vom Bild */
  right: 0;
  height: 100%;
  background: linear-gradient(to right, #ffffff 20%, #e95062 20%); /* Verlauf */
  z-index: -1; /* Hinter den Inhalten */
}

/* Banner */
.header-banner {
  flex: 1;
  height: 100%;
}

img {
  width: 350px;
  max-width: 90%;
  height: auto; /* Seitenverhältnis beibehalten */
  flex-shrink: 0; /* Verhindert das Schrumpfen des Bildes */
}

img border {
  width: 400px;
}
/* Logo */
.header-container img.logo {
  height: 60px; /* Logo-Höhe */
  margin-left: 20px; /* Abstand links */
  margin-right: 20px; /* Abstand rechts */
  height: 100px; /* Maximale Höhe des Logos */
  z-index: 2; /* Logo bleibt sichtbar über dem Banner */
  padding: 1rem;
}
.l-footer__row1 {
  padding: 0 18px;
}
.l-footer__row1-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #ffffff;
  font-family: 'Font Awesome 6 Brands Regular';
}
.l-footer__row1-inner__right {
  align-items: center;
  display: flex;
  color: #ffffff;
  box-sizing: border-box;
  font-family: 'Font Awesome 6 Brands Regular';
}
.fa-brands {
  font-family: 'Font Awesome 6 Brands Regular';
  font-weight: 400;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}
.l-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Font Awesome 6 Brands Regular';
}
.l-footer ul li {
  margin-bottom: 0.5rem;
  font-family: 'Font Awesome 6 Brands Regular';
}
.l-footer__social li i {
  font-size: 28px;
  font-family: 'Font Awesome 6 Brands Regular';
}
.l-footer__social {
  display: flex;
  gap: 40px;
  font-family: 'Font Awesome 6 Brands Regular';
}
.l-footer a {
  display: block;
  margin: 0;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  text-decoration-color: transparent;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  font-family: 'Font Awesome 6 Brands Regular';
}