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

body,
header,
footer,
main,
section,
article,
nav,
figure,
nav,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
img,
form,
fieldset,
blockquote {
    border: 0;
    margin: 0;
    padding: 0;
}
figure{
    display: block;
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    background: #262A2C;
    color: #fff;
    font: 500 17px Inter, Arial, Helvetica, Sans-Serif;
    min-width: 320px;
}

a {
    color: #fff;
    outline: none;
    text-decoration: none;
    transition: .2s All;
}
li a {
    color: #000;
    outline: none;
    text-decoration: none;
    transition: .2s All;
}
#rubrik{
    cursor: pointer;
}

a:hover {
    color: #21FBAB;
    text-decoration: none;
}
.cms_content a, .contact a  {
    color:#21FBAB;
    text-decoration: underline;
}



/*
.Instagram:hover{
    color: #C13584;
    text-decoration: none;
}
.Facebook:hover{
    color: #4267B2;
    text-decoration: none;
}
.LinkedIn:hover{
    color: #0e76a8;
    text-decoration: none;
}
*/
input,
select,
textarea {
    border: #999999 1px solid;
    color: #000;
    font: inherit;
    padding: 12px;
}

li {
    list-style: none;
}

h1 {
    color: #21FBAB;
    font: 84px PP-Right-Serif;
    line-height: 0.9; /* vorher 1.1 */
    margin: 0 0 .9em;
    width: 70%;
}
.page-title__heading h1{
    width: 100%;
}


.intro-text h1 {
    line-height: 0.9; /* vorher 1.3 */
    margin: 0;
}

h2,
h3 {
    font: 36px PP-Right-Serif;
    line-height: 1.2;
    margin: 0 0 1.5em;
    /* text-transform: uppercase; */
}

h2 a{
  text-decoration:underline
}

.intro-text h2{
  margin: 0 0 0.5em;
}


.cms_content h2{
    color: #21FBAB;
    font: 48px Anton;
    line-height: 1.3;
    margin: 0.5em 0 0.1em;
    text-transform: uppercase;
}
.cms_content h3{
    margin: 0.5em 0 0.1em;
    font: 24px Anton;
}


h4 {
    font: 22px PP-Right-Serif;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 1em;
}

h5,
h6 {
    font-size: 1em;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 1em;
}

p {
    line-height: 1.4em;
    margin: 0 0 1.4em;
}

.list-features__item p{
  width: 93%
}

table {
    border-collapse: collapse;
    width: 100%;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

/*- Layout -*/

.page-container,
.page-header {
    margin: 0 auto;
    max-width: 1920px;
    padding: 0 44px;
}

.page-container {
    padding-bottom: 180px;
    padding-top: 50px;
    min-height: 90vh;
}

.page-container>.page-container--narrow {
    max-width: 1320px;
}

.page-container--narrow {
    margin: 0 auto;
    max-width: 1408px;
}

.page-top-bar {
    background: #262A2C;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
}

.nav-primary+.page-container {
    padding-top: 225px;
}

/*- Page Header -*/

.page-header {
    align-items: center;
    display: flex;
    height: 117px;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.header-logo {
    margin-left: 100px;    
    width: 400px;
}

.header-logo img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.nav-logo {
   margin-bottom: 40px;
        margin-top: -13px
}

.header-contacts a {
    font-weight: bold;
}

/*- Title / Slider  -*/

.page-title {
    display: flex;
    height: calc(100vh - 117px);
    margin-bottom: 85px;
    margin-top: 215px;
    /*padding-top: 95px;*/
}

.page-title__heading {
    color: #21FBAB;
    display: flex;
    justify-content: space-between;
    left: 44px;
    margin: 0;
    position: absolute;
    right: 44px;
    top: 0;
    z-index: 2;
    align-items:flex-start;
}

.page-title__heading a h2{
    color: #21FBAB;
}

.news-title__heading {
    color: #fff;
    display: flex;
    justify-content: space-between;
    margin: 0;
    position: absolute;
    top: 0;
    z-index: 2;
    width: 100%;
    padding-bottom: 100%;
    /*hyphens: auto;*/
}

.page-title__heading h1 {
    font-size: 85px;
}

.page-title__heading h2 {
    font-size: 65px;
}

.page-title__heading .btn-more {
    flex: 1 1 50%
}
.news-title__heading .btn-more {
    flex: 50%;
}
.page-title__heading .btn-more {
    flex: 0 0 auto;
    align-self: flex-start;
    /*margin-left: 50%;  */
}

.page-title__bg1 {
    font-size: 22px;
    height: 100%;
    position: relative;
    width: 60%;
}

.page-title-bg2-3 .page-title__heading {
    left: 0;
}

.page-title-bg2-3 {
    border-left: 45px solid #262A2C;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-top: 115px;
    width: 40%;
    row-gap: 30px;
}

.page-title__bg2 {
    /*border-bottom: 30px solid #333;*/
    height: 50%;
    position: relative;
}

.page-title__bg3 {
    height: 50%;
    position: relative;
}

.page-title__pic {
    bottom: 0;
    filter: saturate(0%);
    left: 0;
    position: absolute;
    right: 0;
    top: 120px;
}

.page-title-bg2-3 .page-title__pic {
    top: 80px; /* vorher 100px */
}

.page-title__pic::after {
    background: rgba(0, 0, 0, .25);
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .2s All;
    z-index: 1
}

[class*="page-title__bg"]:hover .page-title__pic {
    filter: saturate(100%);
}

[class*="page-title__bg"]:hover .page-title__pic::after {
    opacity: 0
}

[class*="page-title__bg"]:hover .btn-more::after {
    opacity: 1
}

.page-title .btn-more {
    padding-bottom: 30px;
}

.page-title .btn-more::after {
    margin-top: 15px;
    opacity: 0;
    transition: .2s All;
}

.page-title__bg1 .btn-more::after {
    height: 28px;
    width: 102px;
}


.slide-headline {
    color: #21FBAB;
    font-size: 65px;
    left: 0;
    line-height: 1;
    position: absolute;
    top: 0;
    z-index: 1000;
}

.swiper-carousel {
    margin: 150px -375px 100px;
    position: relative
}

.swiper-carousel .swiper-slide {
    padding-top: 100px;
    position: relative;
    transition: .4s All;
}


.swiper-slide a {
    display: block;
    position: relative;
}

.swiper-slide a:before {
    background: #000;
    bottom: 0;
    content: '';
    left: 0;
    opacity: .2;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100
}

.swiper-slide-active,
.swiper-slide-duplicate-prev {
    opacity: .4
}

.swiper-scrollbar {
    background: none;
    margin: 0 auto;
    margin-top: 50px;
    max-width: 1320px;
}

.swiper-container-horizontal>.swiper-scrollbar {
    border-bottom: 1px solid #999;
    border-radius: 0;
    bottom: auto;
    left: auto;
    position: relative;
}

.swiper-scrollbar::after {
    border-bottom: 1px solid #999;
    content: '';
    left: 0;
    position: absolute;
    right: -50vw
}

.swiper-scrollbar-drag {
    background: #21FBAB;
    border-radius: 0;
}

.swiper-button-prev,
.swiper-button-next {
    background: none;
    cursor: pointer;
    height: auto;
    left: 460px;
    margin-top: -9px;
    position: absolute;
    top: 50%;
    width: auto;
    z-index: 1;
}

.swiper-button-next {
    left: auto;
    right: 460px;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    background: url(../images/ico-arrow.svg) no-repeat center / contain;
    content: "";
    display: block;
    height: 28px;
    width: 102px;
}

.swiper-button-prev:after {
    transform: rotate(180deg);
}

.intro-text {
    font-size: 22px;
    font-weight: bold;
}

.intro-pic {
    margin: -112px 0 70px;
    position: relative;
    z-index: -1
}

.intro-pic img {
    width: 100%
}

.intro-text-secondary {
    font-size: 22px;
    justify-content: center;
    text-align: center;
      margin-bottom: 100px;
}

/*- Navigation -*/

.nav-primary {
    background: #21FBAB;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    left: -100%;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 40px 50px 36px 150px;
    position: fixed;
    top: 0;
    transition: .3s All;
    width: 60%;
    z-index: 101;
}

.nav-is-open .nav-primary {
    left: 0;
}

.nav-primary .hamburger {
    left: 45px;
    margin-top: 0;
    top: 44px;
}

.nav-main-wrapper {
    display: flex;
    flex-direction: column;
    height: 98%;
}

.nav-main {
    font: 65px/1.25 PP-Right-Serif;
    margin-bottom: 50px;
}

.nav-main>li {
    margin: 0;
}

.nav-main>li:first-child,.nav-main>li:last-child,.nav-main>li:nth-last-child(2) {
    font-size: 30px;
    margin-bottom: 5px;
}
.nav-main>li:nth-last-child(2) {
    margin-top: 15px;
}

.nav-main>li>a {
    color: #262A2C;
    display: block;
    text-decoration: none;
}

.nav-main>li>a:hover,
.nav-main>li.active>a {
    color: #262A2C;
}

.nav-main__submenu {
    color: #262A2C;
    display: flex;
    font-size: 12px;
    width: 100%;
}

.nav-main__submenu li:after {
    content: "|";
    padding: 0 7px;
}

.nav-main__submenu li:last-child:after {
    display: none;
}

.nav-main__submenu a {
    color: #262A2C;
}

.nav-soclinks {
    align-items: center;
    display: flex;
    gap: 30px;
}

.nav-soclinks li {
    aspect-ratio: 1;
    width: 30px;
}

.nav-contacts {
    color: #000;
    width: 410px;
}

.nav-contacts__address {
    color: #262A2C;
    margin-bottom: 50px;
}

.nav-contacts__working-hours dl {
    display: flex;
    font-size: 22px;
    margin-bottom: 25px;
}

.nav-contacts__working-hours dt {
    flex: 0 0 60%;
    padding-right: 10px;
}

.nav-secondary {
    border-bottom: 1px solid #707070;
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 60px;
    padding-bottom: 18px;
}

.nav-secondary--borderless {
    border: 0;
    font-weight: 500;
}

.nav-secondary ul {
    align-items: flex-end;
    display: flex;
    justify-content: center;
}

.nav-secondary li {
    margin: 0 40px;
}

.nav-secondary a {
    color: #21FBAB;
    display: block;
    padding: 7px 0;
    position: relative
}

.nav-secondary a:hover,
.nav-secondary .active a {
    color: #fff;
    font-weight: bold;
}




.cms_accordion {
    border-bottom: 2px solid #21FBAB;
    border-top: 2px solid #21FBAB;
}

.accordeon-headline {
    align-items: flex-start;
    cursor: pointer;
    display: flex;
    font: 28px Anton;
  padding: 10px 40px 10px 0;
    position: relative;
    color: #21FBAB;
    /*text-transform: uppercase; */
}

.accordeon-headline::after {
    background: url(../images/ico-plus.svg) no-repeat top / contain;
    content: '';
    height: 28px;
    margin-top: -14px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 28px;
}

.accordeon-row.is-open .accordeon-headline:after {
    background: #21FBAB;
    height: 4px;
    margin-top: -2px;
    width: 28px;
}

.accordeon-wrap {
    padding: 30px 0
}


/*- Components -*/

.list-examples {
    justify-content: center;
}

.list-examples img {
    margin-bottom: 18px;
    width: 100%;
}
.list-features {
    justify-content: center;
    margin-bottom: 60px;
}

.list-features_price {
    margin-top: 80px;
    justify-content: center;
    margin-bottom: 110px;
    gap: 1px;
}

.list-features__item {
    padding-top: 55px;
    position: relative;
    margin-bottom: 60px;
}
.anchor_container > *:hover{
    color: #21FBAB;
}

.list-features__abo {
padding: 25px 25px 120px;
position: relative;
border: solid 1px #21FBAB;
}

/*.list-features__abo:hover{
background-color: rgb(177, 165, 126,0.3);
}*/

#accordeon_elements{
display: inline-block;
width: 100%;
}

.list-features__item h3 {
    font-size: 36px;
    position: absolute;
    top: 0;
    width: 50%;
    z-index: 2
}
#screen .list-features__item h3 {
    font-size: 80px;
    position: relative;
    width: 100%;
    margin:0
}
#screen p,#screen ul li {
    font-size: 40px;
}

#screen ul li {
    list-style: disc;
    list-style-position: outside;
    margin-left: 43px;
}


.list-features__item .news-title__heading h3 {
  font-size: 36px;
  top: 0;
  z-index: 2;
  position: relative;
    width: 70%;
    padding-right: 10%;
}

.list-features__item h2 {
    font-size: 65px;
    position: absolute;
    top: 0;
    width: 50%;
    z-index: 2
}

.list-features__pic {
    margin-bottom: 22px;
    position: relative;
}

.list-features__pic::after {
    background: rgba(0, 0, 0, .2);
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.list-features__pic img {
    width: 100%;
}

.list-staff .list-features__item {
    padding-top: 100px;
}
.iframe-container {
    overflow: hidden;
    padding-top: 68.63%;
    position: relative;
}
.iframe-container iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.cms_item ul {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.cms_item li {
        list-style: disc !important;
        list-style-position: outside;
        margin-left: 20px;
        margin-bottom: 7px;
        cursor: default;
}
.cms_item li::marker {
    content: "->  ";
 color: #21FBAB;
}
.cms_item ol li {
    list-style: decimal;
    list-style-position: outside;
    margin-left: 20px;
}
.cms_item a.pdf {
    background-image: none;
}
.cms_item a.file {
    padding: 0;
}

.legende {
    padding-top: 15px;
}

/*- Layout Grid -*/

[class*="col-"] {
    overflow: hidden;
}

/*- Buttons -*/

.btn-group {
    display: flex;
    flex-direction: column;
}

.btn-group a {
    font-size: 22px;
}

.btn-more {
    display: inline-block;
    font-weight: 500;
    height: auto;
    padding-bottom: 17px;
    position: relative;
}

.btn-more::after {
    background: url(../images/ico-arrow.svg) no-repeat center / contain;
    content: '';
    display: block;
    height: 18px;
    width: 66px;
}

.btn-more input[type="submit"] {
    display: inline-block;
}

.btn-more::after {
    background: url(../images/ico-arrow.svg) no-repeat center / contain;
    content: '';
    display: block;
    height: 18px;
    width: 66px;
    position: absolute;
    left: 0%;
    bottom: 0;
}



.btn-member{
    margin-top: 20px;
    display: inline-block;
    position: absolute;
    width: 75%;
    bottom: 4%;
    left: 0;
    border: solid 1px #21FBAB;
    padding: 10px;
    text-align: center
}


/*.btn-member::after {
    background: url(../images/ico-arrow.svg) no-repeat center / contain;
    content: '';
    display: inline-block;
    margin-right: 4px;
    height: 12px;
    width: 66px;
}*/
.btn-member:hover{
    cursor: pointer;
    color: #21FBAB;
    background-color: rgb(177, 165, 126,0.3);
}

/*- Page Footer -*/

.page-footer {
    padding: 50px;
    background-color: #21FBAB;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.page-footer a {
    color: #000;
    font-family: PP-Right-Serif;
}

.page-footer h2 {
    margin: 0;
}

.page-footer .nav-main__submenu {
    color: #fff;
    margin-top: 100px;
}

.footer-logos {
    margin-top: 10px;
}

.footer-logos img {
    margin-bottom: 20px;
}

/*- Misc. Components-*/

.text-center {
    text-align: center;
}

hr {
    border: 0;
    border-top: 1px solid #21FBAB;
    margin-bottom: 20px;
    margin-top: 20px;
}

.hamburger {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    height: 26px;
    left: 44px;
    margin-top: -13px;
    outline: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 50%;
    transition: .15s All;
    z-index: 102
}

.hamburger::-moz-focus-inner {
    border: 0;
}

.hamburger-box {
    display: block;
    height: 26px;
    position: relative;
    width: 40px
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    background-color: #fff;
    border-radius: 0;
    border-radius: 1.5px;
    display: block;
    height: 3px;
    position: absolute;
    transition: .15s All;
    width: 40px;
}

.hamburger-inner::before {
    content: "";
    top: 11px;
    transition-duration: .2s;
    transition-property: transform, opacity;
    transition-timing-function: ease;
}

.hamburger-inner::after {
    content: "";
    top: 22px;
}

.hamburger.is-active .hamburger-inner {
    background-color: #000;
    transform: translate3d(0, 11px, 0) rotate(45deg);
}

.hamburger.is-active .hamburger-inner::before {
    background-color: #000;
    opacity: 0;
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
}

.hamburger.is-active .hamburger-inner::after {
    background-color: #000;
    transform: translate3d(0, -22px, 0) rotate(-90deg);
}



/* ScreenView */
.tabs{
  display: flex;
  padding: 50px;
}

.tabs .page-container--narrow{
    width: 25%;
}
.tabs .list-features__item {
    width: 100%;
}
.tabs .list-features__item p{
    padding-top: 10px;
}
.tabs .row{
    display:flex;
    flex-wrap: wrap;
}
#ms-nox-widget-courseplan {
background-color: #fff;
border-radius: 8px;
width: 75%
}
.abstandoben1{
    margin: 2em 0 1.5em 0 ;
}
.abstandoben2{
    margin: 2em 0 0.5em 0 ;
}

.text-white {
    color: white;
}

.text-lime {
    color: #21FBAB;
}

.list-programm {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(360px, 400px));
    gap: 35px; /* optional: Abstand zwischen den Grid-Items */
    row-gap: 70px; /* vorher nicht */
    justify-content: center;
}

.list-programm h2 {
    margin: 0;
    line-height: 0.99;
}

.programm-container {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.programm-container img {
    margin: 10px 0;
}

.programm-container span, .CCSS436 p {
    font-family: PP-Right-Serif;
}

.text-regular {
    font-family: Inter, Arial, Helvetica, Sans-Serif !important;
}

.text-pp-serif {
    font-family: PP-Right-Serif !important;
}


.programm-grid-title {
    grid-column: 1 / -1;
    margin-bottom: 32px;
}



.link-container {
    display: flex;
    gap: 20px; /* Optional: Abstand zwischen den Links */
}

.link-container a {
    color: #21FBAB;
}

.CCSS436 p, .text-large {
    font-size: 45px;
}
.text-large p { /* vorher nicht */
    line-height: 1.1;
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}
.mt-4 {
    margin-top: 2rem !important;
}
.mt-5 {
    margin-top: 3rem !important;
}

.formular .formular-input {
  max-width: 100% !important;
  width: 100% !important;
}

.formular .formular-element
{
  display: block
}

label.auswahl input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  vertical-align: middle;
  border: 1px solid #fff;
  background: #262A2C;
  cursor: pointer;
  outline: none;
  transition: box-shadow 0.15s;
  box-sizing: border-box;
  margin-top: 6px;
}

/* Optional: Fokuskurve */
label.auswahl input[type="checkbox"]:focus {
  box-shadow: 0 0 2px 2px #fff3;
}

/* Haken-Design (ersetzt den Standardhaken, optional animieren) */
label.auswahl input[type="checkbox"]:checked::after {
  content: "";
  display: block;
  position: absolute;
  left: 4px;
  top: 0px;
  width: 10px;
  height: 18px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg) scale(0.7);
  pointer-events: none;
}
label.auswahl {
  /* Optional: für einfachere checkmark-Positionierung */
  position: relative;
  cursor: pointer;
  font: 34px PP-Right-Serif;
}
label.auswahl input[type="checkbox"] {
  position: relative;
  z-index: 1;
}

/* Fix: Eltern muss position: relative haben */
label.auswahl {
  position: relative;
}
input[type="text"],input[type="email"] {
  background: #262A2C;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  padding: 8px 4px;
  outline: none;
  width:70%;
}
input[type="submit"] {
  background: #262A2C;
  border: none;
  color: #fff;
  padding: 0px;
  outline: none;
  font: 34px PP-Right-Serif;
}