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

}

body {
    margin: 0;
    overflow: hidden;
    background-color: transparent;

}

.infografik_wrapper,
.infografik_wrapper #popups .popup_window,
.infografik_wrapper #popups .popup_window .popup_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 {
    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 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hintergrund .hg_ecke_links {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0 !important;
    width: 53%;
    animation-duration: 0.4s;
}

.hintergrund .hg_ecke_rechts {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0 !important;
    width: 34%;
    animation-duration: 0.5s;
    animation-delay: 0.2s;
}
.hintergrund .hg_logo {
    position: absolute;
    left: 83%;
    top: 23px;
    margin: 0 !important;
    width: 15%;
    animation-duration: 0.4s;
}

.hintergrund .hg_weg {
    position: absolute;
    top: 29%;
    width: 88%;
    left: 7%;
    clip-path: inset(0);
    animation: slide-reveal 0.9s ease-in-out;
}

@keyframes slide-reveal {
    0% {clip-path: inset(0 100% 0 0);}
    100% {clip-path: inset(0);}
}

.hintergrund .hg_grafik_1 {
    position: absolute;
    left: 10.6%;
    top: 32.5%;
    margin: 0 !important;
    width: 12.5%;
    z-index: 1;
    animation-delay: .5s;
}

.hintergrund .hg_grafik_2 {
    position: absolute;
    left: 33.9%;
    top: 64.5%;
    margin: 0 !important;
    width: 13%;
    z-index: 0;
    animation-delay: .5s;

}
.hintergrund .hg_grafik_2 img {
    animation: schweben 5s ease-in-out infinite;
    width: 100%;
}

@keyframes schweben {
    0% {transform: translate(0%, 0%); }
    50% {transform: translate(0%, -3%); }
    100% {transform: translate(0%, 0%); }
}

.hintergrund .hg_grafik_3 {
    position: absolute;
    left: 47.6%;
    top: 9%;
    margin: 0 !important;
    width: 8.6%;
    z-index: 1;
    animation-delay: .5s;
    height: 15%;
    display: flex;
    align-items: center;
}

.hintergrund .hg_grafik_4 {
    position: absolute;
    left: 60.9%;
    top: 60%;
    margin: 0 !important;
    width: 6%;
    z-index: 1;
    animation-delay: .5s;
    height: 15%;
    display: flex;
    align-items: center;
}
.hintergrund .hg_grafik_3 svg,
.hintergrund .hg_grafik_4 svg,
.hintergrund .hg_grafik_5 svg,
.hintergrund .hg_grafik_6 svg {
    width: 100%;
}

.hintergrund .hg_grafik_5 {
    position: absolute;
    left: 79.2%;
    top: 19%;
    margin: 0 !important;
    width: 12%;
    z-index: 1;
    animation-delay: .5s;
    height: 15%;
    display: flex;
    align-items: center;
}

.hintergrund .hg_grafik_6 {
    position: absolute;
    left: 71.6%;
    top: 68.5%;
    margin: 0 !important;
    width: 11.0%;
    z-index: 1;
    animation-delay: .5s;
    height: 30%;
    display: flex;
    align-items: center;
}


#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: 70%;
    height: 70%;
}

@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: hidden;
    width: 100%;
    height: 100%;
    --before-height: 56.25%;
}

.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: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99;
}
.infografik_wrapper #schaltflaechen .button {
    position: absolute;
    height: auto;
    width: 8.5%;
    animation: button_begin 1s ease-in-out;
    transition: all 0.05s ease-in-out;
    overflow: visible;
}

@keyframes button_begin {
    0% {opacity: 0; transform: translateY(-10%);}
    50% {opacity: 0; transform: translateY(-10%);}
    100% {opacity: 1; transform: translateY(0%);}
}

.infografik_wrapper #schaltflaechen .button img {
    width: 100%;
}

.infografik_wrapper #schaltflaechen .button#event_1 {
    top: 51%;
    left: 2%;
}
.infografik_wrapper #schaltflaechen .button#event_2 {
    top: 70%;
    left: 22%;
}
.infografik_wrapper #schaltflaechen .button#event_3 {
    top: 38%;
    left: 39%;
}

.infografik_wrapper #schaltflaechen .button#event_4 {
    top: 59.5%;
    left: 51%;
}
.infografik_wrapper #schaltflaechen .button#event_5 {
    top: 26%;
    left: 63%;
}
.infografik_wrapper #schaltflaechen .button#event_6 {
    top: 42%;
    left: 79%;
}

.infografik_wrapper #schaltflaechen .button#ziel {
    top: 36.9%;
    left: 91%;
    width: 7%;
    cursor: auto;
}

.infografik_wrapper #schaltflaechen .button#ziel:not(.activated) .aktiv {
    display: none;
}

.infografik_wrapper #schaltflaechen .button#ziel.activated .inaktiv {
    display: none;
}
.infografik_wrapper #schaltflaechen .button#ziel.activated {
    cursor: pointer;
    transition: all .2s ease-in-out;
}
.infografik_wrapper #schaltflaechen .button#ziel.activated:hover {
    transform: scale(1.2);
}
.infografik_wrapper #schaltflaechen .button#ziel.activated .aktiv {
    animation: pulse 3s ease-in-out infinite;
    -webkit-animation: pulse 3s ease-in-out infinite;
    position: relative;
    width: 125%;
    margin-top: -20%;
}


.infografik_wrapper #schaltflaechen .button:hover:not(#ziel),
.infografik_wrapper #schaltflaechen .button.active:not(#ziel),
.infografik_wrapper #schaltflaechen .button.hovered:not(#ziel) {
    transform: rotate(-8deg) scale(1.15);
}

.infografik_wrapper #schaltflaechen .button:not(#ziel):hover::after,
.infografik_wrapper #schaltflaechen .button:not(#ziel).active::after,
.infografik_wrapper #schaltflaechen .button:not(#ziel).hovered::after{
    content: '';
    background: url("bilder/Icons/splash_hover.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 50%;
    position: absolute;
    right: 99%;
    top: -63%;
    rotate: 109deg;
    height: 100%;
    z-index: 99;
}

.infografik_wrapper #schaltflaechen #event_1.button:hover::after,
.infografik_wrapper #schaltflaechen #event_1.button.hovered::after,
.infografik_wrapper #schaltflaechen #event_1.button.active::after {
    right: -41%;
    top: 41%;
    rotate: 283deg;
}

.infografik_wrapper #schaltflaechen .button.active::after {
    background-image: url("bilder/Icons/splash_hover_weiss.svg");
}

.infografik_wrapper #schaltflaechen .link_landingpage {
    font-family: 'Source Sans 3', Helvetica, sans-serif;
    font-size: 70%;
    font-weight: 700;
    position: absolute;
    bottom: 3%;
    right: 2%;
    width: 20%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
    height: 4.5%;
}

.infografik_wrapper #schaltflaechen .link_landingpage .link_left {
    margin-right: 3%;
    display: flex;
    align-items: center;
    height: 100%;
    margin-top: 1.8%;
}
.infografik_wrapper #schaltflaechen .link_landingpage .link_left img {
    max-height: 99%;
}

.infografik_wrapper #schaltflaechen .link_landingpage .link_right {
    display: flex;
    flex-direction: column;
}

.infografik_wrapper #schaltflaechen .link_landingpage .link_right a {
    color: #000;
}
.infografik_wrapper #schaltflaechen .link_landingpage .link_right span {
    margin-bottom: 0;
}

.infografik_wrapper #schaltflaechen .button .bonus {
    position: absolute;
    right: -19%;
    top: -35%;
    width: 61%;

}
.infografik_wrapper #schaltflaechen .button .bonus img {
    width: 100%;
}



@keyframes bonus {
    0% {top: -44%;}
    50% {top: -49%;}
    100% {top: -44%;}
}

.infografik_wrapper #schaltflaechen .event_beschriftung_wrapper {
    width: 25%;
    height: auto;
    margin: 0;
    position: absolute;
    top: 63%;
    left: 2.9%;
    color: #000;
    animation: button_begin 1s ease-in-out;
}
.infografik_wrapper #schaltflaechen .event_beschriftung {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-family: "Source Sans 3", Helvetica, sans-serif;

    margin-bottom: 0%;
}

.infografik_wrapper #schaltflaechen .event_beschriftung .datum {
    padding: 0.9% 1.5% 0.9% 1.5%;
    border: calc(var(--font-size) * 0.09) solid #000;
    border-radius: calc(var(--font-size) * 0.3);
    margin-bottom: 3%;
    font-size: 70%;
    font-weight: 700;
    /*height: calc(var(--font-size) * 0.7 );*/
    line-height: calc(var(--font-size) * 0.7 );
}
.infografik_wrapper #schaltflaechen .event_beschriftung .event_titel {
    font-weight: 600;
    font-size: 110%;
    padding: 0;
    margin-bottom: 1%;
    line-height: 1;
}
.infografik_wrapper #schaltflaechen .event_beschriftung .event_untertitel {
    font-weight: 400;
    font-size: 90%;
    padding: 0;
    margin-bottom: calc( var(--font-size) * 0.25 );
    line-height: 1;
}
.infografik_wrapper #schaltflaechen .event_beschriftung_wrapper .anmelden_link,
.infografik_wrapper #schaltflaechen .event_beschriftung_wrapper .bonusmaterial,
.preview .popup_content .anmelden_link {
    font-family: "Source Sans 3", Helvetica, sans-serif;
    line-height: 1;
    font-weight: 700;
    font-size: 80%;
    color: #000;
    position: relative;
}
.infografik_wrapper #schaltflaechen .event_beschriftung_wrapper .bonusmaterial {
    display: none;
}
.infografik_wrapper #schaltflaechen .event_beschriftung_wrapper .bonusmaterial.visible {
    margin-top: calc( var(--font-size) * 0.15 );
    display: block;
}

.infografik_wrapper #schaltflaechen .event_beschriftung_wrapper a.anmelden_link::after,
.infografik_wrapper #schaltflaechen .event_beschriftung_wrapper .bonusmaterial::after,
.popup_content .anmeldung_next a::after,
.preview .popup_content .anmelden_link a::after {
    content: '';
    background: url("bilder/Icons/pfeil_anmelden.svg");
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 103%;
    top: 0;
    width: 15%;
    height: 100%;
}
.popup_content .anmeldung_next a::after,
.preview .popup_content .anmelden_link a::after {
    right: -20px;
    width: 16px;
    left: unset;
    transition: all .15s ease-in-out;
    cursor: pointer;
}

.popup_content .anmeldung_next:hover a::after,
.preview .popup_content .anmelden_link:hover a::after{
    right: -23px;
}




.infografik_wrapper #schaltflaechen .event_beschriftung_wrapper.event_1 {
    top: 63%;
    left: 2.9%;
}

.infografik_wrapper #schaltflaechen .event_beschriftung_wrapper.event_2 {
    top: 82%;
    left: 23%;
}
.infografik_wrapper #schaltflaechen .event_beschriftung_wrapper.event_3 {
    top: 20%;
    left: 39%;
}
.infografik_wrapper #schaltflaechen .event_beschriftung_wrapper.event_4 {
    top: 72%;
    left: 52%;
}
.infografik_wrapper #schaltflaechen .event_beschriftung_wrapper.event_5 {
    top: 11%;
    left: 63%;
}
.infografik_wrapper #schaltflaechen .event_beschriftung_wrapper.event_6 {
    top: 55%;
    left: 79%;
}

.infografik_wrapper #schaltflaechen .button img {
    display: block;
}

.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;
}

.infografik_wrapper #infografik-titel {
    position: absolute;
    width: 70%;
    height: auto;
    left: 2%;
    top: 3.2%;
    z-index: 99;
}

.infografik_wrapper #infografik-titel h1 {
    font-family: 'Source Sans 3';
    color: #000;
    font-size: 100%;
    text-align: left;
    font-weight: 700;
    margin: 0;
    margin-bottom: 1%;
    line-height: 1;
}

.infografik_wrapper #infografik-titel h2 {
    font-family: 'Source Sans 3';
    color: #000;
    font-size: 85%;
    text-align: left;
    font-weight: 500;
    margin: 0;
    line-height: 1;
}

.infografik_wrapper #infografik-titel h1 b {
    font-weight: 600;
}

.infografik_wrapper .hintergrund {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    background: linear-gradient(110deg, rgba(0,113,178,0.15), rgba(7,217,204, 0.15));
    overflow: hidden;
}

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

/*********** Popups ***********/
.infografik_wrapper #popups #popup_background {
    width: 100vw;
    position: fixed;
    height: 100vh;
    background-color: rgba(0,0,0,0.65);
    z-index: 999;
    display: none;
    top: 0;
    left: 0;
    overflow: visible;
}

.infografik_wrapper #popups .popup_window {
    position: relative;
    width: 60%;
    max-height: 90%;
    max-width: 60%;
    background-color: #fff;
    padding: 3%;
    z-index: 1003;
    opacity: 1;
    color: #000;
    font-family: 'Source Sans 3', Helvetica, Arial, sans-serif !important;
    font-size: 100%;
    line-height: 1.3;
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    border-spacing: 0px 0px;
    box-sizing: border-box;
    min-width: 50%;
    white-space: normal;
    vertical-align: top;
    overflow: hidden;
    height: auto;
    box-shadow: .3em .1em 0 #000, .4em .2em 0 #000, .5em .3em 0 #000, .6em .4em 0 #000;
    border: #000 solid 2px;
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border-radius: calc(var(--font-size) * 1.3);
    text-align: left;
    margin: 0 auto;
}

.infografik_wrapper #popups .popup_window.preview {
    position: absolute;
    max-width: 45%;
    min-width: 45%;
    width: 45%;
    padding: 1.7% 0.7% 1.4% 0.9%;
    overflow: visible;
}

.infografik_wrapper #popups .popup_window.preview::before {
    content: '';
    background-image: url("bilder/Grafiken/sprechblase_haken.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    width: 50px;
    position: absolute;
    bottom: -33px;
    left: 20%;
    height: 33px;
    z-index: 99;
    filter:
    drop-shadow( .03em .01em 0 #000)
    drop-shadow( .04em .02em 0 #000)
    drop-shadow( .05em .03em 0 #000)
    drop-shadow( .06em .04em 0 #000);
}

/* Positionierung der  */
/* Preview Popups */
.infografik_wrapper #popups .popup_window#event_1_popup_preview {
    top: 10%;
    left: 1%;
}
.infografik_wrapper #popups .popup_window#event_1_popup_preview::before {
    left: 8%;
}
.infografik_wrapper #popups .popup_window#event_2_popup_preview {
    top: 25%;
    left: 15%;
}
.infografik_wrapper #popups .popup_window#event_3_popup_preview {
    top: 57%;
    left: 31%;
    max-width: 50%;
    min-width: 50%;
    width: 50%;
}
.infografik_wrapper #popups .popup_window#event_3_popup_preview::before {
    background-position: bottom;
}

.infografik_wrapper #popups .popup_window#event_4_popup_preview {
    top: 15%;
    left: 44%;
}

.infografik_wrapper #popups .popup_window#event_5_popup_preview {
    top: 45%;
    left: 34%;
}
.infografik_wrapper #popups .popup_window#event_3_popup_preview::before,
.infografik_wrapper #popups .popup_window#event_5_popup_preview::before,
.infografik_wrapper #popups .popup_window#event_6_popup_preview::before{
    rotate: 180deg;
    bottom: unset;
    top: -36px;
    left: 65%;
    height: 36px;
    width: 50px;
    filter: unset;
}

.infografik_wrapper #popups .popup_window#event_6_popup_preview {
    top: 61%;
    left: 45%;
    max-width: 50%;
    min-width: 50%;
    width: 50%;
}
.infografik_wrapper #popups .popup_window#event_6_popup_preview::before {
    background-position: bottom;
    left: 67%;
}

.infografik_wrapper #popups .popup_window#event_3_popup_preview::before {
    background-position: bottom;
    left: 21%;
    transform: scaleX(-1);
}


.infografik_wrapper #popups .popup_window.preview .event_dates {
    font-weight: 600;
    margin-top: 0.4%;
    font-size: 100%;
    position: relative;
}
.infografik_wrapper #popups .popup_window.preview .event_dates span {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-right: 4%;
}

.infografik_wrapper #popups .popup_window.preview .event_dates img {
    width: 3%;
    max-height: 100%;
    margin-right: 2%;
    margin-left: auto;
}
.infografik_wrapper #popups .popup_window.preview .event_dates img:first-child {
    margin-left: 0;
}

.infografik_wrapper #popups .popup_window.preview p {
    margin: 2% 0;
}

.infografik_wrapper #popups .popup_window.behind-bg {
    z-index: 998;
}

.infografik_wrapper #popups > *  {
    display: none;
}

.infografik_wrapper #popups .popup_window strong {
    font-weight: 500;
}

#popups .bearbeitung {
    display: inline-block !important;
}

.infografik_wrapper #popups {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;

    justify-content: center;
    flex-direction: row;
    align-items: center;

    top: 0;
    white-space:nowrap;
    padding: 0 4%;
    box-sizing: border-box;
}


.popup_window .popup_schliessen {
    position: absolute;
    top: 5%;
    right: 5%;
    width: 3.9%;
    background: transparent;
    padding: 1.2%;
    box-sizing: content-box;
    font-size: 0 !important;
    align-self: center;
    z-index: 99;
}

.popup_window .popup_schliessen img {
    width: 100%;
}

.infografik_wrapper #popups .popup_window .popup_content {
    width: 95%;
    margin: 0 auto;
    height: auto;
    max-height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: flex-start;
    padding: 0;
    position: relative;
}

.infografik_wrapper #popups .popup_window#ziel_popup .popup_content {
    height: 95%;
    overflow: scroll;
    padding-right: 6%;
    padding-top: 6%;
    padding-bottom: 6%;
}
.infografik_wrapper #popups .popup_window#ziel_popup {
    padding-bottom: 0;
    padding-top: 0;
}

.infografik_wrapper #popups .popup_window#ziel_popup::after,
.infografik_wrapper #popups .popup_window#ziel_popup::before {
    content:'';
    width: 100%;
    bottom: 0;
    left: 0;
    height: calc(var(--font-size) * 3);
    background: linear-gradient(to top, #fff, rgba(255,255,255,0));
    position: absolute;
    z-index: 99;
}
.infografik_wrapper #popups .popup_window#ziel_popup::before {
    top: 0;
    bottom: unset;
    rotate: 180deg;
}

.infografik_wrapper #popups .popup_window h2 {
    text-align: left;
    position: relative;
    z-index: 100;
    width: auto;
    flex-grow: 0;
    padding: 0 0%;
    font-size: 130%;
    font-family: 'Source Sans 3', Helvetica, Arial, sans-serif;
    font-weight: 600;
    margin-bottom: calc(var(--font-size) * 0.3);
    margin-left: 0;
    margin-right: auto;
    margin-top: 0;
    left: 0;
    max-width: 90%;
}

.infografik_wrapper #popups .popup_window#ziel_popup h2 {
    margin-bottom: calc(var(--font-size) * 1.5);
}

.infografik_wrapper #popups .popup_window .popup_content .takeaway_box {

    border-radius: calc(var(--font-size) * 1.1);
    position: relative;
    box-sizing: border-box;
    padding: 5%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.infografik_wrapper #popups .popup_window .popup_content .takeaway_box::before {
    content: '';
    border: 1px solid #000;
    background-color: transparent;
    border-radius: calc(var(--font-size) * 1.1);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    display: block;
    position: absolute;
    z-index: -1;
}

.infografik_wrapper #popups .popup_window .popup_content .takeaway_box::after {
    content: '';
    background-color: #d9eaf4;
    border-radius: calc(var(--font-size) * 1.1);
    width: 100%;
    height: 100%;
    top: 5px;
    left: 5px;
    display: block;
    position: absolute;
    z-index: -2;
}
.infografik_wrapper #popups .popup_window .popup_content .takeaway_box .box_heading {
    font-size: 120%;
    font-weight: 600;
    color: #0071b2;
    margin-bottom: 1%;
    display: inline-block;
}

.infografik_wrapper #popups .popup_window .popup_content .takeaway_box .link_box {
width: 100%;
}

.infografik_wrapper #popups .popup_window .popup_content .takeaway_box .takeaway_link {
    display: flex;
    justify-content: flex-start;
    margin-top: 2%;
    position: relative;
}

.infografik_wrapper #popups .popup_window .popup_content .takeaway_box .takeaway_link .takeaway_icon {
    width: 9%;
    margin-right: 3%;
}
.infografik_wrapper #popups .popup_window .popup_content .takeaway_box .takeaway_link .takeaway_icon img {
    width: 100%;
}

.infografik_wrapper #popups .popup_window .popup_content .takeaway_box .takeaway_text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    color: #0071b2;
    font-weight: 500;
    font-size: 110%;
}

.infografik_wrapper #popups .popup_window .popup_content .takeaway_box .takeaway_text a {
    color: #0071b2;
    font-style: italic;
    font-weight: 400;
    font-size: 90%;
}

.infografik_wrapper #popups .popup_window .popup_content .takeaway_box .takeaway_text a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.infografik_wrapper #popups .popup_window .popup_content .anmeldung_next,
.infografik_wrapper #popups .popup_window.preview .popup_content .anmelden_link {
    position: relative;
    width: auto;
    text-align: right;
    margin-top: 5%;
    font-size: 100%;
    font-weight: 600;
    margin-right: 22px;
}
.infografik_wrapper #popups .popup_window.preview .popup_content .anmelden_link {
    margin-top: 0%;
}
.infografik_wrapper #popups .popup_window .popup_content .anmeldung_next a,
.infografik_wrapper #popups .popup_window .popup_content .anmelden_link a {
    text-decoration: none;
    color: #000;
}

.infografik_wrapper #popups .popup_window .accordion {
    overflow: hidden;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    width: 100%;
    position: relative;
    overflow: hidden;
    max-height: 100%;
    margin-bottom: 3%;
}

.popup_content .accordion.ui-accordion.ui-widget {
    margin-bottom: 5%;
    height: 100%;
    opacity: .80;
}

.infografik_wrapper #popups .popup_window .accordion .accordion_title {
    background: transparent;
    color: #2c4973;
    border: none;
    border-radius: 0;
    font-weight: 600;
    line-height: 1.3;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    font-size: 100%;
    font-family: 'Source Sans 3', Helvetica, Arial, sans-serif;
    padding: 1.6% 4%;
    margin: 0;
    display: block;
    position: relative;
    width: auto;
    max-width: 100%;
    padding: 2.2% 3% 2% 3%;
    border-radius: 5px;
    border: 2px solid #d9e5ef;
    margin-bottom: 2.2%;
}

.ui-accordion .ui-accordion-content.ui-accordion-content-active {
    background: transparent;
    padding: 1.5% 4%;
    border: 0;
}


.infografik_wrapper #popups .popup_window .ui-accordion .ui-accordion-content.ui-accordion-content {
    font-family: 'Source Sans 3', Helvetica, Arial, sans-serif;
    line-height: 1.4;
    font-size: 100%;
    font-weight: 300;
    color: #303337;
    overflow: scroll;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 3%;
    margin-bottom: 1%;
    /*max-height: calc( var(--font-size) * 18);*/
}

.accordion_title .ui-icon {
    width: 22px;
    height: 22px;
}


.ui-state-hover .ui-icon.dreieck-rechts,
.ui-state-focus .ui-icon.dreieck-rechts,
.ui-icon.dreieck-rechts {
    background-image: url("bilder/navigation/caret-right-solid.svg");
    background-repeat: no-repeat;
    background-size: contain;

}
.ui-state-hover .ui-icon.dreieck-down,
.ui-state-hover.ui-state-active .ui-icon.dreieck-down,
.ui-state-active .ui-icon.dreieck-down {
    background-image: url("bilder/navigation/caret-down-solid.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

@media (min-width: 700px) and (max-width: 950px) {
    .infografik_wrapper #popups .popup_window .popup_schliessen::before {
        content: '';
        display: block;
        z-index: 100;
        background: transparent;
        position: absolute;
        left: -100%;
        top: -100%;
        width: 300%;
        height: 300%;
    }
}

#pt1 {
    animation: point1 3s infinite;
}
@keyframes point1 {
    0% {opacity: 0; }
    20% {opacity: 0; }
    21% {opacity: 1; }
    100% {opacity: 1; }
}
#pt2 {
    opacity: 1;
    animation: point2 3s infinite;
}
@keyframes point2 {
    0% {opacity: 0; }
    40% {opacity: 0; }
    41% {opacity: 1; }
    100% {opacity: 1; }
}
#pt3 {
    opacity: 1;
    animation: point3 3s infinite;
}
@keyframes point3 {
    0% {opacity: 0; }
    60% {opacity: 0; }
    61% {opacity: 1; }
    100% {opacity: 1; }
}

.hg_grafik_5 .sprechblase_outline {
    animation: sprechblaseoutline 6s ease-in-out infinite;
}
.hg_grafik_5 .sprechblase_content {
    animation: sprechblasecontent 6s ease-in-out infinite;
}
@keyframes sprechblaseoutline {
    0% {opacity: 0; }
    20% {opacity: 0; }
    25% {opacity: 1; }
    96% {opacity: 1; }
    100% {opacity: 0; }
}

@keyframes sprechblasecontent {
    0% {clip-path: inset(0 100% 0 0);}
    30% {clip-path: inset(0 100% 0 0);}
    35% {clip-path: inset(0);}
    80% {clip-path: inset(0);}
    85% {clip-path: inset(0 100% 0 0);}
    100% {clip-path: inset(0 100% 0 0);}
}

.hg_grafik_3 .linie_links {
    animation: linielinks 4s ease-in-out infinite;
}
@keyframes linielinks {
    0% {clip-path: inset(100% 100% 0 0);}
    30% {clip-path: inset(100% 100% 0 0);}
    35% {clip-path: inset(0);}
    90% {clip-path: inset(0);}
    100% {clip-path: inset(100% 100% 0 0);}
}

.hg_grafik_3 .linie_rechts {
    animation: linierechts 6s ease-in-out infinite;
    animation-delay: 1.5s;
}
@keyframes linierechts {
    0% {clip-path: inset(0 100% 100% 0);}
    30% {clip-path: inset(0 100% 100% 0);}
    35% {clip-path: inset(0);}
    90% {clip-path: inset(0);}
    100% {clip-path: inset(0 100% 100% 0);}
}

@media (max-width: 860px) {
    .infografik_wrapper #popups .popup_window:not(.preview) {
        font-size: 140% !important;
        max-width: 80%;
        width: 80%;
    }
    .infografik_wrapper #popups .popup_window .popup_content .takeaway_box {
        padding: 3.5%;
        width: 96%;
    }
    .infografik_wrapper #popups .popup_window .popup_content {
        overflow: scroll;
    }

    .infografik_wrapper #popups .popup_window .popup_content .anmeldung_next, .infografik_wrapper #popups .popup_window.preview .popup_content .anmelden_link {
        margin-top: 3%;
        font-size: 85%;
    }
    .infografik_wrapper #popups .popup_window.preview {
        font-size: 125%;
        width: 53%;
        max-width: 53%;
        min-width: 53%;
    }
    .infografik_wrapper #popups .popup_window.preview#event_5_popup_preview {
        left: 27% !important;
    }
    .infografik_wrapper #popups .popup_window.preview#event_6_popup_preview {
        width: 62%;
        max-width: 62%;
        min-width: 62%;
        left: 37%;
        top: 56%;
    }
    .infografik_wrapper #popups .popup_window.preview .popup_content .event_dates + p {
        margin: 1% 0 0 0;
    }
    .infografik_wrapper #popups .popup_window#event_6_popup_preview::before {
        background-position: bottom;
        left: 67%;
        height: 30px;
        top: -30px;
    }
    .infografik_wrapper #popups .popup_window#event_1_popup_preview {
        top: 6%;
    }
    .infografik_wrapper #popups .popup_window#event_2_popup_preview {
        top: 19%;
        left: 13%;
    }
    .infografik_wrapper #popups .popup_window#event_4_popup_preview {
        top: 9%;
        left: 42%;
    }

    .infografik_wrapper #popups .popup_window:not(.preview)::after,
    .infografik_wrapper #popups .popup_window:not(.preview)::before {
        content:'';
        width: 100%;
        bottom: 2%;
        left: 0;
        height: calc(var(--font-size) * 3);
        background: linear-gradient(to top, #fff, rgba(255,255,255,0));
        position: absolute;
        z-index: 99;
        pointer-events: none;
    }
    .infografik_wrapper #popups .popup_window:not(.preview)::before {
        top: 0;
        bottom: unset;
        rotate: 180deg;
    }


}