@charset "utf-8";

/* RESET DIALOG */
dialog {
    display: block;
    position: static;
    inset: auto;
    width: auto;
    height: auto;
    max-width: none;
    max-height: none;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    color: inherit;
    overflow: visible;
}

dialog::backdrop {
    display: none;
    background: transparent;
}

/* EK POPOUTSLIDER ICONS */
.media[is-placeholder] {
    --svgicon-url: var(--goeppingen-logo-berge);
}

.ek_event_bg {
    position: fixed;
    filter: contrast(0.253) brightness(1.66) grayscale(0.5);
}

.ek_event_bg,
.ek_event_bg .bgpattern,
.ek_event_bg .bgcolor {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ek_event_bg .bgcolor {
    content: " ";
    position: absolute;
    background: var(--filter-color);
    filter: contrast(0.7) brightness(1.25) grayscale(0.666);
}

.ek_event_bg .bgpattern {
    content: " ";
    position: absolute;
    --svgicon-size: 96px;
    mask-repeat: repeat;
    mask-size: var(--svgicon-size);
    mask-position: var(--svgicon-position);
    mask-image: var(--svgicon-url);
    -webkit-mask-repeat: repeat;
    -webkit-mask-size: var(--svgicon-size);
    -webkit-mask-position: var(--svgicon-position);
    -webkit-mask-image: var(--svgicon-url);
    background: var(--filter-color);
}

/* EK WRAPPER */
.eventkalenderwrapper {
    background: #f6f6f6;
}

/* EK TOP BAR */
.ek_topbar {
    top: 0;
    position: sticky;
    overflow: hidden;
    z-index: 2999;
    font-size: 0.9em;
    /* transform: translate3d(0, 0, 0.0001px); */
}

.ek_topbar .ek_filterbar:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    width: 23em;
    height: 3.75em;
    pointer-events: none;
    background-image: var(--goeppingen-logo-berge);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
    filter: grayscale() opacity(0.1);

}

.ek_topbar .ek_filterbar {
    padding-top: 1em;
    background: #f6f6f6;
    /* padding-bottom: 0.25em; */
}

.ek_topbar .ek_filterbar .catsearchbar {
    display: flex;
    justify-content: stretch;
    column-gap: 0.5em;
}

body[device-mode="mobile"] .ek_topbar .ek_filterbar .catsearchbar {
    font-size: 0.9em;
}

.ek_topbar .categorybuttons {
    display: flex;
    column-gap: 0.5em;
    margin-bottom: 0.25em;
    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
    --mask-padding: 1em;
    --mask-image: linear-gradient(to right, transparent 0%, black var(--mask-padding), black calc(100% - var(--mask-padding)), transparent 100%);
    -webkit-mask-image: var(--mask-image);
    mask-image: var(--mask-image);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    /* min-width: 100%; */
    z-index: 9;
}

.ek_topbar .categorybuttons .filterbutton {
    --filter-color: var(--ci-color);
    padding: 0.25em 0.5em;
    line-height: var(--line-height);
    color: var(--filter-color);
    background: white;
    border: solid 2px var(--filter-color);
    border-radius: var(--border-radius);
    transition: color 0.3s, background 0.3s;
    display: flex;
    flex-shrink: 0;
    white-space: nowrap;
    overflow: hidden;
}

.ek_topbar .categorybuttons .filterbutton[filter-id="all"] {
    font-weight: 600;
}

.ek_topbar .filterbutton:focus-visible {
    outline: 4px solid black;
    outline-offset: -4px;
}

.ek_topbar .categorybuttons .filterbutton:before {
    content: " ";
    display: block;
    width: 1em;
    height: 1em;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 0.25em;
    mask-repeat: no-repeat;
    mask-size: var(--svgicon-size);
    mask-position: var(--svgicon-position);
    mask-image: var(--svgicon-url);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: var(--svgicon-size);
    -webkit-mask-position: var(--svgicon-position);
    -webkit-mask-image: var(--svgicon-url);
    background: var(--filter-color);
    transition: back;
}

.ek_topbar .categorybuttons .filterbutton[filter-id="all"]:before {
    display: none;
}

.ek_topbar .categorybuttons .filterbutton[is-active] {
    background: var(--filter-color);
    color: white;
}

.ek_topbar .categorybuttons .filterbutton[is-active]:before {
    background: white;
}

.ek_topbar .hashtagbuttons {
    display: flex;
    font-size: 0.9em;
    line-height: 1.1em;
    padding-top: 0.5em;
    padding-left: 1em;
    padding-right: 1em;
    --mask-padding: 1em;
    --mask-image: linear-gradient(to right, transparent 0%, black var(--mask-padding), black calc(100% - var(--mask-padding)), transparent 100%);
    -webkit-mask-image: var(--mask-image);
    mask-image: var(--mask-image);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.ek_topbar .hashtagbuttons .filterbutton {
    padding: 0.25em 0.5em;
    opacity: 0.8;
    transition: opacity 0.3s;
    overflow: hidden;
    flex-shrink: 0;
    white-space: nowrap;
}

.ek_topbar .hashtagbuttons .filterbutton[is-active] {
    opacity: 1;
    font-weight: 600;
}

.ek_topbar .ek_searchbar {
    display: flex;
    margin-bottom: 0.25em;
    /* padding-left: 1em; */
    padding-right: 1em;
}

.ek_topbar .ek_searchbar .ek_searchinputfield {
    margin-left: auto;
    width: 14em;
    border: 0;
    outline: 0;
    padding: 0.25em 0.5em;
    line-height: 1em;
    background: white;
    /* outline: solid 1px rgb(0 0 0 / 50%); */
    border: solid 2px var(--ci-color);
    box-shadow: inset 0 0 4px #00000024;
    border-radius: var(--border-radius);
    /* font-size: 0.75em; */
}

.ek_topbar .ek_searchbar .ek_searchinputfield:focus-visible {
    outline: 4px solid black;
    outline-offset: -4px;
}

body[device-mode="tablet"] .ek_topbar .ek_searchbar .ek_searchinputfield {
    width: 10em;
}

body[device-mode="mobile"] .ek_topbar .ek_searchbar .ek_searchinputfield {
    width: 7em;
}

/* EK NAVBAR */
.ek_navbar {
    top: 4em;
    height: 4em;
    position: sticky;
    --check-sticky-state: 1;
    /* background: #f6f6f6; */
    z-index: 1998;
    padding-bottom: 0.5em;
    padding-top: 0.75em;
    padding-left: 0.75em;
    padding-right: 0.75em;
    display: flex;
    justify-content: space-between;
    margin-bottom: -2em;
    overflow: visible;
}

.ek_navbar .ek_vismodebt,
.ek_navbar .ek_pseudobt {
    width: 1.5em;
}

.ek_navbar .ek_vismodebt {
    height: 1.5em;
    --svgicon-url: var(--ek-view-list);
    z-index: 9999;
    border-radius: var(--border-radius);
    --svgicon-size: 75%;
}
.ek_navbar .ek_vismodebt .svgicon{
    width: 1.5em;
}
.ek_navbar .ek_vismodebt{
    width: auto;
}
.ek_navbar .ek_vismodebt:after {
   content: attr(aria-label);
   color: var(--ci-color-1);
   position: absolute;
   width: 5em;
   font-size: 0.66em;
   line-height: 1em;
   top:0.15em;
   left: calc(100% + 2px);
}


.ek_navbar[sticky-is-pinned] .ek_vismodebt:after  {
    display: none;
}

body[ek-vismode="small"] .ek_navbar .ek_vismodebt {

    --svgicon-url: var(--ek-view-tiles);
}

.ek_navbar .navmenu .navmenucontent {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.ek_navbar .navmenu .montheljumpbt {
    width: 100%;
    text-align: center;
    font-size: 1.25em;
    line-height: 1.5em;
    cursor: pointer;
    opacity: 0.6666;

}

@media (hover: hover) and (pointer: fine) {
    .ek_navbar .navmenu .montheljumpbt:hover {
        opacity: 1;
    }

    .ek_navbar .navmenu .montheljumpbt:hover {
        opacity: 1;
    }
}

.ek_navbar .navmenu .montheljumpbt[is-active] {
    font-weight: 700;
    opacity: 1;
}

.ek_navbar .ek_navbarwrapper {
    display: grid;
    width: 16em;
    color: var(--ci-color);
    opacity: 0;
    pointer-events: none;
    height: fit-content;
}

.ek_navbar .ek_navbarwrapper>* {
    grid-area: 1 / 1;
}

.ek_navbar[sticky-is-pinned] .ek_navbarwrapper {
    opacity: 1;
    pointer-events: all;
    background: var(--ci-color);
    color: white;
    border-radius: var(--border-radius);
    filter: drop-shadow(1px 1px 3px #00000094);
}

.ek_navbar .navbts {
    display: flex;
    justify-content: space-between;
}

.ek_navbar .navbts .navbt_center {
    height: 100%;
    width: 100%;
}

.ek_navbar .navbts .navbt_center .ek_navbarmenubt {
    position: absolute;
    display: flex;
    height: calc(100%);
    width: 100%;
    cursor: pointer;
}

.ek_navbar .navbts .navbt_center .ek_navbarmenubt .svgicon {
    --svgicon-url: var(--arrow-down);
    width: 0.75em;
    height: 0.75em;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: 0em;
}

.ek_navbar .navbts .navbt_left,
.ek_navbar .navbts .navbt_right {
    padding: 0.5em;
}

.ek_navbar .navmenu {
    display: grid;
    overflow: hidden;
    grid-template-rows: 1fr;
    border-radius: var(--border-radius);
    padding: 0em 0.5em;
    background: var(--ci-color);
    transition: grid-template-rows 0.3s;
}

body:not([ek-navbar-is-open]) .ek_navbar .navmenu,
.ek_navbar:not([sticky-is-pinned]) .navmenu {
    pointer-events: none;
    grid-template-rows: 0fr;
    opacity: 0;
}

.ek_navbar .navmenu .navmenucontent {
    padding: 0.5em 0em;
    overflow: auto;
    min-height: 0;
    max-height: calc(100dvh - 7em);
    --mask-padding: 0.5em;
    --mask-image: linear-gradient(to bottom, transparent 0%, black var(--mask-padding), black calc(100% - var(--mask-padding)), transparent 100%);
    -webkit-mask-image: var(--mask-image);
    mask-image: var(--mask-image);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

body[device-mode="mobile"] .ek_navbar {
    padding-top: 0.75em;
}

body[device-mode="mobile"] .ek_navbar .ek_navbarwrapper {
    font-size: 0.85em;
}

.ek_navbar[sticky-is-pinned] {
    background: linear-gradient(to bottom, #f6f6f6 50%, transparent);
    /* filter: drop-shadow(1px 1px 3px #00000094); */
}



.ek_navbar .nextmonthbt {
    --svgicon-url: var(--arrow-right);
    transform: translateX(0);
    transition: opacity 0.3s, transform 0.3s;
    flex-shrink: 0;
}

.ek_navbar .prevmonthbt {
    --svgicon-url: var(--arrow-left);
    transform: translateX(0);
    transition: opacity 0.3s, transform 0.3s;
    flex-shrink: 0;
}

@media (hover: hover) and (pointer: fine) {
    .ek_navbar .nextmonthbt:hover {
        transform: translateX(2px);
    }

    .ek_navbar .prevmonthbt:hover {
        transform: translateX(-2px);
    }

}

/* EK PARTICIPATE BT */
.ek_paricipatebt {
    position: fixed;
    z-index: 9999;
    bottom: 0.5em;
    left: 0.5em;
    /* transform: translate(-50%, 0); */
    --filter-color: #5c5c5c;
    --filter-color: var(--ci-color);
    padding: 0.25em 0.5em;
    line-height: var(--line-height);
    color: white;
    background: var(--filter-color);
    border: solid 2px var(--filter-color);
    border-radius: var(--border-radius);
    transition: color 0.3s, background 0.3s, border 0.3s, opacity 0.3s;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    filter: drop-shadow(1px 1px 3px #00000094);
}

body:not([has-been-scrolledy]) .ek_paricipatebt {
    opacity: 0;
    pointer-events: none;
}

body[device-mode="mobile"] .ek_paricipatebt {
    display: none;
}

.ek_paricipatebt:hover {
    --filter-color: var(--ci-color);
}

/* EK FOOTER */
.ek_logo_footer {
    width: 100%;
    height: calc(100vh - 24em);
    padding: 10%;
}

.ek_logo_footer .svgicon {
    opacity: 0.1;
    --svgicon-size: contain;
    --svgicon-url: var(--goeppingen-logo-berge);
}

/* EK EVENT EXCERPTS */
body[ek-vismode="small"] .eventexcerpt .cathtagsec,
body[ek-vismode="small"] .eventexcerpt .bottomsec,
body[ek-vismode="small"] .eventexcerpt .kwsec {
    display: none;
}

body[ek-vismode="small"] .eventexcerpt .topsec {
    margin-bottom: 0;
}

body[ek-vismode="small"] .ek_eventexcerpts .monthsec {
    display: flex;
    flex-direction: column;
}

.ek_eventexcerpts {
    padding-top: 1em;
}

.ek_eventexcerpts:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 75%);
    z-index: 1997;
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;

}

body[ek-navbar-is-open] .ek_eventexcerpts:before {
    opacity: 1;
    pointer-events: all;
}

.ek_eventexcerpts .ek_navbar+.monthsec {
    margin-top: -3.5em;
}

.ek_eventexcerpts .monthsec {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(calc((100vw + 1920px)/9), 100%), 1fr));
    row-gap: 0.5em;
    column-gap: 0.5em;
    padding-left: 1em;
    padding-right: 1em;
    font-size: 0.9em;
}

body[device-mode="mobile"] .ek_eventexcerpts .monthsec {
    grid-template-columns: 1fr;
}

.ek_eventexcerpts .monthsec[no-visible-entries] {
    visibility: hidden;
    height: 0;
}

.nohits {
    text-align: center;
}

.ek_eventexcerpts .monthsec:not([no-visible-entries])~.nohits {
    display: none;
}

.ek_eventexcerpts .monthsec:after {
    content: " ";
    position: relative;
    display: block;
    height: 3em;
    grid-column: 1/-1;
}

body[ek-navbar-is-open] .ek_eventexcerpts .monthname {
    z-index: initial;
}

.ek_eventexcerpts .monthname {
    --check-sticky-state: 1;
    grid-column: 1/-1;
    position: sticky;
    display: block;
    top: 3.19em;
    z-index: 1999;
    margin: 0;
    padding-left: 0.75em;
    padding-right: 0.75em;
    /* padding-top: 0.5em; */
    /* padding-bottom: 0.5em; */
    margin-bottom: 0.5em;
    /* height: 2em; */
    line-height: 1em;
    pointer-events: none;
    max-width: 100%;
    white-space: nowrap;
    /* overflow-x: auto; */
    /* overflow-y: hidden; */
    text-align: center;
    transition: color 0.3s;
    font-size: 1.75em;
}

body[device-mode="mobile"] .ek_eventexcerpts .monthname {
    font-size: 1.25em;
    top: 4.5125em;
    transform: translate3d(0, 0, 0.0001px);
}

.ek_eventexcerpts .monthname[sticky-is-pinned] {
    /* color: var(--ci-color); */
    color: white;
}

.eventexcerpt {
    --filter-color: var(--ci-color);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: white;
    border-radius: var(--border-radius);
    padding: 1em;
    filter: drop-shadow(1px 1px 6px rgb(0 0 0 / 10%));
    transition: transform 0.3s, filter 0.3s;
    transform: scale3d(1, 1, 1);
}

.eventexcerpt .overlaylink:focus-visible {
    outline: black 4px solid;
    outline-offset: -4px;
}

.eventexcerpt {
    pointer-events: none;
}

.eventexcerpt .overlaylink {
    pointer-events: all;
}

.eventexcerpt:hover {
    transform: scale3d(1.03, 1.03, 1);
    z-index: 999;
    filter: drop-shadow(3px 3px 9px rgb(0 0 0 / 23%));
}

.eventexcerpt[event-type="highlight"] {
    --thickness: 0px;
    --highlight-color: var(--filter-color);
    --stripe-c1: var(--color-1);
    --stripe-c2: var(--ci-color);
    --stripe-w: 4px;
    /* background: repeating-linear-gradient( -45deg, var(--stripe-c1) calc(var(--stripe-w) * 0), var(--stripe-c1) calc(var(--stripe-w) * 1), var(--stripe-c2) calc(var(--stripe-w) * 1), var(--stripe-c2) calc(var(--stripe-w) * 2) ); */
    background: var(--highlight-color);
    outline: solid var(--highlight-color);
    /* filter: drop-shadow(0px 0px 6px var(--highlight-color)); */
    grid-column: span 2;
}

body[device-mode="mobile"] .eventexcerpt[event-type="highlight"] {
    grid-column: span 1;
}

.eventexcerpt[event-type="highlight"]:hover {
    filter: drop-shadow(3px 3px 9px var(--highlight-color));
}

.eventexcerpt[event-type="highlight"]:before {
    content: " ";
    position: absolute;
    background: #ffffffeb;
    top: var(--thickness);
    left: var(--thickness);
    width: calc(100% - var(--thickness) * 2);
    height: calc(100% - var(--thickness) * 2);
}

.eventexcerpt[event-type="highlight"] .bottomsec {
    display: flex;
    flex-wrap: wrap;
    column-gap: 1em;
    height: fit-content;
    height: -moz-fit-content;
}

.eventexcerpt[event-type="highlight"] .mediasec {
    float: none;
    margin-left: 0;
    margin-bottom: 0;
}

.eventexcerpt[event-type="highlight"] .mediasec,
.eventexcerpt[event-type="highlight"] .textsec {
    width: calc(50% - 0.5em);
    min-width: 260px;
    flex-grow: 2;
}

.eventexcerpt[event-type="highlight"] .datesec {
    font-size: 20px;
}

.eventexcerpt[event-type="highlight"] .titlesec {
    font-size: 1.25em;
}

body[device-mode="mobile"] .eventexcerpt[event-type="highlight"] .titlesec {
    font-size: 1.125em;
}

.eventexcerpt[event-type="highlight"] .mediasec .media {
    --sqrt-of-area: 1;
    width: 100%;
    height: auto;
    padding-top: calc(1/(16/9) * 100%);
    max-width: 100% !important;
    /* overflow: hidden; */
}

.eventexcerpt[event-type="highlight"] .mediasec .media .mediafootage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.eventexcerpt[event-type="highlight"] .textsec {
    font-size: 18px;
}

.eventexcerpt[event-type="highlight"] .topsec,
.eventexcerpt[event-type="highlight"] .descsec {
    font-weight: 600;
    font-weight: 600;
}

.eventexcerpt .svgiconwrapper[has-link] .content {
    text-decoration: none;
}

.eventexcerpt[hidden-by-filter] {
    display: none;
}

.eventexcerpt .topsec {
    display: flex;
    flex-direction: column;
    column-gap: 2em;
    margin-bottom: 0.5em;
    pointer-events: none;
}

.eventexcerpt .datebar {
    display: flex;
    column-gap: 1em;
    font-size: 1em;
    line-height: 1.25em;
    justify-content: space-between;
}

.eventexcerpt .kwsec {
    opacity: 0.8;
    font-size: 13px;
    line-height: 15px;
    min-width: 72px;
    text-align: right;
}

.eventexcerpt .datesec {
    font-weight: 600;
}

.eventexcerpt .titlesec {
    color: var(--filter-color);
}

.eventexcerpt .titlesec h3 {
    font-size: 1.5em;
    line-height: 1.15em;
    margin: 0;
    font-weight: 400;
}

body[device-mode="mobile"] .eventexcerpt .titlesec h3 {
    font-size: 1.25em;
    line-height: 1.05em;
}

.eventexcerpt .titlesec h4 {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.15em;
    margin: 0;
}

.eventexcerpt .bottomsec {
    height: 100%;
    pointer-events: none;
    word-break: break-word;
}

.eventexcerpt .textsec {
    font-size: 0.9em;
    line-height: var(--line-height);
    height: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 0.5em;
}

.eventexcerpt .textsec .overlaylink {
    display: none;
}

.eventexcerpt .mediasec {
    float: right;
    margin-left: 1em;
    margin-bottom: 0.5em;
}

.eventexcerpt .mediasec .media {
    --sqrt-of-area: 6;
    --width: calc(var(--sqrt-of-area) * var(--sqrt-aspect) * 1em);
    width: var(--width);
    height: calc(var(--width) / var(--natural-aspect));
}

body[device-mode="mobile"] .eventexcerpt .mediasec .media {
    --sqrt-of-area: 5;
    max-width: 7em;
    margin-bottom: 0.5em;
}

.eventexcerpt .infosec {
    display: flex;
    flex-direction: column;
    row-gap: 0.25em;
}

.eventexcerpt .cathtagsec {
    display: flex;
    column-gap: 0.5em;
    font-size: 0.9em;
    line-height: 1.2em;
    margin-top: auto;
    padding-top: 1em;
    font-size: 13px;
    line-height: 15px;
    justify-content: space-between;
    align-items: end;
    row-gap: 0.25em;
}

.eventexcerpt .catsec {
    display: flex;
    flex-wrap: wrap;
    column-gap: 0.25em;
    row-gap: 0.25em;
    align-items: end;
    justify-content: start;
}

.eventexcerpt .htsec {
    display: flex;
    flex-wrap: wrap;
    column-gap: 0.5em;
    align-items: end;
    justify-content: end;
}

.eventexcerpt .httext {
    opacity: 0.85;
    white-space: nowrap;
}

.eventexcerpt .cattext {
    display: block;
    padding: 0.25em 0.5em;
    background: var(--filter-color);
    color: white;
    border-radius: 4px;
    white-space: nowrap;
}

/* EK HIGHLIGHT EVENT EXCERPTS */
.ek_eventhighlightexcerpts {
    display: flex;
    column-gap: 0.25em;
    padding: 1em;
    padding-bottom: 0.25em;
    --mask-padding: 1em;
    --mask-image: linear-gradient(to right, transparent 0%, black var(--mask-padding), black calc(100% - var(--mask-padding)), transparent 100%);
    -webkit-mask-image: var(--mask-image);
    mask-image: var(--mask-image);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.eventtexcerpt_highlight {
    --fixed-aspect: calc(16/9);
    --fixed-h: 300px;
    width: calc(var(--fixed-aspect) * var(--fixed-h));
    height: var(--fixed-h);
    clip-path: inset(0 round var(--border-radius));
    flex-shrink: 0;
    background: #c9c9c9;
    transform: scale3d(1, 1, 1.0001);
    pointer-events: none;
    --filter-color: var(--ci-color);
}

.eventtexcerpt_highlight .overlaylink {
    pointer-events: all;
}

.eventtexcerpt_highlight .overlaylink:focus-visible {
    outline: 4px solid black;
    outline-offset: -4px;
}

body[device-mode="mobile"] .eventtexcerpt_highlight {
    --fixed-h: 174px;
}

.card.ek_eventrecommendationexcerptcard {
    width: calc(100% - 2em);
    max-width: calc(1024px);
    margin-left: auto;
    margin-right: auto;
    background: var(--ci-color);
    filter: drop-shadow(1px 2px 8px #0000005c);
    row-gap: 0;
    margin-bottom: 5em;

}

body[device-mode="mobile"] .card.ek_eventrecommendationexcerptcard {
    width: calc(100% - 0em);
    border-radius: 0;
    filter: none;
    margin-bottom: 0px;
    padding-bottom: 3em;
}

.card.ek_eventrecommendationexcerptcard>.title {
    padding: 0 1em;
    color: white;

}

.ek_eventrecommendationexcerptcard .eventtexcerpt_highlight {
    --fixed-h: 200px;

}

body[device-mode="mobile"] .ek_eventrecommendationexcerptcard .eventtexcerpt_highlight {
    --fixed-h: 124px;
}

.eventtexcerpt_highlight .media {
    position: absolute;
    width: 100%;
    height: 100%;
}

body[is-fe] .eventtexcerpt_highlight .media[is-placeholder] {
    background: var(--filter-color);
}

body[is-fe] .eventtexcerpt_highlight .media[is-placeholder]:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    --svgicon-size: 33%;
    mask-repeat: no-repeat;
    mask-size: var(--svgicon-size);
    mask-position: var(--svgicon-position);
    mask-image: var(--svgicon-url);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: var(--svgicon-size);
    -webkit-mask-position: var(--svgicon-position);
    -webkit-mask-image: var(--svgicon-url);
    background: white
}

body[is-fe] .eventtexcerpt_highlight .media[is-placeholder] .mediafootage {
    display: none;
}

.eventtexcerpt_highlight .textoverlay {
    position: absolute;
    z-index: 99;
    bottom: 0;
    left: 0;
    margin: 0.5em;
    background: white;
    padding: 0.25em 0.5em;
    font-weight: 600;
    clip-path: inset(0 round var(--border-radius));
    pointer-events: none;
    display: flex;
    flex-direction: column;
    row-gap: 0.25em;
}

body[device-mode="mobile"] .eventtexcerpt_highlight .textoverlay {
    font-size: 0.9em;
}

.eventtexcerpt_highlight .textoverlay .title {
    color: var(--filter-color);
    line-height: 1.05em;
}

.eventtexcerpt_highlight .textoverlay .eventdatum {
    font-size: 0.9em;
    line-height: 1.05em;
}

/* POPOUT SLIDER*/
body:not([popoutslider-is-fullscreen]) .popoutslider {
    clip-path: inset(0 round var(--border-radius) var(--border-radius) 0 0);
    background: #afafaf;
}

body[device-mode="mobile"] .popoutslider {
    clip-path: none;
}

body[is-fe] .popoutslider .media[is-placeholder] {
    background: var(--filter-color);
}

body[is-fe] .popoutslider .media[is-placeholder]:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    --svgicon-size: 33%;
    mask-repeat: no-repeat;
    mask-size: var(--svgicon-size);
    mask-position: var(--svgicon-position);
    mask-image: var(--svgicon-url);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: var(--svgicon-size);
    -webkit-mask-position: var(--svgicon-position);
    -webkit-mask-image: var(--svgicon-url);
    background: white
}

body[is-fe] .popoutslider .media[is-placeholder] .mediafootage {
    display: none;
}

.popoutslider .mainsec {
    --w: 100%;
    width: var(--w);
    padding-top: calc(1/(16/9) * var(--w));
}

.popoutslider[has-logo] .mainsec:before {
    content: "";
    position: absolute;
    pointer-events: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: radial-gradient(ellipse at top right, #0000 80%, #00000057);
}

.popoutslider .popoutbt {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    color: white;
    --svgicon-url: var(--utils-icon-fullscreen);
    filter: drop-shadow(0px 0px 2px #0000008c);
    --svgicon-size: var(--line-height);
    z-index: 0;
    --svgicon-position: calc(100% - 8px) calc(100% - 8px);
}

body[popoutslider-is-fullscreen] .popoutslider .popoutbt {
    --svgicon-url: var(--utils-icon-fullscreen-close);
}

.popoutslider .overlaylogo {
    position: absolute;
    bottom: 14px;
    left: 14px;
    width: 128px;
    height: 128px;
    z-index: 99;
}

.popoutslider .overlaylogo .media {
    height: 100%;
}

.popoutslider .overlaylogo .mediafootage {
    /* object-fit: contain; */
    --object-fit: bottom left;
    /* object-position: bottom left; */
    filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.33));
    padding: 0.5em;
    background: white;
    border-radius: var(--border-radius);
}

body[popoutslider-is-fullscreen] .popoutslider .mainsec {
    padding-top: 0;
    height: 100%;
}

body[popoutslider-is-fullscreen] .popoutslider {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 999999999999999;
    background: #474747;
}

.popoutslider .mainsec .galleryels,
.popoutslider .mainsec .eventcoverbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    --no-wheel: true;
}

.popoutslider .mainsec .galleryels .galleryel .media {
    width: 100%;
    height: 100%;
}

body[popoutslider-is-fullscreen] .popoutslider .overlaylogo {
    display: none;
}

body[popoutslider-is-fullscreen] .popoutslider .mainsec .galleryels .galleryel .media,
body[popoutslider-is-fullscreen] .popoutslider .mainsec .eventcoverbox .media {
    padding: var(--padding);
}

body[popoutslider-is-fullscreen] .popoutslider .mainsec .galleryels .mediafootage,
body[popoutslider-is-fullscreen] .popoutslider .mainsec .eventcoverbox .mediafootage {
    object-fit: contain;
}

body[popoutslider-is-fullscreen] .popoutslider .mainsec .galleryels .mediafootage {
    object-position: center;
}

.popoutslider .mainsec .caption:not(:empty) {
    position: absolute;
    pointer-events: none;
    width: 100%;
    bottom: 14px;
    color: white;
    padding: 0.25em;
    border-radius: var(--border-radius);
    z-index: 23;
    font-size: 14px;
    font-weight: 600;
    line-height: 1em;
    text-align: center;
    filter: drop-shadow(0px 0px 2px black);
    display: flex;
    justify-content: center;
}

body:not([popoutslider-is-fullscreen]) .popoutslider .mainsec .caption:not(:empty):before {
    content: "";
    width: calc(128px + 1em);
    flex-shrink: 0;
}

body:not([popoutslider-is-fullscreen]) .popoutslider .mainsec .caption:not(:empty):after {
    content: "";
    width: calc(128px + 1em);
    min-width: 3em;
    flex-shrink: 999999;
}

.popoutslider .mainsec .galleryels .galleryel {
    width: 100%;
    height: 100%;
    background: transparent;
}

.popoutslider .mainsec .scrollsnapprevbt,
.popoutslider .mainsec .scrollsnapnextbt {
    --svgicon-url: var(--slider-arrow-left);
    --svgicon-size: 100%;
    --svgiconhit-tolerance: 0;
    width: 48px;
    height: 48px;
    color: white;
    transition: color 0.3s;
    z-index: 9;
}

.popoutslider .mainsec .scrollsnapprevbt:hover,
.popoutslider .mainsec .scrollsnapnextbt:hover {
    color: var(--ci-color);
}

.popoutslider .mainsec .scrollsnapprevbt {
    --svgicon-url: var(--slider-arrow-left);
}

.popoutslider .mainsec .scrollsnapnextbt {
    --svgicon-url: var(--slider-arrow-right);
}

/* EK EVENT TOPBAR */
.ek_eventtopbar {
    position: sticky;
    display: flex;
    top: 0;
    width: 100%;
    justify-content: end;
    padding: 1em;
    padding-bottom: 0;
    z-index: 9999;
}

.ek_eventtopbar>.svgiconbutton {
    width: 2.5em;
    height: 2.5em;
    --trans-pad: 0.5em;
    --svgicon-size: 50%;
    cursor: pointer;
    --svgiconhit-tolerance: 0;
}

.ek_eventtopbar>.svgiconbutton.closebt {
    width: 3em;
    height: 3em;
}

.ek_eventtopbar>.svgiconbutton.sharebt {
    margin-right: auto;
}

.ek_eventtopbar>.svgiconbutton.printbt {
    margin-right: auto;
    opacity: 0;
    pointer-events: none;
}

.ek_eventtopbar>.svgiconbutton .svgicon {
    transition: background 0.3s;
}

.ek_eventtopbar>.svgiconbutton:hover .svgicon {
    background: var(--ci-color);
}

.ek_eventtopbar>.svgiconbutton:before {
    content: " ";
    position: absolute;
    width: calc(100% - var(--trans-pad));
    height: calc(100% - var(--trans-pad));
    top: calc(var(--trans-pad)/2);
    left: calc(var(--trans-pad)/2);
    border-radius: 100em;
    background: white;
    border: solid 2px;
}

/* EK EVENT MAIN */
.ek_eventmain {
    width: calc(100% - 2em);
    max-width: calc(1024px);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3em;
    --filter-color: var(--ci-color);
}

body[device-mode="mobile"] .ek_eventmain {
    width: calc(100%);
}

body[is-fe] .ek_eventmain {
    margin-top: 1em;
}

body:not([popoutslider-is-fullscreen]) .ek_eventmain {
    filter: drop-shadow(1px 2px 8px #0000005c);
}

body[is-fe][device-mode="mobile"] .ek_eventmain {
    margin-bottom: 0;
    background: white;
    padding-bottom: 6em;
}

.ek_eventmain .eventheadersec {
    display: flex;
    flex-direction: column;
}

.ek_eventmain .eventbodysec {
    padding: var(--padding);
    border-bottom-left-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
    /* clip-path: inset(0 round 0 0 var(--border-radius)  var(--border-radius)); */
    background: white;
    display: flex;
    flex-direction: column;
    row-gap: 1em;
}

.ek_eventmain .gmap {
    height: calc(100% + 2em);
    min-height: 156px;
    width: calc(100% + 1em);
    margin: -1em;
    margin-left: 0;
    clip-path: inset(0 round var(--border-radius));
}

body[device-mode="mobile"] .ek_eventmain .gmap {
    margin-left: -1em;
    margin-top: 0;
    width: calc(100% + 2em);
}

.ek_eventmain .contentsec {
    display: flex;
    flex-direction: column;
    row-gap: 1em;
}

.ek_eventmain h1,
.ek_eventmain h2 {
    color: var(--filter-color);
    margin: 0;
}

.ek_eventmain .eventmainsec {
    /* padding-left: var(--padding); */
    /* padding-right: var(--padding); */
    display: flex;
    flex-direction: column;
    row-gap: 1em;
    margin-top: 1em;
}

.ek_eventmain .eventmainsec .descshort {
    font-weight: 600;
    margin-bottom: calc(var(--line-height) * 0.25)
}

.ek_eventmain .eventmainsec .onlineeventsec {
    font-size: 0.9em;
    margin-top: calc(var(--line-height) * 0.75);
}

.ek_eventmain .eventmainsec .eventiconlinks,
.ek_locationcard .locationiconlinks,
.ek_contributorcard .locationiconlinks {
    display: flex;
    --gap: 0.5em;
    column-gap: var(--gap);
    flex-wrap: wrap;
    row-gap: var(--gap);
    --svgiconhit-tolerance: calc(var(--gap) / 2);
    justify-content: end;
}

.ek_contributorcard .contributortop .locationiconlinks {
    max-width: 4em;
    height: fit-content;
}

.ek_eventmain .eventdates {
    font-weight: 600;
}

.ek_eventmain .eventdates .content span {
    display: block;
}

.ek_eventmain .eventmainsec .catshts {
    width: fit-content;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    column-gap: 0.5em;
    row-gap: 0.5em;
    font-size: 0.9em;
    line-height: 1.2em;
    justify-content: end;
    width: 100%;
}

.ek_eventmain .eventmainsec .catshts+.eventiconlinks {
    justify-content: end;
}

body[is-cms] .ek_eventmain .eventmainsec .catshts {
    flex-direction: column;
}

.ek_eventmain .catshts .catsec {
    font-size: 0.9em;
    display: flex;
    flex-wrap: wrap;
    column-gap: 0.5em;
    row-gap: 0.5em;
    align-items: center;
    justify-content: end;

}

.ek_eventmain .catshts .htsec {
    display: flex;
    flex-wrap: wrap;
    column-gap: 0.5em;
    row-gap: 0.125em;
    align-items: center;
    justify-content: end;
}


.ek_eventmain .catshts .httext {
    opacity: 0.85;
}

.ek_eventmain .catshts .cattext {
    background: var(--filter-color);
    color: white;
    padding: 0.25em 0.5em;
    border-radius: 4px;
}

.ek_eventmain .grid_ab,
.ek_locationcard .grid_ab {
    display: grid;
    column-gap: 1em;
    row-gap: 1em;
    grid-template: "a b" auto / 60% calc(40% - 1em);
}

body[device-mode="mobile"] .ek_eventmain .grid_ab,
body[device-mode="mobile"] .ek_locationcard .grid_ab {
    grid-template: "a" auto "b" auto;
}

.ek_eventmain .grid_ab .gridel_a,
.ek_locationcard .grid_ab .gridel_a {
    grid-area: a;
}

.ek_eventmain .grid_ab .gridel_b,
.ek_locationcard .grid_ab .gridel_b {
    grid-area: b;
}

.ek_eventmain .eventmainsec .grid_ab .gridel_b,
.ek_locationcard .eventmainsec .grid_ab .gridel_b {
    display: flex;
    flex-direction: column;
    row-gap: 1em;
}

.card {
    display: flex;
    flex-direction: column;
    row-gap: 0.5em;
    color: #212121cf;
    /* outline: solid 1px; */
    padding: 1em;
    border-radius: var(--border-radius);
    height: fit-content;
    height: -moz-fit-content;
    background: #f4f4f4;
    font-size: 0.9em;
    line-height: var(--line-height);
}

/* ek locationcard*/
.ek_locationcard .bottomsec {
    display: grid;
    column-gap: 1em;
    row-gap: 1em;
    grid-template: "a b" auto / 128px 1fr;
}

.ek_locationcard[location-mediasec-is-empty] .bottomsec {
    grid-template: "b" auto "a" auto;
    row-gap: 0em;
}

body[device-mode="mobile"] .ek_locationcard .bottomsec {
    grid-template: "b" auto "a" auto
}

.ek_locationcard .bottomsec .mediasec {
    grid-area: a;
    display: flex;
    flex-direction: column;
    row-gap: 0.5em;
}

.ek_locationcard .bottomsec .mediasec>.media:first-child {
    max-width: 128px;
    background: white;
}

.ek_locationcard .bottomsec .locationinfoicons {
    grid-area: b;
}

.ek_locationcard .bottomsec .mediasec .gallerybox {
    margin-top: 8px;
}

.ek_locationcard .topsec {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1em;
}

/* ek_contributorcard */
.ek_contributorcard .mediasec .media {
    --sqrt-of-area: 5;
    --width: calc(var(--sqrt-of-area) * var(--sqrt-aspect) * 1em);
    width: var(--width);
    height: calc(var(--width) / var(--natural-aspect));
}

.ek_contributorcard .contributortop {
    display: flex;
    justify-content: space-between;
    column-gap: 0.5em;
}

.ek_contributorcard .contributortop .titlesec {
    min-width: 1%;
    word-wrap: break-word;
    display: flex;
    flex-direction: column;
}

.ek_contributorcard .mediasec {
    margin-top: 0.5em;
}

/* QR CODE */
.qrcode {
    display: flex;
    column-gap: 0.5em;
}

.qrcode .qrcodeimg {
    --svgpadding: calc((var(--line-height) - 1em));
    margin-top: calc(var(--svgpadding) / 4);
    width: calc(var(--svgpadding) / 2 + 1em);
    height: calc(var(--svgpadding) / 2 + 1em);
    flex-shrink: 0;
}

.qrcode .ctatext {
    display: block;
    text-decoration-line: underline;
}

.qrcode .qrcodetext {
    display: none;
}

/* SCROLL TO TOP BT */
body:not([has-been-scrolledy]) .scrolltotopbt {
    opacity: 0;
    pointer-events: none;
}

.scrolltotopbt {
    position: fixed;
    bottom: 0.5em;
    right: 0.5em;
    /* left: 50%; */
    /* transform: translateX(-50%); */
    width: 2em;
    height: 2em;
    --svgicon-url: var(--arrow-up);
    z-index: 9999;
    background: var(--ci-color);
    border-radius: var(--border-radius);
    --svgicon-size: 75%;
    filter: drop-shadow(1px 1px 3px #00000094);
    transition: opacity 0.3s;
}

.scrolltotopbt .svgicon {
    background: white;
}



/* EK HEADER */
.ek_header {
    z-index: 9;
    padding: 1em;
    display: flex;
    align-items: center;
    background: white;
    column-gap: 0.5em;
    box-shadow: rgb(0 0 0 / 33%) 0px 0px 16px;
    --width-height-to-closest-slug: body|ek-header;
    --svgiconbutton-wh: 1em;
}

body[is-cms] .ek_header {
    --width-height-to-closest-slug: body|cmstopbar;

}

.ek_header[is-sticky] {
    position: sticky;
    top: 0;
}

.ek_header .headerlogo {
    display: block;
    --svgicon-url: var(--goeppingen-logo-berge);
    width: 3.33em;
    height: var(--line-height);
}

.ek_header .title {
    font-weight: 600;
    /* color: var(--ci-color); */
    margin-right: auto;
}

body[device-mode="mobile"] .ek_header .showmenubt .beforedom {
    display: none;
}

.ek_header .useremail {
    font-size: large;
    line-height: 1em;
    opacity: 0.8;
    display: flex;
    column-gap: 0.25em;
}

.ek_header .useremail .svgicon {
    width: 1em;
    height: 1em;
    --svgicon-url: var(--ek-generic-user-circle);
}

body[device-mode="mobile"] .ek_header .useremail {
    display: none;
}

.ek_header .cibt {
    padding: 0.25em 1em;
    margin: 0 !important;
}

/* EK FOOTER  */
.ek_footer {
    display: flex;
    padding: 1em;
    align-items: center;
    column-gap: 1em;
    font-size: 15px;
    margin-top: 4em;
    /* background: #d0d0d0; */
    overflow: auto;
    line-height: 1em;
    justify-content: center;
}

/* MENU */


.ek_menuoverlay {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: white;
    pointer-events: none;
}

.ek_menuoverlay[open] {
    pointer-events: all;
    opacity: 1;
}

.ek_menuoverlay .ek_menuoverlayclosebg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
    transition: opacity 0.3s;
    opacity: 0;
}

.ek_menuoverlay[open] .ek_menuoverlayclosebg {
    opacity: 1;
}

.ek_menuoverlay .ek_menusidebar {
    position: absolute;
    display: flex;
    flex-direction: column;
    height: 100%;
    background: var(--ci-color);
    right: 0;
    color: white;
    padding: 1em;
    row-gap: 1em;
    transform: translateX(100%);
    transition: transform 0.3s;
}
.ek_menuoverlay .ek_menusidebar a:focus-visible{
    outline:solid black 4px;
}
.ek_menuoverlay[open] .ek_menusidebar {
    transform: translateX(0%);
}

.ek_menuoverlay .ek_menusidebar .ek_menu_topbar {
    display: flex;
    justify-content: space-between;
    font-weight: 700;
}

.ek_menuoverlay .ek_menusidebar .ek_menu_footer {
    display: flex;
    margin-top: auto;
    flex-direction: column;
    font-size: 0.75em;
    row-gap: 1em;
}

.ek_menuoverlay .ek_menusidebar .ek_menu_footer .media {
    margin-left: auto;
    width: 200px;
}

.ek_menuoverlay .ek_menusidebar .ek_menu_footer .ek_menu_footerlinks {
    display: flex;
    font-size: 14px;
    column-gap: 1em;
    row-gap: 0.5em;
    line-height: 1em;

}

.ek_menuoverlay .ek_menu_links {
    display: flex;
    flex-direction: column;
    row-gap: 0.125em;

}

.ek_menuoverlay .ek_menu_links .svgiconwrapper {
    display: block;
    padding: 0.25em 0.5em;
    margin-left: -0.5em;
    border-radius: var(--border-radius);
    display: flex;
    width: fit-content;
    width: -moz-fit-content;
    --svgicon-size: 50%;
    overflow: hidden;
}

.ek_menuoverlay .ek_menu_links .svgiconwrapper .svgicon {
    --svgicon-size: 90%;
}

.ek_menuoverlay .ek_menu_links .svgiconwrapper:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(-85deg, transparent 0%, rgb(255 255 255 / 50%) 30%, transparent);
    transform: translateX(-100%);
    transition: transform 0s;
}

.ek_menuoverlay .ek_menu_links .svgiconwrapper:hover:before {
    transform: translateX(100%);
    transition: transform 0.6s;
}

.ek_menuoverlay .ek_menu_links .svgiconwrapper:hover {
    background: var(--color);
    box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.5);
}
.ek_menuoverlay .ek_menu_links .svgiconwrapper:has(a:focus-visible) {
    outline: solid 4px #000000;
    outline-offset: -4px;
}

.ek_menuoverlay .svgiconwrapper .content {
    text-decoration-line: none;
}
/* ACCESSIBILITY BUTTON */
.accessibilitybt{
    height: calc(1em + 2 * var(--svgiconhit-tolerance));
    width: calc(1em +  2 *var(--svgiconhit-tolerance));
    padding: var(--svgiconhit-tolerance);
}
.accessibilitybt .svgicon{
    --svgicon-url: var(--icon-accessability-menu);
}
.accessibilitybt .text{
  display:none;
}
/* EK LOGIN LOGO */
.ek_loginlogo {
    width: min(calc(100% - 2em), 280px);
    margin-left: auto;
    margin-right: auto;
}