@charset "UTF-8";
@import url("fonts/Ebert/stylesheet.css");

html {
    background-image: url(bilder/grafiken/hauptgrafik/gitter_hg.svg), radial-gradient(circle,rgba(0, 64, 113, 1) 0%, rgba(2, 54, 104, 1) 26%, rgba(11, 30, 80, 1) 58%, rgba(21, 0, 51, 1) 100%);
    background-position: center top;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-color: #150134;
    height: 100dvh;
}

body {
    margin: 0;
    overflow: hidden;
    font-family: 'Ebert';
    font-weight: 500;

}

.button_content_wrapper {
    position: relative;
    width: 100%;
}

.flex-break {
    flex-basis: 100%;
    height: 0;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.infografik_wrapper,
.infografik_wrapper #popups .popup_window,
.infografik_wrapper .modal,
.infografik_wrapper .modal .dialog_content,
.infografik_wrapper .modal .dialog_content .accordion,
.infografik_wrapper .modal .dialog_content .eintraege_wrapper,
.infografik_wrapper .modal .dialog_content .eintraege_wrapper .zeiteintrag + div,
.infografik_wrapper .modal .dialog_content .text,
.infografik_wrapper .modal .dialog_content .text_content_wrapper,
.infografik_wrapper .modal .dialog_content .info_wrap_wrap,
.infografik_wrapper .modal .dialog_content .infotext_wrapper,
.infografik_wrapper .modal .dialog_content .alltag_wrapper,
.infografik_wrapper .modal .dialog_content .text_illu_flex,
.infografik_wrapper #popups .popup_window .popup_content,
.infografik_wrapper #popups .popup_window .ui-accordion .ui-accordion-content.ui-accordion-content
{
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */

}


.infografik_wrapper::-webkit-scrollbar,
.infografik_wrapper #popups .popup_window::-webkit-scrollbar,
.infografik_wrapper #popups .popup_window .popup_content::-webkit-scrollbar,
.infografik_wrapper .modal::-webkit-scrollbar,
.infografik_wrapper .modal .dialog_content::-webkit-scrollbar,
.infografik_wrapper .modal .dialog_content .accordion::-webkit-scrollbar,
.infografik_wrapper .modal .dialog_content .eintraege_wrapper::-webkit-scrollbar,
.infografik_wrapper .modal .dialog_content .eintraege_wrapper .zeiteintrag + div::-webkit-scrollbar,
.infografik_wrapper .modal .dialog_content .text::-webkit-scrollbar,
.infografik_wrapper .modal .dialog_content .text_content_wrapper::-webkit-scrollbar,
.infografik_wrapper .modal .dialog_content .info_wrap_wrap::-webkit-scrollbar,
.infografik_wrapper .modal .dialog_content .infotext_wrapper::-webkit-scrollbar,
.infografik_wrapper .modal .dialog_content .alltag_wrapper::-webkit-scrollbar,
.infografik_wrapper .modal .dialog_content .text_illu_flex::-webkit-scrollbar,
.infografik_wrapper #popups .popup_window .ui-accordion .ui-accordion-content.ui-accordion-content::-webkit-scrollbar {
    width: 0; /* For Chrome, Safari, and Opera */
    display: none;
}


img {
    -webkit-user-drag: none !important;
    -khtml-user-drag: none !important;
    -moz-user-drag: none !important;
    -o-user-drag: none !important;
    user-drag: none !important;
    -webkit-use©r-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: none !important;
    -o-user-select: none !important;
    user-select: none !important;
}

.hintergrund img {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

}
.hintergrund img.mobile{
    display: none;
}



#rotate_animation {
    display: none;
    position: absolute;
    top: 26%;
    width: 30%;
    background: rgba(255, 255, 255, 0.8);
    height: 53%;
    left: 36.5%;
    border-radius: 500px;
    z-index: 10000000;
    align-content: center;
    justify-content: center;
    align-items: center;
}

#rotate_animation img {
    margin: 0 auto;
    width: 90%;
    height: 90%;
}

@media only screen and (max-width: 500px) {
    #rotate_animation {
        display: flex;
    }
}

a[href],
input[type='submit'],
input[type='image'],
label[for],
select,
button,
.pointer {
    cursor: pointer;
}

ul {
    margin:  2%;
    padding-left: 5%;
    padding-top: 1%;
}

.infografik_wrapper {
    background: transparent;
    background-size: cover;
    max-width: 100%;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    overflow: visible;
    width: 100%;
    height: 100%;
    --before-height: 145.2%;
}

.infografik_wrapper::before {
    content: '';
    display: block;
    padding-top: var(--before-height);
}

.infografik_wrapper #backgroundimage {
    width: 100%;
    padding: 0;
    margin: 0;
    height: 100%;
    background-color: #d6dcee;
    position: absolute;
    left: 0;
    top: 0;
    background-position: top;
    background-repeat: no-repeat;
    overflow: hidden;
    background-size: contain;
}
.infografik_wrapper .schaltflaechen {
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99;
}
.infografik_wrapper .schaltflaechen .button {
    position: absolute;
    height: auto;
}

.shakehover:not(:focus):hover {
    -webkit-animation: headShake 1s infinite !important;
    animation: headShake 1s infinite !important;

}
.button:focus {
    outline: none;
}

.dauerpulsieren {
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}

.pulsehover:hover {
    animation: pulse .6s;
    -webkit-animiation: pulse .6s;
}

.glowhover {
    transition: filter 0.8s !important;
}
.glowhover:hover {
    filter: brightness(112%) contrast(105%) drop-shadow(.2em .2em .1em rgba(62, 228, 168, 0.6)) drop-shadow(-.2em -.2em .1em rgba(62, 228, 168, 0.6)) drop-shadow(.2em -.2em .1em rgba(62, 228, 168, 0.6)) drop-shadow(-.2em .2em .1em rgba(62, 228, 168, 0.6)) !important;
}


.infografik_wrapper #infografik-titel {
    position: absolute;
    width: 100%;
    height: auto;
    left: 43%;
    padding: 0 2%;
    box-sizing: border-box;
    bottom: 5.8%;
    z-index: 14;
    display: none;
}

.infografik_wrapper #infografik-titel h1 {
    font-family: 'Ebert Headline';
    color: #951250;
    text-transform: none;
    font-size: 100%;
    text-align: left;
    margin: 0;
    line-height: 1;
}

.infografik_wrapper #infografik-titel h2 {
    font-family: 'Ebert';
    color: #951250;
    text-transform: none;
    font-size: 80%;
    font-weight: 500;
    text-align: left;
    margin: 0;
    margin-top: 0.8%;
    line-height: 1;
}

.infografik_wrapper h2 {
    font-size: 100%;
    margin: 0;
    text-align: left;
}

.infografik_wrapper h3 {
    font-size: 140%;
    margin: 0;
    text-align: left;
}


.hintergrund {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    overflow: hidden;
    display: none;
}
.hintergrund img {
    width: 100.34%;
    left: -0.34%;
    position: absolute;
    opacity: 0.5;
}
.infografik_wrapper .interactive_wrapper {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 0;
    box-sizing: border-box;
}

.hidden {
    display: none;
    visibility: hidden;
}

button.infobutton {
    width: 5%;
    left: 0;
    position: absolute;
}

button.infobutton svg {
    width: 100%;
}

.schaltflaechen button.button,
button.infobutton {
    border: 0;
    background-color: transparent;
    padding: 0;
    margin-bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    position: relative;
    box-sizing: border-box;
    font-family: Ebert;
    font-size: 140%;
    padding-bottom: 2%;
}

button.infobutton {
    width: calc(var(--font-size) * 4.1);
    left: calc(var(--font-size) * 2);
    position: fixed;
    top: calc(var(--font-size) * 1.5);
}

button.infobutton svg {
    width: 100%;
}

.schaltflaechen button.button.hauptinseln {
    width: 28.9%;
    height: 20%;
}

/* ========== Inseln =========== */
.schaltflaechen button.button.hauptinseln .grafik_hauptinsel {
    transition: all .3s ease-in-out;
}

.schaltflaechen button.button.hauptinseln:hover .grafik_hauptinsel {
    filter: brightness(108%) contrast(102%);
    z-index: -1;
    position: relative;
}
.schaltflaechen button.button.hauptinseln .grafik_hauptinsel {
    z-index: -1;
    position: relative;
    width: 100%;
}

/* INSEL Definition */
.schaltflaechen button.button.hauptinseln#insel_definition {
    left: 18.8%;
    top: 2.9%;
    width: 25%;
    z-index: 10;
}

/* INSEL Geschichte */
.schaltflaechen button.button.hauptinseln#insel_geschichte {
    left: 41%;
    top: 8.8%;
    width: 46%;
    z-index: 20;
}
.schaltflaechen button.button.hauptinseln#insel_geschichte .insel_geschichte_schein {
    width: 39%;
    left: 30.9%;
    top: 6.23%;
    animation: hologramm_schein 2s infinite alternate-reverse;
    opacity: 1;
}
@keyframes hologramm_schein {
    from {opacity: 1;}
    to {opacity: 0.7;}
}

.schaltflaechen button.button.hauptinseln#insel_geschichte .insel_geschichte_objekt_1 {
    width: 29%;
    left: 36%;
    top: 14%;
    animation: float 3s ease-in-out alternate-reverse infinite;
    transform: translateY(0);
}
@keyframes float {
    from { transform: translateY(0); }
    to { transform: translateY(-5%); }
}
.schaltflaechen button.button.hauptinseln#insel_geschichte .insel_geschichte_stecker {
    left: 83%;
    width: 27%;
    top: 73%;
    animation-fill-mode: both;
    animation: geschichte_stecker 3s ease-in-out forwards;
    animation-delay: 0.5s;
}
@keyframes geschichte_stecker {
    from { left: 83%; top: 73%; }
    to{ left: 80%; top: 71%; }
}
.schaltflaechen button.button.hauptinseln#insel_geschichte #insel_geschichte_treppe {
    left: -33%;
    width: 212%;
    top: 72.7%;
    position: absolute;
    z-index: -2;
}

/* INSEL Bias */
.schaltflaechen button.button.hauptinseln#insel_bias {
    left: 8.1%;
    top: 29.9%;
    width: 45.8%;
    z-index: 30;
}
.schaltflaechen button.button.hauptinseln#insel_bias #insel_bias_treppe {
    left: 12%;
    width: 240%;
    top: 66.7%;
    position: absolute;
    z-index: -2;
}
.schaltflaechen button.button.hauptinseln#insel_bias .insel_bias_fenster {
    left: 15%;
    width: 41%;
    top: 7.7%;

}
.schaltflaechen button.button.hauptinseln#insel_bias .insel_bias_error {
    left: 46%;
    width: 29%;
    top: 3.7%;
    animation: bias_fenster 3s ease-in-out alternate-reverse infinite;
}
@keyframes bias_fenster {
    from { transform: translateY(0) translateX(0);}
    to { transform: translateY(-2%) translateX(-3%);}
}


/* INSEL Alltag */
.schaltflaechen button.button.hauptinseln#insel_alltag {
    position: absolute;
    left: 21.4%;
    top: 58.3%;
    width: 64.7%;
    z-index: 40;
}
.schaltflaechen button.button.hauptinseln#insel_alltag .insel_alltag_stecker {
    left: -14%;
    width: 24.5%;
    top: 66.7%;
}

.schaltflaechen button.button#netzteil {
    left: 43%;
    top: 86%;
    width: 16%;
    position: absolute;
    z-index: 51;
    filter: drop-shadow(.05em .2em 0 #e7f5f4) drop-shadow(.05em .2em 0 #3ee4a8);
    animation: netzteil 3s ease-in-out infinite;
}
.schaltflaechen button.button.hauptinseln#insel_alltag .grafik_hauptinsel_fabrik {
    left: 49.4%;
    top: 34.6%;
    width: 19.7%;
    z-index: 45;
}
.schaltflaechen button.button.hauptinseln#insel_alltag .grafik_hauptinsel_hover {
    left: 30.9%;
    top: 60.6%;
    width: 3.7%;
    z-index: 45;
}
.schaltflaechen button.button.hauptinseln#insel_alltag .grafik_hauptinsel_menschen {
    left: 36.4%;
    top: 54.6%;
    width: 7.5%;
    z-index: 45;
}
.schaltflaechen button.button.hauptinseln#insel_alltag .grafik_hauptinsel_bus_person {
    left: 25.4%;
    top: 64.6%;
    width: 2%;
}
.schaltflaechen button.button.hauptinseln#insel_alltag .grafik_hauptinsel_bus {
    left: 17.4%;
    top: 56.6%;
    width: 13.7%;
    animation: bus_hauptgrafik 8s linear infinite;
    animation-delay: 0s;
    animation-fill-mode: none;
}
@keyframes bus_hauptgrafik {
    0% { left: 48.4%; top: 32.6%; opacity: 0;}
    2% { opacity: 1;}
    25% { left: 25.5%; top: 50%; opacity: 1; }
    40% { left: 17.4%; top: 56.6%; opacity: 1;}
    70% { left: 17.4%; top: 56.6%; opacity: 1;}
    75% { left: 17.4%; top: 56.6%; opacity: 0;}
    100% { left: 17.4%; top: 56.6%; opacity: 0;}
}

@keyframes netzteil {
    from {
        filter: drop-shadow(.0em .0em 0 rgba(62, 228, 168, 1)) drop-shadow(-.0em -.0em 0 rgba(62, 228, 168, 1)) drop-shadow(.0em -.0em 0 rgba(62, 228, 168, 1)) drop-shadow(-.0em .0em 0 rgba(62, 228, 168, 1));
    }
    60% {
        filter: drop-shadow(.8em .8em .2em rgba(62, 228, 168, 0.0)) drop-shadow(-.8em -.8em .2em rgba(62, 228, 168, 0.0)) drop-shadow(.8em -.8em .2em rgba(62, 228, 168, 0.0)) drop-shadow(-.8em .8em .2em rgba(62, 228, 168, 0.0));
    }
    100% {
        filter: drop-shadow(.8em .8em .2em rgba(62, 228, 168, 0.0)) drop-shadow(-.8em -.8em .2em rgba(62, 228, 168, 0.0)) drop-shadow(.8em -.8em .2em rgba(62, 228, 168, 0.0)) drop-shadow(-.8em .8em .2em rgba(62, 228, 168, 0.0));
    }
}

.schaltflaechen button.button.hauptinseln#insel_alltag .drohne {
    left: 80.4%;
    top: -6%;
    width: 28%;
    animation: drohne_hauptgrafik 8s linear infinite;
    animation-delay: 0s;
    animation-fill-mode: none;
}
@keyframes drohne_hauptgrafik {
    0% {left: 80.4%; top: -6%; opacity: 1;}
    50% {left: 80%; top: 0%; opacity: 1;}
    100% {left: 80.4%; top: -6%; opacity: 1;}
}


.schaltflaechen button.button#netzteil img {
    width: 100%;
    height: auto;
}
.modal.stecker .dialog_content {
    padding-bottom: 42% !important;
}

.modal.stecker .dialog_content .energie_button_tiktok button.button {
    border: 2px #013f77 solid;
    width: 80%;
    border-radius: 1000px;
    background-color: #013f77;
    color: #fff;
    font-size: 120%;
    font-weight: 600;
    padding: 1.3%;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 1%;
    box-sizing: border-box;
    transition: all .2s ease-in-out;
}
.modal.stecker .dialog_content .energie_button_tiktok button.button:hover {
    border: 2px #013f77 solid;
    background-color: #fff;
    color: #013f77;
}

.modal.tiktok .dialog_content {
    max-height: 99% !important;
    align-items: center !important;
    width: auto !important;
    padding-top: 6% !important;
}
.modal.tiktok .dialog_content blockquote{
    margin: 0;
    width: auto;
}

.modal.halluzination .dialog_content {
    padding-bottom: 23vh !important;
}
.schaltflaechen button.button#halluzination {
    left: 63%;
    top: 36%;
    width: 11%;
    position: absolute;
    z-index: 51;
    animation: tablet 3s ease-in-out infinite;
}
@keyframes tablet {
    from {
        filter: drop-shadow(.0em .0em 0 rgba(62, 228, 168, 1)) drop-shadow(-.0em -.0em 0 rgba(62, 228, 168, 1)) drop-shadow(.0em -.0em 0 rgba(62, 228, 168, 1)) drop-shadow(-.0em .0em 0 rgba(62, 228, 168, 1));
    }
    60% {
        filter: drop-shadow(.5em .5em .2em rgba(62, 228, 168, 0.0)) drop-shadow(-.5em -.5em .2em rgba(62, 228, 168, 0.0)) drop-shadow(.5em -.5em .2em rgba(62, 228, 168, 0.0)) drop-shadow(-.5em .5em .2em rgba(62, 228, 168, 0.0));
    }
    100% {
        filter: drop-shadow(.5em .5em .2em rgba(62, 228, 168, 0.0)) drop-shadow(-.5em -.5em .2em rgba(62, 228, 168, 0.0)) drop-shadow(.5em -.5em .2em rgba(62, 228, 168, 0.0)) drop-shadow(-.5em .5em .2em rgba(62, 228, 168, 0.0));
    }
}
@keyframes flackern {
    0%   { opacity: 1;   filter: brightness(1); }
    1%   { opacity: 0.6; filter: brightness(1.4); }
    2%   { opacity: 1;   filter: brightness(1); }
    5%   { opacity: 0.7; filter: brightness(0.6); }
    6%   { opacity: 1;   filter: brightness(1.2); }
    8%   { opacity: 0.5; filter: brightness(1); }
    9%   { opacity: 1;   filter: brightness(1); }
    12%  { opacity: 0.8; filter: brightness(0.8); }
    15%  { opacity: 1;   filter: brightness(1); }
    25%  { opacity: 0.7; filter: brightness(1.3); }
    26%  { opacity: 1;   filter: brightness(0.9); }
    40%  { opacity: 1;   filter: brightness(1); }
    48%  { opacity: 0.9; filter: brightness(1.1); }
    50%  { opacity: 0.5; filter: brightness(1.4); }
    51%  { opacity: 1;   filter: brightness(1); }
    60%  { opacity: 0.6; filter: brightness(0.6); }
    61%  { opacity: 1;   filter: brightness(1.2); }
    70%  { opacity: 1;   filter: brightness(1); }
    80%  { opacity: 0.7; filter: brightness(1.3); }
    81%  { opacity: 1;   filter: brightness(1); }
    90%  { opacity: 0.8; filter: brightness(0.7); }
    91%  { opacity: 1;   filter: brightness(1); }
    100% { opacity: 1;   filter: brightness(1); }
}

.schaltflaechen button.button#halluzination .auge {
    position: absolute;
    top: 32%;
    width: 90%;
    left: 2%;
    animation: flackern 8s infinite;
    transition: all 0.2s ease-in-out;
}

.schaltflaechen button.button#halluzination .auge_innen {
    position: absolute;
    top: 39%;
    width: 38%;
    left: 10%;
    transform: skewX(39deg);
    animation: flackern 8s infinite;
    transition: all 0.2s ease-in-out;
}
.schaltflaechen button.button#halluzination .auge_innen img {
    width: 100%;
    animation: auge_halluz 6s linear infinite;
}
@keyframes auge_halluz {
    from {transform: rotate(0deg);}
    to {transform: rotate(720deg);}
}


/* INSEL Regularian */
.schaltflaechen button.button.hauptinseln#insel_regularien {
    left: 54.8%;
    top: 72.6%;
    width: 45.1%;
    z-index: 50;
}
.schaltflaechen button.button.hauptinseln#insel_regularien .insel_rechtliches_buch {
    left: 24%;
    width: 61%;
    top: -10.3%;
}

.schaltflaechen button.button.hauptinseln .button_content_wrapper {
    width: 100%;
    position: relative;
}

.schaltflaechen button.button.hauptinseln .button_content_wrapper .parts {
    position: absolute;
    width: 50%;
}


/* --- Beschriftungen der Elemente auf der Hauptgrafik --- */
.schaltflaechen .beschriftung {
    transform: skewY(-31deg) scaleX(0.9) translateY(0);
    position: absolute;
    animation: beschriftung 3s ease-in-out;
    animation-fill-mode: both;
    animation-delay: 0.3s;
}
@keyframes beschriftung {
    from { transform: skewY(-31deg) scaleX(0.9) translateY(30%); opacity: 0; }
    to { transform: skewY(-31deg) scaleX(0.9) translateY(0%); opacity: 1; }
}

@keyframes beschriftung_iso_anders {
    from { transform: skewY(31deg) scaleX(0.9) translateY(30%); opacity: 0; }
    to { transform: skewY(31deg) scaleX(0.9) translateY(0%); opacity: 1; }
}
.schaltflaechen .beschriftung > span {
    color: #fff;
    font-weight: 700;
    font-size: calc(var(--font-size) * 2);
}

.schaltflaechen .beschriftung#titel_definition {
    left: 23%;
    top: 20.1%;
}

.schaltflaechen .beschriftung#titel_geschichte {
    left: 63.5%;
    top: 30.7%;
}
.schaltflaechen .beschriftung#titel_alltag {
    left: 44.5%;
    top: 79.1%;
}
.schaltflaechen .beschriftung#titel_bias {
    left: 22.8%;
    top: 50.8%;
    transform: skewY(31deg) scaleX(0.9) translateY(0);
    animation: beschriftung_iso_anders 3s ease-in-out;
}
.schaltflaechen .beschriftung#titel_rechtliches {
    left: 76.5%;
    top: 89.7%;
}
.schaltflaechen .beschriftung#titel_energie {
    animation: beschriftung_iso_anders 3s ease-in-out;
    left: 42.5%;
    top: 91.8%;
    transform: skewY(31deg) scaleX(0.9) translateY(0);
}
.schaltflaechen .beschriftung#titel_halluzinationen {
    animation: beschriftung_iso_anders 3s ease-in-out;
    left: 65.2%;
    top: 49.7%;
    transform: skewY(31deg) scaleX(0.9) translateY(0);
}

/* --- Verbindungen der Elemente auf der Hauptgrafik --- */

.schaltflaechen .verbindungen {
    position: absolute;
    z-index: 1;
    /* Startzustand: winziger Kreis in der Mitte */
    clip-path:circle(0% at 50% 50%);
    /* Safari braucht -webkit-clip-path */
    -webkit-clip-path:circle(0% at 50% 50%);
    pointer-events: none;
    animation: verbindungen_entstehen 1.0s ease-in-out;
    animation-fill-mode: both;
    animation-delay: 0.3s;
}
@keyframes verbindungen_entstehen {
    to{
        clip-path:circle(150% at 50% 50%);
        -webkit-clip-path:circle(150% at 50% 50%);
    }
}
.schaltflaechen .verbindungen .verbindungen_image {
    width: 100%;
}

.schaltflaechen .verbindungen#verbinder_definition {
    width: 36.4%;
    height: auto;
    left: -2.6%;
    top: -6.2%;
    z-index: 15;
}
.schaltflaechen .verbindungen#verbinder_definition_geschichte {
    width: 21.4%;
    height: auto;
    left: 35.4%;
    top: 14.3%;
    z-index: 9;
}
.schaltflaechen .verbindungen#verbinder_bias {
    width: 13.6%;
    height: auto;
    left: 47%;
    top: 36.6%;
    z-index: 35;
}
.schaltflaechen .verbindungen#verbinder_bias_alltag {
    width: 21.6%;
    height: auto;
    left: 9%;
    top: 44.3%;
    z-index: 35;
}
.schaltflaechen .verbindungen#verbinder_geschichte_alltag {
    width: 19.2%;
    height: auto;
    left: 69.5%;
    top: 25%;
    z-index: 25;
}
.schaltflaechen .verbindungen#verbinder_netzteil_alltag {
    left: 21%;
    top: 75%;
    width: 28%;
    position: absolute;
    z-index: 50;
}
.schaltflaechen .verbindungen#verbinder_halluzinationen {
    left: 62.5%;
    top: 47.1%;
    width: 7.5%;
    position: absolute;
    z-index: 30;
}
.schaltflaechen .verbindungen#verbinder_rechtliches_ende {
    width: 44.2%;
    height: auto;
    left: 54.5%;
    top: 85%;
    z-index: 55;
}
.schaltflaechen .verbindungen#verbinder_rechtliches {
    width: 10.2%;
    height: auto;
    left: 80.5%;
    top: 68%;
    z-index: 49;
}

/* To extend clickable area of Buttons */
.schaltflaechen button.button::after {
    content: '';
    position: absolute;
    left: 0;
    top: -7%;
    width: 100%;
    height: 115%;
}


/* --------- Generelle Modal Styles --------- */
#contents {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.modal {
    border: 0;
    background: transparent;
    padding: 0;
    position: relative !important;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    padding-left: 0;
    overflow: visible;
    outline: none !important;
}


.modal .dialog_content {
    box-sizing: border-box;
    padding: 0;
    height: 100%;
    width: 100%;
    color: #fff;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
}

.modal.contentpopup {
    justify-content: center !important;
    align-items: center !important;
    font-size: var(--font-size);
    color: #fff;
}
.modal.contentpopup.open {
    display: flex;
}

.modal.contentpopup:not(.alltag.flip) .dialog_content {
    border-radius: calc(var(--font-size) * 1.2);
    padding: 5%;
    height: auto;
    width: 90%;
    background-color: #2c5a88;
    align-items: flex-start;
    max-height: 87%;
    overflow: visible;
    box-sizing: border-box;
    box-shadow: inset calc(var(--font-size) * 3) 0 calc(var(--font-size) * 8) rgba(39, 108, 177, 0.73);
    animation: zoomIn .4s ease-in-out;
}
.modal.contentpopup:not(.flip_chip):not(.alltag.flip) .dialog_content::after {
    content: '';
    background: transparent;
    border: calc(var(--font-size) * 0.19) solid #fff;
    border-radius: calc(var(--font-size) * 1.2);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    box-sizing: border-box;
    box-shadow: inset 0 0 calc(var(--font-size) * 0.19) #54e1e1, 0 0 calc(var(--font-size) * 0.4) #92d6d6;
    pointer-events: none;
}

.modal.contentpopup .popup_titel {
    font-size: calc(var(--font-size) * 1.9);
    margin-bottom: 2%;
    font-family: 'Ebert Headline', 'Ebert', Helvetica, Arial, sans-serif;
}
.modal.contentpopup h3.popup_titel {
    font-size: calc(var(--font-size) * 1.5);
    margin-bottom: 2%;
    margin-top: 3%;
    font-family: 'Ebert Headline', 'Ebert', Helvetica, Arial, sans-serif;
}

.modal.contentpopup .text {
    overflow: scroll;
}


.modal.contentpopup.flip_chip .chip_front {
    transform: perspective(1000px) rotateY(-180deg);
    position: absolute;
    animation: flip_chip_back 0.9s ease-in-out;
    border: none;
    min-height: 60%;
    align-items: center;
    justify-content: center;
    display: flex;
    width: 90%;
    height: auto;
    padding: 0%;
    box-sizing: border-box;
    backface-visibility: hidden;
}
.modal.contentpopup.flip_chip .chip_front img {
    width: 100%;
    height: 100%;
    border-radius: calc(var(--font-size) * 0.7);
}
@keyframes flip_chip_back {
    from {transform: perspective(1000px) rotateY(-360deg) scale(0.2); opacity: 1;}
    30% {transform: perspective(1000px) rotateY(-360deg) scale(0.6); opacity: 1;}
    to {transform: perspective(1000px) rotateY(0deg) scale(1); opacity: 0;}
}
.modal.contentpopup.flip_chip .dialog_content {
    border-radius: calc(var(--font-size) * 0.7);
    border: none;
    min-height: 60%;
    align-items: center !important;
    justify-content: center !important;
    background-color: #e8f4f4 !important;
    color: #013F77 !important;
    box-shadow: inset calc(var(--font-size) * 3) 0 calc(var(--font-size) * 8) rgba(192, 206, 218, 0.73), 0 0 calc(var(--font-size) * 0.4) #92d6d6 !important;
    transform: perspective(1000px) rotateY(-360deg);
    animation: flip_chip 0.9s ease-in-out !important;
    animation-fill-mode: both;
    backface-visibility: hidden;
}
@keyframes flip_chip {
    from {transform: perspective(1000px) rotateY(-180deg) scale(0.2);}
    30% {transform: perspective(1000px) rotateY(-180deg) scale(0.6);}
    to {transform: perspective(1000px) rotateY(0deg) scale(1);}
}

.modal.contentpopup.flip_chip .closemodal_path {
    stroke: #013F77;
}

.modal.contentpopup.flip_chip .chip_front::before,
.modal.contentpopup.flip_chip .dialog_content::before {
    content: '';
    position: absolute;
    width: 60%;
    height: 6%;
    top: -5.91%;
    background-image: url("bilder/grafiken/definition/chip_kontakt.svg");
    background-repeat: space;
    background-size: contain;
}
.modal.contentpopup.flip_chip .chip_front::after,
.modal.contentpopup.flip_chip .dialog_content::after {
    content: '';
    position: absolute;
    width: 60%;
    height: 6%;
    bottom: -5.91%;
    background-image: url("bilder/grafiken/definition/chip_kontakt.svg");
    background-repeat: space;
    background-size: contain;
    transform: rotate(180deg) scaleX(-1);
}


.modal .dialog_content p,
.modal .dialog_content li {
    margin: 0;
    font-size: 105%;
    line-height: 1.3;
    margin-bottom: 2%;
}

.modal .dialog_content li {
    margin-bottom: 1.5%;
}

.modal .dialog_content .schmal p {
    line-height: 1.5;
}

.modal .dialog_content li ul li {
    margin-bottom: 1%;
}

.modal .dialog_content ol {
    padding-left: 5%;
}
.modal .dialog_content ul {
    padding-left: 2%;
}

/* --- Modal Backdrop --- */
::backdrop {
    opacity: 1;
    pointer-events: none;
    background-image: url(bilder/grafiken/hauptgrafik/gitter_hg.svg), radial-gradient(circle,rgba(0, 64, 113, 1) 0%, rgba(2, 54, 104, 1) 26%, rgba(11, 30, 80, 1) 58%, rgba(21, 0, 51, 1) 100%);
    background-position: center top;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-color: #150134;
}

.contentpopup::backdrop {
    opacity: 0.8;
    background-image: radial-gradient(circle,rgba(0, 64, 113, 1) 0%, rgba(2, 54, 104, 1) 26%, rgba(11, 30, 80, 1) 58%, rgba(21, 0, 51, 1) 100%);
}
#popup_bias::backdrop {
    background-image: radial-gradient(circle,rgba(0, 64, 113, 1) 0%, rgba(2, 54, 104, 1) 26%, rgba(11, 30, 80, 1) 58%, rgba(21, 0, 51, 1) 100%);
}

#infopopup::backdrop {
    background-color: rgba(0, 77, 145, 0.4);
    opacity: 1;
}

.closemodal_wrapper {
    position: absolute;
    bottom: 3%;
    width: 100%;
    height: 13%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 2%;
}

.closemodal_wrapper .popup_titel {
    font-size: 220%;
    color: #fff;
    font-family: 'Ebert Headline', Helvetica, Arial, sans-serif;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    max-width: fit-content;
    margin-right: 0;
    padding-bottom: 1%;
}

.closemodal {
    border: 0;
    position: relative;
    width: 2.7%;
    height: auto;
    background: transparent;
    z-index: 99;
    outline: 0 !important;
    padding: 0;
    margin-right: 3%;
    margin-bottom: 0.2%;
}

.infopopup .closemodal,
.contentpopup .closemodal {
    position: absolute;
    right: calc(var(--font-size) * 1.3);
    top: calc(var(--font-size) * 1.3);
    margin-right: 0;
    width: 3.3%;
}

.closemodal::before {
    content: '';
    display: block;
    position: absolute;
    left: -15%;
    width: 130%;
    top: -15%;
    height: 130%;
    outline: 0 !important;
}

.closemodal::before:focus,
.closemodal:focus::before,
.closemodal:focus {
    outline: 0 !important;
}


/* --------- Scrollbar --------- */

.modal .dialog_content .scrollbar {
    height: 82%;
    position: absolute;
    width: 1.5%;
    background-color: transparent;
    border-width: calc(var(--font-size) * 0.12);
    border-color: #fff;
    border-style: solid;
    border-radius: 500px;
    top: 12%;
    right: 1.3%;
    padding: 0.1%;
    box-sizing: border-box;
    opacity: 0.8;
    z-index: 10000;
}
.modal .dialog_content .scrollbar .handle {
    height: 20px;
    width: 100%;
    background-color: #fff;
    border-radius: 500px;
    top: 0;
    transition: height 0.3s ease-in-out;
}
.modal .dialog_content .scrollbar .handle::before {
    content: '';
    width: 500%;
    height: 100%;
    left: -150%;
    position: absolute;
}
.modal.infopopup .dialog_content .scrollbar {
    right: 3%;
    width: 1.5%;
}

.modal.infopopup .scrollbar {
    opacity: 0.7;
}
/* --------- Scrollbar ENDE --------- */

/* ---------- Infobutton und Infopopup ------------ */
.infobutton {
    position: absolute;
    right: 2%;
    top: 3%;
    width: 3.8%;
    z-index: 100000;
    border: 0 !important;
    background: transparent;
}
.infobutton img {
    width: 100%;
}
.modal.infopopup.open {
    display: flex;
}

.modal.infopopup .dialog_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 70%;
    height: 90%;
    background: #ffffff;
    border-radius: 25px;
    margin: auto;
    flex-grow: 0;
    flex-shrink: 1;
}

.infopopup .infotext_wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 90%;
    height: auto;
    margin: auto;
    padding: 4% 5% 4.5% 5%;
    font-size: 110%;
    color: var(--formate-hauptfarbe-hex);
}
.infopopup h2 {
    font-size: 180%;
    margin-bottom: 1.5%;
}

.infopopup .closemodal {
    right: 17%;
    top: 7.9%;
    width: 2%;
}
/* Infobuttond und Infopopup ENDE */

/* ---------- Accordion ---------- */
.accordion.hinweis .accordion_title {
    background: transparent;
    border: 0;
    font-weight: 600;
    color: var(--formate-hauptfarbe-hex);
    position: relative;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-decoration: underline;
}

/* Pfeil rechts */
.accordion.hinweis .accordion_title:after {
    content: '';
    background-image: url('bilder/grafiken/pfeil_rechts_blau.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: var(--font-size);
    height: var(--font-size);
    position: relative;
    display: inline-block;
    margin-left: 2%;
    transition: transform .2s ease-in-out;
}

.accordion.hinweis .accordion_title.ui-state-active:after {
    transform: rotate(90deg);
}

.accordion.hinweis.ui-widget {
    font-family: 'Ebert', Helvetica, Arial, sans-serif;
}

.accordion.hinweis .ui-accordion-content {
    border: 0;
    background-color: rgba(255, 255, 255, 0.45);
    color: var(--formate-hauptfarbe-hex);
    border-radius: calc(var(--font-size) * 0.7);
}
/* ---------- Accordion ENDE ---------- */


/* ---------- Typewriter Effekt ---------- */
.typewriter {
    overflow: hidden; /* Ensures the content is not revealed until the animation */
    border-right: .11em solid #54e1e1; /* The typwriter cursor */
    white-space: nowrap; /* Keeps the content on a single line */
    margin: 0 auto; /* Gives that scrolling effect as the typing happens */
    animation:
            typing 3.5s steps(40, end),
            blink-caret 1s step-end 5;
    animation-fill-mode: both;
    padding-right: 2%;
    display: inline-block;
    animation-delay: inherit;
}

/* The typing effect */
@keyframes typing {
    from { width: 0 }
    to { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
    from, to { border-color: transparent; }
    50% { border-color: #54e1e1; }
}
/* ---------- Typewriter ENDE ---------- */

/* ======================================================= */
/* ================= Robobot Allgemein =================== */
/* ======================================================= */
#robobot_start,
#robobot_geschichte,
#robobot_bias,
#robobot_definition{
    bottom: 1%;
    left: 2%;
    height: 15%;
    width: 20%;
    z-index: 100;
}
#robobot_alltag{
    bottom: 1%;
    right: 0;
    height: 15%;
    width: 20%;
}
#robobot_regularien {
    bottom: -1%;
    left: 9%;
    height: 24%;
    width: 20%;
}
#robobot_halluzination,
#robobot_netzteil  {
    bottom: 3%;
    left: 7%;
    height: 21%;
    width: 20%;
}

.nextmessage {
    width: 3.7% !important;
    margin-left: auto;
    right: 6%;
    bottom: 12%;
}
.nextmessage img {
    transform: translateX(0);
    transition: transform .2s ease-in-out;
}
.nextmessage:hover img {
    transform: translateX(50%);
}
.nextmessage::after {
    width: 200% !important;
    height: 150% !important;
    left: -25% !important;
    top: -10% !important;
}

#robobot_geschichte .robofloat,
#robobot_bias .robofloat,
#robobot_alltag .robofloat,
#robobot_definition .robofloat {
    animation: dockBounce 8s ease-in-out infinite;
}
@keyframes dockBounce {
    0%   { transform: translateY(0); filter: brightness(1); }
    75%  { transform: translateY(0); filter: brightness(1); }

    76%  { transform: translateY(-80px); filter: brightness(1); }
    79%  { transform: translateY(0); filter: brightness(1); }
    81%  { transform: translateY(-20px); filter: brightness(1); }
    83%  { transform: translateY(0); filter: brightness(1); }
    85%  { transform: translateY(-13px); filter: brightness(1); }
    87%  { transform: translateY(0px); filter: brightness(1); }
    89%  { transform: translateY(-6px); filter: brightness(1.3); }
    91%  { transform: translateY(0); filter: brightness(1); }
    93%  { transform: translateY(0); filter: brightness(1.3); }
    100% { transform: translateY(0); filter: brightness(1); }
}


/* Allgemeine Robo Styles */
.robobot {
    position: relative;

}
.robobot > *,
.robobot .koerper > * {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}

.robobot .gesicht {
    width: 26%;
    left: 27%;
    height: 20%;
    top: 24%;
    z-index: 10;
    position: absolute;
    animation: robo_gesicht_idle 10s ease infinite;
    transform: translateX(0);
}
@keyframes robo_gesicht_idle {
    from {transform: translateX(0);}
    30% {transform: translateX(0);}
    33% {transform: translateX(14%);}
    39% {transform: translateX(14%);}
    44% {transform: translateX(-10%);}
    48% {transform: translateX(-10%);}
    52% {transform: translateX(0);}

    to {transform: translateX(0);}

}
.robobot .gesicht .robobot_mund {
    width: 36%;
    position: absolute;
    bottom: 0;
    left: 29%;
}
.robobot .gesicht .robobot_auge_links,
.robobot .gesicht .robobot_auge_rechts {
    position: absolute;
    width: 20%;
    top: 0;
    transform-origin: bottom center;
}

.robobot .gesicht .robobot_auge_links {
    left: 5%;
    animation: robozwinkern 10s ease-in-out infinite;
}
.robobot .gesicht .robobot_auge_rechts {
    right: 5%;
    animation: robozwinkern 10s ease-in-out infinite;
}
@keyframes robozwinkern {
    from { transform: scaleY(1);}
    40% { transform: scaleY(1);}
    42% { transform: scaleY(0);}
    44% { transform: scaleY(1);}

    80% { transform: scaleY(1);}
    83% { transform: scaleY(0);}
    84% { transform: scaleY(1);}

    to { transform: scaleY(1);}
}


.robobot .koerper {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0%;
    transform: rotate(0);
    transform-origin: center;
    animation: zoomInUp 1.7s ease-in-out, drehung_winken 10s ease-in-out infinite;
}
@keyframes drehung_winken {
    from { transform: rotate(0); }
    80% { transform: rotate(0); }
    83% { transform: rotate(-10%); }
    92% { transform: rotate(-10%); }
    97% { transform: rotate(0);}
    100% { transform: rotate(0);}
}

.robobot .robofloat {
    transform: translateY(0);
    animation: robotfloat 4s ease-in-out infinite alternate-reverse;
}
@keyframes robotfloat {
    from { transform: translateY(0);}
    to { transform: translateY(-4%);}
}

.robobot .koerper .robobot_linker_arm,
.robobot .koerper .robobot_rechter_arm {
    top: 34%;
    z-index: 5;
    width: 10%;
    height: auto;
    transform-origin: top center;
}
.robobot .koerper .robobot_linker_arm {
    right: 23.4%;
    left: unset;
    animation: robowinken 10s ease-in-out infinite;
}
@keyframes robowinken {
    from { transform: rotate(0);}
    80% { transform: rotate(0);}
    83% { transform: rotate(-160deg);}
    85% { transform: rotate(-100deg);}
    88% { transform: rotate(-160deg);}
    90% { transform: rotate(-100deg);}
    92% { transform: rotate(-160deg);}
    97% { transform: rotate(0);}
    100% { transform: rotate(0);}
}
.robobot .koerper .robobot_rechter_arm {
    left: 3.6%;
}
.robobot .koerper .robobot_koerper {
    width: 80%;
    height: auto;
}

.robobot .robobot_schatten {
    width: 41%;
    bottom: 0;
    height: auto;
    left: 22%;
}

.robobot-popup {
    display: none;
    position: absolute !important;
    width: 40%;
    background: #d9edf5;
    border-radius: calc(var(--font-size) * 3);
    border-bottom-left-radius: 0;
    padding: 3% 7% 4% 4%;
    left: 18%;
    bottom: 11%;
    z-index: 9999;
    box-shadow: calc(var(--font-size) * 0.2) calc(var(--font-size) * 0.5) calc(var(--font-size) * 0.5) rgba(0,0,0,.4);
    color: #130639 !important;
    font-size: 120% !important;
    font-family: 'Ebert', Helvetica, Arial, sans-serif;
    transform-origin: left bottom;
    animation: sprechblase 0.6s ease-in-out;
    animation-fill-mode: both;
    animation-delay: 1s;
    border: calc(var(--font-size) * 0.08) solid #7fc0dc;
}
.robobot-popup .dialog_content,
.robobot-popup .bot_content {
    min-height: calc(var(--font-size) * 3);
    transition: all 0.5s;
    height: auto;
}

.robobot-popup#popup_bot_alltag {
    border-radius: calc(var(--font-size) * 3);
    border-bottom-right-radius: 0;
    left: 25%;
}
.robobot-popup#popup_bot_alltag::before {
    border-radius: calc(var(--font-size) * 3);
    border-bottom-right-radius: 0;
}
.robobot-popup::before {
    content: '';
    position: absolute;
    left: calc(var(--font-size) * -0.08);
    top: calc(var(--font-size) * -0.08);
    width: 100%;
    height: 100%;
    background: transparent;
    filter: blur(2px);
    border-radius: calc(var(--font-size) * 3);
    border-bottom-left-radius: 0;
    border: calc(var(--font-size) * 0.08) solid #2fbcf8;
}
.schaltflaechen > .robobot-popup::before {
    left: calc(var(--font-size) * -0.2);
    top: calc(var(--font-size) * -0.2);
    border: calc(var(--font-size) * 0.2) solid #2fbcf8;
}

.schaltflaechen > .robobot-popup {
    font-size: 220% !important;
    border: calc(var(--font-size) * 0.2) solid #7fc0dc;
}
#popup_bot_regularien.robobot-popup {
    width: 48%;
    bottom: 8%;
    left: 28%;
    padding-right: 3%;
}
#popup_bot_halluzination.robobot-popup {
    width: 60%;
    bottom: 20%;
    left: 23%;
}
#popup_bot_netzteil.robobot-popup {
    width: 60%;
    bottom: 20%;
    left: 23%;
}



.robobot-popup.open {
    display: block;
}

.robobot-popup.open.tobeclosed {
    animation: sprechblase_zu 0.6s ease-in-out !important;
    animation-fill-mode: both !important;
}
@keyframes sprechblase {
    from {transform: scale(0); }
    70% {transform: scale(1.05); }
    100% {transform: scale(1); }
}
@keyframes sprechblase_zu {
    from {transform: scale(1); }
    100% {transform: scale(0); }
}
.robobot-popup .closemodal {
    position: absolute;
    width: calc(var(--font-size) * 1.1);
    height: calc(var(--font-size) * 1.1);
    right: calc(var(--font-size) * 0.9);
    top: calc(var(--font-size) * 1.0);
}
.schaltflaechen > .robobot-popup .closemodal {
    position: absolute;
    width: calc(var(--font-size) * 1.7);
    height: calc(var(--font-size) * 1.7);
    right: calc(var(--font-size) * 1);
    top: calc(var(--font-size) * 1.4);
}
.robobot-popup .closemodal .closemodal_path {
    stroke: #130639;
}

.robobot-popup .message {
    display: none;
}
.robobot-popup .message.show {
    display: block;
    animation: fadeInRight .4s ease-in-out;
    animation-fill-mode: both;
    outline: none !important;
}
.robobot-popup .message.show.closing {
    animation: fadeOutLeft .4s ease-in-out;
    animation-fill-mode: both;
}


/* ===== Lichter Startgrafik ===== */
.licht_animation {
    position: absolute;
    width: 1%;
    height: 1%;
    left: 21%;
    top: 12%;
    background-color: #fff;
    border-radius: 1000px;
    filter: blur(2px);
    box-shadow: 0 0 20px 8px #54e1e1;
    z-index: 100;
    opacity: 0.7;
}

.licht_animation#licht_1 {
    animation: licht1 3s linear infinite;
}
@keyframes licht1 {
    from { left: 21%; top: 12%; opacity: 0; }
    5% { left: 21%; top: 12%; opacity: 1; }
    40% { left: 12%; top: 15%; opacity: 1;}
    to { left: 11.8%; top: 0%; opacity: 0;}
}

.licht_animation#licht_2 {
    animation: licht2 5s linear infinite alternate-reverse;
    animation-delay: 1s;
}
@keyframes licht2 {
    0%   { left: 21%; top: 15%; opacity: 0; }
    3.125%  { left: 21%; top: 15%; opacity: 1; }
    18.75%  { left: 15%; top: 17.6%; opacity: 1; }
    43.75%  { left: 14.7%; top: 36.4%; opacity: 1; }
    50%     { left: 11.3%; top: 38%; opacity: 1; }
    62.5%   { left: 13.9%; top: 39.3%; opacity: 0; }
    100%    { left: 13.9%; top: 39.3%; opacity: 0; }
}
.licht_animation#licht_3 {
    animation: licht3 3s linear infinite;
}
@keyframes licht3 {
    from { left: 31%; top: 0%; opacity: 0; }
    20% { left: 31%; top: 2.5%; opacity: 1;}
    to { left: 31%; top: 5%; opacity: 0;}
}
.licht_animation#licht_4 {
    animation: licht4 4s linear infinite alternate-reverse;
    animation-delay: 1s;
}
@keyframes licht4 {
    0%   { left: 37.5%; top: 15.5%; opacity: 0; }
    18%  { left: 37.4%; top: 17%; opacity: 1; }
    38%  { left: 40%; top: 18.2%; opacity: 1; }
    60%  { left: 44%; top: 20.2%; opacity: 1; }
    70%   { left: 45%; top: 20%; opacity: 0; }
    100%    { left: 48%; top: 20%; opacity: 0; }
}
.licht_animation#licht_5 {
    animation: licht5 8s linear infinite alternate-reverse;
    animation-delay: 1s;
}
@keyframes licht5 {
    0%   { left: 15.5%; top: 45.8%; opacity: 0; }
    18%  { left: 14.2%; top: 46.5%; opacity: 1; }
    42%  { left: 14.2%; top: 62%; opacity: 1; }
    52%  { left: 13%; top:62.8%; opacity: 1; }
    60%  { left: 11%; top: 63.2%; opacity: 1; }
    80%  { left: 18%; top: 66%; opacity: 1; }
    100%   { left: 27.5%; top: 69.5%; opacity: 0; }
}
.licht_animation#licht_6 {
    z-index: 20;
    animation: licht6 4s linear infinite alternate-reverse;
    animation-delay: 1s;
}
@keyframes licht6 {
    0%   { left: 74.5%; top: 26.4%; opacity: 0; }
    10%   { left: 74.5%; top: 26.4%; opacity: 1; }
    20%  { left: 77.6%; top: 28%; opacity: 1; }
    30%  { left: 77.6%; top: 38%; opacity: 1; }
    55%  { left: 77.6%; top: 58.8%; opacity: 1; }
    60%     { left: 80.9%; top: 60.6%; opacity: 1; }
    73%   { left: 78.9%; top: 61.6%; opacity: 1; }
    100%    { left: 78.9%; top: 61.6%; opacity: 0;  }
}
.licht_animation#licht_7 {
    animation: licht7 4s linear infinite;
}
@keyframes licht7 {
    from { left: 90%; top: 86%; opacity: 1; }
    20% { left: 95%; top: 89%; opacity: 1;}
    40% { left: 87%; top: 92%; opacity: 1;}
    60% { left: 79%; top: 95%; opacity: 0;}
    to { left: 69%; top: 100%; opacity: 0;}
}
.licht_animation#licht_8 {
    animation: licht8 5s linear infinite;
}
@keyframes licht8 {
    from { left: 29.5%; top: 76.5%; opacity: 1; }
    20% { left: 24%; top: 78.5%; opacity: 1;}
    40% { left: 35%; top: 83%; opacity: 1;}
    55% { left: 39%; top: 84.5%; opacity: 1;}
    to { left: 47%; top: 88%; opacity: 0;}
}

.vorlesen {
    position: absolute;
    right: 2%;
    bottom: 1.5%;
    width: 9%;
    cursor: pointer;
    padding: 0;
    font-size: 0;
    z-index: 100001;
}
.vorlesen.geschichte_vorlesen {
    width: 15%;
}
.vorlesen.regularien_letzter_slide {
    right: 0;
    bottom: 0;
    z-index: 10000;
}

.vorlesen .icon,
.vorlesen .speaking_icon {
    z-index: 10;
    position: relative;
}
.vorlesen .speaking_icon {
    display: none;
}
.vorlesen.speaking .icon {
    display: none;
}
.vorlesen.speaking .speaking_icon {
    display: block;
    animation: rotating 2s linear infinite;
}
@keyframes rotating {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.vorlesen.speaking::before {
    content: 'II';
    font-weight: 900;
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    color: #fff;
    z-index: 12;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: calc(var(--font-size) * 1.2);
}

.vorlesen:hover::after {
    width: calc(var(--font-size) * 12);
    font-size: calc(var(--font-size) * 1);
}

.vorlesen::after {
    transition: width 0.5s, font-size 0.3s;
    content: 'vorlesen lassen';
    color: #fff;
    display: flex;
    justify-content: center;
    margin-left: 0;
    align-items: center;
    font-weight: 600;
    position: absolute;
    right: 40%;
    top: 9%;
    height: 83%;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 10000px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: calc(var(--font-size) * 0);
    z-index: 5;
    border: 1px solid #fff;
    box-sizing: border-box;
    box-shadow: inset 0 0 calc(var(--font-size) * 0.109) #54e1e1, 0 0 calc(var(--font-size) * 0.4) #92d6d6;
    clip-path: polygon(-6px -4px, 100% 0px, 100% 100%, 100% 100%, -1.17% 115.36%);
    font-size: 0%;
    z-index: 1;
}
.vorlesen.regularien_letzter_slide::after {
    background: rgb(6, 44, 94);
}


button.weiterlesen,
button.wenigerlesen {
    font-size: inherit !important;
    margin-bottom: 1%;
    position: relative !important;
    color: inherit;
    display: inline-block !important;
}
button.weiterlesen > strong,
button.wenigerlesen > strong {
    text-decoration: underline;
    display: inline;
}
button.weiterlesen.hidden,
button.wenigerlesen.hidden {
    display: none !important;
}

.weiterlesen_content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.7s ease-in-out;
}
.weiterlesen_content.visible {
    max-height: 1000px; /* oder mehr, wenn nötig */
    margin-bottom: 1rem;
}


/* ======================================================= */
/* ================= Definition von KI =================== */
/* ======================================================= */

.modal.definition .closemodal {
    position: absolute;
    top: calc(var(--font-size) * 1.5);
    right: calc(var(--font-size) * 1.5);
    margin: 0 !important;
}
.modal.definition .closemodal_wrapper {
    height: 5%;
    overflow: visible;
}

.modal.definition .dialog_content {
    justify-content: center;
    background-position: center;
    background-size: 100%;
}
.modal.definition .dialog_content > * {
    margin-top: -13%;
    z-index: 10;
}
.modal.definition .definition_chip {
    width: 42%;
}

.modal.definition .definition_chip .chip_beschriftung {
    color: #7ab8b5;
    position: absolute;
    bottom: 20%;
    left: 31%;
    transform: skewY(-9deg) skewX(-1deg);
    font-weight: 600;
    background: #f3fafa;
    border-radius: 5px;
    padding: 0.2% 3%;
}


@keyframes chip_licht {
    0%   { --angle: 0deg;   opacity: 0; }
    1.5% { --angle: 0deg;   opacity: 1; }
    30%  { --angle: 720deg; opacity: 0; }
    100% { --angle: 720deg; opacity: 0; }
}

@property --angle {
    syntax: '<angle>';
    initial-value: 90deg;
    inherits: false;
}

.modal.definition button.button.ki_bereiche {
    width: 17%;
    position: absolute;
}

/* Positionierung Bereiche Chips */
.modal.definition button.button.ki_bereiche#definition_bilder {
    left: 3.8%;
    top: 29%;
    z-index: 12;
}
.modal.definition button.button.ki_bereiche#definition_text {
    left: 41.8%;
    top: 14%;
    z-index: 12;
}
.modal.definition button.button.ki_bereiche#definition_audio {
    left: 46.5%;
    top: 76%;
    z-index: 12;
}
.modal.definition button.button.ki_bereiche#definition_produktivitaet {
    left: 72.6%;
    top: 25%;
    z-index: 12;
}
.modal.definition button.button.ki_bereiche#definition_video {
    left: 12.1%;
    top: 68%;
    z-index: 12;
}
.modal.definition button.button.ki_bereiche#definition_daten {
    left: 71.6%;
    top: 63%;
    z-index: 12;
}

.modal.definition .dialog_content .verbindungen {
    z-index: 1;
}

/* Positionierung Bereiche Verbindungen */
.modal.definition #verbinder_definition_chip_bilder {
    width: 26%;
    left: 4%;
    top: 44.3%;
    z-index: 11;
    clip-path:circle(0% at 100% 30%);
    -webkit-clip-path:circle(0% at 100% 30%);
}
.modal.definition #verbinder_definition_chip_audio {
    width: 8.5%;
    left: 46.2%;
    top: 67.9%;
    clip-path:circle(0% at 50% 0%);
    -webkit-clip-path:circle(0% at 50% 0%);
}

.modal.definition #verbinder_definition_chip_texte {
    width: 16%;
    left: 44%;
    top: 25.9%;
    z-index: 11;
    clip-path:circle(0% at 50% 100%);
    -webkit-clip-path:circle(0% at 50% 100%);
}

.modal.definition #verbinder_definition_chip_produktivitaet {
    width: 18%;
    left: 70%;
    top: 36.3%;
    clip-path:circle(0% at 0% 85%);
    -webkit-clip-path:circle(0% at 0% 85%);
}

.modal.definition #verbinder_definition_chip_daten {
    width: 14%;
    left: 70%;
    top: 55.7%;
    clip-path: circle(0% at 0% 85%);
    -webkit-clip-path: circle(0% at 0% 85%);
}
.modal.definition #verbinder_definition_chip_video {
    width: 10%;
    left: 19.7%;
    top: 60.7%;
    z-index: 11;
    clip-path: circle(0% at 0% 85%);
    -webkit-clip-path: circle(0% at 0% 85%);
}

.modal.definition .beschriftung_definition.oben {
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    position: absolute;
    left: 2.6%;
    top: 26%;
    z-index: 30;
    width: 13%;
    height: 4%;
    font-size: calc(var(--font-size) * 1.3);
}
.modal.definition .beschriftung_definition.oben_links {
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    position: absolute;
    left: 2.6%;
    top: 9%;
    z-index: 30;
    width: 18%;
    height: 6%;
    font-size: calc(var(--font-size) * 1.3);
}
.modal.definition .beschriftung_definition.oben::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-right: 1px solid #54e1e1;
    border-top: 1px solid #54e1e1;
    filter: blur(3px);
}
.modal.definition .beschriftung_definition.unten {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: absolute;
    left: 2.6%;
    top: 26%;
    z-index: 30;
    width: 15%;
    height: 4%;
    font-size: calc(var(--font-size) * 1.3);
}
.modal.definition .beschriftung_definition.unten_links {
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: absolute;
    left: 2.6%;
    top: 26%;
    z-index: 30;
    width: 23%;
    height: 3%;
    font-size: calc(var(--font-size) * 1.3);
}
.modal.definition .beschriftung_definition.unten::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-right: 1px solid #54e1e1;
    border-bottom: 1px solid #54e1e1;
    filter: blur(3px);
}

.modal.definition .beschriftung_definition.oben span {
    top: -72%;
    left: -15%;
    position: absolute;
}
.modal.definition .beschriftung_definition.oben_links span {
    top: -48%;
    left: 9%;
    position: absolute;
}
.modal.definition .beschriftung_definition.unten span {
    bottom: -67%;
    left: -15%;
    position: absolute;
}

.modal.definition #beschriftung_definition_bilder {
    left: 4%;
    top: 26%;
}

.modal.definition #beschriftung_definition_audio {
    left: 40.1%;
    top: 91.5%;
}
.modal.definition #beschriftung_definition_video {
    left: 2%;
    top: 83.5%;
    width: 14%;
}
.modal.definition #beschriftung_definition_daten {
    left: 75.1%;
    top: 79.2%;
}
.modal.definition #beschriftung_definition_daten span {
    left: 6%;
    top: 10%;
    position: absolute;
}
.modal.definition #beschriftung_definition_business {
    left: 80.5%;
    top: 20.5%;
}
.modal.definition #beschriftung_definition_texte {
    left: 32.1%;
    top: 12.5%;
}
.modal .dialog_content .definition_beispiele_buttons button.button {
    border: 2px #013f77 solid;
    width: 61%;
    border-radius: 1000px;
    background-color: #013f77;
    color: #fff;
    font-size: 120%;
    font-weight: 600;
    padding: 1.3%;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 1%;
    box-sizing: border-box;
    transition: all .2s ease-in-out;
}
.modal .dialog_content .definition_beispiele_buttons button.button:hover {
    border: 2px #013f77 solid;
    background-color: #fff;
    color: #013f77;
}

/* ======================================================= */
/* ================= Geschichte ========================== */
/* ======================================================= */
.modal.geschichte .closemodal_wrapper,
.modal.bias .closemodal_wrapper {
    bottom: unset;
    top: calc(var(--font-size) * 2);
    align-items: flex-start;
}
.modal.geschichte .dialog_content {
    flex-direction: row;
}
.modal.geschichte .dialog_content .zeitorbit_wrapper,
.modal.geschichte .dialog_content .eintraege_wrapper {
    height: 100%;
    width: 50%;
    box-sizing: border-box;
    position: relative;
}

.modal.geschichte .dialog_content .eintraege_wrapper {
    padding: 4% 1%;
    overflow: scroll;
    overflow-x: visible !important;
    width: 100%;
    position: absolute;
    z-index: 5;
}
.modal.geschichte .dialog_content .eintraege_wrapper .accordion {
    height: auto;
    width: 49%;
    left: 48%;
    position: absolute;
    padding: 10% 0;
    overflow: visible !important;
}

.modal.geschichte .dialog_content .eintraege_wrapper .accordion::before {
    content: '';
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: linear-gradient(#0c1a4c, #0d194b00);
    height: 26vh;
    pointer-events: none;
    z-index: 100;
}
.modal.geschichte .dialog_content .eintraege_wrapper .accordion::after {
    content: '';
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background: linear-gradient(#0d194b00, #0c1a4c);
    height: 35vh;
    pointer-events: none;
    z-index: 100;
}

.modal.geschichte .dialog_content .eintraege_wrapper .accordion .zeiteintrag {
    margin-top: 9%;
    display: flex;
    gap: 5%;
    background: transparent;
    border: none;
    padding: 0;
    width: 100%;
    transform: translateX(0);
    transition: margin-top .3s ease-in-out;
}
.modal.geschichte .dialog_content .eintraege_wrapper .accordion .zeiteintrag:first-child {
    padding-top: calc( (var(--min-height) / 2) * 0.1);
}
.modal.geschichte .dialog_content .eintraege_wrapper .accordion .zeiteintrag:not(.ui-state-active[aria-expanded="true"]):last-of-type {
    padding-bottom: calc( (var(--min-height) / 2) * 1);
}
.modal.geschichte .dialog_content .eintraege_wrapper .accordion .zeiteintrag.ui-state-active[aria-expanded="true"]:last-of-type + div {
    margin-bottom: calc( (var(--min-height) / 2) * 1);
}

.modal.geschichte .dialog_content .eintraege_wrapper .accordion .zeiteintrag.ausgeblendet {
    visibility: hidden !important;
    height: 0 !important;
    margin-top: 0;
}

.modal.geschichte .dialog_content .eintraege_wrapper .accordion .zeiteintrag .datum {
    background-color: #87ccc9;
    color: #fff;
    border-radius: 1000px;
    height: calc(var(--font-size) * 4);
    width: calc(var(--font-size) * 4);
    min-width: calc(var(--font-size) * 4);
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 !important;
    font-size: 130%;
    font-weight: 600;
}
.modal.geschichte .dialog_content .eintraege_wrapper .accordion .zeiteintrag .eintrag_titel {
    background-color: #dbf0ef;
    border-radius: calc(var(--font-size) * 0.6);
    padding: 3% 5% 3% 6%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border: 2px solid #87ccc9;
    color: #004071;
    font-weight: 600;
    width: 100%;
    transition: border-radius 0.75s ease-in-out, border-bottom-color 0.75s ease-in-out;
}

.modal.geschichte .dialog_content .eintraege_wrapper .accordion .zeiteintrag + div {
    background-color: #dbf0ef;
    border: calc(var(--font-size) * 0.18) solid #87ccc9;
    border-radius: calc(var(--font-size) * 0.6);
    border-top: 0 !important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    display: block;
    max-width: calc(100% - (var(--font-size) * 4) - 5%);
    width: calc(100% - (var(--font-size) * 4) - 5%);
    box-sizing: border-box;
    float: right;
    margin-bottom: 5%;
    padding: 3% 5% 8% 6%;
    margin-top: calc(var(--font-size) * -0.18)
}

.modal.geschichte .dialog_content .eintraege_wrapper .accordion .zeiteintrag.ideen .datum {
    background-color: #87ccc9;
    color: #fff;
}
.modal.geschichte .dialog_content .eintraege_wrapper .accordion .zeiteintrag.entwicklung .datum {
    background-color: #8d0449;
    color: #fff;
}
.modal.geschichte .dialog_content .eintraege_wrapper .accordion .zeiteintrag.regularien .datum {
    background-color: #ffcc00;
    color: #fff;
}

.modal.geschichte .dialog_content .eintraege_wrapper .accordion .zeiteintrag.ideen .eintrag_titel,
.modal.geschichte .dialog_content .eintraege_wrapper .accordion .zeiteintrag.ideen + div {
    background-color: #dbf0ef;
    border: calc(var(--font-size) * 0.18) solid #87ccc9;
    color: #004071;
}
.modal.geschichte .dialog_content .eintraege_wrapper .accordion .zeiteintrag.entwicklung .eintrag_titel,
.modal.geschichte .dialog_content .eintraege_wrapper .accordion .zeiteintrag.entwicklung + div {
    background-color: #f7dfec;
    border: calc(var(--font-size) * 0.18) solid #8d0449;
    color: #004071;
}
.modal.geschichte .dialog_content .eintraege_wrapper .accordion .zeiteintrag.regularien .eintrag_titel,
.modal.geschichte .dialog_content .eintraege_wrapper .accordion .zeiteintrag.regularien + div {
    background-color: #fcf8e6;
    border: calc(var(--font-size) * 0.18) solid #ffcc00;
    color: #004071;
}
.modal.geschichte .dialog_content .eintraege_wrapper .accordion .zeiteintrag.ui-state-active[aria-expanded="true"] .eintrag_titel {
    border-radius: calc(var(--font-size) * 0.6);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    transition: border-radius 0s ease-in-out, border-bottom-color 0s ease-in-out;
}
.modal.geschichte .dialog_content .eintraege_wrapper .accordion .zeiteintrag.ideen.ui-state-active[aria-expanded="true"] .eintrag_titel {
    border-bottom-color: #dbf0ef;
}
.modal.geschichte .dialog_content .eintraege_wrapper .accordion .zeiteintrag.entwicklung.ui-state-active[aria-expanded="true"] .eintrag_titel {
    border-bottom-color: #f7dfec;
}
.modal.geschichte .dialog_content .eintraege_wrapper .accordion .zeiteintrag.regularien.ui-state-active[aria-expanded="true"] .eintrag_titel {
    border-bottom-color: #fcf8e6;
}

.modal.geschichte .dialog_content .eintraege_wrapper .accordion .zeiteintrag.ui-state-active[aria-expanded="true"],
.modal.geschichte .dialog_content .eintraege_wrapper .accordion .zeiteintrag.ui-state-active[aria-expanded="true"] + div {
    position: relative;
    z-index: 200;
}

.modal.geschichte .zeitorbit_wrapper {
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1) 6%);
    z-index: 100;
    pointer-events: none;
}
.modal.geschichte .zeitorbit_wrapper .zeitorbit,
.modal.geschichte .zeitorbit_wrapper .beschriftungen {
    position: absolute;
    left: -100%;
    width: 190%;
    height: auto;
    top: 18%;
    transition: opacity .3s ease-in-out, filter 0.3s ease-in-out;
}
.modal.geschichte .zeitorbit_wrapper .beschriftungen {

    transform: rotate(45deg) scale(0.975);
    z-index: 1200;
    font-weight: 600;
    pointer-events: none;
}
.modal.geschichte .zeitorbit_wrapper .beschriftungen.aussen {
    transform: rotate(9deg) scale(0.983);

}
.modal.geschichte .zeitorbit_wrapper .beschriftungen.innen {
    transform: rotate(66deg);
    width: 92.5% !important;
    font-size: 0 !important;
    transform-origin: 49% 52%;
}
.modal.geschichte .zeitorbit_wrapper .beschriftungen.aussen text {
    fill: #004071;
}
.modal.geschichte .zeitorbit_wrapper .beschriftungen.mitte text {
    fill: #f7dfec;
}
.modal.geschichte .zeitorbit_wrapper .beschriftungen.innen text {
    fill: #faf6e5;
}


.modal.geschichte .zeitorbit_wrapper .zeitorbit.abgewaehlt {
    opacity: 0.6;
    filter: brightness(0.8);
}
.modal.geschichte .zeitorbit_wrapper .zeitorbit .icon {
    position: absolute;
    width: 30%;
    right: 5%;
    z-index: 20 !important;
    cursor: pointer;
    transition: transform .2s ease-in-out;
    pointer-events: auto;
}
.modal.geschichte .zeitorbit_wrapper .zeitorbit .icon > img {
    transform: scale(1);
    animation: filter_start 1s ease-in-out;
    animation-fill-mode: both;
    animation-delay: 1s;
}
@keyframes filter_start {
    from { transform: scale(1); }
    50% { transform: scale(1.1); }
    to { transform: scale(1); }
}
.modal.geschichte .zeitorbit_wrapper .zeitorbit.mitte .icon > img {
    animation-delay: 1.15s;
}
.modal.geschichte .zeitorbit_wrapper .zeitorbit.innen .icon > img {
    animation-delay: 1.3s;
}

.modal.geschichte .zeitorbit_wrapper .zeitorbit .icon:hover {
    transform: scale(1.05);
}
.modal.geschichte .zeitorbit_wrapper .zeitorbit.mitte .icon {
    width: 15.7%;
    right: 24%;
    top: -1.1%;
}
.modal.geschichte .zeitorbit_wrapper .zeitorbit.aussen .icon {
    width: 12%;
    right: 32%;
    top: -3.4%;
}
.modal.geschichte .zeitorbit_wrapper .zeitorbit.innen .icon {
    width: 24%;
    right: 10%;
    top: -1%;
}

.modal.geschichte .zeitorbit_wrapper .zeitorbit .kreislinie {
    width: 100%;
    z-index: 10;
    transition: all .1s ease-in-out;
    font-size: 0 !important;
}
.modal.geschichte .zeitorbit_wrapper .zeitorbit .kreislinie > img {
    width: 100%;
}
.modal.geschichte .zeitorbit_wrapper .zeitorbit.mitte,
.modal.geschichte .zeitorbit_wrapper .beschriftungen.mitte {
    top: 25%;
    left: -83%;
    width: 148%;
}
.modal.geschichte .zeitorbit_wrapper .zeitorbit.innen,
.modal.geschichte .zeitorbit_wrapper .beschriftungen.innen {
    width: 95%;
    top: 34.1%;
    left: -57%;
}

.scroll-down.invisible {
    opacity: 0;
}
.scroll-down {
    opacity: 0;
    height: 50px;
    width: 30px;
    border: 2px solid #fff;
    opacity: 0.5;
    position: absolute;
    left: 93%;
    top: 87%;
    border-radius: 50px;
    cursor: pointer;
    transition: opacity 0.5s ease-in-out;
}
.scroll-down::before,
.scroll-down::after {
    content: "";
    position: absolute;
    top: 20%;
    left: 50%;
    height: 10px;
    width: 10px;
    transform: translate(-50%, -100%) rotate(45deg);
    border: 2px solid #fff;
    border-top: transparent;
    border-left: transparent;
    animation: scroll-down 1s ease-in-out infinite;
}
.scroll-down::before {
    top: 30%;
    animation-delay: 0.3s;
}

@keyframes scroll-down {
    0% {
        /* top:20%; */
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    60% {
        opacity: 1;
    }
    100% {
        top: 90%;
        opacity: 0;
    }
}


/* ======================================================= */
/* ===================== BIAS ============================ */
/* ======================================================= */

.modal.bias .dialog_content {
    justify-content: flex-start;
    background-position: center;
    background-size: 100%;
    align-items: flex-start;
    padding: 6% 5%;
}

.modal.bias .dialog_content .popup_titel,
.modal.regularien .dialog_content .popup_titel {
    font-family: 'Ebert Headline', Hevetica, Arial, sans-serif;
    font-size: 180% !important;
    text-align: left;
    margin-bottom: 3%;
    width: auto;
    max-width: fit-content;
}

.modal.bias .dialog_content .zwischenueberschrift {
    font-size: 130%;
    font-weight: 600;
    margin-bottom: 2%;
    margin-top: 5%;
}
.modal.bias .dialog_content .bias_beispiele_buttons {
    display: inline-block;
    width: 100%;
}
.modal.bias .dialog_content .bias_beispiele_buttons button.button {
    width: 47%;
    border-radius: 1000px;
    background-color: #99aec5;
    color: #fff;
    font-size: 120%;
    font-weight: 600;
    padding: 1.3%;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 1%;
    box-sizing: border-box;
    transition: all .2s ease-in-out;
}
.modal.bias .dialog_content .bias_beispiele_buttons button.button:hover {
    background-color: #fff;
    color: #052f61;
}
.modal.bias .dialog_content .bias_illustration {
    display: block;
    width: 100%;
    margin-top: auto;
    margin-bottom: 5%;
    position: relative;
}

.modal.bias .dialog_content .bias_illustration .bias_illus_beispiele_wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.modal.bias .dialog_content .bias_illustration .bias_illus_beispiele_wrapper .bias_illu_beispiel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.modal.bias .dialog_content .bias_illustration .bias_illus_beispiele_wrapper .bias_illu_beispiel > * {
    position: absolute;
}
.modal.bias .dialog_content .bias_illustration .bias_illus_beispiele_wrapper .bias_illu_beispiel.visible {
    display: block;
}
.modal.bias .dialog_content .bias_illustration .bias_illus_beispiele_wrapper .bias_illu_beispiel .icon {
    width: 9%;
    animation: bounceIn 1.0s ease-in-out;
    animation-fill-mode: both;
    animation-delay: 0.5s;
}
.modal.bias .dialog_content .bias_illustration .bias_illus_beispiele_wrapper .bias_illu_beispiel .icon.links {
    left: 0.8%;
    top: 37.3%;
}
.modal.bias .dialog_content .bias_illustration .bias_illus_beispiele_wrapper .bias_illu_beispiel .icon.mitte {
    left: 5.5%;
    top: 9%;
}
.modal.bias .dialog_content .bias_illustration .bias_illus_beispiele_wrapper .bias_illu_beispiel .icon.rechts {
    left: 22%;
    top: 5%;
}
.modal.bias .dialog_content .bias_illustration .bias_illus_beispiele_wrapper .bias_illu_beispiel .frau {
    left: 65%;
    top: 30%;
    width: 13.5%;
    animation: bounceInDown .6s ease-in-out;
    animation-delay: 1.1s;
    animation-fill-mode: both;
    z-index: 100;
}
.modal.bias .dialog_content .bias_illustration .bias_illus_beispiele_wrapper .bias_illu_beispiel .frau_2 {
    left: 67%;
    top: 29%;
    width: 11.5%;
    animation: bounceInDown .6s ease-in-out;
    animation-delay: 1.1s;
    animation-fill-mode: both;
    z-index: 100;
}
.modal.bias .dialog_content .bias_illustration .bias_illus_beispiele_wrapper .bias_illu_beispiel .mann {
    left: 89%;
    top: 7%;
    width: 12%;
    animation: bounceInDown .6s ease-in-out;
    animation-fill-mode: both;
    animation-delay: 1.4s;
    z-index: 100;
}
.modal.bias .dialog_content .bias_illustration .bias_illus_beispiele_wrapper .bias_illu_beispiel .mann_2 {
    left: 90%;
    top: 7%;
    width: 11%;
    animation: bounceInDown .6s ease-in-out;
    animation-fill-mode: both;
    animation-delay: 1.4s;
    z-index: 100;
}
.modal.bias .dialog_content .bias_illustration .bias_illus_beispiele_wrapper .bias_illu_beispiel .fenster {
    width: 5%;
    animation: bounceIn .8s ease-in-out;
    animation-delay: 2.4s !important;
    animation-fill-mode: both !important;
}
.modal.bias .dialog_content .bias_illustration .bias_illus_beispiele_wrapper .bias_illu_beispiel .fenster.links.vorn {
    left: 61%;
    top: 25%;
    width: 8%;
    z-index: 51;
    animation: bounceIn .8s ease-in-out, pulse 1.5s ease-in-out alternate-reverse infinite;
}
.modal.bias .dialog_content .bias_illustration .bias_illus_beispiele_wrapper .bias_illu_beispiel .fenster.links.hinten {
    left: 52%;
    top: 32%;
    width: 11%;
    z-index: 50;
}
.modal.bias .dialog_content .bias_illustration .bias_illus_beispiele_wrapper .bias_illu_beispiel .fenster.rechts.vorn {
    left: 84%;
    width: 10%;
    top: 1%;
    z-index: 51;
}
.modal.bias .dialog_content .bias_illustration .bias_illus_beispiele_wrapper .bias_illu_beispiel .fenster.rechts.vorne {
    left: 85%;
    width: 9%;
    top: 0%;
    z-index: 51;
}
.modal.bias .dialog_content .bias_illustration .bias_illus_beispiele_wrapper .bias_illu_beispiel .fenster.rechts.hinten {
    left: 76%;
    width: 11%;
    top: 6%;
    z-index: 50;
}

.modal .dialog_content .text_illu_flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem; /* Abstand zwischen Text und Bild */
    max-height: 100%;
    overflow: scroll;
}

.modal .dialog_content .text_illu_flex .text {
    flex: 1 1 60%;
    overflow: hidden;
}

.modal .dialog_content .achtung {
    background: rgba(0,0,0,.2);
    padding: 2% 8% 2% 3%;
    border-radius: calc(var(--font-size) * 1.1);
    position: relative;
    width: auto;
}

.modal .dialog_content .achtung .blitz {
    width: 15%;
    position: absolute;
    right: -2%;
    top: calc(var(--font-size) * -2);
}


.modal .dialog_content .text_illu_flex .illustration {
    flex: 0 1 33%;
    position: relative;
    aspect-ratio: 1 / 1;
}

.modal .dialog_content .text_illu_flex .illustration img {
    position: absolute;
    width: 100%;
    height: auto;
}
.ecken_bias {
    animation: zoomIn .6s ease-in-out;
    animation-delay: 0.5s;
    animation-fill-mode: both;
}
.bias_bild {
    animation: fadeIn .4s ease-in-out;
    animation-delay: .8s;
    animation-fill-mode: both;
}
/* ======================================================= */
/* ====================== KI im Alltag =================== */
/* ======================================================= */

.modal.alltag .swipe {
    display: none;
    pointer-events: none;
    position: absolute;
    bottom: 2%;
    background-color: #2c5a88;
    width: calc(var(--font-size) * 5);
    left: 4%;
    height: calc(var(--font-size) * 5);
    z-index: 3;
    border-radius: 10000px;
    overflow: hidden;
    box-sizing: border-box;
    box-shadow: inset calc(var(--font-size) * 3) 0 calc(var(--font-size) * 8) rgba(39, 108, 177, 0.9);
}
.modal.alltag .swipe::after {
    content: '';
    background: transparent;
    border: calc(var(--font-size) * 0.19) solid rgba(255,255,255,.8);
    border-radius: 10000px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    box-sizing: border-box;
    box-shadow: inset 0 0 calc(var(--font-size) * 0.19) #54e1e1, 0 0 calc(var(--font-size) * 0.4) #92d6d6;
    pointer-events: none;
}
.modal.alltag .swipe > img,
.modal.alltag .swipe > svg {
    opacity: 0.85;
    width: auto;
    padding: 8%;
    animation: swipe-right 1.0s infinite alternate-reverse ease-in-out;
}

@keyframes swipe-right {
    from { transform: translateX(-7%) rotate(-6deg); }
    to { transform: translateX(7%) rotate(6deg); }
}


.modal.alltag .dialog_content {
    justify-content: flex-start;
    background-position: center;
    background-size: 100%;
    overflow: visible;
}
.modal.alltag.flip .dialog_content {
    justify-content: center;
}

.modal.alltag .dialog_content .closemodal_wrapper,
.modal.alltag .dialog_content .closemodal_wrapper {
    bottom: unset;
    top: 3%;
    justify-content: flex-end;
    align-items: flex-start;
}

.modal.alltag .dialog_content .alltag_wrapper {
    width: 88%;
    height: 88%;
    position: relative;
    margin-top: 3%;
    overflow: visible;
}

.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene {
    left: 0;
    position: absolute;
    width: 100%;
    height: auto;
    animation: fadeInUp 0.4s ease-in-out;
    animation-fill-mode: both;
    height: 42%;
    transform: scale(1);
    transition: all .4s ease-in-out;
    /*pointer-events: none;*/
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene:not(.active) {
    cursor: pointer;
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene:not(.active):hover {
    transform: scale(1.05);
}

.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene .smartphone_boden {
    position: absolute;
    pointer-events: none;
}

.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_1 {
    top: 5%;
    animation-delay: 0.6s;
    z-index: 300;
    margin-top: -2%;
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_2 {
    animation-delay: 0.4s;
    z-index: 200;
    top: 26%;
    width: 115%;
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_3 {
    animation-delay: 0.2s;
    z-index: 100;
    top: 59%;
}



.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene.swiped {
    opacity: 0 !important;
    pointer-events: none !important;
    z-index: 0 !important;
    display: none;
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene.active {
    z-index: 5000 !important;
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene.active.to_left {
    transform: scale(1.6) translateX(17%);
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene.active.to_right {
    transform: scale(1.6) translateX(-17%);
}

.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_1.active {
    top: 20%;
    width: 190%;
    margin-left: -55%;
    height: 79%;
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_2.swiped {
    margin: 0 !important;
}

.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_2.active {
    top: 20%;
    width: 190%;
    margin-left: -43%;
    height: 70.5%;
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_1.swiped {
    margin-top: -40% !important;
}

.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_3.active {
    top: 20%;
    width: 170%;
    margin-left: -45%;
    height: 72.3%;
}

.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene .elemente_wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    clip-path: polygon(-10.87% 43.30%, 69.66% -13.38%, 140.48% 18.4%, 4.51% 137.84%);
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene .elemente_links,
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene .elemente_rechts {
    width: 50%;
    height: 100%;
    position: relative;

    overflow: visible;
    clip-path: polygon(-9.51% 50.94%, 69.66% -13.38%, 126.98% 19.36%, 4.51% 137.84%);
    pointer-events: visiblePainted;
    pointer-events: none;
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene .elemente_links {
    clip-path: polygon(-22.33% 37.57%, 124.44% -5.74%, 233.81% 28.28%, 26.26% 130.20%);
    z-index: 10;
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene .elemente_rechts {
    clip-path: polygon(-82.16% 33.75%, 34.7% -40.07%, 200.25% 5.45%, -23.85% 102.18%);
    z-index: 5;
}

.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene .elemente_links *,
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene .elemente_rechts * {
    transform-origin: bottom center;
   pointer-events: none;
}

.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene.interacted {
    animation: unset;
}

.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene:not(.active):not(.interacted) .elemente_links *,
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene:not(.active):not(.interacted) .elemente_rechts * {
    animation-fill-mode: both;
    animation: wimmelbild_elemente_erscheinen 0.9s ease-in-out;
    animation-delay: 0.2s;
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_2 .elemente_links *,
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_2 .elemente_rechts * {
    animation-delay: 0.4s;
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_1 .elemente_links *,
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_1 .elemente_rechts * {
    animation-delay: 0.6s;
}
@keyframes wimmelbild_elemente_erscheinen {
    0% {transform: scaleY(0.7);
        opacity: 1;
    }
    40% {
        transform: scaleY(1.05);
        opacity: 1;
    }
    60% {
        transform: scaleY(0.97);
    }
    80% {
        transform: scaleY(1.02);
    }
    100% {
        transform: scaleY(1);
    }
}

.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene .elemente_links.active *,
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene .elemente_rechts.active * {
    pointer-events: all;
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene.active .elemente_links button,
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene.active .elemente_rechts button {
animation: alltag_attention_seeker 3s ease-out infinite;
    filter: drop-shadow(.05em .2em 0 #e7f5f4) drop-shadow(.05em .2em 0 #3ee4a8);
}

@keyframes alltag_attention_seeker {
    from {
        filter: drop-shadow(.0em .0em 0 rgba(62, 228, 168, 1)) drop-shadow(-.0em -.0em 0 rgba(62, 228, 168, 1)) drop-shadow(.0em -.0em 0 rgba(62, 228, 168, 1)) drop-shadow(-.0em .0em 0 rgba(62, 228, 168, 1));
    }
    50% {
        filter: drop-shadow(.2em .2em .1em rgba(62, 228, 168, 0.6)) drop-shadow(-.2em -.2em .1em rgba(62, 228, 168, 0.6)) drop-shadow(.2em -.2em .1em rgba(62, 228, 168, 0.6)) drop-shadow(-.2em .2em .1em rgba(62, 228, 168, 0.6));
    }
    70% {
        filter: drop-shadow(.2em .2em .1em rgba(62, 228, 168, 0.0)) drop-shadow(-.2em -.2em .1em rgba(62, 228, 168, 0.0)) drop-shadow(.2em -.2em .1em rgba(62, 228, 168, 0.0)) drop-shadow(-.2em .2em .1em rgba(62, 228, 168, 0.0));
    }
    100% {
        filter: drop-shadow(.2em .2em .1em rgba(62, 228, 168, 0.0)) drop-shadow(-.2em -.2em .1em rgba(62, 228, 168, 0.0)) drop-shadow(.2em -.2em .1em rgba(62, 228, 168, 0.0)) drop-shadow(-.2em .2em .1em rgba(62, 228, 168, 0.0));
    }
}

.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene .elemente_links .beschriftung {
    transform: skewY(31deg) scaleX(0.9) translateY(0);
    opacity: 1;
    bottom: 19%;
    left: 7%;
    animation: beschriftungFadeUp .5s 1.5s ease-in-out !important;
    animation-fill-mode: both !important;
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene .elemente_rechts .beschriftung {
    transform: skewY(-31deg) scaleX(0.9) translateY(0);
    opacity: 1;
    bottom: 51%;
    right: 2%;
    animation: beschriftungFadeUp2 .5s 1.5s ease-in-out !important;
    animation-fill-mode: both !important;
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene.active .elemente_links .beschriftung {
    transition: transform .3s ease-in-out;
    transform: skewY(31deg) scaleX(1) scaleY(1.3) translateY(0) !important;
    bottom: 22% !important;
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene.active .elemente_rechts .beschriftung {
    transition: transform .3s ease-in-out;
    transform: skewY(-31deg) scaleX(1) scaleY(1.3) translateY(0) !important;
    bottom: 54% !important;
}
@keyframes beschriftungFadeUp {
    from { transform: skewY(31deg) scaleX(0.9) translateY(100%); opacity: 0;     }
    to { transform: skewY(31deg) scaleX(0.9) translateY(0); opacity: 1;     }
}
@keyframes beschriftungFadeUp2 {
    from { transform: skewY(-31deg) scaleX(0.9) translateY(100%); opacity: 0;     }
    to { transform: skewY(-31deg) scaleX(0.9) translateY(0); opacity: 1;     }
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene.active#ebene_2 .elemente_rechts .beschriftung {
    bottom: 39% !important;
    right: 28%;
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene.active#ebene_3 .elemente_rechts .beschriftung {
    bottom: 48% !important;
    right: 2%;
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene.active#ebene_2 .elemente_links .beschriftung {
    bottom: 7% !important;
    left: 5%;
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene.active#ebene_3 .elemente_links .beschriftung {
    bottom: 19% !important;
    left: 4%;
}

.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_2 .elemente_rechts .beschriftung {
    bottom: 37% !important;
    right: 27%;
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_3 .elemente_rechts .beschriftung {
    bottom: 46% !important;
    right: 2%;
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_2 .elemente_links .beschriftung {
    bottom: 5% !important;
    left: 3%;
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_3 .elemente_links .beschriftung {
    bottom: 17% !important;
    left: 2%;
}

.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene .elemente_links .beschriftung span,
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene .elemente_rechts .beschriftung span {
    font-size: 110%;
}

.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_1 .schule {
    position: absolute;
    left: 15%;
    width: 53%;
    top: 30%;
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_1 .antenne {
    position: absolute;
    left: -11%;
    width: 16%;
    top: 43%;
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_1 .antenne_wellen {
    position: absolute;
    left: -25%;
    width: 15%;
    top: 36%;
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_1 .antenne_wellen {
    height: auto;
    animation: senden 6s linear infinite;
    clip-path: inset(0 0 0 100%);
    animation-delay: 6s;
}

@keyframes senden {
    0% {clip-path: inset(0 0 0 100%);}
    50% {clip-path: inset(0 0% 0 0);}
    100% {clip-path: inset(0 100% 0 0);}
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_1 .fabrik {
    position: absolute;
    left: 96%;
    width: 40%;
    top: 33%;
    z-index: 10;
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_1 .statue_oben {
    position: absolute;
    left: 62%;
    width: 6%;
    top: 66.5%;
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_1 .statue_oben {
    height: auto;
    animation: statue 10s linear infinite;
    animation-delay: 2s;
    clip-path: inset(0 0 0 0);
}
@keyframes statue {
    0%   { clip-path: inset(100% 0 0 0 round 50px); }
    30%  { clip-path: inset(0 0 0 0 round 50px); }
    80%  { clip-path: inset(0 0 0 0 round 50px); }
    100% { clip-path: inset(100% 0 0 0 round 50px); }
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_1 .statue_unten {
    position: absolute;
    left: 60%;
    width: 10%;
    top: 74%;
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_1 .personen_fabrik {
    position: absolute;
    left: 76%;
    width: 25%;
    top: 54.5%;
    z-index: 80;
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_1 .rathaus {
    position: absolute;
    left: 16%;
    width: 33%;
    top: -8%;
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_1 .demo {
    position: absolute;
    left: 53%;
    width: 20%;
    top: 23%;
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_1 .saeule {
    position: absolute;
    left: 4%;
    width: 28%;
    top: 68%;
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_1 .oben_baum_rechts_2 {
    position: absolute;
    left: -17%;
    width: 7%;
    top: 31%;
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_1 .oben_baum_links {
    position: absolute;
    left: 60%;
    width: 33%;
    top: 22.4%;
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_1 .oben_auto {
    position: absolute;
    left: -23%;
    width: 12%;
    top: 37%;
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_1 .oben_baum_rechts {
    position: absolute;
    left: 120%;
    width: 7%;
    top: 56%;
    z-index: 10;
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_1 .oben_busch {
    position: absolute;
    left: 26%;
    width: 9%;
    top: 65%;
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_1 .oben_bus {
    position: absolute;
    left: 37%;
    width: 22%;
    top: 62%;
    z-index: 5;
    animation: bus 16s linear infinite;
    animation-delay: 0s;
    animation-fill-mode: none;
}
@keyframes bus {
    0% { left: 95%; top: 34%; opacity: 0;}
    2% { opacity: 1;}
    25% { left: 67%; top: 48%; opacity: 1; }
    40% { left: 38%; top: 61.5%; opacity: 1;}
    70% { left: 38%; top: 61.5%; opacity: 1;}
    75% { left: 38%; top: 61.5%; opacity: 0;}
    100% { left: 38%; top: 61.5%; opacity: 0;}
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_1 .oben_person_bus {
    position: absolute;
    left: 51%;
    width: 4%;
    top: 68%;
    z-index: 6;
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_1 .oben_fahrrad {
    position: absolute;
    left: 58%;
    width: 17%;
    top: 79%;
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_1 .oben_laster {
    position: absolute;
    left: 97%;
    width: 27%;
    top: 56%;
    z-index: 20;
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_1 .oben_kiga {
    position: absolute;
    left: -26%;
    width: 44%;
    top: 12%;
}
/*Ebene 2 Smartphone*/
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_2 .smartHome {
    position: absolute;
    left: 2.5%;
    width: 44%;
    top: 43.4%;
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_2 .auto {
    position: absolute;
    left: 68%;
    width: 16%;
    top: 60.5%;
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_2 .auto_schild {
    position: absolute;
    left: -22%;
    width: 43%;
    top: 68.5%;
    animation: zoomFade 6s ease-in-out infinite;
    animation-delay: 0.5s;
}
@keyframes zoomFade {
    0% {opacity: 0;transform: scale(0.8);    }
    10% {opacity: 1;transform: scale(1);}
    60% {opacity: 1;transform: scale(1);    }
    70% {opacity: 0;transform: scale(0.8);}
    100% {opacity: 0;transform: scale(0.8);}
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_2 .pin {
    position: absolute;
    left: 66%;
    width: 7.5%;
    top: 76%;
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_2 .tvSender {
    position: absolute;
    left: -38.5%;
    width: 37%;
    top: 18.5%;
    z-index: 1;
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_2 .fakeNews {
    position: absolute;
    left: -15%;
    width: 5.5%;
    top: 49%;
    z-index: 2;
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_2 .bubble_fake_news {
    position: absolute;
    left: -123%;
    width: 140%;
    top: -96%;
    z-index: 2;
    animation: pulse 4s infinite;
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_2 .onlineShopping {
    position: absolute;
    left: 42%;
    width: 27%;
    top: 5.5%;
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_2 .plakat {
    position: absolute;
    left: 10%;
    width: 13%;
    top: 38.5%;
    z-index: 5;
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_2 .baumDunkel {
    position: absolute;
    left: 25%;
    width: 9.7%;
    top: 55%;
    z-index: 5;
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_2 .content_apple {
    position: absolute;
    left: 79.8%;
    width: 18%;
    top: 48.5%;
}
.scroll_mask {
    clip-path: polygon(
            0% 0%,      /* links oben */
            100% 10%,   /* rechts oben leicht nach unten */
            100% 50%,  /* rechts unten */
            0% 40%      /* links unten leicht nach oben */
    );
    height: 100%;
    width: 100%;
}

.scroll_inner {
    display: flex;
    flex-direction: column;
    animation: scrollUp 8s ease-in-out infinite;
    width: 100%;
    height: 100%;
}

.scroll_item {
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1vw;
    color: #fff;
}
.scroll_item > img {
    width: 100%;
}
@keyframes scrollUp {
    0%   { transform: translateY(0%); }
    30%  { transform: translateY(0%); }    /* Pause oben */
    50%  { transform: translateY(-50%); }  /* Scroll-Vorgang */
    80%  { transform: translateY(-50%); }  /* Pause unten */
    100% { transform: translateY(0%); }    /* Zurücksetzen */
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_2 .busch {
    position: absolute;
    left: 20%;
    width: 7%;
    top: 76%;
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_2 .kiosk {
    position: absolute;
    left: -14%;
    width: 22.5%;
    top: 55%;
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_2 .mann_kiosk {
    position: absolute;
    left: -14.5%;
    width: 5%;
    top: 65%;
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_2 .unfall {
    position: absolute;
    left: 3%;
    width: 15%;
    top: 21%;
}
@keyframes spur_mask_anim {
    0% {mask-image: linear-gradient(to right, transparent 0%, transparent 100%); -webkit-mask-image: linear-gradient(to right, transparent 0%, transparent 100%); opacity: 1;}
    30% {mask-image: linear-gradient(to right, black 0%, black 100%); -webkit-mask-image: linear-gradient(to right, black 0%, black 100%);}
    70% {opacity: 1; /* bleibt sichtbar */}
    80% {opacity: 0; /* beginnt zu verschwinden */}
    100% {opacity: 0;}
}
@keyframes aufprall_anim {
    0% { opacity: 0; }
    32% { opacity: 0; } /* kurz nach Spur-Einblendung */
    35% { opacity: 1; }
    70% { opacity: 1; }
    80% { opacity: 0; }
    100% { opacity: 0; }
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_2 .spur {
    position: absolute;
    left: -73%;
    width: 100%;
    top: 52%;
    animation: spur_mask_anim 10s ease-in-out infinite;
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-image: linear-gradient(to right, transparent 0%, black 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 100%);
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_2 .aufprall {
    position: absolute;
    left: 52%;
    width: 75%;
    top: -38%;
    z-index: -1;

    opacity: 0;
    animation: aufprall_anim 10s ease-in-out infinite;
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_2 .oma{
    position: absolute;
    left: 13%;
    width: 4.5%;
    top: 29%;
    animation: omaWalk 6s ease-in-out infinite;
    transform-origin: center bottom;
}

@keyframes omaWalk {
    0% {transform: translateX(0px) rotate(1.6deg);}
    50% {transform: translateX(2px) rotate(1.6deg);}
    100% {transform: translateX(1px) rotate(-1.6deg);}
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_2 .paar_bubble {
    position: absolute;
    left: 28%;
    width: 14%;
    top: 33.4%;
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_2 .paar_bubble_geplatzt {
    left: 1%;
    position: absolute;
    display: none;
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_2 .mann_bubble {
    position: absolute;
    left: 37%;
    width: 13%;
    top: 43%;
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_2 .mann_bubble_geplatzt {
    left: 1%;
    position: absolute;
    display: none;
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_2 .frau_bubble {
    position: absolute;
    left: 19.5%;
    width: 13%;
    top: 40.4%;
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_2 .frau_bubble_geplatzt {
    left: 1%;
    position: absolute;
    display: none;
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_2 .frauHandy_bubble {
    position: absolute;
    left: 28%;
    width: 12%;
    top: 47%;
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_2 .frauHandy_bubble_geplatzt {
    left: 1%;
    position: absolute;
    display: none;
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_2 .frau {
    position: absolute;
    left: -5%;
    width: 4%;
    top: 41%;
    z-index: 2;
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_2 .baum {
    position: absolute;
    left: 48%;
    width: 9%;
    top: 40%;
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_2 .baumBusch {
    position: absolute;
    left: -28%;
    width: 9%;
    top: 48%;
    z-index: 5;
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_3 .fitness {
    position: absolute;
    left: 55%;
    width: 34%;
    top: 67%;
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_3 .krankenkasse {
    position: absolute;
    left: -92%;
    width: 105%;
    top: 74%;
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_3 .krankenhaus {
    position: absolute;
    left: 23%;
    width: 43.5%;
    top: 36%;
    z-index: 2;
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_3 .baum {
    position: absolute;
    left: 90%;
    width: 9%;
    top: 73%;
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_3 .krankenhaus_datenkugel {
    position: absolute;
    left: 4%;
    width: 20.5%;
    top: 34%;
}
@keyframes rotateEarth {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_3 .krankenhaus_datenkugel_innen {
    position: absolute;
    left: 12.5%;
    width: 52.5%;
    top: 7%;

    /* Animation hinzufügen */
    animation: rotateEarth 35s linear infinite;
    transform-origin: center center;
}

.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_3 .mannHund {
    position: absolute;
    left: 20%;
    width: 7.5%;
    top: 61%;
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_3 .altersheim {
    position: absolute;
    left: 76%;
    width: 25.5%;
    top: 56%;
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_3 .sicherheit {
    position: absolute;
    left: 50.7%;
    width: 4%;
    top: 1.2%;
    z-index: 2;
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_3 .ausweis {
    position: absolute;
    left: 46%;
    width: 15%;
    top: -9%;
    z-index: 2;
    animation: ausweis 4s linear infinite;
    animation-delay: 2s;
    animation-fill-mode: none;
}
@keyframes ausweis {
    0% {left: 46%; top: -9%; opacity: 1; }
    50% {left: 46.6%; top: -10%; opacity: 1; transform: scale(106%)}
    100% {left: 46%; top: -9%; opacity: 1;}
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_3 .polizei {
    position: absolute;
    left: -31%;
    width: 43%;
    top: 8%;
    z-index: 1;
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_3 .polizist {
    position: absolute;
    left: 1%;
    width: 4.5%;
    top: 30%;
    z-index: 2;
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_3 .krankenwagen {
    position: absolute;
    left: 61%;
    width: 13%;
    top: 39.4%;
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_3 .krankenwagen_offen {
    position: absolute;
    left: 70%;
    width: 17%;
    top: 52.4%;
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_3 .krankenwagen_personen {
    position: absolute;
    left: 68%;
    width: 5%;
    top: 56.4%;
    animation: walk 20s ease-in-out infinite;
    transform-origin: center bottom;
}
@keyframes walk {
    0% {transform: translateX(0px); opacity: 0;}
    5% {transform: translateX(0px); opacity: 1;}
    50% {transform: translateX(-34px) translateY(20px);}
    100% {transform: translateX(-34px) translateY(20px);}
}

.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_3 .omaUnten {
    position: absolute;
    left: 102%;
    width: 6%;
    top: 63.4%;
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_3 .opa {
    position: absolute;
    left: 10%;
    width: 5.3%;
    top: 67.4%;
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_3 .drohne {
    position: absolute;
    left: 63%;
    width: 38%;
    top: -4%;
    animation: drohne_ebene3 4s linear infinite;
    animation-delay: 0s;
    animation-fill-mode: none;
}
@keyframes drohne_ebene3 {
    0% {left: 63%; top: -4%; opacity: 1;}
    50% {left: 62.6%; top: -5.5%; opacity: 1;}
    100% {left: 63%; top: -4%; opacity: 1;}
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_3 .drohne_strahl {
    position: absolute;
    left: -27%;
    width: 65%;
    top: 49%;
    animation: drohne_strahl_schwenk 4s ease-in-out infinite;
    transform-origin: 100% 0%;
}
@keyframes drohne_strahl_schwenk {
    0%   { transform: rotate(-4deg); }
    40%  { transform: rotate(-1deg); }
    60%  { transform: rotate(-1deg); }
    80%  { transform: rotate(-1deg); }
    100% { transform: rotate(-4deg); }
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_3 .autoBlau {
    position: absolute;
    left: 9%;
    width: 14%;
    top: 29%;
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_3 .bahnhof {
    position: absolute;
    left: 35%;
    width: 26%;
    top: 13%;
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_3 .gericht {
    position: absolute;
    left: 14%;
    width: 38%;
    top: -7%;
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_3 .mann_gericht {
    position: absolute;
    left: 8%;
    width: 10%;
    top: 8%;
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_3 .gefaegnis {
    position: absolute;
    left: -9%;
    width: 45%;
    top: 33%;
    z-index: 1;
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_3 .frau {
    position: absolute;
    left: 33%;
    width: 3%;
    top: 54%;
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_3 .kamera_gefaegnis {
    position: absolute;
    left: 25%;
    width: 13%;
    top: 47%;
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_3 .busch {
    position: absolute;
    left: 15%;
    width: 8%;
    top: 64%;
}
.modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_3 .zug {
    position: absolute;
    left: 32%;
    width: 37%;
    top: 22%;
}
/* Contetnpopups Alltag */

.modal.alltag.contentpopup .dialog_content {
    position: relative;
    box-sizing: border-box;
}

.modal.alltag.contentpopup .dialog_content .content_vorn,
.modal.alltag.contentpopup .dialog_content .content_rueck {
    height: 50%;
    backface-visibility: hidden;
    transition: transform 0.8s ease-in-out;
    position: relative;
    border-radius: calc(var(--font-size) * 1.2);
    padding: 5%;
    height: auto;
    width: 70%;
    background-color: #2c5a88;
    align-items: flex-start;
    max-height: 87%;
    overflow: visible;
    box-sizing: border-box;
    box-shadow: inset calc(var(--font-size) * 3) 0 calc(var(--font-size) * 8) rgba(39, 108, 177, 0.73);

}
.modal.alltag.contentpopup .dialog_content .content_vorn {
    backface-visibility: hidden;
}
.modal.alltag.contentpopup .dialog_content .content_rueck {
    position: absolute;
    transform: perspective(1000px) rotateY(-180deg);
}

.modal.alltag.contentpopup .dialog_content .content_vorn::before,
.modal.alltag.contentpopup .dialog_content .content_rueck::before {
    content: '';
    position: absolute;
    left: calc(var(--font-size) * -0.2);
    top: calc(var(--font-size) * -0.2);
    width: 100%;
    height: 100%;
    filter: blur(3px);
    border: calc(var(--font-size) * 0.2) solid #f60808;
    z-index: -1;
    pointer-events: none;
    border-radius: calc(var(--font-size) * 1.2);
}

.modal.alltag.contentpopup .dialog_content .content_vorn.risiko,
.modal.alltag.contentpopup .dialog_content .content_rueck.risiko {
    background-color: #a10000;
    box-shadow: inset calc(var(--font-size) * 3) 0 calc(var(--font-size) * 8) rgba(90, 2, 47, 0.8);
    border: calc(var(--font-size) * 0.2) solid #b34848;
}

.modal.alltag.contentpopup .dialog_content .content_vorn.risiko::before,
.modal.alltag.contentpopup .dialog_content .content_rueck.risiko::before {
    border: calc(var(--font-size) * 0.2) solid #f60808;
}

.modal.alltag.contentpopup .dialog_content .content_vorn.chance,
.modal.alltag.contentpopup .dialog_content .content_rueck.chance {
    background-color: #004d4c;
    box-shadow: inset calc(var(--font-size) * 3) 0 calc(var(--font-size) * 8) rgba(0, 113, 122, 0.7);
    border: calc(var(--font-size) * 0.2) solid rgb(4, 127, 137);
}

.modal.alltag.contentpopup .dialog_content .content_vorn.chance::before,
.modal.alltag.contentpopup .dialog_content .content_rueck.chance::before {
    border: calc(var(--font-size) * 0.2) solid rgb(17, 142, 151);
}

.modal.alltag.contentpopup .dialog_content.flip .content_vorn {
    transform: perspective(1000px) rotateY(-180deg);
}
.modal.alltag.contentpopup .dialog_content.flip .content_rueck {
    position: absolute;
    transform: perspective(1000px) rotateY(0deg);
}
.modal.alltag.contentpopup .dialog_content .button.flipper {
    position: relative;
    text-align: left;
    color: #fff;
    font-weight: 600;
    background: rgba(255,255,255,.3);
    width: auto;
    margin-top: 3%;
    border-radius: 1000px;
    padding: 1% 5%;
    font-size: 120%;
    transform: translateX(0);
    transition: transform .3s ease-in-out;
}
.modal.alltag.contentpopup .dialog_content .button.flipper:hover {
    transform: translateX(4%);
}


/* ======================================================= */
/* ====================== Regularien ===================== */
/* ======================================================= */
.modal.regularien.open {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.modal.regularien .closemodal {
    position: absolute;
    right: calc(var(--font-size) * 1.5);
    top: calc(var(--font-size) * 1.4);
    margin: 0;
}

.modal.regularien .dialog_content {
    align-items: flex-end;
    justify-content: flex-end;
    width: 98%;
    position: absolute;
    top: 0;
    left: 100%;
    margin: auto;
    padding: calc(var(--font-size) * 2.2);
    max-height: calc(var(--font-size) * 36);
    border-radius: calc(var(--font-size) * 1.3);
    margin-top: calc(var(--font-size) * 2.2);
    box-sizing: border-box;
    overflow: visible;
    animation-delay: 0.3s;
    animation-fill-mode: both;
    margin-left: 1%;
    margin-right: 1%;
    background-color: #062c5e;
    transition: left 0.9s ease-in-out;
}
.modal.regularien .dialog_content.active {
    top: 0;
    left: 0;
}
.modal.regularien .dialog_content.next {
    top: 0;
    left: 100%;
    display: none;
}
.modal.regularien .dialog_content.prev {
    top: 0;
    left: -100%;
    display: none;
}
.modal.regularien .dialog_content.onhold_left {
    top: 0;
    left: -100%;
}
.modal.regularien .dialog_content.onhold_left.active {
    top: 0;
    left: 0%;
}

.modal.regularien .dialog_content.onhold_right {
    top: 0;
    left: 100%;
}
.modal.regularien .dialog_content.onhold_right.active {
    top: 0;
    left: 0%;
}

.modal.regularien .text_content_wrapper {
    align-self: flex-start;
    position: relative;
    height: 95%;
    width: 100%;
    overflow: scroll;
    animation-delay: inherit;
    margin-bottom: auto;
}
.modal.regularien .text {
    animation-delay: inherit;
}
.modal.regularien .dialog_content::after {
    content: '';
    background: transparent;
    border: calc(var(--font-size) * 0.19) solid #fff;
    border-radius: calc(var(--font-size) * 1.2);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    box-sizing: border-box;
    box-shadow: inset 0 0 calc(var(--font-size) * 0.19) #54e1e1, 0 0 calc(var(--font-size) * 0.4) #92d6d6;
    z-index: 1;
    pointer-events: none;
}

.modal.regularien .dialog_content::before {
    content: '';
    position: absolute;
    bottom: -4.3%;
    border: calc(var(--font-size) * 0.19) solid #fff;
    border-top: 0 !important;
    border-right: 0 !important;
    transform: rotate(-45deg);
    width: calc(var(--font-size) * 3);
    height: calc(var(--font-size) * 3);
    z-index: 100000;
    left: 47%;
    mask-image: linear-gradient(45deg, rgba(0,0,0,1) 55%, rgba(0,0,0,0) 59%);
    background: #062c5e;
}

.modal.regularien .slider_wrapper {
    display: block;
    width: 100%;
    position: relative;
    height: 100%;
    overflow: hidden;
}
.modal.regularien .slider_wrapper .dialog_content .pfeile {
    position: absolute;
    width: 2.5%;
    top: 91%;
    cursor: pointer;
}
.modal.regularien .slider_wrapper .dialog_content .pfeile img {
    transition: all .3s ease-in-out;
}
.modal.regularien .slider_wrapper .dialog_content .pfeile:before {
    content: '';
    background: transparent;
    width: 300%;
    height: 200%;
    position: absolute;
    top: -60%;
    left: -100%;
    pointer-events: all;
}
.modal.regularien .slider_wrapper .dialog_content .pfeile.next {
    right: 5%;
}
.modal.regularien .slider_wrapper .dialog_content .pfeile.prev {
    left: 5%;
    top: 90.5%;
    transform: rotate(180deg);
}
.modal.regularien .slider_wrapper .dialog_content .pfeile.next:hover img {
    transform: translateX(100%);
}
.modal.regularien .slider_wrapper .dialog_content .pfeile.prev:hover img {
    transform: translateX(100%);
}

.modal.regularien .illustration_buch {
    width: 100%;
    position: relative;
    margin-top: auto;
    margin-bottom: 1%;
    animation: fadeInUp 0.5s ease-in-out;
}
.modal.regularien .illustration_buch .buch_basis {
    width: 80%;
    margin: 0 auto 8% auto;
    height: auto;
}
.modal.regularien .illustration_buch .buch_seite_links {
    position: absolute;
    left: 22%;
    bottom: 37.5%;
    width: 28%;
    transform-origin: bottom right;
    animation: seitewackeln 3s ease-in-out infinite alternate-reverse;
}
.modal.regularien .illustration_buch .buch_seite_rechts {
    position: absolute;
    left: 49.4%;
    bottom: 37.5%;
    width: 20%;
    transform-origin: bottom left;
    animation: seitewackeln 5s ease-in-out infinite alternate-reverse;
    animation-delay: 2s;
}
@keyframes seitewackeln {
    from {transform: rotate(0);}
    from {transform: rotate(-7deg);}
}

/* ======================================================= */
/* ====================== Algorithmus ===================== */
/* ======================================================= */
#algorithmus_erklaerung.modal .dialog_content .text_illu_flex .illustration {
    margin-top: 2%;
}
#algorithmus_erklaerung .illustration .bot_baecker {
    width: 85%;
    left: 10%;
}
#algorithmus_erklaerung .illustration .bot_schatten {
    width: 30%;
    left: 23%;
    bottom: 3%;
}
#algorithmus_erklaerung .illustration .banderole_hinten {
    width: 110%;
    left: -18%;
    top: 22%;
    transform: translateY(0);
    animation: banderole 8s ease-in-out infinite alternate-reverse;
}
#algorithmus_erklaerung .illustration .banderole_vorn {
    width: 110%;
    left: -18%;
    top: 30%;
    transform: translateY(0);
    animation: banderole 8s ease-in-out infinite alternate-reverse;
}
@keyframes banderole {
    from { transform: translateX(0); }
    to { transform: translateX(2%); }
}
#algorithmus_erklaerung .illustration .milch {
    width: 20%;
    left: 70%;
    transform: rotate(30deg);
    animation: milch 6s ease-in-out infinite alternate-reverse;
}
@keyframes milch {
    from { transform: rotate(30deg) translateY(0); }
    to { transform: rotate(30deg) translateY(-20%); }
}
#algorithmus_erklaerung .illustration .ei_braun {
    width: 9%;
    top: 20%;
    left: -5%;
    transform-origin: center;
    animation: ei_braun 4s ease-in-out infinite alternate-reverse;
}
@keyframes ei_braun {
    from { transform: rotate(0deg) translateY(0); }
    to { transform: rotate(-10deg) translateY(-60%); }
}
#algorithmus_erklaerung .illustration .ei_weiss {
    width: 9%;
    top: 18%;
    transform-origin: center;
    animation: ei_weiss 3.8s ease-in-out infinite alternate-reverse;
}
@keyframes ei_weiss {
    from { transform: rotate(0deg) translateY(0) translateX(0%); }
    to { transform: rotate(15deg) translateY(-100%) translateX(2%); }
}



/* ======================================================= */
/* ==================== MOBILE Styles ==================== */
/* ======================================================= */

@media(max-width: 1000px) {

    .mobile .modal.infopopup .dialog_content {
        width: 90%;
        height: 95%;
        border-radius: calc(var(--font-size) * 2);
        overflow: hidden;
    }

    .mobile .modal.infopopup .dialog_content .info_wrap_wrap {
        overflow: scroll;
    }

    .mobile .infopopup h3 {
        font-size: 170% !important;
        margin-top: 2%;
    }
    .mobile .infopopup .closemodal {
        right: 7.3%;
        top: 7.1%;
        width: 2.2% !important;
    }

    .mobile .modal .dialog_content .scrollbar {
        width: 1.3%;
        border-width: calc(var(--font-size) * 0.22);
        padding: 0.14%;
    }

    .mobile .closemodal_wrapper .popup_titel {
        font-size: 430%;
    }

    .mobile .closemodal {
        width: 4%;
    }
    .mobile .contentpopup .closemodal {
       right: 0.5%;
    }

    .mobile .infografik_wrapper #infografik-titel h1 {
        font-size: 130%;
    }

    .mobile .infografik_wrapper #infografik-titel {
        left: 38%;
        bottom: 3.7%;
    }

    .mobile .infografik_wrapper h3 {
        font-size: 200%;
    }

    .mobile .modal.alltag .dialog_content .alltag_wrapper {
        width: 95%;
        height: 95%;
    }
    .mobile .modal.alltag .dialog_content .alltag_wrapper.active {
        scroll-behavior: smooth;
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .mobile .modal.alltag .swipe.activated {
        display: block;
    }

    .mobile .modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_1.active,
    .mobile .modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_2.active,
    .mobile .modal.alltag .dialog_content .alltag_wrapper .smartphone_ebene#ebene_3.active {
        margin-left: 0 !important;
    }
}