a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    scrollbar-gutter: stable
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.opacity-0 {
    opacity: 0 !important
}

.none {
    display: none !important
}

.f-right {
    float: right
}

.f-left {
    float: left
}

.mg-rgt-1 {
    margin-right: 1rem !important
}

.mg-lft-1 {
    margin-left: 1rem !important
}

.mg-btm-1 {
    margin-bottom: 1rem !important
}

.mg-tp-1 {
    margin-top: 1rem !important
}

.visibility-0 {
    visibility: hidden
}

.sticky {
    position: sticky;
    top: 0
}

.active:not(.tabcontent):not(.menu) {
    background-color: var(--hover-background-color)
}

::-moz-selection {
    background-color: var(--select-color)
}

::selection {
    background-color: var(--select-color)
}

::-webkit-scrollbar {
    background-color: inherit
}

::-webkit-scrollbar-thumb {
    background-color: #cfa0bd
}

::-webkit-scrollbar-track {
    background-color: inherit
}

.left {
    text-align: left !important
}

.right {
    text-align: right !important
}

img {
    user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    border-radius: 0.5rem
}

img:not([data-fullimgview]) {
    cursor: pointer
}

.txt-center {
    text-align: center
}

a:active {
    color: blue;
    color: inherit
}

span.bold {
    font-weight: bold
}

span.italic {
    font-style: italic
}

body .fullImgView {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100vh;
    height: 100dvh;
    width: 100vw;
    width: 100dvw;
    inset: 0;
    background-color: rgba(0, 0, 0, 0);
    z-index: 200;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-transition: background-color 200ms ease-in-out;
    transition: background-color 200ms ease-in-out;
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer
}

body .fullImgView .close-img-view-container {
    height: 50px;
    width: 50px;
    position: absolute;
    top: 1rem;
    right: 2rem;
    border-radius: 0.5rem;
    z-index: 201
}

body .fullImgView .close-img-view-container .close-img-view {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 0.5rem;
    z-index: 300;
    cursor: pointer
}

body .fullImgView .close-img-view-container .close-img-view span {
    position: absolute;
    width: 40px;
    height: 5.5px;
    background-color: #ffffff;
    border-radius: 100vw;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform-origin: 0px 0px;
    transform-origin: 0px 0px;
    z-index: 400
}

body .fullImgView .close-img-view-container .close-img-view span:first-child {
    rotate: -45deg
}

body .fullImgView .close-img-view-container .close-img-view span:last-child {
    rotate: 45deg
}

body .fullImgView .controls-container {
    position: absolute;
    inset: 0
}

body .fullImgView .controls-container .controls {
    margin: 0 auto;
    width: min(100%, 1500px);
    max-width: 100%;
    height: 100%;
    position: relative
}

body .fullImgView .controls-container .controls button {
    --_distanceFromEdge: 0px;
    --_width: 100px;
    --_height: 200px;
    all: unset;
    margin: 0;
    padding: 50px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: var(--_distanceFromEdge);
    width: var(--_width);
    height: var(--_height);
    z-index: 500;
    opacity: 0.1;
    outline: none;
    border: none;
    cursor: pointer
}

body .fullImgView .controls-container .controls button:last-of-type {
    left: unset;
    right: calc(var(--_distanceFromEdge) + 0rem)
}

body .fullImgView .controls-container .controls button:hover {
    opacity: 1
}

body .fullImgView .controls-container .controls button svg {
    max-width: 100%;
    max-height: 100%;
    fill: black
}

body .fullImgView img {
    max-width: min(1000px, 100vw);
    width: auto;
    max-height: 100vh;
    max-height: 100dvh;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    opacity: 0;
    -webkit-transform: translateY(-10rem);
    transform: translateY(-10rem);
    z-index: 400;
    cursor: default;
    background-color: rgb(130, 82, 112);
    -webkit-transition: background-color 200ms ease-in-out, opacity 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
    transition: background-color 200ms ease-in-out, opacity 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
    transition: background-color 200ms ease-in-out, opacity 200ms ease-in-out, transform 200ms ease-in-out;
    transition: background-color 200ms ease-in-out, opacity 200ms ease-in-out, transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out
}

@media screen and (max-width: 600px) {
    body .fullImgView img {
        border-radius: 0
    }
}

@media screen and (max-width: 900px) {
    body .fullImgView .controls-container .controls button {
        padding-inline: 0
    }
}

.alternate-bgclr {
    background-color: var(--alternate-background-color) !important;
    -webkit-box-shadow: 0 0 0 100vw var(--alternate-background-color) !important;
    box-shadow: 0 0 0 100vw var(--alternate-background-color) !important;
    -webkit-clip-path: inset(0 -100vw) !important;
    clip-path: inset(0 -100vw) !important;
    padding-block: 3rem !important;
    margin-block: 3rem !important
}

.no-margin {
    margin-bottom: 0 !important
}

.block {
    display: block !important
}

.underline {
    text-decoration: underline;
    text-underline-offset: 0.125rem
}

footer {
    --background-color: var(--accent-background-color);
    width: 100%;
    max-width: 100%;
    background-color: var(--background-color);
    margin-top: 3rem !important;
    padding-top: 3rem;
    padding-bottom: 5rem;
    -webkit-box-shadow: 0 0 0 100vw var(--background-color) !important;
    box-shadow: 0 0 0 100vw var(--background-color) !important;
    -webkit-clip-path: inset(0 -100vw) !important;
    clip-path: inset(0 -100vw) !important
}

li, p, span:not(.menu-item) {
    line-height: 1.3 !important
}

a {
    text-underline-offset: 0.15rem;
    color: inherit
}

a:visited:not(.vorstand-card a):not(.btn):not(.menu a):not(.tablinks) {
    color: #9e5f86
}

abbr {
    cursor: help
}

*, :after, :before {
    margin: 0;
    padding: 0;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:root {
    --nav-font-size: 1.125rem;
    --header-font-size: 1.75rem;
    --header-position: center;
    --nav-width: 200px;
    --content-padding-top: 20px;
    --text-color: #0a0a0a;
    --background-color: #F4EEF1;
    --accent-background-color: #cfa0bd;
    --table-background-color: #ffd9f1;
    --hover-background-color: #cfa0bd;
    --btn-hover-color: #cb7cad;
    --content-background: #ececec;
    --alternate-background-color: #d8c4d4;
    --select-color: #e48ec3d2;
    --scroll-top-btn-color: var(--accent-background-color);
    --text-fs: 18px;
    --transition: background-color 200ms ease-in-out;
    --focus-outline: 3px solid rgb(144, 77, 131);
    --max-content-width: 1350px;
    --bottom-extra-space: 5rem;
    --timeline-color: rgb(95, 95, 95);
    --timeline-content-color: var(--accent-background-color);
    --timeline-dark-arrow-color: #c2c2c2;
    --dark_background-color: rgb(75, 75, 75);
    --dark-mode_text-color: rgb(229, 229, 229);
    --dark-mode_active-color: rgb(17, 17, 17);
    --dark_hover-background-color: #cb7cad;
    --dark_accent-background-color: #a06b8c;
    --dark-mode_table-text-color: #000;
    --gallery-description-border-radius: 1rem;
    --content-width: calc(100% - var(--nav-width))
}

html {
    scroll-behavior: smooth
}

body {
    position: relative;
    min-height: 100vh;
    min-height: 100dvh;
    margin: 0;
    width: 100%;
    background-color: var(--content-background);
    font-family: "Calibri", sans-serif
}

noscript.notification {
    background-color: #cb6161;
    padding: 1rem 1.5rem;
    -webkit-box-shadow: 0 0 20px 6px rgba(0, 0, 0, 0.608);
    box-shadow: 0 0 20px 6px rgba(0, 0, 0, 0.608);
    z-index: 20;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-bottom: 2rem;
    -webkit-animation: pulse 1500ms ease-in-out infinite alternate;
    animation: pulse 1500ms ease-in-out infinite alternate;
    position: sticky;
    top: var(--content-padding-top)
}

noscript.notification .text-center {
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.5rem
}

@-webkit-keyframes pulse {
    0% {
        background-color: #cb6161
    }
    to {
        background-color: #b64c4c
    }
}

@keyframes pulse {
    0% {
        background-color: #cb6161
    }
    to {
        background-color: #b64c4c
    }
}

.show-menu {
    max-height: 60px;
    position: absolute
}

.menu {
    position: fixed;
    background-color: var(--background-color);
    top: 0;
    left: 0;
    height: 100vh;
    height: 100dvh;
    -webkit-box-shadow: 10px 0px 20px rgba(0, 0, 0, 0.211);
    box-shadow: 10px 0px 20px rgba(0, 0, 0, 0.211);
    z-index: 50;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: var(--nav-width);
    -webkit-transition: left 200ms linear;
    transition: left 200ms linear;
    padding-top: 1rem;
    isolation: isolate;
    z-index: 100;
    overflow-y: scroll
}

.menu > .btn {
    width: 85%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    padding: 10px 5px 10px 5px;
    border-radius: 0.25rem;
    background-color: var(--accent-background-color);
    margin-bottom: 0.5rem;
    text-decoration: none;
    text-align: center
}

.menu::-webkit-scrollbar, .menu::-webkit-scrollbar-button, .menu::-webkit-scrollbar-corner, .menu::-webkit-scrollbar-thumb, .menu::-webkit-scrollbar-track, .menu::-webkit-scrollbar-track-piece {
    display: none
}

.menu .menu-item {
    color: inherit;
    text-decoration: none;
    width: 100%;
    padding-left: 1rem;
    padding-block: 0.5rem;
    background-color: var(--background-color);
    -webkit-transition: 200ms ease-in-out;
    transition: 200ms ease-in-out;
    border-bottom: 2px solid rgb(22, 22, 22);
    font-size: var(--nav-font-size);
    -webkit-transition: var(--transition);
    transition: var(--transition);
    cursor: pointer
}

.menu .menu-item:nth-last-child(3) {
    border-bottom: unset;
    margin-bottom: 1rem
}

.menu .menu-item.active {
    background-color: var(--hover-background-color);
    cursor: default
}

.menu > .menu-item:focus-within, .menu > .menu-item:hover {
    background-color: var(--hover-background-color)
}

.menu > .menu-item:focus-within {
    outline-offset: 0.25rem;
    outline: var(--focus-outline)
}

.btn {
    padding: 10px 5px 10px 5px;
    color: var(--text-color);
    background-color: var(--accent-background-color);
    border-radius: 0.25rem;
    width: 85%;
    text-decoration: none;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.btn:focus-within, .btn:hover {
    background-color: var(--btn-hover-color)
}

.btn:focus-within {
    outline-offset: 0.25rem;
    outline: var(--focus-outline)
}

.btn > * {
    color: var(--text-color)
}

.content-wrapper {
    position: relative;
    width: var(--content-width);
    padding-top: var(--content-padding-top);
    background-color: var(--content-background);
    margin-bottom: 5rem;
    padding-bottom: 5rem;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0 auto;
    font-size: var(--text-fs);
    float: right;
    padding-inline: 3rem
}

.content-wrapper > * {
    margin: 0 auto;
    max-width: min(100%, 1500px)
}

.content-wrapper.not-found {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.content-wrapper.not-found img {
    max-width: 600px;
    margin: 0 auto;
    margin-top: 2rem;
    margin-bottom: 3rem
}

.content-wrapper.not-found span {
    font-size: 5rem
}

.content-wrapper.not-found p {
    font-size: larger;
    text-align: center
}

.page-header {
    text-align: var(--header-position);
    font-size: var(--header-font-size);
    margin-bottom: 1rem;
    text-wrap: balance
}

.content-wrapper.index .hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
    width: auto;
    height: 40rem;
    margin-inline: auto
}

.content-wrapper.index .hero p {
    margin: 0 2rem;
    max-width: 100%;
    padding: 0 3rem
}

.content-wrapper.index .hero img {
    -o-object-fit: contain;
    object-fit: contain;
    height: 10rem;
    width: 100%
}

.content-wrapper.index .hero .page-header {
    text-align: var(--header-position);
    font-size: var(--header-font-size);
    margin-bottom: 1rem;
    width: 100%
}

.content-wrapper.index .hero .page-header span {
    display: inline-block;
    width: 100%
}

.content-wrapper.index .hero .page-header span:first-child {
    margin-bottom: 1rem
}

.content-wrapper.index .news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 1rem;
    width: 100%
}

.content-wrapper.index .news .news__wrapper {
    width: min(100%, 1200px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem
}

.content-wrapper.index .news .news__wrapper img {
    width: calc(50% - 0.5rem);
    -ms-flex-item-align: start;
    align-self: flex-start
}

.content-wrapper.index .news a.btn {
    width: min(40ch, 100%)
}

.article {
    position: relative;
    margin-bottom: 2rem;
    margin-top: 3rem
}

.article h3.header {
    padding: 1rem 0;
    padding-bottom: 2rem;
    text-align: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--content-background)), color-stop(var(--content-background)), color-stop(var(--content-background)), to(transparent));
    background-image: linear-gradient(var(--content-background), var(--content-background), var(--content-background), transparent)
}

.article .paragraph-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1rem 1fr;
    grid-template-columns:1fr 1fr;
    grid-auto-flow: row;
    width: 100%;
    max-width: 100%;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    margin: 0rem 0rem 1rem
}

.article .paragraph-container img {
    -ms-grid-column: 1;
    grid-column: 1;
    border-radius: 0;
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    margin-top: 0.5rem;
    margin-left: auto
}

.article .paragraph-container .p-group {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    max-width: 100%;
    height: 100%;
    margin-top: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.article .paragraph-container:nth-of-type(2) p:last-child {
    margin-top: 0.5rem
}

.article .author {
    --background: transparent;
    --background: var(--dark_accent-background-color);
    background-color: var(--background);
    -webkit-box-shadow: 0 0 0 100vw var(--background);
    box-shadow: 0 0 0 100vw var(--background);
    -webkit-clip-path: inset(0 -100vw);
    clip-path: inset(0 -100vw);
    padding: 2rem 0;
    margin-top: 2rem;
    text-align: center
}

.article .author span {
    display: block
}

@media screen and (max-width: 900px) {
    .article .paragraph-container {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr;
        grid-auto-flow: unset;
        -webkit-column-gap: unset;
        -moz-column-gap: unset;
        column-gap: unset
    }

    .article .paragraph-container img {
        -ms-grid-column: 1;
        grid-column: 1
    }

    .article .paragraph-container .p-group {
        -ms-grid-column: 1;
        grid-column: 1;
        grid-row: unset
    }

    .article .author {
        position: unset;
        left: unset
    }
}

.content-wrapper.saitenwind > * {
    width: min(100%, 1200px)
}

.content-wrapper.saitenwind .hero {
    min-height: 2rem;
    max-height: 500px;
    margin-top: 1rem
}

.content-wrapper.saitenwind .hero img {
    width: 100%;
    height: auto;
    max-height: 500px;
    -o-object-fit: cover;
    object-fit: cover
}

.content-wrapper.saitenwind .saitenwind-info p {
    margin-bottom: 1rem
}

.content-wrapper.saitenwind .saitenwind-info p:first-child {
    margin-top: 2rem
}

.content-wrapper.saitenwind .saitenwind-info p:last-child {
    margin-bottom: 2rem
}

.content-wrapper.saitenwind {
}

.content-wrapper.saitenwind .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 4px;
    max-width: min(100%, 1216px)
}

.content-wrapper.saitenwind .column.p33 {
    -webkit-box-flex: 33.3333333333%;
    -ms-flex: 33.3333333333%;
    flex: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 0 4px
}

.content-wrapper.saitenwind .column.p50 {
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
    padding: 0 4px
}

.content-wrapper.saitenwind .column .img-wrapper {
    position: relative
}

.content-wrapper.saitenwind .column .img-wrapper:hover .description {
    opacity: 0;
    pointer-events: none
}

.content-wrapper.saitenwind .column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
    border-radius: 10px
}

.content-wrapper.saitenwind .column > .img-wrapper > .description {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0 1rem 1rem 1rem;
    padding: 0.25rem 0.5rem;
    border-radius: var(--gallery-description-border-radius);
    background-color: rgba(226, 100, 186, 0.75);
    -webkit-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out
}

@media screen and (max-width: 650px) {
    .content-wrapper.saitenwind .column, .content-wrapper.saitenwind .column.p50 {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%
    }
}

.content-wrapper.saitenwind > img {
    display: block;
    width: min(100%, 1200px);
    padding: 2rem 1rem
}

.scroll-top {
    border: none;
    outline: none;
    position: fixed;
    right: 1rem;
    bottom: 7.5rem;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: var(--scroll-top-btn-color);
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.arrow {
    --arrow-size: 8px;
    border: solid black;
    border-width: 0 var(--arrow-size) var(--arrow-size) 0;
    display: inline-block;
    padding: var(--arrow-size)
}

.arrow.up {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    translate: 0rem 0.15rem;
    border-radius: 5px
}

.timeline-now {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 2rem;
    padding: 1rem 0;
    max-width: calc(var(--max-content-width) - 60px)
}

.timeline-now h2 {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    margin-bottom: 1.5rem
}

.flex.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 5vw;
    -moz-column-gap: 5vw;
    column-gap: 5vw
}

.saitenfreunde-leitung {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    height: 100%;
    width: 100%
}

.saitenfreunde-leitung p {
    margin-bottom: 1rem
}

.saitenfreunde-leitung .link {
    white-space: nowrap
}

.saitenfreunde-leitung img {
    max-width: 100%;
    max-height: 100%
}

.saitenfreunde.logo {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.saitenfreunde.logo img {
    width: 100%;
    height: 100%;
    max-height: 100%;
    aspect-ratio: 1/1
}

.timeline-end {
    margin: 0 auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    max-width: 100%
}

.timeline {
    position: relative;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    margin-top: 1rem;
    margin-bottom: var(--bottom-extra-space)
}

.timeline:after {
    content: "";
    position: absolute;
    width: 6px;
    background-color: var(--timeline-color);
    top: 0;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 100vw
}

.container {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
    margin: 0
}

.container:after {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: var(--table-background-color);
    border: 4px solid var(--btn-hover-color);
    top: 20px;
    left: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    right: 0;
    z-index: 1
}

.container.year:after {
    top: 30%;
    left: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    right: 0
}

.to-right:after {
    left: 0
}

.to-right.year:after {
    left: 0
}

.to-left {
    left: 0
}

.to-right {
    left: 50%
}

.to-left:before {
    content: "";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid var(--timeline-color);
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent var(--timeline-color)
}

.to-right:before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid var(--timeline-color);
    border-width: 10px 10px 10px 0;
    border-color: transparent var(--timeline-color) transparent transparent
}

.to-left.year:before, .to-right.year:before {
    top: 30%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.content {
    padding: 20px;
    background-color: var(--timeline-content-color);
    position: relative;
    border-radius: 6px;
    overflow: hidden
}

.content.year {
    background-color: #d092b8
}

.content h3 {
    margin-bottom: 0.5rem;
    text-align: center;
    font-size: large;
    font-weight: 600
}

.content h3.timeline-year {
    margin-bottom: 0;
    letter-spacing: 0.1rem
}

.content p {
    margin-bottom: 0.5rem
}

.content img {
    width: 100%
}

.content img.mg-bt-1 {
    margin-bottom: 1rem
}

@media screen and (max-width: 950px) and (prefers-color-scheme: dark) {
    .timeline:after {
        left: 15px
    }

    .container {
        width: 100%;
        padding-left: 45px;
        padding-right: 25px
    }

    .to-left.year:after, .to-left:after, .to-right.year:after, .to-right:after {
        left: 15px
    }

    .to-right {
        left: 0%
    }

    .container:before {
        left: 35px;
        border: medium solid var(--timeline-dark-arrow-color);
        border-width: 10px 10px 10px 0;
        border-color: transparent var(--timeline-dark-arrow-color) transparent transparent
    }

    .to-left:before {
        border: medium solid var(--timeline-dark-arrow-color);
        border-width: 10px 10px 10px 0;
        border-color: transparent var(--timeline-dark-arrow-color) transparent transparent
    }

    .to-left.year:before {
        top: 30%;
        border: medium solid var(--timeline-dark-arrow-color);
        border-width: 10px 10px 10px 0;
        border-color: transparent var(--timeline-dark-arrow-color) transparent transparent
    }

    .to-right.year:before {
        top: 30%;
        border: medium solid var(--timeline-dark-arrow-color);
        border-width: 10px 10px 10px 0;
        border-color: transparent var(--timeline-dark-arrow-color) transparent transparent
    }

    .to-right:before {
        border: medium solid var(--timeline-dark-arrow-color);
        border-width: 10px 10px 10px 0;
        border-color: transparent var(--timeline-dark-arrow-color) transparent transparent
    }
}

@media screen and (max-width: 950px) and (prefers-color-scheme: light) {
    .timeline:after {
        left: 15px
    }

    .container {
        width: 100%;
        padding-left: 45px;
        padding-right: 25px
    }

    .to-left.year:after, .to-left:after, .to-right.year:after, .to-right:after {
        left: 15px
    }

    .to-right {
        left: 0%
    }

    .container:before {
        left: 35px;
        border: medium solid var(--timeline-color);
        border-width: 10px 10px 10px 0;
        border-color: transparent var(--timeline-color) transparent transparent
    }

    .to-left:before {
        border: medium solid var(--timeline-color);
        border-width: 10px 10px 10px 0;
        border-color: transparent var(--timeline-color) transparent transparent
    }

    .to-left.year:before {
        border: medium solid var(--timeline-color);
        border-width: 10px 10px 10px 0;
        border-color: transparent var(--timeline-color) transparent transparent
    }

    .to-right.year:before {
        border: medium solid var(--timeline-color);
        border-width: 10px 10px 10px 0;
        border-color: transparent var(--timeline-color) transparent transparent
    }

    .to-right:before {
        border: medium solid var(--timeline-color);
        border-width: 10px 10px 10px 0;
        border-color: transparent var(--timeline-color) transparent transparent
    }
}

@media screen and (min-width: 950px) and (prefers-color-scheme: dark) {
    .to-left:before {
        content: "";
        height: 0;
        position: absolute;
        top: 22px;
        width: 0;
        z-index: 1;
        right: 30px;
        border: medium solid var(--timeline-dark-arrow-color);
        border-width: 10px 0 10px 10px;
        border-color: transparent transparent transparent var(--timeline-dark-arrow-color)
    }

    .to-right:before {
        content: " ";
        height: 0;
        position: absolute;
        top: 22px;
        width: 0;
        z-index: 1;
        left: 30px;
        border: medium solid var(--timeline-dark-arrow-color);
        border-width: 10px 10px 10px 0;
        border-color: transparent var(--timeline-dark-arrow-color) transparent transparent
    }

    .to-left.year:before, .to-right.year:before {
        top: 30%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.content-wrapper.joachim-wielert > * {
    width: min(100%, 1000px)
}

.content-wrapper.joachim-wielert h1 {
    margin-bottom: 2rem
}

.content-wrapper.joachim-wielert .img-wrapper {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 2rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.content-wrapper.joachim-wielert .img-wrapper .img-wrapper__container img {
    width: auto;
    max-width: 100%;
    height: 20rem;
    -o-object-fit: contain;
    object-fit: contain
}

.content-wrapper.joachim-wielert article {
    margin-top: 2rem
}

.content-wrapper.joachim-wielert article p {
    margin-bottom: 1rem
}

.table {
    border-radius: 0.5rem;
    padding: 1rem 0;
    padding-bottom: 0;
    margin: 4rem auto 2rem auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 30ch;
    max-width: 100%;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.492);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.492);
    border-spacing: 0;
    background-color: var(--table-background-color);
    position: relative;
    overflow: clip;
}

.table caption {
    padding-block: 1rem;
    width: 100%;
    text-align: center;
    color: currentColor;
    position: absolute;
    top: -3.5rem
}

.table span {
    display: block
}

.th {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem
}

.th:first-child {
    border-top-left-radius: 0.5rem
}

.th:last-child {
    border-top-right-radius: 0.5rem
}

.tr:nth-of-type(2n+2), thead .tr {
    background-color: #ffbae6
}

.tr:hover:not(.head) {
    background-color: #ffabe0
}

.tr > td:nth-of-type(2n+2) {
    padding-left: 1rem
}

.tr {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    max-width: 100%;
    background-color: var(--table-background-color);
    cursor: default;
    -webkit-transition: background-color 100ms;
    transition: background-color 100ms
}

.tr:hover:not(.head):not(:nth-of-type(2n+2)) {
    background-color: #ffc5e9
}

.tr:last-of-type td:first-child {
    border-bottom-left-radius: 0.5rem
}

.tr:last-of-type td:last-child {
    border-bottom-right-radius: 0.5rem
}

.td {
    padding: 0.5rem;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    padding-right: 0.75rem;
    padding-left: 0.75rem
}

.td:first-child {
    width: 20ch
}

.td:last-child {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.content-wrapper.termine h2 {
    width: 100%;
    margin-bottom: 1rem
}

.content-wrapper.termine > .rehearsel-container {
    margin-top: 2rem;
    padding: 0 1rem;
    margin-bottom: 7rem;
    max-width: 60rem
}

.content-wrapper.termine > .rehearsel-container h2 {
    text-align: center
}

.content-wrapper.termine > .rehearsel-container .rehearsel {
    margin-bottom: 2rem;
    width: 100%
}

.content-wrapper.termine > .rehearsel-container .rehearsel h3 {
    text-decoration: underline;
    text-underline-offset: 3px;
    margin-bottom: 0.5rem
}

.content-wrapper.heide {
}

.content-wrapper.heide h1 + div {
    margin-bottom: 2rem
}

.content-wrapper.heide .n1 div p {
    margin-bottom: 1rem
}

.content-wrapper.heide .n1 div > .flex-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 100%
}

.content-wrapper.heide .n1 div > .flex-wrapper > img {
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    max-width: calc(50% - 0.25rem);
    margin-left: 0.25rem
}

.content-wrapper.heide .n1 div > .flex-wrapper > img:first-of-type {
    margin: 0;
    margin-right: 0.25rem
}

.content-wrapper.heide .n1 > .flex-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-block: 1rem;
    max-width: 100%
}

.content-wrapper.heide .n1 > .flex-wrapper img, .content-wrapper.heide .n1 > .flex-wrapper p {
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    max-width: calc(50% - 0.5rem);
    margin: 0;
    margin-left: 0.5rem;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.content-wrapper.heide .n1 > .flex-wrapper img:first-child, .content-wrapper.heide .n1 > .flex-wrapper p:first-child {
    margin: 0;
    margin-right: 0.5rem
}

.content-wrapper.heide .n1 > .flex-wrapper > .prevent-img-stretch {
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    max-width: calc(50% - 0.5rem);
    margin: 0;
    margin-left: 0.5rem;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.content-wrapper.heide .n1 > .flex-wrapper > .prevent-img-stretch img {
    min-width: 100% !important
}

.content-wrapper.heide .n1 > .flex-wrapper p.entkusseln.statement {
    text-wrap: balance
}

.content-wrapper.heide .n1 > div:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.content-wrapper.heide .n1 > div:last-child img {
    max-width: 100%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

@media screen and (max-width: 800px) {
    .content-wrapper.heide .n1 div > .flex-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 1rem
    }

    .content-wrapper.heide .n1 div > .flex-wrapper img {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
        min-width: 100%;
        margin-left: 0
    }

    .content-wrapper.heide .n1 div > .flex-wrapper img:first-of-type {
        margin: 0
    }

    .content-wrapper.heide .n1 > .flex-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        row-gap: 1rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-block: 1rem;
        max-width: 100%
    }

    .content-wrapper.heide .n1 > .flex-wrapper img, .content-wrapper.heide .n1 > .flex-wrapper p {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
        margin: 0;
        margin-top: 1rem;
        -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start
    }

    .content-wrapper.heide .n1 > .flex-wrapper img:first-child, .content-wrapper.heide .n1 > .flex-wrapper p:first-child {
        margin: 0
    }

    .content-wrapper.heide .n1 > .flex-wrapper > div.prevent-img-stretch {
        all: unset;
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
        min-width: 100%;
        margin: 0
    }

    .content-wrapper.heide .n1 > .flex-wrapper > div.prevent-img-stretch img {
        width: 100%;
        min-width: 100%
    }

    .content-wrapper.heide .n1 > .flex-wrapper img {
        width: 100%;
        min-width: 100%
    }
}

.content-wrapper.heide .n2 > div {
    margin-bottom: 1rem
}

.content-wrapper.heide .n3 h2 {
    margin-bottom: 0.5rem;
    text-align: center
}

.content-wrapper.heide .n3 .row div:first-of-type, .content-wrapper.heide .n3 .row h2 {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.content-wrapper.heide .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 4px
}

.content-wrapper.heide .column {
    -webkit-box-flex: 25%;
    -ms-flex: 25%;
    flex: 25%;
    max-width: 25%;
    padding: 0 4px
}

.content-wrapper.heide .column a {
    width: min(100%, 35ch);
    text-align: center;
    margin: 1rem auto
}

.content-wrapper.heide .column.p33 {
    -webkit-box-flex: 33.3333333333%;
    -ms-flex: 33.3333333333%;
    flex: 33.3333333333%;
    max-width: 33.3333333333%
}

.content-wrapper.heide .column.p50 {
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%
}

.content-wrapper.heide .column.p100 {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%
}

.content-wrapper.heide .column img {
    all: unset;
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
    border-radius: 5px
}

@media screen and (max-width: 1200px) {
    .content-wrapper.heide .column, .content-wrapper.heide .column.p33 {
        -webkit-box-flex: 50%;
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%
    }
}

@media screen and (max-width: 1000px) {
    .content-wrapper.heide .column, .content-wrapper.heide .column.p33, .content-wrapper.heide .column.p50 {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%
    }

    .content-wrapper.heide .n3 h2 {
        text-align: center
    }
}

.content-wrapper.chronik > * {
    margin-inline: auto;
    width: min(100%, 1300px)
}

.chronik-header-container {
    margin-top: 1.5rem
}

.chronik-header-container h2 {
    font-size: 1.4rem
}

.tab {
    width: min(100%, 1200px);
    margin-top: 1rem;
    margin-bottom: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    row-gap: 1rem;
    z-index: 20
}

.tab .tablinks {
    outline: none;
    border: none;
    border-radius: 0.25rem;
    padding: 0.5rem 0.5rem;
    cursor: pointer;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    color: black;
    background-color: #C0C0C0;
    text-decoration: none
}

.tab .tablinks:focus {
    outline: var(--focus-outline)
}

.tab .tablinks span {
    white-space: nowrap;
    font-size: smaller
}

.tab .tablinks:disabled {
    cursor: default
}

.tab .tablinks.active {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    background-color: #C7A2BB
}

.tabcontent {
    -webkit-animation: fadeEffect 2s;
    animation: fadeEffect 2s;
    display: none;
    padding: 0 1rem;
    min-height: 70dvh;
    margin-bottom: var(--bottom-extra-space);
    z-index: 20;
    max-width: 100vw
}

.tabcontent .sticky-container {
    padding-block: 1rem;
    background-color: var(--content-background);
    top: 0rem;
    z-index: 10;
    -webkit-box-shadow: 0 0 0 100vw var(--content-background);
    box-shadow: 0 0 0 100vw var(--content-background);
    -webkit-clip-path: inset(0 -100vw);
    clip-path: inset(0 -100vw)
}

.tabcontent .sticky-container:before {
    content: "";
    position: absolute;
    top: -1rem;
    left: 0;
    right: 0;
    height: 1rem;
    background-color: inherit;
    -webkit-box-shadow: 0 0 0 100vw blue;
    box-shadow: 0 0 0 100vw blue;
    -webkit-clip-path: inset(0 -100vw);
    clip-path: inset(0 -100vw)
}

.tabcontent h3 {
    text-align: center;
    font-size: 1.3rem;
    background-color: var(--content-background);
    -webkit-box-shadow: 0 0 0 100vw var(--content-background);
    box-shadow: 0 0 0 100vw var(--content-background);
    -webkit-clip-path: inset(0 -100vw);
    clip-path: inset(0 -100vw)
}

.tabcontent .time-period {
    display: block;
    text-align: center;
    background-color: var(--content-background);
    -webkit-box-shadow: 0 0 0 100vw var(--content-background);
    box-shadow: 0 0 0 100vw var(--content-background);
    -webkit-clip-path: inset(0 -100vw);
    clip-path: inset(0 -100vw)
}

.tabcontent .chronik.main {
    --background: #c285aa;
    background-color: var(--background);
    -webkit-box-shadow: 0 0 0 100vw var(--background);
    box-shadow: 0 0 0 100vw var(--background);
    -webkit-clip-path: inset(0 -100vw);
    clip-path: inset(0 -100vw);
    padding: 2rem 0;
    margin: 2rem auto
}

.tabcontent h4 {
    margin-top: 2.5rem;
    font-weight: bold;
    font-size: 1.2rem !important
}

.tabcontent ul {
    margin-bottom: 0.25rem;
    list-style: square
}

.tabcontent ul li {
    margin: 0.5rem 0
}

.tabcontent.active {
    display: block
}

@media screen and (max-width: 1300px) {
    .tabcontent .chronik.main .row {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr;
        row-gap: 2rem;
        place-items: center
    }
}

@-webkit-keyframes fadeEffect {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeEffect {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.content-wrapper.bilder {
}

.content-wrapper.bilder .img-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: min(100%, 1500px);
    margin: 1.5rem auto;
    padding: 1rem 1rem;
    border-left: 2px solid #c4c4c4
}

.content-wrapper.bilder .img-gallery .img-gallery__header-container {
    width: 100%
}

.content-wrapper.bilder .img-gallery .img-gallery__header-container h3 {
    margin-top: 1rem
}

.content-wrapper.bilder .img-gallery .img-gallery__img-container {
    margin-top: 1rem;
    display: -ms-grid;
    display: grid;
    grid-gap: 10px;
    grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));
    grid-auto-rows: 300px;
    grid-auto-flow: dense
}

.content-wrapper.bilder .img-gallery .img-gallery__img-container.single-img {
    grid-auto-rows: 600px
}

.content-wrapper.bilder .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 4px
}

.content-wrapper.bilder .column {
    -webkit-box-flex: 25%;
    -ms-flex: 25%;
    flex: 25%;
    max-width: 25%;
    padding: 0 4px
}

.content-wrapper.bilder .column.p33 {
    -webkit-box-flex: 33.3333333333%;
    -ms-flex: 33.3333333333%;
    flex: 33.3333333333%;
    max-width: 33.3333333333%
}

.content-wrapper.bilder .column.p50 {
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%
}

.content-wrapper.bilder .column.p100 {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%
}

.content-wrapper.bilder .column img {
    all: unset;
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
    border-radius: 5px
}

@media screen and (max-width: 1200px) {
    .content-wrapper.bilder .column, .content-wrapper.bilder .column.p33 {
        -webkit-box-flex: 50%;
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%
    }
}

@media screen and (max-width: 1000px) {
    .content-wrapper.bilder .column, .content-wrapper.bilder .column.p33, .content-wrapper.bilder .column.p50 {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%
    }
}

@media screen and (max-width: 800px) {
    .content-wrapper.bilder .img-gallery .img-gallery__img-container.single-img {
        grid-auto-rows: 300px
    }
}

.content-wrapper.presse > * {
    width: min(100%, 1500px)
}

.content-wrapper.presse h1 {
    margin-bottom: 1rem
}

.content-wrapper.presse h2, .content-wrapper.presse h3 {
    font-size: larger
}

.content-wrapper.presse h3 {
    padding: 1rem;
    padding-inline: 0;
    background-color: var(--content-background);
    -webkit-box-shadow: 0 0 0 100vw var(--content-background);
    box-shadow: 0 0 0 100vw var(--content-background);
    -webkit-clip-path: inset(0 -100vw);
    clip-path: inset(0 -100vw)
}

.content-wrapper.presse .intro {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 1rem
}

.presse-article {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    margin-top: 2.5rem
}

.presse-article article {
    margin-top: 1rem;
    margin-bottom: 2rem
}

.presse-article article p {
    margin-bottom: 0.5rem
}

.presse-article article:last-of-type {
    max-width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1rem 1fr;
    grid-template-columns:repeat(2, 1fr);
    -ms-grid-rows: 3rem 1rem 1fr;
    grid-template-rows:3rem 1fr;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    row-gap: 1rem;
    width: 100%
}

.presse-article article:last-of-type > :first-child {
    -ms-grid-row: 1;
    -ms-grid-column: 1
}

.presse-article article:last-of-type > :nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3
}

.presse-article article:last-of-type > :nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1
}

.presse-article article:last-of-type > :nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3
}

.presse-article article:last-of-type p {
    -ms-grid-column: 1;
    grid-column: 1
}

.presse-article article:last-of-type h3 {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    -ms-grid-row: 1;
    grid-row: 1
}

.presse-article article:last-of-type > .img-container {
    grid-row: auto;
    -ms-grid-column: 2;
    grid-column: 2;
    padding: 0;
    margin: 0;
    width: 100%
}

.presse-article article:last-of-type > .img-container img {
    height: auto;
    width: auto;
    max-width: 100%;
    margin-bottom: auto
}

.presse-article .zeitung {
    margin-bottom: 4rem;
    margin-top: 1rem
}

.presse-article .zeitung h3 {
    margin-bottom: 0.5rem
}

.presse-article .zeitung img {
    mix-blend-mode: multiply;
    max-width: 100%
}

.presse-article .img-container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    row-gap: 1rem;
    margin-top: 0rem;
    margin-bottom: 3rem
}

.presse-article .img-container img {
    -o-object-fit: cover;
    object-fit: cover
}

.presse-article .img-container .img-container__item {
    position: relative;
    height: 300px;
    width: 450px
}

.presse-article .img-container .img-container__item img {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.presse-article .img-container .img-container__item span {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0.25rem 0.5rem;
    margin-left: 0.5rem;
    margin-bottom: 0.5rem;
    background-color: rgba(226, 100, 186, 0.75);
    border-radius: var(--gallery-description-border-radius);
    -webkit-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out;
    pointer-events: none
}

.presse-article .img-container .img-container__item:hover span {
    opacity: 0
}

.content-wrapper.links h1 {
    margin-bottom: 1rem
}

.content-wrapper.links > h2, .content-wrapper.links > p {
    max-width: 100%
}

.content-wrapper.links > h2 {
    text-decoration: underline;
    margin-bottom: 0.5rem
}

.content-wrapper.links .link-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 1.5rem;
    width: 100%;
    margin-block: 2rem
}

.content-wrapper.links .link-container {
    all: unset;
    background-color: var(--accent-background-color);
    width: 100%;
    min-height: 5rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 15rem 2rem 1fr;
    grid-template-columns:15rem 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows:1fr;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #000
}

.content-wrapper.links .link-container > :first-child {
    -ms-grid-row: 1;
    -ms-grid-column: 1
}

.content-wrapper.links .link-container > :nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3
}

.content-wrapper.links .link-container .img-container {
    all: unset;
    -ms-grid-column: 1;
    grid-column: 1;
    width: 100%;
    max-height: 15rem;
    overflow: hidden;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.content-wrapper.links .link-container .img-container img {
    all: unset;
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.content-wrapper.links .link-container:nth-child(2) .img-container {
    display: block;
    height: 100%;
    position: relative
}

.content-wrapper.links .link-container:nth-child(2) .img-container img {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: unset
}

.content-wrapper.links .link-container .link-desc {
    all: unset;
    -ms-grid-column: 2;
    grid-column: 2;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.5rem;
    padding-inline: 2rem
}

.content-wrapper.links .link-container a {
    position: absolute;
    inset: 0
}

.content-wrapper.kontakt {
    padding-bottom: 0
}

.content-wrapper.kontakt > * {
    max-width: 1100px
}

.vorstand {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 3rem 1fr;
    grid-template-columns:1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows:auto;
    width: 100%;
    place-items: start center;
    -webkit-column-gap: 3rem;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
    row-gap: 3rem;
    margin-top: 2rem;
    margin-bottom: 3rem
}

.vorstand > :first-child {
    -ms-grid-row: 1;
    -ms-grid-column: 1
}

.vorstand > :nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3
}

.vorstand .vorstand-card {
    width: 280px;
    height: 265px;
    background-color: var(--dark_accent-background-color);
    border-radius: 0.5rem;
    padding-bottom: 1rem;
    -webkit-box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.1450980392);
    box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.1450980392);
    -webkit-transition: scale 200ms ease-in-out;
    transition: scale 200ms ease-in-out
}

.vorstand .vorstand-card:nth-child(n+3) {
    height: 135px
}

.vorstand .vorstand-card:nth-child(n+3) .vorstand-kontakt-info .card__row {
    margin-bottom: 0
}

.vorstand .vorstand-card:hover {
    scale: 1.0125
}

.vorstand .vorstand-card h2.card__header {
    background-color: var(--dark_accent-background-color);
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    margin: 0 auto;
    padding: 0.5rem 1rem;
    border-radius: 1rem;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    text-align: center;
    white-space: nowrap;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%)
}

.vorstand .vorstand-card .card__title {
    padding: 0.25rem 1rem;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    margin-top: 0.25rem;
    margin-left: 0;
    margin-bottom: 1rem;
    background-color: #d092b8;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7)
}

.vorstand .vorstand-card div.vorstand-kontakt-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 1.25rem;
    margin-right: 1rem;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
    margin-bottom: 0
}

.vorstand .vorstand-card div.vorstand-kontakt-info div.card__row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2.25rem 1fr;
    grid-template-columns:2.25rem 1fr;
    -ms-grid-rows: auto;
    grid-template-rows:auto;
    height: 1.5rem;
    position: relative;
    margin-left: 1rem
}

.vorstand .vorstand-card div.vorstand-kontakt-info div.card__row > :first-child {
    -ms-grid-row: 1;
    -ms-grid-column: 1
}

.vorstand .vorstand-card div.vorstand-kontakt-info div.card__row > :nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2
}

.vorstand .vorstand-card div.vorstand-kontakt-info div.card__row div {
    -ms-grid-column: 2;
    grid-column: 2;
    text-align: left;
    max-height: 1.5rem;
    vertical-align: middle
}

.vorstand .vorstand-card div.vorstand-kontakt-info div.card__row div span {
    max-height: 100%
}

.vorstand .vorstand-card div.vorstand-kontakt-info div.address {
    margin-bottom: 1rem
}

.vorstand .vorstand-card .svg.icon {
    height: 100%;
    position: absolute;
    width: auto;
    border-radius: 0
}

@media screen and (max-width: 870px) {
    .content-wrapper.kontakt .img-container {
        width: 100%;
        margin: 0;
        margin-top: 4rem
    }

    .content-wrapper.kontakt .img-container .img-info {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .content-wrapper.kontakt .beitritt {
        margin-left: 0.5rem;
        margin-right: 0.5rem
    }

    .vorstand {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr;
        width: 100%;
        margin: 0 auto;
        margin-top: 2rem
    }

    .vorstand .vorstand-card {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        width: 340px
    }

    .vorstand .vorstand-card .vorstand-kontakt-info .card__row {
        margin-bottom: 0
    }
}

.img-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.img-container img {
    max-width: 700px;
    width: 80%;
    -webkit-box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.1450980392);
    box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.1450980392)
}

.img-info {
    width: 80%;
    margin-top: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    text-align: center;
    -webkit-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem
}

span.name {
    background-color: var(--dark_accent-background-color);
    border-radius: 1rem;
    padding: 0.25rem 0.5rem;
    cursor: default
}

.content-wrapper.kontakt .beitritt {
    margin-top: 2rem
}

.content-wrapper.kontakt .beitritt .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.content-wrapper.kontakt .beitritt .row p {
    margin: unset;
    margin-top: 1rem
}

.content-wrapper.kontakt .beitritt .row a {
    margin: unset;
    max-width: 25ch
}

.content-wrapper.kontakt .beitritt .row + p {
    margin-top: 1rem
}

.content-wrapper.kontakt footer .copyright h2 {
    font-weight: 600;
    text-decoration: underline;
    margin-bottom: 1rem
}

@media screen and (min-width: 1578px) {
    .img-container .img-info {
        max-width: 56%;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly
    }
}

.content-wrapper.impressum {
    max-width: 100%
}

.content-wrapper.impressum > * {
    max-width: 1100px
}

.content-wrapper.impressum .legal {
    margin-top: 2rem
}

.content-wrapper.impressum > div {
    width: 100%
}

.content-wrapper.impressum .content-responsible {
    margin-bottom: 3rem
}

.content-wrapper.impressum .content-responsible svg {
    display: block;
    margin: 0;
    margin-block: 0.25rem;
    height: 4.2rem;
    width: auto
}

.content-wrapper.impressum div:last-child {
    margin-bottom: 3rem
}

.content-wrapper.impressum .beitritt .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    margin: 0;
    margin-bottom: 1rem
}

.content-wrapper.impressum .beitritt .row .col-1 {
    width: 100%
}

.content-wrapper.impressum .beitritt .row .col-2 {
    width: 45ch
}

.content-wrapper.impressum .beitritt .row a.btn {
    width: min(100%, 35ch)
}

@media screen and (max-width: 850px) {
    .content-wrapper.impressum .beitritt .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 1rem;
        width: 100%
    }

    .content-wrapper.impressum .beitritt .row .col-1, .content-wrapper.impressum .beitritt .row .col-2 {
        width: 100%
    }

    .content-wrapper.impressum .beitritt .row .col-1 p, .content-wrapper.impressum .beitritt .row .col-2 p {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 0 auto
    }

    .content-wrapper.impressum .beitritt .row .col-1 a, .content-wrapper.impressum .beitritt .row .col-2 a {
        white-space: nowrap;
        margin: 0 auto
    }
}

.content-wrapper.impressum .haftung h2, .content-wrapper.impressum .haftung h3 {
    text-decoration: underline;
    text-underline-offset: 0.15rem
}

.content-wrapper.impressum .haftung h2 {
    margin-bottom: 1rem;
    font-size: 1.2rem
}

.content-wrapper.impressum .haftung h3 {
    margin-bottom: 5px
}

.content-wrapper.impressum .haftung p {
    margin-bottom: 1rem;
    text-align: justify
}

:root {
    --carousel-height: 50dvh;
    --carousel-width: 100%;
    --carousel-min-heigth: 40vw;
    --carousel-max-height: 600px;
    --carousel-border-radius: .5rem;
    --carousel-indicator-color: #cfa0bd;
    --current-slide-indicator-color: #da7bb7;
    --carousel-background-color: #d8a4c5
}

.carousel-container {
    position: relative;
    width: 90%;
    margin: 0 auto;
    border-radius: var(--carousel-border-radius);
    background-color: var(--carousel-indicator-color);
    height: var(--carousel-height);
    min-height: var(--carousel-min-heigth);
    max-height: var(--carousel-max-height)
}

.mySlides {
    display: none;
    min-height: var(--carousel-min-heigth);
    height: var(--carousel-height);
    max-height: var(--carousel-max-height);
    width: var(--carousel-width)
}

.carousel-container img {
    vertical-align: middle;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.slideshow-container {
    width: var(--carousel-width);
    max-width: 100%;
    position: relative;
    margin: 0 auto;
    margin-bottom: 10px;
    min-height: var(--carousel-min-heigth);
    height: var(--carousel-height);
    max-height: var(--carousel-max-height)
}

.next, .prev {
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: auto;
    padding: 16px;
    outline: none;
    border: none;
    color: white;
    background-color: black;
    opacity: 0.35;
    font-weight: bold;
    font-size: 18px;
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.next:active, .prev:active {
    color: white
}

.next:focus-visible, .prev:focus-visible {
    opacity: 0.8;
    outline: var(--focus-outline);
    outline-offset: 2px
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px
}

.next:hover, .prev:hover {
    opacity: 0.8
}

.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
    display: none
}

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
    display: none
}

.carousel-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.dot {
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    background-color: var(--carousel-indicator-color);
    border-radius: 50%;
    display: inline-block;
    -webkit-transition: 250ms ease;
    transition: 250ms ease
}

.dot:hover {
    background-color: #717171
}

.dot.active {
    background-color: var(--current-slide-indicator-color);
    border-radius: 1rem;
    width: 35px
}

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s
}

@-webkit-keyframes fade {
    0% {
        opacity: 0.4
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    0% {
        opacity: 0.4
    }
    to {
        opacity: 1
    }
}

@media screen and (min-width: 1921px) {
    .carousel-container, .mySlides, .slideshow-container {
        padding-top: 0;
        margin-top: 0;
        max-width: 1350px;
        min-height: 800px
    }

    .carousel-container {
        margin-top: 10rem
    }
}

@media screen and (max-width: 970px) {
    .timeline-end {
        max-width: 70%
    }
}

@media screen and (width > 1100px) {
    .content-wrapper.termine .rehearsel-container .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-column-gap: 4rem;
        -moz-column-gap: 4rem;
        column-gap: 4rem
    }

    .content-wrapper.termine .rehearsel-container .rehearsel {
        width: 50%
    }
}

@media screen and (max-width: 1100px) {
    .content-wrapper.presse .presse-article .grid {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }

    .content-wrapper.presse .presse-article .grid p {
        -ms-grid-column: 1;
        grid-column: 1
    }

    .content-wrapper.presse .presse-article .grid h2 {
        -ms-grid-column: 1;
        grid-column: 1
    }

    .content-wrapper.presse .presse-article .grid > .img-container {
        grid-row: auto;
        -ms-grid-column: 1;
        grid-column: 1;
        padding: 0;
        margin: 0
    }
}

@media screen and (max-width: 1300px) {
    .presse-article h3 {
        text-align: center
    }

    .presse-article article:last-of-type {
        -ms-grid-columns: 1fr;
        grid-template-columns:repeat(1, 1fr);
        -ms-grid-rows: auto;
        grid-template-rows:auto;
        -webkit-column-gap: 1rem;
        -moz-column-gap: 1rem;
        column-gap: 1rem;
        row-gap: 1rem
    }

    .presse-article article:last-of-type > :first-child {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }

    .presse-article article:last-of-type p {
        -ms-grid-column: 1;
        grid-column: 1
    }

    .presse-article article:last-of-type h3 {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1
    }

    .presse-article article:last-of-type > .img-container {
        -ms-grid-column: 1;
        grid-column: 1
    }
}

@media screen and (max-width: 960px) {
    .flex.row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 70vw;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .saitenfreunde.logo {
        margin-bottom: 2rem;
        aspect-ratio: 1/1
    }

    .saitenfreunde-leitung, .saitenfreunde.logo {
        max-width: 80%
    }

    .timeline-end {
        max-width: 70%
    }
}

@media screen and (min-width: 960px) {
    .timeline-now {
        max-width: 100%
    }

    .flex.row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .timeline-now h2 {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 0;
        grid-column-end: 1;
        grid-column: 1;
        text-align: center
    }

    .saitenfreunde-leitung {
        -ms-grid-row: 3;
        grid-row: 3;
        -ms-grid-column: 1;
        grid-column: 1
    }

    .saitenfreunde-leitung img {
        -webkit-box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.5)
    }

    .saitenfreunde.logo {
        min-width: 8rem;
        max-width: 50%;
        -ms-grid-row: 2;
        grid-row: 2;
        -ms-grid-column: 1;
        grid-column: 1;
        margin-bottom: 1rem
    }
}

@media screen and (min-width: 910px) {
    .timeline-now {
        padding: 1rem 0;
        max-width: var(--max-content-width);
        margin: 0 auto;
        margin-bottom: 3rem
    }

    .timeline-now h2 {
        -ms-grid-row: 1;
        grid-row: 1;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 2;
        grid-column-end: 3;
        margin-bottom: 1.5rem
    }

    .timeline-now .saitenfreunde-leitung {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-grid-row: 2;
        grid-row: 2;
        -ms-grid-column: 2;
        grid-column: 2;
        height: auto;
        max-width: 15rem
    }

    .timeline-now .saitenfreunde.logo {
        min-width: -webkit-min-content;
        min-width: -moz-min-content;
        min-width: min-content;
        width: 100%;
        -ms-grid-row: 2;
        grid-row: 2;
        -ms-grid-column: 1;
        grid-column: 1;
        overflow: hidden
    }

    .saitenfreunde.logo img {
        max-width: 100%;
        height: auto;
        aspect-ratio: 1/1;
        max-height: 470px;
        -o-object-fit: contain;
        object-fit: contain
    }

    .timeline-end {
        width: 100%;
        max-width: calc(var(--max-content-width) - 30rem)
    }
}

@media screen and (max-width: 950px) {
    .img-container img {
        width: 100%
    }
}

@media screen and (max-width: 910px) {
    .hero {
        max-width: 100%
    }

    .content-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 100%
    }

    .content-wrapper.index .hero h1, .content-wrapper.index .hero h2 {
        max-width: calc(100% - 60px);
        margin: 0 auto
    }

    .hero img {
        max-width: 100%
    }

    .hero p {
        max-width: 100%
    }

    .content-wrapper.saitenwind {
        padding-left: 0;
        padding-right: 0
    }

    .content-wrapper.saitenwind .hero {
        width: 100%
    }

    .content-wrapper.saitenwind .hero img {
        border-radius: 0
    }

    .content-wrapper.saitenwind .saitenwind-info {
        padding: 0 1rem
    }

    .content-wrapper.saitenwind .gallery {
        padding: 0 1rem
    }

    .concerts h2 {
        margin-top: 1.125rem;
        text-align: center
    }
}

@media screen and (max-width: 750px) {
    .content-wrapper.saitenwind {
        padding-left: 0;
        padding-right: 0
    }

    .timeline-now {
        -webkit-column-gap: 1rem;
        -moz-column-gap: 1rem;
        column-gap: 1rem;
        max-width: 100%
    }

    .flex.row {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .timeline-now h2 {
        text-align: center
    }

    .saitenfreunde-leitung p {
        text-align: center
    }

    .saitenfreunde-leitung img {
        -webkit-box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.5)
    }

    .saitenfreunde.logo {
        min-width: 8rem;
        margin-bottom: 1rem
    }

    .saitenfreunde.logo img {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        max-width: 100%
    }

    .content-wrapper.saitenfreunde, body:has(.content-wrapper.saitenfreunde), html:has(.content-wrapper.saitenfreunde) {
        overflow-x: hidden
    }

    .content-wrapper.termine {
        padding: 0;
        padding-top: 1rem
    }

    .concerts .table {
        width: 100%;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .concerts .table caption {
        width: 100%;
        text-align: center;
        font-size: 1.1rem;
        top: -3.5rem
    }

    .concerts .table th {
        display: none
    }

    .concerts .table tr:hover {
        background-color: #ffbae6
    }

    .concerts .table tr:hover:not(.head):not(:nth-of-type(2n+2)) {
        background-color: var(--table-background-color)
    }

    .concerts .table .td {
        margin: unset;
        width: 100%;
        display: block;
        padding-inline: 1rem
    }

    .concerts .table .td:first-of-type {
        padding-top: 2rem;
        text-align: center
    }

    .concerts .table .td:last-of-type {
        padding-bottom: 2rem
    }

    .concerts .table span {
        display: inline
    }

    .concerts .table span:is(.time):after {
        content: "-";
        display: inline-block;
        width: 1rem;
        text-align: center
    }
}

@media screen and (orientation: landscape) and (max-width: 750px) {
    .concerts table {
        width: 100%;
        border-radius: 0.5rem
    }
}

@media screen and (max-width: 720px) {
    .content-wrapper.index .hero p {
        margin: 0;
        max-width: 100%;
        padding: 0 2rem
    }

    .content-wrapper.kontakt .beitritt .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 1rem
    }

    .content-wrapper.impressum {
        max-width: 100%;
        padding: 0 2rem
    }
}

@media screen and (max-width: 683px) {
    .content-wrapper.kontakt .img-container .img-info {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%
    }
}

@media screen and (width <= 300px) {
    .content-wrapper.kontakt .vorstand .vorstand-card .card__header {
        white-space: break-spaces
    }
}

@media screen and (max-width: 600px) {
    .content-wrapper.kontakt .vorstand {
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .content-wrapper.kontakt .vorstand .vorstand-card {
        width: 100%;
        height: auto
    }

    .content-wrapper.saitenfreunde .flex.row div {
        min-width: 100%
    }

    .content-wrapper {
        padding-inline: 1rem
    }

    .content-wrapper .tablinks, .content-wrapper a, .content-wrapper address, .content-wrapper i, .content-wrapper li, .content-wrapper p, .content-wrapper span:not(table span), .content-wrapper td {
        font-size: 1.3rem !important
    }

    .content-wrapper .presse-article .article span.italic {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
        display: block
    }

    .content-wrapper h1 {
        margin-bottom: 1rem;
        margin-top: 1rem
    }

    .content-wrapper h2 {
        font-size: 1.4rem
    }

    .content-wrapper h3 {
        font-size: 1.3rem
    }

    .content-wrapper h4 {
        font-size: 1.3rem
    }

    .content-wrapper.index .hero p {
        margin: 0;
        padding: 0
    }

    .content-wrapper.termine .concerts h2 {
        font-size: 1.4rem;
        padding-left: 0;
        padding-right: 0;
        width: auto;
        margin: 0 auto
    }

    .content-wrapper.termine .concerts table caption {
        font-size: 1.35rem
    }

    .content-wrapper.termine h3 {
        font-size: 1.4rem
    }

    .content-wrapper.presse .presse-article .img-container {
        padding: 0
    }

    .content-wrapper.presse .presse-article:last-child {
        padding-inline: 0
    }

    .content-wrapper.links > p {
        margin: 0
    }

    .content-wrapper.impressum .konto span:nth-of-type(2) {
        margin-bottom: 0.5rem
    }

    .content-wrapper.impressum .konto span:nth-of-type(2) span {
        display: block;
        margin-top: 0.25rem
    }

    .content-wrapper.impressum .content-responsible svg {
        height: 5.25rem
    }

    .content-wrapper.impressum .haftung h2 {
        font-size: 1.3rem
    }

    .content-wrapper.impressum .haftung h3 {
        text-align: center;
        margin-bottom: 0.25rem
    }

    .content-wrapper.kontakt footer:before {
        width: calc(100% + 4rem)
    }

    .content-wrapper.kontakt footer .copyright h2, .content-wrapper.kontakt footer .copyright span {
        text-align: center
    }

    .content-wrapper.kontakt footer .copyright span {
        display: block
    }
}

@media screen and (prefers-reduced-motion) {
    menu nav ul a:focus-within, menu nav ul a:hover {
        -webkit-transition: all 0ms ease;
        transition: all 0ms ease
    }

    .btn:focus-within, .btn:hover {
        -webkit-transition: all 0ms ease;
        transition: all 0ms ease
    }

    .article img {
        -webkit-transition: all 0ms ease;
        transition: all 0ms ease
    }

    menu {
        -webkit-transition: all 0ms ease;
        transition: all 0ms ease
    }

    .overlay.fadeIn {
        -webkit-animation-duration: 0ms;
        animation-duration: 0ms;
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease
    }

    .overlay.fadeOut {
        -webkit-animation-duration: 0ms;
        animation-duration: 0ms;
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease
    }

    .show-menu {
        -webkit-transition: all 0ms ease;
        transition: all 0ms ease
    }

    .show-menu__wrapper.closed {
        -webkit-transition: all 0ms ease;
        transition: all 0ms ease
    }

    .show-menu__bar {
        -webkit-transition: all 0ms ease;
        transition: all 0ms ease
    }

    .top {
        -webkit-transition: all 0ms ease;
        transition: all 0ms ease
    }

    .bottom {
        -webkit-transition: all 0ms ease;
        transition: all 0ms ease
    }

    .show-menu__wrapper.open .show-menu__bar {
        -webkit-transition: all 0ms ease;
        transition: all 0ms ease
    }

    .show-menu__wrapper.open .top {
        -webkit-transition: all 0ms ease;
        transition: all 0ms ease
    }

    .show-menu__wrapper.open .middle {
        -webkit-transition: all 0ms ease;
        transition: all 0ms ease
    }

    .show-menu__wrapper.open .bottom {
        -webkit-transition: all 0ms ease;
        transition: all 0ms ease
    }

    .vorstand .vorstand-card:hover {
        scale: 1
    }
}

@media screen and (max-width: 750px) and (prefers-color-scheme: dark) {
    .content-wrapper.termine .concerts table tr:hover {
        background-color: #b2709b
    }

    .content-wrapper.termine .concerts table tr:hover:not(.head):not(:nth-of-type(2n+2)) {
        background-color: #8e517c
    }
}

@media (prefers-color-scheme: dark) {
    :root {
        --alternate-background-color: rgb(101, 101, 101);
        --content-background: var(--dark_background-color)
    }

    ::-webkit-scrollbar-thumb {
        background-color: var(--dark-mode_text-color)
    }

    .saitenwind-info .link {
        color: var(--dark-mode_text-color)
    }

    .saitenwind-info .link:visited {
        color: var(--dark_accent-background-color)
    }

    body {
        background-color: var(--dark_background-color)
    }

    .menu {
        background-color: var(--dark_background-color);
        -webkit-box-shadow: 10px 0px 25px rgba(0, 0, 0, 0.371);
        box-shadow: 10px 0px 25px rgba(0, 0, 0, 0.371)
    }

    .menu > .menu-item {
        background-color: var(--dark_background-color);
        color: var(--dark-mode_text-color);
        border-bottom: 2px solid rgb(150, 150, 150)
    }

    .menu > .menu-item.active {
        color: black;
        background-color: var(--dark_hover-background-color);
        color: var(--dark-mode_active-color)
    }

    .menu .menu-item:hover, nav .menu-item:focus-within {
        background-color: var(--dark_hover-background-color);
        color: var(--dark-mode_active-color)
    }

    .show-menu {
        background-color: var(--accent-background-color)
    }

    body .fullImgView .controls-container .controls button svg {
        fill: white
    }

    .content-wrapper {
        background-color: var(--dark_background-color);
        color: var(--dark-mode_text-color)
    }

    .content-wrapper .article {
        background-color: var(--dark_background-colo)
    }

    .content-wrapper .article h3 {
        background-image: -webkit-gradient(linear, left top, left bottom, from(var(--dark_background-color)), color-stop(var(--dark_background-color)), color-stop(var(--dark_background-color)), to(transparent));
        background-image: linear-gradient(var(--dark_background-color), var(--dark_background-color), var(--dark_background-color), transparent)
    }

    .btn {
        background-color: var(--accent-background-color);
        color: var(--text-color)
    }

    .btn:focus-within, .btn:hover {
        background-color: var(--btn-hover-color)
    }

    .timeline:after {
        background-color: #ececec
    }

    .content {
        --timeline-content-color: #a06b8c
    }

    .table {
        -webkit-box-shadow: 0px 0px 25px 10px rgba(0, 0, 0, 0.503);
        box-shadow: 0px 0px 25px 10px rgba(0, 0, 0, 0.503);
        background-color: #8e517c;
        color: var(--dark-mode_table-text-color)
    }

    .table .tr {
        background-color: #8e517c
    }

    .table .tr:hover:not(.head):not(:nth-of-type(2n+2)) {
        background-color: #a15c8d
    }

    .table .tr:nth-of-type(2n+2), .table thead .tr {
        background-color: #b2709b
    }

    .table .tr:hover:not(.head) {
        background-color: #b677a0
    }

    .table caption {
        color: white
    }

    .tab .tablinks.active {
        background-color: #C17FAB
    }

    .chronik.main {
        --background: #a36c8e;
        color: #000000
    }

    .content-wrapper.presse h3 {
        background-color: var(--dark_background-color);
        -webkit-box-shadow: 0 0 0 100vw var(--dark_background-color);
        box-shadow: 0 0 0 100vw var(--dark_background-color)
    }

    .content-wrapper.presse .zeitung img {
        mix-blend-mode: unset
    }

    .content-wrapper.links {
        --accent-background-color: rgb(153, 100, 120)
    }

    .content-wrapper.kontakt h3.card__title {
        color: #000000
    }

    footer {
        --background-color: var(--dark_accent-background-color)
    }
}

@media screen and (max-width: 900px) {
    .content-wrapper.index .news .news__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 1rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .content-wrapper.index .news .news__wrapper img {
        width: 100%
    }
}

@media screen and (max-width: 768px) {
    :root {
        --content-width: 100%
    }

    .menu {
        position: fixed;
        top: 0;
        left: calc(-1 * var(--nav-width));
        height: 100dvh;
        width: 100%;
        max-width: var(--nav-width);
        -webkit-box-shadow: unset;
        box-shadow: unset;
        -webkit-transition: 200ms linear;
        transition: 200ms linear
    }

    .menu.active {
        left: 0;
        -webkit-box-shadow: 0 0 15px 10px rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 15px 10px rgba(0, 0, 0, 0.5)
    }

    .overlay {
        position: fixed;
        inset: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.31);
        z-index: 100;
        visibility: visible;
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        display: none
    }

    .overlay.fadeIn {
        -webkit-animation: fadeIn 200ms ease-in-out;
        animation: fadeIn 200ms ease-in-out
    }

    .overlay.fadeOut {
        -webkit-animation: fadeOut 200ms ease-in-out;
        animation: fadeOut 200ms ease-in-out
    }

    @-webkit-keyframes fadeIn {
        0% {
            opacity: 0
        }
        to {
            opacity: 1
        }
    }@keyframes fadeIn {
         0% {
             opacity: 0
         }
         to {
             opacity: 1
         }
     }@-webkit-keyframes fadeOut {
          0% {
              opacity: 1
          }
          to {
              opacity: 0
          }
      }@keyframes fadeOut {
           0% {
               opacity: 1
           }
           to {
               opacity: 0
           }
       }.show-menu {
            position: fixed;
            height: 50px;
            width: 50px;
            max-width: 50px;
            max-height: 50px;
            bottom: 4rem;
            right: 1rem;
            visibility: visible;
            border-radius: 8px;
            background-color: var(--accent-background-color);
            -webkit-transition: all 500ms ease-in-out;
            transition: all 500ms ease-in-out;
            z-index: 110;
            cursor: pointer
        }

    .show-menu__wrapper.closed {
        position: relative;
        height: 100%;
        width: 100%;
        max-width: 100%;
        max-height: 100%;
        border-radius: 8px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: all 500ms;
        transition: all 500ms
    }

    .show-menu__bar {
        position: absolute;
        width: 40px;
        height: 5.5px;
        background-color: #252525;
        border-radius: 100vw;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: all 500ms;
        transition: all 500ms
    }

    .top {
        translate: 0% -11.125px;
        -webkit-transition: all 500ms;
        transition: all 500ms
    }

    .bottom {
        translate: 0% 11.125px;
        -webkit-transition: all 500ms;
        transition: all 500ms
    }

    .show-menu__wrapper.open .show-menu__bar {
        translate: unset;
        position: absolute;
        -webkit-transform: initial;
        transform: initial;
        position: absolute;
        width: 40px;
        height: 5.5px;
        background-color: #252525;
        border-radius: 100vw;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transform-origin: 0px 0px;
        transform-origin: 0px 0px;
        -webkit-transition: all 500ms;
        transition: all 500ms
    }

    .show-menu__wrapper.open .top {
        rotate: -45deg;
        -webkit-transition: all 500ms;
        transition: all 500ms
    }

    .show-menu__wrapper.open .middle {
        display: none;
        -webkit-transition: all 500ms;
        transition: all 500ms
    }

    .show-menu__wrapper.open .bottom {
        rotate: 45deg;
        -webkit-transition: all 500ms;
        transition: all 500ms
    }
}

@media screen and (max-width: 900px) {
    .content-wrapper.links .link-container .link-desc {
        font-size: 1.25rem
    }
}

@media screen and (max-width: 620px) {
    .content-wrapper.links .link-container .link-desc {
        font-size: 1rem
    }
}

@media screen and (max-width: 520px) {
    .content-wrapper.links .link-container {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr;
        -ms-grid-rows: -webkit-fit-content 6rem;
        -ms-grid-rows: fit-content 6rem;
        grid-template-rows:-webkit-fit-content 6rem;
        grid-template-rows:fit-content 6rem;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0
    }

    .content-wrapper.links .link-container > :first-child {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }

    .content-wrapper.links .link-container > :nth-child(2) {
        -ms-grid-row: 2;
        -ms-grid-column: 1
    }

    .content-wrapper.links .link-container .img-container {
        -ms-grid-row: 1;
        grid-row: 1;
        -ms-grid-column: 1;
        grid-column: 1;
        all: unset;
        position: static;
        grid-column: 1;
        width: 100%;
        max-height: 15rem;
        overflow: hidden;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 3.5rem
    }

    .content-wrapper.links .link-container .img-container img {
        all: unset;
        height: 100%;
        width: 100% !important;
        -o-object-fit: contain;
        object-fit: contain
    }

    .content-wrapper.links .link-container .link-desc {
        -ms-grid-row: 2;
        grid-row: 2;
        -ms-grid-column: 1;
        grid-column: 1;
        display: block;
        padding-block: 1rem;
        text-align: center
    }
}

@media screen and (width <= 581px) {
    .tab .tablinks {
        width: min(100%, 30ch)
    }

    .tab .tablinks span {
        font-size: inherit
    }
}

@media (pointer: coarse) {
    .concerts .table tr:hover {
        background-color: #ffbae6
    }

    .concerts .table tr:hover:not(.head):not(:nth-of-type(2n+2)) {
        background-color: #ffd9f1
    }
}

@media (pointer: coarse) and (prefers-color-scheme: dark) {
    .content-wrapper.termine .concerts table tr:hover {
        background-color: #b2709b
    }

    .content-wrapper.termine .concerts table tr:hover:not(.head):not(:nth-of-type(2n+2)) {
        background-color: #8e517c
    }
}