.lecture__referents:has(.lecture__referents__list) {
    display: flex
}

.lecture__referents:has(.lecture__referents__list) .lecture__referents__list {
    margin-left: .5rem
}

.lecture__referents__list {
    font-size: 92%
}

.lecture__referents__list .presenting-referent {
    text-decoration: underline
}

@media (min-width:992px) {
    #wissprog-filter-panel {
        --wp-open-filter: 1
    }
}

.lecture__languages,
.presentation__languages,
.session__languages {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end
}

.lecture__languages .wp-icon__lang,
.presentation__languages .wp-icon__lang,
.session__languages .wp-icon__lang {
    font-size: 1.1rem
}

.lecture__interpretations,
.presentation__interpretations,
.session__interpretations {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end
}

.lecture__interpretations .wp-icon__interpretation,
.presentation__interpretations .wp-icon__interpretation,
.session__interpretations .wp-icon__interpretation {
    font-size: 1.3rem
}

.w-schedule-modal .session__details__presentations .lecture__footer {
    display: flex
}

.w-schedule-modal .session__details__presentations .lecture__footer .wp-icon__lang {
    font-size: 1.1rem
}

.w-schedule-modal .session__details__presentations .lecture__footer .wp-icon__interpretation {
    font-size: 1.2rem
}

.wp-icons__enabled .lecture__interpretations__icon-group,
.wp-icons__enabled .lecture__languages__icon-group {
    align-content: center;
    display: flex;
    flex: 2rem 0;
    flex-direction: column;
    justify-content: space-between;
    margin: 0;
    padding: 0
}

.wp-icons__enabled .wp-icon__lang {
    font-size: 1em
}

.wp-icons__enabled .wp-icon__lang__text {
    display: inline;
    font-size: 70%;
    margin-top: 17%;
    text-align: center
}

.wp-icons__enabled .wp-icon__interpretation {
    font-size: 1.25em
}

.wp-icons__enabled .wp-icon__interpretation .svg-inline--fa {
    height: 1.5em;
    width: 2.2em
}

.wp-icons__enabled .wp-icon__interpretation__text {
    display: inline;
    font-size: 60%;
    margin-top: 22%;
    text-align: center
}

@media only screen and (min-width:600px) {

    .wp-icons__enabled .lecture__interpretations__icon-group,
    .wp-icons__enabled .lecture__languages__icon-group {
        flex-direction: row
    }

    .wp-icons__enabled .wp-icon__lang {
        font-size: 1.25em
    }

    .wp-icons__enabled .wp-icon__interpretation {
        font-size: 1.5em
    }
}

@media only screen and (min-width:960px) {
    .wp-icons__enabled .wp-icon__lang {
        font-size: 1.5em
    }

    .wp-icons__enabled .wp-icon__interpretation {
        font-size: 1.75em
    }
}

.wp-icons__enabled .session__room,
.wp-icons__enabled .session__time {
    display: flex;
    flex: 2em 0
}

.wp-icons__enabled .session__room svg,
.wp-icons__enabled .session__time svg {
    margin-right: .25rem;
    margin-top: .25rem
}

@media only screen and (max-width:480px) {

    .wp-icons__enabled .session__room svg,
    .wp-icons__enabled .session__time svg {
        display: none
    }
}

.ts-control {
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    box-sizing: border-box;
    flex-wrap: wrap;
    overflow: hidden;
    padding: 8px;
    position: relative;
    width: 100%;
    z-index: 1
}

.ts-wrapper.multi.has-items .ts-control {
    padding: 6px 8px 3px
}

.full .ts-control {
    background-color: #fff
}

.disabled .ts-control,
.disabled .ts-control * {
    cursor: default !important
}

.focus .ts-control {
    box-shadow: none
}

.ts-control>* {
    display: inline-block;
    vertical-align: baseline
}

.ts-wrapper.multi .ts-control>div {
    background: #f2f2f2;
    border: 0 solid #d0d0d0;
    color: #303030;
    cursor: pointer;
    margin: 0 3px 3px 0;
    padding: 2px 6px
}

.ts-wrapper.multi .ts-control>div.active {
    background: #e8e8e8;
    border: 0 solid #cacaca;
    color: #303030
}

.ts-wrapper.multi.disabled .ts-control>div,
.ts-wrapper.multi.disabled .ts-control>div.active {
    background: #fff;
    border: 0 solid #fff;
    color: #7d7d7d
}

.ts-control>input {
    background: none !important;
    border: 0 !important;
    box-shadow: none !important;
    display: inline-block !important;
    flex: 1 1 auto;
    line-height: inherit !important;
    margin: 0 !important;
    max-height: none !important;
    max-width: 100% !important;
    min-height: 0 !important;
    min-width: 7rem;
    padding: 0 !important;
    text-indent: 0 !important;
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    user-select: auto !important
}

.ts-control>input::-ms-clear {
    display: none
}

.ts-control>input:focus {
    outline: none !important
}

.has-items .ts-control>input {
    margin: 0 4px !important
}

.ts-control.rtl {
    text-align: right
}

.ts-control.rtl.single .ts-control:after {
    left: 15px;
    right: auto
}

.ts-control.rtl .ts-control>input {
    margin: 0 4px 0 -2px !important
}

.disabled .ts-control {
    background-color: #fafafa;
    opacity: .5
}

.input-hidden .ts-control>input {
    left: -10000px;
    opacity: 0;
    position: absolute
}

.ts-dropdown {
    background: #fff;
    border: 1px solid #d0d0d0;
    border-radius: 0 0 3px 3px;
    border-top: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    box-sizing: border-box;
    left: 0;
    margin: .25rem 0 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 10
}

.ts-dropdown [data-selectable] {
    cursor: pointer;
    overflow: hidden
}

.ts-dropdown [data-selectable] .highlight {
    background: rgba(125, 168, 208, .2);
    border-radius: 1px
}

.ts-dropdown .create,
.ts-dropdown .no-results,
.ts-dropdown .optgroup-header,
.ts-dropdown .option {
    padding: 5px 8px
}

.ts-dropdown .option,
.ts-dropdown [data-disabled],
.ts-dropdown [data-disabled] [data-selectable].option {
    cursor: inherit;
    opacity: .5
}

.ts-dropdown [data-selectable].option {
    cursor: pointer;
    opacity: 1
}

.ts-dropdown .optgroup:first-child .optgroup-header {
    border-top: 0
}

.ts-dropdown .optgroup-header {
    background: #fff;
    color: #303030;
    cursor: default
}

.ts-dropdown .active {
    background-color: #f5fafd;
    color: #495c68
}

.ts-dropdown .active.create {
    color: #495c68
}

.ts-dropdown .create {
    color: rgba(48, 48, 48, .5)
}

.ts-dropdown .spinner {
    display: inline-block;
    height: 30px;
    margin: 5px 8px;
    width: 30px
}

.ts-dropdown .spinner:after {
    animation: lds-dual-ring 1.2s linear infinite;
    border-color: #d0d0d0 transparent;
    border-radius: 50%;
    border-style: solid;
    border-width: 5px;
    content: " ";
    display: block;
    height: 24px;
    margin: 3px;
    width: 24px
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.ts-dropdown-content {
    max-height: 200px;
    overflow: hidden auto;
    scroll-behavior: smooth
}

.ts-wrapper.plugin-drag_drop .ts-dragging {
    color: transparent !important
}

.ts-wrapper.plugin-drag_drop .ts-dragging>* {
    visibility: hidden !important
}

.plugin-checkbox_options:not(.rtl) .option input {
    margin-right: .5rem
}

.plugin-checkbox_options.rtl .option input {
    margin-left: .5rem
}

.plugin-clear_button {
    --ts-pr-clear-button: 1em
}

.plugin-clear_button .clear-button {
    background: transparent !important;
    cursor: pointer;
    margin-right: 0 !important;
    opacity: 0;
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity .5s
}

.plugin-clear_button.form-select .clear-button,
.plugin-clear_button.single .clear-button {
    right: max(var(--ts-pr-caret), 8px)
}

.plugin-clear_button.focus.has-items .clear-button,
.plugin-clear_button:not(.disabled):hover.has-items .clear-button {
    opacity: 1
}

.ts-wrapper .dropdown-header {
    background: color-mix(#fff, #d0d0d0, 85%);
    border-bottom: 1px solid #d0d0d0;
    border-radius: 3px 3px 0 0;
    padding: 10px 8px;
    position: relative
}

.ts-wrapper .dropdown-header-close {
    color: #303030;
    font-size: 20px !important;
    line-height: 20px;
    margin-top: -12px;
    opacity: .4;
    position: absolute;
    right: 8px;
    top: 50%
}

.ts-wrapper .dropdown-header-close:hover {
    color: #000
}

.plugin-dropdown_input.focus.dropdown-active .ts-control {
    border: 1px solid #d0d0d0;
    box-shadow: none
}

.plugin-dropdown_input .dropdown-input {
    background: transparent;
    border: solid #d0d0d0;
    border-width: 0 0 1px;
    box-shadow: none;
    display: block;
    padding: 8px;
    width: 100%
}

.plugin-dropdown_input .items-placeholder {
    border: 0 !important;
    box-shadow: none !important;
    width: 100%
}

.plugin-dropdown_input.dropdown-active .items-placeholder,
.plugin-dropdown_input.has-items .items-placeholder {
    display: none !important
}

.ts-wrapper.plugin-input_autogrow.has-items .ts-control>input {
    min-width: 0
}

.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control>input {
    flex: none;
    min-width: 4px
}

.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control>input::-moz-placeholder {
    color: transparent
}

.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control>input::placeholder {
    color: transparent
}

.ts-dropdown.plugin-optgroup_columns .ts-dropdown-content {
    display: flex
}

.ts-dropdown.plugin-optgroup_columns .optgroup {
    border-right: 1px solid #f2f2f2;
    border-top: 0;
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0
}

.ts-dropdown.plugin-optgroup_columns .optgroup:last-child {
    border-right: 0
}

.ts-dropdown.plugin-optgroup_columns .optgroup:before {
    display: none
}

.ts-dropdown.plugin-optgroup_columns .optgroup-header {
    border-top: 0
}

.ts-wrapper.plugin-remove_button .item {
    align-items: center;
    display: inline-flex
}

.ts-wrapper.plugin-remove_button .item .remove {
    border-radius: 0 2px 2px 0;
    box-sizing: border-box;
    color: inherit;
    display: inline-block;
    padding: 0 6px;
    text-decoration: none;
    vertical-align: middle
}

.ts-wrapper.plugin-remove_button .item .remove:hover {
    background: rgba(0, 0, 0, .05)
}

.ts-wrapper.plugin-remove_button.disabled .item .remove:hover {
    background: none
}

.ts-wrapper.plugin-remove_button .remove-single {
    font-size: 23px;
    position: absolute;
    right: 0;
    top: 0
}

.ts-wrapper.plugin-remove_button:not(.rtl) .item {
    padding-right: 0 !important
}

.ts-wrapper.plugin-remove_button:not(.rtl) .item .remove {
    border-left: 1px solid #d0d0d0;
    margin-left: 6px
}

.ts-wrapper.plugin-remove_button:not(.rtl) .item.active .remove {
    border-left-color: #cacaca
}

.ts-wrapper.plugin-remove_button:not(.rtl).disabled .item .remove {
    border-left-color: #fff
}

.ts-wrapper.plugin-remove_button.rtl .item {
    padding-left: 0 !important
}

.ts-wrapper.plugin-remove_button.rtl .item .remove {
    border-right: 1px solid #d0d0d0;
    margin-right: 6px
}

.ts-wrapper.plugin-remove_button.rtl .item.active .remove {
    border-right-color: #cacaca
}

.ts-wrapper.plugin-remove_button.rtl.disabled .item .remove {
    border-right-color: #fff
}

:root {
    --ts-pr-clear-button: 0;
    --ts-pr-caret: 0;
    --ts-pr-min: .75rem
}

.ts-wrapper.single .ts-control,
.ts-wrapper.single .ts-control input {
    cursor: pointer
}

.ts-control:not(.rtl) {
    padding-right: max(var(--ts-pr-min), var(--ts-pr-clear-button) + var(--ts-pr-caret)) !important
}

.ts-control.rtl {
    padding-left: max(var(--ts-pr-min), var(--ts-pr-clear-button) + var(--ts-pr-caret)) !important
}

.ts-wrapper {
    position: relative
}

.ts-control,
.ts-control input,
.ts-dropdown {
    color: #303030;
    font-family: inherit;
    font-size: 13px;
    line-height: 18px
}

.ts-control,
.ts-wrapper.single.input-active .ts-control {
    background: #fff;
    cursor: text
}

.ts-hidden-accessible {
    clip: rect(0 0 0 0) !important;
    border: 0 !important;
    clip-path: inset(50%) !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important
}

.ts-wrapper.form-control,
.ts-wrapper.form-select {
    box-shadow: none;
    display: flex;
    height: auto;
    padding: 0 !important
}

.ts-dropdown,
.ts-dropdown.form-control,
.ts-dropdown.form-select {
    background: #fff;
    border: 1px solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-border-radius);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    height: auto;
    padding: 0;
    z-index: var(--bs-dropdown-zindex)
}

.ts-dropdown .optgroup-header {
    font-size: .875rem;
    line-height: var(--bs-line-height-base)
}

.ts-dropdown .optgroup:first-child:before {
    display: none
}

.ts-dropdown .optgroup:before {
    border-top: 1px solid var(--bs-dropdown-divider-bg);
    content: " ";
    display: block;
    height: 0;
    margin: var(--bs-dropdown-divider-margin-y) 0;
    margin-left: -8px;
    margin-right: -8px;
    overflow: hidden
}

.ts-dropdown .create {
    padding-left: 8px
}

.ts-dropdown-content {
    padding: 5px 0
}

.ts-control {
    align-items: center;
    box-shadow: none;
    display: flex;
    transition: var(--bs-input-transition)
}

.ts-control.dropdown -active {
    border-radius: 3px
}

.focus .ts-control {
    border-color: var(--bs-input-focus-border-color);
    box-shadow: var(--bs-input-box-shadow), var(--bs-input-focus-box-shadow);
    outline: 0
}

.ts-control .item {
    align-items: center;
    display: flex
}

.ts-wrapper {
    display: flex;
    min-height: var(--bs-input-height)
}

.input-group-sm>.ts-wrapper,
.ts-wrapper.form-control-sm,
.ts-wrapper.form-select-sm {
    min-height: var(--bs-input-height-sm)
}

.input-group-sm>.ts-wrapper .ts-control,
.ts-wrapper.form-control-sm .ts-control,
.ts-wrapper.form-select-sm .ts-control {
    border-radius: var(--bs-input-border-radius-sm);
    font-size: var(--bs-input-font-size-sm)
}

.input-group-sm>.ts-wrapper.has-items .ts-control,
.ts-wrapper.form-control-sm.has-items .ts-control,
.ts-wrapper.form-select-sm.has-items .ts-control {
    font-size: var(--bs-input-font-size-sm);
    padding-bottom: 0
}

.input-group-sm>.ts-wrapper.multi.has-items .ts-control,
.ts-wrapper.form-control-sm.multi.has-items .ts-control,
.ts-wrapper.form-select-sm.multi.has-items .ts-control {
    padding-top: calc(var(--bs-input-height-sm)/2 - 18px*var(--bs-input-font-size-sm)/2 - .03rem) !important
}

.ts-wrapper.multi.has-items .ts-control {
    --ts-pr-min: 2px;
    padding-left: 2px
}

.ts-wrapper.multi .ts-control>div {
    border-radius: 2px
}

.input-group-lg>.ts-wrapper,
.ts-wrapper.form-control-lg,
.ts-wrapper.form-select-lg {
    min-height: var(--bs-input-height-lg)
}

.ts-wrapper:not(.form-control):not(.form-select) {
    background: none;
    border: none;
    box-shadow: none;
    height: auto;
    padding: 0
}

.ts-wrapper:not(.form-control):not(.form-select).single .ts-control {
    background-image: var(--bs-form-select-bg-img);
    background-position: var(--bs-form-select-bg-position);
    background-repeat: no-repeat;
    background-size: var(--bs-form-select-bg-size)
}

.ts-wrapper.form-select,
.ts-wrapper.single {
    --ts-pr-caret: var(--bs-form-select-indicator-padding)
}

.ts-wrapper.form-control .ts-control,
.ts-wrapper.form-control.single.input-active .ts-control,
.ts-wrapper.form-select .ts-control,
.ts-wrapper.form-select.single.input-active .ts-control {
    border: none !important
}

.ts-wrapper.form-control:not(.disabled) .ts-control,
.ts-wrapper.form-control:not(.disabled).single.input-active .ts-control,
.ts-wrapper.form-select:not(.disabled) .ts-control,
.ts-wrapper.form-select:not(.disabled).single.input-active .ts-control {
    background: transparent !important
}

.input-group>.ts-wrapper {
    flex-grow: 1
}

.input-group>.ts-wrapper:not(:nth-child(2))>.ts-control {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group>.ts-wrapper:not(:last-child)>.ts-control {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.dropdown,
.dropdown-center,
.dropend,
.dropstart,
.dropup,
.dropup-center {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle:after {
    border-bottom: 0;
    border-left: .3em solid transparent;
    border-right: .3em solid transparent;
    border-top: .3em solid;
    content: "";
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em
}

.dropdown-toggle:empty:after {
    margin-left: 0
}

.dropdown-menu {
    --bs-dropdown-zindex: 1000;
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0.5rem;
    --bs-dropdown-spacer: 0.125rem;
    --bs-dropdown-font-size: calc(0.15625remrem + 1.125remvw);
    --bs-dropdown-color: var(--bs-body-color);
    --bs-dropdown-bg: var(--bs-body-bg);
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: var(--bs-border-radius);
    --bs-dropdown-border-width: var(--bs-border-width);
    --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: var(--bs-box-shadow);
    --bs-dropdown-link-color: var(--bs-body-color);
    --bs-dropdown-link-hover-color: var(--bs-body-color);
    --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0d6efd;
    --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.25rem;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: 0.5rem;
    background-clip: padding-box;
    background-color: var(--bs-dropdown-bg);
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius);
    color: var(--bs-dropdown-color);
    display: none;
    font-size: var(--bs-dropdown-font-size);
    list-style: none;
    margin: 0;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    position: absolute;
    text-align: left;
    z-index: var(--bs-dropdown-zindex)
}

@media (min-width:1200px) {
    .dropdown-menu {
        --bs-dropdown-font-size: 1rem
    }
}

.dropdown-menu[data-bs-popper] {
    left: 0;
    margin-top: var(--bs-dropdown-spacer);
    top: 100%
}

.dropdown-menu-start {
    --bs-position: start
}

.dropdown-menu-start[data-bs-popper] {
    left: 0;
    right: auto
}

.dropdown-menu-end {
    --bs-position: end
}

.dropdown-menu-end[data-bs-popper] {
    left: auto;
    right: 0
}

@media (min-width:576px) {
    .dropdown-menu-sm-start {
        --bs-position: start
    }

    .dropdown-menu-sm-start[data-bs-popper] {
        left: 0;
        right: auto
    }

    .dropdown-menu-sm-end {
        --bs-position: end
    }

    .dropdown-menu-sm-end[data-bs-popper] {
        left: auto;
        right: 0
    }
}

@media (min-width:768px) {
    .dropdown-menu-md-start {
        --bs-position: start
    }

    .dropdown-menu-md-start[data-bs-popper] {
        left: 0;
        right: auto
    }

    .dropdown-menu-md-end {
        --bs-position: end
    }

    .dropdown-menu-md-end[data-bs-popper] {
        left: auto;
        right: 0
    }
}

@media (min-width:992px) {
    .dropdown-menu-lg-start {
        --bs-position: start
    }

    .dropdown-menu-lg-start[data-bs-popper] {
        left: 0;
        right: auto
    }

    .dropdown-menu-lg-end {
        --bs-position: end
    }

    .dropdown-menu-lg-end[data-bs-popper] {
        left: auto;
        right: 0
    }
}

@media (min-width:1200px) {
    .dropdown-menu-xl-start {
        --bs-position: start
    }

    .dropdown-menu-xl-start[data-bs-popper] {
        left: 0;
        right: auto
    }

    .dropdown-menu-xl-end {
        --bs-position: end
    }

    .dropdown-menu-xl-end[data-bs-popper] {
        left: auto;
        right: 0
    }
}

@media (min-width:1400px) {
    .dropdown-menu-xxl-start {
        --bs-position: start
    }

    .dropdown-menu-xxl-start[data-bs-popper] {
        left: 0;
        right: auto
    }

    .dropdown-menu-xxl-end {
        --bs-position: end
    }

    .dropdown-menu-xxl-end[data-bs-popper] {
        left: auto;
        right: 0
    }
}

.dropup .dropdown-menu[data-bs-popper] {
    bottom: 100%;
    margin-bottom: var(--bs-dropdown-spacer);
    margin-top: 0;
    top: auto
}

.dropup .dropdown-toggle:after {
    border-bottom: .3em solid;
    border-left: .3em solid transparent;
    border-right: .3em solid transparent;
    border-top: 0;
    content: "";
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em
}

.dropup .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropend .dropdown-menu[data-bs-popper] {
    left: 100%;
    margin-left: var(--bs-dropdown-spacer);
    margin-top: 0;
    right: auto;
    top: 0
}

.dropend .dropdown-toggle:after {
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
    border-right: 0;
    border-top: .3em solid transparent;
    content: "";
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em
}

.dropend .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropend .dropdown-toggle:after {
    vertical-align: 0
}

.dropstart .dropdown-menu[data-bs-popper] {
    left: auto;
    margin-right: var(--bs-dropdown-spacer);
    margin-top: 0;
    right: 100%;
    top: 0
}

.dropstart .dropdown-toggle:after {
    content: "";
    display: inline-block;
    display: none;
    margin-left: .255em;
    vertical-align: .255em
}

.dropstart .dropdown-toggle:before {
    border-bottom: .3em solid transparent;
    border-right: .3em solid;
    border-top: .3em solid transparent;
    content: "";
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em
}

.dropstart .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropstart .dropdown-toggle:before {
    vertical-align: 0
}

.dropdown-divider {
    border-top: 1px solid var(--bs-dropdown-divider-bg);
    height: 0;
    margin: var(--bs-dropdown-divider-margin-y) 0;
    opacity: 1;
    overflow: hidden
}

.dropdown-item {
    background-color: transparent;
    border: 0;
    border-radius: var(--bs-dropdown-item-border-radius, 0);
    clear: both;
    color: var(--bs-dropdown-link-color);
    display: block;
    font-weight: 400;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    width: 100%
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: var(--bs-dropdown-link-hover-bg);
    color: var(--bs-dropdown-link-hover-color)
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: var(--bs-dropdown-link-active-bg);
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    background-color: transparent;
    color: var(--bs-dropdown-link-disabled-color);
    pointer-events: none
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    color: var(--bs-dropdown-header-color);
    display: block;
    font-size: calc(.14375remrem + .975remvw);
    margin-bottom: 0;
    padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
    white-space: nowrap
}

@media (min-width:1200px) {
    .dropdown-header {
        font-size: .875rem
    }
}

.dropdown-item-text {
    color: var(--bs-dropdown-link-color);
    display: block;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x)
}

.dropdown-menu-dark {
    --bs-dropdown-color: #dee2e6;
    --bs-dropdown-bg: #343a40;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-box-shadow: ;
    --bs-dropdown-link-color: #dee2e6;
    --bs-dropdown-link-hover-color: #fff;
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-link-hover-bg: hsla(0, 0%, 100%, .15);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0d6efd;
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-header-color: #adb5bd
}

.wp-toolbar-filter-panel {
    background: var(--bs-primary-bg-subtle)
}

.wissprog-toolbar {
    margin-bottom: 3rem
}

.wissprog-toolbar button {
    border-radius: 0
}

.wissprog-toolbar__filter-container {
    display: flex;
    gap: 1rem
}

@media (max-width:991.98px) {
    .wissprog-toolbar__filter-container {
        display: block;
        gap: .5rem
    }
}

.wissprog-toolbar__filters {
    align-content: flex-start;
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin-bottom: 1rem
}

@media (min-width:992px) {
    .wissprog-toolbar__filters {
        margin-bottom: 0
    }
}

.wissprog-toolbar__filters .filter-label {
    flex: 0 0 100%;
    font-size: .8rem;
    margin-bottom: 0;
    text-transform: uppercase
}

.wissprog-toolbar__filters__formats .dropdown-menu,
.wissprog-toolbar__filters__search .dropdown-menu,
.wissprog-toolbar__filters__societies .dropdown-menu {
    padding: 1rem
}

.wissprog-toolbar__filters__search .dropdown-menu {
    min-width: 300px
}

@media (max-width:575.98px) {
    .wissprog-toolbar__filters__search .dropdown-menu {
        margin-left: -50px !important;
        min-width: 240px
    }
}

.wissprog-toolbar__filters .wissprog-toolbar__selector .dropdown-toggle:after {
    margin-left: 1.5rem;
    margin-top: .5rem
}

.wissprog-toolbar__filters .wissprog-toolbar__selector .dropdown-menu {
    min-width: 240px;
    padding: .5rem
}

.wissprog-toolbar__filters .wissprog-toolbar__selector-actions {
    display: none
}

@media (min-width:992px) {
    .wissprog-toolbar__filters .wissprog-toolbar__selector-actions {
        display: flex;
        justify-content: space-between;
        margin-top: 1rem
    }
}

.wissprog-toolbar__item .ts-wrapper {
    display: flex !important;
    flex-direction: column
}

.wissprog-toolbar__item .ts-wrapper .ts-dropdown {
    box-shadow: none;
    position: relative
}

.wissprog-toolbar__item .ts-wrapper .ts-dropdown-content {
    max-height: 120px
}

.wissprog-toolbar__item .ts-wrapper.multi .ts-control>div {
    display: flex;
    width: 100%
}

.wissprog-toolbar__item .ts-wrapper.plugin-remove_button:not(.rtl) .item .remove {
    margin-left: auto
}

@media (max-width:991.98px) {
    .wissprog-toolbar__item {
        margin-top: .5rem
    }
}

.lecture-sponsors,
.session-sponsors {
    --wp-sponsor-max-width: 140px;
    --wp-sponsor-logo-max-height: 45px;
    margin-top: 1rem
}

.lecture-sponsors a,
.session-sponsors a {
    text-decoration: none
}

.lecture-sponsors .badge,
.session-sponsors .badge {
    background: var(--format-background);
    border-radius: var(--format-text-color);
    margin-bottom: 1rem;
    opacity: .5
}

.lecture-sponsors__container,
.session-sponsors__container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.lecture-sponsors .sponsors__sponsor,
.session-sponsors .sponsors__sponsor {
    margin-right: 2rem;
    max-width: var(--wp-sponsor-max-width);
    text-align: center
}

.lecture-sponsors .sponsors__sponsor a,
.lecture-sponsors .sponsors__sponsor figcaption,
.session-sponsors .sponsors__sponsor a,
.session-sponsors .sponsors__sponsor figcaption {
    font-size: .75rem;
    margin-bottom: .5rem;
    text-align: center
}

.lecture-sponsors .sponsors__sponsor.sponsors__sponsor__noimage a,
.session-sponsors .sponsors__sponsor.sponsors__sponsor__noimage a {
    display: flex
}

.lecture-sponsors .sponsors__sponsor img,
.session-sponsors .sponsors__sponsor img {
    margin-top: auto;
    max-height: var(--wp-sponsor-logo-max-height);
}

.lecture-sponsors figure.sponsors__sponsor a,
.session-sponsors figure.sponsors__sponsor a {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between
}

.lecture-sponsors figure.sponsors__sponsor a img,
.session-sponsors figure.sponsors__sponsor a img {
    align-self: center
}

.session-societies {
    margin-top: 1rem
}

.session-societies .badge {
    background: var(--format-background);
    border-radius: var(--format-text-color);
    margin-bottom: 1rem;
    opacity: .5
}

.session-societies a {
    text-decoration: none
}

.session-societies__society {
    margin-bottom: 1rem
}

.session-societies__society figcaption {
    font-size: .75rem;
    margin-top: .5rem
}

.session-societies__horizontal {
    display: flex;
    flex-direction: row
}

.session-societies__horizontal .session-societies__society {
    margin-right: 2rem;
    text-align: center
}

.session-societies__horizontal .session-societies__society figcaption {
    text-align: center
}

.wissprog__table .session__title {
    font-size: 1.3rem;
    font-weight: 700
}

.wissprog__table .session__subtitle {
    font-size: 1.1rem;
    font-weight: 700
}

.wissprog__table .session__time {
    font-size: 1rem;
    font-weight: 700
}

.wissprog__table .session__cell__tools {
    text-align: right
}

.wissprog__table .lecture__title {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0
}

.wissprog__table .lecture__subtitle {
    font-size: 1rem;
    font-weight: 400
}

.wissprog__table tbody tr td.session__cell__meta {
    width: 10vw
}

.wissprog__table .session__room {
    line-height: 1.1
}

.wissprog__table .session__room span {
    font-size: 95%
}

.wissprog__table tr.session__head {
    background: var(--format-background);
    color: var(--format-background-text-color)
}

.wissprog__table tr.session__head td {
    background: transparent;
    color: inherit
}

.wissprog__table tr.session__head .session__title {
    color: var(--format-background-text-color)
}

.wissprog__table .session__format,
.wissprog__table tr.lecture .lecture__title {
    color: var(--format-text-color)
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.collapsing.collapse-horizontal {
    height: auto;
    transition: width .35s ease;
    width: 0
}

@media (prefers-reduced-motion:reduce) {
    .collapsing.collapse-horizontal {
        transition: none
    }
}

.modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: 0.5rem;
    --bs-modal-color: ;
    --bs-modal-bg: var(--bs-body-bg);
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: var(--bs-border-width);
    --bs-modal-border-radius: var(--bs-border-radius-lg);
    --bs-modal-box-shadow: var(--bs-box-shadow-sm);
    --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: var(--bs-border-width);
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: 0.5rem;
    --bs-modal-footer-bg: ;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: var(--bs-border-width);
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: var(--bs-modal-zindex)
}

.modal-dialog {
    margin: var(--bs-modal-margin);
    pointer-events: none;
    position: relative;
    width: auto
}

.modal.fade .modal-dialog {
    transform: translateY(-50px);
    transition: transform .3s ease-out
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    height: calc(100% - var(--bs-modal-margin)*2)
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    align-items: center;
    display: flex;
    min-height: calc(100% - var(--bs-modal-margin)*2)
}

.modal-content {
    background-clip: padding-box;
    background-color: var(--bs-modal-bg);
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    color: var(--bs-modal-color);
    display: flex;
    flex-direction: column;
    outline: 0;
    pointer-events: auto;
    position: relative;
    width: 100%
}

.modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: 0.5;
    background-color: var(--bs-backdrop-bg);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: var(--bs-backdrop-zindex)
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity)
}

.modal-header {
    align-items: center;
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius);
    display: flex;
    flex-shrink: 0;
    padding: var(--bs-modal-header-padding)
}

.modal-header .btn-close {
    margin: calc(var(--bs-modal-header-padding-y)*-.5) calc(var(--bs-modal-header-padding-x)*-.5) calc(var(--bs-modal-header-padding-y)*-.5) auto;
    padding: calc(var(--bs-modal-header-padding-y)*.5) calc(var(--bs-modal-header-padding-x)*.5)
}

.modal-title {
    line-height: var(--bs-modal-title-line-height);
    margin-bottom: 0
}

.modal-body {
    flex: 1 1 auto;
    padding: var(--bs-modal-padding);
    position: relative
}

.modal-footer {
    align-items: center;
    background-color: var(--bs-modal-footer-bg);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap)*.5)
}

.modal-footer>* {
    margin: calc(var(--bs-modal-footer-gap)*.5)
}

@media (min-width:576px) {
    .modal {
        --bs-modal-margin: 1.75rem;
        --bs-modal-box-shadow: var(--bs-box-shadow)
    }

    .modal-dialog {
        margin-left: auto;
        margin-right: auto;
        max-width: var(--bs-modal-width)
    }

    .modal-sm {
        --bs-modal-width: 300px
    }
}

@media (min-width:992px) {

    .modal-lg,
    .modal-xl {
        --bs-modal-width: 800px
    }
}

@media (min-width:1200px) {
    .modal-xl {
        --bs-modal-width: 1140px
    }
}

.modal-fullscreen {
    height: 100%;
    margin: 0;
    max-width: none;
    width: 100vw
}

.modal-fullscreen .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%
}

.modal-fullscreen .modal-footer,
.modal-fullscreen .modal-header {
    border-radius: 0
}

.modal-fullscreen .modal-body {
    overflow-y: auto
}

@media (max-width:575.98px) {
    .modal-fullscreen-sm-down {
        height: 100%;
        margin: 0;
        max-width: none;
        width: 100vw
    }

    .modal-fullscreen-sm-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%
    }

    .modal-fullscreen-sm-down .modal-footer,
    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width:767.98px) {
    .modal-fullscreen-md-down {
        height: 100%;
        margin: 0;
        max-width: none;
        width: 100vw
    }

    .modal-fullscreen-md-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%
    }

    .modal-fullscreen-md-down .modal-footer,
    .modal-fullscreen-md-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width:991.98px) {
    .modal-fullscreen-lg-down {
        height: 100%;
        margin: 0;
        max-width: none;
        width: 100vw
    }

    .modal-fullscreen-lg-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%
    }

    .modal-fullscreen-lg-down .modal-footer,
    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width:1199.98px) {
    .modal-fullscreen-xl-down {
        height: 100%;
        margin: 0;
        max-width: none;
        width: 100vw
    }

    .modal-fullscreen-xl-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%
    }

    .modal-fullscreen-xl-down .modal-footer,
    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width:1399.98px) {
    .modal-fullscreen-xxl-down {
        height: 100%;
        margin: 0;
        max-width: none;
        width: 100vw
    }

    .modal-fullscreen-xxl-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%
    }

    .modal-fullscreen-xxl-down .modal-footer,
    .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto
    }
}

.w-schedule {
    overflow: hidden;
    position: relative
}

.w-schedule__controls {
    align-items: center;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0
}

.w-schedule__control-wrapper {
    flex-basis: 0;
    flex-grow: 1
}

.w-schedule__control {
    color: inherit;
    display: block;
    padding: 2vw 0;
    text-align: center;
    text-decoration: none;
    transition: .2s;
    width: 100%
}

.w-schedule__control:focus {
    outline: none
}

.w-schedule__days {
    position: relative;
    z-index: 900
}

.w-schedule__day {
    pointer-events: none;
    position: relative
}

.w-schedule__col-label,
.w-schedule__day.is-hidden {
    display: none
}

.w-schedule__events {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative
}

.w-schedule__event {
    border-color: hsl(from var(--format-background) h s calc(l - 15));
    border-left-style: solid;
    border-left-width: 4px;
    color: inherit;
    display: block;
    padding: 1rem;
    pointer-events: auto;
    text-decoration: none;
    transition: .3s;
    z-index: 950
}

.w-schedule__event:hover {
    box-shadow: rgba(var(--bs-primary-rgb), .4) 0 2px 4px, rgba(var(--bs-primary-rgb), .3) 0 7px 13px -3px, rgba(var(--bs-primary-rgb), .2) 0 -3px 0 inset;
    min-height: calc(var(--w-schedule-row-height)*(60/var(--w-schedule-row-interval) - 1));
    z-index: 960
}

.w-schedule__event.oc-attach-loader:after {
    position: absolute;
    right: 5px;
    top: 5px
}

.w-schedule__event__title {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    height: 80%;
    line-height: 1.25;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal
}

.session__passive .w-schedule__event {
    z-index: 800
}

.w-schedule-scroll-control,
.w-schedule__grid,
.w-schedule__grid-row-label,
.w-schedule__grid__label {
    display: none
}

.js-tabs__controls {
    display: flex;
    flex-direction: row
}

.js-tabs__controls label {
    flex-grow: 1;
    padding-right: .5rem;
    white-space: nowrap
}

#js-tabs__controls__select {
    font-size: 1.1rem;
    margin-bottom: .5rem;
    width: 100%
}

@media (min-width:768px) {

    .js .js-tabs__controls,
    .js .w-schedule__controls {
        display: none
    }

    .js .w-schedule__days {
        display: flex;
        height: calc((var(--w-schedule-row-nr) + 2)*var(--w-schedule-row-height))
    }

    .js .w-schedule__day {
        border-left-width: 1px;
        display: block !important;
        flex-basis: 0;
        flex-grow: 1;
        min-width: var(--w-schedule-row-width);
        padding-top: 0
    }

    .js .w-schedule__day:last-child {
        border-right-width: 1px
    }

    .js .w-schedule__col-label {
        align-items: center;
        display: flex;
        height: 60px;
        justify-content: center
    }

    .js .w-schedule__event-wrapper {
        margin-bottom: 0 !important
    }

    .js .w-schedule__event {
        height: var(--w-schedule-event-height, auto);
        left: 0;
        min-height: calc(var(--w-schedule-row-height)*2);
        position: absolute;
        top: var(--w-schedule-event-top, initial);
        width: 100%
    }

    .js .w-schedule__grid {
        display: block;
        left: 0;
        position: absolute;
        top: 60px;
        width: 100%;
        z-index: -1
    }

    .js .w-schedule__grid-row {
        height: calc(var(--w-schedule-row-height)*var(--w-schedule-interval-duration));
        position: relative
    }

    .js .w-schedule__grid-row:not(:last-child):after {
        bottom: 0;
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        width: 100%
    }

    .js .w-schedule__grid__label__container {
        background: var(--bs-body-bg);
        display: block;
        left: 0;
        padding-top: 60px;
        position: absolute;
        top: 0;
        width: 60px;
        z-index: 5
    }

    .js .w-schedule__grid__label__container .w-schedule__grid-row {
        height: calc(var(--w-schedule-row-height)*var(--w-schedule-interval-duration))
    }

    .js .w-schedule__grid__label__container .w-schedule__grid-row:after {
        content: unset
    }
}

@media (min-width:992px) {
    .js #w-schedule-scroll-container {
        overflow-x: scroll
    }

    .js .w-schedule-scroll-control {
        display: flex;
        justify-content: space-between;
        margin-top: -3rem;
        pointer-events: none;
        position: sticky;
        top: 80px;
        transform: translateY(40px);
        width: 100%;
        z-index: 980
    }

    .js .w-schedule-scroll-control button {
        box-shadow: 0 1px 1px rgba(0, 0, 0, .08), 0 2px 2px rgba(0, 0, 0, .12), 0 4px 4px rgba(0, 0, 0, .16), 0 8px 8px rgba(0, 0, 0, .2);
        font-size: 1.2rem;
        opacity: .6;
        pointer-events: all;
        z-index: 540
    }

    .js .w-schedule-scroll-control button i,
    .js .w-schedule-scroll-control button svg {
        pointer-events: none
    }

    .js .w-schedule__days {
        margin-left: 60px
    }

    .js .w-schedule__days section:not(:first-child) .session__passive .w-schedule__event {
        display: none
    }

    .js .w-schedule__days section:first-child .session__passive .w-schedule__event {
        width: calc(var(--w-schedule-room-nr)*100%)
    }

    .js .w-schedule__grid-row:not(:last-child):after {
        left: 60px;
        width: calc(100% - 60px)
    }

    .js .w-schedule__grid__label {
        border-top: 1px solid var(--bs-gray-400);
        display: block;
        padding-top: .125rem
    }
}

html:not(.js) .w-schedule__col-label {
    display: block
}

.mw-schedule-modal .session {
    display: flex;
    flex-direction: column;
    outline: 0;
    pointer-events: auto;
    position: relative;
    width: 100%
}

.mw-schedule-modal .modal-header {
    align-items: stretch;
    width: 100%
}

.mw-schedule-modal .modal-header div:first-child {
    flex-grow: 1
}

.mw-schedule-modal .modal-header .session__meta__row div {
    margin-right: 1rem
}

.mw-schedule-modal .modal-header .btn-close {
    color: var(--format-color)
}

.mw-schedule-modal .modal-header .session__meta__row .session__time {
    margin-right: 2rem
}

.mw-schedule-modal .modal-header .session__modal-header__actions {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.mw-schedule-modal .session__description {
    margin-top: 1rem
}

.mw-schedule-modal .timeline-container {
    box-shadow: 0 7px 29px 0 hsla(240, 5%, 41%, .2);
    margin-top: 2rem;
    padding-bottom: 1rem;
    padding-top: 1rem
}

.mw-schedule-modal .lecture__time {
    margin-bottom: .25rem
}

.mw-schedule-modal .session__chairpersons {
    display: flex
}

.mw-schedule-modal .session__chairpersons abbr {
    margin-right: .25rem
}

.mw-schedule-modal .session__title {
    margin-bottom: .5rem
}

.mw-schedule-modal .session__title small {
    display: block
}

.mw-schedule-modal .session__meta {
    margin: -1rem -1rem -2rem;
    padding: 1rem 1rem 3rem
}

.mw-schedule-modal .session__meta__row {
    display: flex;
    margin-bottom: .25rem
}

.mw-schedule-modal .session__room,
.mw-schedule-modal .session__time {
    white-space: nowrap
}

.mw-schedule-modal .w-schedule-modal-footer {
    justify-content: space-between
}

.mw-schedule-modal .session__details__presentations.timeline-container .timeline-item .lecture__time i,
.mw-schedule-modal .session__details__presentations.timeline-container .timeline-item .lecture__time svg {
    background: var(--format-background);
    border-radius: 100%;
    margin-left: -2.55rem;
    margin-right: 2.55rem
}

.mw-schedule-modal .session__details__presentations.timeline-container .timeline-item .lecture__time .lecture__time__label {
    margin-left: -1.25rem
}

.mw-schedule-modal .session__details__presentations.timeline-container .timeline-item:has(.lecture__time):after {
    display: none
}

.mw-schedule-modal .session__subtitle {
    display: block
}

.session.placeholder-glow {
    transition: all .5s ease-out
}

.mw-schedule-modal {
    transform: scale(.6);
    transition: all .3s ease-in-out
}

.mw-schedule-modal.session-loaded {
    transform: scale(1)
}

.mw-schedule-modal.session-loaded .session.placeholder-glow {
    opacity: 0
}

.mw-schedule-modal .lecture__languages .badge {
    background-color: var(--bs-primary)
}

.w-schedule__day {
    border-left-color: var(--bs-gray-400);
    border-left-style: solid
}

.w-schedule__grid-row:not(:last-child):after {
    background-color: var(--bs-gray-400)
}

.w-schedule__col-label {
    background-color: var(--bs-gray-300);
    position: sticky;
    top: 0;
    z-index: 1020
}

.session__details__presentations.timeline-container {
    border-left: 1px solid var(--bs-gray-500);
    list-style: none;
    margin-left: .5rem;
    position: relative
}

.session__details__presentations.timeline-container .timeline-item {
    margin-bottom: 1.5rem
}

.session__details__presentations.timeline-container .timeline-item:after {
    background-color: var(--format-background);
    border-radius: 50%;
    content: "";
    display: block;
    height: 1rem;
    left: -2.55rem;
    position: absolute;
    top: .25rem;
    width: 1rem
}

.session__details__presentations.timeline-container .timeline-item__date {
    color: var(--bs-gray-400);
    font-weight: 700;
    margin: 0
}

@media (prefers-contrast:more) {
    .session__details__presentations.timeline-container .timeline-item__date {
        color: inherit
    }
}

.session__details__presentations.timeline-container .timeline-item .lecture__description {
    margin: 1rem .25rem
}

.session__details__presentations.timeline-container .timeline-item__title {
    margin-bottom: .5rem;
    text-transform: none
}

.session__details__presentations.timeline-container .timeline-item__muted .timeline-item__content,
.session__details__presentations.timeline-container .timeline-item__muted .timeline-item__date,
.session__details__presentations.timeline-container .timeline-item__muted .timeline-item__title {
    opacity: .5
}

.program-calendar .session,
.program-calendar .session .session__details__presentations.timeline-container,
.w-schedule .session,
.w-schedule .session .session__details__presentations.timeline-container {
    background: var(--format-background);
    color: var(--format-background-text-color)
}

.mw-schedule-modal .session .modal-header {
    background: var(--format-background)
}

.mw-schedule-modal .session .modal-header .session__meta__row,
.mw-schedule-modal .session .modal-header .session__subtitle,
.mw-schedule-modal .session .modal-header .session__title {
    color: var(--format-background-text-color)
}

.mw-schedule-modal .timeline-item:after {
    background: var(--format-background)
}

.mw-schedule-modal .lecture__title {
    color: var(--format-text-color)
}

.mw-schedule-modal.session-loading .mw-schedule-modal-placeholder {
    display: block
}

.mw-schedule-modal.session-loaded .mw-schedule-modal-placeholder,
.mw-schedule-modal.session-loading .mw-schedule-modal-content {
    display: none
}

.mw-schedule-modal.session-loaded .mw-schedule-modal-content {
    display: block
}