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: cover;
    background-position: right;
}

.hero-booking-background {
    background-image: url("/reactor/images/home/header-home.webp");
    background-size: cover;
    background-position: right;
}

.hero-event-detail-background {
    background-image: url("/reactor/images/event/header-event.webp");
    background-size: cover;
    background-position: right;
}

.hero-home-background-mobile {
    /*background-image: url("/reactor/images/home/header-home-mobile.webp");*/
    background-size: contain;
    /*background-position: bottom right*/ 
    background-color: #0a1e2c;
    background-repeat: no-repeat;
}

.hero-about-background-mobile {
    /*background-image: url(/reactor/images/home/header-home-mobile.webp);*/
    background-size: contain;
    /*background-position: right;*/
    background-color: #0a1e2c;
    background-repeat: no-repeat;
    height: 14rem;
}

.hero-booking-background-mobile {
    /*background-image: url(/reactor/images/home/header-home-mobile.webp);*/
    background-size: contain;
    /*background-position: right;*/
    background-color: #0a1e2c;
    background-repeat: no-repeat;
    height: 14rem;
}

@media screen and (max-width: 1024px) {
    .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: 1024px) {
    .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;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1087px){
    .hero.home-page__hero.hero-home.is-hidden-touch {
        display: block !important;
    }
}

.hero-home {
    background-color: #0a1e2c;
}

.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: #0a1e2c;
    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: 0.5rem;
        margin-left: 0.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: 0.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;
}

.announcement-banner-color-info {
    font-size: 14px;
    background: var(--theme-info-background) !important;
    color: var(--theme-info-text);
}

.hover-color-info {
    color: var(--theme-info-hover);
}

.announcement-banner-color-warning {
    font-size: 14px;
    background: var(--theme-warning-background) !important;
    color: var(--theme-warning-text);
}

.hover-color-warning {
    color: var(--theme-warning-hover);
}

.announcement-banner-color-error {
    font-size: 14px;
    background: var(--theme-danger-background) !important;
    color: var(--theme-danger-text);
}

.hover-color-error {
    color: var(--theme-danger-hover);
}

.card .card-footer {
    display: flex;
    flex-direction: column;
    border: none !important;
    padding-right: 1.5rem !important;
}

.card-footer .card-footer-items .card-footer-item {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.card .card-footer .card-footer-item {
    align-items: flex-start !important;
}

    .card .card-footer .card-footer-item:last-child {
        align-items: flex-end !important;
    }

.card-content-title h3 .fulltitle {
    visibility: hidden;
    font-size: 1rem;
    color: white;
    background-color: gray;
    border-radius: 0.5rem;
    padding: 0.5rem;
    position: absolute;
    z-index: 1;
}

.card-content-title h3:hover .fulltitle {
    visibility: visible;
}

@media (max-width: 320px) {
    .input::placeholder {
        font-size: 1rem;
    }
}

.content {
    margin-left: 0.25rem;
    margin-right: -0.75rem;
}

.upload-label input[type="file"] {
    margin-bottom: 24px;
}

.file-preview-container {
    display: grid;
    grid-template-columns: 1fr 1fr 2fr auto;
    gap: 1px;
    margin-top: 20px;
    width: 100%;
    box-sizing: border-box;
}

.file-preview-header,
.file-preview-item {
    display: contents;
}

    .file-preview-header .header-item,
    .file-preview-item > div {
        display: flex;
        align-items: center;
        padding: 10px;
        border: 1px solid #ddd;
        box-sizing: border-box;
    }

    .file-preview-header .header-item {
        font-weight: bold;
        background-color: #f4f4f4;
        overflow: hidden;
        white-space: nowrap;
    }

    .file-preview-item > div {
        overflow: visible;
        text-overflow: clip;
        word-break: break-word;
        min-height: 40px;
    }

.f-name,
.file-url,
.upload-status {
    padding: 10px;
    display: flex;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.file-url,
.f-name {
    display: flex;
    align-items: center;
    overflow: visible;
}

    .file-url div,
    .f-name div {
        overflow: visible;
        word-break: break-word;
    }

.upload-status.success {
    color: green;
}

.upload-status.failure {
    color: #ff0000;
}

.copy-btn {
    background-color: grey;
    color: white;
    border: none;
    padding: 5px 8px;
    cursor: pointer;
    border-radius: 2px;
    font-size: 16px;
    white-space: nowrap;
}

    .copy-btn:hover {
        background-color: #0056b3;
    }

@media (min-width: 1089px) and (max-width: 1294px) {
    .series-register-title {
        line-height: 2.8rem;
    }
}