/* @license GNU-GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.youtube-cookies-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    bottom: 0;
}

.youtube-cookies-popup-box {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    max-height: 100vh;
    margin-left: auto;
    margin-right: auto;
    overflow-y: auto;
}

.youtube-cookies-popup-box-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.youtube-cookies__iframe-container, .youtube-cookies__iframe-container div.youtube-cookies__iframe--iframe-field {
    position: relative;
}

.youtube-cookies__iframe[data-yc-iframe-processed="1"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.youtube-cookies__thumbnail {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    display: block;
}

.youtube-cookies__thumbnail__picture img {
    height: 100%;
    width: 100%;
    object-fit: fill;
}

.youtube_cookies__play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ajax-progress {
    display: inline-block;
    padding: 1px 5px 2px 5px;
}

[dir="rtl"] .ajax-progress {
    float: right;
}

.ajax-progress-throbber .throbber {
    display: inline;
    padding: 1px 6px 2px;
    background: transparent url(../image/throbber-active.gif) no-repeat 0 center;
}

.ajax-progress-throbber .message {
    display: inline;
    padding: 1px 5px 2px;
}

tr .ajax-progress-throbber .throbber {
    margin: 0 2px;
}

.ajax-progress-bar {
    width: 16em;
}

.ajax-progress-fullscreen {
    position: fixed;
    z-index: 1261;
    top: 48.5%;
    left: 49%;
    width: 24px;
    height: 24px;
    padding: 4px;
    opacity: 0.9;
    border-radius: 7px;
    background-color: #232323;
    background-image: url(../image/loading-small.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

[dir="rtl"] .ajax-progress-fullscreen {
    right: 49%;
    left: auto;
}

.text-align-left {
    text-align: left;
}

.text-align-right {
    text-align: right;
}

.text-align-center {
    text-align: center;
}

.text-align-justify {
    text-align: justify;
}

.align-left {
    float: left;
}

.align-right {
    float: right;
}

.align-center {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.js input.form-autocomplete {
    background-image: url(../image/throbber-inactive.png);
    background-repeat: no-repeat;
    background-position: 100% center;
}

.js[dir="rtl"] input.form-autocomplete {
    background-position: 0% center;
}

.js input.form-autocomplete.ui-autocomplete-loading {
    background-image: url(../image/throbber-active.gif);
    background-position: 100% center;
}

.js[dir="rtl"] input.form-autocomplete.ui-autocomplete-loading {
    background-position: 0% center;
}

.fieldgroup {
    padding: 0;
    border-width: 0;
}

.container-inline div, .container-inline label {
    display: inline-block;
}

.container-inline .details-wrapper {
    display: block;
}

.container-inline .hidden {
    display: none;
}

.clearfix::after {
    display: table;
    clear: both;
    content: "";
}

.js details:not([open]) .details-wrapper {
    display: none;
}

.hidden {
    display: none;
}

.visually-hidden {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
    word-wrap: normal;
}

.visually-hidden.focusable:active, .visually-hidden.focusable:focus {
    position: static !important;
    overflow: visible;
    clip: auto;
    width: auto;
    height: auto;
}

.invisible {
    visibility: hidden;
}

.item-list__comma-list, .item-list__comma-list li {
    display: inline;
}

.item-list__comma-list {
    margin: 0;
    padding: 0;
}

.item-list__comma-list li::after {
    content: ", ";
}

.item-list__comma-list li:last-child::after {
    content: "";
}

.js .js-hide {
    display: none;
}

.js-show {
    display: none;
}

.js .js-show {
    display: block;
}

@media (scripting: enabled) {
    .js-hide.js-hide {
        display: none;
    }

    .js-show {
        display: block;
    }
}

.nowrap {
    white-space: nowrap;
}

.position-container {
    position: relative;
}

.reset-appearance {
    margin: 0;
    padding: 0;
    border: 0 none;
    background: transparent;
    line-height: inherit;
    -webkit-appearance: none;
    appearance: none;
}

.resize-none {
    resize: none;
}

.resize-vertical {
    min-height: 2em;
    resize: vertical;
}

.resize-horizontal {
    max-width: 100%;
    resize: horizontal;
}

.resize-both {
    max-width: 100%;
    min-height: 2em;
    resize: both;
}

table.sticky-header {
    z-index: 500;
    top: 0;
    margin-top: 0;
    background-color: #fff;
}

.system-status-counter__status-icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: middle;
}

.system-status-counter__status-icon::before {
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background-repeat: no-repeat;
    background-position: center 2px;
    background-size: 16px;
}

.system-status-counter__status-icon--error::before {
    background-image: url(../image/error.svg);
}

.system-status-counter__status-icon--warning::before {
    background-image: url(../image/warning.svg);
}

.system-status-counter__status-icon--checked::before {
    background-image: url(../image/check.svg);
}

.system-status-report-counters__item {
    width: 100%;
    margin-bottom: 0.5em;
    padding: 0.5em 0;
    text-align: center;
    white-space: nowrap;
    background-color: rgba(0, 0, 0, 0.063);
}

@media screen and (min-width: 60em) {
    .system-status-report-counters {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .system-status-report-counters__item--half-width {
        width: 49%;
    }

    .system-status-report-counters__item--third-width {
        width: 33%;
    }
}

.system-status-general-info__item {
    margin-top: 1em;
    padding: 0 1em 1em;
    border: 1px solid #ccc;
}

.system-status-general-info__item-title {
    border-bottom: 1px solid #ccc;
}

body.drag {
    cursor: move;
}

tr.region-title {
    font-weight: bold;
}

tr.region-message {
    color: #999;
}

tr.region-populated {
    display: none;
}

tr.add-new .tabledrag-changed {
    display: none;
}

.draggable a.tabledrag-handle {
    float: left;
    overflow: hidden;
    height: 1.7em;
    margin-left: -1em;
    cursor: move;
    text-decoration: none;
}

[dir="rtl"] .draggable a.tabledrag-handle {
    float: right;
    margin-right: -1em;
    margin-left: 0;
}

a.tabledrag-handle:hover {
    text-decoration: none;
}

a.tabledrag-handle .handle {
    width: 14px;
    height: 14px;
    margin: -0.4em 0.5em 0;
    padding: 0.42em 0.5em;
    background: url(../image/move.svg) no-repeat 6px 7px;
}

a.tabledrag-handle:hover .handle, a.tabledrag-handle:focus .handle {
    background-image: url(../image/move1.svg);
}

@media (forced-colors: active) {
    a.tabledrag-handle .handle, a.tabledrag-handle:hover .handle, a.tabledrag-handle:focus .handle {
        background: linktext;
        -webkit-mask: url(../image/move.svg) no-repeat 6px 7px;
        mask: url(../image/move.svg) no-repeat 6px 7px;
    }

    a.tabledrag-handle:focus {
        outline: solid 1px transparent;
    }
}

.touchevents .draggable td {
    padding: 0 10px;
}

.touchevents .draggable .menu-item__link {
    display: inline-block;
    padding: 10px 0;
}

.touchevents a.tabledrag-handle {
    width: 40px;
    height: 44px;
}

.touchevents a.tabledrag-handle .handle {
    height: 21px;
    background-position: 40% 19px;
}

[dir="rtl"] .touch a.tabledrag-handle .handle {
    background-position: right 40% top 19px;
}

.touchevents .draggable.drag a.tabledrag-handle .handle {
    background-position: 50% -32px;
}

.tabledrag-toggle-weight-wrapper {
    text-align: right;
}

[dir="rtl"] .tabledrag-toggle-weight-wrapper {
    text-align: left;
}

.indentation {
    float: left;
    width: 20px;
    height: 1.7em;
    margin: -0.4em 0.2em -0.4em -0.4em;
    padding: 0.42em 0 0.42em 0.6em;
}

[dir="rtl"] .indentation {
    float: right;
    margin: -0.4em -0.4em -0.4em 0.2em;
    padding: 0.42em 0.6em 0.42em 0;
}

.tablesort {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: 100%;
}

.tablesort--asc {
    background-image: url(../image/twistie-down.svg);
}

.tablesort--desc {
    background-image: url(../image/twistie-up.svg);
}

div.tree-child {
    background: url(../image/tree.png) no-repeat 11px center;
}

div.tree-child-last {
    background: url(../image/tree-bottom.png) no-repeat 11px center;
}

[dir="rtl"] div.tree-child, [dir="rtl"] div.tree-child-last {
    background-position: -65px center;
}

div.tree-child-horizontal {
    background: url(../image/tree.png) no-repeat -11px center;
}

.views-align-left {
    text-align: left;
}

.views-align-right {
    text-align: right;
}

.views-align-center {
    text-align: center;
}

.views-view-grid .views-col {
    float: left;
}

.views-view-grid .views-row {
    float: left;
    clear: both;
    width: 100%;
}

.views-display-link + .views-display-link {
    margin-left: 0.5em;
}

.media-oembed-content {
    max-width: 100%;
}

:root {
    --youtube-cookies-color-primary: #2d5eb5;
    --youtube-cookies-color-secondary: white;
    --youtube-cookies-popup-overlay-bg: rgba(0, 0, 0, 0.5);
    --youtube-cookies-popup-bg: var(--youtube-cookies-color-secondary);
    --youtube-cookies-popup-max-width: 1066px;
    --youtube-cookies-popup-spacing: 30px;
    --youtube-cookies-popup-buttons-gap: 2em;
    --youtube-cookies-button-padding: .7em 1em;
    --youtube-cookies-button-border: solid 2px;
    --youtube-cookies-button-border-radius: 3em;
    --youtube-cookies-button-font-weight: bold;
    --youtube-cookies-button-bg: var(--youtube-cookies-color-secondary);
    --youtube-cookies-button-color: var(--youtube-cookies-color-primary);
    --youtube-cookies-button-border-color: var(--youtube-cookies-button-bg);
    --youtube-cookies-thumbnail-aspect-ratio: 16/9;
    --youtube-cookies-thumbnail-icon-size: 60px;
    --youtube-cookies-thumbnail-icon-fill: black;
    --youtube-cookies-thumbnail-icon-opacity: .8;
    --youtube-cookies-thumbnail-icon-hover-fill: red;
    --youtube-cookies-thumbnail-icon-hover-opacity: 1;
}

.youtube-cookies-popup {
    background: var(--youtube-cookies-popup-overlay-bg);
}

.youtube-cookies-popup-box {
    max-width: var(--youtube-cookies-popup-max-width);
    padding: var(--youtube-cookies-popup-spacing);
}

.youtube-cookies-popup-box-info {
    background-color: var(--youtube-cookies-popup-bg);
    padding: var(--youtube-cookies-popup-spacing);
}

.youtube-cookies-popup-message {
    margin-bottom: calc(var(--youtube-cookies-popup-spacing) / 2);
}

.youtube-cookies-popup-box-buttons {
    gap: calc(var(--youtube-cookies-popup-buttons-gap) / 2) var(--youtube-cookies-popup-buttons-gap);
}

.youtube-cookies-button {
    cursor: pointer;
    padding: var(--youtube-cookies-button-padding);
    border: var(--youtube-cookies-button-border);
    border-color: var(--youtube-cookies-button-border-color);
    border-radius: var(--youtube-cookies-button-border-radius);
    background-color: var(--youtube-cookies-button-bg);
    color: var(--youtube-cookies-button-color);
    font-weight: var(--youtube-cookies-button-font-weight);
}

.youtube-cookies-button:hover {
    --youtube-cookies-button-bg: var(--youtube-cookies-color-primary);
    --youtube-cookies-button-color: var(--youtube-cookies-color-secondary);
}

.youtube-cookies-button--manage {
    --youtube-cookies-button-bg: var(--youtube-cookies-color-primary);
    --youtube-cookies-button-color: var(--youtube-cookies-color-secondary);
}

.youtube-cookies-button--manage:hover {
    --youtube-cookies-button-bg: var(--youtube-cookies-color-secondary);
    --youtube-cookies-button-color: var(--youtube-cookies-color-primary);
}

.youtube-cookies__iframe-container div.youtube-cookies__iframe--iframe-field, .youtube-cookies__iframe-container:not(.youtube-cookies__iframe--iframe-field) {
    aspect-ratio: var(--youtube-cookies-thumbnail-aspect-ratio);
}

.youtube-cookies__thumbnail {
    padding: 0;
    margin: 0;
    border: none;
}

.youtube-cookies__thumbnail:focus:not(:focus-visible) {
    outline: none;
    box-shadow: none;
}

.youtube-cookies__thumbnail:hover {
    cursor: pointer;
}

.youtube_cookies__play-icon {
    width: var(--youtube-cookies-thumbnail-icon-size);
}

.youtube_cookies__play-icon__fill {
    fill: var(--youtube-cookies-thumbnail-icon-fill);
    fill-opacity: var(--youtube-cookies-thumbnail-icon-opacity);
}

.youtube-cookies__thumbnail:hover .youtube_cookies__play-icon__fill {
    fill: var(--youtube-cookies-thumbnail-icon-hover-fill);
    fill-opacity: var(--youtube-cookies-thumbnail-icon-hover-opacity);
}

svg.ext {
    width: 14px;
    height: 14px;
    padding-right: 0.2em;
    fill: #727272;
    font-weight: 900;
}

svg.mailto {
    width: 14px;
    height: 14px;
    padding-right: 0.2em;
    fill: #727272;
}

svg.ext path, svg.mailto path {
    stroke: #727272;
    stroke-width: 3;
}

@media print {
    svg.ext, svg.mailto {
        display: none;
        padding: 0;
    }
}

extlink i {
    padding-left: 0.2em;
}

.paragraph--unpublished {
    background-color: #fff4f4;
}

.dark-mode-switch-wrapper {
    display: flex;
}

.dark-mode-switch-wrapper .custom-control-label {
    padding-left: 10px;
}

.oembed-lazyload {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.oembed-lazyload__button, .oembed-lazyload__thumbnail, .oembed-lazyload__iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.oembed-lazyload__thumbnail {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
}

.oembed-lazyload__button {
    background-color: transparent;
    cursor: pointer;
    z-index: 0;
}

.oembed-lazyload__iframe--hidden {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

.oembed-lazyload__button--hidden {
    opacity: 0;
    visibility: hidden;
}

.oembed-lazyload__visible-label {
    padding: 1rem;
    background-color: buttonface;
    color: buttontext;
    border-radius: 1em;
    font-weight: bold;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 30%);
    transition: all .2s;
}

.oembed-lazyload__button:hover .oembed-lazyload__visible-label, .oembed-lazyload__button:focus .oembed-lazyload__visible-label {
    text-decoration: underline;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 90%);
    background-color: white;
    color: black;
}

.oembed-lazyload__button, .oembed-lazyload__iframe {
    transition: .2s opacity;
}

.oembed-lazyload--youtube .oembed-lazyload__button {
    padding: 0;
    cursor: pointer;
    border: none;
}

.oembed-lazyload--youtube .oembed-lazyload__picture {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.oembed-lazyload--youtube .oembed-lazyload__img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
}

.oembed-lazyload--youtube .oembed-lazyload__yt-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 68px;
    height: 48px;
    margin-left: -34px;
    margin-top: -24px;
}

.oembed-lazyload--youtube .oembed-lazyload__yt-spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -50px;
}

.oembed-lazyload--youtube .oembed_lazyload__yt-icon-fill {
    fill: #212121;
    fill-opacity: .8;
    transition: fill .1s cubic-bezier(0.4, 0, 1, 1), fill-opacity .1s cubic-bezier(0.4, 0, 1, 1);
}

.oembed-lazyload--youtube .oembed-lazyload__button:active .oembed_lazyload__yt-icon-fill, .oembed-lazyload--youtube .oembed-lazyload__button:focus .oembed_lazyload__yt-icon-fill, .oembed-lazyload--youtube .oembed-lazyload__button:hover .oembed_lazyload__yt-icon-fill {
    fill: red;
    fill-opacity: 1;
}

@keyframes svg-animation {
    0% {
        transform: rotateZ(0deg);
    }
    100% {
        transform: rotateZ(360deg)
    }
}

@keyframes circle-animation {
    0%, 25% {
        stroke-dashoffset: 280;
        transform: rotate(0);
    }
    50%, 75% {
        stroke-dashoffset: 75;
        transform: rotate(45deg);
    }
    100% {
        stroke-dashoffset: 280;
        transform: rotate(360deg);
    }
}

.oembed-lazyload--youtube .oembed-lazyload__button--loading .oembed-lazyload__yt-icon {
    display: none;
}

.oembed-lazyload--youtube .oembed-lazyload__button .oembed-lazyload__yt-spinner {
    display: none;
}

.oembed-lazyload--youtube .oembed-lazyload__button--loading .oembed-lazyload__yt-spinner {
    display: inline-block;
}

.oembed-lazyload--youtube .oembed-lazyload__yt-spinner {
    animation: 2s linear infinite svg-animation;
    max-width: 100px;
}

.oembed-lazyload--youtube .oembed-lazyload__yt-spinner circle {
    animation: 1.4s ease-in-out infinite both circle-animation;
    display: block;
    fill: transparent;
    stroke: #ddd;
    stroke-linecap: round;
    stroke-dasharray: 283;
    stroke-dashoffset: 280;
    stroke-width: 6px;
    transform-origin: 50% 50%;
}
