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

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

body {
  background: #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%;
}

.mod-adslot[data-title]:before {
  font: 14px/18px Lato, sans-serif;
  letter-spacing: 1px
}

.mod-article .mod-adslot {
  margin-bottom: 32px
}

.mod-adslot[data-title]:before {
  margin-bottom: 4px;
  text-align: center;
  text-transform: uppercase;
  color: #02385c
}

.mod-ad {
  text-align: center;
  margin: 48px auto
}

.mod-adslot {
  position: relative;
  min-height: 250px
}

.mod-adslot .gamslot {
  display: flex;
  justify-content: center
}

.mod-adslot[data-title]:before {
  content: attr(data-title);
  display: block;
  text-align: center
}


.mod-adslot amp-ad {
  display: block;
  margin: 0 auto
}

.mod-adslot {
  min-height: 90px
}


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;
}

.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;*/
/*}*/




@font-face {
  font-family: "fontawesome";
  src: url("/themes/custom/zurich/dist/app-drupal/font/fa-solid-900.woff2") format("woff2");
  font-display: optional;
  font-style: normal;
  font-weight: 400;
}

/* 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 Lato, 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 Lato, sans-serif;
  letter-spacing: 0
}

.sc-embed {
  position: relative;
  max-width: 540px;
  min-height: 150px;
  margin: 48px auto 120px!important;
}

.sc-opinary, .sc-soundcloud, .sc-spotify, .sc-video {
  max-width: none
}

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

.sc-opinary iframe {
  background: #fff
}

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

.sc-video.reserved {
  padding: 56.25vw 0 0
}

.sc-google-maps.reserved {
  height: 1000px;
}

.sc-instagram.reserved {
  padding: 116.0130719% 0 0
}

.sc-facebook.reserved iframe, .sc-instagram.reserved iframe {
  border: 1px solid #f2f2f2;
  border-radius: 3px
}

.sc-instagram template {
  height: 625px
}

.sc-facebook.reserved {
  padding: 136.48148148% 0 0
}

.sc-facebook template {
  height: 545px
}

.sc-opinary {
  min-height: 400px
}

.sc-opinary iframe ~ .mod-embedconsent .confirm {
  margin-top: -400px
}

.sc-pinterest template {
  height: 700px
}

.sc-pinterest .mod-embedconsent .reject {
  padding-top: 0
}

.sc-amazon {
  border: 2px solid #febd69;
  padding: 16px
}

.sc-faqs, .sc-infolist {
  padding-bottom: 32px
}

.sc-spotify {
  min-height: 80px
}

.sc-spotify iframe ~ .mod-embedconsent .confirm {
  margin-top: -80px
}

.sc-soundcloud {
  min-height: 166px
}

.sc-soundcloud iframe ~ .mod-embedconsent .confirm {
  margin-top: -166px
}

.sc-faqs .item {
  border: 0 solid #02385c;
  padding: 32px 16px;
  border-width: 0 0 1px
}


.js_defer .js_res.notloaded {
  opacity: 0
}

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

.reserved .mod-embedconsent .confirm {
  position: absolute;
  top: 0;
  left: 0;
  right: 0
}

.mod-embedconsent .reject {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 8px 4px
}

.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 Lato, sans-serif;
    letter-spacing: 0
  }

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

@media screen and (min-width: 1024px) {
  .sc-video.reserved {
    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 .5s ease-out
}


.media--type-audio .iru-tiny-player .song-progress {
  background-color: rgba(230, 220, 230, 0.15);
}

@media screen and (max-width: 480px) {
  .media--type-audio .iru-tiny-player .icon {
    margin-right: 0.25ex;
    min-width: 2rem;
    flex-basis: 2rem;
    text-align: center;
  }
}


.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;
}


