html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
    scroll-behavior: smooth;
}

body {
    margin-bottom: 60px;
}

a.skip-to-main {
    left: -999px;
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -2;
}

    a.skip-to-main:hover {
        left: -999px;
        position: absolute;
        top: auto;
        width: 1px;
        height: 1px;
        overflow: hidden;
        z-index: -2;
    }

    a.skip-to-main:focus,
    a.skip-to-main:active {
        background: #e6e6e6;
        color: #0067b8;
        position: inherit;
        top: 0;
        left: 0;
        padding: 24px;
        width: auto;
        height: auto;
        overflow: auto;
        right: 0;
        text-decoration: underline;
        text-align: center;
        z-index: 800;
        outline: none;
    }

    a.skip-to-main:focus {
        border: 1px dashed #000;
    }

.has-margin-auto-top {
    margin-top: auto !important
}

.inline-flex-important {
    display: inline-flex !important
}

.hero-home-background {
    background-image: url('/reactor/images/home/header-home.webp');
    background-size: contain;
    background-position: right;
}

.hero-booking-background {
    background-image: url('/reactor/images/home/header-home.webp');
    background-size: contain;
    background-position: right;
}

.hero-event-detail-background {
    background-image: url('/reactor/images/event/header-event.webp');
    background-size: contain;
    background-position: right;
}

.hero-home-background-mobile {
    background-image: url('/reactor/images/home/header-home-mobile.webp');
    background-size: cover;
    background-position: bottom right;
}

.hero-about-background-mobile {
    background-image: url(/reactor/images/home/header-home.webp);
    background-size: cover;
    background-position: right;
    height: 14rem;
}

.hero-booking-background-mobile {
    background-image: url(/reactor/images/booking/booking-banner.webp);
    background-size: cover;
    background-position: right;
    height: 14rem;
}

@media screen and (max-width: 1536px) {
    .hero-home-background {
        display: none;
    }

    .hero-registration-submitted-background {
        display: none;
    }

    .hero-error-background {
        display: none;
    }

    .hero-event-detail-background {
        display: none;
    }

    .hero-common-background {
        display: none;
    }

    .hero-home-background-mobile {
        display: block;
    }

    .hero-about-background-mobile {
        display: block;
    }

    .hero-booking-background-mobile {
        display: block;
    }
}

@media screen and (min-width: 1536px) {
    .hero-home-background {
        display: block;
    }

    .hero-registration-submitted-background {
        display: block;
    }

    .hero-error-background {
        display: block;
    }

    .hero-event-detail-background {
        display: block;
    }

    .hero-common-background {
        display: block;
    }

    .hero-home-background-mobile {
        display: none;
    }

    .hero-about-background-mobile {
        display: none;
    }

    .hero-booking-background-mobile {
        display: none;
    }

    .about-hero-text {
        display: none;
    }
}

.hero-home {
    background-color: black;
}

.divider-vertical-second-menu {
    height: 34px;
    width: 4px;
    margin: 0 5px;
    overflow: hidden;
    background-color: black;
    border-right: 2px solid #FFF;
    margin-top: 10px;
}

.footer-size {
    padding: 1rem 1rem 1rem !important;
}

@media screen and (-webkit-min-device-pixel-ratio:1.25) and (max-width:767.9px),screen and (max-width:767px),screen and (min-resolution:120dpi) and (max-width:767.9px) {
    .full-width-mobile {
        width: 100% !important;
        max-width: 100% !important;
        display: block !important;
    }

    .display-block-mobile {
        display: block !important;
    }
}

.inherit-position {
    position: inherit !important;
}

.line-height-1 {
    line-height: 1;
}

.line-height-1-2 {
    line-height: 1.2;
}

.has-border-color-gray {
    border-color: lightgray !important;
}

.has-border-color-blue {
    border-color: #0078D7 !important;
    border-style: solid;
    border-width: 2px !important;
}

.is-blue {
    border-color: #0078D4 !important;
    color: #0078D4 !important;
}

.color-black {
    color: black !important;
    border-color: black !important;
}

.color-blue {
    color: #0078D4 !important;
}

.hero-common-background {
    width: 100%;
    height: 100%;
    background-color: black;
    background-repeat: no-repeat;
}

.color-red {
    color: #d90000;
}

.radio-size-large {
    height: 1.3125rem;
    width: 1.3125rem;
}

.input-validation-error {
    border: 1px solid #ff0000 !important;
    background-color: #ffeeee !important;
}

.text-align-initial {
    text-align: initial;
}

.hero-registration-submitted-background {
    background-image: url('/reactor/images/registration/registration-submitted.webp');
    background-size: contain;
    background-position: right;
}

.has-margin-right-super-small {
    margin-right: 3px;
}

@media (max-width:1088px) {
    .display-block-touch {
        display: block !important
    }
}

.font-color-blue {
    color: #0078D4;
}

.hero-error-background {
    background-image: url('/reactor/images/error/header-error.webp');
    background-size: contain;
    background-position: right;
}

@media (max-width: 306px) {
    .nav-bar-display {
        display: block !important;
    }

    .hide-element-500-zoom {
        display: none !important;
    }

    .show-element-500-zoom {
        display: block !important;
    }

    .has-margin-500-zoom {
        margin-top: .5rem;
        margin-left: .5rem;
    }
}

@media (min-width: 306px) {

    .hide-element-500-zoom {
        display: inherit !important;
    }

    .show-element-500-zoom {
        display: none !important;
    }

    .has-margin-500-zoom {
        margin-top: inherit;
        margin-left: inherit;
    }
}

@media screen and (forced-colors: active) and (prefers-color-scheme: light) {
    .invert-color-high-contrast {
        filter: invert(0);
    }
}

@media (forced-colors: active) and (prefers-color-scheme: dark) {
    .invert-color-high-contrast {
        filter: invert(100%);
    }
}

.pagination-ellipsis {
    color: black !important;
}

.checkbox input[type=checkbox][disabled] + .checkbox-check {
    opacity: 1 !important;
}

.font-size-3-5 {
    font-size: 3.5rem;
}

.max-480 {
    max-width: 480px !important;
}

.wrap-word {
    overflow-wrap: break-word
}

.max-width {
    max-width: fit-content !important;
}

.has-background-white {
    background-color: white;
}

@media print,screen and (min-width:768px) {
    .event-filter {
        display: block !important;
    }
}

@media print,screen and (max-width:767px) {
    .event-filter {
        display: none !important;
    }
}

.width-100 {
    width: 100% !important;
}

.border-radious-24 {
    border-radius: 24px;
}

.hero-event-series-background {
    background-size: contain;
    background-position: right;
}

.has-truncated-text-2-lines {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media(min-width: 768px) {
    .max-width-card-event-serie {
        width: 6.49rem;
    }
}

.overflow-hidden-fixed {
    overflow: hidden;
    position: fixed !important;
}

.display-flex-column {
    display: flex;
    flex-direction: column;
}

.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

    .videowrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


reactor-markdown ul {
    list-style: disc;
}

reactor-markdown ul,
reactor-markdown ol {
    padding-inline-start: 40px;
}

reactor-markdown p,
reactor-markdown > ul,
reactor-markdown > ol,
reactor-markdown hr,
reactor-markdown pre,
reactor-markdown table {
    margin-top: 1.5rem;
}

reactor-markdown table {
    table-layout: auto;
    width: 100%;
    font-size: .875rem;
}

    reactor-markdown table th:not([scope=row]) {
        border-top: 0;
        border-bottom: 1px;
    }

    reactor-markdown table td,
    reactor-markdown table th {
        display: table-cell;
        word-wrap: break-word;
        padding: 0.75rem 1rem;
        line-height: 1.5;
        vertical-align: top;
        border-top: 1px solid var(--theme-border);
        border-right: 0;
        border-left: 0;
        border-bottom: 0;
        border-style: solid;
    }

.waitlist-banner-colors {
    background: var(--theme-info-base) !important;
    border: 1px solid var(--theme-info-base) !important;
    color: var(--theme-info-invert) !important;
}

.has-bold-font {
    font-weight: bold;
}

.has-focus-white.focus-visible.has-hover-underline {
    outline: dashed;
    border: 1px solid;
    color: white;
}

.add-to-calendar-button {
    width: 100%;
}

@media (max-width: 767px) {
    .add-to-calendar-button {
        width: 50%;
    }
}

@media (min-width: 768px) and (max-width: 1255px) {
    .add-to-calendar-button {
        height: 45px !important;
        white-space: normal !important;
    }
}

.text-area-height-unset {
    height: unset !important;
}

.margin-left-minus-4px {
    margin-left: -4px;
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}

.card-content-metadata-div {
    font-size: 0.75rem;
}

.z-index-auto {
    z-index: auto !important;
}

.flex-center {
    display: flex;
    align-items: center;
}

.margin-left-minus-6px {
    margin-left: -6px;
}