a.nav-link.active {
  color: #ffc105;
}
.ty-content a {
  color: #222c66;
}
.ty-content ul {
  list-style-type: disc;
  /* Normale Punkte */
  list-style-position: outside;
  padding-left: 1.25em;
  /* Abstand zum Text */
  margin-bottom: 22px !important;
}
.ty-content ul li::marker {
  color: #ffc105;
  /* Farbe der Punkte */
}
.ty-content h3:has(+ ul),
.ty-content h3:has(+ p) {
  margin-bottom: 0;
}
.ty-content .about-section .section-heading p:has(+ ul) {
  margin-bottom: 8px !important;
}

fieldset.form-group {
  padding: 1rem;
  background: rgba(34, 44, 102, 0.1);
}
fieldset.form-group legend {
  padding-top: 4rem;
  margin-bottom: 0 !important;
  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #222c66;
  font-size: 1.25rem;
}
.frame-type-felogin_login h3 {
  font-size: 28px;
  color: #222c66;
  font-weight: 600;
  padding-top: 3rem;
}
.frame-type-felogin_login label {
  margin-bottom: 0.25rem;
}
.frame-type-felogin_login input {
  margin-bottom: 1.5rem;
}
.frame-type-felogin_login input[type=submit] {
  margin-top: 3rem;
}
.widget-section a {
  color: white;
}
.widget-section a:hover {
  color: #ffc105;
}

p br {
  display: inline !important;
}