@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/wp-content/themes/templateSchulwerkMitte/assets/fonts/muli.woff2) format('woff2');
  unicode-range: U0102-0103, U0110-0111, U0128-0129, U0168-0169, U01A -1A 1, U01AF-01B 0, U1EA -1EF 9, U20AB;
}
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/wp-content/themes/templateSchulwerkMitte/assets/fonts/muli.woff2) format('woff2');
  unicode-range: U0000-00FF, U0131, U0152-0153, U02BB-02BC, U02C 6, U02DA, U02DC, U2000-206F, U2074, U20AC, U2122, U2191, U2193, U2212, U2215, UFEFF, UFFFD;
}
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/wp-content/themes/templateSchulwerkMitte/assets/fonts/muli.woff2) format('woff2');
  unicode-range: U0102-0103, U0110-0111, U0128-0129, U0168-0169, U01A -1A 1, U01AF-01B 0, U1EA -1EF 9, U20AB;
}
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/wp-content/themes/templateSchulwerkMitte/assets/fonts/muli.woff2) format('woff2');
  unicode-range: U0000-00FF, U0131, U0152-0153, U02BB-02BC, U02C 6, U02DA, U02DC, U2000-206F, U2074, U20AC, U2122, U2191, U2193, U2212, U2215, UFEFF, UFFFD;
}
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/wp-content/themes/templateSchulwerkMitte/assets/fonts/muli.woff2) format('woff2');
  unicode-range: U0102-0103, U0110-0111, U0128-0129, U0168-0169, U01A -1A 1, U01AF-01B 0, U1EA -1EF 9, U20AB;
}
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/wp-content/themes/templateSchulwerkMitte/assets/fonts/muli.woff2) format('woff2');
  unicode-range: U0000-00FF, U0131, U0152-0153, U02BB-02BC, U02C 6, U02DA, U02DC, U2000-206F, U2074, U20AC, U2122, U2191, U2193, U2212, U2215, UFEFF, UFFFD;
}
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/wp-content/themes/templateSchulwerkMitte/assets/fonts/muli.woff2) format('woff2');
  unicode-range: U0102-0103, U0110-0111, U0128-0129, U0168-0169, U01A -1A 1, U01AF-01B 0, U1EA -1EF 9, U20AB;
}
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/wp-content/themes/templateSchulwerkMitte/assets/fonts/muli.woff2) format('woff2');
  unicode-range: U0000-00FF, U0131, U0152-0153, U02BB-02BC, U02C 6, U02DA, U02DC, U2000-206F, U2074, U20AC, U2122, U2191, U2193, U2212, U2215, UFEFF, UFFFD;
}
*,
p {
  font-family: 'Muli', sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: white;
}
@media screen and (min-width: 1800px) {
  *,
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
h1 {
  font-size: 48px;
  line-height: 60px;
  font-weight: 800;
}
@media screen and (min-width: 1800px) {
  h1 {
    font-size: 72px;
    line-height: 90px;
  }
}
@media screen and (max-width: 799px) {
  h1 {
    font-size: 36px;
    line-height: 45px;
  }
}
@media screen and (max-width: 439px) {
  h1 {
    font-size: 8.2vw;
    line-height: 1.27em;
  }
}
h2 {
  font-size: 20px;
  line-height: 27px;
  font-weight: 600;
}
@media screen and (min-width: 1800px) {
  h2 {
    font-size: 26px;
    line-height: 33px;
  }
}
h3 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 800;
}
@media screen and (min-width: 1800px) {
  h3 {
    font-size: 50px;
    line-height: 63px;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.button {
  max-width: 239px;
  width: 100%;
  height: 47px;
  border: 2px solid white;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 800;
  transition: .3s;
  cursor: pointer;
}
.button a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 20px;
  font-weight: 800;
}
.button a::before,
.button a:before {
  transition: .3s;
}
.button::before,
.button :before {
  transition: .3s;
}
.button:hover {
  background-color: white;
  color: #2196f3;
}
.button:hover a {
  color: #2196f3;
  opacity: 1;
}
.button.mint {
  border-color: #03DAC6;
  max-width: 260px;
}
.button.mint a {
  color: #03DAC6;
}
.button.mint a:before {
  content: "";
  margin-right: 15px;
  left: 0;
  width: 36.406px;
  height: 20.828px;
  background-repeat: no-repeat;
  background-image: url("../images/Pfeil-tuerkis.svg");
}
.button.mint:hover {
  background-color: #03DAC6;
}
.button.mint:hover a {
  color: white;
}
.button.mint:hover a:before {
  background-image: url("../images/Pfeil-rechts-weiss.svg");
}
a {
  transition: .3s;
}
a:hover {
  opacity: 0.8;
}
a.low:hover {
  opacity: 0.95;
}
.textbox p a,
.column p a {
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}
.left,
.right {
  transition: 1.3s;
}
.left.anim,
.right.anim {
  opacity: 0;
}
.content {
  padding: 100px 16.666666666666664vw 25px;
}
.content * {
  color: black;
}
@media (max-width: 620px) {
  .content h1 {
    font-size: 5.8vw;
  }
}
.content li {
  margin-left: 20px;
}
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(255,255,255,0.6) 0% 0% no-repeat padding-box;
  backdrop-filter: blur(2px);
  overflow-y: scroll;
}
.overlay .view-container {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4vw;
}
.overlay .view-container .text-container {
  position: relative;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 6px 7px 6px #00000029;
  width: 70%;
  min-height: 60%;
  padding: 30px;
  color: black;
  padding-right: 4vw;
}
.overlay .view-container .text-container >.close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 30px;
  top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.overlay .view-container .text-container >.close:before,
.overlay .view-container .text-container >.close:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: #2196f3;
}
.overlay .view-container .text-container >.close:before {
  transform: rotate(45deg);
}
.overlay .view-container .text-container >.close:after {
  transform: rotate(-45deg);
}
.overlay .view-container .text-container .headline {
  text-align: left;
  font-size: 48px;
  line-height: 60px;
  font-weight: 800;
  letter-spacing: 0;
  color: #2196f3;
  margin-bottom: 20px;
  padding-right: 5vw;
}
.overlay .view-container .text-container .subline {
  text-align: left;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  letter-spacing: 0;
  color: #2196f3;
  margin-bottom: 20px;
}
.overlay .view-container .text-container >* {
  color: white;
}
.overlay .view-container .text-container .container {
  display: flex;
  justify-content: space-between;
}
.overlay .view-container .text-container .container .column {
  width: 49%;
  display: flex;
  flex-direction: column;
}
.overlay .view-container .text-container .container .column .row {
  padding: 15px 20px 20px 20px;
  margin-bottom: 20px;
  flex-grow: 1;
}
.overlay .view-container .text-container .container .column .row h4 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
}
.overlay .view-container .text-container .container .column .row.blue {
  background-color: #2196f3;
}
.overlay .view-container .text-container .container .column .row.mint {
  background-color: #03DAC6;
}
.overlay .view-container .text-container .container .column .row h2,
.overlay .view-container .text-container .container .column .row h3,
.overlay .view-container .text-container .container .column .row h4,
.overlay .view-container .text-container .container .column .row h5,
.overlay .view-container .text-container .container .column .row h6,
.overlay .view-container .text-container .container .column .row p,
.overlay .view-container .text-container .container .column .row ul {
  margin-bottom: 10px;
}
.overlay .view-container .text-container .container .column .row ul li {
  margin-left: 20px;
}
.overlay .view-container .text-container .button {
  border-color: #2196f3;
  margin-bottom: 10px;
}
.overlay .view-container .text-container .button a {
  color: #2196f3;
  position: relative;
}
.overlay .view-container .text-container .button a img {
  margin-right: 15px;
}
.overlay .view-container .text-container .button a:before {
  content: "";
  margin-left: 15px;
  margin-right: 15px;
  left: 0;
  width: 36.406px;
  height: 20.828px;
  background-repeat: no-repeat;
  background-image: url("../images/Pfeil-rechts-blau.svg");
}
.overlay .view-container .text-container .button:hover {
  background-color: #2196f3;
}
.overlay .view-container .text-container .button:hover a {
  color: white;
}
.overlay .view-container .text-container .button:hover a:before {
  background-image: url("../images/Pfeil-rechts-weiss.svg");
}
.overlay.closed {
  display: none;
}
@media screen and (max-width: 1099px) {
  .overlay .view-container .text-container .container {
    flex-direction: column;
  }
  .overlay .view-container .text-container .container .column {
    width: 100% !important;
  }
}
@media screen and (max-width: 899px) {
  .overlay .view-container .text-container {
    padding: 5vw;
  }
}
@media screen and (max-width: 699px) {
  .overlay .view-container .text-container {
    width: 90%;
  }
}
@media screen and (max-width: 599px) {
  .overlay .view-container .text-container {
    position: absolute;
    top: 0;
    overflow-y: scroll;
  }
}
@media screen and (max-width: 599px) {
  .overlay .view-container .text-container {
    padding-top: 90px;
  }
  .overlay .view-container .text-container .headline {
    font-size: 35px;
    line-height: 45px;
  }
}
.stoerer {
  position: absolute;
  top: 100px;
  left: 12vw;
  padding-top: 0;
  max-width: 300px;
  width: auto;
  height: 30%;
  max-width: 200px;
}
@media screen and (max-width: 899px) {
  .stoerer {
    height: auto;
    min-width: 175px;
    width: 25%;
  }
}
@media screen and (max-width: 499px) {
  .stoerer {
    top: 170px;
  }
}
html {
  scroll-behavior: smooth;
}
html body.hidden {
  overflow: hidden;
}
html body nav {
  position: fixed;
  display: flex;
  width: 100%;
  padding: 17px 10vw 0 16.666666666666664vw;
  height: 56px;
  overflow: hidden;
  transition: .3s;
  z-index: 99;
}
@media screen and (min-width: 1600px) {
  html body nav {
    padding: 17px 16.666666666666664vw 0 16.666666666666664vw;
  }
}
html body nav .mobile-menu {
  display: none;
}
html body nav .menu-menu-container .menu {
  display: flex;
}
html body nav .menu-menu-container .menu .menu-item-has-children {
  position: relative;
  display: flex;
  align-items: center;
}
html body nav .menu-menu-container .menu .menu-item-has-children > a {
  pointer-events: none;
}
html body nav .menu-menu-container .menu .menu-item-has-children::after,
html body nav .menu-menu-container .menu .menu-item-has-children::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background-color: white;
  transition: .3s;
}
html body nav .menu-menu-container .menu .menu-item-has-children::after {
  transform: rotate(45deg);
  right: -17px;
}
html body nav .menu-menu-container .menu .menu-item-has-children::before {
  transform: rotate(-45deg);
  right: -23px;
}
html body nav .menu-menu-container .menu > li {
  list-style: none;
  margin-right: 50px;
  padding-bottom: 50px;
}
html body nav .menu-menu-container .menu > li a {
  font-size: 16px;
  line-height: 20px;
  font-weight: 800;
  color: white;
  text-decoration: none;
}
html body nav .menu-menu-container .menu > li ul {
  position: absolute;
  top: 71px;
  margin-left: 20px;
}
html body nav .menu-menu-container .menu > li ul li {
  list-style: disc;
}
html body nav .menu-menu-container .menu > li:nth-last-child(1) {
  margin-right: 0;
}
html body nav .menu-menu-container .menu > li:first-child {
  display: none;
}
html body nav .home-icon-container {
  flex-grow: 1;
}
html body nav .home-icon-container img {
  float: right;
}
html body nav.bg {
  background: rgba(41,41,41,0.8) 0% 0% no-repeat padding-box;
  box-shadow: 10px 3px 6px #00000029;
}
html body nav.scrolled {
  background: rgba(41,41,41,0.8) 0% 0% no-repeat padding-box;
  box-shadow: 10px 3px 6px #00000029;
}
html body nav.hovered {
  height: 250px;
  background: rgba(41,41,41,0.8) 0% 0% no-repeat padding-box;
  box-shadow: 10px 3px 6px #00000029;
}
html body nav.active {
  box-shadow: none;
  background: rgba(41,41,41,0.8) 0% 0% no-repeat padding-box;
  transition: 0s;
}
@media screen and (max-width: 1620px) {
  html body nav .menu-menu-container .menu >li {
    margin-right: 36px;
  }
}
@media screen and (max-width: 1489px) {
  html body nav {
    justify-content: flex-start;
    padding: 15px 10vw;
  }
  html body nav .menu-menu-container {
    display: none;
  }
  html body nav .mobile-menu {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    height: 100%;
    position: relative;
    width: 100px;
  }
  html body nav .mobile-menu div {
    width: 48px;
    height: 2px;
    background-color: white;
    transition: .3s;
  }
  html body nav .mobile-menu .label {
    width: auto;
    height: auto;
    background: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
  }
  html body nav .mobile-menu.active {
    justify-content: center;
  }
  html body nav .mobile-menu.active div:nth-child(1) {
    transform: rotate(45deg);
    position: relative;
    top: 4px;
  }
  html body nav .mobile-menu.active div:nth-child(2) {
    opacity: 0;
  }
  html body nav .mobile-menu.active div:nth-child(3) {
    transform: rotate(-45deg);
  }
}
html body .mobile-menu-container {
  z-index: 99;
  padding-left: 20vw;
  position: fixed;
  width: 100%;
  height: 0;
  margin-top: 56px;
  background: rgba(41,41,41,0.8) 0% 0% no-repeat padding-box;
  overflow-x: hidden;
  transition: .3s;
}
html body .mobile-menu-container .menu-menu-container {
  padding-top: 100px;
}
html body .mobile-menu-container .menu-menu-container ul li {
  list-style: none;
  display: flex;
  align-items: center;
}
html body .mobile-menu-container .menu-menu-container ul li a {
  text-decoration: none;
  font-size: 20px;
  line-height: 25px;
  font-weight: 800;
  height: 60px;
  border-bottom: 2px solid white;
  width: 100%;
  display: flex;
  align-items: center;
}
html body .mobile-menu-container .menu-menu-container ul .menu-item-object-page:before {
  content: "";
  margin-left: 15px;
  margin-right: 15px;
  right: 10vw;
  width: 36.406px;
  height: 20.828px;
  background-repeat: no-repeat;
  position: absolute;
  background-image: url("../images/Pfeil-rechts-weiss.svg");
}
@media screen and (max-width: 449px) {
  html body .mobile-menu-container .menu-menu-container ul .menu-item-object-page:before {
    display: none;
  }
}
html body .mobile-menu-container .menu-menu-container ul .menu-item-has-children {
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
html body .mobile-menu-container .menu-menu-container ul .menu-item-has-children > a {
  pointer-events: none;
  position: relative;
}
html body .mobile-menu-container .menu-menu-container ul .menu-item-has-children > a::after,
html body .mobile-menu-container .menu-menu-container ul .menu-item-has-children > a::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background-color: white;
  transition: .3s;
  top: 28px;
}
html body .mobile-menu-container .menu-menu-container ul .menu-item-has-children > a::after {
  transform: rotate(45deg);
  left: 119px;
}
html body .mobile-menu-container .menu-menu-container ul .menu-item-has-children > a::before {
  transform: rotate(-45deg);
  left: 125px;
}
html body .mobile-menu-container .menu-menu-container ul .menu-item-has-children ul {
  height: 0;
  width: 100%;
  overflow: hidden;
  transition: .3s;
  position: relative;
}
html body .mobile-menu-container .menu-menu-container ul .menu-item-has-children ul li {
  margin-left: 13%;
}
html body .mobile-menu-container .menu-menu-container ul .menu-item-has-children ul li a {
  font-size: 18px;
}
html body .mobile-menu-container .menu-menu-container ul .menu-item-has-children ul li a::before,
html body .mobile-menu-container .menu-menu-container ul .menu-item-has-children ul li a ::after {
  content: "";
  display: none;
}
html body .mobile-menu-container .menu-menu-container ul .menu-item-has-children ul li:last-child {
  margin: 0;
}
html body .mobile-menu-container .menu-menu-container ul .menu-item-has-children ul li:last-child a {
  padding-left: 13%;
}
html body .mobile-menu-container .menu-menu-container ul .menu-item-has-children.active > a::after {
  transform: rotate(-45deg);
}
html body .mobile-menu-container .menu-menu-container ul .menu-item-has-children.active > a::before {
  transform: rotate(45deg);
}
html body .mobile-menu-container .datenschutz-impressum-haftungsausschluss {
  display: flex;
  flex-direction: column;
  padding-top: 80px;
  padding-bottom: 30px;
}
html body .mobile-menu-container .datenschutz-impressum-haftungsausschluss a {
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  font-weight: 800;
  height: 30px;
  display: flex;
  align-items: center;
}
html body .mobile-menu-container.active {
  height: calc(100% - 56px);
}
html body header {
  width: 100%;
  display: flex;
  overflow: hidden;
  height: 100vh;
  position: relative;
}
@media (max-height: 999px) and (min-width: 1620px) {
  html body header {
    min-height: 959px;
  }
}
html body header .stoerer-header {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  left: 16.666666666666664vw;
  top: 100px;
  background-color: #FFE200;
  border-radius: 50%;
  height: 230px;
  width: 230px;
  text-align: center;
  text-decoration: none;
  transform: matrix(0.97,-0.24,0.24,0.97,0,0);
  padding: 0 10px;
}
@media (max-height: 999px) {
  html body header .stoerer-header {
    height: 200px;
    width: 200px;
    top: 60px;
  }
}
@media (max-width: 499px) {
  html body header .stoerer-header {
    height: 200px;
    width: 200px;
  }
}
html body header .stoerer-header * {
  color: #292929;
}
html body header .stoerer-header .text-big {
  font: normal normal 800 18px/23px Muli;
  margin-bottom: 15px;
}
html body header .stoerer-header p {
  font: normal normal 600 16px/22px Muli;
}
html body header .stoerer-header:hover {
  opacity: 0.7;
}
@media (max-width: 499px) {
  html body header .stoerer-header:hover {
    opacity: 1;
  }
}
html body header .stoerer-header.no-hover:hover {
  opacity: 1;
}
html body header .content-wrap {
  max-width: 430px;
  width: 100%;
  margin-left: 16.666666666666664vw;
  padding-top: 48.03695150115473vh;
  margin-bottom: 100px;
}
@media (max-height: 999px) and (min-width: 1800px) {
  html body header .content-wrap {
    padding-top: 500px;
  }
}
html body header .content-wrap h1 {
  margin-bottom: 22px;
}
html body header .content-wrap h2 {
  margin-bottom: 30px;
  max-width: 380px;
  width: 100%;
}
html body header .content-wrap .button {
  position: relative;
  text-decoration: none;
  min-height: 47px;
}
html body header .content-wrap .button:before {
  content: "";
  margin-right: 15px;
  width: 20.813px;
  height: 22.406px;
  background-repeat: no-repeat;
  position: relative;
  left: 0;
  background-image: url("../images/Icon-Pfeil-nachunten-weiss.svg");
}
html body header img {
  width: 50%;
  margin: auto;
  padding-top: 56px;
}
html body header.textbased .content-wrap {
  max-width: unset;
  margin-left: 0;
  padding: 48.037vh 16.666vw 0;
}
html body header.textbased .content-wrap h2 {
  max-width: unset;
}
@media screen and (min-width: 1800px) {
  html body header {
    align-items: flex-end;
  }
  html body header .content-wrap {
    margin-bottom: 175px;
  }
  html body header .content-wrap h2 {
    max-width: none;
  }
}
@media screen and (max-width: 1489px) {
  html body header.textbased .content-wrap {
    max-width: unset;
    margin-left: 0;
    padding: 48.037vh 10vw 0;
  }
}
@media screen and (max-width: 999px) {
  html body header {
    padding: 0 10vw;
    min-height: 100vh;
    height: auto;
  }
  html body header .content-wrap {
    padding-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
  }
  html body header.textbased .content-wrap {
    max-width: unset;
    margin-left: 0;
    padding: 250px 0 0;
  }
}
@media screen and (max-width: 899px) {
  html body header {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 10vw;
  }
  html body header .content-wrap {
    order: 2;
    padding: 0;
    margin: 20px 0 80px;
  }
  html body header .content-wrap h1 {
    margin-bottom: 0px;
  }
  html body header img {
    order: 1;
    padding-top: 56px;
    width: auto;
    height: auto;
    max-height: auto;
    max-width: 100%;
    margin: 0;
  }
}
html body main .color_box_text_img {
  display: flex;
  align-items: center;
  min-height: 100vh;
}
html body main .color_box_text_img .container-all {
  display: flex;
  padding: 0 16.666666666666664vw 0 0;
  padding-top: 100px;
}
html body main .color_box_text_img .container-all .left {
  width: calc(50% + 16.666666666666664vw);
}
html body main .color_box_text_img .container-all .left img {
  margin-bottom: 100px;
  width: 100%;
  height: auto;
}
html body main .color_box_text_img .container-all .right {
  width: 50%;
}
html body main .color_box_text_img .container-all .right h1 {
  margin-bottom: 0.5em;
}
html body main .color_box_text_img .container-all .right h2 {
  margin-bottom: 1em;
}
html body main .color_box_text_img .container-all .right p {
  margin-bottom: 30px;
}
html body main .color_box_text_img .container-all .right .button {
  margin-bottom: 150px;
}
html body main .color_box_text_img .container-all .right .button a {
  position: relative;
}
html body main .color_box_text_img .container-all .right .button a:before {
  content: "";
  margin-left: 15px;
  margin-right: 15px;
  left: 0;
  width: 36.406px;
  height: 20.828px;
  background-repeat: no-repeat;
  position: absolute;
  background-image: url("../images/Pfeil-rechts-weiss.svg");
}
@media screen and (max-width: 1099px) {
  html body main .color_box_text_img {
    min-height: auto;
  }
  html body main .color_box_text_img .container-all {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 10vw;
  }
  html body main .color_box_text_img .container-all .left {
    order: 2;
    padding: 0;
    margin: 50px 0;
    max-width: 100%;
  }
  html body main .color_box_text_img .container-all .left img {
    margin-bottom: 0;
  }
  html body main .color_box_text_img .container-all .right {
    order: 1;
    width: 100%;
    margin-top: 100px;
    padding: 5vw 0;
  }
  html body main .color_box_text_img .container-all .right .button {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 899px) {
  html body main .color_box_text_img .container-all .left {
    width: 100%;
  }
}
html body main .color_box_text_video {
  display: flex;
  align-items: center;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
}
html body main .color_box_text_video .container-all {
  display: flex;
  padding: 0 0 0 16.666666666666664vw;
  padding-top: 100px;
  width: 100%;
}
html body main .color_box_text_video .container-all .right {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
html body main .color_box_text_video .container-all .right video {
  width: 100%;
  object-fit: cover;
  object-position: top;
  height: 100%;
}
html body main .color_box_text_video .container-all .left {
  width: 50%;
  max-width: 410px;
  position: relative;
  z-index: 1;
}
html body main .color_box_text_video .container-all .left h1 {
  margin-bottom: 0.5em;
}
html body main .color_box_text_video .container-all .left h2 {
  margin-bottom: 1em;
}
html body main .color_box_text_video .container-all .left p {
  margin-bottom: 30px;
}
html body main .color_box_text_video .mobile {
  display: none;
}
@media (max-width: 949px) {
  html body main .color_box_text_video {
    align-items: flex-end;
    min-height: 120vw;
  }
  html body main .color_box_text_video .container-all {
    flex-direction: column;
    padding: 5vw;
  }
  html body main .color_box_text_video .container-all .left,
  html body main .color_box_text_video .container-all .right {
    width: 100%;
    max-width: 100%;
  }
  html body main .color_box_text_video .container-all .left {
    min-height: 30vw;
  }
  html body main .color_box_text_video .mobile {
    display: block;
  }
  html body main .color_box_text_video .desktop {
    display: none;
  }
}
@media (max-width: 649px) {
  html body main .color_box_text_video {
    align-items: flex-end;
    min-height: 160vw;
  }
  html body main .color_box_text_video .container-all {
    flex-direction: column;
    padding: 5vw;
  }
  html body main .color_box_text_video .container-all .left,
  html body main .color_box_text_video .container-all .right {
    width: 100%;
    max-width: 100%;
  }
  html body main .color_box_text_video .container-all .left {
    min-height: 30vw;
  }
  html body main .color_box_text_video .mobile {
    display: block;
  }
  html body main .color_box_text_video .desktop {
    display: none;
  }
}
html body main .color_box_text_icon {
  display: flex;
  align-items: center;
  min-height: 100vh;
}
html body main .color_box_text_icon .container-all {
  display: flex;
  padding: 0 16.666666666666664vw;
  padding-top: 100px;
  width: 100%;
}
html body main .color_box_text_icon .container-all .left {
  width: 50%;
  padding-right: 5vw;
}
html body main .color_box_text_icon .container-all .left img {
  margin-bottom: 100px;
  height: auto;
}
html body main .color_box_text_icon .container-all .right {
  width: 50%;
  margin-bottom: 100px;
  padding-left: 5vw;
}
html body main .color_box_text_icon .container-all .right h1 {
  margin-bottom: 0.5em;
}
html body main .color_box_text_icon .container-all .right h2 {
  margin-bottom: 1em;
}
html body main .color_box_text_icon .container-all .right p {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
html body main .color_box_text_icon .container-all .right p img {
  margin-right: 15px;
}
html body main .color_box_text_icon .container-all .right li {
  margin-left: 20px;
}
html body main .color_box_text_icon .container-all .right .button {
  margin-bottom: 150px;
}
@media screen and (max-width: 999px) {
  html body main .color_box_text_icon {
    min-height: none;
  }
  html body main .color_box_text_icon .container-all {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 10vw;
  }
  html body main .color_box_text_icon .container-all .left {
    order: 1;
    padding: 0;
    margin: 80px 0 50px;
    max-width: 100%;
  }
  html body main .color_box_text_icon .container-all .left img {
    margin-bottom: 0;
    width: 100%;
  }
  html body main .color_box_text_icon .container-all .right {
    order: 2;
    width: 100%;
    margin-bottom: 80px;
    padding: 5vw 0 0;
  }
  html body main .color_box_text_icon .container-all .right .button {
    margin-bottom: 0;
  }
}
html body main .white_color_box_links_img {
  display: flex;
  align-items: center;
}
html body main .white_color_box_links_img .container-all {
  display: flex;
  padding: 0 0 0 16.666666666666664vw;
  padding-top: 100px;
  width: 100%;
}
html body main .white_color_box_links_img .container-all .left {
  width: 50%;
}
html body main .white_color_box_links_img .container-all .left h1 {
  margin-bottom: 0.5em;
}
html body main .white_color_box_links_img .container-all .left h2 {
  margin-bottom: 1em;
}
html body main .white_color_box_links_img .container-all .left .text {
  margin-bottom: 75px;
}
html body main .white_color_box_links_img .container-all .left .text p {
  color: black;
}
html body main .white_color_box_links_img .container-all .left .text a {
  position: relative;
  padding-left: 50px;
  font-size: 20px;
  line-height: 25px;
  font-weight: 800;
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-top: 20px;
}
html body main .white_color_box_links_img .container-all .left .text a:before {
  content: "";
  width: 36.406px;
  height: 20.828px;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
}
html body main .white_color_box_links_img .container-all .left .button {
  margin-bottom: 150px;
}
html body main .white_color_box_links_img .container-all .left .button a {
  position: relative;
}
html body main .white_color_box_links_img .container-all .left .button a:before {
  content: "";
  margin-left: 15px;
  margin-right: 15px;
  left: 0;
  width: 36.406px;
  height: 20.828px;
  background-repeat: no-repeat;
  position: absolute;
  background-image: url("../images/Pfeil-rechts-weiss.svg");
}
html body main .white_color_box_links_img .container-all .right {
  width: calc(50% + 16.666666666666664vw);
  padding-right: 15px;
}
html body main .white_color_box_links_img .container-all .right img {
  margin-bottom: 100px;
  width: 100%;
}
@media screen and (min-width: 1800px) {
  html body main .white_color_box_links_img .container-all .left .text a {
    font-size: 26px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1099px) {
  html body main .white_color_box_links_img .container-all {
    padding: 100px 0 0 10vw;
  }
}
@media screen and (max-width: 999px) {
  html body main .white_color_box_links_img .container-all {
    flex-direction: column;
    padding: 100px 10vw 0;
  }
  html body main .white_color_box_links_img .container-all .left {
    width: 100%;
  }
  html body main .white_color_box_links_img .container-all .left .button {
    margin-bottom: 50px;
  }
  html body main .white_color_box_links_img .container-all .right {
    width: 100%;
    padding-right: 0;
  }
  html body main .white_color_box_links_img .container-all .right img {
    margin-bottom: 25px;
  }
}
html body main .white_box_text_icon .container-all {
  display: flex;
  padding: 0 16.666666666666664vw;
  padding-top: 100px;
}
html body main .white_box_text_icon .container-all.text-left .left {
  min-width: 50%;
  margin-bottom: 100px;
  padding-right: 5vw;
}
html body main .white_box_text_icon .container-all.text-left .left >h1 {
  margin-bottom: 10px;
  color: black;
}
html body main .white_box_text_icon .container-all.text-left .left h2 {
  color: black;
}
html body main .white_box_text_icon .container-all.text-left .left h2:nth-child(1) {
  margin-bottom: 5px;
}
html body main .white_box_text_icon .container-all.text-left .left h2:nth-child(3) {
  margin-bottom: 20px;
}
@media screen and (max-width: 449px) {
  html body main .white_box_text_icon .container-all.text-left .left h1 {
    font-size: 27px;
  }
}
html body main .white_box_text_icon .container-all.text-left .left .textbox p,
html body main .white_box_text_icon .container-all.text-left .left .textbox h1,
html body main .white_box_text_icon .container-all.text-left .left .textbox h2 {
  color: black;
  margin-bottom: 15px;
}
html body main .white_box_text_icon .container-all.text-left .left .textbox li {
  color: black;
  margin-left: 20px;
}
html body main .white_box_text_icon .container-all.text-left .left .textbox .ansprechpartner {
  display: flex;
  align-items: center;
}
html body main .white_box_text_icon .container-all.text-left .left .textbox .ansprechpartner .img-ansprechpartner {
  background-image: url(/wp-content/uploads/2019/12/Josy_Faschian_azubi1.jpg);
  height: 112px;
  width: 112px;
  border-radius: 50%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 20px 0;
  flex-shrink: 0;
}
html body main .white_box_text_icon .container-all.text-left .left .textbox .ansprechpartner p {
  margin-left: 20px;
}
html body main .white_box_text_icon .container-all.text-left .left .textbox .arrow-link {
  position: relative;
  padding-left: 50px;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-top: 20px;
}
html body main .white_box_text_icon .container-all.text-left .left .textbox .arrow-link:before {
  content: "";
  width: 36.406px;
  height: 20.828px;
  background-image: url(../images/Pfeil-tuerkis.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
}
html body main .white_box_text_icon .container-all.text-left .right {
  min-width: 50%;
  display: flex;
  align-items: flex-start;
  padding-left: 5vw;
}
html body main .white_box_text_icon .container-all.text-left .right img {
  margin-bottom: 100px;
}
html body main .white_box_text_icon .container-all.text-right .left {
  min-width: 50%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 5vw;
}
html body main .white_box_text_icon .container-all.text-right .left img {
  margin-bottom: 100px;
}
html body main .white_box_text_icon .container-all.text-right .right {
  min-width: 50%;
  margin-bottom: 100px;
  padding-left: 5vw;
}
html body main .white_box_text_icon .container-all.text-right .right >h1 {
  margin-bottom: 10px;
  color: black;
}
html body main .white_box_text_icon .container-all.text-right .right h2 {
  color: black;
}
html body main .white_box_text_icon .container-all.text-right .right h2:nth-child(1) {
  margin-bottom: 5px;
}
html body main .white_box_text_icon .container-all.text-right .right h2:nth-child(3) {
  margin-bottom: 20px;
}
@media screen and (max-width: 449px) {
  html body main .white_box_text_icon .container-all.text-right .right h1 {
    font-size: 27px;
  }
}
html body main .white_box_text_icon .container-all.text-right .right .textbox p,
html body main .white_box_text_icon .container-all.text-right .right .textbox h1,
html body main .white_box_text_icon .container-all.text-right .right .textbox h2 {
  color: black;
  margin-bottom: 15px;
}
html body main .white_box_text_icon .container-all.text-right .right .textbox li {
  color: black;
  margin-left: 20px;
}
html body main .white_box_text_icon .container-all.text-right .right .textbox .ansprechpartner {
  display: flex;
  align-items: center;
}
html body main .white_box_text_icon .container-all.text-right .right .textbox .ansprechpartner .img-ansprechpartner {
  background-image: url(/wp-content/uploads/2019/12/Josy_Faschian_azubi1.jpg);
  height: 112px;
  width: 112px;
  border-radius: 50%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 20px 0;
  flex-shrink: 0;
}
html body main .white_box_text_icon .container-all.text-right .right .textbox .ansprechpartner p {
  margin-left: 20px;
}
html body main .white_box_text_icon .container-all.text-right .right .textbox .arrow-link {
  position: relative;
  padding-left: 50px;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-top: 20px;
}
html body main .white_box_text_icon .container-all.text-right .right .textbox .arrow-link:before {
  content: "";
  width: 36.406px;
  height: 20.828px;
  background-image: url(../images/Pfeil-tuerkis.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 1099px) {
  html body main .white_box_text_icon .container-all {
    padding: 23.094688221709006vh 10vw 0;
  }
}
@media screen and (max-width: 899px) {
  html body main .white_box_text_icon .container-all {
    flex-direction: column;
    padding: 50px 10vw;
  }
  html body main .white_box_text_icon .container-all .left,
  html body main .white_box_text_icon .container-all .right {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  html body main .white_box_text_icon .container-all.text-left .right {
    width: 100%;
    justify-content: center;
    align-items: center;
    order: 1;
    margin: 0;
  }
  html body main .white_box_text_icon .container-all.text-left .right img {
    max-width: 185px;
    margin-bottom: 25px;
  }
  html body main .white_box_text_icon .container-all.text-left .left {
    width: 100%;
    order: 2;
    margin: 0;
  }
  html body main .white_box_text_icon .container-all.text-right .left {
    width: 100%;
    justify-content: center;
    align-items: center;
    margin: 0;
    order: 1;
  }
  html body main .white_box_text_icon .container-all.text-right .left img {
    max-width: 185px;
    margin-bottom: 25px;
  }
  html body main .white_box_text_icon .container-all.text-right .right {
    width: 100%;
    margin: 0;
    order: 2;
  }
}
html body main .white_box_text_img .container-all {
  display: flex;
  padding-top: 100px;
}
html body main .white_box_text_img .container-all.text-left {
  padding-left: 16.666666666666664vw;
}
html body main .white_box_text_img .container-all.text-left .left {
  width: 50%;
  margin-bottom: 100px;
}
html body main .white_box_text_img .container-all.text-left .left > h1,
html body main .white_box_text_img .container-all.text-left .left h2 {
  margin-bottom: 0.5em;
  color: black;
}
html body main .white_box_text_img .container-all.text-left .left > h2:nth-of-type(2) {
  margin-bottom: 1em;
}
html body main .white_box_text_img .container-all.text-left .left div p,
html body main .white_box_text_img .container-all.text-left .left div h1,
html body main .white_box_text_img .container-all.text-left .left div h2 {
  color: black;
  margin-bottom: 15px;
}
html body main .white_box_text_img .container-all.text-left .left div li {
  color: black;
  margin-left: 20px;
}
html body main .white_box_text_img .container-all.text-left .right {
  width: calc(50% + 16.666666666666664vw);
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
html body main .white_box_text_img .container-all.text-left .right img {
  margin-bottom: 100px;
  width: 100%;
}
html body main .white_box_text_img .container-all.text-right {
  padding-right: 16.666666666666664vw;
}
html body main .white_box_text_img .container-all.text-right .left {
  width: calc(50% + 16.666666666666664vw);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
html body main .white_box_text_img .container-all.text-right .left img {
  margin-bottom: 100px;
  width: 100%;
}
html body main .white_box_text_img .container-all.text-right .right {
  width: 50%;
  margin-bottom: 100px;
}
html body main .white_box_text_img .container-all.text-right .right >h1,
html body main .white_box_text_img .container-all.text-right .right h2 {
  margin-bottom: 30px;
  color: black;
}
html body main .white_box_text_img .container-all.text-right .right div p,
html body main .white_box_text_img .container-all.text-right .right div h1,
html body main .white_box_text_img .container-all.text-right .right div h2 {
  color: black;
  margin-bottom: 15px;
}
html body main .white_box_text_img .container-all.text-right .right div li {
  color: black;
  margin-left: 20px;
}
@media screen and (max-width: 1099px) {
  html body main .white_box_text_img .container-all {
    padding: 23.094688221709006vh 10vw 0;
  }
}
@media screen and (max-width: 899px) {
  html body main .white_box_text_img .container-all {
    flex-direction: column;
    padding: 50px 10vw;
  }
  html body main .white_box_text_img .container-all.text-left {
    padding-left: 10vw;
  }
  html body main .white_box_text_img .container-all.text-left .right {
    width: 100%;
    justify-content: center;
    align-items: center;
    order: 2;
    margin: 0;
  }
  html body main .white_box_text_img .container-all.text-left .right img {
    margin-bottom: 25px;
  }
  html body main .white_box_text_img .container-all.text-left .left {
    width: 100%;
    order: 1;
    margin: 0;
    margin-bottom: 50px;
  }
  html body main .white_box_text_img .container-all.text-right {
    padding-right: 10vw;
  }
  html body main .white_box_text_img .container-all.text-right .left {
    width: 100%;
    justify-content: center;
    align-items: center;
    margin: 0;
    order: 2;
  }
  html body main .white_box_text_img .container-all.text-right .left img {
    margin-bottom: 25px;
  }
  html body main .white_box_text_img .container-all.text-right .right {
    width: 100%;
    margin: 0;
    order: 1;
  }
}
html body main .color_box_columns {
  padding: 80px 0;
  background: transparent linear-gradient(286deg,#2196F3 0%,#03DAC6 100%) 0% 0% no-repeat padding-box;
}
html body main .color_box_columns .content-container {
  background-color: white;
  padding: 40px 16.666666666666664vw 0;
  box-shadow: 5px 5px 8px #00000067;
}
@media screen and (max-width: 1249px) {
  html body main .color_box_columns .content-container {
    padding: 40px 10vw 0;
  }
}
html body main .color_box_columns .content-container .icon {
  margin-bottom: 15px;
}
html body main .color_box_columns .content-container h1,
html body main .color_box_columns .content-container h2 {
  color: black;
}
html body main .color_box_columns .content-container .columns-container {
  display: flex;
  margin-top: 50px;
}
html body main .color_box_columns .content-container .columns-container .column {
  border-left: 1px solid black;
  padding-left: 20px;
  padding-bottom: 75px;
  width: 100%;
  padding-right: 50px;
}
html body main .color_box_columns .content-container .columns-container .column h3 {
  min-height: 76px;
}
html body main .color_box_columns .content-container .columns-container .column p,
html body main .color_box_columns .content-container .columns-container .column h2,
html body main .color_box_columns .content-container .columns-container .column h3 {
  color: black;
}
html body main .color_box_columns .content-container .columns-container .column h2 {
  margin-bottom: 15px;
}
@media screen and (max-width: 350px) {
  html body main .color_box_columns .content-container .columns-container .column h3 {
    font-size: 28px;
  }
}
html body main .color_box_columns .content-container .columns-container .column a.arrow-link {
  position: relative;
  padding-left: 50px;
  font-size: 20px;
  line-height: 30px;
}
html body main .color_box_columns .content-container .columns-container .column a.arrow-link::before {
  content: "";
  display: inline-block;
  background-image: url("../images/Pfeil-rechts-blau.svg");
  width: 36.406px;
  height: 20.828px;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 5px;
}
@media screen and (max-width: 1000px) {
  html body main .color_box_columns .content-container {
    padding: 40px 10vw 0;
  }
  html body main .color_box_columns .content-container .columns-container {
    display: flex;
    flex-direction: column;
  }
  html body main .color_box_columns .content-container .columns-container .column {
    margin-bottom: 50px;
  }
}
html body main .news_veranstaltungen {
  display: flex;
  align-items: center;
  background: transparent linear-gradient(286deg,#2196F3 0%,#03DAC6 100%) 0% 0% no-repeat padding-box;
}
html body main .news_veranstaltungen .container-all {
  display: flex;
  padding: 0 12.847222222222221vw 0 0;
  padding-top: 100px;
  width: 100%;
}
html body main .news_veranstaltungen .container-all .left {
  width: calc(50% + 12.847222222222221vw);
}
html body main .news_veranstaltungen .container-all .left img {
  margin-bottom: 100px;
  width: 100%;
}
html body main .news_veranstaltungen .container-all .right {
  width: 50%;
}
html body main .news_veranstaltungen .container-all .right h1 {
  margin-bottom: 25px;
}
@media screen and (max-width: 399px) {
  html body main .news_veranstaltungen .container-all .right h1 {
    font-size: 29px;
    line-height: 38px;
  }
}
html body main .news_veranstaltungen .container-all .right .news_veranstaltungen-container {
  display: flex;
  flex-direction: column;
}
html body main .news_veranstaltungen .container-all .right .news_veranstaltungen-container .news_veranstaltungen-box {
  max-width: 490px;
  width: 100%;
  box-shadow: 6px 7px 6px #00000029;
  background-color: white;
  min-height: 160px;
  margin-bottom: 23px;
  padding: 15px 20px;
}
html body main .news_veranstaltungen .container-all .right .news_veranstaltungen-container .news_veranstaltungen-box div {
  color: #2196f3;
}
html body main .news_veranstaltungen .container-all .right .news_veranstaltungen-container .news_veranstaltungen-box .date {
  font-size: 14px;
  line-height: 18px;
  font-weight: 900;
  margin-bottom: 15px;
}
html body main .news_veranstaltungen .container-all .right .news_veranstaltungen-container .news_veranstaltungen-box .headline {
  font-size: 20px;
  line-height: 25px;
  font-weight: 800;
  margin-bottom: 5px;
}
html body main .news_veranstaltungen .container-all .right .news_veranstaltungen-container .news_veranstaltungen-box .subline {
  font-size: 14px;
  line-height: 22px;
}
html body main .news_veranstaltungen .container-all .right .news_veranstaltungen-container .news_veranstaltungen-box .fold-out-text {
  height: 0;
  overflow: hidden;
  transition: .3s;
}
html body main .news_veranstaltungen .container-all .right .news_veranstaltungen-container .news_veranstaltungen-box .fold-out-text .text {
  margin-top: 20px;
  margin-bottom: 25px;
}
html body main .news_veranstaltungen .container-all .right .news_veranstaltungen-container .news_veranstaltungen-box .fold-out-text .text * {
  color: #292929;
  word-break: break-word;
}
html body main .news_veranstaltungen .container-all .right .news_veranstaltungen-container .news_veranstaltungen-box .fold-out-text .text p {
  margin-bottom: 10px;
}
html body main .news_veranstaltungen .container-all .right .news_veranstaltungen-container .news_veranstaltungen-box .fold-out-text .text .column a {
  font-weight: bold;
  text-transform: unset;
  text-decoration: underline;
}
html body main .news_veranstaltungen .container-all .right .news_veranstaltungen-container .news_veranstaltungen-box .link img {
  margin-top: 20px;
}
html body main .news_veranstaltungen .container-all .right .news_veranstaltungen-container .news_veranstaltungen-box .show-more {
  font-size: 14px;
  line-height: 18px;
  font-weight: 800;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  margin-top: 20px;
}
html body main .news_veranstaltungen .container-all .right .news_veranstaltungen-container .news_veranstaltungen-box .show-more::before {
  content: "";
  position: absolute;
  background-color: #2196f3;
  width: 10px;
  height: 2px;
  transform: rotate(45deg);
  left: 0px;
  top: 9px;
}
html body main .news_veranstaltungen .container-all .right .news_veranstaltungen-container .news_veranstaltungen-box .show-more::after {
  content: "";
  position: absolute;
  background-color: #2196f3;
  width: 10px;
  height: 2px;
  transform: rotate(-45deg);
  left: 6px;
  top: 9px;
}
html body main .news_veranstaltungen .container-all .right .news_veranstaltungen-container .news_veranstaltungen-box .show-more.none {
  display: none;
}
html body main .news_veranstaltungen .container-all .right .news_veranstaltungen-container .news_veranstaltungen-box.none {
  display: none;
}
html body main .news_veranstaltungen .container-all .right .news_veranstaltungen-container .news_veranstaltungen-box::nth-last-child {
  margin-bottom: 0;
}
html body main .news_veranstaltungen .container-all .right .button {
  margin-bottom: 150px;
}
html body main .news_veranstaltungen .container-all .right .button a {
  position: relative;
}
html body main .news_veranstaltungen .container-all .right .button a:before {
  content: "";
  margin-right: 15px;
  left: 0;
  width: 36.406px;
  height: 20.828px;
  background-repeat: no-repeat;
  position: relative;
  background-image: url("../images/Pfeil-rechts-weiss.svg");
}
html body main .news_veranstaltungen .container-all .right .button.old.none {
  display: none;
}
html body main .news_veranstaltungen .container-all .right .button:hover a::before {
  background-image: url("../images/Pfeil-rechts-blau.svg");
}
@media screen and (max-width: 999px) {
  html body main .news_veranstaltungen .container-all {
    flex-direction: column;
    align-items: center;
    padding: 100px 10vw 0;
  }
  html body main .news_veranstaltungen .container-all .left {
    order: 2;
    width: 100%;
  }
  html body main .news_veranstaltungen .container-all .right {
    order: 1;
    width: 100%;
  }
  html body main .news_veranstaltungen .container-all .right .button {
    margin-bottom: 75px;
  }
}
html body main .box-navigation .box-container {
  display: flex;
  flex-wrap: wrap;
}
html body main .box-navigation .box-container a {
  width: 33.333%;
  min-height: 33vw;
  text-decoration: none;
  transition: opacity 1s, box-shadow .3s;
}
html body main .box-navigation .box-container a .box {
  padding: 40px 4vw 0;
  display: flex;
  flex-direction: column;
  opacity: 1;
  width: 100%;
  height: 100%;
}
html body main .box-navigation .box-container a .box h1 {
  min-height: 120px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1800px) {
  html body main .box-navigation .box-container a .box h1 {
    min-height: 180px;
  }
}
html body main .box-navigation .box-container a .box ul {
  min-height: 170px;
  padding-bottom: 25px;
}
html body main .box-navigation .box-container a .box ul li {
  list-style: none;
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}
html body main .box-navigation .box-container a .box ul li:nth-last-child(1) {
  margin-bottom: 0;
}
@media screen and (max-width: 375px) {
  html body main .box-navigation .box-container a .box ul li {
    font-size: 18px;
    line-height: normal;
  }
}
html body main .box-navigation .box-container a .box .button {
  margin: 35px 0;
}
html body main .box-navigation .box-container a .box .button div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 20px;
  font-weight: 800;
}
html body main .box-navigation .box-container a .box .button div:before {
  content: "";
  left: 0;
  margin-right: 15px;
  width: 36.406px;
  height: 20.828px;
  background-repeat: no-repeat;
  position: relative;
  background-image: url("../images/Pfeil-rechts-weiss.svg");
}
html body main .box-navigation .box-container a.anim {
  opacity: 0;
}
html body main .box-navigation .box-container a:hover {
  box-shadow: 5px 5px 10px 0px #00000082;
  z-index: 1;
  opacity: 1;
}
html body main .box-navigation .box-container a:hover:nth-child(1) .button {
  background-color: white;
}
html body main .box-navigation .box-container a:hover:nth-child(1) .button div {
  color: #880061;
}
html body main .box-navigation .box-container a:hover:nth-child(1) .button div::before {
  background-image: url("../images/Icon-pfeil-rechts-abitur-lila.svg");
}
html body main .box-navigation .box-container a:hover:nth-child(2) .button {
  background-color: white;
}
html body main .box-navigation .box-container a:hover:nth-child(2) .button div {
  color: #E54304;
}
html body main .box-navigation .box-container a:hover:nth-child(2) .button div::before {
  background-image: url("../images/Icon-pfeil-rechts-fachhochschulreife-orange.svg");
}
html body main .box-navigation .box-container a:hover:nth-child(3) .button {
  background-color: white;
}
html body main .box-navigation .box-container a:hover:nth-child(3) .button div {
  color: #009688;
}
html body main .box-navigation .box-container a:hover:nth-child(3) .button div::before {
  background-image: url("../images/Icon-pfeil-rechts-mittlerereife-gruen.svg");
}
html body main .box-navigation .box-container a:hover:nth-child(4) .button {
  background-color: white;
}
html body main .box-navigation .box-container a:hover:nth-child(4) .button div {
  color: #B00020;
}
html body main .box-navigation .box-container a:hover:nth-child(4) .button div::before {
  background-image: url("../images/Icon-pfeil-rechts-hauptschule-dunkelrot.svg");
}
html body main .box-navigation .box-container a:hover:nth-child(5) .button {
  background-color: white;
}
html body main .box-navigation .box-container a:hover:nth-child(5) .button div {
  color: #00BCD4;
}
html body main .box-navigation .box-container a:hover:nth-child(5) .button div::before {
  background-image: url("../images/Icon-pfeil-rechts-sonstigeabschluesse-hellblau.svg");
}
html body main .box-navigation .box-container a:hover:nth-child(6) .button {
  background-color: white;
}
html body main .box-navigation .box-container a:hover:nth-child(6) .button div {
  color: #2196f3;
}
html body main .box-navigation .box-container a:hover:nth-child(6) .button div::before {
  background-image: url("../images/Pfeil-rechts-blau.svg");
}
html body main .box-navigation .box-container a:nth-child(1) {
  background-color: #880061;
}
html body main .box-navigation .box-container a:nth-child(2) {
  background-color: #E54304;
}
html body main .box-navigation .box-container a:nth-child(3) {
  background-color: #009688;
}
html body main .box-navigation .box-container a:nth-child(4) {
  background-color: #B00020;
}
html body main .box-navigation .box-container a:nth-child(5) {
  background-color: #00BCD4;
}
html body main .box-navigation .box-container a:nth-child(6) {
  background-color: #2196f3;
}
@media screen and (max-width: 1299px) {
  html body main .box-navigation .box-container a,
  html body main .box-navigation .box-container .box {
    width: 50%;
  }
}
@media screen and (max-width: 799px) {
  html body main .box-navigation .box-container {
    flex-direction: column;
    align-items: center;
  }
  html body main .box-navigation .box-container a,
  html body main .box-navigation .box-container .box {
    width: 75%;
    height: auto;
    min-height: 75vw;
  }
  html body main .box-navigation .box-container a h1,
  html body main .box-navigation .box-container .box h1 {
    margin-bottom: 10px;
  }
  html body main .box-navigation .box-container a ul li,
  html body main .box-navigation .box-container .box ul li {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 549px) {
  html body main .box-navigation .box-container a,
  html body main .box-navigation .box-container .box {
    width: 100%;
    min-height: 100vw;
    height: 100%;
    padding: 0 10vw;
  }
}
html body main .box-navigation_informationstag {
  margin-top: 120px;
}
html body main .box-navigation_informationstag .box-container {
  display: flex;
  flex-wrap: wrap;
}
html body main .box-navigation_informationstag .box-container a {
  width: 33.333%;
  min-height: 33vw;
  text-decoration: none;
  transition: opacity 1s, box-shadow .3s;
}
html body main .box-navigation_informationstag .box-container a .box {
  padding: 40px 4vw 0;
  display: flex;
  flex-direction: column;
  opacity: 1;
  width: 100%;
  height: 100%;
}
html body main .box-navigation_informationstag .box-container a .box h1 {
  min-height: 120px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1800px) {
  html body main .box-navigation_informationstag .box-container a .box h1 {
    min-height: 180px;
  }
}
html body main .box-navigation_informationstag .box-container a .box ul {
  min-height: 170px;
  padding-bottom: 25px;
}
html body main .box-navigation_informationstag .box-container a .box ul li {
  list-style: none;
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}
html body main .box-navigation_informationstag .box-container a .box ul li:nth-last-child(1) {
  margin-bottom: 0;
}
@media screen and (max-width: 375px) {
  html body main .box-navigation_informationstag .box-container a .box ul li {
    font-size: 18px;
    line-height: normal;
  }
}
html body main .box-navigation_informationstag .box-container a .box .button {
  margin: 35px 0;
}
html body main .box-navigation_informationstag .box-container a .box .button div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 20px;
  font-weight: 800;
}
html body main .box-navigation_informationstag .box-container a .box .button div:before {
  content: "";
  left: 0;
  margin-right: 15px;
  width: 36.406px;
  height: 20.828px;
  background-repeat: no-repeat;
  position: relative;
  background-image: url("../images/Pfeil-rechts-weiss.svg");
}
html body main .box-navigation_informationstag .box-container a.anim {
  opacity: 0;
}
html body main .box-navigation_informationstag .box-container a:hover {
  box-shadow: 5px 5px 10px 0px #00000082;
  z-index: 1;
  opacity: 1;
}
html body main .box-navigation_informationstag .box-container a:hover:nth-child(2) .button {
  background-color: white;
}
html body main .box-navigation_informationstag .box-container a:hover:nth-child(2) .button div {
  color: #880061;
}
html body main .box-navigation_informationstag .box-container a:hover:nth-child(2) .button div::before {
  background-image: url("../images/Icon-pfeil-rechts-abitur-lila.svg");
}
html body main .box-navigation_informationstag .box-container a:hover:nth-child(3) .button {
  background-color: white;
}
html body main .box-navigation_informationstag .box-container a:hover:nth-child(3) .button div {
  color: #E54304;
}
html body main .box-navigation_informationstag .box-container a:hover:nth-child(3) .button div::before {
  background-image: url("../images/Icon-pfeil-rechts-fachhochschulreife-orange.svg");
}
html body main .box-navigation_informationstag .box-container a:hover:nth-child(4) .button {
  background-color: white;
}
html body main .box-navigation_informationstag .box-container a:hover:nth-child(4) .button div {
  color: #009688;
}
html body main .box-navigation_informationstag .box-container a:hover:nth-child(4) .button div::before {
  background-image: url("../images/Icon-pfeil-rechts-mittlerereife-gruen.svg");
}
html body main .box-navigation_informationstag .box-container a:hover:nth-child(5) .button {
  background-color: white;
}
html body main .box-navigation_informationstag .box-container a:hover:nth-child(5) .button div {
  color: #B00020;
}
html body main .box-navigation_informationstag .box-container a:hover:nth-child(5) .button div::before {
  background-image: url("../images/Icon-pfeil-rechts-hauptschule-dunkelrot.svg");
}
html body main .box-navigation_informationstag .box-container a:hover:nth-child(6) .button {
  background-color: white;
}
html body main .box-navigation_informationstag .box-container a:hover:nth-child(6) .button div {
  color: #00BCD4;
}
html body main .box-navigation_informationstag .box-container a:hover:nth-child(6) .button div::before {
  background-image: url("../images/Icon-pfeil-rechts-sonstigeabschluesse-hellblau.svg");
}
html body main .box-navigation_informationstag .box-container a:nth-child(1) {
  background-color: white;
  pointer-events: none;
}
html body main .box-navigation_informationstag .box-container a:nth-child(1) * {
  color: #292929;
}
html body main .box-navigation_informationstag .box-container a:nth-child(1) .button {
  display: none;
}
@media (max-width: 499px) {
  html body main .box-navigation_informationstag .box-container a:nth-child(1) h1 {
    min-height: auto;
  }
}
html body main .box-navigation_informationstag .box-container a:nth-child(2) {
  background-color: #880061;
}
html body main .box-navigation_informationstag .box-container a:nth-child(3) {
  background-color: #E54304;
}
html body main .box-navigation_informationstag .box-container a:nth-child(4) {
  background-color: #009688;
}
html body main .box-navigation_informationstag .box-container a:nth-child(5) {
  background-color: #B00020;
}
html body main .box-navigation_informationstag .box-container a:nth-child(6) {
  background-color: #00BCD4;
}
@media screen and (max-width: 1299px) {
  html body main .box-navigation_informationstag .box-container a,
  html body main .box-navigation_informationstag .box-container .box {
    width: 50%;
  }
}
@media screen and (max-width: 799px) {
  html body main .box-navigation_informationstag .box-container {
    flex-direction: column;
    align-items: center;
  }
  html body main .box-navigation_informationstag .box-container a,
  html body main .box-navigation_informationstag .box-container .box {
    width: 75%;
    height: auto;
    min-height: 75vw;
  }
  html body main .box-navigation_informationstag .box-container a h1,
  html body main .box-navigation_informationstag .box-container .box h1 {
    margin-bottom: 10px;
  }
  html body main .box-navigation_informationstag .box-container a ul li,
  html body main .box-navigation_informationstag .box-container .box ul li {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 549px) {
  html body main .box-navigation_informationstag .box-container a,
  html body main .box-navigation_informationstag .box-container .box {
    width: 100%;
    min-height: 100vw;
    height: 100%;
    padding: 0 10vw;
  }
}
html body main .network_list {
  display: flex;
  flex-direction: column;
  padding: 80px 10vw 100px;
}
html body main .network_list .icon {
  height: 89px;
  margin: 0 auto 30px;
  width: 100%;
}
html body main .network_list h1,
html body main .network_list h2 {
  color: black;
  text-align: center;
}
html body main .network_list .box-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
  justify-content: center;
}
html body main .network_list .box-container .box {
  margin: 0 10px;
  margin-bottom: 20px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 250px;
  width: 100%;
  height: 72px;
  box-shadow: 5px 5px 10px 0px #00000082;
  padding: 10px;
}
html body main .network_list .box-container .box img {
  max-height: 100%;
  max-width: 100%;
}
html body main .network_list .box-container:after {
  content: "";
  display: flex;
}
@media screen and (max-width: 675px) {
  html body main .network_list {
    text-align: center;
  }
}
html body main .box-contact_4 {
  margin-bottom: 130px;
}
html body main .box-contact_4 .box-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
html body main .box-contact_4 .box-container .box {
  width: 25%;
  height: 25vw;
  position: relative;
  margin-bottom: 90px;
}
html body main .box-contact_4 .box-container .box .contact-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: .3s;
  padding-bottom: 25px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
}
html body main .box-contact_4 .box-container .box .contact-hover .name {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 15px;
}
html body main .box-contact_4 .box-container .box .contact-hover p {
  height: 66px;
}
@media screen and (max-width: 1080px) {
  html body main .box-contact_4 .box-container .box .contact-hover {
    opacity: 1;
    background-color: rgba(33,150,243,0.7);
    padding: 10px 0;
    height: auto;
    bottom: 0;
  }
}
html body main .box-contact_4 .box-container .box .basic-contact {
  width: 100%;
  padding: 15px;
  text-align: center;
  color: black;
  position: absolute;
  height: 90px;
  bottom: -90px;
}
html body main .box-contact_4 .box-container .box .basic-contact .name {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 10px;
}
html body main .box-contact_4 .box-container .box .basic-contact * {
  color: black;
}
html body main .box-contact_4 .box-container .box:hover .contact-hover {
  opacity: 1;
  background-color: rgba(33,150,243,0.7);
}
@media screen and (max-width: 999px) {
  html body main .box-contact_4 .box-container {
    justify-content: center;
    flex-wrap: wrap;
  }
  html body main .box-contact_4 .box-container .box {
    width: 50%;
    height: 50vw;
  }
}
@media screen and (max-width: 499px) {
  html body main .box-contact_4 .box-container {
    justify-content: center;
    flex-wrap: wrap;
  }
  html body main .box-contact_4 .box-container .box {
    width: 100%;
    height: 100vw;
  }
}
html body main .gallery {
  padding: 0 16.666666666666664vw;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 80px 0 160px;
}
html body main .gallery .slider-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
html body main .gallery .slider-container .cssSlider {
  overflow-x: hidden;
}
html body main .gallery .slider-container .cssSlider .images {
  display: flex;
  position: relative;
  list-style: none;
  left: 0;
  transition: left .8s ease-in-out;
}
html body main .gallery .slider-container .cssSlider .images li {
  position: relative;
  left: 0;
  width: 100%;
}
html body main .gallery .slider-container .cssSlider .images li img {
  width: 100%;
}
html body main .gallery .slider-container .cssSlider .images li figure figcaption {
  color: black;
  text-align: center;
  margin-bottom: 5px;
}
html body main .gallery .slider-container .back-button,
html body main .gallery .slider-container .next-button {
  display: flex;
  width: 48px;
  height: 48px;
  background-color: #2196f3;
  position: absolute;
  border-radius: 50%;
  border: 2px solid white;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 799px) {
  html body main .gallery .slider-container .back-button,
  html body main .gallery .slider-container .next-button {
    top: 100%;
  }
}
html body main .gallery .slider-container .back-button {
  left: 20%;
}
html body main .gallery .slider-container .back-button::before,
html body main .gallery .slider-container .back-button::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background-color: white;
}
html body main .gallery .slider-container .back-button::before {
  transform: rotate(45deg) translateY(4px);
}
@media all and (-ms-high-contrast: none) {
  html body main .gallery .slider-container .back-button::before {
    margin-left: -3px;
  }
}
html body main .gallery .slider-container .back-button::after {
  transform: rotate(-45deg) translateY(-4px);
}
@media all and (-ms-high-contrast: none) {
  html body main .gallery .slider-container .back-button::after {
    margin-left: -3px;
  }
}
html body main .gallery .slider-container .next-button {
  right: 20%;
}
html body main .gallery .slider-container .next-button::before,
html body main .gallery .slider-container .next-button::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background-color: white;
}
html body main .gallery .slider-container .next-button::before {
  transform: rotate(-45deg) translateY(4px);
}
@media all and (-ms-high-contrast: none) {
  html body main .gallery .slider-container .next-button::before {
    margin-left: -6px;
  }
}
html body main .gallery .slider-container .next-button::after {
  transform: rotate(45deg) translateY(-4px);
}
@media all and (-ms-high-contrast: none) {
  html body main .gallery .slider-container .next-button::after {
    margin-left: -6px;
  }
}
html body main .gallery .gallery-nav-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  min-height: 1px;
}
html body main .gallery .gallery-nav-container .jump-img {
  width: 25%;
  display: flex;
  align-items: center;
  cursor: pointer;
}
html body main .gallery .gallery-nav-container .jump-img img {
  width: 100%;
  transition: .3s;
  border: 1px solid white;
}
html body main .gallery .gallery-nav-container .jump-img.active img {
  opacity: .5;
}
@media screen and (max-width: 1099px) {
  html body main .gallery .gallery-nav-container {
    display: none;
  }
}
@media screen and (max-width: 799px) {
  html body main .gallery {
    padding: 0 10vw;
  }
}
html body main .trenner_1 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10vw;
}
html body main .trenner_1 .line {
  width: 100%;
  height: 1px;
  background-color: black;
}
html body main .trenner_2 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 16.666666666666664vw;
}
html body main .trenner_2 .container-all {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 80px 0;
}
html body main .trenner_2 .container-all img {
  width: 89px;
}
html body main .trenner_2 .container-all h1 {
  margin-top: 30px;
  margin-bottom: 30px;
  color: black;
}
html body main .trenner_2 .container-all h2 {
  color: black;
}
html body main .trenner_2 .container-all .button {
  border-color: #2196f3;
}
html body main .trenner_2 .container-all .button a {
  color: #2196f3;
  position: relative;
}
html body main .trenner_2 .container-all .button a:before {
  content: "";
  width: 36.406px;
  height: 20.828px;
  background-repeat: no-repeat;
  position: relative;
  left: 0;
  margin-right: 15px;
}
html body main .trenner_3 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 16.666666666666664vw;
}
html body main .trenner_3 .container-all {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}
html body main .trenner_3 .container-all h1,
html body main .trenner_3 .container-all h2,
html body main .trenner_3 .container-all p {
  color: #2196f3;
}
html body main .trenner_3 .container-all h1 {
  margin-top: 80px;
  margin-bottom: 0.5em;
}
html body main .trenner_3 .container-all h2 {
  margin-bottom: 1em;
}
html body main .trenner_3 .container-all p {
  margin-bottom: 30px;
}
html body main .trenner_3 .container-all .button {
  margin-bottom: 80px;
  border-color: #2196f3;
}
html body main .trenner_3 .container-all .button a {
  color: #2196f3;
  position: relative;
}
html body main .trenner_3 .container-all .button a img {
  margin-right: 15px;
}
html body main .trenner_3 .container-all .button a:before {
  content: "";
  margin-left: 15px;
  margin-right: 15px;
  left: 0;
  width: 36.406px;
  height: 20.828px;
  background-repeat: no-repeat;
  position: absolute;
  background-image: url("../images/Pfeil-rechts-blau.svg");
}
html body main .trenner_3 .container-all .button:hover {
  background-color: #2196f3;
}
html body main .trenner_3 .container-all .button:hover a {
  color: white;
}
html body main .trenner_3 .container-all .button:hover a:before {
  background-image: url("../images/Pfeil-rechts-weiss.svg");
}
html body main .trenner_4 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2196f3;
}
html body main .trenner_4 * {
  color: inherit;
}
html body main .trenner_4 .container-all {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 0 16.458333333333332VW;
}
html body main .trenner_4 .container-all h1 {
  margin-top: 80px;
  margin-bottom: 35px;
}
html body main .trenner_4 .container-all .container-icon-text {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
html body main .trenner_4 .container-all .container-icon-text .icon-text-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 20px;
  margin-bottom: 80px;
}
html body main .trenner_4 .container-all .container-icon-text .icon-text-wrap img {
  margin-bottom: 20px;
  height: 89px;
}
html body main .trenner_4 .container-all .container-icon-text .icon-text-wrap .icon-text {
  font-size: 20px;
  font-weight: 600;
}
html body main .trenner_4 .container-all .container-icon-text .icon-text-wrap .icon-details {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  max-width: 177px;
  margin-top: 5px;
}
@media screen and (max-width: 1399px) {
  html body main .trenner_4 .container-all {
    padding: 0 10vw 80px;
  }
  html body main .trenner_4 .container-all .container-icon-text .icon-text-wrap {
    width: 50%;
    margin: 40px 0 40px 0;
  }
}
@media screen and (max-width: 599px) {
  html body main .trenner_4 .container-all .container-icon-text {
    flex-direction: column;
    align-items: center;
  }
}
html body main .trenner_5 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 37px;
  background-color: #FFE200;
  overflow: hidden;
  position: relative;
  width: 100%;
  white-space: nowrap;
}
html body main .trenner_5 .anim-text {
  position: absolute;
  margin: 0;
  text-align: center;
  color: black;
  max-width: 600px;
  top: 9px;
  left: 100%;
  -moz-animation: anim1 20s linear infinite;
  -webkit-animation: anim1 20s linear infinite;
  animation: anim1 20s linear infinite;
}
html body main .maps .text {
  padding: 80px 16.666666666666664vw 30px;
  color: black;
}
html body main .maps .text h1,
html body main .maps .text h2,
html body main .maps .text div {
  color: black;
}
html body main .maps .text h2 {
  font-weight: 800;
  margin: 20px 0 10px;
}
html body main .maps .text .standort1,
html body main .maps .text .standort2,
html body main .maps .text .standort3 {
  margin: 10px 0;
  cursor: pointer;
}
html body main .maps .text .standort1.active,
html body main .maps .text .standort2.active,
html body main .maps .text .standort3.active {
  font-weight: 800;
}
html body main .maps #map {
  width: 100%;
  height: 75vh;
}
html body main .videos {
  max-width: 960px;
  margin: 60px auto 120px;
}
@media (max-width: 1199px) {
  html body main .videos {
    padding: 0 10vw;
    max-width: 100%;
  }
}
html body main .videos .selected-video-container video {
  width: 100%;
}
@media (max-width: 1199px) {
  html body main .videos .selected-video-container video {
    height: auto;
  }
}
html body main .videos .selected-video-container .video-description {
  margin-top: 15px;
}
html body main .videos .selected-video-container .video-description p {
  font: normal normal 600 20px/26px 'Muli', sans-serif;
  color: #292929;
}
html body main .videos .video-overview {
  display: flex;
  margin-top: 60px;
}
@media (max-width: 799px) {
  html body main .videos .video-overview {
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
  }
}
html body main .videos .video-overview .video-container {
  height: 120px;
  width: 176px;
  margin-right: 20px;
  cursor: pointer;
  background-position: center;
  background-size: cover;
}
@media (max-width: 799px) {
  html body main .videos .video-overview .video-container {
    width: 49%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
html body main .videos .video-overview .video-container:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
html body main .videos .video-overview.none {
  display: none;
}
html body main .text-editor {
  color: black;
  text-align: center;
  max-width: 805px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1007px) {
  html body main .text-editor {
    padding: 0 10vw;
    max-width: 100%;
  }
}
html body main .text-editor * {
  color: black;
}
html body main .text-editor .button {
  margin: 0 auto;
  border-color: #2196f3;
}
html body main .text-editor .button a {
  color: #2196f3;
}
html body main .text-editor .button a:before {
  content: "";
  margin-right: 15px;
  left: 0;
  width: 36.406px;
  height: 20.828px;
  background-repeat: no-repeat;
  position: relative;
  background-image: url(../images/Pfeil-rechts-blau.svg);
}
html body main .text-editor .button:hover {
  background-color: #2196f3;
}
html body main .text-editor .button:hover a {
  color: white;
  opacity: 1;
}
html body main .text-editor .button:hover a::before {
  background-image: url("../images/Pfeil-rechts-weiss.svg");
}
html body main .schritte-mit-icons {
  padding: 140px 0;
}
html body main .schritte-mit-icons .container {
  padding: 0 16.666vw;
}
html body main .schritte-mit-icons .container .steps-list {
  display: flex;
  list-style: none;
  justify-content: space-between;
  flex-wrap: wrap;
}
html body main .schritte-mit-icons .container .steps-list .steps-item {
  position: relative;
  flex-basis: 20%;
}
html body main .schritte-mit-icons .container .steps-list .steps-item h2 {
  margin-bottom: 20px;
}
html body main .schritte-mit-icons .container .steps-list .steps-item .text * {
  margin-bottom: 35px;
  font-size: 30px;
  line-height: 38px;
  font-weight: 800;
}
html body main .schritte-mit-icons .container .steps-list .steps-item::after {
  content: "";
  display: block;
  background: url("../images/Pfeil-rechts-duenn-weiss.svg") no-repeat center bottom 80px;
  background-size: 86px auto;
  width: 90%;
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0;
}
html body main .schritte-mit-icons .container .steps-list .steps-item:nth-child(3n)::after {
  display: none;
}
@media (max-width: 1489px) {
  html body main .schritte-mit-icons .container {
    padding: 0 10vw;
  }
}
@media (max-width: 999px) {
  html body main .schritte-mit-icons .container .steps-list {
    flex-direction: column;
  }
  html body main .schritte-mit-icons .container .steps-list .steps-item {
    flex-basis: unset;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
  }
  html body main .schritte-mit-icons .container .steps-list .steps-item::after {
    display: none;
  }
}
html body main .text-backgroundcolor {
  color: black;
  padding: 50px 10vw;
  display: flex;
  justify-content: center;
}
html body main .text-backgroundcolor .inner {
  max-width: 805px;
}
html body main .text-backgroundcolor .inner h1 {
  margin-bottom: 0.5em;
}
html body main .text-backgroundcolor .inner h2 {
  margin-bottom: 1em;
}
html body main .text-backgroundcolor .inner p {
  margin-bottom: 30px;
}
html body main .text-backgroundcolor .inner .button a {
  position: relative;
}
html body main .text-backgroundcolor .inner .button a:before {
  content: "";
  margin-left: 15px;
  margin-right: 15px;
  left: 0;
  width: 36.406px;
  height: 20.828px;
  background-repeat: no-repeat;
  position: absolute;
  background-image: url("../images/Pfeil-rechts-weiss.svg");
}
@media screen and (min-width: 1800px) {
  html body main .text-backgroundcolor {
    padding: 50px 16.666vw;
  }
}
html body .pannellum-image-viewer {
  display: flex;
  flex-direction: column;
  margin-bottom: 200px;
}
html body .pannellum-image-viewer .pannellum-image-viewer-wrapper {
  width: 100%;
  height: 40.23vw;
}
html body .pannellum-image-viewer .pannellum-image-viewer-wrapper iframe {
  width: 100%;
  height: 100%;
  display: none;
}
html body .pannellum-image-viewer .pannellum-image-viewer-wrapper iframe.active {
  display: block;
}
html body .pannellum-image-viewer .preview-image-container {
  margin-top: 13px;
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 16px;
  padding: 0 16.666666666666664vw;
}
html body .pannellum-image-viewer .preview-image-container img {
  width: 100%;
  aspect-ratio: 2.4;
  object-fit: cover;
  cursor: pointer;
  transition: .3s ease-in-out;
}
html body .pannellum-image-viewer .preview-image-container img:hover {
  opacity: .8;
}
html body .pannellum-image-viewer .preview-image-container img.active {
  opacity: .5;
}
html body .pannellum-image-viewer .preview-image-container::after {
  content: "";
  display: block;
  flex: 1;
}
@media (max-width: 1099px) {
  html body .pannellum-image-viewer .preview-image-container {
    grid-template-columns: repeat(4,1fr);
  }
}
@media (max-width: 999px) {
  html body .pannellum-image-viewer .preview-image-container {
    grid-template-columns: repeat(3,1fr);
  }
}
@media (max-width: 799px) {
  html body .pannellum-image-viewer .pannellum-image-viewer-wrapper {
    height: 55vw;
  }
  html body .pannellum-image-viewer .preview-image-container {
    padding: 0 10vw;
    grid-template-columns: repeat(2,1fr);
  }
}
html body .news-home {
  padding: 80px 6.25vw;
  background: transparent linear-gradient(286deg,#2196F3 0%,#03DAC6 100%) 0% 0% no-repeat padding-box;
}
html body .news-home .news-box {
  box-shadow: 6px 8px 22px #29292933;
  border-radius: 25px;
  background-color: #ffffffb3;
}
html body .news-home .news-container {
  display: grid;
  row-gap: 30px;
  column-gap: 15px;
  grid-template-columns: repeat(12,calc(calc(87.5vw - calc(11 * 15px)) / 12));
}
html body .news-home .news-container .news-wrapper {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
html body .news-home .news-container .news-wrapper .image-container {
  height: 20vw;
}
html body .news-home .news-container .news-wrapper .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
html body .news-home .news-container .news-wrapper .image-container.icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
html body .news-home .news-container .news-wrapper .image-container.icon img {
  width: unset;
  max-width: 80%;
  height: unset;
  object-fit: unset;
  object-position: unset;
}
html body .news-home .news-container .news-wrapper .text-container {
  padding: 30px 52px 40px;
}
html body .news-home .news-container .news-wrapper .text-container h2,
html body .news-home .news-container .news-wrapper .text-container .date,
html body .news-home .news-container .news-wrapper .text-container p,
html body .news-home .news-container .news-wrapper .text-container h3,
html body .news-home .news-container .news-wrapper .text-container strong,
html body .news-home .news-container .news-wrapper .text-container a {
  color: #292929;
}
html body .news-home .news-container .news-wrapper .text-container .date {
  margin-bottom: 25px;
  font-weight: bold;
}
html body .news-home .news-container .news-wrapper .text-container h2 {
  margin-bottom: 25px;
  font-weight: bold;
}
html body .news-home .news-container .news-wrapper.span-12 {
  grid-column: span 12;
  flex-direction: row;
}
html body .news-home .news-container .news-wrapper.span-12 .image-container {
  flex-basis: 40%;
  aspect-ratio: unset;
  height: auto;
}
html body .news-home .news-container .news-wrapper.span-12 .text-container {
  flex-basis: 60%;
  padding: 80px 120px;
}
html body .news-home .news-container .news-wrapper.span-12.align-right {
  flex-direction: row-reverse;
}
html body .news-home .news-container .news-wrapper.span-6 {
  grid-column: span 6;
}
html body .news-home .news-container .news-wrapper.span-4 {
  grid-column: span 4;
}
html body .news-home .news-container .news-wrapper.span-3 {
  grid-column: span 3;
}
@media screen and (max-width: 1099px) {
  html body .news-home .news-container .news-wrapper .image-container {
    height: 40vw;
  }
  html body .news-home .news-container .news-wrapper .text-container {
    padding: 30px 25px 40px;
  }
  html body .news-home .news-container .news-wrapper.span-12 {
    flex-direction: column;
  }
  html body .news-home .news-container .news-wrapper.span-12 .image-container {
    flex-basis: unset;
    aspect-ratio: unset;
    height: 40vw;
  }
  html body .news-home .news-container .news-wrapper.span-12 .text-container {
    flex-basis: unset;
    padding: 30px 25px 40px;
  }
  html body .news-home .news-container .news-wrapper.span-12.align-right {
    flex-direction: column;
  }
  html body .news-home .news-container .news-wrapper.span-6 {
    grid-column: span 12;
  }
  html body .news-home .news-container .news-wrapper.span-4 {
    grid-column: span 12;
  }
  html body .news-home .news-container .news-wrapper.span-3 {
    grid-column: span 12;
  }
}
html body footer .footer-anmelden {
  display: flex;
  justify-content: center;
  align-items: center;
}
html body footer .footer-anmelden .container-all {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}
html body footer .footer-anmelden .container-all h1,
html body footer .footer-anmelden .container-all h2,
html body footer .footer-anmelden .container-all p {
  color: #2196f3;
}
html body footer .footer-anmelden .container-all h1 {
  margin-top: 80px;
  margin-bottom: 0.5em;
}
html body footer .footer-anmelden .container-all h2 {
  margin-bottom: 1em;
}
html body footer .footer-anmelden .container-all p {
  margin-bottom: 30px;
}
html body footer .footer-anmelden .container-all .button {
  margin-bottom: 80px;
  border-color: #2196f3;
}
html body footer .footer-anmelden .container-all .button a {
  color: #2196f3;
}
html body footer .footer-anmelden .container-all .button a:before {
  content: "";
  margin-right: 15px;
  left: 0;
  width: 36.406px;
  height: 20.828px;
  background-repeat: no-repeat;
  position: relative;
  background-image: url(../images/Pfeil-rechts-blau.svg);
}
html body footer .footer-anmelden .container-all .button:hover {
  background-color: #2196f3;
}
html body footer .footer-anmelden .container-all .button:hover a {
  color: white;
  opacity: 1;
}
html body footer .footer-anmelden .container-all .button:hover a::before {
  background-image: url("../images/Pfeil-rechts-weiss.svg");
}
html body footer .registration-form {
  background: transparent linear-gradient(346deg,#00467E 0%,#2196F3 100%) 0% 0% no-repeat padding-box;
  padding: 100px 10vw 120px;
  margin-bottom: 20px;
}
html body footer .registration-form h1 {
  padding: 0 6.666666666666664vw;
  margin-bottom: 40px;
}
@media screen and (max-width: 499px) {
  html body footer .registration-form h1 {
    font-size: 28px;
  }
}
html body footer .registration-form form .registration-year {
  display: flex;
  flex-direction: column;
  margin-bottom: 35px;
}
html body footer .registration-form form .registration-year input {
  width: 170px;
  height: 28px;
  border: 2px solid white;
  text-align: center;
  margin-top: 5px;
}
html body footer .registration-form form >div,
html body footer .registration-form form >label {
  padding: 0 6.666666666666664vw;
}
html body footer .registration-form form select {
  width: 100%;
  background-color: white;
  height: 49px;
  border: 2px solid #FFFFFF;
  border-radius: 28px;
  color: #2196f3;
  padding-left: 20px;
  margin-bottom: 10px;
  margin-top: 5px;
  -webkit-appearance: none;
}
html body footer .registration-form form select option {
  background-color: white;
  color: #2196f3;
}
html body footer .registration-form form select:focus {
  outline: 0;
}
html body footer .registration-form form .button {
  max-width: 370px;
  margin: 100px 6.666666666666664vw 0;
  padding: 0;
  background: transparent;
}
html body footer .registration-form form .button:hover {
  background: white;
}
html body footer .registration-form form .form-section-headline {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 40px;
  width: 100%;
}
html body footer .registration-form form .form-section-headline.small-bottom {
  margin-bottom: 20px;
}
html body footer .registration-form form .contact-field {
  width: 45%;
  margin-right: 5%;
}
html body footer .registration-form form .contact-field label {
  display: flex;
  flex-direction: column;
  width: 100%;
}
html body footer .registration-form form .contact-field label input {
  width: 100%;
  height: 50px;
  border: 2px solid white;
  background-color: transparent;
  margin-bottom: 15px;
  padding: 0 1vw;
  margin-top: 5px;
}
html body footer .registration-form form .line {
  padding: 0;
  background-color: white;
  height: 2px;
  width: 100% !important;
  margin: 80px 0;
  max-width: none !important;
}
html body footer .registration-form form .line.small-bottom {
  margin: 80px 0 45px;
}
html body footer .registration-form form input {
  background-color: transparent;
}
html body footer .registration-form form input::-webkit-outer-spin-button,
html body footer .registration-form form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
html body footer .registration-form form input[type="number"] {
  -webkit-appearance: textfield;
}
html body footer .registration-form form input[type="checkbox"] {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  margin-right: 15px;
  border: 2px solid white;
  background-color: transparent;
  -webkit-appearance: none;
}
html body footer .registration-form form input[type="checkbox"]:checked:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  background-color: white;
  transform: rotate(45deg);
}
html body footer .registration-form form input[type="checkbox"]:checked:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  background-color: white;
  transform: rotate(-45deg);
}
html body footer .registration-form form .schularten .schulart label {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}
html body footer .registration-form form .schularten .schulart label input {
  margin-right: 15px;
  -webkit-appearance: none;
  min-width: 20px;
  height: 20px;
  border: 2px solid white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
html body footer .registration-form form .schularten .schulart label input:checked:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: white;
  border-radius: 50%;
}
html body footer .registration-form form .schularten .schulart label input:focus {
  outline: 0;
}
html body footer .registration-form form .student-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
html body footer .registration-form form .student-form .gender {
  width: 45%;
  margin-right: 5%;
  display: flex;
  flex-direction: column;
}
html body footer .registration-form form .student-form .gender .gender-container {
  display: flex;
  width: 100%;
  height: 50px;
  align-items: center;
  margin-top: 5px;
}
html body footer .registration-form form .student-form .gender .gender-container label {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  width: 40%;
  margin-bottom: 5px;
}
html body footer .registration-form form .student-form .gender .gender-container label input {
  margin-right: 15px;
  -webkit-appearance: none;
  min-width: 20px;
  height: 20px;
  border: 2px solid white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
html body footer .registration-form form .student-form .gender .gender-container label input:checked:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: white;
  border-radius: 50%;
}
html body footer .registration-form form .student-form .gender .gender-container label input:focus {
  outline: 0;
}
@media (max-width: 1199px) {
  html body footer .registration-form form .student-form .gender .gender-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 999px) {
  html body footer .registration-form form .student-form .gender .gender-container label input {
    margin-right: 5px;
  }
}
@media (max-width: 849px) {
  html body footer .registration-form form .student-form .gender .gender-container {
    height: 88px;
    flex-wrap: nowrap;
  }
}
html body footer .registration-form form .legal-guardianship-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
html body footer .registration-form form .legal-guardianship-form .form-section-headline label {
  display: flex;
  align-items: center;
  width: 100%;
}
html body footer .registration-form form .legal-guardianship-form .legal-guardianship-field {
  width: 45%;
  margin-right: 5%;
  display: flex;
  flex-direction: column;
}
html body footer .registration-form form .legal-guardianship-form .legal-guardianship-field .wrap {
  display: flex;
  width: 100%;
  height: 50px;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
html body footer .registration-form form .legal-guardianship-form .legal-guardianship-field .wrap label {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  width: 40%;
}
html body footer .registration-form form .legal-guardianship-form .legal-guardianship-field .wrap label.label-other {
  width: 60%;
}
html body footer .registration-form form .legal-guardianship-form .legal-guardianship-field .wrap label input {
  margin-right: 15px;
  -webkit-appearance: none;
  min-width: 20px;
  height: 20px;
  border: 2px solid white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
html body footer .registration-form form .legal-guardianship-form .legal-guardianship-field .wrap label input.line-other {
  width: 100%;
  border-radius: unset;
  border-top: none;
  border-left: none;
  border-right: none;
  margin-left: 5px;
  margin-right: 0;
}
html body footer .registration-form form .legal-guardianship-form .legal-guardianship-field .wrap label input:checked:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: white;
  border-radius: 50%;
}
html body footer .registration-form form .legal-guardianship-form .legal-guardianship-field .wrap label input:focus {
  outline: 0;
}
html body footer .registration-form form .student-graduation-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
html body footer .registration-form form .student-graduation-form .headline-wrapper {
  display: flex;
  flex-direction: column;
}
html body footer .registration-form form .student-graduation-form .form-section-headline label {
  display: flex;
  align-items: center;
  width: 100%;
}
html body footer .registration-form form .student-graduation-form .graduation-field {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
html body footer .registration-form form .student-graduation-form .graduation-field label {
  width: 45%;
  margin-right: 5%;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}
html body footer .registration-form form .student-graduation-form .graduation-field label input {
  margin-right: 15px;
  -webkit-appearance: none;
  min-width: 20px;
  height: 20px;
  border: 2px solid white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
html body footer .registration-form form .student-graduation-form .graduation-field label input:checked:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: white;
  border-radius: 50%;
}
html body footer .registration-form form .student-graduation-form .graduation-field label input:focus {
  outline: 0;
}
html body footer .registration-form form .knowlege-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
html body footer .registration-form form .knowlege-form .headline-wrapper {
  display: flex;
  flex-direction: column;
}
html body footer .registration-form form .knowlege-form .form-section-headline label {
  display: flex;
  align-items: center;
  width: 100%;
}
html body footer .registration-form form .knowlege-form .knowlege-field {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
html body footer .registration-form form .knowlege-form .knowlege-field label {
  width: 45%;
  margin-right: 5%;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}
html body footer .registration-form form .knowlege-form .knowlege-field label input {
  margin-right: 15px;
  -webkit-appearance: none;
  min-width: 20px;
  height: 20px;
  border: 2px solid white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
html body footer .registration-form form .knowlege-form .knowlege-field label input.line-other {
  width: 100%;
  border-radius: unset;
  border-top: none;
  border-left: none;
  border-right: none;
  margin-left: 5px;
  margin-right: 0;
}
html body footer .registration-form form .knowlege-form .knowlege-field label input:checked:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: white;
  border-radius: 50%;
}
html body footer .registration-form form .knowlege-form .knowlege-field label input:focus {
  outline: 0;
}
html body footer .registration-form form .signature-form {
  display: flex;
}
html body footer .registration-form form .signature-form label {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
html body footer .registration-form form .signature-form label canvas {
  background-color: white;
  width: 90%;
  max-height: 100px;
}
html body footer .registration-form form .signature-form label .clear-signature {
  width: auto !important;
  margin-top: 15px;
  padding: 3px;
  border: 1px solid white;
  cursor: pointer;
  transition: .3s ease-in-out;
}
@media (hover) {
  html body footer .registration-form form .signature-form label .clear-signature:hover {
    opacity: .7;
  }
}
html body footer .registration-form form .email-failed {
  color: red;
  display: none;
}
html body footer .registration-form form .form-success {
  display: none;
}
html body footer .registration-form form .form-failed {
  display: none;
}
html body footer .registration-form form.submitted .form-success.show {
  display: block;
  background: #32cd32;
  padding: 30px 6.666666666666664vw;
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 600;
}
html body footer .registration-form form.submitted .form-failed {
  display: block;
  background: red;
  padding: 30px 6.666666666666664vw;
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 600;
}
html body footer .registration-form form.submitted input:required:invalid {
  border-color: red !important;
}
@media screen and (max-width: 849px) {
  html body footer .registration-form h1 {
    padding: 0;
  }
  html body footer .registration-form form div {
    width: 100% !important;
  }
  html body footer .registration-form form >div {
    padding: 0;
  }
  html body footer .registration-form form .button {
    margin-left: 0;
  }
  html body footer .registration-form form .registration-year {
    padding: 0;
  }
  html body footer .registration-form form .student-form {
    flex-direction: column;
    padding: 0;
  }
  html body footer .registration-form form .student-form .gender .gender-container {
    flex-direction: column;
    align-items: flex-start;
  }
  html body footer .registration-form form .legal-guardianship-form {
    flex-direction: column;
    padding: 0;
  }
  html body footer .registration-form form .student-graduation-form {
    flex-direction: column;
    padding: 0;
  }
  html body footer .registration-form form .student-graduation-form .graduation-field {
    flex-direction: column;
  }
  html body footer .registration-form form .student-graduation-form .graduation-field label {
    width: 100%;
  }
  html body footer .registration-form form .knowlege-form {
    flex-direction: column;
    padding: 0;
  }
  html body footer .registration-form form .knowlege-form .knowlege-field {
    flex-direction: column;
  }
  html body footer .registration-form form .knowlege-form .knowlege-field label {
    width: 100%;
  }
  html body footer .registration-form form .signature-form {
    flex-direction: column;
    gap: 40px;
  }
  html body footer .registration-form form .signature-form label {
    width: 100%;
  }
  html body footer .registration-form form .signature-form label canvas {
    width: 100%;
    height: 100px;
  }
}
html body footer .contact-form-section {
  background-color: #2196f3;
  display: flex;
}
html body footer .contact-form-section .left {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
html body footer .contact-form-section .left img {
  width: 100%;
}
html body footer .contact-form-section .right {
  width: 50%;
}
html body footer .contact-form-section .right h1 {
  margin-top: 80px;
}
html body footer .contact-form-section .right .wpcf7 .screen-reader-response {
  display: none;
}
html body footer .contact-form-section .right .wpcf7 form {
  max-width: 470px;
  width: 100%;
  padding-top: 30px;
}
html body footer .contact-form-section .right .wpcf7 form p {
  margin-bottom: 11px;
}
html body footer .contact-form-section .right .wpcf7 form input,
html body footer .contact-form-section .right .wpcf7 form textarea {
  background-color: transparent;
  border: 2px solid #FFFFFF;
  height: 49px;
  width: 100%;
  padding: 0 1vw;
}
html body footer .contact-form-section .right .wpcf7 form select {
  width: 100%;
  background-color: white;
  height: 49px;
  border: 2px solid #FFFFFF;
  border-radius: 28px;
  color: #2196f3;
  padding-left: 20px;
  margin-bottom: 10px;
  -webkit-appearance: none;
}
html body footer .contact-form-section .right .wpcf7 form select::-ms-expand {
  display: none;
}
html body footer .contact-form-section .right .wpcf7 form select option {
  background-color: white;
  color: #2196f3;
}
html body footer .contact-form-section .right .wpcf7 form input[type="checkbox"] {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 15px;
  border: 2px solid white;
  background-color: transparent;
  -webkit-appearance: none;
}
html body footer .contact-form-section .right .wpcf7 form input[type="checkbox"]:checked:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  background-color: white;
  transform: rotate(45deg);
}
html body footer .contact-form-section .right .wpcf7 form input[type="checkbox"]:checked:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  background-color: white;
  transform: rotate(-45deg);
}
html body footer .contact-form-section .right .wpcf7 form textarea {
  resize: none;
  height: 110px;
  padding: 15px 1vw;
  -ms-overflow-style: none;
}
html body footer .contact-form-section .right .wpcf7 form .wpcf7-submit {
  margin-top: 45px;
  margin-bottom: 80px;
  position: relative;
}
html body footer .contact-form-section .right .wpcf7 form .wpcf7-submit:hover {
  background-color: white;
  color: #2196f3;
}
@media screen and (max-width: 499px) {
  html body footer .contact-form-section .right .wpcf7 form .wpcf7-submit {
    margin: 45px auto 80px;
  }
}
html body footer .contact-form-section .right .wpcf7 form .form-headline {
  font-size: 20px;
  line-height: 25px;
  font-weight: 800;
  margin-bottom: 10px;
}
html body footer .contact-form-section .right .wpcf7 form .accept {
  display: flex;
}
html body footer .contact-form-section .right .wpcf7 form .accept a {
  color: white;
}
html body footer .contact-form-section .right .wpcf7 form .small {
  font-size: 12px;
  margin: 15px 0;
}
html body footer .contact-form-section .right .wpcf7 form .wpcf7-not-valid {
  border-color: red;
}
html body footer .contact-form-section .right .wpcf7 form .wpcf7-response-output {
  display: none;
}
html body footer .contact-form-section .right .wpcf7 form .wpcf7-not-valid-tip {
  color: red;
}
@media screen and (max-width: 999px) {
  html body footer .contact-form-section {
    flex-direction: column;
    align-items: center;
    padding: 0 10vw;
  }
  html body footer .contact-form-section .left {
    display: none;
  }
  html body footer .contact-form-section .right {
    width: auto;
  }
}
html body footer .footer-menu .menu-footer-menu-container {
  padding: 0 16.666666666666664vw;
}
html body footer .footer-menu .menu-footer-menu-container .menu {
  min-height: 123px;
  height: 123px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
html body footer .footer-menu .menu-footer-menu-container .menu li {
  list-style: none;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 15px;
}
html body footer .footer-menu .menu-footer-menu-container .menu li a {
  text-decoration: none;
  color: #2196f3;
  font-size: 16px;
  line-height: 20px;
  font-weight: 800;
}
html body footer .footer-menu .menu-footer-menu-container .menu li::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 2px;
  background-color: #2196f3;
  transform: rotate(45deg);
  left: 0;
  top: 6px;
}
html body footer .footer-menu .menu-footer-menu-container .menu li::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 2px;
  background-color: #2196f3;
  transform: rotate(-45deg);
  left: 0;
  top: 12px;
}
@media screen and (max-width: 1099px) {
  html body footer .footer-menu .menu-footer-menu-container {
    height: 10px;
  }
  html body footer .footer-menu .menu-footer-menu-container .menu {
    display: none;
  }
}
html body footer .footer-end {
  background: transparent linear-gradient(292deg,#00467E 0%,#014881 0%,#2196F3 100%) 0% 0% no-repeat padding-box;
  padding: 0 16.666666666666664vw;
}
html body footer .footer-end .contact-banner {
  padding: 80px 0;
  display: flex;
  justify-content: space-between;
}
html body footer .footer-end .contact-banner .contact-wrap div {
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 800;
  display: flex;
}
html body footer .footer-end .contact-banner .contact-wrap div img {
  margin-right: 15px;
  width: 20px;
}
html body footer .footer-end .contact-banner .contact-wrap div:nth-last-child(1) {
  margin-bottom: 0;
}
html body footer .footer-end .contact-banner .contact-wrap .number div {
  margin-bottom: 0;
}
@media screen and (max-width: 599px) {
  html body footer .footer-end .contact-banner .contact-wrap .number div {
    flex-direction: column;
  }
}
html body footer .footer-end .contact-banner .contact-wrap a {
  text-decoration: none;
  padding-right: 5px;
}
@media screen and (max-width: 999px) {
  html body footer .footer-end .contact-banner {
    flex-direction: column;
  }
  html body footer .footer-end .contact-banner .contact-wrap {
    order: 2;
  }
  html body footer .footer-end .contact-banner .img-wrap {
    order: 1;
    margin-bottom: 25px;
  }
}
html body footer .datenschutz-impressum-haftungsausschluss {
  padding-bottom: 30px;
  display: flex;
}
html body footer .datenschutz-impressum-haftungsausschluss a {
  text-decoration: none;
  margin-right: 70px;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 15px;
}
html body footer .datenschutz-impressum-haftungsausschluss a::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 2px;
  background-color: white;
  transform: rotate(45deg);
  left: 0;
  top: 7px;
}
html body footer .datenschutz-impressum-haftungsausschluss a::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 2px;
  background-color: white;
  transform: rotate(-45deg);
  left: 0;
  top: 12px;
}
@media screen and (max-width: 649px) {
  html body footer .datenschutz-impressum-haftungsausschluss {
    flex-direction: column;
  }
}
html body.Startseite header {
  background-color: #03DAC6;
}
@media screen and (max-width: 999px) and (min-width: 899px) {
  html body.Startseite header .content-wrap {
    padding-top: 250px;
  }
}
html body.Startseite header .content-wrap .button:hover {
  color: #03DAC6;
}
html body.Startseite header .content-wrap .button:hover:before {
  background-image: url("../images/Icon-pfeil-unten-infos-tuerkis-01.svg");
}
@media screen and (min-width: 1800px) {
  html body.Startseite header .content-wrap {
    margin-bottom: 40px;
  }
}
html body.Startseite main .color_box_text_img {
  background-color: #2196f3;
}
html body.Startseite main .color_box_text_img .container-all .right .button:hover a::before {
  background-image: url("../images/Pfeil-rechts-blau.svg");
}
html body.Startseite main .white_color_box_links_img {
  background-color: #03DAC6;
}
html body.Startseite main .white_color_box_links_img .left .text p a:before {
  background-image: url("../images/Pfeil-rechts-weiss.svg");
}
html body.Startseite main .white_color_box_links_img .left .button:hover a {
  color: #03DAC6;
}
html body.Startseite main .white_color_box_links_img .left .button:hover a::before {
  background-image: url("../images/Pfeil-tuerkis.svg");
}
html body.Digitaler_Informationstag header {
  background-color: #03DAC6;
}
html body.Digitaler_Informationstag header .content-wrap {
  padding-top: 29vh;
  max-width: 560px;
}
@media screen and (max-width: 999px) and (min-width: 899px) {
  html body.Digitaler_Informationstag header .content-wrap {
    padding-top: 250px;
  }
}
@media screen and (max-width: 899px) {
  html body.Digitaler_Informationstag header .content-wrap {
    padding-top: 0;
  }
}
html body.Digitaler_Informationstag header .content-wrap h2 {
  max-width: 100%;
}
html body.Digitaler_Informationstag header .content-wrap .button:hover {
  color: #03DAC6;
}
html body.Digitaler_Informationstag header .content-wrap .button:hover:before {
  background-image: url("../images/Icon-pfeil-unten-infos-tuerkis-01.svg");
}
@media screen and (min-width: 1800px) {
  html body.Digitaler_Informationstag header .content-wrap {
    margin-bottom: 120px;
  }
}
html body.Digitaler_Informationstag main .white_box_text_icon .container-all .textbox ul {
  margin-bottom: 1em;
}
html body.Digitaler_Informationstag main .white_box_text_icon .container-all .textbox ul li {
  list-style: none;
  display: flex;
  margin-left: 0 !important;
}
html body.Digitaler_Informationstag main .white_box_text_icon .container-all .textbox ul li:before {
  content: "-";
  position: relative;
  display: inline-block;
  margin-right: 15px;
}
html body.Digitaler_Informationstag main .white_box_text_icon .container-all.text-left .left {
  min-width: 53%;
}
@media (min-width: 1800px) {
  html body.Digitaler_Informationstag main .white_box_text_icon .container-all.text-left .left {
    min-width: 56%;
  }
}
html body.Digitaler_Informationstag main .white_box_text_icon .container-all.text-left .right {
  min-width: 47%;
}
html body.Digitaler_Informationstag main .white_box_text_icon .container-all.text-right .left {
  min-width: 42%;
}
html body.Digitaler_Informationstag main .white_box_text_icon .container-all.text-right .right {
  min-width: 58%;
}
@media (min-width: 1800px) {
  html body.Digitaler_Informationstag main .white_box_text_icon .container-all.text-right .right {
    min-width: 60%;
  }
}
html body.Digitaler_Informationstag main .white_color_box_links_img .container-all .left .text p a {
  color: #2196f3;
}
html body.Digitaler_Informationstag main .white_color_box_links_img .container-all .left .text p a:before {
  background-image: url(../images/Pfeil-rechts-blau.svg);
}
@media screen and (max-width: 449px) {
  html body.Fachhochschulreife header .content-wrap h1 {
    font-size: 27px;
  }
}
@media screen and (max-width: 449px) {
  html body.Fachhochschulreife main .white_color_box_links_img .left h1 {
    font-size: 27px;
    line-height: normal;
  }
}
@media screen and (max-width: 449px) {
  html body.Fachhochschulreife main .white_box_text_icon h1 {
    font-size: 27px;
    line-height: normal;
  }
}
@media screen and (max-width: 449px) {
  html body.Fachhochschulreife main .color_box_text_icon h1 {
    font-size: 27px;
    line-height: normal;
  }
}
@media screen and (max-width: 449px) {
  html body.Fachhochschulreife main .trenner_2 .container-all h1 {
    font-size: 27px;
    line-height: normal;
  }
}
html body.Anmeldung main .color_box_columns {
  padding: 0;
}
html body.Kontakt main .color_box_columns {
  background: transparent linear-gradient(292deg,#00467E 0%,#014881 0%,#2196F3 100%) 0% 0% no-repeat padding-box;
}
html body.blue p a {
  color: #2196f3;
}
html body.blue header {
  background-color: #2196f3;
}
html body.blue header .content-wrap .button:hover {
  color: #2196f3;
}
html body.blue header .content-wrap .button:hover {
  color: #2196f3;
}
html body.blue header .content-wrap .button:hover:before {
  background-image: url("../images/Pfeil-nach-unten-blau.svg");
}
html body.blue main .white_color_box_links_img .left h1,
html body.blue main .white_color_box_links_img .left h2 {
  color: black;
}
html body.blue main .white_color_box_links_img .left .text p a {
  color: #2196f3;
}
html body.blue main .white_color_box_links_img .left .text p a:before {
  background-image: url("../images/Pfeil-rechts-blau.svg");
}
html body.blue main .color_box_text_icon {
  background: transparent linear-gradient(292deg,#00467E 0%,#014881 0%,#2196F3 100%) 0% 0% no-repeat padding-box;
}
html body.orange p a {
  color: #E54304;
}
html body.orange header {
  background-color: #E54304;
}
html body.orange header .content-wrap .button:hover {
  color: #E54304;
}
html body.orange header .content-wrap .button:hover:before {
  background-image: url("../images/Icon-pfeil-unten-fachhochschulreife-orange.svg");
}
html body.orange main .white_color_box_links_img .left h1,
html body.orange main .white_color_box_links_img .left h2 {
  color: black;
}
html body.orange main .white_color_box_links_img .left .text a {
  color: #E54304;
}
html body.orange main .white_color_box_links_img .left .text a:before {
  background-image: url("../images/Icon-pfeil-rechts-fachhochschulreife-orange.svg");
}
html body.orange main .color_box_text_icon {
  background: transparent linear-gradient(98deg,#E54304 0%,#9A1E00 100%) 0% 0% no-repeat padding-box;
}
html body.orange main .trenner_2 .container-all .button {
  border-color: #E54304;
}
html body.orange main .trenner_2 .container-all .button a {
  color: #E54304;
}
html body.orange main .trenner_2 .container-all .button a:before {
  background-image: url("../images/Icon-pfeil-rechts-fachhochschulreife-orange.svg");
}
html body.orange main .trenner_2 .container-all .button:hover {
  background-color: #E54304;
}
html body.orange main .trenner_2 .container-all .button:hover a {
  color: white;
}
html body.orange main .trenner_2 .container-all .button:hover a:before {
  background-image: url("../images/Pfeil-rechts-weiss.svg");
}
html body.orange main .color_box_columns {
  background: transparent linear-gradient(98deg,#E54304 0%,#9A1E00 100%) 0% 0% no-repeat padding-box;
}
html body.purple p a {
  color: #880061;
}
html body.purple header {
  background-color: #880061;
}
html body.purple header .content-wrap .button:hover {
  color: #880061;
}
html body.purple header .content-wrap .button:hover::before {
  background-image: url("../images/Icon-pfeil-unten-abitur-lila.svg");
}
html body.purple main .white_color_box_links_img .left h1,
html body.purple main .white_color_box_links_img .left h2 {
  color: black;
}
html body.purple main .white_color_box_links_img .left .text a {
  color: #880061;
}
html body.purple main .white_color_box_links_img .left .text a:before {
  background-image: url("../images/Icon-pfeil-rechts-abitur-lila.svg");
}
html body.purple main .color_box_text_icon {
  background: transparent linear-gradient(98deg,#880061 0%,#5A0241 100%) 0% 0% no-repeat padding-box;
}
html body.purple main .trenner_2 .container-all .button {
  border-color: #880061;
}
html body.purple main .trenner_2 .container-all .button a {
  color: #880061;
}
html body.purple main .trenner_2 .container-all .button a:before {
  background-image: url("../images/Icon-pfeil-rechts-abitur-lila.svg");
}
html body.purple main .trenner_2 .container-all .button:hover {
  background-color: #880061;
}
html body.purple main .trenner_2 .container-all .button:hover a {
  color: white;
}
html body.purple main .trenner_2 .container-all .button:hover a:before {
  background-image: url("../images/Pfeil-rechts-weiss.svg");
}
html body.purple main .color_box_columns {
  background: transparent linear-gradient(98deg,#880061 0%,#5A0241 100%) 0% 0% no-repeat padding-box;
}
html body.red p a {
  color: #B00020;
}
html body.red header {
  background-color: #B00020;
}
html body.red header .content-wrap .button:hover {
  color: #B00020;
}
html body.red header .content-wrap .button:hover::before {
  background-image: url("../images/Icon-pfeil-unten-hauptschule-dunkelrot.svg");
}
html body.red main .white_color_box_links_img .left h1,
html body.red main .white_color_box_links_img .left h2 {
  color: black;
}
html body.red main .white_color_box_links_img .left .text a {
  color: #B00020;
}
html body.red main .white_color_box_links_img .left .text a:before {
  background-image: url("../images/Icon-pfeil-rechts-hauptschule-dunkelrot.svg");
}
html body.red main .color_box_text_icon {
  background: transparent linear-gradient(98deg,#B00020 0%,#770000 100%) 0% 0% no-repeat padding-box;
}
html body.red main .trenner_2 .container-all .button {
  border-color: #B00020;
}
html body.red main .trenner_2 .container-all .button a {
  color: #B00020;
}
html body.red main .trenner_2 .container-all .button a:before {
  background-image: url("../images/Icon-pfeil-rechts-hauptschule-dunkelrot.svg");
}
html body.red main .trenner_2 .container-all .button:hover {
  background-color: #B00020;
}
html body.red main .trenner_2 .container-all .button:hover a {
  color: white;
}
html body.red main .trenner_2 .container-all .button:hover a:before {
  background-image: url("../images/Pfeil-rechts-weiss.svg");
}
html body.red main .color_box_columns {
  background: transparent linear-gradient(98deg,#B00020 0%,#770000 100%) 0% 0% no-repeat padding-box;
}
html body.turquise p a {
  color: #00BCD4;
}
html body.turquise header {
  background-color: #00BCD4;
}
html body.turquise header .content-wrap .button:hover {
  color: #00BCD4;
}
html body.turquise header .content-wrap .button:hover::before {
  background-image: url("../images/Icon-pfeil-unten-sonstigeabschluesse-hellblau.svg");
}
html body.turquise main .white_color_box_links_img .left h1,
html body.turquise main .white_color_box_links_img .left h2 {
  color: black;
}
html body.turquise main .white_color_box_links_img .left .text a {
  color: #00BCD4;
}
html body.turquise main .white_color_box_links_img .left .text a:before {
  background-image: url("../images/Icon-pfeil-rechts-sonstigeabschluesse-hellblau.svg");
}
html body.turquise main .color_box_text_icon {
  background: transparent linear-gradient(98deg,#00BCD4 0%,#006876 100%) 0% 0% no-repeat padding-box;
}
html body.turquise main .trenner_2 .container-all .button {
  border-color: #00BCD4;
}
html body.turquise main .trenner_2 .container-all .button a {
  color: #00BCD4;
}
html body.turquise main .trenner_2 .container-all .button a:before {
  background-image: url("../images/Icon-pfeil-rechts-sonstigeabschluesse-hellblau.svg");
}
html body.turquise main .trenner_2 .container-all .button:hover {
  background-color: #00BCD4;
}
html body.turquise main .trenner_2 .container-all .button:hover a {
  color: white;
}
html body.turquise main .trenner_2 .container-all .button:hover a:before {
  background-image: url("../images/Pfeil-rechts-weiss.svg");
}
html body.turquise main .color_box_columns {
  background: transparent linear-gradient(98deg,#00BCD4 0%,#006876 100%) 0% 0% no-repeat padding-box;
}
html body.green p a {
  color: #009688;
}
html body.green header {
  background-color: #009688;
}
html body.green header .content-wrap .button:hover {
  color: #009688;
}
html body.green header .content-wrap .button:hover::before {
  background-image: url("../images/Icon-pfeil-unten-mittlerereife-gruen.svg");
}
html body.green main .white_color_box_links_img .left h1,
html body.green main .white_color_box_links_img .left h2 {
  color: black;
}
html body.green main .white_color_box_links_img .left .text a {
  color: #009688;
}
html body.green main .white_color_box_links_img .left .text a:before {
  background-image: url("../images/Icon-pfeil-rechts-mittlerereife-gruen.svg");
}
html body.green main .color_box_text_icon {
  background: transparent linear-gradient(98deg,#019587 0%,#004E47 100%) 0% 0% no-repeat padding-box;
}
html body.green main .trenner_2 .container-all .button {
  border-color: #009688;
}
html body.green main .trenner_2 .container-all .button a {
  color: #009688;
}
html body.green main .trenner_2 .container-all .button a:before {
  background-image: url("../images/Icon-pfeil-rechts-mittlerereife-gruen.svg");
}
html body.green main .trenner_2 .container-all .button:hover {
  background-color: #009688;
}
html body.green main .trenner_2 .container-all .button:hover a {
  color: white;
}
html body.green main .trenner_2 .container-all .button:hover a:before {
  background-image: url("../images/Pfeil-rechts-weiss.svg");
}
html body.green main .color_box_columns {
  background: transparent linear-gradient(98deg,#019587 0%,#004E47 100%) 0% 0% no-repeat padding-box;
}
html body.mint p a {
  color: #03DAC6;
}
html body.mint header {
  background-color: #03DAC6;
}
html body.mint header .content-wrap .button:hover {
  color: #03DAC6;
}
html body.mint header .content-wrap .button:hover {
  color: #03DAC6;
}
html body.mint header .content-wrap .button:hover:before {
  background-image: url("../images/Icon-pfeil-unten-infos-tuerkis-01.svg");
}
html body.mint main .white_color_box_links_img .left h1,
html body.mint main .white_color_box_links_img .left h2 {
  color: black;
}
html body.mint main .white_color_box_links_img .left .text p a {
  color: #03DAC6;
}
html body.mint main .white_color_box_links_img .left .text p a:before {
  background-image: url("../images/Pfeil-tuerkis.svg");
}
html body.mint main .news_veranstaltungen {
  background: transparent linear-gradient(286deg,#2196F3 0%,#03DAC6 100%) 0% 0% no-repeat padding-box;
}
html body.mint main .color_box_columns {
  background: transparent linear-gradient(286deg,#2196F3 0%,#03DAC6 100%) 0% 0% no-repeat padding-box;
}
html body.hidden {
  overflow: hidden;
}
.dmp_cookiebox-wrap {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 9999;
}
.dmp_cookiebox-wrap.dmp_active {
  display: block;
}
.dmp_cookiebox-wrap * {
  color: black;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay {
  width: 100%;
  height: 100vh;
  background-color: rgba(0,0,0,0.75);
  padding: 3vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox {
  max-width: 400px;
  max-height: 100%;
  background-color: white;
  padding: 15px;
  overflow-y: auto;
  transition: .3s;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content {
  font-size: 14px;
  color: black;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content .dmp_cookiebox__content--headline {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content .dmp_cookiebox__content--text {
  margin-bottom: 15px;
  line-height: 1.3em;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content .dmp_cookiebox__content--buttons {
  margin-bottom: 15px;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content .dmp_cookiebox__content--buttons .dmp_cookiebox-button {
  background-color: #f2f2f2;
  font-size: 20px;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  transition: .3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content .dmp_cookiebox__content--buttons .dmp_cookiebox-button:hover {
  background-color: #dddcdc;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content .dmp_cookiebox__content--buttons .dmp_cookiebox-button.dmp_cookie-accept-all {
  background-color: #555555;
  color: #f2f2f2;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content .dmp_cookiebox__content--buttons .dmp_cookiebox-button.dmp_cookie-accept-all:hover {
  background-color: #2196f3;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content .dmp_cookiebox__content--buttons .dmp_cookiebox-button.dmp_cookie-accept-essential {
  font-size: 14px;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-simple .dmp_cookiebox__content--cookie-selection {
  margin-bottom: 15px;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-simple .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__item {
  margin-bottom: 10px;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-simple .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__item .dmp_cookie-selection__item--checkbox {
  display: none;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-simple .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__item .dmp_cookie-selection__item--checkbox:checked + .dmp_cookie-selection__item--label .dmp_cookie-selection__item--display {
  position: relative;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-simple .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__item .dmp_cookie-selection__item--checkbox:checked + .dmp_cookie-selection__item--label .dmp_cookie-selection__item--display::before,
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-simple .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__item .dmp_cookie-selection__item--checkbox:checked + .dmp_cookie-selection__item--label .dmp_cookie-selection__item--display::after {
  content: '';
  position: absolute;
  background-color: #2196f3;
  height: 2px;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-simple .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__item .dmp_cookie-selection__item--checkbox:checked + .dmp_cookie-selection__item--label .dmp_cookie-selection__item--display::before {
  top: 7px;
  left: 2px;
  width: 5px;
  transform: rotate(50deg);
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-simple .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__item .dmp_cookie-selection__item--checkbox:checked + .dmp_cookie-selection__item--label .dmp_cookie-selection__item--display::after {
  top: 6px;
  left: 4px;
  width: 10px;
  transform: rotate(-50deg);
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-simple .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__item .dmp_cookie-selection__item--checkbox:disabled + .dmp_cookie-selection__item--label .dmp_cookie-selection__item--display {
  background-color: white;
  border-color: #f2f2f2;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-simple .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__item .dmp_cookie-selection__item--label {
  cursor: pointer;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-simple .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__item .dmp_cookie-selection__item--label .dmp_cookie-selection__item--display {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-bottom: -3px;
  background-color: #f2f2f2;
  border: 1px solid grey;
  margin-right: 10px;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-simple .dmp_cookiebox__content--buttons .dmp_cookiebox-button {
  margin-bottom: 10px;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-simple .dmp_cookiebox__content--buttons .dmp_cookiebox-button:last-child {
  margin-bottom: 0;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-simple .dmp_cookiebox__content--links .dmp_cookiebox-links-wrap {
  text-align: center;
  margin-bottom: 10px;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-simple .dmp_cookiebox__content--links .dmp_cookiebox-links-wrap:last-child {
  margin-bottom: 0;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-simple .dmp_cookiebox__content--links .dmp_cookiebox-links-wrap .dmp_cookiebox-link {
  display: inline;
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced {
  display: none;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--buttons {
  display: flex;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--buttons .dmp_cookiebox-button {
  margin-right: 7px;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--buttons .dmp_cookiebox-button:last-child {
  margin-right: 0;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--buttons .dmp_toggle-advanced {
  display: flex;
  align-items: center;
  margin-left: auto;
  cursor: pointer;
}
@media (max-width: 699px) {
  .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--buttons {
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
  }
  .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--buttons .dmp_cookiebox-button {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
    max-width: 370px;
  }
  .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--buttons .dmp_cookiebox-button:last-child {
    margin-bottom: 0;
  }
  .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--buttons .dmp_toggle-advanced {
    margin-left: 0;
    padding: 10px 10px 0 10px;
  }
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section {
  background-color: #f2f2f2;
  padding: 10px;
  border-radius: 5px;
  font-size: 12px;
  margin-bottom: 7px;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section:last-child {
  margin-bottom: 0;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_switch-button-input {
  display: none;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_switch-button-input:checked + .dmp_switch-button {
  background-color: #2196f3;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_switch-button-input:checked + .dmp_switch-button::before {
  left: auto;
  right: 4px;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_switch-button {
  position: relative;
  display: block;
  width: 40px;
  height: 21px;
  background-color: #555555;
  border-radius: 50px;
  float: right;
  margin-left: auto;
  cursor: pointer;
  transition: .3s;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_switch-button::before {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  top: 3px;
  left: 4px;
  background-color: #f2f2f2;
  border-radius: 50px;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_cookie-section-header {
  display: flex;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_cookie-section-header .dmp_cookie-section-name {
  font-size: 18px;
  margin-bottom: 15px;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_cookie-section-header .dmp_switch-button {
  margin-right: 5px;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_cookie-section-description {
  margin-bottom: 15px;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_cookie-information .dmp_toggle-cookie-information-wrap {
  margin-bottom: 15px;
  text-align: center;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_cookie-information .dmp_toggle-cookie-information-wrap .dmp_toggle-cookie-information {
  font-weight: bold;
  cursor: pointer;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_cookie-information .dmp_cookie-information-content {
  height: 0;
  overflow: hidden;
  transition: .3s;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_cookie-information .dmp_cookie-information-content table {
  width: 100%;
  margin-bottom: 5px;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_cookie-information .dmp_cookie-information-content table:last-child {
  margin-bottom: 0;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_cookie-information .dmp_cookie-information-content table tr {
  background-color: white;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_cookie-information .dmp_cookie-information-content table tr th,
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_cookie-information .dmp_cookie-information-content table tr td {
  padding: 3px 5px;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_cookie-information .dmp_cookie-information-content table tr th {
  text-align: left;
  font-weight: bold;
  padding-right: 10px;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_cookie-information .dmp_cookie-information-content table tr td {
  padding-left: 10px;
  width: 100%;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_cookie-information .dmp_cookie-information-content table tr td a {
  color: black;
  text-decoration: none;
  transition: .3s;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_cookie-information .dmp_cookie-information-content table tr td a:hover {
  color: #2196f3;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox.dmp_cookiebox-advanced {
  max-width: 800px;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox.dmp_cookiebox-advanced .dmp_cookiebox-simple {
  display: none;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox.dmp_cookiebox-advanced .dmp_cookiebox-advanced {
  display: block;
}
@-moz-keyframes anim1 {
  0% {
    left: 100%;
  }
  100% {
    left: -600px;
  }
}
@-webkit-keyframes anim1 {
  0% {
    left: 100%;
  }
  100% {
    left: -600px;
  }
}
@keyframes anim1 {
  0% {
    left: 100%;
  }
  100% {
    left: -600px;
  }
}
@media print {
  .no-print,
  .no-print * {
    display: none !important;
  }
}
.success-message-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-family: 'Muli', sans-serif;
  font-size: 20px;
  line-height: 28px;
  margin: 0 auto;
  max-width: 240mm;
  background-color: #2196f3;
  padding: 15px;
}
.success-message-container .button {
  margin-top: 20px;
}
.anmeldeformular-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.anmeldeformular-container * {
  font-size: 10pt;
  line-height: 1.3em;
  color: black;
}
.anmeldeformular-container h1 {
  font-size: 18pt;
  line-height: 1.5em;
  position: relative;
}
.anmeldeformular-container h2,
.anmeldeformular-container .text-big {
  font-size: 12pt;
  line-height: 1.3em;
}
.anmeldeformular-container .line {
  height: 24px;
  width: 100%;
  border-bottom: 1px solid black;
}
.anmeldeformular-container .page-one {
  position: relative;
  width: 240mm;
  height: 320mm;
  padding: 20mm 20mm 5mm 20mm;
}
.anmeldeformular-container .page-one .img-wrap {
  position: absolute;
  top: -20px;
  right: -30px;
  width: auto;
  height: auto;
}
.anmeldeformular-container .page-one #checkbox-empty {
  float: left;
  height: 14px;
  width: 14px;
  border: 0.5pt solid black;
  margin: 1px 5px 0 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.anmeldeformular-container .page-one #checkbox-empty .cross-one,
.anmeldeformular-container .page-one #checkbox-empty .cross-two {
  width: 10px;
  border-bottom: 2px solid black;
  position: absolute;
}
.anmeldeformular-container .page-one #checkbox-empty .cross-one {
  transform: rotate(-45deg);
}
.anmeldeformular-container .page-one #checkbox-empty .cross-two {
  transform: rotate(45deg);
}
.anmeldeformular-container .page-one table {
  width: 100%;
  border-collapse: collapse;
}
.anmeldeformular-container .page-one table tr {
  border: 0.5pt solid black;
}
.anmeldeformular-container .page-one table tr td {
  width: 33.3%;
  height: 50px;
  border: 0.5pt solid black;
  vertical-align: top;
  padding: 4px 4px 0 4px;
}
.anmeldeformular-container .page-one table tr td ul div {
  display: flex;
}
.anmeldeformular-container .page-one table tr td ul div li {
  display: flex;
  margin-right: 5px;
}
.anmeldeformular-container .page-one table tr td ul div li.other {
  width: 100%;
}
.anmeldeformular-container .page-one table tr td ul div li.other #checkbox-empty {
  margin-left: 0;
}
.anmeldeformular-container .page-one table tr td ul div li.other div {
  width: 70%;
}
.anmeldeformular-container .page-one table tr td ul div li div .line {
  height: 14px;
}
.anmeldeformular-container .page-one .content-container {
  display: flex;
}
.anmeldeformular-container .page-one .content-container.half-box .left-container {
  width: 43%;
}
.anmeldeformular-container .page-one .content-container.half-box .right-container {
  width: 57%;
}
.anmeldeformular-container .page-one .content-container .left-container {
  width: 90px;
}
.anmeldeformular-container .page-one .content-container ul {
  display: flex;
  flex-direction: column;
  list-style: none;
}
.anmeldeformular-container .page-one .content-container ul li {
  display: flex;
}
.anmeldeformular-container .page-one .content-container ul li div {
  display: flex;
  width: 100%;
}
.anmeldeformular-container .page-one .content-container ul li div .line {
  height: 17px;
}
.anmeldeformular-container .page-one .school-graduation-container {
  border: 0.5pt solid black;
  padding: 4px 4px 1px 4px;
}
.anmeldeformular-container .page-two {
  position: relative;
  page-break-before: always;
  width: 240mm;
  height: 320mm;
  padding: 20mm 20mm 5mm 20mm;
}
.anmeldeformular-container .page-two ul li {
  margin-left: 15px;
}
.anmeldeformular-container .page-two .underline {
  text-decoration: underline;
}
.anmeldeformular-container .page-two .line {
  height: 24px;
  width: 100%;
  border-bottom: 1px solid black;
  margin-bottom: 5px;
}
.anmeldeformular-container .page-two .stoerer-kosten {
  position: absolute;
  right: 85px;
  font-family: Arial;
  font-size: 12pt;
  margin-top: -37px;
  font-weight: bold;
  text-align: center;
  max-width: 230px;
  display: flex;
  align-items: center;
}
.anmeldeformular-container .page-two .stoerer-kosten img {
  width: 60px;
}
.anmeldeformular-container .page-two .kosten-table {
  display: flex;
  position: relative;
}
.anmeldeformular-container .page-two .kosten-table .banner-kosten {
  position: absolute;
  z-index: 1;
  padding: 17px;
  background-color: lightgrey;
  font-weight: bold;
  font-size: 15px;
  left: 50%;
  top: 57px;
  transform: translateX(-54%) rotate(-25deg);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid black;
  text-align: center;
}
.anmeldeformular-container .page-two .kosten-table .left-table,
.anmeldeformular-container .page-two .kosten-table .right-table {
  width: 50%;
  border: 0.5pt solid black;
  padding: 2px 20px 15px 10px;
}
.anmeldeformular-container .page-two .kosten-table .left-table ul li,
.anmeldeformular-container .page-two .kosten-table .right-table ul li {
  position: relative;
  list-style: none;
  padding-left: 10px;
  display: flex;
  align-items: center;
  margin-left: 0;
}
.anmeldeformular-container .page-two .kosten-table .left-table ul li .price,
.anmeldeformular-container .page-two .kosten-table .right-table ul li .price {
  position: absolute;
  top: 0;
  right: 0px;
}
.anmeldeformular-container .page-two .kosten-table .left-table ul li:before,
.anmeldeformular-container .page-two .kosten-table .right-table ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: black;
  position: absolute;
  left: 0;
}
.anmeldeformular-container .page-two .kosten-table .right-table {
  border-left: 0px;
}
.anmeldeformular-container .page-two .kosten-table .table-headline {
  text-align: center;
}
.anmeldeformular-container .page-two .date {
  display: flex;
  align-items: flex-end;
  width: 49%;
  overflow: hidden;
}
.anmeldeformular-container .page-two .date::after {
  content: "";
  width: 100%;
  height: 100%;
  border-bottom: 1px solid black;
  position: relative;
  left: 5px;
}
.anmeldeformular-container .page-two .side-by-side {
  display: flex;
  justify-content: space-between;
}
.anmeldeformular-container .page-two .side-by-side .half {
  width: 49%;
}
.anmeldeformular-container .page-two .side-by-side .half svg {
  width: 100%;
}
.anmeldeformular-container .page-two .side-by-side .half .line {
  margin-top: -30px;
}
