@charset "UTF-8";
:root {
    --documentwidth: 640px;
    --documentheight: 640px;
    --font-base: 1.5rem;
    --height-circle: 240px;
    --width-circle: 200px;
    --width-circle-base: 1vw;
    --link-startup: "/overview.html";
    --link-startup-timeout: 0;
}

* {
    box-sizing: border-box;
}

body > .show-size > * {
    display: none;
    opacity: 0.25;
}

@media only screen {
    body > .show-size > .small-up {
        display: initial;
        position: absolute;
        right: 5rem;
        top: 1rem;
    }
}

@media screen and (max-width: 39.999rem), screen and (max-height: 29.999rem) {
    body > .show-size > .small-only {
        display: initial;
        position: absolute;
        right: 10rem;
        top: 1rem;
    }
}

@media screen and (min-width: 40rem) and (min-height: 30rem) {
    body > .show-size > .medium-up {
        display: initial;
        position: absolute;
        right: 15rem;
        top: 1rem;
    }
}

@media screen and (min-width: 40rem) and (min-height: 30rem) and (max-width: 79.999rem), screen and (min-width: 40rem) and (min-height: 30rem) and (max-height: 54.999rem) {
    body > .show-size > .medium-only {
        display: initial;
        position: absolute;
        right: 20rem;
        top: 1rem;
    }
}

@media screen and (min-width: 80rem) and (min-height: 55rem) {
    body > .show-size > .large-up {
        display: initial;
        position: absolute;
        right: 25rem;
        top: 1rem;
    }
}

@media screen and (min-width: 80rem) and (min-height: 55rem) {
    body > .show-size > .large-only {
        display: initial;
        position: absolute;
        right: 30rem;
        top: 1rem;
    }
}

@media screen and (max-width: 39.999rem), screen and (max-height: 29.999rem) {
    body.popup .top-container .slave-container .popup-container .circle, body.circle .top-container .slave-container .slaves .vertical .left .circle {
        background-position: left top;
        background-image: url(/images/circle-mobile.png);
        left: 0;
        width: 60vw;
        max-width: 275px;
        position: absolute;
        top: 0;
        height: 60vw;
    }

    body.popup .top-container .slave-container .popup-container .circle .menu, body.circle .top-container .slave-container .slaves .vertical .left .circle .menu {
        padding-top: 1rem;
        padding-left: 1rem;
    }

    body.popup .top-container .slave-container .popup-container .circle .menu .title, body.circle .top-container .slave-container .slaves .vertical .left .circle .menu .title {
        font-size: calc(var(--width-circle-base) * 5);
    }

    body.popup .top-container .slave-container .popup-container .circle .menu a, body.circle .top-container .slave-container .slaves .vertical .left .circle .menu a {
        display: none;
    }

    .menu .title, .hamburger, .right {
        animation-delay: 0s;
        animation-duration: 2s;
        animation-fill-mode: forwards;
        animation-name: fadeIn;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    body.fullscreen-picture > *:not(.picture-fullscreen) {
        display: none !important;
    }

    body.popup .top-container .popup-container .popup .fill-wrapper .content .carousel > .image-next:not(.selected) img.gallery-image {
        pointer-events: initial;
    }

    body {
        display: flex;
        flex-direction: column;
        margin: 0;
        overflow-x: hidden;
        overflow-y: auto;
    }

    body > .background {
        background-image: url("/images/background-blue.png");
        background-repeat: repeat-y;
        background-size: cover;
    }

    body .background .creme {
        flex: 0 0 300px;
    }

    body .background .blue {
        flex: 1 0 calc(var(--documentheight) - 300px);
    }

    body > .top-container {
        position: static;
    }

    body > .top-container .slave-container .slaves {
        position: static;
    }

    body > .top-container .slave-container .slaves .upper {
        flex: 0 0 300px;
    }

    body > .top-container .slave-container .slaves .lower {
        flex: 0 0 calc(100% - 300px);
    }

    body > .top-container .slave-container .slaves .vertical {
        position: static !important;
    }

    body > .top-container .slave-container .slaves .vertical .right {
        position: static !important;
    }

    body > .top-container .slave-container .slaves .vertical .right .menu {
        display: none;
    }

    body .big.title {
        padding-bottom: 2rem;
    }

    body .big.title, body .big.title * {
        font-size: calc(var(--font-base) * 8);
    }

    body a, body a:visited, body a:hover {
        font-size: calc(var(--font-base) * 2);
    }

    body a:not(:last-child):after, body a:visited:not(:last-child):after, body a:hover:not(:last-child):after {
        font-size: calc(var(--font-base) * 2);
    }

    body:not(.tbc) .top-container .slave-container .slaves .upper {
        position: absolute;
        height: 300px;
        width: 100vw;
        position: absolute;
    }

    body:not(.tbc) .top-container .slave-container .slaves .upper > img {
        max-width: 100vw;
        max-height: 100vh;
    }

    body:not(.tbc) .top-container .slave-container .slaves .upper #img-text {
        bottom: -18px;
    }

    body:not(.tbc) .top-container .slave-container .slaves .upper #img-text-underlay {
        bottom: -20px;
        right: 40px;
    }

    body.das-ich .klinker {
        display: none;
        position: absolute;
        left: 50vw;
        top: 4rem;
    }

    body.das-ich .klinker .klinker-links {
        display: none;
    }

    body.das-ich .klinker > a {
        display: flex;
        max-height: 120px;
        max-width: 33vw;
    }

    body.das-ich .klinker > a img {
        object-fit: contain;
        max-width: 100%;
        max-height: 100%;
    }

    body.index .slave-container {
        overflow-x: hidden;
    }

    body.index .slave-container > .klinker {
        display: flex;
        flex-direction: row-reverse;
        margin-left: initial;
        position: absolute;
        right: 3rem;
        top: 350px;
        width: 75vw;
    }

    body.index .slave-container > .klinker .klinker-links {
        display: none;
    }

    body.index .slave-container > .klinker > a {
        flex: 0 0 50%;
        width: 50%;
    }

    body.index .slave-container > .klinker > a:nth-child(2) {
        margin-left: -1rem;
    }

    body.index .slave-container > .klinker > a img {
        object-fit: contain;
        max-width: 100%;
    }

    body.fullscreen-picture .slave-container {
        display: none !important;
    }

    body.fullscreen-picture {
        overflow: hidden;
    }

    body.overview .right .menu > a, body.index .right .menu > a {
        font-size: calc(var(--font-base) * 3.3);
    }

    body.overview .slaves-container .slaves .upper > img, body.index .slaves-container .slaves .upper > img {
        max-width: 100vw;
        max-height: 100vh;
    }

    body.overview .slaves-container .slaves .upper .lower-right, body.index .slaves-container .slaves .upper .lower-right {
        position: absolute;
    }

    body.overview > div.top-container > div.slave-container > div.slaves > div.vertical, body.overview .lower, body.index > div.top-container > div.slave-container > div.slaves > div.vertical, body.index .lower {
        display: none;
    }

    body:not(.index) .upper {
        display: none;
    }

    body.popup:not(.das-pic) .hamburger {
        display: none;
    }

    body.popup .popup-container.fullscreen {
        width: 100%;
        height: 100%;
    }

    body.popup .top-container .slave-container .popup-container {
        position: static;
    }

    body.popup .top-container .slave-container .popup-container .circle {
        z-index: 0;
    }

    body.popup .top-container .slave-container .popup-container .popup {
        margin: 0;
        padding: 0 1rem;
        width: 96vw;
    }

    body.popup .top-container .slave-container .popup-container .popup .fill-wrapper {
        padding-top: calc(150px + 10vw);
    }

    body.popup .top-container .slave-container .popup-container .popup .fill-wrapper .controls.before, body.popup .top-container .slave-container .popup-container .popup .fill-wrapper .controls .move-next, body.popup .top-container .slave-container .popup-container .popup .fill-wrapper .controls .move-prev {
        display: none;
    }

    body.popup .top-container .slave-container .popup-container .popup .fill-wrapper .controls.after {
        display: flex;
        position: absolute;
        top: 155px;
        right: 0.5rem;
        width: 3rem;
        height: 3rem;
        align-items: center;
        margin: auto;
        vertical-align: middle;
        text-align: center;
    }

    body.popup .top-container .slave-container .popup-container .popup .fill-wrapper .controls.after .close:after {
        font-size: 400%;
    }

    body.popup .top-container .slave-container .popup-container .popup .fill-wrapper .content .carousel {
        display: flex;
        flex-direction: column;
    }

    body.popup .top-container .slave-container .popup-container .popup .fill-wrapper .content .carousel > .image-next, body.popup .top-container .slave-container .popup-container .popup .fill-wrapper .content .carousel > .image-next.selected {
        display: block;
        margin-bottom: 0.5rem;
    }

    body.popup .top-container .slave-container .popup-container .popup .fill-wrapper .content .carousel > .image-next:after {
        background: white;
        bottom: 0;
        color: black;
        content: attr(data-text);
        display: block;
        padding-left: 0.75rem;
        position: absolute;
        text-align: left;
        width: 100%;
        z-index: 100;
    }

    body.popup .top-container .slave-container .popup-container .popup .fill-wrapper .content .carousel > .image-next .links {
        top: 20%;
        left: 20%;
    }

    body.popup .top-container .slave-container .popup-container .popup .fill-wrapper .content .carousel > .image-next .links .links-hrefs a {
        font-size: calc(var(--font-base) * 1.6);
    }

    body.popup .top-container .slave-container .popup-container .popup .fill-wrapper .content .text-under {
        display: block;
        position: absolute;
        top: 300px;
        z-index: 100;
        background: none;
    }

    body.popup .top-container .slave-container .popup-container .popup .fill-wrapper .content .text-under .text {
        display: none;
    }

    body.popup .top-container .slave-container .popup-container .popup .fill-wrapper .content .text-under .selector {
        display: none;
        font-size: calc(var(--font-base) * 4);
    }

    body.popup .top-container .slave-container .popup-container .popup .fill-wrapper .content .text-under .selection-list {
        display: none;
    }

    body.datenschutz .slave-container .slaves .vertical .right .right-content .content, body.datenschutz .slave-container .slaves .vertical .right .right-content .content a, body.impressum .slave-container .slaves .vertical .right .right-content .content, body.impressum .slave-container .slaves .vertical .right .right-content .content a {
        font-size: calc(var(--font-base) * 1.8);
    }

    body.index #text-story-white img {
        height: calc(var(--font-base) * 12);
        margin-bottom: calc(var(--font-base) * -4);
    }

    body .hamburger {
        cursor: pointer;
        display: flex;
        flex-direction: column;
        position: absolute;
        right: 2rem;
        top: 1rem;
        z-index: 1000;
    }

    body .hamburger .hamburger-icon .bar {
        background-color: #333;
        height: 5px;
        margin: 6px 0;
        transition: 0.4s;
        width: 35px;
    }

    body .hamburger .hamburger-content {
        animation-delay: 0s;
        animation-duration: 1s;
        animation-fill-mode: forwards;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    body .hamburger.open .hamburger-icon {
        opacity: 1;
        margin-left: auto;
    }

    body .hamburger.open .hamburger-icon .bar1 {
        transform: translate(0px, 11px) rotate(-45deg);
    }

    body .hamburger.open .hamburger-icon .bar2 {
        opacity: 0;
    }

    body .hamburger.open .hamburger-icon .bar3 {
        transform: rotate(45deg) translate(-8px, -8px);
    }

    body .hamburger.open .hamburger-content {
        animation-name: fadeIn;
        display: flex;
        flex-direction: column;
    }

    body .hamburger.open .hamburger-content a {
        padding: 0.25rem;
    }

    body .termine .termin {
        flex-wrap: wrap;
        margin-bottom: 1rem;
    }

    body .termine .termin > div {
        font-size: calc(var(--font-base) * 2);
    }

    body .termine .termin .datum {
        order: 1;
        flex: 0 0 32vw;
        max-width: 32vw;
    }

    body .termine .termin .title {
        order: 2;
        max-width: initial;
        flex: 0 0 60vw;
    }

    body .termine .termin .ort {
        order: 3;
        flex: 0 0 100%;
    }

    body.circle .top-container .slave-container {
        height: initial;
        width: 100vw;
    }

    body.circle .top-container .slave-container .slaves .general-links {
        flex: 0 0 2rem;
        position: static;
        text-align: center;
    }

    body.circle .top-container .slave-container .slaves .general-links a, body.circle .top-container .slave-container .slaves .general-links a:hover, body.circle .top-container .slave-container .slaves .general-links a:after {
        font-size: 3vw;
    }

    body.circle .top-container .slave-container .slaves .vertical {
        flex: 1 0 auto;
        flex-direction: column;
    }

    body.circle .top-container .slave-container .slaves .vertical .left {
        bottom: 0;
        left: 0;
        order: 2;
        position: absolute;
        right: 0;
        top: 0;
    }

    body.circle .top-container .slave-container .slaves .vertical .right {
        left: 0;
        margin-bottom: 0;
        margin-left: 0.25rem;
        margin-top: 300px;
        order: 1;
        right: 0;
        top: 0;
        width: calc(100% - 2rem);
    }

    body.circle .top-container .slave-container .slaves .vertical .right .right-content .three-liner {
        flex: 1 1 auto;
        font-size: calc(var(--font-base) * 2.5);
        position: initial;
    }

    body.circle .top-container .slave-container .slaves .vertical .right .right-content .three-liner .images {
        display: block;
        height: 200px;
        max-width: 150px;
        position: absolute;
        right: 1rem;
        top: 175px;
        width: 50vw;
        max-width: 300px;
    }

    body.circle .top-container .slave-container .slaves .vertical .right .right-content .three-liner .images img {
        height: 100%;
        max-height: initial;
        max-width: initial;
        object-fit: contain;
        width: 100%;
    }

    body.circle .top-container .slave-container .slaves .vertical .right .right-content .header, body.circle .top-container .slave-container .slaves .vertical .right .right-content .header a {
        flex: 1 1 auto;
        font-size: calc(var(--font-base) * 2.4);
    }

    body.circle .top-container .slave-container .slaves .vertical .right .right-content .content {
        flex: 1 0 auto;
    }

    body.circle .top-container .slave-container .slaves .vertical .right .right-content .content, body.circle .top-container .slave-container .slaves .vertical .right .right-content .content *, body.circle .top-container .slave-container .slaves .vertical .right .right-content .content a {
        font-size: calc(var(--font-base) * 2.3);
    }

    body.das-pic .top-container .slave-container .popup-container .popup .fill-wrapper .controls.after {
        display: none;
    }

    body.das-pic .top-container .slave-container .slaves .vertical .right .right-content .content .wrapper {
        display: none;
        height: initial;
        width: 100vw;
    }
}

a {
    text-decoration: none;
}

.underline {
    text-decoration: underline;
}

a[href~='mailto'] {
    text-decoration: underline;
}

.picture-fullscreen, .picture-fullscreen * {
    user-select: none;
}

body.satz .general-links, body.satz .circle {
    display: none !important;
}

.general-links {
    bottom: 1rem;
    left: var(--width-circle);
    position: absolute;
    z-index: 100;
}

.general-links a, .general-links a:visited, .general-links a:hover {
    color: silver;
    flex: 0 0 auto;
    font-size: calc(var(--font-base));
}

.general-links a:not(:last-child):after, .general-links a:visited:not(:last-child):after, .general-links a:hover:not(:last-child):after {
    content: ' | ';
    display: inline-block;
    flex: 0 0 auto;
    font-size: calc(var(--font-base));
    text-decoration: none;
}

.general-links a.selected, .general-links a:visited.selected, .general-links a:hover.selected {
    color: darkgray;
}

.background {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    z-index: -10;
}

.background .creme {
    flex: 0 0 71.5vh;
}

.background .blue {
    flex: 1 0 auto;
}

.background .creme, .background .blue {
    position: relative;
}

.background .creme img, .background .blue img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    width: 100%;
}

a, span, div {
    color: #1d1d1b;
    font-family: Andale Mono, monospace;
    font-size: 1rem;
}

a:visited {
    color: initial;
}

.big.title {
    padding-bottom: 2rem;
}

.big.title, .big.title * {
    font-size: calc(var(--font-base) * 4);
    letter-spacing: 1.3pt;
}

.text-schreibschrift {
    font-family: Brush Script MT, cursive;
    font-size: 1rem;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
}

#text-middle {
    line-height: 1.4rem;
}

.internal-link {
    color: #00205b;
}

body.full-content .slave-container .slaves .vertical .right .three-liner, body.full-content .slave-container .slaves .vertical .right .header {
    display: none;
}

body.full-content .slave-container .slaves .vertical .right .content {
    flex: 0 0 auto;
    overflow-y: auto;
    position: relative;
}

.picture-fullscreen {
    display: none;
    opacity: 0;
}

img.zoomable {
    cursor: zoom-in;
}

body.fullscreen-picture > * {
    opacity: 0;
    transition: opacity 1s;
}

body.fullscreen-picture .picture-fullscreen {
    display: flex;
    flex-direction: column;
    height: 100%;
    left: 0;
    margin: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    transition: opacity 1s;
    width: 100%;
}

body.fullscreen-picture .picture-fullscreen .controls {
    display: flex;
    flex-direction: row;
    opacity: 0.83;
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: 5rem;
    z-index: 100;
}

body.fullscreen-picture .picture-fullscreen .controls > * {
    flex: 0 0 2rem;
    font-size: 1.5rem;
    font-weight: 900;
}

body.fullscreen-picture .picture-fullscreen .picture-wrapper {
    flex: 1 1 auto;
    overflow: hidden;
}

body.fullscreen-picture .picture-fullscreen .picture-wrapper img {
    pointer-events: none;
    transform-origin: center top;
}

body.circle .circle > .menu {
    padding-left: 1rem;
    padding-top: 3rem;
}

body.circle .circle > .menu .title {
    cursor: pointer;
    font-size: 5vw;
    font-size: calc(var(--width-circle-base) * 5);
}

body.circle .circle > .menu > a {
    color: black;
    display: block;
    font-size: calc(var(--width-circle-base) * 2);
    line-height: 2.75vw;
    line-height: calc(var(--width-circle-base) * 2.75);
    padding-left: 18vw;
    padding-left: calc(var(--width-circle-base) * 18);
    text-decoration: none;
}

body.circle .circle > .menu > a:first-of-type {
    padding-top: 1.5rem;
}

body.circle .circle > .menu > a:not(.selected) {
    color: rgba(0, 0, 0, 0.14);
}

.right-content {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}

.right-content * {
    font-size: 12px;
}

.right-content .three-liner {
    flex: 0 0 4rem;
    font-size: 1.3rem;
    font-size: calc(var(--font-base) * 1.3);
    font-weight: 100;
    margin-bottom: 1rem;
    position: relative;
    white-space: pre-line;
}

.right-content .three-liner .images {
    bottom: 0;
    position: absolute;
    right: 0;
}

.right-content .three-liner .images img {
    max-height: 30vh;
    max-height: calc(var(--height-circle) * 0.45);
    max-width: calc(var(--width-circle) * 0.76);
}

.right-content .header, .right-content .header a {
    flex: 0 0 2rem;
    font-size: 1.3rem;
    font-size: calc(var(--font-base) * 1.2);
    margin-bottom: 1rem;
}

.right-content .content {
    flex: 1 0 33vh;
    min-height: 25vh;
    min-height: calc(var(--height-circle) * 0.42);
}

.right-content .content, .right-content .content *, .right-content .content a {
    font-size: 1.3rem;
    font-size: calc(var(--font-base) * 1.2);
    white-space: pre-line;
}

body {
    min-height: 100vh;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

.hamburger, .hamburger-content {
    display: none;
}

body.tbc #img-text-underlay {
    right: 47px;
}

.top-container {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    margin: auto;
}

@media screen and (max-width: 39.999rem), screen and (max-height: 29.999rem) {
    .slave-container {
        height: 100vh;
        margin-left: 0;
        margin-right: auto;
        min-height: 100vh;
        position: relative;
    }

    .slave-container .slaves {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        display: flex;
        flex-direction: column;
    }

    .slave-container .slaves .vertical {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        display: flex;
    }

    .slave-container .slaves .vertical .left {
        margin-top: 0%;
        width: 50%;
        z-index: 2;
    }

    .slave-container .slaves .vertical .left .circle, .slave-container .slaves .vertical .left .silhouette, .slave-container .slaves .vertical .left .judith {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: contain;
        display: none;
        height: var(--height-circle);
        pointer-events: none;
        z-index: 1;
    }

    .slave-container .slaves .vertical .left .silhouette, .slave-container .slaves .vertical .left .judith {
        height: calc(var(--height-circle) * 1.2);
        top: initial;
    }

    body.circle .slave-container .slaves .vertical .left .circle {
        background-image: url("/images/circle.png");
        background-position: left;
        display: initial;
        margin-bottom: 1.5rem;
        opacity: 1;
        pointer-events: all;
        top: unset;
        width: 50%;
    }

    .slave-container .slaves .vertical .right {
        margin-bottom: 0;
        margin-top: auto;
        max-width: 53rem;
        position: relative;
        width: calc(100% - 50%);
        z-index: 2;
    }

    body.overview .slave-container .slaves .vertical .right, body.index .slave-container .slaves .vertical .right {
        margin-bottom: auto;
        margin-top: calc(100vh - (var(--height-circle) * 1.2));
    }

    .slave-container .slaves .vertical .right .step3 {
        max-width: 30rem;
    }

    .slave-container .slaves .vertical .right .step3 .menu {
        margin-left: calc(100% - 15vw);
        max-width: 15vw;
    }

    .slave-container .slaves .upper {
        flex: 0 0 71.5vh;
        position: relative;
    }

    .slave-container .slaves .upper #img-text {
        z-index: 1;
    }

    body:not(.tbc) .slave-container .slaves .upper #img-text {
        bottom: -18px;
    }

    body:not(.tbc) .slave-container .slaves .upper #img-text-underlay {
        bottom: -20px;
        right: 40px;
    }

    .slave-container .slaves .upper .lower-right {
        bottom: 0;
        position: absolute;
        right: 0;
    }

    .slave-container .slaves .lower {
        flex: 0 0 calc(100% - 71.5vh);
    }
}

@media screen and (min-width: 40rem) and (min-height: 30rem) and (max-width: 79.999rem), screen and (min-width: 40rem) and (min-height: 30rem) and (max-height: 54.999rem) {
    .slave-container {
        height: 100vh;
        margin-left: 0;
        margin-right: auto;
        min-height: 30rem;
        position: relative;
    }

    .slave-container .slaves {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        display: flex;
        flex-direction: column;
    }

    .slave-container .slaves .vertical {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        display: flex;
    }

    .slave-container .slaves .vertical .left {
        margin-top: 24.7%;
        width: var(--width-circle);
        z-index: 2;
    }

    .slave-container .slaves .vertical .left .circle, .slave-container .slaves .vertical .left .silhouette, .slave-container .slaves .vertical .left .judith {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: contain;
        display: none;
        height: var(--height-circle);
        pointer-events: none;
        z-index: 1;
    }

    .slave-container .slaves .vertical .left .silhouette, .slave-container .slaves .vertical .left .judith {
        height: calc(var(--height-circle) * 1.2);
        top: initial;
    }

    body.circle .slave-container .slaves .vertical .left .circle {
        background-image: url("/images/circle.png");
        background-position: left;
        display: initial;
        margin-bottom: 1.5rem;
        opacity: 1;
        pointer-events: all;
        top: unset;
        width: var(--width-circle);
    }

    .slave-container .slaves .vertical .right {
        margin-bottom: 0;
        margin-top: auto;
        max-width: 53rem;
        position: relative;
        width: calc(100% - var(--width-circle));
        z-index: 2;
    }

    body.overview .slave-container .slaves .vertical .right, body.index .slave-container .slaves .vertical .right {
        margin-bottom: auto;
        margin-top: calc(100vh - (var(--height-circle) * 1.2));
    }

    .slave-container .slaves .vertical .right .step3 {
        max-width: 30rem;
    }

    .slave-container .slaves .vertical .right .step3 .menu {
        margin-left: calc(100% - 15vw);
        max-width: 15vw;
    }

    .slave-container .slaves .upper {
        flex: 0 0 71.5vh;
        position: relative;
    }

    .slave-container .slaves .upper #img-text {
        z-index: 1;
    }

    body:not(.tbc) .slave-container .slaves .upper #img-text {
        bottom: -18px;
    }

    body:not(.tbc) .slave-container .slaves .upper #img-text-underlay {
        bottom: -20px;
        right: 40px;
    }

    .slave-container .slaves .upper .lower-right {
        bottom: 0;
        position: absolute;
        right: 0;
    }

    .slave-container .slaves .lower {
        flex: 0 0 calc(100% - 71.5vh);
    }
}

@media screen and (min-width: 80rem) and (min-height: 55rem) {
    .slave-container {
        height: 100vh;
        margin-left: 0;
        margin-right: auto;
        min-height: 50rem;
        position: relative;
    }

    .slave-container .slaves {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        display: flex;
        flex-direction: column;
    }

    .slave-container .slaves .vertical {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        display: flex;
    }

    .slave-container .slaves .vertical .left {
        margin-top: 24.89%;
        width: var(--width-circle);
        z-index: 2;
    }

    .slave-container .slaves .vertical .left .circle, .slave-container .slaves .vertical .left .silhouette, .slave-container .slaves .vertical .left .judith {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: contain;
        display: none;
        height: var(--height-circle);
        pointer-events: none;
        z-index: 1;
    }

    .slave-container .slaves .vertical .left .silhouette, .slave-container .slaves .vertical .left .judith {
        height: calc(var(--height-circle) * 1.2);
        top: initial;
    }

    body.circle .slave-container .slaves .vertical .left .circle {
        background-image: url("/images/circle.png");
        background-position: left;
        display: initial;
        margin-bottom: 1.5rem;
        opacity: 1;
        pointer-events: all;
        top: unset;
        width: var(--width-circle);
    }

    .slave-container .slaves .vertical .right {
        margin-bottom: 0;
        margin-top: auto;
        max-width: 53rem;
        position: relative;
        width: calc(100% - var(--width-circle));
        z-index: 2;
    }

    body.overview .slave-container .slaves .vertical .right, body.index .slave-container .slaves .vertical .right {
        margin-bottom: auto;
        margin-top: calc(100vh - (var(--height-circle) * 1.2));
    }

    .slave-container .slaves .vertical .right .step3 {
        max-width: 30rem;
    }

    .slave-container .slaves .vertical .right .step3 .menu {
        margin-left: calc(100% - 15vw);
        max-width: 15vw;
    }

    .slave-container .slaves .upper {
        flex: 0 0 71.5vh;
        position: relative;
    }

    .slave-container .slaves .upper #img-text {
        z-index: 1;
    }

    body:not(.tbc) .slave-container .slaves .upper #img-text {
        bottom: -18px;
    }

    body:not(.tbc) .slave-container .slaves .upper #img-text-underlay {
        bottom: -20px;
        right: 40px;
    }

    .slave-container .slaves .upper .lower-right {
        bottom: 0;
        position: absolute;
        right: 0;
    }

    .slave-container .slaves .lower {
        flex: 0 0 calc(100% - 71.5vh);
    }
}

body.popup .slave-container {
    width: 100%;
}

body.popup .slave-container .slaves {
    display: none;
}

.popup-container {
    bottom: 0;
    display: none;
    left: 0;
    margin: auto;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

body.popup .popup-container {
    background: rgba(255, 255, 255, 0.2);
    display: initial;
    pointer-events: all;
    top: calc(100% - var(--height-circle) - 1.5rem);
    z-index: 100;
}

body.popup .popup-container.fullscreen {
    top: 0;
}

body.popup .popup-container.fullscreen .popup {
    max-width: initial;
}

body.popup .popup-container .circle {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url("/images/circle.png");
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    display: initial;
    height: var(--height-circle);
    margin-bottom: 1.5rem;
    pointer-events: all;
    top: unset;
    width: var(--width-circle);
    z-index: -1;
}

body.popup .popup-container .popup {
    display: flex;
    flex-direction: column;
    height: calc(100% - 2rem);
    margin: 1rem 1rem 1rem calc(var(--width-circle) * 1);
    max-width: 53rem;
    position: relative;
    width: initial;
}

body.popup .popup-container .popup .filler {
    flex: 1 0 auto;
}

body.popup .popup-container .popup .fill-wrapper {
    display: flex;
    flex: 0 1 auto;
}

body.popup .popup-container .popup .fill-wrapper .content {
    display: flex;
    flex: 0 1 auto;
    flex-direction: column-reverse;
    height: 100%;
    margin-bottom: auto;
    margin-top: auto;
    max-height: 100%;
    order: 2;
    overflow: hidden;
}

body.popup .popup-container .popup .fill-wrapper .content .carousel {
    flex: 0 0 calc(100% - 3rem);
    height: 100%;
    width: 100%;
    order: 2;
}

body.popup .popup-container .popup .fill-wrapper .content .carousel > .image-next {
    display: none;
    justify-content: center;
    max-height: 100%;
    position: relative;
}

body.popup .popup-container .popup .fill-wrapper .content .carousel > .image-next .links {
    background: rgba(191, 206, 214, 0.8);
    display: flex;
    flex-direction: row;
    margin: auto;
    position: absolute;
    top: 60%;
    z-index: 100;
}

body.popup .popup-container .popup .fill-wrapper .content .carousel > .image-next .links .links-play-icon {
    display: none;
}

body.popup .popup-container .popup .fill-wrapper .content .carousel > .image-next .links.play-icon {
    min-width: 270px;
}

body.popup .popup-container .popup .fill-wrapper .content .carousel > .image-next .links.play-icon-only {
    background: initial;
    min-width: 70px;
}

body.popup .popup-container .popup .fill-wrapper .content .carousel > .image-next .links.play-icon .links-play-icon, body.popup .popup-container .popup .fill-wrapper .content .carousel > .image-next .links.play-icon-only .links-play-icon {
    display: flex;
    flex: 0 0 70px;
}

body.popup .popup-container .popup .fill-wrapper .content .carousel > .image-next .links.play-icon .links-play-icon img, body.popup .popup-container .popup .fill-wrapper .content .carousel > .image-next .links.play-icon-only .links-play-icon img {
    flex: 1 1 50px;
    margin: auto;
    max-height: 50px;
    max-width: 50px;
}

body.popup .popup-container .popup .fill-wrapper .content .carousel > .image-next .links .links-hrefs {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
}

body.popup .popup-container .popup .fill-wrapper .content .carousel > .image-next .links .links-hrefs a {
    background: rgba(0, 0, 0, 0.3);
    color: white;
    flex: 1 0 auto;
    font-size: calc(var(--font-base) * 0.8);
    padding: 1rem;
}

body.popup .popup-container .popup .fill-wrapper .content .carousel > .image-next .links .links-hrefs a:hover {
    background: rgba(255, 255, 255, 0.5);
}

body.popup .popup-container .popup .fill-wrapper .content .carousel > .image-next.selected {
    display: flex;
}

body.popup .popup-container .popup .fill-wrapper .content .carousel > .image-next:not(.selected) img.gallery-image {
    pointer-events: none;
}

body.popup .popup-container .popup .fill-wrapper .content .carousel > .image-next img.gallery-image {
    max-height: calc(100% - 5rem);
    max-width: 100%;
    object-fit: contain;
    object-position: left center;
}

body.popup .popup-container .popup .fill-wrapper .content .carousel > .image-next .zoomer {
    display: none;
    pointer-events: none;
}

body.popup .popup-container .popup .fill-wrapper .content .carousel > .image-next.zoomable.selected {
    cursor: zoom-in;
    height: 100%;
    position: relative;
    width: 100%;
}

body.popup .popup-container .popup .fill-wrapper .content .carousel > .image-next.zoomable.selected .zoomer {
    display: none;
}

body.popup .popup-container .popup .fill-wrapper .content .carousel:hover .selected .zoomer {
    display: initial;
    opacity: 1;
    position: absolute;
    z-index: 10000;
}

body.popup .popup-container .popup .fill-wrapper .content .text-under {
    align-items: center;
    background: white;
    display: flex;
    flex: 0 0 2rem;
    margin-top: 1rem;
    order: 1;
    position: relative;
}

body.popup .popup-container .popup .fill-wrapper .content .text-under .text {
    flex: 1 0 auto;
    font-size: calc(var(--font-base) * 0.9);
    margin-left: 0.5rem;
}

body.popup .popup-container .popup .fill-wrapper .content .text-under .selector {
    flex: 0 0 40px;
    font-size: calc(var(--font-base) * 2);
    text-align: center;
    transform: rotate(-90deg);
}

body.popup .popup-container .popup .fill-wrapper .content .text-under .selector.open {
    transform: rotate(90deg);
}

body.popup .popup-container .popup .fill-wrapper .content .text-under .selection-list {
    background: rgba(191, 206, 214, 0.8);
    bottom: 2rem;
    position: absolute;
    width: 100%;
    z-index: 100;
}

body.popup .popup-container .popup .fill-wrapper .content .text-under .selection-list > div {
    font-size: calc(var(--font-base) * 0.9);
    height: 1.6rem;
    margin-bottom: 0.25rem;
    margin-top: 0.25rem;
    padding-left: 0.5rem;
}

body.popup .popup-container .popup .fill-wrapper .content .text-under .selection-list > div:hover {
    background: rgba(255, 255, 255, 0.5);
}

body.popup .popup-container .popup .fill-wrapper .content .text-under .selection-list > div:not(:last-child) {
    border-bottom: 1px solid white;
}

body.popup .popup-container .popup .fill-wrapper .content .text-under .selection-list.hide {
    display: none;
}

body.popup .popup-container .popup .controls {
    flex: 0 0 3rem;
    position: relative;
    z-index: 1;
}

body.popup .popup-container .popup .controls.before {
    order: 1;
}

body.popup .popup-container .popup .controls.after {
    order: 3;
}

body.popup .popup-container .popup .controls .move-prev, body.popup .popup-container .popup .controls .close, body.popup .popup-container .popup .controls .move-next {
    height: 3rem;
    pointer-events: all;
    position: absolute;
    top: 4rem;
    width: 3rem;
}

body.popup .popup-container .popup .controls .move-prev:after, body.popup .popup-container .popup .controls .close:after, body.popup .popup-container .popup .controls .move-next:after {
    align-items: center;
    bottom: 0;
    display: flex;
    flex-direction: row;
    font-size: 1.7rem;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

body.popup .popup-container .popup .controls .move-prev {
    left: 0;
}

body.popup .popup-container .popup .controls .move-prev:after {
    content: '<';
}

body.popup .popup-container .popup .controls .move-next {
    right: 0;
}

body.popup .popup-container .popup .controls .move-next:after {
    content: '>';
}

body.popup .popup-container .popup .controls .close {
    right: 0;
    top: 0;
}

body.popup .popup-container .popup .controls .close:after {
    content: 'x';
    display: block;
    line-height: 0.7rem;
    margin-top: 0;
    text-align: center;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    30% {
        opacity: 0.5;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeInOut {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    70% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes heightInOut {
    0% {
    }
    100% {
        display: none;
    }
}

@media screen and (max-width: 39.999rem), screen and (max-height: 29.999rem) {
    body {
        --link-startup: "/das-ich.html";
        --link-startup-timeout: 0;
    }

    body.index .left .menu .title, body.index .general-links {
        display: none;
    }

    body.index .judith, body.index .silhouette, body.index .circle {
        display: initial !important;
        opacity: 0 !important;
    }

    body.index .klinker, body.index #img-text {
        animation-delay: 0s;
        animation-duration: 6.6s;
        animation-fill-mode: forwards;
        animation-name: fadeInOut;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    body.index #img-text-underlay {
        animation-delay: 1.32s;
        animation-duration: 5.28s;
        animation-fill-mode: forwards;
        animation-name: fadeInOut;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    body.index .circle, body.index .silhouette, body.index .right .step3 .title {
        display: none;
    }

    body.index .step3 {
        display: none;
    }

    body.index .judith {
        display: none;
    }

    body.index .right .menu {
        display: none;
    }
}

@media screen and (min-width: 40rem) and (min-height: 30rem) {
    body.index .left .menu .title, body.index .general-links {
        display: none;
    }

    body.index .slave-container > .klinker {
        display: none;
    }

    body.index .judith, body.index .silhouette, body.index .circle {
        display: initial !important;
        opacity: 0 !important;
    }

    body.index #img-text {
        animation-delay: 0s;
        animation-duration: 6.6s;
        animation-fill-mode: forwards;
        animation-name: fadeInOut;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    body.index #img-text-underlay {
        animation-delay: 1.32s;
        animation-duration: 5.28s;
        animation-fill-mode: forwards;
        animation-name: fadeInOut;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    body.index .circle, body.index .silhouette, body.index .right .step3 .title {
        animation-delay: 6.6s;
        animation-duration: 5.775s;
        animation-fill-mode: forwards;
        animation-name: fadeIn;
        animation-timing-function: ease-in;
        opacity: 0;
        display: initial;
    }

    body.index .step3 {
        display: flex;
        flex-direction: column;
    }

    body.index .step3 div {
        flex: 0 0 auto;
    }

    body.index .step3 #text-middle, body.index .step3 #text-story-white {
        animation-delay: 6.6s, 11.6s;
        animation-duration: 5.775s, 2.376s;
        animation-fill-mode: forwards, forwards;
        animation-name: fadeInOut, heightInOut;
        animation-timing-function: ease-in, ease-in;
        opacity: 0;
    }

    body.index .judith {
        animation-delay: 12.375s;
        animation-duration: 3.3s;
        animation-fill-mode: forwards;
        animation-name: fadeIn;
        animation-timing-function: ease-in;
        display: initial;
        opacity: 0;
    }

    body.index .right .menu, body.index .klinker {
        display: initial;
        animation-delay: 12.375s;
        animation-duration: 3.3s;
        animation-fill-mode: forwards;
        animation-name: fadeIn;
        animation-timing-function: ease-in;
        opacity: 0;
    }
}

body.index #text-story-white, body.index #text-middle {
    display: initial;
    max-height: 5rem;
}

body.index #text-story-white {
    position: absolute;
}

body.index #text-story-white img {
    height: calc(var(--font-base) * 6);
    margin-bottom: calc(var(--font-base) * -2);
}

.klinker {
    display: none;
}

body.overview .step3 .klinker {
    animation-duration: 6.6s;
    animation-fill-mode: forwards;
    animation-name: fadeIn;
    animation-timing-function: ease-in;
    display: flex;
    margin-top: 3rem;
    max-width: 25rem;
    opacity: 0;
}

body.overview .step3 .klinker > a {
    flex: 0 0 50%;
    width: 50%;
}

body.overview .step3 .klinker > a:nth-child(2) {
    margin-left: -1rem;
}

body.overview .step3 .klinker > a img {
    object-fit: contain;
    max-width: 100%;
}

body.overview .left .circle .menu, body.overview #img-text, body.overview #img-text-underlay, body.overview #text-story-white, body.overview #text-middle {
    display: none;
}

body.overview .judith {
    display: initial !important;
    pointer-events: all !important;
}

body.index .right .menu {
    margin-top: -6.2rem;
}

body.overview .right .menu {
    margin-top: -2rem;
}

body.overview .left .menu, body.index .left .menu {
    display: none;
}

body.overview .right .menu > a, body.index .right .menu > a {
    color: rgba(0, 0, 0, 0.3);
    display: block;
    font-size: calc(var(--font-base) * 1.65);
    margin-bottom: 0.25rem;
    text-decoration: none;
}

body.overview .judith, body.index .judith {
    background-image: url("/images/judith.png");
}

body.overview .silhouette, body.index .silhouette {
    background-image: url("/images/silhouette.png");
}

body.das-pic .slave-container .slaves .vertical .right .right-content .content .wrapper {
    display: flex;
    height: calc(var(--documentheight) - 2rem);
    justify-items: center;
    max-height: 100%;
    max-width: 100%;
    overflow: hidden;
    position: absolute;
    width: calc(var(--documentwidth) - var(--width-circle) - 1rem);
}

body.das-pic .slave-container .slaves .vertical .right .right-content .content .wrapper img {
    height: 100%;
    object-fit: contain;
    width: 100%;
    z-index: 100;
}

body.das-pic .slave-container .slaves .vertical .right .right-content .content .wrapper map {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}

body.das-pic .slave-container .slaves .vertical .right .right-content .content .wrapper area {
    outline: none;
}

@media screen and (min-width: 39.999rem) and (min-height: 29.999rem) {
    .content {
        display: flex;
        flex: 0 0 100%;
        position: relative;
    }

    .content .termine {
        flex: 0 0 100%;
        max-height: 30vh;
    }

    .content .termine .jahr {
        flex: 0 0 1rem;
    }

    .content .termine .termin {
        flex: 1 1 auto;
    }
}

.termine {
    display: flex;
    flex-direction: column;
}

.termine .jahr {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
    text-decoration: underline;
}

.termine .termin {
    cursor: pointer;
    display: flex;
    flex-direction: row;
}

.termine .termin > div {
    font-size: calc(var(--font-base) * 1);
}

.termine .termin .datum {
    flex: 0 0 3rem;
    flex: 0 0 12vw;
    max-width: 125px;
    white-space: nowrap;
}

@media screen and (min-width: 80rem) and (min-height: 55rem) {
    .termine .termin .datum {
        max-width: 150px;
    }
}

.termine .termin .title {
    flex: 0 0 12rem;
    flex: 0 0 27vw;
    max-width: 400px;
}

.termine .termin .ort {
    flex: 1 0 5vw;
}

body.das-was .projekt {
    cursor: pointer;
}

body.das-was .content {
    display: flex;
    flex-direction: column;
}

body.impressum .right-content .content {
    font-size: calc(var(--font-base) * 0.9);
}

body.datenschutz .slave-container .slaves .vertical .right {
    margin-bottom: 3rem;
}

body.datenschutz .slave-container .slaves .vertical .right .right-content {
    display: initial;
}

body.datenschutz .slave-container .slaves .vertical .right .right-content .content, body.datenschutz .slave-container .slaves .vertical .right .right-content .content a {
    font-size: calc(var(--font-base) * 0.9);
    margin-right: 0.5rem;
}

body > .test-container {
    display: none;
}

body.test-sizes {
    background-color: #008000;
}

@media screen and (min-width: 40rem) and (min-height: 30rem) and (max-width: 79.999rem), screen and (min-width: 40rem) and (min-height: 30rem) and (max-height: 54.999rem) {
    body.test-sizes {
        background-color: #ffa500;
    }
}

@media screen and (min-width: 80rem) and (min-height: 55rem) {
    body.test-sizes {
        background-color: #f00;
    }
}

body.test-sizes > * {
    display: none;
}

body.test-sizes > .test-container {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
}
