body {
  font-family: "Poppins", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "Boldonse", system-ui !important;
  font-weight: 400 !important;
  font-style: normal !important;
}
body header .navbar {
  justify-content: center;
  background-color: #0072ce !important;
}
body header .navbar .navigation .navbar-brand {
  color: #f5fbff !important;
}
body header .navbar .navigation .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: rgba(245, 251, 255, 0.8156862745);
  transition: all 0.5s;
}
body header .navbar .navigation .navbar-collapse .navbar-nav .nav-item .nav-link.active {
  color: #f5fbff !important;
}
body header .navbar .navigation .navbar-collapse .navbar-nav .nav-item .nav-link.disabled {
  color: rgba(245, 251, 255, 0.5215686275);
}
body header .navbar .navigation .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  color: #f5fbff !important;
  transform: scale(1.1);
}
body header .navbar .sponsorbanner {
  display: flex;
  justify-content: center;
  margin: 6px;
}
body header .navbar .sponsorbanner__image {
  width: 100%;
  height: auto;
}
body main .memberlist .row {
  display: flex;
  justify-content: space-evenly;
}
body footer {
  width: 100%;
  min-height: 7vh;
  background-color: #262626;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 0;
}
body footer .footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
}
body footer .footer-content .teamlead a,
body footer .footer-content .impressum a,
body footer .footer-content .socials a {
  color: #0072ce;
  margin: 0 0.5rem;
  text-decoration: none;
}
body footer .footer-content .teamlead a:hover,
body footer .footer-content .impressum a:hover,
body footer .footer-content .socials a:hover {
  color: white;
}
body footer .footer-content .impressum {
  text-align: center;
  flex: 1;
}
@media (max-width: 768px) {
  body footer .footer-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  body footer .footer-content .teamlead,
  body footer .footer-content .impressum,
  body footer .footer-content .socials {
    margin: 0.5rem 0;
  }
  body footer .footer-content .teamlead a,
  body footer .footer-content .socials a {
    display: block;
    margin: 0.25rem 0;
  }
}
body .scroll-top-btn {
  background-color: #0072ce;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 1000;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease-in-out;
}
body .scroll-top-btn.visible {
  opacity: 1;
  pointer-events: auto;
}
body .scroll-top-btn:hover {
  opacity: 0.85;
}

.form__input {
  background-color: rgba(245, 251, 255, 0.5215686275) !important;
  border-color: #262626 !important;
  border-width: 4px !important;
}
.form__input:focus {
  border-color: #0072ce !important;
}

/*# sourceMappingURL=style.css.map */
