nav {
  font-weight: bold;
}
nav .transparent-navbar {
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  box-shadow: 0 2px 5px rgb(0, 0, 0);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.intro {
  z-index: 1;
}
.intro .position-relative {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
}
@media screen and (max-width: 600px) {
  .intro .position-relative {
    background: url("/imgs/sections/01_intro/01_intro-item_mobile.png") no-repeat center !important;
    background-size: cover !important;
  }
}
.intro .content {
  text-align: center;
}
.intro .content h1 {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .intro .content h1 {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  .intro .content h1 {
    font-size: 5rem;
  }
}
.intro .content h2 {
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .intro .content h2 {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .intro .content h2 {
    font-size: 2.5rem;
  }
}
.intro .content .btn {
  background-color: #5E7594;
  color: #fff;
  font-weight: bold;
  padding: 0.75rem 2rem;
  border-radius: 5px;
}

.cards-container {
  position: relative;
  margin-top: -110px;
  z-index: 2;
}
@media (max-width: 768px) {
  .cards-container {
    margin-top: 0;
  }
}

.card {
  background-color: #fff;
  color: #5E7594;
  border-radius: 8px;
  overflow: hidden;
  margin: 10px 0;
}
.card .btn {
  background-color: #5E7594;
  color: #fff;
}

.about {
  padding-top: 60px;
}
@media (min-width: 768px) {
  .about {
    padding-top: 120px;
  }
}
.about h2 {
  font-size: 3rem;
  color: #5E7594;
  font-weight: 540;
}
@media (min-width: 768px) {
  .about h2 {
    font-size: 2.5rem;
    font-weight: 540;
  }
}
@media (min-width: 768px) {
  .about h2 {
    position: relative;
    top: -8.5px;
  }
}
.about img {
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.about hr {
  height: 3px;
  background-color: #808080;
  border: none;
}
.about p {
  font-size: 1rem;
  color: #5E7594;
}
@media (min-width: 768px) {
  .about p {
    font-size: 0.8rem;
  }
}

.anspruch {
  background-color: #5E7594;
  color: #fff;
}
.anspruch h2 {
  font-weight: 540;
}
.anspruch .item-content {
  background-color: #fff;
  color: #5E7594;
  border-radius: 8px;
}
.anspruch .item-content .icon-lg i {
  font-size: larger;
}

.faq h2 {
  color: #5E7594;
  font-weight: 540;
}
.faq .accordion-button {
  background-color: #5E7594;
  color: #fff;
}

.kontakt {
  background-color: #5E7594;
  color: #fff;
}
.kontakt .contact-info {
  background-color: #fff;
  border-radius: 10px;
}
.kontakt .contact-form {
  background-color: #fff;
  color: #5E7594;
}
.kontakt .contact-form button {
  background-color: #5E7594;
  color: #fff;
}

.footer {
  background-color: #383838;
  color: #fff;
}
.footer .row .col-md-3 .sections li {
  list-style: none;
}
.footer .row .col-md-3 .sections li a {
  color: #fff;
  text-decoration: none;
}
.footer .row .col-md-3 .sections li :hover {
  color: #5E7594;
  font-weight: bold;
}
.footer .row .col-md-3 .contacts li {
  list-style: none;
}
.footer .row .col-md-3 .contacts li a {
  color: #fff;
  text-decoration: none;
}
.footer .row .col-md-3 .contacts li :hover {
  color: #5E7594;
  font-weight: bold;
}
.footer .row .col-md-3 .support li {
  list-style: none;
}
.footer .row .col-md-3 .support li a {
  color: #fff;
  text-decoration: none;
}
.footer .row .col-md-3 .support li :hover {
  color: #5E7594;
  font-weight: bold;
}
.footer .row .col-md-3 .socials li {
  list-style: none;
}
.footer .row .col-md-3 .socials li a {
  color: #fff;
  text-decoration: none;
}
.footer .row .col-md-3 .socials li :hover {
  color: #5E7594;
  font-weight: bold;
}
.footer .footer-bottom {
  background-color: #000;
}
.footer .footer-bottom .footer-bottom__copyright a {
  text-decoration: none;
}

.cookie-warning {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #5E7594;
  color: #ffffff;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 9999;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}
.cookie-warning p {
  margin: 0;
  font-size: 14px;
  flex: 1;
}
.cookie-warning .accept-cookies {
  background-color: #4CAF50;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 4px;
  font-size: 14px;
}
.cookie-warning .accept-cookies:hover {
  background-color: #45a049;
}

.cookie-accepted {
  display: none;
}/*# sourceMappingURL=style.css.map */