/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}


/* change colours to suit your needs */

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}


/* change colours to suit your needs */

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* change border colour to suit your needs */

hr {
    display: block;
    height: 1px;
    border: 0;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}







/* FONTS */

/* courgette-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Courgette';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/courgette/courgette-v17-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}












:root {
    --color-dom-100: #fff;
    --color-dom-200: #e8e8e8;
    --color-dom-400: #ccc;
    --color-dom-600: #8c8c8c;
    --color-dom-900: #111;

    --color-accent-900: rgb(35, 34, 72);
    --color-accent-700: #302F60;

    --color-compliment-900: #EEBD1E; 
}

html {
    scroll-behavior: smooth;
}

html:has(.mobile-links.active) {
    overflow: hidden;
}

body {
    background-color: var(--color-dom-100);
}

h1 {
    font-size: 60px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 500;
    color: var(--color-accent-900);
    z-index: 10;
    margin-top: 0 !important;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 20px;
}

h2 {
    font-size: 25px;
    color: var(--color-accent-900);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    line-height: 1.15;
}

p {
    font-weight: 300;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 21px;
    line-height: 1.2;
}

li {
    font-size: 21px;
    color: var(--color-dom-900);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 300;
    line-height: 1.2;
    margin: 0 0 0 4rem;
}

li.anmeldung a{
    color: var(--color-compliment-900) !important;
    cursor: pointer;
}

button {
    padding: .5rem 1.75rem;
    font-size: 25px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    border: var(--color-compliment-900) solid 2px;
    background-color: var(--color-dom-100);
    border-radius: 10px;
    cursor: pointer;
}

a {
    font-size: 21px;
    color: var(--color-compliment-900);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-decoration: none;
}

a[href="https://www.schillerplan.de/anmeldung/2024/"] {
    font-size: 25px;
    font-weight: 500;
}

@media (max-width: 35em) {
    p {
        font-weight: 300;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 18px;
        line-height: 1.2;
    }

    li {
        font-size: 18px;
    }

    a {
        font-size: 18px;
    }
}

hr {
    border: 1px solid var(--color-dom-100);
}

.hidden {
    display: none;
    visibility: hidden;
    width: 0;
    height: 0;
    user-select: none;
    pointer-events: none;
}

.title {
    position: relative;
    margin-block: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.title h2 {
    font-size: 60px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 500;
    color: var(--color-accent-900);
    z-index: 10;
    margin-top: 0 !important;
}

.title h4 {
    font-size: 140px;
    font-family: 'Courgette', cursive;
    font-weight: 500;
    color: var(--color-compliment-900);
    opacity: .35;
    position: absolute;
    z-index: -1;
}

.contents {
    margin: 2rem 10rem;
    overflow: auto;
}

.contents .content {
    margin-bottom: 8rem;
}

.contents img {
    width: 30%;
    display: inline-block;
    margin-right: 1rem;
    margin-top: 1rem;
}

.contents .download-button {
    background-color: #272727;
    padding: 1rem 2rem;
    margin: 1rem auto;
    border-radius: 10px;
}

.contents center:has(.download-button) {
    margin-top: 3rem;
}

.page-content p {
    margin-top: 10px;
}

.page-content ul {
    margin-top: 1rem;
}

.page-content h2 {
    margin-top: 3rem;
}

.page-content h3 {
    font-weight: 300;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 21px;
    line-height: 1.2;
    margin-top: 1.5rem;
}

.datenschutz h3 {
    color: var(--color-accent-700);
}

.page-content a {
    line-break: loose;
    word-break: break-all;
    user-select: auto;
    pointer-events: auto;
}

.page-content small a {
    font-size: 14px !important;
    color: var(--color-accent-900);
}

.tooltip {
    position: relative;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: white;
    border: 1px solid #111;
    color: #111;
    text-align: center;
    padding: 4px 0;

    position: absolute;
    z-index: 1000;
    bottom: 0;
    right: 120%;
    margin-left: -60px;

    opacity: 0;
    transition: opacity .3s;

    font-family: Helvetica, sans-serif;
    font-size: 14px;
    
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
.gallary {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
}

.component {
    margin-block: 2rem;
}

.gallary img {
    width: 300px;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.gallery-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.gallery-wrapper img {
    margin: 0;
    width: 40% !important;
}

.slide-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.slide-wrapper img {
    width: 40% !important;
    margin: 0;
}

.fachschaft-gallery {
    width: calc((3*1rem) + (4*145px));
}

.fachschaft-gallery img {
    aspect-ratio: 35/45;
    width: 145px;
    user-select: none;
    pointer-events: none;
    margin-right: 0;
}

blockquote {
    background-color: var(--color-dom-200);
    padding: 1rem;
}

blockquote .author p {
    opacity: .6;
    font-size: 16px;
    margin-top: .5rem;
}

.youtube {
    width: 80%;
    aspect-ratio: 16/9;
}

.video {
    width: 80%;
    aspect-ratio: 16/9;
}

.embet {
    width: 80%;
    aspect-ratio: 16/9;
}

.person {
    width: fit-content;
    display: inline-block;
    margin-right: 2rem;
    margin-top: 2rem;
}

.person div:not(.description) {
    display: flex;
    align-items: flex-end;
    gap: .5rem;
    width: 500px;
}

.person img {
    width: 200px;
    aspect-ratio: 35/45;
    object-fit: cover;
}

.person .description {
    margin-top: 10px;
}

.person .description p {
    font-size: 18px;
    text-align: left;
    margin: 0;
}

.person .description p b {
    color: var(--color-accent-900);
}

table {
    border-collapse: collapse;
    background-color: var(--color-dom-400);
}

th,
td {
    padding: 1rem;
    font-family: Helvetica, sans-serif;
}

th {
    background-color: hsl(0 0% 0% / 0.5);
}

tr:nth-of-type(2n) {
    background-color: hsl(0 0% 0% / 0.1);
}

@media (max-width: 35em) {
    .contents {
        margin: 2rem 2rem;
    }

    .contents .content {
        margin-bottom: 8rem;
    }

    .title h2 {
        font-size: 35px;
        text-align: center;
        line-height: 1;
    }

    .title h4 {
        font-size: 14vw;
        width: 80vw;
    }

    .contents img {
        width: 100% !important;
    }

    .youtube {
        width: 100%;
        aspect-ratio: 16/9;
    }

    .video {
        width: 100%;
        aspect-ratio: 16/9;
    }
    
    .embet {
        width: 100%;
        aspect-ratio: 16/9;
    }

    .gallary {
        width: auto;
    }

    .person div:not(.description) {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: .5rem;
        width: auto;
    }

    .person .description p {
        font-size: 18px;
        text-align: left;
        margin: 0;
    }

    .person img {
        width: 200px !important;
        aspect-ratio: 35/45;
        object-fit: cover;
    }

    .fachschaft-gallery img {
        aspect-ratio: 35/45;
        width: 145px;
        user-select: none;
        pointer-events: none;
        margin-right: 0;
    }

    .slide-wrapper img {
        width: 100% !important;
    }
}



.mobile-nav {
    display: none;
}

header {
    position: fixed;
    width: 100%;
    z-index: 100;
    transition: 500ms ease-in all;
    -webkit-transition: 500ms ease-in all;
}

header.ontop {
    background-color: var(--color-dom-100) !important;
    box-shadow: #00000038 0 5px 12px;
}

header.ontop nav ul button{
    color: var(--color-accent-900);
}

header.ontop .desktop-nav ul svg {
    width: 65px;
}

header.ontop .cls-1 {
    fill: var(--color-accent-900);
}

header .desktop-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 100px;
    margin-inline: 8vw;
}

header.ontop .desktop-nav {
    height: 75px;
}

header .desktop-nav ul {
    display: flex;
    gap: 5vw;
    position: relative;
}

header nav ul button {
    background-color: transparent;
    color: var(--color-dom-100);
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    font-size: 21px;
    transition: 500ms ease-in all;
    -webkit-transition: 500ms ease-in all;
}

header .desktop-nav ul.icons {
    gap: 1rem;
    align-items: center;
}

header .desktop-nav ul svg {
    width: 75px;
    transition: 500ms ease-in all;
    -webkit-transition: 500ms ease-in all;
}

header .desktop-nav ul .cls-1 {
    transition: 500ms ease-in all;
    -webkit-transition: 500ms ease-in all;
}

header .desktop-nav ul li {
    color: var(--color-dom-100);
    margin: 0;
}

header .desktop-nav ul a {
    color: var(--color-dom-900);
    opacity: .8;
}

header .desktop-nav ul a:hover {
    opacity: 1;
}

header .desktop-nav ul.icons a {
    opacity: 1;
}

header .desktop-nav ul .dropdown {
    position: relative;
}

header .desktop-nav ul .dropdown-menu {
    position: absolute;
    left: 0;
    top: calc(100% + .25rem);
    background-color: var(--color-dom-100);
    padding: 1rem;
    border-radius: 1rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 10%);
    opacity: 0;
    transform: translateY(-10px);
    transition: 150ms opacity ease-in-out, transform 150ms ease-in-out, top 500ms ease-in-out;
    pointer-events: none;
    width: max-content;
    -webkit-transition: 150ms opacity ease-in-out, transform 150ms ease-in-out, top 500ms ease-in-out;
}

header.ontop .desktop-nav ul .dropdown-menu {
    top: calc(100% + 2rem);
}

header .desktop-nav ul .information-grid {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    gap: 4rem;
}

header .desktop-nav ul .dropdown-menu .dropdown-links {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    margin-top: 0;
}

header nav ul .information-grid .dropdown-heading {
    color: var(--color-accent-700);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 500;
}

header .desktop-nav ul .dropdown.active > .link + .dropdown-menu {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

header .desktop-nav ul .dropdown.right .dropdown-menu {
    right: 0;
    left: auto;
}

header .faecher {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
}

/* Phone */
@media (max-width: 35em) {
    .desktop-nav {
        display: none !important;
    }

    .mobile-nav {
        display: block;
    }

    header.ontop {
        background-color: transparent !important;
        box-shadow: none;
    }

    header.ontop .mobile-nav .mb-header-elements{
        background-color: var(--color-dom-100);
        box-shadow: #00000038 0 5px 12px;
    }

    header .mobile-nav .mb-header-elements {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 75px;
        padding: 0 1rem;

        transition: all ease 500ms;
    }

    header .mobile-nav .mb-header-elements .icons {
        display: flex;
        align-items: center;
        gap: .5rem;
    }

    header .mobile-nav .mb-header-elements .icons svg {
        height: 50px;
    }

    header .mobile-nav .toggle-button {
        color: var(--color-dom-100);
        background-color: transparent;
        border: none;
        padding: 0;
    }

    header .mobile-nav .toggle-button i {
        font-size: 45px;
        transition: all ease 500ms;
    }    

    header.ontop .mobile-nav .toggle-button i {
        color: var(--color-accent-700);
    }

    header nav ul button {
        transition: none;
        -webkit-transition: none;
    }

    .mobile-links {
        display: none;
        flex-direction: column;
        background-color: var(--color-dom-100);
        box-shadow: #00000038 0 12px 12px;
        height: 65vh;
        overflow-y: scroll;
        padding: 1rem;
        opacity: 0;
        transform: translateY(-10%);
        transition: 150ms opacity ease-in-out, transform 150ms ease-in-out;
        transition-delay: 150ms;
        pointer-events: none;
        user-select: none;
    }

    .mobile-links.active {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
        user-select: auto;
        display: flex;
    }

    .mobile-links button {
        color: var(--color-dom-900);
        width: 100%;
    }

    header .mobile-nav ul .dropdown-menu {
        display: none;
        transition: 150ms opacity ease-in-out, transform 150ms ease-in-out;
        pointer-events: none;
        top: 0;
        margin-top: 1.5rem;
    }

    header .mobile-nav ul .dropdown-menu .dropdown-links {
        display: flex;
        flex-direction: column;
        gap: .75rem;
        text-align: center;
        z-index: 10000;
        position: relative;
    }

    header .mobile-nav ul .dropdown-menu .dropdown-links a {
        color: var(--color-dom-900);
        z-index: 10000;
        pointer-events: auto;
        line-height: 1.3;
    }

    header .mobile-nav ul .dropdown.active > .link + .dropdown-menu {
        display: block;
    }

    header .mobile-nav ul .dropdown.active > .link {
        background-color: var(--color-accent-700);
        padding: .5rem;
        color: var(--color-dom-100);
        font-weight: 500;
        position: relative;
    }

    header .mobile-nav ul .dropdown > .link .chevron {
        display: none;
    }

    header .mobile-nav ul .dropdown.active > .link .chevron {
        display: block;
        position: absolute;
        font-size: 28px;
    }

    header .mobile-nav .mobile-links:has(.dropdown.active) .dropdown {
        display: none;
    }

    header .mobile-nav .mobile-links .dropdown.active {
        display: block !important;
    }

    header .mobile-nav .mobile-links:has(.dropdown.active) {
        padding: 0;
        border-radius: 0;
        padding-bottom: 1rem;
    }

    header nav ul .information-grid .dropdown-heading {
        text-align: center;
    }

    header nav .information-grid {
        display: none;
        flex-direction: column;
        gap: 1.5rem;
    }

    header .mobile-nav ul .dropdown.active > .link + .information-grid {
        display: flex;
    }

    header .faecher {
        display: flex !important;
        flex-direction: column;
    }

}

/* iPad */
@media (max-width: 1180px) {
    header .mobile-nav ul {
        margin-inline: 2rem !important;
        gap: 4rem !important;
    }
    
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;

    padding: 4rem 8rem;
    display: block;
}

.cookie-banner.disabled {
    display: none;
}

.cookie-banner .cookie-inside {
    background-color: var(--color-accent-900);
    padding: .75rem 1.5rem;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 25rem;
    border-radius: 1rem;

    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.cookie-banner .cookie-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;

    gap: .5rem;
}


.cookie-banner .cookie-buttons button {
    height: 2rem;
    width: max-content;
    background: var(--color-dom-100);
    color: var(--color-dom-900);
    border-radius: 10rem;
    border: solid 2px var(--color-compliment-900);
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.cookie-banner .cookie-buttons .cookie-accept:hover {
    cursor: pointer;
    background-color: var(--color-dom-200);
}

.cookie-banner .cookie-buttons .cookie-close {
    background: transparent;
    font-size: 25px;
    transition: 100ms ease-in-out all;
    color: var(--color-dom-100);
    border: none;
}

.cookie-banner .cookie-buttons .cookie-close:hover {
    background: var(--color-dom-100);
    color: var(--color-dom-900);
    cursor: pointer;
}

.cookie-banner .cookie-text p {
    font-size: 16px;
    color: var(--color-dom-100);
}

.cookie-banner .cookie-text a {
    color: var(--color-compliment-900);
    text-decoration: underline;
    font-size: 16px;
}

@media (max-width: 35em) {
    .cookie-banner {
        padding: 3rem .35rem;
    }

    .cookie-banner .cookie-inside {
        flex-direction: column;
        gap: 2rem;
    }
}







.hero-center {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.hero-center h2 {
    color: var(--color-dom-100);
}

.hero-center .background {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(60%);
    transition: opacity .6s ease-in;
}

.hero-center .upper-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transform: translateY(-7px);
}

.hero-center .upper-title img {
    height: 25px;
}

.hero-center .upper-title .decoration-r {
    transform: scaleX(-1);
}

.hero-center .main-title {
    position: relative;
}

.hero-center .main-title .balloonHolder1 {
    position: absolute;
    top: -200px;
    left: -100px;
    scale: .8;
}

.hero-center .main-title .balloonHolder2 {
    position: absolute;
    top: -200px;
    right: -60px;
    scale: .8;
}

.hero-center .main-title h1 {
    text-transform: uppercase;
    line-height: 1;
    user-select: none;
    font-size: 8vw;
    text-align: center;
    color: var(--color-dom-100);
    font-family: Helvetica;
    line-height: 1.1;
    font-weight: 600;
    padding-top: 0;
    padding-bottom: 0;
}

.hero-center .lower-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transform: translateY(-6px);
}

.hero-center .lower-title hr {
    width: 64px;
    height: 0;
}

.hero-special-img {
    position: absolute;
    top: 17%;
    left: 10%;
    width: 250px;
    transform: rotateZ(-20deg);
}

.lower-hero {
    position: absolute;
    width: 100%;
    transform: translateY(-40px);
    background-color: var(--color-accent-900);
}

.lower-hero ul {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-inline: 8vw;
    height: 40px;
    list-style: none;
    transform: translateY(0);
    transition: all ease 500ms;
}

.lower-hero li {
    font-weight: normal;
    margin-left: 0;
}

@media (max-width: 35em) {
    .hero-special-img {
        position: absolute;
        top: 27%;
        bottom: auto;
        right: 10%;
        left: auto;
        width: 100px;
        transform: rotateZ(-20deg);
    }
    
    .lower-hero ul {
        margin-inline: 1rem;
    }

    .hero-center h2 {
        font-size: 16px;
    }

    .hero-center .lower-title {
        transform: translateY(1px) !important;
    }

    .hero-center .lower-title hr {
        width: 28px;
        margin: 0;
        transform: translateY(1px) !important;
    }

    .hero-center .upper-title img {
        height: 16px;
    }
    
    .hero-center .main-title .balloonHolder1 {
        scale: .4;
    }
    
    .hero-center .main-title .balloonHolder2 {
        scale: .4;
    }
}


.lower-hero.ontop {
    position: fixed !important;
    width: auto;
    transform: translateY(0);
    background-color: transparent;
    bottom: 2rem;
    right: 2rem;
    z-index: 100;
    animation: both lowerhero_ontop 500ms ease;
}



.lower-hero .buttons {
    opacity: 0;
    user-select: none;
    pointer-events: none;
    position: absolute;
    transform: translateY(-40px);
    transition: all ease 500ms;
}

.lower-hero.ontop ul {
    opacity: 0;
    position: absolute;
    user-select: none;
    pointer-events: none;
    transform: translateY(40px);
}

.lower-hero.ontop .buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    user-select: auto;
    pointer-events: auto;
    position: relative;
    opacity: 1;
    transform: translateY(0);
}

.lower-hero li a {
    color: var(--color-dom-100);
}

.lower-hero.ontop .buttons i {
    font-size: 28px;
    background-color: var(--color-accent-700);
    padding: .4rem;
    border-radius: .5rem;
    color: var(--color-dom-100);
}

.lower-hero.ontop .buttons .anmeldung i {
    color: var(--color-compliment-900);
}

.teaser {
    position: absolute;
    top: calc(50% - 40vh);
    left: calc(50% - 40vh * (9/16));
    z-index: 1000;
    display: none;
}

.teaser video {
    height: 80vh;
    width: calc(80vh * (9/16));
}

@media (max-width: 35em) {
    .lower-hero.ontop {
        right: 1rem;
        bottom: 1rem;
    }

    .lower-hero li {
        line-height: 0;
        margin-bottom: .2rem;
        margin-left: 0;
    }

    .lower-hero li a {
        font-size: 14px;
        line-height: 0;
        color: var(--color-dom-100);
    }
    
    .hero-center .lower-title {
        transform: translateY(-4px);
    }
}










.aktuelles-termine {
    margin-block: 10rem;
}

.aktuelles-termine .aktuelles {
    padding-bottom: 300px;
    position: relative;
    padding-top: 600px;
}

.aktuelles-termine .termine {
    padding-top: 0;
    padding-bottom: 600px;
    padding-top: 300px;
    position: relative;
}

.aktuelles-termine .aktuelles::before,
.aktuelles-termine .termine::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 300px;
    background: var(--color-dom-100);
    -webkit-mask: url(img/masks/aktuelles.svg) no-repeat;
    mask: url(img/masks/aktuelles.svg) no-repeat;
}

.aktuelles-termine .aktuelles::before {
    top: 0;
}

.aktuelles-termine .termine::after {
    bottom: 0;
    transform: rotate(.5turn);
}

.aktuelles-termine .aktuelles {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.aktuelles-termine h2 {
    font-size: 60px;
    color: var(--color-compliment-900);
    position: relative;
}

.aktuelles-termine h2::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 30%;
    right: 30%; /* Adjust the right value to control the length */
    border-bottom: 5px solid var(--color-compliment-900); /* Change the values as needed */
}

.aktuelles-termine .aktuelles .snippet {
    min-width: 330px !important;
}

.aktuelles-termine .aktuelles .snippet .snippet_title {
    font-size: 30px;
    color:var(--color-compliment-900);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    margin-top: .75rem;
}

.aktuelles-termine .aktuelles .snippet .snippet_description {
    font-size: 18px;
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 200;
    margin-top: .5rem;
}

.aktuelles-termine .aktuelles .snippet .snippet_image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
}

.aktuelles-termine .scroll-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5rem;
}

.aktuelles-termine .scroll-group i {
    font-size: 50px;
    color: white;
    opacity: .8;
    cursor: pointer;
}

.aktuelles-termine .scroll {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    gap: 2rem;
    width: calc(990px + 4rem);
    overflow-x: hidden;
    overflow-y: hidden;
    margin-top: 3rem;
    scroll-behavior: smooth;
}

.aktuelles-termine .termine {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.aktuelles-termine .termine .scroll{
    gap: 2rem;
    scroll-behavior: smooth;
}

.aktuelles-termine .termine .termin {
    min-width: 170px;
    color: white;
}

.aktuelles-termine .termine .termin .date {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.aktuelles-termine .termine .termin .date p {
    font-size: 21px;
    font-weight: 500;
}

.aktuelles-termine .termine .termin .date .day {
    font-size: 45px;
    line-height: .8;
}

.aktuelles-termine .termine .termin h3 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    font-size: 21px;
    text-align: center;
    color: var(--color-compliment-900);
    margin-top: .5rem;
    word-wrap: break-word;
    hyphens: auto;
}

@media (max-width: 74em),
       (min-width: 35.999em) {
    .aktuelles-termine .scroll-group {
        gap: 0;
    }

    .aktuelles-termine .scroll-group i {
        font-size: 40px;
    }

    .aktuelles-termine .aktuelles .snippet {
        min-width: 300px !important;
    }

    .aktuelles-termine .termine .termin {
        min-width: 300px !important;
    }

    .aktuelles-termine .scroll {
        width: calc(900px + 4rem);
    }
}

@media (max-width: 35em) {
    .aktuelles-termine {
        overflow-x: hidden;
    }
    
    .aktuelles-termine .scroll {
        width: 310px;
    }

    .aktuelles-termine .aktuelles .snippet {
        min-width: 310px !important;
    }

    .aktuelles-termine .scroll-group {
        gap: 0;
    }

    .aktuelles-termine .aktuelles::before,
    .aktuelles-termine .termine::after {
        height: 100px;
    }

    .aktuelles-termine .scroll {
        scroll-snap-type: x mandatory;
        
    }

    .aktuelles-termine .scroll {
        overflow-x: scroll;
    }

    .aktuelles-termine .scroll .scroll-item {
        scroll-snap-align: center;
    }

    .aktuelles-termine .termine .scroll .termin:first-child {
        padding-left: calc(50% - 85px);
    }

    .aktuelles-termine .termine .scroll .termin:last-child {
        padding-right: calc(50% - 85px);
    }

    .aktuelles-termine .scroll-group i {
        display: block;
        pointer-events: none;
    }
}

.aktuelles-page {
    display: flex;
    flex-direction: column;
    align-items: center;

    margin: 5rem;
}

.aktuelles-page .sidebar {
    width: 30%;
    border-right: 1px solid var(--color-dom-600);
    margin-right: 5rem;
}

.aktuelles-page .sidebar h3 {
    color: var(--color-accent-900);
    font-size: 30px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 500;
}

.aktuelles-page .sidebar a {
    font-size: 21px;
    color: var(--color-dom-600);
}

.aktuelles-page .sidebar ul {
    margin-left: 2rem;
}

.aktuelles-page .sidebar li {
    margin-block: 1rem;
    margin-left: 0;
}

.aktuelles-page .posts {
    
}

.aktuelles-page .archive {
    border-top: 1px var(--color-dom-600) solid;
    padding-top: 2rem;
    margin-top: 2rem;
}

.aktuelles-page .archive h2 {
    font-size: 45px;
    text-decoration: underline;
    margin-bottom: 1rem;
}

.aktuelles-page .archive button {
    border: 0;
    padding: 0;
    border-bottom: 2px var(--color-compliment-900) solid;
    border-radius: 0;
    margin-inline: 1rem;
}

.posts {
    height: 80vh;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.posts .snippet {
    display: flex;
    align-items: flex-end;
    margin-block: 5rem;
}

.posts .snippet:first-child {
    margin-top: 0;
    margin-bottom: 5rem;
}

.posts .snippet:last-child {
    margin-top: 5rem;
    margin-bottom: 0;
}

.posts .snippet img {
    width: 460px;
    aspect-ratio: 16/9;
    padding-right: 2rem;
    border-right: 1px solid var(--color-dom-600);
    margin-right: 2rem;
    object-fit: cover;
}

.posts .snippet .snippet__content {
    width: 570px;
}

.posts .snippet .snippet__title {
    color: var(--color-accent-700);
    font-weight: 700;
}

.posts .snippet .snippet__info {
    font-size: 16px;
    opacity: .6;
    margin-bottom: 1rem;
}

.posts .snippet .snippet__description {
    font-size: 16px;
}

.post-nav {
    display: flex;
    gap: 2rem;
    justify-content: flex-start;

    width: 1108.52px;
    margin-bottom: 2rem;
}

@media (max-width: 35em) {
    .post-nav {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        justify-content: flex-start;
    
        width: 100%;
        margin-bottom: 2rem;
    } 
}



.post-nav button {
    background-color: var(--color-dom-200);
    border: none;
    width: 6em;
    border-radius: 10px;
}


.archive-page .posts .post-nav .dropdown {
    position: relative;
}

.archive-page .posts .post-nav .dropdown-menu {
    position: absolute;
    left: 0;
    top: auto;
    background-color: var(--color-dom-200);
    padding: .5rem 1.7rem;
    border-radius: 0 0 10px 10px;
    opacity: 0;
    transform: translateY(-10px);
    transition: 150ms opacity ease-in-out, transform 150ms ease-in-out, top 500ms ease-in-out;
    pointer-events: none;
    -webkit-transition: 150ms opacity ease-in-out, transform 150ms ease-in-out, top 500ms ease-in-out;
    width: 6em;
    text-align: center;
}

.archive-page .posts .post-nav .dropdown-menu .dropdown-links {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    margin-top: 0;
}

.archive-page .posts .post-nav .dropdown-menu .dropdown-links a {
    color: var(--color-dom-900);
}

.archive-page .posts .post-nav .dropdown.active > .link {
    border-radius: 10px 10px 0 0;
}

.archive-page .posts .post-nav .dropdown.active > .link + .dropdown-menu {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.archive-page .posts .post-nav .dropdown.right .dropdown-menu {
    right: 0;
    left: auto;
}

@media (max-width: 35em) {
    .aktuelles-page {
        display: flex;
        flex-direction: column;
    
        margin: 5rem 2rem;
    }

    .aktuelles-page .sidebar {
        width: 100%;
        border-bottom: 1px solid var(--color-dom-600);
        border-right: 0;
        margin-bottom: 2.5rem;
        padding-bottom: 2.5rem;
        margin-right: 0;
    }

    .posts .snippet {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-block: 5rem;
    }

    .posts .snippet img {
        width: 100%;
        aspect-ratio: 1/1;
        object-fit: cover;

        padding-bottom: 2rem;
        padding-right: 0;
        border-bottom: 1px solid var(--color-dom-600);
        border-right: 0;
        margin-bottom: 2rem;
        margin-right: 0;
    }

    .posts .snippet .snippet__content {
        width: auto;
    }
}


.post {
    position: relative;
}

.post .image-container {
    display: inline-block;
}

.post__hero {
    background-color: var(--color-accent-900);
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-block: 10rem;
    padding-top: calc(10rem + 50px);
}

.post__hero h1 {
    color: var(--color-dom-100);
    padding: 0;
}

.post__header {
    display: flex;
    width: auto;
    align-items: center;
    justify-content: space-between;
    z-index: 10;
    gap: 2rem;
    background-color: var(--color-dom-200);
    padding: 1rem 3rem;
    margin-bottom: 4rem;
}

.post__header img {
    width: 60%;
    aspect-ratio: 5/4;
    object-fit: cover;
}

.post_contents {
    overflow: visible;
}

.post__header p {
    text-align: left;
    display: flex;
    align-items: center;
    gap: .5rem;
}
.post__recomendations {
    width: 60%;
    margin-top: 4rem;
}

.post__recomendations p, .post__recomendations h2 {
    text-align: left;
    
}

.post__recomendations p {
    color: var(--color-dom-900);
    font-size: 18px;
}

.post__recomendations img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    margin: 0;
}

.post__rec_wrapper {
    display: flex;
    gap: 2rem;
    margin-block: 2rem;
}

.post__rec {
    border-radius: .5rem;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 30px 11px rgba(48, 47, 96, 0.099); 
    box-shadow: 0px 0px 30px 11px rgba(48,47,96,0.099);
    width: 100%;
}

.post__rec .snippet__title {
    height: calc(18px * 2 + 3.6px);
    overflow: hidden;
}

.post__rec .snippet__content {
    padding: .5rem;
}

.post__rec .snippet__info {
    color: var(--color-accent-700);
    font-weight: 600;
    margin-top: .25rem;
    margin-bottom: 1rem;
}

.post__rec_link {
    text-align: center;
    font-size: 18px;
    color: var(--color-dom-900);
    opacity: .7;
    text-decoration: underline;
}

@media (max-width: 35em) {
    .post__recomendations {
        width: 100%;
    }

    .post__rec_wrapper {
        flex-direction: column;
    }

    .post__hero h1 {
        color: var(--color-dom-100);
        font-size: 40px;
    }
    
    .post__header {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 1rem 1rem;
    }
    
    .post__header img {
        width: 100%;
        aspect-ratio: 5/4;
        object-fit: cover;
        z-index: 10;
    }
    
    .post_contents {
        overflow: visible;
    }
    
    .post__header p {
        text-align: left;
    }
}



.teachers {
    text-align: center;
}

.content.blog img {
    width: 400px;
    height: 400px;
    object-fit: cover;
    margin-inline: 1rem;
    margin-block: 2rem;
    transform: translateX(7vw);
}

.content.blog p {
    margin-block: 1rem;
}

@media (max-width: 35em) {
    .content.blog img {
        width: 100%;
        height: auto;
        aspect-ratio: 1/1;
        transform: translateX(0);
        margin-inline: 0;
    }
}

.termin-page {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 5em;
}

.calendar {
    width: 60%;
    aspect-ratio: 16/9;
}

@media (max-width: 35em) {
    .calendar {
        width: 90%;
        aspect-ratio: 3/5;
    }
}


.contact {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    justify-content: center;

    margin-top: 5rem;
}

.contact .contact-form .input-holder {
    display: flex;
    justify-content: space-between;
    gap: .5rem;
}

.contact .contact-form input {
    border: none;
    border-bottom: var(--color-compliment-900) 3px solid;
    width: 47%;
    outline: none;
    font-size: 21px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: var(--color-dom-900);
    border-radius: 0;
}

.contact .contact-form select {
    border: white 1px solid;
    border-bottom: var(--color-compliment-900) 3px solid;
    width: 47%;
    outline: none;
    font-size: 21px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: var(--color-dom-900);
}

.contact .contact-form textarea {
    width: 100%;
    border: none;
    border-bottom: var(--color-compliment-900) 3px solid;
    resize: none;
    height: 15rem;
    outline: none;
    font-size: 21px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: var(--color-dom-900);
    border-radius: 0;
}

.contact .contact-form button {
    width: fit-content;
    border: var(--color-accent-900) 3px solid;
    text-align: center;
    transition: all ease-in-out 200ms;
    color: var(--color-accent-900);
    font-weight: 500 !important;
}

.contact .contact-form button:hover {
    background-color: var(--color-accent-700);
    color: var(--color-dom-100);
}

.contact .contact-form{
    width: 40vw;
    padding-right: 4rem;
}

.contact .contact-form form {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.contact .contact-info {
    display: flex;
    flex-direction: column;
    gap: 1rem;

    padding-left: 4rem;
    border-left: 1px solid var(--color-dom-400);
    margin-bottom: calc(1rem + 6px + 2rem + 2rem);
}

.contact .contact-info p {
    color: var(--color-dom-600);
}

@media (max-width: 35em) {
    .contact {
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
    }

    .contact .contact-form {
        width: 100%;
        padding-right: 0;
        padding-bottom: 2rem;
    }

    .contact .contact-form button {
        width: max-content;
    }

    .contact .contact-info {
        border: none;
        border-top: 1px solid var(--color-dom-400);
        padding-left: 0;
        padding-top: 2rem;
        align-items: center;
        justify-content: center;
    }

    .contact .contact-info p {
        text-align: center;
    }
}





.datenschutz-container {
    display: grid;
    grid-template-columns: 25% 75%;
    gap: 2rem;
}

.datenschutz-container .sidebar .menu a {
    border: 2px solid var(--color-accent-900) !important;
    border-radius: 10px;
    padding: .25rem 1rem;
    color: var(--color-accent-700);
    display: block;
    text-align: center;
    margin-block: .75rem;
    transition: all 200ms ease-out;
}

.datenschutz-container .sidebar .menu a:hover {
    background-color: var(--color-accent-900) !important; 
    color: var(--color-dom-100);
}

.datenschutz-container .sidebar .sidebar-imprint div:not(.webdesigner) {
    margin-bottom: 4rem;
}

.datenschutz-container .sidebar .sidebar-imprint p, .datenschutz-container .sidebar .sidebar-imprint a{
    font-size: 18px;
}

.datenschutz-container .sidebar .sidebar-imprint .webdesigner p:has(small) {
    margin-top: 0;
}

.datenschutz-container .sidebar .sidebar-imprint p small {
    font-size: 16px;
    margin-top: 0;
}

.datenschutz-container h3 {
    color: var(--color-accent-700);
}

@media (max-width: 35em) {
    .datenschutz-container {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }
}


footer .content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;

    gap: 5rem;

    background-color: var(--color-accent-900);
    padding: 4rem 10rem 4rem;
}

footer .content p {
    font-size: 20px;
}

footer .content .links {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 4rem;
}

footer .content .links li {
    list-style: none;
    line-height: 1.8;
    margin: 0;
}

footer .content .links .sub {
    opacity: .6;
    font-weight: 200;
}

footer .content .links .sub:hover {
    opacity: 1;
}

footer .contact {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    gap: 3rem;
    margin-top: 0 !important;
}

footer .icon {
    display: flex;
    flex-direction: row;
    gap: 2em;
    align-items: center;
}

footer .icon img {
    width: 85px;
}

footer .contact-links {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: .75rem;
}

footer .contact p,
footer .contact a {
    font-size: 20px;
    color: var(--color-dom-100);
    opacity: .6;
    font-weight: 200;
    text-align: right;
}

footer .contact p:hover,
footer .contact a:hover {
    opacity: 1;
}

footer .links {
    margin-top: 2rem;
}

footer .links ul {
    display: flex;
    flex-direction: row;
    gap: 3rem;
}

footer .links ul li a {
    font-size: 20px !important;
    font-weight: 200;
    opacity: .6;
    color: var(--color-dom-100);
}

footer .links ul li a:hover {
    opacity: 1;
}


footer .cc {
    background-color: var(--color-accent-700);
    padding: 1rem 10rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

footer .cc p {
    color: var(--color-dom-100);
    font-size: 18px;
    color: var(--color-compliment-900);
    font-weight: 500;
}

footer .cc img {
    width: 30px;
}

footer .cc .mi_footer a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    gap: 6px;
}

@media (max-width: 35em) { 
    
    footer .content {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-areas: 
        "l"
        "c"
        "a";

        gap: 5rem;

        background-color: var(--color-accent-900);
        padding: 4rem 2rem 0;
    }

    footer .content .links {
        flex-direction: column;
        align-items: center;
    }

    footer .content .links li {
        text-align: center;
        margin-left: 0;
    }

    footer .contact {
        flex-direction: column;
        text-align: center;
    }

    footer .icon-links {
        display: flex;
        justify-content: space-between;
    }

    
    footer .links {
        margin-top: 0;
    }

    footer .content .links ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0;
    }

    footer .contact p,
    footer .contact a {
        text-align: center !important;
        color: var(--color-dom-100);
    }

    footer .contact-links {
        align-items: center;
    }

    footer .cc {
        background-color: var(--color-accent-700);
        padding: 1rem 2rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 1rem;
    }

    footer .cc .mi_footer a {
        flex-direction: row-reverse;
    }
}


.select {
    width: calc(100% - 1rem - 2px);
    min-width: 15ch;
    max-width: 30ch;
    border: 1px solid var(--color-dom-400);
    border-radius: .25rem;
    padding: .25rem .5rem;
    font-size: 21px;
    cursor: pointer;
    line-height: 1.1;
    background-color: var(--color-dom-100);
    display: grid;
    grid-template-areas: "select";
    align-items: center;
    position: relative;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.select:hover {
    border: 1px solid var(--color-dom-600);
}

select:focus + .focus {
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border: 1px solid var(--color-accent-700);
    border-radius: inherit;
  }

.select::after {
    content: "";
    width: .8rem;
    height: .5rem;
    background-color: var(--color-dom-600);
    clip-path: polygon(100% 0%, 0 0%, 50% 100%);
    grid-area: select;
    justify-self: end;
}

.select:focus::after {
    clip-path: polygon(100% 100%, 0 100%, 50% 0%);
}

select {
    appearance: none;
    background-color: transparent;
    border: none;
    padding: 0 1em 0 0;
    margin: 0;
    width: 100%;
    font-family: inherit;
    font-size: inherit;
    cursor: inherit;
    line-height: inherit;
    outline: none;
    grid-area: select;
}

select::-ms-expand {
    display: none;
}

option:checked, option:hover {
    background-color: var(--color-dom-200);
}







h1 .direct-link,
h2 .direct-link,
h3 .direct-link,
h4 .direct-link,
h5 .direct-link,
h6 .direct-link {
  display: none;
}

.infobox {
    position: absolute;
    background: rgb(255, 209, 199); 
    top: 5em;
    z-index: 8;
    padding: 1em;
    border: #ff3d23 3px solid;
}

.infobox i {
    opacity: 60%;
    font-size: 32px;
}

@media (max-width: 35em) {
    .infobox {
        top: 2em;
        padding: 1em;
        max-height: 220px;
    }

    .infobox i {
        opacity: 60%;
        font-size: 24px;
    }
}

.lower-title {
    position: relative;
}

.erasmus {
    margin-top: 2em;
}

.erasmus p {
    font-weight: 500;
}

.erasmus img {
    width: 250px;
}

.custom-accordion {
    margin: 1.5rem 0;
    overflow: hidden;
  }
  
  .accordion-header {
    background: var(--color-accent-700);
    padding: .5em;
    cursor: pointer;
  }
  
  .accordion-title {
    margin: 0 !important;
    font-weight: 500 !important;
    color: var(--color-dom-100);
    display: flex;
    gap: .5em;
    align-items: center;
  }

  .accordion-icon {
    display: inline-flex;
    justify-content: center;
  }

  .accordion-icon i {
    font-size: 18px;
  }
  
  .accordion-content {
    padding: 1rem;
    display: none;
    background-color: rgba(51, 50, 119, 0.188);
  }

  
  
  .custom-accordion.active .accordion-content {
    display: block;
  }



  .logo-carousel-wrapper {
    display: none;
    justify-content: center;
    margin-block: 5em;
  }

  .logo-slider {
    overflow: hidden;
    white-space: nowrap;
    width: 50%;
    padding: 3rem 0;
    background: #fff;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }
  
  .logo-track {
    display: inline-block;
    white-space: nowrap;
    animation: scroll 26s linear infinite;
  }
  
  .logo-track img {
    height: 60px;
    margin: 0 3rem;
    vertical-align: middle;
    transition: transform 0.3s ease;
  }
  
  .logo-track img:hover {
    transform: scale(1.2);
  }
  
  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }

  .logo-slider {
    position: relative; /* wichtig für die Fades */
  }
  
  /* Fade links + rechts */
  .logo-slider::before,
  .logo-slider::after {
    content: "";
    position: absolute;
    top: 0;
    width: 120px;              /* Breite des Fades */
    height: 100%;
    z-index: 2;
    pointer-events: none;
  }
  
  /* linker Fade */
  .logo-slider::before {
    left: 0;
    background: linear-gradient(to right, #fff 0%, rgba(255,255,255,0) 100%);
  }
  
  /* rechter Fade */
  .logo-slider::after {
    right: 0;
    background: linear-gradient(to left, #fff 0%, rgba(255,255,255,0) 100%);
  }