[x-cloak] {
    display: none !important;
}

#drupal-off-canvas {
    color: #ffffff;
}

.ui-dialog {
    z-index: 800;
}

.toolbar-icon-moderation-sidebar {
    width: 10em !important;
    text-indent: -8em !important;
}

.toolbar-icon-moderation-sidebar:before {
    display: none !important;
}

.toolbar-tab--toolbar-item-dashboards {
    display: none !important;
}

.toolbar-id--toolbar-icon-shortcut {
    display: none !important;
}

#drupal-off-canvas .ck.ck-content table {
    display: table !important;
}

.page--node-form .field--name-field-media-oembed-social {
    position: relative;
}

.page--node-form .field--name-field-media-oembed-social:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.media--type-soundcloud iframe {
    width: 100%;
}

table {
    display: table !important;
}
thead {
    display: table-header-group !important;
}
tbody {
    display: table-row-group !important;
}
tr {
    display: table-row !important;
}
td,
th {
    display: table-cell !important;
}

.lpb-duplicate {
    display: none;
}

.page--node-form main {
    margin-top: 0 !important;
}

.page--node-form #edit-actions {
    position: fixed;
    bottom: 0;
    padding: 20px 20px 20px 50px;
    background: #fff;
    box-shadow: 0 0 48px rgb(0 0 0 / 8%);
    width: 100%;
    z-index: 100;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    left: 0;
}

.page--node-form #edit-actions input {
    padding: 0.6rem 1.2rem;
    margin-right: 3rem;
    font-size: 1.1rem;
}

#edit-field-paragraphs legend {
    display: none;
}

.form-boolean {
    position: relative;
    top: 0.75rem;
    float: left;
    margin-left: -1.6875rem;
    transform: translateY(-50%);
}

.form-boolean {
    width: 21px;
    height: 21px;
    border-color: var(--colorGinFormElementBorder);
    border-radius: var(--ginBorderXSmall);
}

.form-boolean {
    display: inline-block;
    box-sizing: border-box;
    width: 1.125rem;
    height: 1.125rem;
    vertical-align: text-bottom;
    border: 1px solid #919297;
    border-radius: 2px;
    background: #fff no-repeat 50% 50%;
    background-size: 100% 100%;
    box-shadow: 0 0 0 4px transparent;
    -webkit-appearance: none;
    appearance: none;
}

.field-group-details-sidebar .media-library-item__preview-wrapper {
    max-width: 200px;
}

.field-group-html-element .media-library-item__preview-wrapper {
    max-width: 200px;
}

.field-group-details-sidebar .ck-editor {
    max-width: 784px;
}

.vertical-tabs {
    padding-left: 20px;
    padding-right: 20px;
}

.js-lpb-region {
    outline: 1px dotted rgba(0, 0, 255, 0.5);
}

.lp-builder:not(.is-navigating) .js-lpb-component {
    outline: 1px dotted rgba(0, 0, 255, 0.5);
}

*[class^='geysir'] {
    display: none;
}

span.text-white {
    color: #ffffff;
}

span.bg-white {
    background: #ffffff;
}

span.text-black {
    color: #000000;
}

span.bg-black {
    background: #000000;
}

span.text-orange {
    color: #ff7162;
}

span.bg-orange {
    background: #ff7162;
}

span.text-blue {
    color: #2b3c6b;
}

span.bg-blue {
    background: #2b3c6b;
}

span.text-neonyellow {
    color: #f5ff00;
}

span.bg-neonyellow {
    background: #f5ff00;
}

.mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
}

.mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.lpb-component-list__group--content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.lpb-component-list__group--content .lpb-link {
    width: 100%;
    position: relative;
    padding-bottom: 56%;
    border: 1px solid var(--colorGinTableBorder);
    border-radius: 8px;
    overflow: hidden;
    background-color: #f3f4f6;
}

.lpb-component-list__group--content .lpb-link__label {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: left;
    font-weight: 500;
    background-color: #ffffff;
    padding: 12px;
    box-shadow: 0px -15px 20px rgb(243 244 246 / 90%);
    color: #000;
}

.lpb-component-list__group--content .lpb-link img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    position: absolute;
    top: calc(50% - 20px);
    left: 50%;
    padding: 10px 40px;
    transform: translate(-50%, -50%);
}

/* Fixme: this line hides the controls */
/*.js-lpb-component-list {*/
/*  overflow: hidden;*/
/*}*/

.paragraph--slider-layout .lpb-btn--add.before {
    top: 50%;
    transform: none;
    left: -10px;
}

.paragraph--slider-layout .lpb-btn--add.after {
    left: auto;
    bottom: auto;
    top: 50%;
    right: -23px;
    z-index: 10;
}

.page--node-form .paragraph--slider-layout ul.splide__list {
    display: flex;
    overflow-x: auto;
    padding-left: 10px;
    padding-right: 10px;
}

@font-face {
    font-family: 'tiempos';
    src: url('/themes/custom/dahler/dist/app-drupal/font/tiempos-text-regular.woff2')
        format('woff2');
    font-display: optional;
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'tiempos-fine';
    src: url('/themes/custom/dahler/dist/app-drupal/font/tiempos-fine-light.woff2')
        format('woff2');
    font-display: optional;
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'founders-grotesk';
    src: url('/themes/custom/dahler/dist/app-drupal/font/founders-grotesk-regular.woff2')
        format('woff2');
    font-display: optional;
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'founders-grotesk';
    src: url('/themes/custom/dahler/dist/app-drupal/font/founders-grotesk-semibold.woff2')
        format('woff2');
    font-display: optional;
    font-style: normal;
    font-weight: 600;
}

/*!* Consent Usercentrics *!*/
/*.mod-buttonlist .elm-button, .mod-buttonlist .mod-embedconsent .button, .mod-editorspickteaser > a, .mod-serviceheader .elm-button, .mod-serviceheader .mod-embedconsent .button, .mod-stage .elm-button, .mod-stage .mod-embedconsent .button, .mod-teaser > a, iframe, img, main, object {*/
/*  display: block;*/
/*}*/

/*.mod-embedconsent .button {*/
/* font: 500 14px/20px Poppins, sans-serif;*/
/* letter-spacing: 2px*/
/*}*/

/*.mod-contentbanner .buttonRow, .mod-stage .image .h, .mod-stage .sub, .mod-stage .tablist .item, .mod-welcome, .sc-embed, .sc-infolist .item .cms {*/
/* text-align: center*/
/*}*/

/*.mod-embedconsent .legal, .mod-embedconsent .txt {*/
/* font: 12px/16px Poppins, sans-serif;*/
/* letter-spacing: 0*/
/*}*/

.sc-embed {
    position: relative;
    max-width: 540px;
    min-height: 150px;
    aspect-ratio: 16 / 9;
    /* margin: 48px auto 120px!important; */
}

.sc-video {
    max-width: none;
}

.sc-embed.reserved {
    background-color: #f2f2f2;
}

.sc-embed.reserved iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.sc-video.reserved {
    /* padding: 56.25vw 0 0; */
    aspect-ratio: 16 / 9;
}

.js_defer .js_res.notloaded {
    opacity: 0;
}

.mod-embedconsent .confirm {
    position: relative;
    z-index: 1;
    background: #ddd;
    border: 1px solid #aaa;
    text-align: center;
    padding: 0 16px 50px;
    max-width: 390px;
    margin: 0 auto;
}

.reserved .mod-embedconsent .confirm {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

.mod-embedconsent .reject {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 0px 4px;
    color: #999;
    font-size: 16px;
}

.mod-embedconsent .reject a {
    color: #999;
    font-size: 16px;
}

/*.mod-embedconsent .h {*/
/*  margin-bottom: 8px;*/
/*  font-weight: 700;*/
/*  color: #02385c*/
/*}*/

/*.mod-embedconsent .buttonrow {*/
/*  margin-top: 8px;*/
/*  margin-bottom: 8px*/
/*}*/

/*.mod-embedconsent .more {*/
/*  display: block;*/
/*  white-space: nowrap;*/
/*  line-height: 2.6em*/
/*}*/

/*.mod-embedconsent .cms > h1 > a, .mod-embedconsent .cms > ol li a, .mod-embedconsent .cms > p > a, .mod-embedconsent .cms > ul li a, .mod-embedconsent .elm-table .td > a, .mod-embedconsent .link {*/
/*  white-space: nowrap*/
/*}*/

/*.elm-button, .mod-embedconsent .button {*/
/*  display: inline-block;*/
/*  padding: 16px 32px;*/
/*  background: #02385c;*/
/*  border-radius: 2px;*/
/*  color: #fff;*/
/*  text-transform: uppercase;*/
/*  text-align: center;*/
/*  -webkit-hyphens: none;*/
/*  -ms-hyphens: none;*/
/*  hyphens: none*/
/*}*/

/*.elm-button.mini, .mod-embedconsent .button, .mod-embedconsent .button.mini {*/
/*  padding: 8px 16px;*/
/*  letter-spacing: 1px*/
/*}*/

/*@media screen and (min-width: 720px) {*/

/*  .mod-embedconsent .confirm {*/
/*    padding: 8px 24px 24px*/
/*  }*/

/*  .reserved .mod-embedconsent .confirm {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    right: auto;*/
/*    transform: translate3d(-50%, -50%, 0)*/
/*  }*/

/*  .mod-embedconsent .h {*/
/*    font-size: 20px;*/
/*    line-height: normal;*/
/*    margin-bottom: 24px*/
/*  }*/

/*  .mod-embedconsent .txt {*/
/*    font: 14px/18px Poppins, sans-serif;*/
/*    letter-spacing: 0*/
/*  }*/

/*  .mod-embedconsent .buttonrow {*/
/*    margin-top: 24px;*/
/*    margin-bottom: 24px*/
/*  }*/
/*}*/

@media screen and (min-width: 1024px) {
    .sc-video.reserved {
        aspect-ratio: 16/9;
        /* padding-top: 56.25% */
    }
}

/*.js_defer {*/
/*  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 125.63 120'%3E%3Cstyle%3E%23logo{opacity:.15}%3C/style%3E%3Cg id='logo'%3E%3Cpath d='M20.5 19.9V100.5L63 60.1l42.1 40.2V85.7L63 44.3 32.5 74.2l-.1-54.4-11.9.1z'/%3E%3Cpath d='M105.1 19.6v59l-42-41-23.5 23.3.2-13.6 23.3-23.8 30.6 30.7V19.5l11.4.1zM54.3 100.4l8.8-9.7 9.3 9.7H54.3z'/%3E%3C/g%3E%3C/svg%3E") 50% 50%/50px auto no-repeat*/
/*}*/

.js_defer .js_res {
    transition: opacity 0.5s ease-out;
}
