.splide__arrows {
  position: absolute;
  z-index: 1;
}
.splide__arrows button {
  position: absolute;
  top: 50px;
  background: initial;
  border: 0;
  cursor: pointer;
}
@media all and (min-width: 768px) {
  .splide__arrows button {
    top: 9px;
  }
}

.ce_form {
  max-width: 1144px;
  margin: 0 auto;
  padding: 0 1rem;
  margin: 2rem auto;
}

.contact-form-wrapper {
  margin: 5rem auto 0;
}
@media all and (min-width: 768px) {
  .contact-form .formbody {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.contact-form .widget {
  margin-bottom: 1.5rem;
  align-content: end;
}
.contact-form .widget > label {
  display: block;
  margin-bottom: 0.5rem;
}
.contact-form .widget > label .mandatory {
  margin-left: 2px;
}
.contact-form .widget > input, .contact-form .widget select {
  width: 100%;
}
@media all and (min-width: 768px) {
  .contact-form .widget {
    flex-basis: 49%;
  }
}
.contact-form .widget-explanation {
  flex-basis: 100%;
}
.contact-form .widget-textarea {
  flex-basis: 100%;
}
.contact-form .widget-textarea textarea {
  width: 100%;
  resize: vertical;
  min-height: 100px;
  max-height: 300px;
}
.contact-form .widget-submit {
  flex-basis: 100%;
  text-align: right;
}

#anmeldungform .ce_form {
  margin-top: 4em;
}
#anmeldungform h6 {
  font-family: "DINNextLight", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", sans-serif;
  font-size: 0.75em;
}
#anmeldungform .steps {
  display: flex;
  width: 100%;
}
#anmeldungform .steps li {
  position: relative;
  flex: 1;
  margin-right: 4px;
  padding: 1rem;
  text-align: center;
  color: #fff;
  background-color: #a9b9d2;
}
#anmeldungform .steps li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  width: 0;
  border: 20px solid transparent;
  border-right-width: 0;
  border-left-width: 20px;
  border-top-width: 28px;
  border-bottom-width: 28px;
  border-left-color: #eef1f7;
  margin: 0;
  transform: translateX(0.25em);
  z-index: 1;
}
@media all and (max-width: 768px) {
  #anmeldungform .steps li::before {
    border-left-width: 10px;
  }
}
#anmeldungform .steps li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  width: 0;
  border: 20px solid transparent;
  border-right-width: 0;
  border-left-width: 20px;
  border-top-width: 28px;
  border-bottom-width: 28px;
  border-left-color: #a9b9d2;
  margin: 0;
  z-index: 2;
}
@media all and (max-width: 768px) {
  #anmeldungform .steps li::after {
    border-left-width: 10px;
  }
}
#anmeldungform .steps li:last-child::before, #anmeldungform .steps li:last-child::after {
  display: none;
}
#anmeldungform .steps .active-step {
  background-color: #193e69;
}
#anmeldungform .steps .active-step::after {
  border-left-color: #193e69;
}
#anmeldungform fieldset {
  margin-bottom: 1.5rem;
}
#anmeldungform fieldset > span {
  display: block;
}
#anmeldungform button {
  display: inline-block;
  padding: 0.7em 2em;
  font-family: "DINNextRoundedRegular", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", sans-serif;
  font-size: 1.12rem;
  font-size: clamp(0.875rem, 0.85rem + 0.125vw, 1rem);
  border-radius: 27px;
  color: #fff;
  background-color: #193e69;
  transition: background-color 0.3s ease, color 0.3s ease;
  border: 0;
  cursor: pointer;
}
#anmeldungform button:hover {
  background-color: #102742;
}
#anmeldungform .hidden {
  display: none;
}
#anmeldungform .widget .hidden {
  display: block;
}
#anmeldungform .ban {
  display: none;
  color: #C0392B;
}
#anmeldungform .file-upload {
  margin-bottom: 0.5rem;
}
#anmeldungform .widget-upload {
  position: relative;
  flex-basis: 49%;
}
#anmeldungform .widget-upload label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  padding: 11px 24px;
  line-height: 1.6;
  color: #555;
  background-color: #fff;
  padding: 11px 24px;
  border-radius: 24px;
  border: 2px solid #e8e8e8;
  user-select: none;
  cursor: pointer;
  overflow: hidden;
}
#anmeldungform .widget-upload label:before {
  position: absolute;
  top: -0.075em;
  right: -0.075em;
  bottom: -0.075em;
  z-index: 6;
  display: block;
  content: "Durchsuche";
  padding: 11px 24px;
  line-height: 1.6;
  color: #555;
  background-color: #eee;
  border: 0.075em solid #ddd;
  border-radius: 0 0.25em 0.25em 0;
}
#anmeldungform .widget-upload input {
  margin: 0;
  opacity: 0;
}
#anmeldungform .widget-upload label.error {
  border-color: #f989ab;
}
#anmeldungform .widget-upload .error {
  margin-top: 1.5em;
  margin-bottom: 0;
}
#anmeldungform #ctrl_103:disabled {
  opacity: 0.5;
}
#anmeldungform.step-two .formbody, #anmeldungform.step-three .formbody {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#anmeldungform.step-two .widget-text, #anmeldungform.step-two .widget-select, #anmeldungform.step-three .widget-text, #anmeldungform.step-three .widget-select {
  flex-basis: 49%;
}
#anmeldungform.step-two .widget-explanation, #anmeldungform.step-two .widget-textarea, #anmeldungform.step-three .widget-explanation, #anmeldungform.step-three .widget-textarea {
  flex-basis: 100%;
}
#anmeldungform.step-two input, #anmeldungform.step-two select, #anmeldungform.step-two textarea, #anmeldungform.step-three input, #anmeldungform.step-three select, #anmeldungform.step-three textarea {
  width: 100%;
  margin-bottom: 1rem;
}
@media all and (min-width: 768px) {
  #anmeldungform.step-two input, #anmeldungform.step-two select, #anmeldungform.step-two textarea, #anmeldungform.step-three input, #anmeldungform.step-three select, #anmeldungform.step-three textarea {
    margin-bottom: 2rem;
  }
}
#anmeldungform input[type=file] {
  display: inline-block;
  padding: 0.7em 2em;
  font-family: "DINNextRoundedRegular", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", sans-serif;
  font-size: 1.12rem;
  font-size: clamp(0.875rem, 0.85rem + 0.125vw, 1rem);
  border-radius: 27px;
  color: #fff;
  background-color: #193e69;
  transition: background-color 0.3s ease, color 0.3s ease;
}
#anmeldungform input[type=file]:hover {
  background-color: #102742;
}
#anmeldungform .widget-upload label {
  display: block;
  margin-bottom: 0.5rem;
}

.antrag h2 {
  text-align: center;
  margin: 2rem 0;
}
.antrag h3 {
  margin-bottom: 1rem;
}
.antrag #main .ce_simpletext {
  max-width: 1144px;
  margin: 0 auto;
  padding: 0 1rem;
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%22%2C%22sources%22%3A%5B%22file%3A%5C%2F%5C%2F%5C%2Fvar%5C%2Fwww%5C%2Fvhosts%5C%2Fdieter-schwarz-stiftung.de%5C%2Fhttpdocs%5C%2Fpublic%5C%2Fbundles%5C%2Fdssbasic%5C%2Fcss%5C%2Fincludes%5C%2F_typography.scss%22%2C%22file%3A%5C%2F%5C%2F%5C%2Fvar%5C%2Fwww%5C%2Fvhosts%5C%2Fdieter-schwarz-stiftung.de%5C%2Fhttpdocs%5C%2Fpublic%5C%2Fbundles%5C%2Fdssbasic%5C%2Fcss%5C%2Fforms%5C%2Fform.scss%22%2C%22file%3A%5C%2F%5C%2F%5C%2Fvar%5C%2Fwww%5C%2Fvhosts%5C%2Fdieter-schwarz-stiftung.de%5C%2Fhttpdocs%5C%2Fpublic%5C%2Fbundles%5C%2Fdssbasic%5C%2Fcss%5C%2Fincludes%5C%2F_mixins.scss%22%2C%22file%3A%5C%2F%5C%2F%5C%2Fvar%5C%2Fwww%5C%2Fvhosts%5C%2Fdieter-schwarz-stiftung.de%5C%2Fhttpdocs%5C%2Fpublic%5C%2Fbundles%5C%2Fdssbasic%5C%2Fcss%5C%2Fincludes%5C%2F_fonts.scss%22%2C%22file%3A%5C%2F%5C%2F%5C%2Fvar%5C%2Fwww%5C%2Fvhosts%5C%2Fdieter-schwarz-stiftung.de%5C%2Fhttpdocs%5C%2Fpublic%5C%2Fbundles%5C%2Fdssbasic%5C%2Fcss%5C%2Fincludes%5C%2F_variables.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AA8FA%3BEACE%3BEACA%3B%3BAAEA%3BEACE%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGF%3BEACE%3BIACE%3B%3B%3B%3BAC1GN%3BECDE%3BEACA%3BEACA%3BEDCE%3B%3B%3BAAOA%3BEACI%3B%3BAAIA%3BEADJ%3BIAEQ%3BIACA%3BIACA%3B%3B%3BAAIR%3BEACI%3BEACA%3B%3BAAEA%3BEACI%3BEACA%3B%3BAAEA%3BEACI%3B%3BAAIR%3BEACI%3B%3BAAGJ%3BEAjBJ%3BIAkBQ%3B%3B%3BAAGJ%3BEACI%3B%3BAAGJ%3BEACI%3B%3BAAEA%3BEACI%3BEACA%3BEACA%3BEACA%3B%3BAAIR%3BEACI%3BEACA%3B%3B%3BAAWR%3BEACI%3B%3BAAGJ%3BEACI%2CaE5EO%3BEF6EP%3B%3BAAGJ%3BEACI%3BEACA%3B%3BAAEA%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2COG3FJ%3BEH4FI%2CkBGlFA%3B%3BAHoFA%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CmBGnGJ%3BEHoGI%3BEACA%3BEACA%3B%3BAAEA%3BEAjBJ%3BIAkBQ%3B%3B%3BAAIR%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CmBGtHJ%3BEHuHI%3BEACA%3B%3BAAEA%3BEAhBJ%3BIAiBQ%3B%3B%3BAAKJ%3BEACI%3B%3BAAKZ%3BEACI%2CkBGzIA%3B%3BAH2IA%3BEACI%2CmBG5IJ%3B%3BAHiJR%3BEACI%3B%3BAAEA%3BEACI%3B%3BAAIR%3BEDrGF%3BEACA%3BEACA%2CaG9Dc%3BEH%2BDd%3BEACA%3BEACA%3BEACA%2COIlEM%3BEJmEN%2CkBI3DU%3BEJ4DV%3BEC%2BFM%3BEACA%3B%3BAD9FN%3BEACE%2CkBI9DU%3B%3BAH8JV%3BEACI%3B%3BAAIA%3BEACI%3B%3BAAIR%3BEACI%3BEACA%2COGtKI%3B%3BAHyKR%3BEACI%3B%3BAAGJ%3BEACI%3BEACA%3B%3BAAEA%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3BEAEA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAEA%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEAEA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAIR%3BEACI%3BEACA%3B%3BAAGJ%3BEACI%3B%3BAAGJ%3BEACI%3BEACA%3B%3BAAKJ%3BEACI%3B%3BAAMJ%3BEACI%3BEACA%3BEACA%3B%3BAAGJ%3BEACI%3B%3BAAGJ%3BEACI%3B%3BAAGJ%3BEACI%3BEACA%3B%3BAAEA%3BEAJJ%3BIAKQ%3B%3B%3BAAKZ%3BEDrNF%3BEACA%3BEACA%2CaG9Dc%3BEH%2BDd%3BEACA%3BEACA%3BEACA%2COIlEM%3BEJmEN%2CkBI3DU%3BEJ4DV%3B%3BAAEA%3BEACE%2CkBI9DU%3B%3BAH6QN%3BEACI%3BEACA%3B%3B%3BAAOR%3BEACI%3BEACA%3B%3BAAGJ%3BEACI%3B%3BAAIA%3BECxSN%3BEACA%3BEACA%22%7D */