@charset "UTF-8";
/*

 Theme Name: FAZ-Schule DIVINE

 Theme URI: localhost/wordpress_test\wp-content\themes\fazschule_divine_01

 Author: DIVINE

 Author URI: https://www.divine.de/de/

 Description: Theme für die F.A.Z. FAZ-Schule

 Version: 0.0.1

 Tags: FAZ, FAZ-Schule, divine

 Text Domain: fazschule

*/
/* RESET */
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font: inherit;
  line-height: inherit;
  vertical-align: baseline;
}

html {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
  scroll-behavior: smooth;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
}

h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
label {
  line-height: 1.4;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

p {
  text-wrap: pretty;
}

a {
  color: inherit;
  text-decoration: none;
}

b,
strong {
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

fieldset {
  border: none;
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
}

button {
  background: none;
  border: none;
  cursor: pointer;
}

ul {
  list-style: none;
}

/* FONTS */
@font-face {
  font-family: "SangBleuKingdom";
  src: url("/fonts/SangBleuKingdom-Bold-WebM.woff") format("woff");
  font-weight: 700;
}
@font-face {
  font-family: "SangBleuKingdom";
  src: url("/fonts/SangBleuKingdom-Medium-WebM.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "SangBleuKingdom";
  src: url("/fonts/SangBleuKingdom-Regular-WebM.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "SuisseIntl";
  src: url("/fonts/SuisseIntl-Medium-WebM.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "SuisseIntl";
  src: url("/fonts/SuisseIntl-Bold-WebM.woff") format("woff");
  font-weight: 700;
}
@font-face {
  font-family: "SuisseIntl";
  src: url("/fonts/SuisseIntl-Regular-WebM.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "SuisseIntl";
  src: url("/fonts/SuisseIntl-Light-WebM.woff") format("woff");
  font-weight: 300;
}
@font-face {
  font-family: "SuisseIntlCond";
  src: url("/fonts/SuisseIntlCond-Regular-WebXL.woff") format("woff");
  font-weight: 300;
}
@font-face {
  font-family: "SuisseIntlCond";
  src: url("/fonts/SuisseIntlCond-Bold-WebXL.woff") format("woff");
  font-weight: 700;
}
/* VARIABLES */
/* COLORS*/
/* FAZ-BLAU */
/* FAZ-GRAU */
/* FAZ-GOLD */
/* FAZ-GELB */
/* FAZ-BLAU */
/* FAZ-HELLBLAU */
/* FAZ-GRAU */
/* FAZ-GOLD */
/* FAZ-GELB */
/* FAZ-GOLD */
/* FAZ-GOLD */
/* FAZ-HOOVER-BLAU */
/* FAZ-HOOVER-GRAU */
/* FAZ-HOOVER-GOLD */
/* FAZ-HOOVER-BLAU */
/* FAZ-HOOVER-HELLBLAU */
/* FAZ-HOOVER-GRAU */
/* FAZ-SCHWARZ */
/* FAZ-GRAU 400 */
/* FAZ-GRAU 400 */
/* FAZ-GRAU 500 */
/* FAZ-GRAU 700 */
/* FONTS */
/* TRANSITION */
/* BREAKPOINTS */
/* min / max — default is min (mobile first) */
/* GLOBALS */
.hidden {
  display: none !important;
}

*:focus-visible {
  outline: #110A35 solid 2px;
  outline-offset: 2px;
  border-radius: 0;
  transition: none;
}

body {
  font-family: "SuisseIntl", "Suisse Intl", sans-serif;
  font-weight: 300;
  color: #110A35;
  transition: padding 0.2s ease-in-out;
  overflow-x: hidden;
  background: #fff;
  padding-top: 80px;
}
@media (min-width: 768px) {
  body {
    padding-top: 150px;
  }
}
@media (min-width: 1024px) {
  body {
    padding-top: 184px;
  }
}
body.app_modus {
  padding-top: 0;
}

main p {
  margin-bottom: 1rem;
}
main p:last-of-type {
  margin-bottom: 0;
}
main p:has(+ .wp-block-buttons), main p:has(+ button.btn) {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  main p:has(+ .wp-block-buttons), main p:has(+ button.btn) {
    margin-bottom: 24px;
  }
}
main section {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  main section {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (min-width: 1440px) {
  main section {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.h7 {
  font-family: "SangBleuKingdom", "SangBleu Kingdom", sans-serif;
  transition: font-size 0.2s ease-in-out;
  font-weight: 400;
  line-height: 1.3;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

h1,
.h1 {
  font-size: 40px;
  margin-bottom: 12px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 44px;
  }
}
@media (min-width: 1024px) {
  h1,
  .h1 {
    font-size: 48px;
  }
}
@media (min-width: 1440px) {
  h1,
  .h1 {
    font-size: 56px;
  }
}
h1.small,
.h1.small {
  font-size: 36px;
}
@media (min-width: 768px) {
  h1.small,
  .h1.small {
    font-size: 40px;
  }
}
@media (min-width: 1024px) {
  h1.small,
  .h1.small {
    font-size: 40px;
  }
}
@media (min-width: 1440px) {
  h1.small,
  .h1.small {
    font-size: 40px;
  }
}
h1:not(:has(+ .sub_head)),
.h1:not(:has(+ .sub_head)) {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  h1:not(:has(+ .sub_head)),
  .h1:not(:has(+ .sub_head)) {
    margin-bottom: 32px;
  }
}

h2,
.h2 {
  font-size: 28px;
  margin-bottom: 8px;
}
@media (min-width: 480px) {
  h2,
  .h2 {
    font-size: 32px;
  }
}

h3,
.h3 {
  font-size: 24px;
  margin-bottom: 6px;
}

h4,
.h4 {
  font-size: 22px;
  margin-bottom: 6px;
}

h5,
.h5 {
  font-size: 20px;
  margin-bottom: 6px;
}

h6,
.h6 {
  font-size: 18px;
  margin-bottom: 6px;
}

p,
.wp-block-list,
summary {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.45;
  transition: font-size 0.2s ease-in-out;
}
p a,
.wp-block-list a,
summary a {
  text-decoration: underline;
  transition: opacity 0.2s ease-in-out;
}
p a:hover,
.wp-block-list a:hover,
summary a:hover {
  opacity: 0.7;
  color: #212529;
}

strong {
  font-weight: 500;
}

.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* LAYOUT */
.bg-grey {
  background: #E8EDEE;
}

.sub_head {
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .sub_head {
    margin-bottom: 28px;
  }
}
@media (min-width: 1024px) {
  .sub_head {
    margin-bottom: 32px;
  }
}
@media (min-width: 1440px) {
  .sub_head {
    font-size: 32px;
  }
  body:not(.home) .sub_head {
    font-size: 28px;
  }
}

.sub_head_small {
  font-size: 20px;
  line-height: 1.45;
  margin-bottom: 20px !important;
}

.small_text {
  font-size: 12px;
  line-height: 1.45;
}

.container {
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
  transition: padding 0.2s ease-in-out, max-width 0.2s ease-in-out;
  position: relative;
  box-sizing: content-box;
  max-width: 768px;
}
@media (min-width: 768px) {
  .container {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (min-width: 1024px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 842px;
  }
}
@media (min-width: 1024px) {
  .container.medium {
    padding-left: 0;
    padding-right: 0;
    max-width: 608px;
  }
}
@media (min-width: 1440px) {
  .container.medium {
    max-width: 646px;
  }
}
.container.medium-l {
  max-width: 1062px;
}
.container.large {
  max-width: 1280px;
}
.container.max {
  max-width: 1440px;
}

.btn,
button,
input[type=submit],
.btn-submit,
.wp-block-buttons a,
.wp-block-buttons button {
  display: inline-block;
  border-radius: 2px;
  font-weight: 400;
  padding: 8px 20px;
  color: #fff;
  background: #4B7BA3;
  border: 1px solid #4B7BA3;
  transition: border-color 0.2s ease-in-out, background 0.2s ease-in-out;
  font-size: 16px;
  line-height: 1.1;
  cursor: pointer;
  font-family: "SuisseIntl", "Suisse Intl", sans-serif;
}
.btn:hover,
button:hover,
input[type=submit]:hover,
.btn-submit:hover,
.wp-block-buttons a:hover,
.wp-block-buttons button:hover {
  background: #3C6282;
}
.btn.light,
button.light,
input[type=submit].light,
.btn-submit.light,
.wp-block-buttons a.light,
.wp-block-buttons button.light {
  background: transparent;
  border: 1px solid #110A35;
  color: #110A35;
}
.btn.light:hover,
button.light:hover,
input[type=submit].light:hover,
.btn-submit.light:hover,
.wp-block-buttons a.light:hover,
.wp-block-buttons button.light:hover {
  border: 1px solid rgba(17, 10, 53, 0.7);
}
.btn.gold,
button.gold,
input[type=submit].gold,
.btn-submit.gold,
.wp-block-buttons a.gold,
.wp-block-buttons button.gold {
  border: 1px solid #8C7421;
  background: #8C7421;
}
.btn.gold:hover,
button.gold:hover,
input[type=submit].gold:hover,
.btn-submit.gold:hover,
.wp-block-buttons a.gold:hover,
.wp-block-buttons button.gold:hover {
  background: #705D1A;
}

.wp-block-buttons .light a,
.wp-block-buttons .light button {
  background: transparent;
  border: 1px solid #110A35;
  color: #110A35;
}
.wp-block-buttons .light a:hover,
.wp-block-buttons .light button:hover {
  border: 1px solid rgba(17, 10, 53, 0.7);
}

button:disabled,
button[disabled] {
  opacity: 0.3;
}

.btn_gold,
.tribe-common-c-btn.tribe-tickets__tickets-buy {
  color: white !important;
  background-color: #8C7421 !important;
  border: none !important;
}
.btn_gold:hover,
.tribe-common-c-btn.tribe-tickets__tickets-buy:hover {
  background-color: #705D1A !important;
}

.btn-submit {
  margin-top: 32px;
}
.btn-submit:has(+ .btn-submit) {
  margin-right: 24px;
}

.btn_container {
  margin-top: 32px;
}
.btn_container .wp-block-group__inner-container {
  display: flex;
  gap: 12px 24px;
  flex-wrap: wrap;
  max-width: 760px;
}
.btn_container .btn-submit {
  margin: 0;
}

.list {
  margin-top: 12px;
  margin-bottom: 1rem;
}
.list li {
  margin-bottom: 12px;
  display: flex;
  gap: 8px;
}
.list li:last-child {
  margin-bottom: 0;
}
.list li:before {
  content: "";
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-top: 3px;
  background: url("/wp-content/uploads/check-icon.svg") no-repeat;
}

.wp-block-list {
  margin-top: 12px;
  margin-bottom: 32px !important;
}
.wp-block-list:not(:has(+ p, + h1, + h2, + h3, + h4, + h5, + h6, + img, + figure)) {
  margin-bottom: 0;
}
.wp-block-list li {
  padding-left: 17px;
  position: relative;
  margin-bottom: 12px !important;
}
.wp-block-list li:last-child {
  margin-bottom: 0;
}
.wp-block-list li:before {
  content: "–";
  position: absolute;
  left: 0;
  top: -1px;
}

.paywall {
  position: sticky;
  bottom: 0;
  background: #E8EDEE;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}
.paywall .container {
  max-width: 624px;
  position: initial;
}
.paywall .content {
  display: none;
}
@media (min-width: 480px) {
  .paywall .content {
    display: block;
  }
}
.paywall .content-mobile {
  display: block;
}
@media (min-width: 480px) {
  .paywall .content-mobile {
    display: none;
  }
}
.paywall p {
  font-size: 16px;
  margin-bottom: 20px !important;
}
.paywall .buttons {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.wp-block-image {
  max-width: 1920px;
  margin: 0 auto 32px;
}
.wp-block-image img {
  width: 100%;
}
.wp-block-image:not(:has(+ p, + h1, + h2, + h3, + h4, + h5, + h6, + .wp-block-columns)) {
  margin-bottom: 0;
}

.tab-container {
  position: relative;
}
.tab-container .tab-menu {
  overflow: hidden;
  position: relative;
}
.tab-container .tab-menu:after {
  content: "";
  width: 80px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: linear-gradient(89deg, rgba(255, 255, 255, 0) 0.5%, #FFF 99.18%);
}
@media (min-width: 640px) {
  .tab-container .tab-menu-wrapper {
    display: flex;
    white-space: nowrap;
  }
}
.tab-container .tab-menu-wrapper button {
  border: none;
  border-bottom: 1px solid #E3E3E3;
  padding: 12px;
  background: none;
  color: #110A35;
  text-align: center;
  border-radius: 0;
  -webkit-tap-highlight-color: transparent;
  width: 100%;
}
@media (min-width: 640px) {
  .tab-container .tab-menu-wrapper button {
    width: auto;
    padding: 12px 20px;
  }
  .editor-styles-wrapper .tab-container .tab-menu-wrapper button {
    width: 100%;
  }
  .tab-container .tab-menu-wrapper button:last-of-type {
    padding-right: 80px;
  }
}
.tab-container .tab-menu-wrapper button.active {
  border-bottom: 1px solid #110A35;
  font-weight: 600;
}
.tab-container .tab-menu-wrapper::selection {
  background-color: transparent;
}
.tab-container .tab-menu-wrapper::-moz-selection {
  background-color: transparent;
}
.tab-container .tab-content {
  display: none;
  padding: 32px 0;
}
@media (min-width: 1024px) {
  .tab-container .tab-content {
    padding: 48px 0;
  }
}
.tab-container .tab-content .btn-submit {
  margin-top: 22px;
}
.tab-container .tab-content.active {
  display: block;
}
.editor-styles-wrapper .tab-container .tab-content {
  display: block;
  padding-bottom: 100px;
  margin-bottom: 100px;
  border-bottom: 1px solid #212529;
}

.wp-block-table {
  margin-bottom: 32px;
}
.wp-block-table td {
  border: none;
  border-bottom: 1px solid #E3E3E3;
  padding: 16px 0;
}

.share {
  display: flex;
  align-items: center;
}
.share p {
  margin: 0;
}
.share ul {
  display: flex;
}

.no-gap-top {
  padding-top: 0;
}

.display_none {
  display: none;
}

.visually_hidden,
.vh {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.akkordeon_wp .wp-block-details,
.akkordeon_wp details {
  border-bottom: 1px solid #E3E3E3;
  display: grid !important;
  grid-template-rows: auto 0fr;
  transition: grid-template-rows 300ms ease;
}
.akkordeon_wp .wp-block-details[open],
.akkordeon_wp details[open] {
  grid-template-rows: auto 1fr;
}
.akkordeon_wp .wp-block-details > summary,
.akkordeon_wp details > summary {
  font-weight: 500;
  padding: 10px 0;
  cursor: pointer;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 0.75rem;
}
.akkordeon_wp .wp-block-details > summary::-webkit-details-marker,
.akkordeon_wp details > summary::-webkit-details-marker {
  display: none;
}
.akkordeon_wp .wp-block-details > summary::marker,
.akkordeon_wp details > summary::marker {
  content: "";
}
.akkordeon_wp .wp-block-details > summary::after,
.akkordeon_wp details > summary::after {
  content: "";
  width: 10px;
  height: 10px;
  inline-size: 10px;
  block-size: 10px;
  background: url("http://vorteilswelt.testfaz.net/wp-content/uploads/dropdown-icon.svg") no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 250ms ease;
  transform: rotate(0deg);
}
.akkordeon_wp .wp-block-details[open] > summary::after,
.akkordeon_wp details[open] > summary::after {
  transform: rotate(180deg);
}
.akkordeon_wp .wp-block-details > summary + *,
.akkordeon_wp details > summary + * {
  min-height: 0;
  overflow: hidden;
  margin: 0;
}
.akkordeon_wp .wp-block-details .wp-block-group,
.akkordeon_wp details .wp-block-group {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease-in-out;
}
.akkordeon_wp .wp-block-details[open] .wp-block-group,
.akkordeon_wp details[open] .wp-block-group {
  grid-template-rows: 1fr;
}
.akkordeon_wp .wp-block-details[open]::details-content,
.akkordeon_wp details[open]::details-content {
  grid-template-rows: 1fr;
}
.akkordeon_wp .wp-block-details .wp-block-group > div,
.akkordeon_wp details .wp-block-group > div {
  overflow: hidden;
}
.akkordeon_wp .wp-block-details::details-content,
.akkordeon_wp details::details-content {
  transition: content-visibility 0.3s ease-in-out, grid-template-rows 0.3s ease-in-out;
  transition-behavior: allow-discrete;
  display: grid;
  grid-template-rows: 0fr;
}
.akkordeon_wp p {
  padding-bottom: 12px;
  margin-bottom: 0;
}
.akkordeon_wp ul {
  margin-bottom: 20px;
}
.akkordeon_wp ul li {
  margin-bottom: 8px;
}
@media (prefers-reduced-motion: reduce) {
  .akkordeon_wp .wp-block-details,
  .akkordeon_wp details {
    transition: none !important;
  }
  .akkordeon_wp .wp-block-details > summary::after,
  .akkordeon_wp details > summary::after {
    transition: none !important;
  }
}

@media (min-width: 640px) {
  .layout_1 {
    display: grid;
    grid-template-columns: 40% 1fr;
    grid-template-areas: "image title" "image content";
    align-items: start;
    gap: 0 24px;
  }
}
@media (min-width: 1024px) {
  .layout_1 {
    gap: 0 32px;
  }
}
.layout_1 .layout_title {
  grid-area: title;
}
.layout_1 .layout_img {
  grid-area: image;
  max-width: 400px;
  width: 100%;
}
.layout_1 .layout_content {
  grid-area: content;
}

.l_img_content .container > .wp-block-group__inner-container {
  display: flex;
  gap: 24px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .l_img_content .container > .wp-block-group__inner-container {
    flex-direction: row;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .l_img_content .container > .wp-block-group__inner-container {
    gap: 32px;
  }
}
@media (min-width: 768px) {
  .l_img_content .container > .wp-block-group__inner-container .content {
    width: 50%;
    transition: width 0.2s ease-in-out;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .l_img_content .container > .wp-block-group__inner-container .content {
    width: 60%;
  }
}
@media (min-width: 768px) {
  .l_img_content .container > .wp-block-group__inner-container figure {
    width: 50%;
    transition: width 0.2s ease-in-out;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .l_img_content .container > .wp-block-group__inner-container figure {
    width: 40%;
  }
}
@media (min-width: 768px) {
  .l_img_content .container > .wp-block-group__inner-container figure img {
    aspect-ratio: inherit;
    object-fit: cover;
  }
}
.l_img_content figure {
  width: 100%;
}
.l_img_content figure img {
  aspect-ratio: 16/9;
  height: 100%;
}
@media (min-width: 1024px) {
  .l_img_content.half figure,
  .l_img_content.half .content {
    width: 50% !important;
  }
}

.l_3 > .wp-block-group__inner-container > .wp-block-group {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #110A35;
}
@media (min-width: 768px) {
  .l_3 > .wp-block-group__inner-container > .wp-block-group {
    padding-bottom: 32px;
    margin-bottom: 32px;
  }
}
.l_3 > .wp-block-group__inner-container > .wp-block-group:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
@media (min-width: 768px) {
  .l_3 > .wp-block-group__inner-container > .wp-block-group > .wp-block-group__inner-container {
    display: flex;
    gap: 24px;
  }
}
.l_3 > .wp-block-group__inner-container > .wp-block-group > .wp-block-group__inner-container figure {
  max-width: 186px;
  margin: 0;
  margin-bottom: 24px;
  flex-shrink: 0;
}
.l_3 > .wp-block-group__inner-container > .wp-block-group > .wp-block-group__inner-container figure img {
  width: 100%;
}

.empfehlungen-start {
  margin-top: 32px;
}
.empfehlungen-start .empfehlung-start {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #110A35;
  position: relative;
}
@media (min-width: 768px) {
  .empfehlungen-start .empfehlung-start {
    padding-bottom: 32px;
    margin-bottom: 32px;
    display: flex;
    gap: 24px;
  }
}
.empfehlungen-start .empfehlung-start:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.empfehlungen-start .empfehlung-start img {
  max-width: 186px;
  margin: 0;
  margin-bottom: 24px;
  flex-shrink: 0;
}
.empfehlungen-start .kachel_link {
  font-size: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.reg_prozess {
  counter-reset: item;
}
.reg_prozess .reg_list {
  margin: 24px 0;
}
.reg_prozess .reg_list li {
  counter-increment: item;
  font-weight: 500;
  display: flex;
  gap: 13px;
  line-height: normal;
  align-items: center;
  margin-bottom: 14px;
}
.reg_prozess .reg_list li:last-child {
  margin-bottom: 0;
}
.reg_prozess .reg_list li:before {
  content: counter(item);
  color: white;
  background: #4B7BA3;
  font-size: 16px;
  font-weight: 500;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding-top: 1px;
}
.reg_prozess .buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.breadcrumbs {
  padding-top: 32px;
  font-size: 15px;
  font-weight: 400;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  position: relative;
  display: flex;
  list-style: none;
}
@media (min-width: 768px) {
  .breadcrumbs {
    padding-top: 48px;
  }
}
@media (min-width: 1440px) {
  .breadcrumbs {
    padding-top: 64px;
  }
}
.breadcrumbs:before {
  content: "";
  background: white;
  position: absolute;
  width: 24px;
  height: 100%;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.breadcrumbs:after {
  content: "";
  background: linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  width: 32px;
  height: 100%;
  right: 24px;
  bottom: 0;
}
.breadcrumbs > li {
  position: relative;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}
.breadcrumbs > li:after {
  content: "";
  background: url(/wp-content/uploads/icon_breadcrum.svg);
  margin: auto 16px;
  width: 6px;
  height: 10px;
  object-fit: contain;
}
.breadcrumbs > li:last-child::after {
  display: none;
}
.breadcrumbs > li a {
  transition: color 0.2s ease-in-out;
  text-decoration: none;
}
.breadcrumbs > li a:hover {
  color: rgba(17, 10, 53, 0.5);
}

.project-phase-label {
  position: absolute;
  top: 12px;
  left: 12px;
  background-color: #4B7BA3;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 25px;
  pointer-events: none;
  line-height: 1;
}

/* HEADER */
#fazschule-header {
  position: fixed;
  user-select: none;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  font-size: 15px;
  padding: 20px 24px;
  border-bottom: 1px solid #E3E3E3;
  z-index: 300;
}
@media (min-width: 768px) {
  #fazschule-header {
    padding: 24px 0px 32px;
  }
}
#fazschule-header a {
  transition: opacity 0.2s ease-in-out;
  font-weight: 400;
}
#fazschule-header a:hover {
  opacity: 0.7;
}
#fazschule-header button {
  background: none;
  border: none;
  padding: 0;
  transition: opacity 0.2s ease-in-out;
}
#fazschule-header button:hover {
  opacity: 0.7;
}
#fazschule-header .current-menu-item > a, .shop_item-template-default #fazschule-header .menu-item-24 > a {
  color: #4B7BA3;
}
#fazschule-header .top-nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  max-width: 1440px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #fazschule-header .top-nav {
    align-items: flex-start;
    padding: 0 48px;
  }
}
#fazschule-header .top-nav #open-nav {
  display: flex;
  transform: translateY(-1.5px);
}
@media (min-width: 1024px) {
  #fazschule-header .top-nav #open-nav {
    display: none;
  }
}
#fazschule-header .top-nav #benachrichtigungen {
  font-size: 0;
  margin-right: 10px;
}
#fazschule-header .top-nav #benachrichtigungen svg {
  width: 25px;
  fill: #110A35;
}
@media (min-width: 1024px) {
  #fazschule-header .top-nav #benachrichtigungen svg {
    width: 30px;
  }
}
#fazschule-header .top-nav #login {
  padding: 2px 1px 3px 0px;
  font-size: 0;
  transform: translateY(-3px);
}
@media (min-width: 1024px) {
  #fazschule-header .top-nav #login {
    padding: 8px 20px;
    color: #fff;
    background: #4B7BA3;
    border: 1px solid #4B7BA3;
    font-size: 16px;
    opacity: 1 !important;
    transition: all 0.2s ease-in-out;
  }
  #fazschule-header .top-nav #login:hover {
    background: #3C6282;
  }
  #fazschule-header .top-nav #login svg {
    display: none;
  }
}
#fazschule-header .top-nav #login.loggedin {
  font-size: 0;
  background: none;
  padding: 2px 1px 3px 0px;
  font-size: 0;
  transform: translateY(-3px);
  border: none;
}
#fazschule-header .top-nav #login.loggedin svg {
  display: block;
}
#fazschule-header .top-nav .branding {
  display: block;
  width: 60%;
  max-width: 248px;
  transition: all 0.1s ease-in-out;
  position: absolute;
  margin: auto;
  left: 50%;
  transform: translateX(-57%);
}
@media (min-width: 768px) {
  #fazschule-header .top-nav .branding {
    max-width: 332px;
    transform: translateX(-50%);
  }
}
@media (min-width: 1024px) {
  #fazschule-header .top-nav .branding {
    max-width: 430px;
  }
}
#fazschule-header .top-nav .branding svg {
  width: 100%;
  height: auto;
}
#fazschule-header .top-nav .branding:hover {
  opacity: 0.8;
}
#fazschule-header .only-desktop {
  display: none;
}
@media (min-width: 1024px) {
  #fazschule-header .only-desktop {
    display: flex;
  }
}
#fazschule-header .mobile {
  display: flex;
}
@media (min-width: 1024px) {
  #fazschule-header .mobile {
    display: none;
  }
}

/* MOBILE NAV */
#fazschule-nav {
  position: fixed;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 1;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  visibility: hidden;
  height: 100%;
}
#fazschule-nav::-webkit-scrollbar {
  display: none;
}
@media (min-width: 480px) {
  #fazschule-nav {
    width: 375px;
    box-shadow: 0px 24px 74px 0px rgba(0, 0, 0, 0.25);
  }
}
@media (min-width: 768px) {
  #fazschule-nav {
    width: 402px;
  }
}
@media (min-width: 1024px) {
  #fazschule-nav {
    display: none;
  }
}
#fazschule-nav .fazschule-nav-container {
  width: 100%;
  height: 100%;
  overflow: scroll;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  padding: 24px;
}
#fazschule-nav.open {
  transform: translateX(0%);
  visibility: visible;
  transition: transform 0.3s ease-in-out;
}
@media (min-width: 480px) {
  #fazschule-nav.open:after {
    content: "";
    position: fixed;
    right: 0;
    top: 0;
    left: 375px;
    width: calc(100vw + 375px);
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    opacity: 0;
    animation: fade_in 0.5s ease-in-out forwards;
    animation-delay: 0.2s;
    cursor: pointer;
  }
}
@media (min-width: 768px) {
  #fazschule-nav.open:after {
    left: 402px;
    width: calc(100vw + 402px);
  }
}
@keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#fazschule-nav #hidden-nav-close {
  margin-bottom: 32px;
}
#fazschule-nav #hidden-nav-close:hover {
  opacity: 1;
}
#fazschule-nav #hidden-nav-close:hover svg {
  opacity: 0.7;
}
#fazschule-nav #hidden-nav-close svg {
  z-index: 2;
  position: relative;
}
#fazschule-nav ul li a {
  margin: 16px 0;
  display: inline-block;
  font-weight: 400;
}
#fazschule-nav ul li.menu-item-has-children {
  position: relative;
  width: 100%;
  display: block;
}
#fazschule-nav ul li .menu-item-has-children-button {
  position: absolute;
  right: -14px;
  top: 6px;
  padding: 14px;
  transition: transform 0.3s ease-in-out;
  -webkit-tap-highlight-color: unset;
}
@media (min-width: 768px) {
  #fazschule-nav ul li .menu-item-has-children-button {
    right: -18px;
    padding: 18px;
  }
}
#fazschule-nav ul.sub-menu {
  background: #E8EDEE;
  max-height: 0;
  padding: 0;
  overflow: hidden;
  box-sizing: content-box;
  transition: max-height 0.2s ease-in-out;
  visibility: hidden;
  width: calc(100% + 48px);
  margin-left: -24px;
}
#fazschule-nav ul.sub-menu li {
  margin-bottom: 16px;
  padding: 0 24px;
}
@media (min-width: 768px) {
  #fazschule-nav ul.sub-menu li {
    padding: 0 48px;
  }
}
#fazschule-nav ul.sub-menu li:first-child {
  padding: 16px 24px 0;
}
#fazschule-nav ul.sub-menu li:first-child + :not(li) {
  padding: 16px 24px;
}
#fazschule-nav ul.sub-menu li:last-child {
  margin: 0;
  padding: 0 24px 16px;
}
#fazschule-nav ul.sub-menu li:only-child {
  padding: 16px 24px;
}
@media (min-width: 768px) {
  #fazschule-nav ul.sub-menu li:only-child {
    padding: 20px 48px;
  }
}
#fazschule-nav ul.sub-menu li a {
  margin: 0;
}
#fazschule-nav ul .sub-menu-active .sub-menu {
  visibility: visible;
}
#fazschule-nav ul .sub-menu-active .menu-item-has-children-button {
  transform: rotate(180deg);
}

/* DESKTOP NAV */
#fazschule-nav-desktop {
  display: none;
}
@media (min-width: 768px) {
  #fazschule-nav-desktop {
    display: block;
  }
}
#fazschule-nav-desktop > ul {
  width: 100%;
  font-size: 16px;
  gap: 48px;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  #fazschule-nav-desktop > ul {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  #fazschule-nav-desktop > ul {
    margin-top: 40px;
  }
}
#fazschule-nav-desktop > ul li.menu-item-has-children a {
  margin-right: 10px;
}
#fazschule-nav-desktop > ul li .sub-menu {
  visibility: hidden;
  position: absolute;
  top: 100%;
  min-width: 120px;
  box-shadow: 0px 14px 44px 0px rgba(0, 0, 0, 0.15);
  transform: translateX(-14px);
  background: white;
  clip-path: inset(0px -74px -74px -74px);
  border-top: 1px solid #E3E3E3;
  padding: 6px 14px;
  transition: all 0.2s ease-in-out 0.2s;
  opacity: 0;
  z-index: 10;
}
#fazschule-nav-desktop > ul li .sub-menu li {
  padding: 10px 0;
}
#fazschule-nav-desktop > ul li .sub-menu li a {
  text-transform: none;
  letter-spacing: normal;
}
@media (min-width: 1024px) {
  #fazschule-nav-desktop > ul li:hover > .sub-menu {
    visibility: visible !important;
    opacity: 1 !important;
    transition: all 0.2s ease-in-out 0.2s;
  }
}

/* SUCHE */
.search form {
  padding-top: 0;
}
.search .nav_search {
  position: relative;
}
.search .nav_search label {
  left: 30px;
}
.search .nav_search input {
  background: url("/wp-content/uploads/icon_search.svg") no-repeat;
  background-position: 0% 50%;
  padding-left: 30px;
}
.search .nav_search input::-webkit-search-cancel-button {
  position: relative;
  right: 0;
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  background: url("/wp-content/uploads/icon_close.svg") no-repeat;
  background-size: contain;
  bottom: 5px;
}

/* SCROLL NAV */
/* FORM */
form,
.form {
  padding-top: 20px;
}
form fieldset,
form .field,
.form fieldset,
.form .field {
  border: none;
  position: relative;
}
form fieldset .container,
form .field .container,
.form fieldset .container,
.form .field .container {
  padding: 0 0 10px 26px;
}
form fieldset .container a,
form .field .container a,
.form fieldset .container a,
.form .field .container a {
  text-decoration: underline;
}
form fieldset .container a:hover,
form .field .container a:hover,
.form fieldset .container a:hover,
.form .field .container a:hover {
  text-decoration: none;
}
form fieldset .container p,
form .field .container p,
.form fieldset .container p,
.form .field .container p {
  font-size: 15px;
}
form fieldset .container + .formerrorid,
form .field .container + .formerrorid,
.form fieldset .container + .formerrorid,
.form .field .container + .formerrorid {
  margin-top: -4px;
}
form p,
.form p {
  width: 100%;
  margin-bottom: 18px;
}
form .disabled_form,
.form .disabled_form {
  opacity: 0.5;
}
form .disabled_form .multi-select__trigger,
.form .disabled_form .multi-select__trigger {
  pointer-events: none;
  cursor: default;
}
form .pflichtangaben,
.form .pflichtangaben {
  font-size: 14px;
}
form .pflichtangaben a,
.form .pflichtangaben a {
  text-decoration: underline;
}
form.hide,
.form.hide {
  display: none;
}
form label:not(.container),
.form label:not(.container) {
  position: absolute;
  cursor: pointer;
  top: 9px;
  left: 0;
  transition: top 0.1s ease-in-out, font-size 0.1s ease-in-out;
  color: #717171;
  font-weight: 300 !important;
  z-index: 1;
  -webkit-tap-highlight-color: transparent;
  pointer-events: none;
}
form legend,
.form legend {
  display: none !important;
}
form fieldset:has(input:focus) > label,
form fieldset:has(input:not(:placeholder-shown)) > label,
form fieldset:has(input:-webkit-autofill) > label,
form fieldset:has(textarea:focus) > label,
form fieldset:has(textarea:not(:placeholder-shown)) > label,
form fieldset:has(textarea:-webkit-autofill) > label,
form fieldset:has(select option:checked:not([value=""])) > label,
.form fieldset:has(input:focus) > label,
.form fieldset:has(input:not(:placeholder-shown)) > label,
.form fieldset:has(input:-webkit-autofill) > label,
.form fieldset:has(textarea:focus) > label,
.form fieldset:has(textarea:not(:placeholder-shown)) > label,
.form fieldset:has(textarea:-webkit-autofill) > label,
.form fieldset:has(select option:checked:not([value=""])) > label {
  top: 0px;
  transform: none;
  font-size: 10px;
}
form .field:has(input:focus) > label,
form .field:has(input:not(:placeholder-shown)) > label,
form .field:has(input:-webkit-autofill) > label,
form .field:has(textarea:focus) > label,
form .field:has(textarea:not(:placeholder-shown)) > label,
form .field:has(textarea:-webkit-autofill) > label,
form .field:has(select option:checked:not([value=""])) > label,
.form .field:has(input:focus) > label,
.form .field:has(input:not(:placeholder-shown)) > label,
.form .field:has(input:-webkit-autofill) > label,
.form .field:has(textarea:focus) > label,
.form .field:has(textarea:not(:placeholder-shown)) > label,
.form .field:has(textarea:-webkit-autofill) > label,
.form .field:has(select option:checked:not([value=""])) > label {
  top: 0px;
  transform: none;
  font-size: 10px;
}
form #formid_0_sso-kundennummer,
.form #formid_0_sso-kundennummer {
  margin-bottom: 0;
}
form label[for=formid_0_sso-kundennummer],
.form label[for=formid_0_sso-kundennummer] {
  bottom: 8px;
  top: inherit;
  font-size: 15px;
  transition: bottom 0.1s ease-in-out, font-size 0.1s ease-in-out;
}
form .kd-nr-box:has(input:focus) label[for=formid_0_sso-kundennummer],
form .kd-nr-box:has(input:not(:placeholder-shown)) label[for=formid_0_sso-kundennummer],
form .kd-nr-box:has(input:-webkit-autofill) label[for=formid_0_sso-kundennummer],
.form .kd-nr-box:has(input:focus) label[for=formid_0_sso-kundennummer],
.form .kd-nr-box:has(input:not(:placeholder-shown)) label[for=formid_0_sso-kundennummer],
.form .kd-nr-box:has(input:-webkit-autofill) label[for=formid_0_sso-kundennummer] {
  bottom: 26px;
  font-size: 10px;
}
form input,
form select,
form textarea,
.form input,
.form select,
.form textarea {
  width: 100%;
  border: none !important;
  border-bottom: 1px solid #717171 !important;
  padding: 16px 0 6px;
  margin-bottom: 24px;
  font-weight: 300;
  line-height: 1.1;
  color: #110A35;
  border-radius: 0;
  background-color: white;
  font-size: 15px;
  font-family: "SuisseIntl", "Suisse Intl", sans-serif;
}
form input:-webkit-autofill, form input:-webkit-autofill:active, form input:-webkit-autofill-selected,
form select:-webkit-autofill,
form select:-webkit-autofill:active,
form select:-webkit-autofill-selected,
form textarea:-webkit-autofill,
form textarea:-webkit-autofill:active,
form textarea:-webkit-autofill-selected,
.form input:-webkit-autofill,
.form input:-webkit-autofill:active,
.form input:-webkit-autofill-selected,
.form select:-webkit-autofill,
.form select:-webkit-autofill:active,
.form select:-webkit-autofill-selected,
.form textarea:-webkit-autofill,
.form textarea:-webkit-autofill:active,
.form textarea:-webkit-autofill-selected {
  background: white;
}
form input:focus-visible,
form select:focus-visible,
form textarea:focus-visible,
.form input:focus-visible,
.form select:focus-visible,
.form textarea:focus-visible {
  outline: none;
  color: #110A35;
}
form input.btn-submi,
form select.btn-submi,
form textarea.btn-submi,
.form input.btn-submi,
.form select.btn-submi,
.form textarea.btn-submi {
  border: none;
}
form input::placeholder,
form select::placeholder,
form textarea::placeholder,
.form input::placeholder,
.form select::placeholder,
.form textarea::placeholder {
  color: #AAAAAA;
  font-size: 0;
}
form input:focus, form input:focus-visible,
form select:focus,
form select:focus-visible,
form textarea:focus,
form textarea:focus-visible,
.form input:focus,
.form input:focus-visible,
.form select:focus,
.form select:focus-visible,
.form textarea:focus,
.form textarea:focus-visible {
  box-shadow: inset 0px -2px 0px -1px #110A35;
  border-bottom: 1px solid #110A35 !important;
  outline: none !important;
}
form input[type=checkbox]:focus-visible,
form select[type=checkbox]:focus-visible,
form textarea[type=checkbox]:focus-visible,
.form input[type=checkbox]:focus-visible,
.form select[type=checkbox]:focus-visible,
.form textarea[type=checkbox]:focus-visible {
  outline: 2px solid #110A35 !important;
}
form input:internal-autofill-selected,
form select:internal-autofill-selected,
form textarea:internal-autofill-selected,
.form input:internal-autofill-selected,
.form select:internal-autofill-selected,
.form textarea:internal-autofill-selected {
  background-color: transparent !important;
}
form input:autofill,
form select:autofill,
form textarea:autofill,
.form input:autofill,
.form select:autofill,
.form textarea:autofill {
  background-color: transparent !important;
}
form textarea,
.form textarea {
  max-height: 250px;
  height: 150px;
  min-height: 50px;
}
form input[type=checkbox],
.form input[type=checkbox] {
  width: 16px;
  height: 16px;
  accent-color: #110A35;
  background: #E8EDEE;
  position: absolute;
  left: 0;
  top: 2px;
  cursor: pointer;
  border-radius: 2px;
  padding: 0;
}
form input[type=checkbox]:focus-visible,
form input[type=radio]:focus-visible,
.form input[type=checkbox]:focus-visible,
.form input[type=radio]:focus-visible {
  outline: 1px solid !important;
  border-bottom: none !important;
}
form input[type=checkbox]:focus,
form input[type=radio]:focus,
.form input[type=checkbox]:focus,
.form input[type=radio]:focus {
  border-bottom: none !important;
  box-shadow: none !important;
}
form .radio_half,
.form .radio_half {
  display: flex;
  flex-wrap: wrap;
}
form .radio_half .radio_headline,
.form .radio_half .radio_headline {
  width: 100%;
}
form .radio_half .radio_button,
.form .radio_half .radio_button {
  width: 50%;
}
form .radio_half input,
.form .radio_half input {
  width: 80%;
}
form .radio_button,
.form .radio_button {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
form .radio_button:last-child,
.form .radio_button:last-child {
  margin-bottom: 30px;
}
form input[type=radio],
.form input[type=radio] {
  width: 16px;
  height: 16px;
  accent-color: #110A35;
  border: none;
  background: #E8EDEE;
  position: relative;
  left: 0;
  cursor: pointer;
  border-radius: 0;
  margin-bottom: 0;
}
form input[type=radio] ~ label,
.form input[type=radio] ~ label {
  position: relative;
  top: inherit;
  font-size: inherit;
  color: #110A35;
}
form input[type=submit],
.form input[type=submit] {
  color: white;
  background-color: #4B7BA3;
  border: none;
  width: auto;
  border: none !important;
}
form input[type=submit]:hover,
.form input[type=submit]:hover {
  background-color: #3C6282;
}
form input[type=submit]:focus-visible,
.form input[type=submit]:focus-visible {
  outline: #110A35 solid 2px !important;
}
form select,
.form select {
  appearance: none;
  position: relative;
  background: none;
  font-size: 15px;
  background: url(/wp-content/uploads/dropdown-icon.svg) no-repeat, white;
  background-position: 100% 50%;
  z-index: 0;
}
form select:after,
.form select:after {
  content: "";
  background: url(/wp-content/uploads/dropdown-icon.svg) no-repeat, white;
  width: 10px;
  height: 6px;
  right: 0px;
}
form select::placeholder,
.form select::placeholder {
  font-weight: normal;
}
form select :first-child,
.form select :first-child {
  display: none;
}
form::placeholder,
.form::placeholder {
  color: #808080;
}
form .formerrorid,
.form .formerrorid {
  color: #A85100;
  font-weight: 400;
  margin: -20px 0 10px;
  display: none;
  text-align: left;
  font-size: 14px;
}
form .fieldset_error .formerrorid,
.form .fieldset_error .formerrorid {
  display: block;
  width: 100%;
}
form .optin_texts button,
.form .optin_texts button {
  background: none;
}
form .optin_texts,
.form .optin_texts {
  font-size: 14px;
}
form .optin_texts a,
.form .optin_texts a {
  text-decoration: underline;
  font-size: 14px;
}
form select:disabled,
form input:disabled,
.form select:disabled,
.form input:disabled {
  opacity: 0.7 !important;
}
form .search_icon input,
.form .search_icon input {
  background: url("/wp-content/uploads/icon_search.svg") no-repeat;
  background-position: 100% 50%;
}
form .search_icon input::-webkit-search-cancel-button,
.form .search_icon input::-webkit-search-cancel-button {
  position: relative;
  right: 24px;
  -webkit-appearance: none;
  height: 12px;
  width: 12px;
  background: url("/wp-content/uploads/icon_close.svg") no-repeat;
  background-size: contain;
  bottom: 5px;
}
form .search_icon p,
.form .search_icon p {
  margin-top: -24px;
  margin-bottom: 10px;
}
form .suggestions,
.form .suggestions {
  background: white;
  margin-bottom: 1rem;
  width: 100%;
}
form .suggestions > button,
.form .suggestions > button {
  border: none;
  padding: 10px 14px;
  background: #E8EDEE;
  color: #110A35;
  width: 100%;
  text-align: left;
}
form .suggestions > button:hover,
.form .suggestions > button:hover {
  background: none;
}
form .suggestions ul,
.form .suggestions ul {
  max-height: 140px;
  overflow-y: scroll;
}
form .suggestions ul button,
.form .suggestions ul button {
  background: none;
  padding: 6px 10px 12px;
  color: #110A35;
  border: none;
  width: 100%;
  border-bottom: 1px solid rgba(17, 10, 53, 0.1);
  text-align: left;
  font-size: 14px;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  display: inline;
  line-height: 1.3;
}
form .suggestions ul button span,
.form .suggestions ul button span {
  font-size: 10px;
  margin: 0 4px;
  color: #717171;
}
form .suggestions ul li,
.form .suggestions ul li {
  padding: 4px;
}
form .suggestions ul li:last-child button,
.form .suggestions ul li:last-child button {
  border-bottom: 0;
}
form .upload,
.form .upload {
  margin-bottom: 24px;
}
form .upload input,
.form .upload input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}
form .upload input:focus + label, form .upload input:focus-visible + label,
.form .upload input:focus + label,
.form .upload input:focus-visible + label {
  box-shadow: inset 0px -2px 0px -1px #110A35;
  border-bottom: 1px solid #110A35 !important;
  outline: none !important;
}
form .upload label,
.form .upload label {
  position: relative;
  font-size: 16px !important;
  pointer-events: all;
  padding: 16px 0 6px !important;
  top: inherit !important;
  left: inherit !important;
  transform: none !important;
  display: block;
  border-bottom: 1px solid #717171 !important;
}
form .upload label:after,
.form .upload label:after {
  content: "";
  background: url(/wp-content/uploads/icon_upload.svg) no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
}
form .upload .formerrorid,
.form .upload .formerrorid {
  margin-top: 0;
}

.radio_full .formerrorid,
.radio_half .formerrorid {
  margin-top: 0;
}

.fazschule_form,
.vtw_sso_form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 16px !important;
}
.fazschule_form fieldset,
.fazschule_form .field,
.vtw_sso_form fieldset,
.vtw_sso_form .field {
  width: 100%;
}
.fazschule_form fieldset.half_width,
.fazschule_form .field.half_width,
.vtw_sso_form fieldset.half_width,
.vtw_sso_form .field.half_width {
  width: 47%;
}
.fazschule_form #fieldset_0_form-id,
.fazschule_form #fieldset_0_token,
.fazschule_form #formid_0_incentive,
.vtw_sso_form #fieldset_0_form-id,
.vtw_sso_form #fieldset_0_token,
.vtw_sso_form #formid_0_incentive {
  display: none;
}
.fazschule_form .above_optin,
.vtw_sso_form .above_optin {
  margin-bottom: 14px;
}
.fazschule_form #fieldset_0_optin_optin_mail .container,
.vtw_sso_form #fieldset_0_optin_optin_mail .container {
  top: 0;
  left: 0;
}
.fazschule_form #fieldset_0_optin_optin_tele .container,
.vtw_sso_form #fieldset_0_optin_optin_tele .container {
  top: 0;
  left: 0;
}
.fazschule_form #fieldset_0_int_vorwahl,
.vtw_sso_form #fieldset_0_int_vorwahl {
  width: calc(50% - 10px);
}
.fazschule_form #fieldset_0_vorwahl,
.vtw_sso_form #fieldset_0_vorwahl {
  width: calc(50% - 10px);
}
@media (min-width: 420px) {
  .fazschule_form #fieldset_0_int_vorwahl,
  .vtw_sso_form #fieldset_0_int_vorwahl {
    width: calc(20% - 13px);
  }
  .fazschule_form #fieldset_0_vorwahl,
  .vtw_sso_form #fieldset_0_vorwahl {
    width: calc(30% - 13px);
  }
  .fazschule_form #fieldset_0_telefonnummer,
  .vtw_sso_form #fieldset_0_telefonnummer {
    width: calc(50% - 13px);
  }
}
.fazschule_form #fieldset_0_plz,
.fazschule_form #fieldset_0_sso-plz,
.fazschule_form .field_30,
.vtw_sso_form #fieldset_0_plz,
.vtw_sso_form #fieldset_0_sso-plz,
.vtw_sso_form .field_30 {
  width: calc(30% - 10px);
}
.fazschule_form #fieldset_0_ort,
.fazschule_form #fieldset_0_sso-ort,
.fazschule_form .field_70,
.vtw_sso_form #fieldset_0_ort,
.vtw_sso_form #fieldset_0_sso-ort,
.vtw_sso_form .field_70 {
  width: calc(70% - 10px);
}

.schulsuche_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: 1px solid #E3E3E3;
  padding: 1rem;
  padding-bottom: 0.5rem;
  margin-bottom: 2rem;
}
.schulsuche_wrapper.confirmed {
  opacity: 0.5;
  pointer-events: none;
}

.schule_bestaetigt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1rem;
  padding: 1rem;
  border: 1px solid #110A35;
  font-weight: 500;
}
.schule_bestaetigt.display_none {
  display: none;
}
.schule_bestaetigt button {
  padding: 0;
  text-decoration: underline;
  border: none;
  background: none;
  color: #110A35;
  white-space: nowrap;
}
.schule_bestaetigt button:hover {
  text-decoration: none;
}

.form-danke {
  display: none;
  margin: 2rem 0;
  padding: 0;
}
@media (min-width: 768px) {
  .form-danke {
    margin: 4rem 0;
  }
}
.form-danke.show {
  display: block;
}
.form-danke p {
  font-size: 23px;
  font-family: "SangBleuKingdom", "SangBleu Kingdom", sans-serif !important;
}
@media (min-width: 480px) {
  .form-danke p {
    font-size: 28px !important;
  }
}
@media (min-width: 1024px) {
  .form-danke p {
    font-size: 33px !important;
  }
}

#form-danke {
  display: none;
}

fieldset,
.field {
  border: none;
}

.post-password-form {
  max-width: 420px;
  margin: 0 auto;
  padding: 4rem 16px;
}
@media (min-width: 768px) {
  .post-password-form {
    padding: 8rem 16px 6rem;
  }
}
@media (min-width: 1024px) {
  .post-password-form {
    padding: 8rem 16px;
  }
}
.post-password-form label {
  position: relative !important;
  font-size: 16px !important;
  left: 0;
}
.post-password-form p {
  margin-bottom: 0;
}

#form_headline_group {
  margin-top: 42px;
}

#fieldset_0_sso-kundennummer > label,
#fieldset_0_sso-optin_optin_mail > label,
#fieldset_0_optin_optin_mail > label {
  display: block;
}

.wp-block-columns:has(+ p, + .wp-block-columns) {
  margin-bottom: 32px;
}

.multi-select-fieldset {
  position: relative;
  border: 0;
  padding: 0;
  margin: 0;
}

.multi-select {
  position: relative;
  width: 100%;
  max-width: 100%;
}

.multi-select__trigger {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  border: none;
  border-bottom: 1px solid grey;
  border-radius: 0;
  background: transparent;
  color: #110A35;
  text-align: left;
  font: inherit;
  line-height: 1.4;
  cursor: pointer;
  margin-bottom: 24px;
  padding: 12px 0 6px;
}
.multi-select__trigger:hover {
  background: transparent;
}
.multi-select__trigger:disabled {
  opacity: 0.7 !important;
}

.multi-select__trigger:hover {
  border-color: #4f4f4f;
}

.multi-select__trigger[aria-expanded=true] .multi-select__icon {
  transform: rotate(180deg);
}

.multi-select__value {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #717171;
  font-size: 16px;
}
.multi-select__value.active {
  color: #110A35;
}

.multi-select__icon {
  flex: 0 0 auto;
  transition: transform 0.2s ease;
  appearance: none;
  position: relative;
  background: none;
  font-size: 15px;
  background: url(/wp-content/uploads/dropdown-icon.svg) no-repeat;
  background-position: 100% 50%;
  z-index: 0;
  width: 13px;
  height: 20px;
}

.multi-select__panel {
  position: absolute;
  z-index: 1000;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #767676;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  padding: 8px;
}

.multi-select__search-wrap {
  margin-bottom: 8px;
  position: relative;
}
.multi-select__search-wrap input {
  margin-bottom: 0 !important;
}
.multi-select__search-wrap input::-webkit-search-cancel-button {
  position: relative;
  right: 0;
  -webkit-appearance: none;
  height: 12px;
  width: 12px;
  background: url(/wp-content/uploads/icon_close.svg) no-repeat;
  background-size: contain;
  bottom: 5px;
}

.multi-select__options {
  max-height: 280px;
  overflow-y: auto;
  padding: 2px;
}

.multi-select__option {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 4px;
  cursor: pointer;
  line-height: 1.4;
  position: relative !important;
  pointer-events: auto !important;
  color: #110A35 !important;
}
.multi-select__option:first-of-type {
  padding-top: 0;
}

.multi-select__option[hidden] {
  display: none;
}

.multi-select__option:hover {
  background: #f5f7fa;
}

.multi-select__option input[type=checkbox] {
  margin-top: 2px;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  position: relative;
  margin: 0 !important;
}

.multi-select__option input[type=checkbox]:focus-visible {
  outline: 3px solid #005fcc;
  outline-offset: 2px;
}

.visually_hidden_select {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  border: 0 !important;
  white-space: nowrap !important;
}

@media (max-width: 767px) {
  .multi-select__panel {
    position: absolute;
    left: 0;
    right: 0;
  }
  .multi-select__options {
    max-height: 50vh;
  }
}
@media (prefers-reduced-motion: reduce) {
  .multi-select__icon {
    transition: none;
  }
}
.hinweis_warnung {
  color: #A85100;
  font-weight: 500;
}

.optin_teilnahme {
  position: relative !important;
  margin: 1rem 0 2rem;
  display: flex;
  gap: 13px;
  font-size: 15px !important;
  pointer-events: all !important;
  color: #110A35 !important;
}
.optin_teilnahme input {
  position: relative !important;
  display: inline-block;
  flex-shrink: 0;
}

/* FOOTER */
#fazschule-footer {
  background: #110A35;
  color: #E8EDEE;
  padding: 32px 0;
  transition: padding 0.2s ease-in-out;
  font-size: 15px;
}
@media (min-width: 480px) {
  #fazschule-footer {
    padding: 40px 0;
  }
}
@media (min-width: 640px) {
  #fazschule-footer {
    padding: 48px 0;
  }
}
@media (min-width: 1024px) {
  #fazschule-footer {
    padding: 56px 0;
  }
}
#fazschule-footer *:focus-visible {
  outline-color: #fff;
}
#fazschule-footer .container {
  display: flex;
  gap: 24px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  max-width: 1280px;
}
@media (min-width: 640px) {
  #fazschule-footer .container {
    gap: 40px;
  }
}
@media (min-width: 768px) {
  #fazschule-footer .container {
    gap: 48px;
  }
}
#fazschule-footer .kontakt {
  display: contents;
}
@media (min-width: 768px) {
  #fazschule-footer .kontakt {
    display: flex;
    justify-content: center;
    gap: 48px;
    width: 100%;
    margin-bottom: 6px;
  }
}
@media (min-width: 1024px) {
  #fazschule-footer .kontakt li {
    display: flex;
    gap: 6px;
  }
}
#fazschule-footer .kontakt li a {
  text-decoration: underline;
  display: block;
}
#fazschule-footer .footer_nav {
  width: 100%;
  gap: 10px;
  justify-content: space-between;
  max-width: 354px;
  transition: all 0.2s ease-in-out;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  grid-template-areas: "item-1 item-5" "item-2 item-6" "item-4 item-7" "item-9 item-8" "item-3 ." "item-10 item-11";
}
@media (min-width: 768px) {
  #fazschule-footer .footer_nav {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 48px;
    justify-content: center;
    max-width: 620px;
  }
}
@media (min-width: 1440px) {
  #fazschule-footer .footer_nav {
    max-width: 100%;
  }
}
#fazschule-footer .footer_nav li a {
  transition: opacity 0.2s ease-in-out;
}
#fazschule-footer .footer_nav li a:hover {
  opacity: 0.75;
}
#fazschule-footer .footer_nav button {
  padding: 0;
  background: none;
  border: none;
  font-size: 15px;
  line-height: 1.1;
  font-weight: 300;
  color: #E8EDEE;
}
#fazschule-footer .footer_nav button:hover {
  opacity: 0.75;
}
#fazschule-footer .footer_credits {
  font-size: 11px;
  text-align: center;
  line-height: 1.4;
}

.header_start {
  max-width: 1440px;
  margin: 0 auto;
}
.header_start img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
}
@media (min-width: 768px) {
  .header_start img {
    aspect-ratio: 8/3;
  }
}
@media (min-width: 1024px) {
  .header_start img {
    aspect-ratio: 16/5;
  }
}

body.home .projects {
  margin-bottom: 32px;
}

.teaser_angebote,
.empfehlungen,
.projects {
  margin-top: 24px;
}
@media (min-width: 640px) {
  .teaser_angebote,
  .empfehlungen,
  .projects {
    margin-top: 32px;
  }
}
.teaser_angebote img,
.empfehlungen img,
.projects img {
  margin-bottom: 20px;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.teaser_angebote .project-image,
.empfehlungen .project-image,
.projects .project-image {
  position: relative;
  margin-bottom: 20px;
}
.teaser_angebote .project-image img,
.empfehlungen .project-image img,
.projects .project-image img {
  margin-bottom: 0;
  width: 100%;
}
.teaser_angebote figure,
.empfehlungen figure,
.projects figure {
  margin: 0;
}
.teaser_angebote p:has(+ .wp-block-buttons), .teaser_angebote p:has(+ button), .teaser_angebote p:has(+ a),
.empfehlungen p:has(+ .wp-block-buttons),
.empfehlungen p:has(+ button),
.empfehlungen p:has(+ a),
.projects p:has(+ .wp-block-buttons),
.projects p:has(+ button),
.projects p:has(+ a) {
  margin-bottom: 20px;
}
.teaser_angebote .kachel_link,
.empfehlungen .kachel_link,
.projects .kachel_link {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
  top: 0;
  left: 0;
}
.teaser_angebote > .wp-block-group__inner-container,
.teaser_angebote .empfehlungen-wrapper,
.teaser_angebote .projects-wrapper,
.empfehlungen > .wp-block-group__inner-container,
.empfehlungen .empfehlungen-wrapper,
.empfehlungen .projects-wrapper,
.projects > .wp-block-group__inner-container,
.projects .empfehlungen-wrapper,
.projects .projects-wrapper {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}
@media (min-width: 640px) {
  .teaser_angebote > .wp-block-group__inner-container,
  .teaser_angebote .empfehlungen-wrapper,
  .teaser_angebote .projects-wrapper,
  .empfehlungen > .wp-block-group__inner-container,
  .empfehlungen .empfehlungen-wrapper,
  .empfehlungen .projects-wrapper,
  .projects > .wp-block-group__inner-container,
  .projects .empfehlungen-wrapper,
  .projects .projects-wrapper {
    gap: 24px;
  }
}
@media (min-width: 640px) and (min-width: 1024px) {
  .teaser_angebote > .wp-block-group__inner-container,
  .teaser_angebote .empfehlungen-wrapper,
  .teaser_angebote .projects-wrapper,
  .empfehlungen > .wp-block-group__inner-container,
  .empfehlungen .empfehlungen-wrapper,
  .empfehlungen .projects-wrapper,
  .projects > .wp-block-group__inner-container,
  .projects .empfehlungen-wrapper,
  .projects .projects-wrapper {
    gap: 32px;
  }
}
@media (min-width: 640px) {
  .teaser_angebote > .wp-block-group__inner-container .wp-block-group,
  .teaser_angebote .empfehlungen-wrapper .wp-block-group,
  .teaser_angebote .projects-wrapper .wp-block-group,
  .empfehlungen > .wp-block-group__inner-container .wp-block-group,
  .empfehlungen .empfehlungen-wrapper .wp-block-group,
  .empfehlungen .projects-wrapper .wp-block-group,
  .projects > .wp-block-group__inner-container .wp-block-group,
  .projects .empfehlungen-wrapper .wp-block-group,
  .projects .projects-wrapper .wp-block-group {
    width: calc(50% - 12px);
  }
}
@media (min-width: 640px) and (min-width: 1024px) {
  .teaser_angebote > .wp-block-group__inner-container .wp-block-group,
  .teaser_angebote .empfehlungen-wrapper .wp-block-group,
  .teaser_angebote .projects-wrapper .wp-block-group,
  .empfehlungen > .wp-block-group__inner-container .wp-block-group,
  .empfehlungen .empfehlungen-wrapper .wp-block-group,
  .empfehlungen .projects-wrapper .wp-block-group,
  .projects > .wp-block-group__inner-container .wp-block-group,
  .projects .empfehlungen-wrapper .wp-block-group,
  .projects .projects-wrapper .wp-block-group {
    width: calc(50% - 16px);
  }
}
.teaser_angebote > .wp-block-group__inner-container .project,
.teaser_angebote > .wp-block-group__inner-container .empfehlung,
.teaser_angebote .empfehlungen-wrapper .project,
.teaser_angebote .empfehlungen-wrapper .empfehlung,
.teaser_angebote .projects-wrapper .project,
.teaser_angebote .projects-wrapper .empfehlung,
.empfehlungen > .wp-block-group__inner-container .project,
.empfehlungen > .wp-block-group__inner-container .empfehlung,
.empfehlungen .empfehlungen-wrapper .project,
.empfehlungen .empfehlungen-wrapper .empfehlung,
.empfehlungen .projects-wrapper .project,
.empfehlungen .projects-wrapper .empfehlung,
.projects > .wp-block-group__inner-container .project,
.projects > .wp-block-group__inner-container .empfehlung,
.projects .empfehlungen-wrapper .project,
.projects .empfehlungen-wrapper .empfehlung,
.projects .projects-wrapper .project,
.projects .projects-wrapper .empfehlung {
  position: relative;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .teaser_angebote > .wp-block-group__inner-container .project,
  .teaser_angebote > .wp-block-group__inner-container .empfehlung,
  .teaser_angebote .empfehlungen-wrapper .project,
  .teaser_angebote .empfehlungen-wrapper .empfehlung,
  .teaser_angebote .projects-wrapper .project,
  .teaser_angebote .projects-wrapper .empfehlung,
  .empfehlungen > .wp-block-group__inner-container .project,
  .empfehlungen > .wp-block-group__inner-container .empfehlung,
  .empfehlungen .empfehlungen-wrapper .project,
  .empfehlungen .empfehlungen-wrapper .empfehlung,
  .empfehlungen .projects-wrapper .project,
  .empfehlungen .projects-wrapper .empfehlung,
  .projects > .wp-block-group__inner-container .project,
  .projects > .wp-block-group__inner-container .empfehlung,
  .projects .empfehlungen-wrapper .project,
  .projects .empfehlungen-wrapper .empfehlung,
  .projects .projects-wrapper .project,
  .projects .projects-wrapper .empfehlung {
    width: calc(33.333% - 16px);
  }
}
@media (min-width: 1024px) {
  .teaser_angebote > .wp-block-group__inner-container .project,
  .teaser_angebote > .wp-block-group__inner-container .empfehlung,
  .teaser_angebote .empfehlungen-wrapper .project,
  .teaser_angebote .empfehlungen-wrapper .empfehlung,
  .teaser_angebote .projects-wrapper .project,
  .teaser_angebote .projects-wrapper .empfehlung,
  .empfehlungen > .wp-block-group__inner-container .project,
  .empfehlungen > .wp-block-group__inner-container .empfehlung,
  .empfehlungen .empfehlungen-wrapper .project,
  .empfehlungen .empfehlungen-wrapper .empfehlung,
  .empfehlungen .projects-wrapper .project,
  .empfehlungen .projects-wrapper .empfehlung,
  .projects > .wp-block-group__inner-container .project,
  .projects > .wp-block-group__inner-container .empfehlung,
  .projects .empfehlungen-wrapper .project,
  .projects .empfehlungen-wrapper .empfehlung,
  .projects .projects-wrapper .project,
  .projects .projects-wrapper .empfehlung {
    width: calc(33.333% - 21.333px);
  }
}
.teaser_angebote > .wp-block-group__inner-container .project:hover,
.teaser_angebote > .wp-block-group__inner-container .empfehlung:hover,
.teaser_angebote .empfehlungen-wrapper .project:hover,
.teaser_angebote .empfehlungen-wrapper .empfehlung:hover,
.teaser_angebote .projects-wrapper .project:hover,
.teaser_angebote .projects-wrapper .empfehlung:hover,
.empfehlungen > .wp-block-group__inner-container .project:hover,
.empfehlungen > .wp-block-group__inner-container .empfehlung:hover,
.empfehlungen .empfehlungen-wrapper .project:hover,
.empfehlungen .empfehlungen-wrapper .empfehlung:hover,
.empfehlungen .projects-wrapper .project:hover,
.empfehlungen .projects-wrapper .empfehlung:hover,
.projects > .wp-block-group__inner-container .project:hover,
.projects > .wp-block-group__inner-container .empfehlung:hover,
.projects .empfehlungen-wrapper .project:hover,
.projects .empfehlungen-wrapper .empfehlung:hover,
.projects .projects-wrapper .project:hover,
.projects .projects-wrapper .empfehlung:hover {
  opacity: 0.8;
}

.material_uebersicht {
  margin-top: 32px;
}
.material_uebersicht .tab-menu {
  margin: 20px 0 50px;
}
.material_uebersicht .material_swiper .swiper-wrapper {
  gap: 0;
}
.material_uebersicht .material_swiper .swiper-slide {
  height: auto;
}
.material_uebersicht .material_card {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.2s ease-in-out;
}
.material_uebersicht .material_card:hover {
  opacity: 0.8;
}
.material_uebersicht .material_card img {
  width: 100%;
  aspect-ratio: 1/1.414;
  object-fit: cover;
  margin-bottom: 20px;
}
.material_uebersicht .material_card h3 {
  font-family: "SuisseIntl", "Suisse Intl", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 6px;
}

.projects.swiper .swiper-wrapper {
  gap: 0;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.projects.swiper .swiper-slide {
  height: auto;
}
.projects.swiper .swiper-slide .project {
  width: 100%;
}

.weitere_empfehlungen img {
  margin-bottom: 20px;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.weitere_empfehlungen figure {
  margin: 0;
}
.weitere_empfehlungen .container > .wp-block-group__inner-container:has(.empfehlung) {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  margin-top: 24px;
}
@media (min-width: 640px) {
  .weitere_empfehlungen .container > .wp-block-group__inner-container:has(.empfehlung) {
    gap: 24px;
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .weitere_empfehlungen .container > .wp-block-group__inner-container:has(.empfehlung) {
    gap: 32px;
  }
}
.weitere_empfehlungen .empfehlung {
  position: relative;
}
@media (min-width: 768px) {
  .weitere_empfehlungen .empfehlung {
    width: calc(33.333% - 16px);
  }
}
@media (min-width: 1024px) {
  .weitere_empfehlungen .empfehlung {
    width: calc(33.333% - 21.333px);
  }
}

.zeitung_upsell figure {
  max-width: 420px;
  margin: 0;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .zeitung_upsell > .wp-block-group__inner-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "h2 img" "p  img" "button img";
    align-items: start;
    gap: 0 24px;
  }
  .zeitung_upsell > .wp-block-group__inner-container h2 {
    grid-area: h2;
  }
  .zeitung_upsell > .wp-block-group__inner-container figure {
    grid-area: img;
  }
  .zeitung_upsell > .wp-block-group__inner-container p {
    grid-area: p;
  }
  .zeitung_upsell > .wp-block-group__inner-container .wp-block-buttons {
    grid-area: button;
  }
}
@media (min-width: 1024px) {
  .zeitung_upsell > .wp-block-group__inner-container {
    grid-template-columns: 3fr 2fr;
  }
}

.newsletter .container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .newsletter .container {
    gap: 0;
  }
}
.newsletter .container .content {
  width: calc(60% - 10px);
}
@media (min-width: 768px) {
  .newsletter .container .content {
    width: calc(100% - 210px);
  }
}
.newsletter .container .newsletter_img {
  border-bottom: 1px solid black;
  width: calc(40% - 10px);
  height: 190px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .newsletter .container .newsletter_img {
    border-bottom: 0;
    height: auto;
    position: absolute;
    right: 48px;
    top: 0;
    width: 186px;
  }
}
@media (min-width: 1024px) {
  .newsletter .container .newsletter_img {
    right: 0;
  }
}
.newsletter .container form,
.newsletter .container p {
  width: 100%;
}
@media (min-width: 768px) {
  .newsletter .container form,
  .newsletter .container p {
    width: calc(100% - 210px);
  }
}

@media (min-width: 768px) {
  .unterrichtsmaterial .container {
    display: grid;
    grid-template-areas: "lc hl" "lc rc" "share rc";
    grid-template-columns: 1fr 1.5fr;
    align-items: flex;
    gap: 0 24px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .unterrichtsmaterial .container {
    gap: 0 32px;
  }
}
@media (min-width: 768px) {
  .unterrichtsmaterial .container h1 {
    grid-area: hl;
  }
  .unterrichtsmaterial .container .left_content {
    grid-area: lc;
  }
  .unterrichtsmaterial .container .right_content {
    grid-area: rc;
  }
  .unterrichtsmaterial .container .share {
    grid-area: share;
  }
}
.unterrichtsmaterial .material_img {
  margin-bottom: 20px;
  aspect-ratio: 1/1.414;
  object-fit: cover;
}
.unterrichtsmaterial .material_list {
  line-height: 1.45;
  margin-bottom: 18px;
}
.unterrichtsmaterial .material_list li {
  margin-bottom: 4px;
}
.unterrichtsmaterial .download {
  margin-bottom: 18px;
}
.unterrichtsmaterial .share {
  margin-top: 20px;
}

.unterrichtsmaterial_empfehlung .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .unterrichtsmaterial_empfehlung .swiper-wrapper {
    gap: 24px;
  }
}
@media (min-width: 1024px) {
  .unterrichtsmaterial_empfehlung .swiper-wrapper {
    gap: 32px;
  }
}
.unterrichtsmaterial_empfehlung .swiper-wrapper .swiper-slide {
  width: calc(50% - 10px);
}
@media (min-width: 768px) {
  .unterrichtsmaterial_empfehlung .swiper-wrapper .swiper-slide {
    width: calc(25% - 18px);
  }
}
@media (min-width: 1024px) {
  .unterrichtsmaterial_empfehlung .swiper-wrapper .swiper-slide {
    width: calc(25% - 24px);
  }
}

.schulprojekt .status {
  list-style: none;
  counter-reset: item;
}
@media (min-width: 1440px) {
  .schulprojekt .status {
    display: flex;
    gap: 28px;
  }
}
.schulprojekt .status li {
  counter-increment: item;
  font-weight: 600;
  color: #717171;
  display: flex;
  gap: 13px;
  line-height: normal;
  align-items: center;
  margin-bottom: 12px;
  opacity: 0.7;
}
.schulprojekt .status li:last-child {
  margin-bottom: 0;
}
@media (min-width: 1440px) {
  .schulprojekt .status li:last-child {
    margin-bottom: 12px;
  }
}
.schulprojekt .status li:before {
  content: counter(item);
  color: white;
  background: #717171;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 500;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.schulprojekt .status li span span {
  display: block;
  font-weight: 300;
  font-size: 14px;
}
.schulprojekt .status li.active {
  color: #4B7BA3;
  opacity: 1;
}
.schulprojekt .status li.active:before {
  background: #4B7BA3;
  opacity: 1;
}
.schulprojekt .projekt_img {
  margin: 20px 0;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
}
@media (min-width: 768px) {
  .schulprojekt .projekt_img {
    margin: 32px 0;
    aspect-ratio: 8/3;
  }
}
@media (min-width: 1024px) {
  .schulprojekt .projekt_img {
    margin: 48px 0;
  }
}
.schulprojekt .header_btn {
  position: absolute;
  bottom: 1.5rem;
  left: 24px;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .schulprojekt .header_btn {
    left: 48px;
  }
}
@media (min-width: 1024px) {
  .schulprojekt .header_btn {
    left: min((100vw - 768px) / 2, 256px);
  }
}
@media (min-width: 1440px) {
  .schulprojekt .header_btn {
    left: min((100vw - 842px) / 2, 219px);
  }
}

.shop_items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 32px;
}
@media (min-width: 768px) {
  .shop_items {
    gap: 32px;
  }
}
.shop_items .shop_item {
  width: calc(50% - 10px);
  transition: all 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .shop_items .shop_item {
    width: calc(33.3333333333% - 21.3333333333px);
  }
}
.shop_items .shop_item:hover {
  opacity: 0.7;
}
.shop_items .shop_item .shop_item_img {
  aspect-ratio: 1/1;
  background: #E8EDEE;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.shop_items .shop_item .shop_item_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.shop_items .shop_item h3 {
  font-weight: 500;
  font-family: "SuisseIntl", "Suisse Intl", sans-serif;
  font-size: 20px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .shop_items .shop_item h3 {
    font-size: 16px;
  }
}

.benachrichtigung_main {
  padding-top: 20px;
}
.benachrichtigung_main .beitrag {
  padding-top: 38px;
  margin-top: 38px;
  border-top: 1px solid rgba(17, 10, 53, 0.5);
  transition: all 0.2s ease-in-out;
}
.benachrichtigung_main .beitrag:hover {
  opacity: 0.7;
}

.empfehlung_single .prehead {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 17px;
}
.empfehlung_single .author {
  font-weight: 500;
  font-size: 20px;
}
.empfehlung_single .empfehlung_img {
  width: 100%;
  max-width: 1280px;
  margin: 32px auto;
}
@media (min-width: 1024px) {
  .empfehlung_single .empfehlung_img {
    margin: 48px auto;
  }
}
.empfehlung_single .headtext {
  font-size: 20px;
  font-weight: 500;
}

.mein_konto_toast {
  position: fixed;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  background: #1a7a3e;
  color: #fff;
  padding: 14px 28px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  z-index: 9999;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
  white-space: nowrap;
}
.mein_konto_toast.mein_konto_toast--warning {
  background: #A85100;
  white-space: normal;
  text-align: center;
  max-width: 90vw;
}

.mein_konto {
  width: min(90%, 450px);
}
.mein_konto form {
  flex-direction: column;
}
.mein_konto form .disabled_form {
  opacity: 1;
}
.mein_konto form .disabled_form .multi-select__trigger {
  pointer-events: auto;
  cursor: pointer;
}
.mein_konto form h4 {
  margin: 20px 0 20px 0;
}
.mein_konto form select:disabled,
.mein_konto form input:disabled,
.mein_konto form button.multi-select__trigger:disabled {
  border-bottom: none !important;
  opacity: 1 !important;
  background: none;
}
.mein_konto form #teacher_data.disabled_form .req_red {
  opacity: 0;
}
.mein_konto form #schule_data .schulsuche_wrapper.hide {
  display: none;
}
.mein_konto form #schulstempel #schulstempel_status.hide,
.mein_konto form #schulstempel #fieldset_13_sso-upload.hide {
  display: none;
}
.mein_konto .mein_konto__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.viernullvier_page {
  min-height: 600px;
}

.faq-list .faq-list__item {
  font-family: "SangBleuKingdom", "SangBleu Kingdom", sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #AAAAAA;
}
@media (min-width: 768px) {
  .faq-list .faq-list__item {
    font-size: 20px;
  }
}
.faq-list .faq-list__item a {
  transition: all 0.2s ease-in-out;
}
.faq-list .faq-list__item a:hover {
  opacity: 0.6;
}

.faq_kontakt {
  margin-top: 6rem;
  padding-top: 3rem;
  border-top: 1px solid #E3E3E3;
}
.faq_kontakt .btn {
  margin-top: 2rem;
}

#suchergebnisse .filter {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
#suchergebnisse .filter .tabs {
  display: inline-block;
  margin-right: 20px;
}
#suchergebnisse .filter .tabs ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0px 30px;
}
#suchergebnisse .filter .tabs ul li button {
  padding: 0;
  color: #110A35;
  background: none;
  border: none;
}
#suchergebnisse .filter .tabs ul li button:hover {
  opacity: 0.7;
}
#suchergebnisse .filter .tabs ul li button span {
  font-weight: 700;
}
#suchergebnisse .filter .suche_sortieren {
  display: inline-block;
  padding-top: 8px;
}
#suchergebnisse .filter .suche_sortieren label {
  color: #110A35;
  font-weight: 400 !important;
}
#suchergebnisse .filter .suche_sortieren select {
  min-width: 124px;
}
#suchergebnisse .ergebnisse {
  margin-top: 1rem;
  border-top: 1px solid #AAAAAA;
}
#suchergebnisse .ergebnisse .ergebnis {
  display: block;
  padding: 2rem 0;
  border-bottom: 1px solid #AAAAAA;
  position: relative;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 768px) {
  #suchergebnisse .ergebnisse .ergebnis {
    padding-right: 150px;
  }
}
#suchergebnisse .ergebnisse .ergebnis:hover {
  opacity: 0.6;
}
#suchergebnisse .ergebnisse .ergebnis .date {
  color: #4B7BA3;
  font-size: 14px;
  margin-bottom: 0.5rem;
}
#suchergebnisse .ergebnisse .ergebnis .phase {
  text-transform: uppercase;
  color: white;
  padding: 4px 10px;
  line-height: 1;
  border-radius: 25px;
  background: #4B7BA3;
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  #suchergebnisse .ergebnisse .ergebnis .phase {
    position: absolute;
    top: 2rem;
    right: 0;
    margin: 0;
  }
}
#suchergebnisse .ergebnisse .ergebnis .phase.end {
  background: #110A35;
}
#suchergebnisse .ergebnisse .ergebnis .phase.archive {
  background: #E8EDEE;
  color: #110A35;
}
#suchergebnisse .controls button {
  background: none;
  font-size: 0;
  border: none;
  padding: 0;
}
#suchergebnisse .controls button.prev {
  position: relative;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease-in-out;
}
#suchergebnisse .controls button.prev:after {
  content: "";
  background: url(/wp-content/uploads/arrow-icon-grey.svg);
  background-size: contain;
  transform: rotate(180deg);
  width: 16px;
  height: 16px;
  display: block;
}
#suchergebnisse .controls button.prev:hover {
  opacity: 0.7;
}
#suchergebnisse .controls button.next {
  position: relative;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease-in-out;
}
#suchergebnisse .controls button.next:after {
  content: "";
  background: url(/wp-content/uploads/arrow-icon-grey.svg);
  background-size: contain;
  width: 16px;
  height: 16px;
  display: block;
}
#suchergebnisse .controls button.next:hover {
  opacity: 0.7;
}
#suchergebnisse .controls button.disabled {
  opacity: 0.5;
  pointer-events: none;
}
#suchergebnisse .controls form {
  padding: 0;
}
#suchergebnisse .controls .bullets {
  display: flex;
}
#suchergebnisse .controls .bullets form {
  display: flex;
}
#suchergebnisse .controls .bullets .bullet {
  width: 10px;
  height: 10px;
  margin: 0 7px;
  margin: 0 4px;
  border-radius: 50%;
  background: #110A35;
  opacity: 0.5;
  transition: opacity 0.2s ease-in-out;
  display: flex;
  position: relative;
}
#suchergebnisse .controls .bullets .bullet:after {
  content: "";
  position: absolute;
  top: -7px;
  left: -7px;
  width: 24px;
  height: 24px;
}
#suchergebnisse .controls .bullets .bullet.active {
  opacity: 1;
}
#suchergebnisse .controls .bullets .bullet:hover {
  opacity: 1;
}

.meine_projekte .meine_projekte__liste {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-top: 24px;
}
@media (min-width: 640px) {
  .meine_projekte .meine_projekte__liste {
    gap: 24px;
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .meine_projekte .meine_projekte__liste {
    gap: 32px;
  }
}
.meine_projekte .meine_projekte__liste .project {
  width: 100%;
}
@media (min-width: 640px) {
  .meine_projekte .meine_projekte__liste .project {
    width: calc(50% - 12px);
  }
}
@media (min-width: 768px) {
  .meine_projekte .meine_projekte__liste .project {
    width: calc(33.333% - 16px);
  }
}
@media (min-width: 1024px) {
  .meine_projekte .meine_projekte__liste .project {
    width: calc(33.333% - 21.333px);
  }
}
.meine_projekte .meine_projekte__liste .project .project-image {
  position: relative;
  margin-bottom: 20px;
}
.meine_projekte .meine_projekte__liste .project .project-image img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.meine_projekte .meine_projekte__liste .project h3 {
  margin-bottom: 8px;
}
.meine_projekte .meine_projekte__liste .project p {
  margin-bottom: 20px;
}
.meine_projekte .meine_projekte__liste .project .project-meta {
  margin-bottom: 20px;
}
.meine_projekte .meine_projekte__liste .project .project-meta li {
  font-size: 14px;
}

.login {
  -webkit-touch-callout: none;
  /* Safari */
  -webkit-user-select: none;
  /* Chrome */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  z-index: 998;
  position: relative;
}
.login #modal-sso-first:focus-visible {
  outline: none !important;
}

.modal {
  position: fixed;
  display: none;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999;
  animation: fadein 0.4s;
  overflow: hidden;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.modal .pflichtangaben {
  margin-bottom: 0;
  margin-top: 32px;
  font-size: 14px;
}
.modal .box {
  background: #fff;
  width: auto;
  margin: 0 1rem;
  padding: 40px 30px 40px;
  position: relative;
  max-width: 614px;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  max-height: calc(100vh - 2rem);
  overflow-y: auto;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .modal .box {
    width: calc(100% - 4rem);
    padding: 40px 20px 40px;
  }
}
@media (min-width: 1024px) {
  .modal .box {
    padding: 60px 20px 60px;
  }
}
.modal .box.animate {
  animation: animate 0.4s ease-in-out;
}
@keyframes animate {
  from {
    transform: opacity(0);
  }
  to {
    transform: opacity(1);
  }
}
.modal .box #sso_tab__register__input:checked ~ #sso_tab__register__label,
.modal .box #sso_tab__login__input:checked ~ #sso_tab__login__label {
  font-weight: 500;
}
.modal .box #sso_tab__register__input:checked ~ #sso_tab__register__label:after,
.modal .box #sso_tab__login__input:checked ~ #sso_tab__login__label:after {
  background: #110A35;
}
.modal .box .radio {
  display: none;
}
.modal .box .tabs {
  margin-top: 76px;
}
.modal .box .tabs .tab {
  display: inline-block;
  text-align: center;
  width: 49%;
  font-size: 15px;
  font-weight: 400;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 20px;
  cursor: pointer;
  padding-top: 10px;
}
.modal .box .tabs .tab:hover:after {
  background: #110A35;
}
.modal .box .tabs .tab:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #E8EDEE;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.4s ease-in-out;
}
.modal .box .logo {
  width: 36px;
  margin: 0 0 20px;
}
.modal .box #modal-sso__login .head,
.modal .box #modal-sso__register .head {
  position: absolute;
  left: 64px;
  top: 64px;
}
.modal .box .modal-content {
  animation: fadein 0.8s;
  display: block;
  width: 270px;
  text-align: left;
}
@media (min-width: 480px) {
  .modal .box .modal-content {
    width: 400px;
  }
}
@media (min-width: 768px) {
  .modal .box .modal-content {
    width: 490px;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.modal .box .modal-content input {
  margin-bottom: 24px;
}
.modal .box .modal-content input:last-of-type {
  margin-bottom: 24px;
}
.modal .box .modal-content p {
  text-align: left;
}
.modal .box .data {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 13px;
}
.modal .box .data a {
  text-decoration: underline;
  font-size: 13px;
  font-weight: 400;
}
.modal .box .requirements {
  text-align: left;
  margin-bottom: 14px;
  padding: 10px 11px;
  background: #F7F7F7;
}
.modal .box .requirements li {
  font-size: 14px;
  padding: 0;
  margin-bottom: 0;
  position: relative;
  margin-left: 16px;
  font-weight: 400;
  line-height: normal;
}
.modal .box .requirements li:first-child {
  margin-left: 0;
  margin-bottom: 2px;
}
.modal .box .requirements li:first-child::before {
  display: none;
}
.modal .box .requirements li::before {
  content: "·";
  font-size: 20px;
  position: absolute;
  left: -13px;
  top: -5px;
  font-weight: 400;
}
.modal .box .requirements li.correct {
  font-weight: 400;
}
.modal .box .requirements li.correct::before {
  content: "";
  background: url(/wp-content/uploads/check-icon.svg) no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  left: -20px;
  top: 0px;
}
.modal .box #fieldset_0_sso-password,
.modal .box #fieldset_1_sso-password {
  position: relative;
}
.modal .box .pw-eye {
  width: 24px;
  height: 24px;
  display: block;
  background: black;
  position: absolute;
  right: 0;
  top: 12px;
  background: url(/wp-content/uploads/eye.svg) no-repeat;
  background-size: contain;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.modal .box .pw-eye:hover {
  opacity: 0.3;
}
.modal .box .pw-eye-2 {
  background: url(/wp-content/uploads/eye-stroke.svg) no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  top: 16px;
  right: 1px;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.modal .box .pw-eye-2:hover {
  opacity: 0.3;
}
.modal .box .optin_text {
  text-align: left;
}
.modal .box .optin_text p {
  font-size: 14px;
  line-height: normal;
}
.modal .box .datenschutz {
  font-size: 13px;
  text-align: left;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 18px;
}
.modal .box .datenschutz a {
  font-weight: 400;
  text-decoration: underline;
  font-size: 13px;
}
.modal .box .newsletter_hinweis {
  margin-bottom: 18px;
}
.modal .box .kd-nr-0 {
  text-align: left;
  position: relative;
  margin-bottom: 10px;
}
.modal .box .kd-nr-0 input[type=checkbox]:checked ~ .kd-nr-box {
  max-height: 200px;
  opacity: 1;
  display: block;
}
.modal .box .kd-nr-0 .kd-nr-box {
  max-height: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  display: none;
  position: relative;
}
.modal .box .kd-nr-0 p {
  margin-bottom: 10px;
  font-size: 14px;
}
.modal .box #tab_gp-nummer_danke .head + p,
.modal .box #tab_teilnahme_danke .head + p,
.modal .box #tab_register_fazschule_danke .head + p,
.modal .box #tab_username_danke .head + p,
.modal .box #tab_passwort_danke .head + p {
  margin-bottom: 20px;
  font-size: 16px;
}
.modal .box #tab_register_danke .head,
.modal .box #tab_email_danke .head {
  font-size: 28px;
  margin-bottom: 30px;
  text-align: left;
}
.modal .box #tab_register_danke .head + p,
.modal .box #tab_email_danke .head + p {
  margin-bottom: 20px;
  font-size: 16px;
}
.modal .box #tab_register_danke ul,
.modal .box #tab_email_danke ul {
  text-align: left;
  margin-bottom: 30px;
}
.modal .box #tab_register_danke ul li,
.modal .box #tab_email_danke ul li {
  padding-left: 30px;
  margin-bottom: 24px;
  position: relative;
  line-height: 140%;
}
.modal .box #tab_register_danke ul li::before,
.modal .box #tab_email_danke ul li::before {
  content: "";
  background: url(/wp-content/uploads/check-icon.svg) no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  left: -4px;
  top: -4px;
  opacity: 0.2;
  position: absolute;
}
.modal .box #tab_register_danke ul li:first-child:before,
.modal .box #tab_email_danke ul li:first-child:before {
  opacity: 1;
}

.close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #b9b9b9;
  font-size: 32px !important;
  font-weight: 100 !important;
  cursor: pointer;
  background: none !important;
  border: none;
  transition: all 0.2s ease-in-out;
  padding: 10px;
}
.close:hover {
  opacity: 0.8;
}

.log-links {
  text-align: left;
}
.log-links p {
  font-size: 14px;
  margin-top: 32px;
  margin-bottom: 20px;
}
.log-links a {
  text-decoration: underline;
  font-size: 14px;
}
.log-links a:hover {
  text-decoration: none;
}

.modal-first {
  visibility: hidden;
  opacity: 0;
  transition: 0.25s all ease;
  transition-delay: 0.1s;
  display: flex;
  position: fixed;
  left: 0;
  right: 16px;
  top: 48px;
}
.modal-first:focus-visible {
  outline: none;
}
.modal-first.hide {
  display: none;
}
.modal-first a {
  font-size: 14px;
}
.modal-first.open_login {
  visibility: visible;
  opacity: 1;
  transition: 0.25s all ease;
  transition-delay: 0s;
}
.modal-first .close_modal-first {
  display: block;
  padding: 4px 12px !important;
  background: none !important;
  line-height: normal;
  font-size: 24px !important;
  position: absolute;
  right: 5px;
  top: 0;
  color: #b9b9b9 !important;
  user-select: none;
  border: none !important;
}
@media (min-width: 1024px) {
  .modal-first .close_modal-first {
    opacity: 0;
    pointer-events: none;
  }
  .modal-first .close_modal-first:focus {
    opacity: 1;
  }
}
.modal-first .modal-first-box {
  background: #fff;
  padding: 24px;
  position: absolute;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
  animation: fadein 0.4s;
  z-index: 999;
  cursor: auto;
  width: 89%;
  top: 24px;
  right: 11px;
  max-width: 280px;
}
.modal-first .modal-first-box:hover {
  display: block;
}
@media (min-width: 480px) {
  .modal-first .modal-first-box {
    right: 10px;
  }
}
@media (min-width: 768px) {
  .modal-first .modal-first-box {
    right: 34px;
  }
}
@media (min-width: 1024px) {
  .modal-first .modal-first-box {
    right: 38px;
  }
}
@media only screen and (min-width: 1280px) {
  .modal-first .modal-first-box {
    right: 36px;
  }
}
@media (min-width: 1440px) {
  .modal-first .modal-first-box {
    right: calc((100vw - 1370px) / 2);
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.modal-first .modal-first-box#modal-sso-first__abo {
  padding: 16px 24px;
  width: auto;
}
.modal-first .modal-first-box#modal-sso-first__abo nav li {
  padding: 10px 0;
  line-height: 110%;
}
.modal-first .modal-first-box#modal-sso-first__abo nav li a {
  font-size: 15px;
  text-decoration: none;
  margin: 0;
  font-weight: 400;
  transition: opacity 0.2s ease-in-out;
}
.modal-first .modal-first-box#modal-sso-first__abo nav li a:hover {
  opacity: 0.7;
}
.modal-first .modal-first-box#modal-sso-first__abo form {
  margin: 0;
  padding: 0;
  margin-bottom: 0 !important;
}
.modal-first .modal-first-box#modal-sso-first__abo button {
  background: none !important;
  padding: 0;
  color: #110A35;
  font-size: 15px;
  border: none;
  transition: opacity 0.2s ease-in-out;
}
.modal-first .modal-first-box#modal-sso-first__abo button:hover {
  opacity: 0.7;
}
.modal-first .modal-first-box p {
  margin-bottom: 24px;
  font-size: 16px;
}
.modal-first .modal-first-box p:last-of-type {
  font-size: 14px;
  margin-bottom: 0;
}
.modal-first .modal-first-box p a {
  text-decoration: underline;
  transition: text-decoration 0.3s ease-in-out;
}
.modal-first .modal-first-box p:last-child {
  margin-bottom: 0;
  font-size: 14px;
}
.modal-first .modal-first-box .btn:not(.light) {
  margin-bottom: 12px;
  width: 100%;
}
.modal-first .modal-first-box .btn {
  margin-bottom: 24px;
  width: 100%;
}

#fieldset_0_sso-password input {
  margin-bottom: 20px;
}

.action-form {
  display: none;
}

#modal-sso__register .kd-nr-0 .container {
  margin-bottom: 0;
}

#sso-reg-layer-2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#formerrorid_0_sso-email-used {
  outline: 1px solid #A85100;
  padding: 10px 11px;
  background: #F7F7F7;
  font-size: 16px;
  margin-top: -12px;
}
#formerrorid_0_sso-email-used a {
  text-decoration: underline;
}

#modal-benachrichtigungen.open_login .modal-first-box {
  display: block !important;
  max-width: 480px;
}
#modal-benachrichtigungen.open_login .modal-first-box ul {
  max-height: 140px;
  overflow-y: scroll;
}
#modal-benachrichtigungen.open_login .modal-first-box li {
  border-bottom: 1px solid rgba(17, 10, 53, 0.2);
  padding-bottom: 4px;
  margin-bottom: 4px;
}
#modal-benachrichtigungen.open_login .modal-first-box li:last-child {
  border-bottom: none;
  margin: 0;
  padding: 0;
}

#tab_anmelden_erweitert .login_info {
  text-align: left;
}
#tab_anmelden_erweitert .login_info button {
  padding: 0;
  margin-left: 4px;
  color: #110A35;
  background: transparent;
  border: none;
  text-decoration: underline;
}
#tab_anmelden_erweitert .login_info button:hover {
  background: transparent;
  text-decoration: none;
}

.material_slider {
  width: 100%;
  overflow: hidden;
  margin-top: 24px;
}
.material_slider .swiper-slide {
  position: relative;
  height: auto;
}
.material_slider .swiper-slide img {
  aspect-ratio: 1/1.414;
  object-fit: cover;
  margin-bottom: 20px;
}
.material_slider .swiper-slide h3 {
  font-family: "SuisseIntl", "Suisse Intl", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 6px;
}

.shop_items_slider {
  width: 100%;
  overflow: hidden;
  margin-top: 24px;
}
.shop_items_slider .swiper-slide {
  position: relative;
  height: auto;
  transition: all 0.2s ease-in-out;
}
.shop_items_slider .swiper-slide:hover {
  opacity: 0.8;
}
.shop_items_slider .swiper-slide .img_item {
  background: #E8EDEE;
  padding: 14px;
  margin-bottom: 20px;
}
.shop_items_slider .swiper-slide img {
  aspect-ratio: 1/1;
  object-fit: contain;
}
.shop_items_slider .swiper-slide h3 {
  font-family: "SuisseIntl", "Suisse Intl", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 6px;
}
.shop_items_slider .swiper-pagination {
  width: auto !important;
}
.shop_items_slider .controls .swiper-button-prev {
  left: initial !important;
}
.shop_items_slider .controls .swiper-button-next {
  left: initial !important;
}

.autoplay-btn {
  border: none;
  padding: 0;
  position: absolute;
  display: flex;
  right: 12px;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  opacity: 0.5;
  transition: opacity 0.2s ease-in-out;
}
.autoplay-btn:hover {
  opacity: 1;
}

.controls {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  gap: 20px;
  margin: 26px 0;
}
.controls .swiper-pagination {
  position: relative;
  width: auto;
  bottom: auto;
  top: auto;
  bottom: inherit !important;
  margin-top: 1px;
}
.controls .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #110A35;
  opacity: 0.5;
  transition: opacity 0.2s ease-in-out;
  margin: 0 4px !important;
  position: relative;
  border: none;
}
.controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .controls .swiper-pagination .swiper-pagination-bullet:hover {
  opacity: 1;
}
.controls .swiper-pagination .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  top: -7px;
  left: -7px;
  width: 24px;
  height: 24px;
}
.controls .swiper-pagination .swiper-pagination-bullet:focus-visible {
  outline: 1px solid #110A35;
  outline-offset: 2px;
  border: none;
}
.controls .swiper-button-prev,
.controls .swiper-button-next {
  position: relative;
  width: 24px;
  height: 24px;
  margin: 0 !important;
  top: auto;
  left: 0;
  z-index: 3;
}
.controls .swiper-button-prev:after,
.controls .swiper-button-next:after {
  width: 16px;
  height: 16px;
}
.controls .swiper-button-prev.swiper-button-disabled,
.controls .swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
}
.controls .swiper-button-prev {
  left: 36px !important;
}
.controls .swiper-button-prev:after {
  content: "";
  background: url("/wp-content/uploads/arrow-icon-grey.svg") no-repeat;
  background-size: contain;
  transform: rotate(180deg);
}
.controls .swiper-button-next {
  left: -36px !important;
}
.controls .swiper-button-next:after {
  content: "";
  background: url("/wp-content/uploads/arrow-icon-grey.svg") no-repeat;
  background-size: contain;
}
.controls .swiper-pagination-bullets-dynamic {
  left: inherit !important;
  transform: inherit !important;
  white-space: nowrap;
}
.controls .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next,
.controls .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0);
}
.controls .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  margin: 0 7px !important;
}
.controls .swiper-pagination-bullets {
  z-index: 2;
}
