:root {
    --rot: #F06666;
    --gelb: #E3C180;
    --gruen: #72C6A6;
    --yellow: #E3C180;
    --blau: #51A1D9;
    --cyan: #26DAFC;
    --purple:#6b388e;
    --nw-beige-full: #B0A091;
    --nw-beige: #B0A09170;
    --nw-grey: #EFEFEF;
    --typo: #3C3C3B;
    --warning: #ffc107;
}

* {
    border: 0px solid red
}

.cyan {
    background: var(--blau)!important;
}

.warning {
    background: var(--warning)!important;
}


.beige {
    background: var(--nw-beige-full)!important;
}

.purple {
    background: var(--purple)!important;
}

.grey {
    background: var(--nw-grey)!important;
}

.text-danger {
    color: var(--rot)!important;
}
.text-warning {
    color: var(--warning)!important;
}

.is-invalid {
    border: 1px red solid !important;
}

body,
html {

    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
}

b, strong {
    font-weight: 600;
}

i {
    font-style: normal!important;
}

a,
a.disabled-link {
    text-decoration: none;
}

.blur {
    filter: blur(4px);
}

.hidden {
    display: none;
}

.mb {
    margin-bottom: 20px !important;
}

.clear {
    clear: both;
}

.nw {
    background: var(--nw-beige)!important;
    color: var(--typo)!important;
}

.invalid {
   border: #f00 solid 1px !important;
}

p.confirmation {
    display: flex;
    align-items: center;
    color: var(--gruen);
    font-weight: 600;
}

p.confirmation img {
    margin-right: 10px;
}

                            /* -- RANDOM CSS // CAN BE DELETED IN THE END!! -- */

/* Zentrierter Container (horizontal auf der Seite) */
.template-container {
    width: 100%;
    max-width: 1200px; /* Maximale Breite */
    margin: 0 auto; /* Horizontale Zentrierung */
    padding: 20px; /* Abstand um das Grid */
    box-sizing: border-box;
    text-align: center;
}

/* Überschrift bleibt zentriert */
.template-heading {
    text-align: center;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    font-size: 1.5rem;
    color: #333;
}

/* Grid Layout: Links bündig mit Abstand zwischen Reihen */
.template-grid {
    display: flex;
    flex-wrap: wrap; /* Zeilenumbruch */
    gap: 20px; /* Abstand zwischen Buttons */
    justify-content: flex-start; /* Buttons linksbündig */
    margin-bottom: 20px; /* Abstand zwischen Reihen */
}

/* Buttons: Gleiche Breite, zentrierter Text */
.template-item {
    background-color: #6a1b9a; /* Standardfarbe */
    width: 49%; /* Einheitliche Breite */
    box-sizing: border-box;
    text-align: center; /* Text zentriert */
    padding: 15px 0; /* Abstand oben und unten */
    border-radius: 5px;
    transition: transform 0.3s ease-in-out;
}

.template-item a {
    text-decoration: none; /* Kein Unterstrich */
    color: #fff; /* Schriftfarbe Weiß */
    font-size: 14px;
    font-family: Arial, sans-serif;
}

.template-item:hover {
    transform: scale(1.05); /* Hover-Effekt */
}

/* Farbvarianten */
.template-item.grey {
    background-color: var(--typo)!important;
}

.template-item.beige {
    background-color: #c8b69d;
}

button, .login-button {
    width: calc(100% - 40px) !important;
}


/* Responsivität */
@media (max-width: 1024px) {
    .template-item {
        width: calc(50% - 20px); /* Zwei Buttons pro Zeile */
    }
}

@media (max-width: 768px) {
    .template-item {
        width: 100%; /* Ein Button pro Zeile */
    }
}



                            .placeholder-nav-wrapper {
                                position: relative; /* Sicherstellen, dass kein overflow gesetzt ist */
                                width: 100%;
                                z-index: 2000; /* Wrapper z-index sicherstellen */
                            }

                            .placeholder-nav {
                                position: relative;
                                top: 0;
                                z-index: 2000;
                                background: var(--nw-beige-full);
                                height: 50px;
                                display: flex;
                                align-items: center;
                            }

                            .is-sticky {
                                position: fixed;
                                top: 0;
                                width: 100%;
                            }


                            .placeholder-nav a {
                                text-decoration: none;
                                color: var(--typo);
                            }



                            .testfooter{
                                height: 80vh;
                                background: var(--nw-beige-full);
                                margin: 0px 0 0 0;
                                display: flex;
                                align-items: center;
                                justify-content: center;
                                color: #fff;
                            }

                            /* -- RANDOM CSS // CAN BE DELETED IN THE END!! -- */










.book_process_content_wrapper.shifted {
    position: relative;
/*    top: -75px;
    opacity: .85;*/
}

ul.booked_participants {
    padding-left: 18px;
}


textarea,
input {
    float: none;
}


textarea {
    display: block;
    height: 80px!important;
}


textarea {
    width: calc(100% - 40px);
    border: 0;
    height: 14px;
    border-radius: 5px;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    padding: 20px;
    margin-bottom: 20px;
    border: 0;
}

input#magiclink-login {
    width: calc(100% - 40px);
    border: 0;
    height: 14px;
    border-radius: 5px;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    padding: 20px;
    margin-bottom: 20px;
    border: 0;
}

.adParticipants-input-group input,
input[type="text"],
input[type="date"],
input[type="email"],
input[type="tel"] {
    width: calc(50% - 40px);
    border: 0;
    height: 14px;
    border-radius: 5px;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    padding: 20px;
    margin-bottom: 20px;
    border: 0;

}

.input-group input,
.radio-group label {

    width: calc(45% - 40px);
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 20px;
}

.radio-group label {
    font-weight: normal;
    margin: 40px 0 20px 0;
    padding: 0;
}

.buttons button {
    padding: 10px 20px;
    margin-right: 10px;
    border: none;
    color: white;
    border-radius: 4px;
    cursor: pointer;
}

.buttons button[type="button"] {
    background: #ccc;
}

.submitfrombtn button[type="button"] {
    background: #007BFF !important;
}

.buttons button[type="submit"] {
    background: #007BFF;
}

@media (max-width: 600px) {
    .input-group input, .radio-group label, .buttons button {
        width: calc(100% - 20px);
    }
}



/* -- FORMS -- */

.radio {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: left;
}
.radio + .radio {
  margin-top: 12px;
}
.radio input {
  display: none;
}
.radio input + span {
  display: inline-block;
  position: relative;
  padding-left: 30px;
}
.radio input + span:before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 50%;
  margin-right: 5px;
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  background: #fff;
}
.radio input + span:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: #222;
  position: absolute;
  border-radius: 50%;
  top: 4px;
  left: 4px;
  opacity: 0;
  transform: scale(0, 0);
  transition: all 0.2s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
.radio input:checked + span:after {
  opacity: 1;
  transform: scale(1, 1);
}

select {

  /* styling */
  background-color: white;
  border-radius: 4px;
  display: inline-block;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;

  /* reset */

  margin: 0;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0;
}

option select:first-child {
    color: #757575!important;
}

select.tnminimal {
    width: calc(100% - 40px) !important;
    height: 54px;
}


select.minimal {
    width: 100%!important;
    height: 54px;
}

select.minimal, select.tnminimal {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1.3em + 2px),
    calc(100% - 15px) calc(1.3em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 2.2em;
  background-repeat: no-repeat;
}

select.minimal:focus, select.tnminimal:focus {
  background-image:
    linear-gradient(45deg, green 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, green 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) 1.3em,
    calc(100% - 20px) 1.3em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 2.2em;
  background-repeat: no-repeat;
  border: 0;
  outline: 0;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.remove-participant{
    float: right;
}











/* Base for label styling */
    [type="checkbox"]:not(:checked),
    [type="checkbox"]:checked {
        position: absolute;
        left: 0;
        opacity: 0.01;
    }
    [type="checkbox"]:not(:checked) + label,
    [type="checkbox"]:checked + label {
        position: relative;
        padding-left: 2.3em;
        font-size: 1.0em;
        line-height: 1.7;
        cursor: pointer;
    }

    /* checkbox aspect */
    [type="checkbox"]:not(:checked) + label:before,
    [type="checkbox"]:checked + label:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 1.4em;
        height: 1.4em;
        border: 1px solid #aaa;
        background: #FFF;
        border-radius: .2em;
        box-shadow: inset 0 1px 3px rgba(0,0,0, .1), 0 0 0 rgba(203, 34, 237, .2);
        -webkit-transition: all .275s;
                transition: all .275s;
    }

    /* checked mark aspect */
    [type="checkbox"]:not(:checked) + label:after,
    [type="checkbox"]:checked + label:after {
        content: '\2713';
        position: absolute;
        top: .525em;
        left: .18em;
        font-size: 1.375em;
        color: var(--gruen);
        line-height: 0;
        -webkit-transition: all .2s;
                transition: all .2s;
    }

    /* checked mark aspect changes */
    [type="checkbox"]:not(:checked) + label:after {
        opacity: 0;
        -webkit-transform: scale(0) rotate(45deg);
                transform: scale(0) rotate(45deg);
    }

    [type="checkbox"]:checked + label:after {
        opacity: 1;
        -webkit-transform: scale(1) rotate(0);
                transform: scale(1) rotate(0);
    }

    /* Disabled checkbox */
    [type="checkbox"]:disabled:not(:checked) + label:before,
    [type="checkbox"]:disabled:checked + label:before {
        box-shadow: none;
        border-color: #bbb;
        background-color: #e9e9e9;
    }

    [type="checkbox"]:disabled:checked + label:after {
        color: #777;
    }

    [type="checkbox"]:disabled + label {
        color: #aaa;
    }

    /* Accessibility */
/*    [type="checkbox"]:checked:focus + label:before,
    [type="checkbox"]:not(:checked):focus + label:before {
        box-shadow: inset 0 1px 3px rgba(0,0,0, .1), 0 0 0 6px rgba(203, 34, 237, .2);
    }*/


.checkbox-container {
    display: flex;
    align-items: flex-start; /* Checkbox und Text vertikal ausrichten */
    gap: 8px; /* Abstand zwischen Checkbox und Text */
    margin-bottom: 10px;
}

.checkbox-container label {
    display: block;
    line-height: 1.5; /* Optional: Zeilenhöhe für bessere Lesbarkeit */

    hyphens: auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
}



















/* END FORMS */










.adParticipants-container {
    width: 100%;
    padding: 0px;
    background-color: transparent;
    border: 0px solid #ddd;
/*    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);*/
}

.adParticipants-input-group {
    display: flex;
    align-items: center;
/*    margin-bottom: 16px;*/
    flex-wrap: wrap;
}


.adParticipants-input-group .edit-icon, .adParticipants-input-group .delete-icon {
    position: absolute;
    width: 100px;
    height: 20px;
    cursor: pointer;
    margin-bottom: 18px;
}

.edit-icon {
    right: 40px;
    background: url('../img/edit-icon.svg') no-repeat center center;
    background-size: contain;
    display: none!important;
}

.delete-icon {
    right: 10px;
    height: 28px !important;
    background: url('../img/delete-icon.svg') no-repeat center center;
    background-size: contain;
}

.adParticipants-input-group:first-child .edit-icon,
.adParticipants-input-group:first-child .delete-icon {
    display: none !important;
}






.add-button {
    display: flex;
    align-items: center;
    cursor: pointer;
    color: var(--typo);
    font-weight: 500;
    margin-bottom: 24px;
}

.add-button img {
    margin-right: 8px;
    width: 20px;
    height: 20px;
}

.next-step {
    display: block;
    width: 100%;
    padding: 12px;
    background-color: var(--blau);
    color: #fff;
    text-align: center;
    border: none;
    border-radius: 4px;
    font-size: 16px;

    cursor: pointer;
}

.half:first-child {
    float: left;
    margin-right: 3%;
}

.half {
    width: 47%;
    float: left;
}

.next-step:hover {
    background-color: #00aee6;
}








 /* -- DATES -- */

.nstaltungen {
    max-width: 1100px;
    margin: 20px auto;
    padding: 0px;
}

.veranstaltungen h2 {
    font-weight: 400;
    font-size: 18px;
    margin: 50px 0 15px 0;
}

.veranstaltung-row {
    display: flex;
    align-items: center;
    justify-content: space-between; /* Abstand zwischen Inhalt und Button */
    gap: 15px;
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
}

.date-box {
    text-align: left;
    min-width: 60px;
    line-height: 1;
}

.date-box .day {
    font-size: 40px;
    font-weight: 600;
    display: block;
    color: var(--typo);
}

.date-box .month {
    font-size: 20px;
    text-transform: uppercase;
    color: var(--typo);
    font-weight: 300;
}

.date-info-box {
    flex: 1;
}

.date-info-box .date {
    font-size: 17px;
    font-weight: 600;
    color: var(--typo);
}

.date-info-box .time {
    margin: 2px 0;
    color: var(--typo);
    font-weight: 500;
    font-size: 16px;
}

.date-info-box .details {
    margin: 2px 0;
    color: #555;
    font-size: 0.9rem;
}

.button-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 180px; /* Breite für größere Buttons */
}

.button-box .btn {
    border: none;
    padding: 10px 20px; /* Größere Buttons */
    color: #fff;
    font-size: 1rem;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 600;
    text-align: center;
    width: 100%; /* Vollbreite innerhalb der Box */
}

.button-box .btn.green {
    background-color: var(--gruen);
}

.button-box .btn.yellow {
    background-color: var(--yellow);
/*    cursor: not-allowed;*/
}

.button-box .btn.red {
    background-color: #e57373;
/*    cursor: not-allowed;*/
}

.button-box .hint {
    font-size: 0.8rem;
    color: #888;
    margin-top: 5px;
}

/* Breakpoint für mobile phones (bis 480px) */
@media (max-width: 480px) {
    .veranstaltung-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

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

    .button-box {
        align-items: stretch; /* Buttons volle Breite */
        min-width: unset; /* Keine feste Breite mehr */
    }

    .next-step {
        font-size: 12px;
    }

    .button-box .btn {
        width: 100%;
        text-align: center;
        /*padding: 10px 0;  Buttons auf Mobil kompakter */
    }
}







/* -- DATES END -- */

/* Lightbox Basis-Styling */
#lightbox {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
}

#lightbox-content {
    background: white;
    padding: 20px;
    border-radius: 8px;
    width: 80%; /* Flexibler und angemessener Platz für den Inhalt */
    height: 80%; /* Genügend Platz für die Anzeige */
    box-sizing: border-box;
    overflow: auto;
    margin: 20px;
}



/* -- 4 FEATURES ON TOP -- */

.straku-features-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 1100px;
    margin: 0 auto;
    margin-top: 70px;
    margin-bottom: 70px;
    padding: 0px;
    box-sizing: border-box;
}

.straku-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.straku-feature-icon img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.straku-feature-text h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    color: #000;
}

.straku-feature-text p {
    font-size: 16px;
    color: #555;
    margin: 5px 0 0;
}

@media (max-width: 1100px) {
    .straku-features-wrapper {
        padding: 20px;
    }
}


@media (max-width: 769px) {
    .straku-features-wrapper {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }
}


@media (max-width: 768px) {
    .straku-features-wrapper {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .straku-feature-icon img {
        width: 40px;
        height: 40px;
    }

    .straku-feature-text h3 {
        font-size: 16px;
    }

    .straku-feature-text p {
        font-size: 16px;
    }
}




/* -- COURSE LIST -- */

.straku-course-list {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0px;
    box-sizing: border-box;
}


.straku-course-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}

.straku-course-title {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    flex: 1;
    margin-right: 20px;
}

.straku-course-button {
    flex-shrink: 0;
}

.straku-course-button .btn,
.accordion-content .btn {
    display: inline-block;
    background-color: var(--blau);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    transition: background-color 0.3s ease;
}

.accordion-content .btn {
    text-transform: none;
    text-align: left;
    margin-bottom: 20px;
    transition: all 0.3s;
}

.straku-course-button .btn:hover,
.accordion-content .btn:hover {
    background-color: var(--blau);
    transform: scale(1.05);
}

/* Responsive Design */

@media (max-width: 768px) {
    .straku-course-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .straku-course-title {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .straku-course-button .btn {
        width: 100%;
        text-align: center;
    }
}





/* -- FILTER CSS -- */

.nw-filter-main-wrapper {
    display: block; /* Ändern von flex zu block, um Standard-Block-Layout zu nutzen */
    width: 100%;
    background: var(--nw-beige);
    box-sizing: border-box;
    overflow-x: hidden;
    text-align: center;
    margin-top: 0px;
}

.course-container {
    display: flex;
    justify-content: space-between;
    text-align: center;
    padding: 20px;
    background-color: var(--nw-beige);
    max-width: 1100px; /* Maximale Breite des Gesamtcontainers */
    margin: 0 auto; /* Zentrieren des Containers */
    flex-wrap: nowrap; /* Verhindert das Umfließen der Karten auf größeren Bildschirmen */
    gap: 20px;
}

.nw-filter-main-wrapper .course-container {
    background-color: transparent;!important;
}


.course-card.purple h3,
.course-card.purple p {
    color: #fff;
}



.course-card {
    background: white;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 10px;
    flex: 0 1 50%;
    min-width: 250px;
    display: flex; /* Aktiviert Flexbox */
    flex-direction: column; /* Stapelt die Kinder vertikal */
    position: relative; /* Ermöglicht absolute Positionierung von Kindern relativ zu diesem Block */
}

.course-card button {
    margin-top: auto; /* Schiebt den Button nach unten */
    margin-bottom: 20px; /* Abstand vom unteren Rand der Karte */
}


.course-card:hover {
    opacity: 1!important;
    transition: all 0.3s ease;
    cursor: pointer;
}

@media (max-width: 946px) {
    .course-container {
        flex-wrap: wrap; /* Erlaubt das Umfließen der Karten auf kleineren Bildschirmen */
    }

    .course-card {
        flex: 1 1 100%; /* Jede Karte nimmt 100% der Breite ein */
        margin: 10px 0; /* Vertikaler Abstand angepasst für gestapelte Anzeige */
    }
}

.course-card h3 {
    color: var(--typo);
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 22px;text-transform: uppercase;}

.course-card p {
    color: var(--typo);
    margin-bottom: 20px;
}

button,
.course-card button {
    background-color: #51A1D9;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s;
}

button:hover,
.course-card button:hover {
    background-color: #4091c2; /* Darker blue on hover */
        transform: scale(1.05);
}


.book_process_content_wrapper{
    background: var(--nw-grey);
    height: auto;
    border-radius: 20px;
    padding: 20px 40px;
    margin: 40px 0 20px 0;
}

span.book_info p {
    font-size: 16px!important;
    font-weight: 300!important;
    text-transform: none!important;
    margin: 0!important;
    padding: 10px 0!important;
}

.headline-wrapper {
    text-align: center; /* Zentriert den Inhalt */
    width: 100%; /* Nimmt die volle Breite ein */
    margin: 50px 0px 20px 0px; /* Abstand zum Kurscontainer */
}

.nw-filter-main-wrapper span p {
    color: var(--typo);
    margin: 0;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 200;
}

.nw-filter-main-wrapper a {
    line-height: 1!important;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
}

.egt-button.cyan.inactive,
.inactive {
    opacity: .5;
    cursor: not-allowed;
}

.egt-button.cyan.inactive a {
    cursor: not-allowed!important;
    pointer-events: none;
}

.nw-filter-main-wrapper .egt-button {
    transition: all 0.3s;
    position: relative;
    bottom: -20px;
}

.fade-out {
  transition: opacity 0.3s ease-out;
  opacity: 0;
  pointer-events: none; /* Prevent interaction during fade */
}

.confirm_sent span {
    display: block;
    margin-top: 20px;
}


.straku-filter-main-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    min-height: 400px;
    width: 100%;
    background: #6b388e;
    box-sizing: border-box;
    overflow-x: hidden;
}

.straku-filter-content-wrapper {
    width: 100%;
    max-width: 1100px;
    background: transparent;
    min-height: 400px;
    text-align: center;
}

.straku-filter-content-wrapper span p {
    color: #fff;
    margin: 0;
    padding-top: 115px;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 200;
}

.straku-filter-wrapper {
    display: grid;
    grid-template-columns: repeat(10, 88px);
    grid-gap: 24px;
    width: 100%;
    margin: 55px auto 80px auto;
    justify-content: center;
}

.straku-filter-item {
    width: 88px;
    height: 88px;
    border-radius: 10px;
    background: #fff;
    color: #3C3C3B;
    text-align: center;
    transition: all 0.3s ease;
}

.straku-filter-item:hover,
.straku-filter-item.active {
    cursor: pointer;
    background: #51a1d9;
    color: #fff;
}

.straku-filter-item img {
    width: 25px;
    height: auto;
    margin: 15px 0;
}

.straku-filter-item:hover img {
    filter: brightness(30);
    transition: all 0.3s ease;
}

.straku-filter-item.active img {
    filter: brightness(30);
}

.straku-filter-item p {
    margin: 0;
    padding: 0;
    position: relative;
    bottom: 10px;
    color: #3C3C3B;
    font-size: 9.5px;
    font-weight: 600;
    letter-spacing: -0.4px;
}

.straku-filter-item:hover p {
    color: #fff;
    transition: all 0.3s ease;
}

.straku-filter-item.active p {
    color: #fff;
    transition: all 0.3s ease;
}


/* -- QUERIES -- */

    @media (max-width: 1099px) {
        .straku-filter-wrapper {
            grid-gap: 16px;
        }

        .straku-content-inner {
            margin: 0 20px!important;
        }
    }

    @media (max-width: 1048px) {
        .straku-filter-wrapper {
            grid-gap: 12px;
        }
    }

    @media (max-width: 998px) {
        .straku-filter-wrapper {
            grid-template-columns: repeat(5, 88px);
            grid-gap: 24px;
        }
    }

    @media (max-width: 538px) {
        .straku-filter-wrapper {
            grid-template-columns: repeat(3, 88px);
        }
    }

    @media (max-width: 315px) {
        .straku-filter-main-wrapper {
            width: 100%;
            overflow-x: hidden;
        }
    }

/* -- QUERIES END -- */

/* -- FILTER CSS END -- */



/* -- STRAKU CONTENT CSS -- */

.straku-content-wrapper.switch {
    overflow: hidden;
}


button.openDetails {
    cursor: pointer;
}




.straku-content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 400px;
    width: 100%;
    background: transparent;
    box-sizing: border-box;
    overflow-x: hidden;
    margin: 0px 0 30px 0;
}

.straku-subtitel {
    height: 150px;
    width: 100%;
    max-width: 1100px;
    text-align: center;
    display: block;
    position: relative;
}

.straku-subtitel img {
    height: auto;
    position: absolute;
    left: 0;
    top: 30%;
    transition: all 0.3s ease;
}

.straku-subtitel img:hover {
    transform: scale(1.2);
    opacity: .7;
}

.straku-content-inner {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1100px;
}

.straku-content-left {
    width: 100%;
    max-width: 644px;
    background: transparent;
    color: #3C3C3B;
}

.straku-content-right {
    width: 100%;
    max-width: 416px;
    background: transparent;
    position: relative;
}

.straku-content-wrapper span p {
    color: #3C3C3B;
    margin: 0;
    padding-top: 50px;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 200;
}

/* Breakpoint für mobile phones (bis 480px) */
@media (max-width: 520px) {
    .straku-content-wrapper span p {
        padding-top: 56px;
        font-size: 1.4rem;
    }
}

/* Breakpoint für mobile phones (bis 480px) */
@media (max-width: 400px) {
    .straku-content-wrapper span p {
        padding-top: 56px;
        font-size: .8rem;
    }
}





.straku-infobox {

    border-radius: 10px;
    background: #784F97;
    padding: 40px 10px 20px 30px;
    color: #fff;
}

.straku-infobox p {
    margin: 0;
}

.straku-infobox dl {
    margin: 0;
    padding: 0;
}

.straku-infobox dt {
    font-weight: bold;
    margin-bottom: 4px;
}

.straku-infobox dd {
    margin: 0 0 16px 0;
    padding: 0;
}

.straku-infobox dd a {
    color: #fff;
}

.straku-infobox.nw dd a {
    color: var(--typo);
}

.straku-infobox dd a:hover {
    color: var(--blau);
}

.fee {
    background: var(--gruen);
    padding: 10px 10px 10px 10px;
    position: relative;
    left: -10px;
    border-radius: 5px;
    margin-bottom: 16px;
    color: #fff;
}

.straku-infobox .fee dd {
    margin: 0 0 0px 0;
    padding: 0;
}

.straku-kurstitel {
    text-align: left!important;
    font-size: 20px;
    font-weight: 600;
/*    text-transform: uppercase;*/
}

.straku-kursinhalte {
    text-align: left !important;
    font-size: 18px;
    font-weight: 400;
    margin-top: 40px;
}

.straku-kursinhalte ul {
    list-style: none; /* Entfernt Standard-Bullet-Points */
    padding: 0; /* Entfernt Einzug */
    margin: 0;
}


.straku-kursinhalte ul li {
    position: relative; /* Erforderlich für das Pseudo-Element */
    padding-left: 15px; /* Platz für den Bullet Point */
    line-height: 1.5; /* Vertikaler Abstand zwischen den Zeilen */
    padding-bottom: 10px;
    color: #757575;
    font-size: 16px;
}

.straku-kursinhalte b:first-child {
    line-height: 40px;
}

.straku-kursinhalte ul li:last-child {
    padding-bottom: 0px;
}

.straku-kursinhalte ul li::before {
    content: ''; /* Kreis hinzufügen */
    position: absolute; /* Position relativ zu <li> */
    top: 0; /* Startpunkt ist die erste Zeile */
    left: 0; /* Kein Abstand zum linken Rand */
    transform: translateY(calc((1.5em - 5px) / 2)); /* Zentriert den Punkt zur ersten Zeile */
    width: 5px; /* Größe des Bullet Points (Breite) */
    height: 5px; /* Größe des Bullet Points (Höhe) */
    border-radius: 50%; /* Rund */
    background-color: #3C3C3B; /* Bullet Point Farbe */
}

    /* -- STRAKU CONTENT CSS END -- */


    /* -- STRAKU ACCORDION -- */

.straku-accordion {
    width: 100%;
    max-width: 644px;
    margin: 40px 0 60px 0;
}

.straku-accordion-item {
    border-bottom: 1px solid #E0DBD9;
}

.straku-accordion-item:last-child {
    border-bottom: none;
}

.straku-accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 16px 0;
    color: #3C3C3B;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}

.straku-accordion-header.no-border {
    border-bottom: none;
}

.straku-accordion-icon {
    display: inline-block;
    font-size: 20px;
    transition: transform 0.3s ease;
    transform-origin: center center;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
}

.straku-accordion-content {
    max-height: 0;
    overflow: hidden;
    padding: 0;
    color: #3C3C3B;
    font-size: 16px;
    line-height: 1.5;
    transition: max-height 0.3s ease, padding 0.3s ease;

    overflow: hidden;
    transition: max-height 0.5s ease-in-out, padding 0.5s ease-in-out;
    max-height: 0;
}


.straku-accordion-item.active .straku-accordion-content {
    max-height: 200px;
    padding: 16px 0;
}

.straku-accordion-item.active .straku-accordion-icon {
    transform: rotate(180deg);
}



.accordion-content ul li {
    margin-bottom: 10px;
}

    /* -- STRAKU ACCORDION END -- */


    /* -- STRAKU ACCORDION DEEPLINK -- */

    .straku-ablauf-deeplink {
        margin-bottom: 20px;
    }

.straku-ablauf-deeplink .accordion-header {
    background-color: #f1f1f1;
    cursor: pointer;
    padding: 10px;
    display: flex;
    align-items: center;
    border-radius: 10px;
}

.straku-ablauf-deeplink .accordion-header:hover {
    background-color: #e1e1e1;
}

.straku-ablauf-deeplink .accordion-content {
    background-color: white;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px;
    display: none; /* Start with content hidden */
}

.info-icon, .chevron-icon {
    margin-right: 10px;
}

.chevron-icon {
    margin-left: auto; /* Move Chevron to the end */
    transition: transform 0.5s ease; /* Smooth transition for Chevron rotation */
}

.chevron-icon.open {
    transform: rotate(180deg); /* Rotate Chevron when open */
}




    /* -- STRAKU ACCORDION DEEPLINK END -- */


    /* -- STRAKU TERMINE -- */


.straku-termine-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, max-content));
    grid-gap: 14px;
    width: 100%;
    max-width: 644px;
    margin: 20px auto 20px auto;
    justify-content: start;
}

.straku-termine-item {
    width: auto;
    max-width: 150px;
    height: 150px;
    border-radius: 10px;
    background: #784F97;
    color: #3C3C3B;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    position: relative;
    margin-bottom: 10px;
}

.straku-termine-item.boxshadow-rot {
    -webkit-box-shadow: 0px 10px 0px 0px var(--rot);
    -moz-box-shadow: 0px 10px 0px 0px var(--rot);
    box-shadow: 0px 10px 0px 0px var(--rot);
}

.straku-termine-item.boxshadow-rot:hover {
    -webkit-box-shadow: 0px 15px 0px 0px var(--rot);
    -moz-box-shadow: 0px 15px 0px 0px var(--rot);
    box-shadow: 0px 15px 0px 0px var(--rot);
}

.straku-termine-item.boxshadow-gelb {
    -webkit-box-shadow: 0px 10px 0px 0px var(--gelb);
    -moz-box-shadow: 0px 10px 0px 0px var(--gelb);
    box-shadow: 0px 10px 0px 0px var(--gelb);
}

.straku-termine-item.boxshadow-gelb:hover {
    -webkit-box-shadow: 0px 15px 0px 0px var(--gelb);
    -moz-box-shadow: 0px 15px 0px 0px var(--gelb);
    box-shadow: 0px 15px 0px 0px var(--gelb);
}

.straku-termine-item.boxshadow-gruen {
    -webkit-box-shadow: 0px 10px 0px 0px var(--gruen);
    -moz-box-shadow: 0px 10px 0px 0px var(--gruen);
    box-shadow: 0px 10px 0px 0px var(--gruen);
}

.straku-termine-item.boxshadow-gruen:hover {
    -webkit-box-shadow: 0px 15px 0px 0px var(--gruen);
    -moz-box-shadow: 0px 15px 0px 0px var(--gruen);
    box-shadow: 0px 15px 0px 0px var(--gruen);
}

.straku-termine-item:hover {
    background: #51A1D9;
    cursor: pointer;
}

.straku-termine-item.nw:hover,
.straku-termine-item.nw.active {
    background: var(--blau)!important;
    cursor: pointer;
}

.straku-termine-item.active {
    background: #51A1D9;
}

.straku-termine-item.active::after {
    content: "\00D7";
    position: absolute;
    top: -9px;
    right: 5px;
    font-size: 40px;
    font-weight: 200;
    color: #fff;
    cursor: pointer;
}


.straku-filter-item img {
    width: 25px;
    height: auto;
    margin: 15px 0;
}

.straku-termine-item img {
    width: auto;
    height: 12px;
    margin-bottom: 0px;
}

.straku-termine-item.nw img {
    filter: brightness(0.4);
}

.straku-termine-item.nw.active img,
.straku-termine-item.nw:hover img {
    filter: brightness(30);
}

.straku-termine-item p {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.straku-termine-item > span {
    color: #fff;
    font-size: 15px;
    font-weight: 200;
    display: flex;
    align-items: center;
    gap: 8px;
    position: absolute;
    bottom: 20px;
}

.straku-termine-item.nw > span {
    color: var(--typo);
}

.straku-termine-item.nw.active > span,
.straku-termine-item.nw:hover > span {
    color: #fff!important;
}

.straku-termine-item dl {
    margin: 0;
    padding: 0;
    color: #fff;
}

.straku-termine-item.nw dl {
    margin: 0;
    padding: 0;
    color: var(--typo);
}

.straku-termine-item.nw.active dl,
.straku-termine-item.nw:hover dl {
    margin: 0;
    padding: 0;
    color: #fff!important;
}

.straku-termine-item dt {
    font-weight: bold;
    margin-bottom: 0px;
    font-size: 40px;
    line-height: 1;
}

.straku-termine-item dd {
    margin: 0 0 26px 0;
    padding: 0;
    font-size: 18px;
    font-weight: 200;
    text-transform: uppercase;
}

/* -- STRAKU TERMINE END -- */


/* -- STRAKU LEGENDE -- */

.straku-legende {
    margin: 0 0 20px 0;
}

.straku-legende-list {
    list-style: none; /* Entfernt Standard-Bullet-Points */
    padding: 0; /* Entfernt Einzug */
    margin: 0;
    display: flex; /* Elemente in einer Zeile */
    gap: 10px; /* Abstand zwischen den Items */
    align-items: flex-start; /* Elemente oben ausrichten */
}

.straku-legende-list li {
    position: relative; /* Erforderlich für das Pseudo-Element */
    padding-left: 20px; /* Platz für den Punkt schaffen */
    line-height: 1.5; /* Einheitliche Zeilenhöhe */
    text-align: left; /* Links ausrichten */
}

.straku-legende-list li::before {
    content: ''; /* Kreis hinzufügen */
    display: inline-block;
    width: 10px; /* Feste Breite des Bullet Points */
    height: 10px; /* Feste Höhe des Bullet Points */
    border-radius: 50%; /* Runde Form */
    position: absolute; /* Position relativ zum li */
    top: 0; /* Startpunkt oben */
    left: 0; /* Links bündig */
    transform: translateY(calc((1.5em - 10px) / 2)); /* Vertikal zentriert zur ersten Zeile */
    margin-right: 8px; /* Abstand zum Text */
}

.straku-legende-list li.rot::before {
    background-color: var(--rot);
}

.straku-legende-list li.gelb::before {
    background-color: var(--gelb);
}

.straku-legende-list li.gruen::before {
    background-color: var(--gruen);
}


/* --  BUTTON CSS GGF. SCHON VORHANDEN!!! -- */






                            .egt-button,
                            .egt-button button[type="button"]
                            .egt-button button[type="submit"] {
                                width: 100%;
                                height: 40px;
                                border-radius: 5px;
                                display: flex; /* Flexbox aktiviert */
                                align-items: center; /* Vertikale Zentrierung */
                                justify-content: center; /* Horizontale Zentrierung */
                                margin-top: 10px;
                                transition: all 0.3s ease-in-out;
                                background-color: #51A1D9;
                                text-align: center; /* Zusätzlicher Fallback */
                                padding: 0; /* Entfernt unerwünschte Innenabstände */
                                /*  margin-bottom: 40px;*/
                            }

                            .egt-button:hover {
                                transform: scale(1.02);
                                cursor: pointer;
                            }

                            .egt-button a {
                                font-family: Gotham, sans-serif;
                                font-weight: 500;
                                font-size: 14px;
                                text-transform: uppercase;
                                color: #ffffff;
                                text-decoration: none;
                                display: inline-block; /* Verhindert Vererbung von flexbox-Eigenschaften */
                                width: 100%; /* Breite des Buttons */
                                text-align: center; /* Garantiert Zentrierung */
                                line-height: 40px; /* Vertikales Zentrieren ohne flex */
                            }

                            .button, .egt-button {
                                text-align: center;
                                cursor: pointer;
                                position: relative;
                                display: inline-block;
                                -webkit-transition: ease-out 0.3s;
                                -moz-transition: ease-out 0.3s;
                                transition: ease-out 0.3s;

                            }

/* --  BUTTON CSS GGF. SCHON VORHABEN!!! -- */



@media (max-width: 1099px) {

    .straku-content-wrapper {
        padding: 0 20px !important;
    }

    .straku-infobox {
        max-width: none !important;
        width: calc(100% - 20px) !important;
/*        width: 100%!important;*/
        padding-right: 20px;
        box-sizing: border-box;
        margin-left: 20px;
    }

}



@media (max-width: 1048px) {

    .straku-infobox {
        max-width: none !important; /* Hebt die Einschränkung auf */
        width: calc(100% - 0px) !important; /* Volle Breite minus 20px links und rechts */
        margin: 0 auto; /* Zentriert den Inhalt */
        border-radius: 10px;
        background: #784F97;
        padding: 40px;
        color: #fff;
        box-sizing: border-box; /* Padding wird in die Breite eingerechnet */
    }

    .straku-content-inner {
        display: flex !important; /* Flexbox aktivieren */
        flex-direction: column !important; /* Elemente untereinander anordnen */
        align-items: flex-start !important; /* Links ausrichten */
        gap: 20px !important; /* Abstand zwischen den Elementen */
    }

    /* Volle Breite für linken Bereich (Button) */
    .straku-content-left {
        flex: 1 !important;
        max-width: 100% !important; /* Nimmt die volle Breite ein */
    }

    /* Volle Breite für rechten Bereich (Infobox) */
    .straku-content-right {
        flex: 1 !important;
        max-width: 100% !important; /* Nimmt die volle Breite ein */
    }

    /* Button korrekt positionieren */
    .egt-button {
        margin-top: 20px !important; /* Abstand oberhalb des Buttons */
        width: 100% !important; /* Volle Breite für den Button */
    }

    .straku-accordion {
        min-width: 100%;
    }
}

@media (max-width: 1048px) {
    .straku-termine-wrapper {
        display: grid; /* Grid-Layout aktivieren */
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        /* minmax(150px, 1fr): Items sind mindestens 150px breit, passen sich aber dynamisch an */
        grid-gap: 11px; /* Abstand zwischen den Items */
        width: 100%; /* Volle Breite */
        max-width: 100%; /* Keine Einschränkung */
        justify-content: center; /* Inhalte zentrieren */
    }

    .straku-termine-item {
        width: 100%; /* Füllt die Spalte vollständig */
        max-width: none; /* Hebt max-width-Einschränkung auf */
        height: 150px; /* Feste Höhe */
        display: flex; /* Inhalte innerhalb der Items zentrieren */
        align-items: center; /* Vertikale Zentrierung */
        justify-content: center; /* Horizontale Zentrierung */
        text-align: center; /* Text ausrichten */
    }

}


@media (max-width: 600px) {
    .straku-termine-wrapper {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
        /* Items sind mindestens 100px breit */
        grid-gap: 11px; /* Gleicher Abstand */
    }

    .straku-termine-item {
        height: 110px; /* Höhe bleibt konstant */
    }

    .straku-termine-item dt {
        font-size: 30px;
        line-height: 0.8;
    }

    .straku-termine-item dd {
        font-size: 14px;
        font-weight: 200;
    }

        .straku-termine-item.active::after {
        top: 0px;
        right: 5px;
        font-size: 20px;
    }
}

.bgoverlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(10,10,10,0.5);
    z-index: 9999999999999999999;
    display:none;
}

.bgoverlay__inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.bgoverlay__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.bgspinner {
    width: 75px;
    height: 75px;
    display: inline-block;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.05);
    border-top-color: #fff;
    animation: spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
