@font-face {
  font-family: Amatic;
  font-weight: 700;
  src: url(webfonts/amatic/AmaticSC-Bold.ttf);
}
@font-face {
  font-family: Advert;
  font-weight: 700;
  src: url(webfonts/advert/AdvertWeb-Bold.woff2);
}
@font-face {
  font-family: Advert;
  font-weight: 400;
  src: url(webfonts/advert/AdvertWeb.woff2);
}
@font-face {
  font-family: Advert;
  font-weight: 300;
  src: url(webfonts/advert/AdvertWeb-Light.woff2);
}
.arrow-link {
  color: #F6A122;
  text-decoration: none;
  font-weight: 700;
}
.arrow-link:after {
  content: " ";
  display: inline-block;
  width: 16px;
  height: 9px;
  margin-left: 10px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="9" viewBox="0 0 16 9" fill="none"><path d="M10.4133 1.03283C10.2567 1.18935 10.1785 1.3827 10.1785 1.61287C10.1785 1.84305 10.2613 2.04101 10.4271 2.20673L11.96 3.73972H1.18772C0.95754 3.73051 0.759587 3.80877 0.593859 3.9745C0.428131 4.14023 0.349871 4.33818 0.359078 4.56836C0.349871 4.79854 0.428131 4.99649 0.593859 5.16222C0.759587 5.32795 0.95754 5.40621 1.18772 5.397H11.96L10.4271 6.92999C10.2613 7.09571 10.1785 7.29367 10.1785 7.52384C10.1785 7.75402 10.2567 7.94737 10.4133 8.10389C10.579 8.26962 10.7769 8.35249 11.0071 8.35249C11.2373 8.35249 11.4352 8.26962 11.601 8.10389L15.1365 4.56836L11.601 1.03283C11.4352 0.867097 11.2373 0.784233 11.0071 0.784233C10.7769 0.784234 10.579 0.867097 10.4133 1.03283Z" fill="%23F39100"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
}

.bgr-white {
  background-color: #ffffff;
}

.bgr-beige {
  background-color: #FFEEE0;
}

.bgr-dark-beige {
  background-color: #FFBB82;
}

.bgr-dark-beige-40 {
  background-color: rgba(255, 187, 130, 0.4);
}

.bgr-blue {
  background-color: #3012AB;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  color: #3012AB;
  font-family: Advert, serif;
  background-color: #FFEEE0;
}
body > .container-fluid {
  margin-top: 100px;
}
body .login form,
body .forgot_password_request form {
  max-width: 490px;
}
body .register form button[type=submit] {
  margin-top: 50px;
}
body.navbar-open-mobile {
  overflow-y: hidden;
}
body.navbar-open-mobile .navbar {
  background-color: #75C3B7;
  padding: 20px 0 0;
}
body.navbar-open-mobile .navbar .navbar-brand svg path {
  fill: #ffffff;
}
body.navbar-open-mobile .navbar .navbar-toggler .navbar-toggler-icon {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 17 17" fill="none"><path d="M16 1L1 16" stroke="white" stroke-width="2" stroke-linecap="round"/><path d="M16 16L1 0.999999" stroke="white" stroke-width="2" stroke-linecap="round"/></svg>');
  width: 15px;
  height: 15px;
  margin-right: 15px;
}

.preheader-text {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px; /* 150% */
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

a {
  color: inherit;
}
a.a-reset {
  color: inherit;
  text-decoration: none !important;
}

.btn {
  border: none !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #ffffff;
  padding: 10px 24px;
}
.btn.btn-disabled {
  pointer-events: none !important;
}
.btn.btn-primary {
  background-color: #3012AB !important;
}
.btn.btn-primary.btn-disabled {
  background-color: rgba(48, 18, 171, 0.5) !important;
}
.btn.btn-outline-primary {
  border: 1px solid #3012AB !important;
  background-color: transparent !important;
  color: #3012AB !important;
}
.btn.btn-success {
  background-color: #75C3B7 !important;
}
.btn.btn-success.btn-disabled {
  background-color: rgba(117, 195, 183, 0.5) !important;
}
.btn.btn-secondary {
  background-color: #ffffff !important;
  color: #3012AB;
}
.btn.btn-warning {
  background-color: #F6A122 !important;
}
.btn.btn-warning.btn-disabled {
  background-color: rgba(246, 161, 34, 0.5) !important;
}
.btn.btn-warning:hover {
  color: #ffffff !important;
}

.navbar {
  background: #ffffff;
  position: absolute;
  width: 100%;
  padding: 20px 0;
  z-index: 1;
  min-height: 100px;
}
@media (max-width: 991.98px) {
  .navbar .container {
    padding-left: calc(var(--bs-gutter-x) * 0.5 * 2);
    padding-right: calc(var(--bs-gutter-x) * 0.5 * 2);
  }
  .navbar .navbar-nav-footer {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.1);
    position: relative;
    left: calc(var(--bs-gutter-x) * 0.5 * 2 * -1);
    width: calc(100% + var(--bs-gutter-x) * 0.5 * 4);
    padding-left: calc(var(--bs-gutter-x) * 0.5 * 2);
    padding-right: calc(var(--bs-gutter-x) * 0.5 * 2);
    height: 70px;
    text-align: center;
  }
  .navbar .navbar-nav-footer a {
    color: #ffffff;
    text-decoration: none;
  }
}
.navbar .navbar-brand {
  display: block;
  width: 201px;
}
@media (max-width: 991.98px) {
  .navbar .navbar-logged-in {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .navbar .navbar-logged-in:after {
    content: " ";
    position: absolute;
    bottom: -20px;
    left: calc(var(--bs-gutter-x) * 0.5 * 2 * -1);
    width: calc(100% + var(--bs-gutter-x) * 0.5 * 4);
    height: 1px;
    background-color: #ffffff;
  }
}
.navbar .navbar-toggler {
  border: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
}
.navbar .navbar-toggler .navbar-toggler-icon {
  background-image: url('data:image/svg+xml,<svg width="49" height="44" viewBox="0 0 49 44" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M33.1892 43.3173C29.5605 44.3183 25.9295 44.0413 23.1397 43.604C15.4738 42.4014 9.16902 38.6552 4.51052 32.6497C2.06161 29.489 -0.638727 24.0568 0.134869 19.3243C1.1212 13.275 5.22368 8.86316 10.3512 5.19229C11.5647 4.32255 13.0297 3.71277 14.4319 2.97179C14.971 2.68755 15.5826 2.52478 16.1 2.26483C16.3659 2.18465 16.6318 2.10448 16.8977 2.02431C17.7825 1.5943 18.8921 1.49713 19.9268 1.10113C20.5675 0.855757 21.9648 0.564226 22.661 0.539931C22.9463 0.481625 23.2315 0.423319 23.5192 0.367442C24.2928 0.345577 25.1679 0.143934 25.9077 0.141505C27.2421 0.136646 28.4412 -0.062567 29.6935 0.0200336C36.2473 0.447613 43.0477 1.98787 46.7537 6.90261C48.9802 9.85679 49.1857 15.0388 48.898 18.3088C48.8303 19.0643 48.8738 19.7543 48.7529 20.4928C48.3637 22.9004 48.0205 25.274 47.2686 27.4774C45.6489 32.2221 43.171 36.2137 39.5157 39.7922C38.498 40.7907 37.1224 41.5973 35.7324 42.3504C35.1232 42.6006 34.5115 42.8484 33.9023 43.0987C33.6848 43.2056 33.327 43.1764 33.1843 43.3198" fill="%2375C3B7"/><path d="M19 15H34" stroke="white" stroke-width="2" stroke-linecap="round"/><path d="M19 22.5H34" stroke="white" stroke-width="2" stroke-linecap="round"/><path d="M19 30H34" stroke="white" stroke-width="2" stroke-linecap="round"/></svg>');
  width: 49px;
  height: 44px;
}
.navbar .navbar-nav {
  display: flex;
  align-items: center;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .navbar .navbar-nav {
    max-width: 540px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .navbar .navbar-nav {
    max-width: 720px;
  }
}
@media (max-width: 991.98px) {
  .navbar .navbar-nav {
    align-items: flex-start;
    width: 100%;
    margin-top: 50px !important;
    height: calc(100vh - 193px);
  }
  .navbar .navbar-nav .nav-link {
    margin-bottom: 25px !important;
    font-size: 20px;
    color: #ffffff !important;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .navbar .navbar-nav .nav-link:after {
    content: " ";
    display: block;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="18" viewBox="0 0 11 18" fill="none"><path d="M1.5 1L9 8.5L1 16.5" stroke="white" stroke-width="2" stroke-linecap="round"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    width: 11px;
    height: 18px;
  }
  .navbar .navbar-nav .nav-link.active:before {
    content: unset !important;
    display: none !important;
  }
}
.navbar .navbar-nav .nav-link {
  margin: 0 40px 0 0;
  font-weight: 700;
  color: #3012AB;
}
.navbar .navbar-nav .nav-link:hover {
  color: #75C3B7;
}
.navbar .navbar-nav .nav-link.nav-link-icon .user-icon-active {
  display: none;
}
.navbar .navbar-nav .nav-link.nav-link-icon.active .user-icon-active {
  display: block;
}
.navbar .navbar-nav .nav-link.nav-link-icon.active .user-icon {
  display: none;
}
.navbar .navbar-nav .nav-link.active:not(.nav-link-icon) {
  position: relative;
}
.navbar .navbar-nav .nav-link.active:not(.nav-link-icon):before {
  content: " ";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="89" height="8" viewBox="0 0 89 8" fill="none"><path d="M1 5.78639C25.0363 4.45953 75.7942 2.0953 86.5359 3.25329C99.9631 4.70077 16.9137 0.358296 5.47572 1.08204C-5.96223 1.80578 75.098 7.95747 79.5737 6.87193" stroke="%2375C3B7" stroke-linecap="round"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  width: 89px;
  height: 8px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.footer .footer-brand {
  width: 126px;
}
.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 45px;
}
@media (max-width: 991.98px) {
  .footer ul.footer-list {
    margin-bottom: 50px;
    flex-direction: column;
    gap: 15px;
  }
}
.footer ul li .footer-links {
  color: #3012AB;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.footer ul li a {
  text-decoration: none;
}
.footer .footer-public-links,
.footer .footer-text {
  color: #3012AB;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  opacity: 0.7;
}

.curve-header {
  width: 100%;
  height: auto;
  padding: 0 !important;
  position: relative;
  bottom: -1px;
}
.curve-header.curve-header-rotated {
  transform: rotate(180deg);
  top: -1px;
  bottom: 0 !important;
}

.section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.section .section-padding-top {
  padding-top: 50px;
}
.section .section-padding-bottom {
  padding-bottom: 50px;
}

h1 {
  font-family: Amatic, serif;
  font-size: 75px;
  font-weight: 700;
  line-height: 68px; /* 90.667% */
}
@media (max-width: 991.98px) {
  h1 {
    font-size: 50px;
  }
}
h1 sup {
  font-size: 40px;
  font-weight: 700;
  position: relative;
  top: -15px;
}

h2 {
  font-family: Amatic, serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 44px; /* 91.667% */
}
h2 sup {
  font-size: 22px;
  font-weight: 700;
  position: relative;
  top: -12px;
}

h3 {
  font-size: 26px;
  font-weight: 700;
  line-height: 30px; /* 115.385% */
}

p {
  margin: 10px 0;
}

form fieldset > div {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr;
}
form.form-error input {
  border: 1px solid #E62900 !important;
  color: #E62900 !important;
  background-color: #EBE6F7 !important;
}
form.form-error input::placeholder {
  color: #E62900 !important;
}
form .form-error-text {
  color: #E62900;
  font-weight: 700;
}
form .form-forgot-password {
  color: #3012AB;
  font-size: 16px;
  font-weight: 350;
  line-height: 24px; /* 150% */
  text-decoration-line: underline;
}
form .form-info-text,
form .checkbox-label {
  color: #3012AB;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
}
form .checkbox-label {
  padding-left: 10px;
  padding-top: 4px;
}
form input {
  background-color: rgba(48, 18, 171, 0.1) !important;
  border-radius: 5px !important;
  box-shadow: unset !important;
  border: 1px solid transparent !important;
  transition: background-color 0.2s linear !important;
  padding: 10px 15px !important;
}
form input[readonly] {
  background-color: rgba(152, 137, 213, 0.1) !important;
}
form input :not([type=radio]) {
  padding: 13px 11px;
  min-height: 44px;
}
form input:active {
  filter: none !important;
}
form input:focus {
  border: 1px solid #3012AB !important;
  background-color: #ffffff !important;
}
form input::placeholder {
  color: #8F97B9 !important;
}
form input[type=checkbox] {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  padding: 0 !important;
  border: 1px solid #EAD8DB !important;
  background-color: transparent !important;
}
form input[type=checkbox]:checked {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="26" height="26" viewBox="0 0 26 26" fill="none"><path d="M8 12.5002L11.6667 16.1668L19 8.8335" stroke="%233012AB" stroke-width="2"/></svg>') !important;
}
form input[type=radio] {
  width: 24px;
  height: 24px;
  padding: 0 !important;
  border-radius: 50% !important;
  background-image: unset !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
form input[type=radio]:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
form input[type=radio]:checked:before {
  background-color: #3012AB;
}
form fieldset div {
  display: flex;
  justify-content: space-between;
}
form fieldset div label {
  padding-top: 4px;
  padding-left: 10px;
}
form label.required:after,
form legend.required:after {
  content: "*";
  display: inline-block;
}

.header-content-wrapper {
  position: absolute;
  top: 15%;
}
.header-content-wrapper p {
  font-weight: 700;
  text-transform: uppercase;
}
.header-content-wrapper.header-content-wrapper-text-center {
  top: 50%;
  transform: translateY(-50%);
}

.popup-modal-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(3.5px);
}
.popup-modal-wrapper .popup-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 592px;
}
.popup-modal-wrapper .popup-modal .popup-modal-header {
  border-radius: 5px 5px 0 0;
  background-color: #3012AB;
  height: 25px;
}
.popup-modal-wrapper .popup-modal .popup-modal-content {
  display: flex;
  height: calc(100% - 25px);
  background-color: #FFDDC1;
  border-radius: 0 0 5px 5px;
  padding-bottom: 50px;
}
.popup-modal-wrapper .popup-modal .popup-modal-content > .popup-modal-content-item:first-of-type {
  margin-left: 34px;
  margin-right: 24px;
  padding-top: 61px;
}
.popup-modal-wrapper .popup-modal .popup-modal-content > .popup-modal-content-item:last-of-type {
  margin-right: 72px;
  padding-top: 43px;
}
.popup-modal-wrapper .popup-modal .popup-modal-content > .popup-modal-content-item .popup-modal-content-item-buttons {
  margin-top: 40px;
}
.popup-modal-wrapper .popup-modal .popup-modal-content > .popup-modal-content-item .popup-modal-content-item-buttons > .btn-outline-primary {
  margin-right: 29px;
}

.accordion {
  --bs-accordion-bg: transparent;
}
.accordion .accordion-item {
  border-top: 1px solid rgba(48, 18, 171, 0.5) !important;
  border-bottom: 0 !important;
}
.accordion .accordion-item .accordion-button {
  color: #3012AB;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 10px 20px 0;
  box-shadow: unset !important;
  background-color: transparent !important;
}
.accordion .accordion-item .accordion-button:after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="15" viewBox="0 0 18 15" fill="none"><path d="M9 0L17.6603 15L0.339746 15L9 0Z" fill="%233012AB"/></svg>') !important;
}
.accordion .accordion-item .accordion-body {
  padding: 10px 10px 20px 0;
  color: #3012AB !important;
}
.accordion .accordion-item .accordion-body ul li {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .header-img .header-img-mobile {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .header-img .header-img-desktop {
    display: none;
  }
}
@media (min-width: 992px) {
  .header-img {
    min-height: 600px;
  }
  .header-img img {
    object-fit: cover;
    height: 100%;
  }
  .header-img .header-img-curve-mobile {
    display: none;
  }
  .header-img .header-img-blur {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .header-img .header-img-curve {
    display: none;
  }
  .header-img .header-img-blur {
    background: linear-gradient(0deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    height: 160px;
    position: absolute;
    bottom: 0;
  }
  .header-img .header-content-wrapper {
    margin-top: 50px;
    position: relative !important;
    top: unset !important;
  }
  .header-img .header-img-curve-mobile {
    position: relative !important;
  }
}

.load-more {
  margin-top: 75px;
  margin-bottom: 20px;
  cursor: pointer;
  text-decoration: underline;
  font-weight: 700;
  width: 100%;
  text-align: center;
}

.elearning-item-2 {
  display: flex;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .elearning-item-2 {
    flex-direction: column;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .elearning-item-2 > *:first-of-type {
    flex-basis: 40%;
  }
  .elearning-item-2 > *:last-of-type {
    flex-basis: 60%;
  }
}
@media (min-width: 1200px) {
  .elearning-item-2 > * {
    flex-basis: 50%;
  }
}
.elearning-item-2 .elearning-item-content {
  padding: 35px 44px;
  display: flex;
  flex-direction: column;
  background-color: #EBE6F7;
}
.elearning-item-2 .elearning-item-content .elearning-item-content-badge {
  font-size: 16px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.elearning-item-2 .elearning-item-content .elearning-item-content-title {
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 20px;
}
.elearning-item-2 .elearning-item-content .elearning-item-content-teaser {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  flex-grow: 1;
  flex-shrink: 0;
  margin-bottom: 25px;
}

@media (min-width: 992px) {
  .grundbedarfstabelle {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .grundbedarfstabelle {
    overflow-x: scroll;
  }
}

.grundbedarfstabelle-text {
  font-size: 14px;
}

@media (min-width: 992px) {
  .carousel .carousel-indicators {
    bottom: -50px;
  }
}
.carousel .carousel-indicators > button {
  border-radius: 50%;
  width: 14px;
  height: 14px;
}

/*# sourceMappingURL=global.css.map */
