@font-face {
    font-family: 'Varela';
    src: url('./fonts/Varela.woff2') format('woff2'),
    url('./fonts/Varela.woff') format('woff'),
    url('./fonts/Varela.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body.menu-open {
  overflow: hidden;
  padding-right: var(--scrollbar-width, 0);

  .uelzener-header {
    padding-right: var(--scrollbar-width, 0);
  }
}
.uelzener-header {
    z-index: 40;
    margin: 0px;
    height: 72px;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1024px) {
    .uelzener-header {
        height: 104px;
    }
}
.uelzener-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);

  .uelzener-header--main {
        position: relative;
    }

  .uelzener-header--main {
        z-index: 40;
    }

  .uelzener-header--main {
        display: flex;
    }

  .uelzener-header--main {
        height: 100%;
    }

  .uelzener-header--main {
        width: 100%;
    }

  .uelzener-header--main {
        align-items: center;
    }

  .uelzener-header--main {
        gap: 1rem;
    }

  .uelzener-header--main {
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;

    @media (min-width: 768px) {
      padding-left: 2rem;
      padding-right: 2rem; 
    }

    .uelzener-header--logo {
            display: flex;
        }

    .uelzener-header--logo {
            flex-shrink: 0;
        }

    .uelzener-header--logo {
            align-items: center;
        }

    .uelzener-header--logo {

      a {
                display: block;
            }

      a {
                height: 32px;
            }

      a {
                width: 128px;
            }

      @media (min-width: 1024px) {
                a {
                    height: 56px;
                }
            }

      @media (min-width: 1024px) {
                a {
                    width: 225px;
                }
            }

      a {

        img {
                    display: block;
                }

        img {
                    height: 100%;
                }

        img {
                    width: 100%;
                }

        img {
                    -o-object-fit: contain;
                       object-fit: contain;
                }
      }
    }

    .uelzener-header--nav {
            display: none;
        }

    .uelzener-header--nav {
            flex: 1 1 0%;
        }

    .uelzener-header--nav {
            align-items: center;
        }

    .uelzener-header--nav {
            justify-content: flex-end;
        }

    @media (min-width: 1024px) {
            .uelzener-header--nav {
                display: flex;
            }
        }

    .uelzener-header--nav {

      .uelzener-navigation--desktop {
                display: none;
            }

      @media (min-width: 1024px) {
                .uelzener-navigation--desktop {
                    display: flex;
                }
            }

      .uelzener-navigation--desktop {

        .uelzener-navigation--primary-buttons {
                    margin: 0px;
                }

        .uelzener-navigation--primary-buttons {
                    display: flex;
                }

        .uelzener-navigation--primary-buttons {
                    list-style-type: none;
                }

        .uelzener-navigation--primary-buttons {
                    align-items: center;
                }

        .uelzener-navigation--primary-buttons {
                    gap: 1rem;
                }

        .uelzener-navigation--primary-buttons {
                    padding: 0px;
                }

        .uelzener-navigation--primary-buttons {

          li {
                        list-style-type: none;
                    }
        }
      }

      .uelzener-header--burger {
                display: flex;
            }

      .uelzener-header--burger {
                width: 100%;
            }

      .uelzener-header--burger {
                align-items: center;
            }

      .uelzener-header--burger {
                justify-content: flex-end;
            }

      .uelzener-header--burger {

        @media (min-width: 1024px) {
          display: none !important;
        }
      }
    }

    .uelzener-header--burger {
            margin-left: auto;
        }

    .uelzener-header--burger {
            display: flex;
        }

    .uelzener-header--burger {
            flex-shrink: 0;
        }

    .uelzener-header--burger {
            align-items: center;
        }

    @media (min-width: 1024px) {
            .uelzener-header--burger {
                display: none;
            }
        }

    .uelzener-header--burger {

      .uelzener-header--burger-toggle {
                display: flex;
            }

      .uelzener-header--burger-toggle {
                cursor: pointer;
            }

      .uelzener-header--burger-toggle {
                align-items: center;
            }

      .uelzener-header--burger-toggle {
                justify-content: center;
            }

      .uelzener-header--burger-toggle {
                border-style: none;
            }

      .uelzener-header--burger-toggle {
                background-color: transparent;
            }

      .uelzener-header--burger-toggle {
                padding: 0.5rem;
            }

      .uelzener-header--burger-toggle {
        width: 44px;
        height: 44px;

        svg {
          display: block;
          flex-shrink: 0;

          &.uelzener-header--toggle__open {
            width: 22px;
            height: 17px;
          }

          &.uelzener-header--toggle__close {
            width: 16px;
            height: 16px;
          }

          &.uelzener-header--toggle__hidden {
            display: none;
          }
        }

        &:hover svg:not(.uelzener-header--toggle__hidden) {
                    opacity: 0.7;
                }
      }
    }
  }

  .uelzener-header--mobile {
        position: fixed;
    }

  .uelzener-header--mobile {
        inset: 0px;
    }

  .uelzener-header--mobile {
        z-index: 50;
    }

  .uelzener-header--mobile {
        overflow-y: auto;
    }

  .uelzener-header--mobile {
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    }

  .uelzener-header--mobile {
        display: none;
    }

  .uelzener-header--mobile {
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;

    &.uelzener-header--mobile__hidden {
      transform: translateX(-100%);
    }

    &.uelzener-header--mobile__visible {
            display: block;
        }

    &.uelzener-header--mobile__visible {
      transform: translateX(0);
    }

    @media (min-width: 1024px) {
      display: none !important;
    }

    .is-layout-constrained,
    .wp-block-group-is-layout-constrained {
      max-width: none !important;
      margin-left: 0 !important;
      margin-right: 0 !important;

      > * {
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
    }

    .uelzener-header--mobile__container {
            display: flex;
        }

    .uelzener-header--mobile__container {
            height: 100%;
        }

    .uelzener-header--mobile__container {
            flex-direction: column;
        }

    .uelzener-header--mobile__header {
            display: flex;
        }

    .uelzener-header--mobile__header {
            height: 72px;
        }

    .uelzener-header--mobile__header {
            width: 100%;
        }

    .uelzener-header--mobile__header {
            align-items: center;
        }

    .uelzener-header--mobile__header {
            justify-content: space-between;
        }

    .uelzener-header--mobile__header {
            border-bottom-width: 1px;
        }

    .uelzener-header--mobile__header {
            padding: 1rem;
        }

    .uelzener-header--mobile__header {

      .uelzener-header--logo,
      .uelzener-header--logo a img {
                min-height: 32px;
            }

      .uelzener-header--logo,
      .uelzener-header--logo a img {
                min-width: 128px;
            }
    }

    .uelzener-header--mobile__close {
      .uelzener-header--mobile-toggle {
                cursor: pointer;
            }
      .uelzener-header--mobile-toggle {
                border-style: none;
            }
      .uelzener-header--mobile-toggle {
                background-color: transparent;
            }
      .uelzener-header--mobile-toggle {
                padding: 0.5rem;
            }
      .uelzener-header--mobile-toggle {

        &:hover {
                    opacity: 0.7;
                }
      }
    }

    .uelzener-header--mobile__content {
            display: flex;
        }

    .uelzener-header--mobile__content {
            flex: 1 1 0%;
        }

    .uelzener-header--mobile__content {
            flex-direction: column;
        }

    .uelzener-header--mobile__content {
            overflow-y: auto;
        }

    .uelzener-header--mobile__content {
            --tw-bg-opacity: 1;
            background-color: rgb(249 246 245 / var(--tw-bg-opacity, 1));
        }

    .uelzener-header--mobile__content {
            padding: 1.5rem;
        }

    .uelzener-header--mobile__content {

      .uelzener-navigation--mobile {
                display: flex;
            }

      .uelzener-navigation--mobile {
                flex: 1 1 0%;
            }

      .uelzener-navigation--mobile {
                flex-direction: column;
            }

      .uelzener-navigation--mobile {

        .uelzener-navigation--mobile-header {
          ul {
                        margin: 0px;
                    }
          ul {
                        list-style-type: none;
                    }
          ul > :not([hidden]) ~ :not([hidden]) {
                        --tw-space-y-reverse: 0;
                        margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
                        margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
                    }
          ul {
                        padding: 0px;
                    }
          ul {

            li {
                            list-style-type: none;
                        }

            li {
                            font-size: 16px;
                            line-height: 150%;
                        }

            li {
                            font-weight: 700;
                        }

            li {
                            border-bottom-width: 2px;
                        }

            li {
                            --tw-border-opacity: 1;
                            border-color: rgb(240 233 230 / var(--tw-border-opacity, 1));
                        }

            li {

              a {
                                display: block;
                            }

              a {
                                padding-top: 1.25rem;
                                padding-bottom: 1.25rem;
                            }

              a {
                                --tw-text-opacity: 1;
                                color: rgb(21 71 52 / var(--tw-text-opacity, 1));
                            }

              a {
                                text-decoration-line: none;
                            }

              a {
                                transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
                                transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
                                transition-duration: 150ms;
                            }

              a:hover {
                                --tw-text-opacity: 1;
                                color: rgb(120 190 33 / var(--tw-text-opacity, 1));
                            }

              a {

                &:hover {
                  text-decoration: none;
                }
              }
            }
          }
        }
        
        .uelzener-navigation--mobile-footer {
                    margin-top: 1.5rem;
                }
        
        .uelzener-navigation--mobile-footer {

          ul {
                        margin: 0px;
                    }

          ul {
                        list-style-type: none;
                    }

          ul {
                        padding: 0px;
                    }

          ul {
                        display: flex;
                    }

          ul {
                        flex-direction: column;
                    }

          ul {
                        gap: 1rem;
                    }

          ul {

            li {
                            list-style-type: none;
                        }

            li {
                            font-size: 16px;
                            line-height: 150%;
                        }

            li {
                            font-weight: 400;
                        }

            li {

              a {
                                display: block;
                            }

              a {
                                --tw-text-opacity: 1;
                                color: rgb(74 74 74 / var(--tw-text-opacity, 1));
                            }

              a {
                                text-decoration-line: none;
                            }

              a {
                                transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
                                transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
                                transition-duration: 150ms;
                            }

              a:hover {
                                --tw-text-opacity: 1;
                                color: rgb(0 0 0 / var(--tw-text-opacity, 1));
                            }

              a {

                &:hover {
                  text-decoration: none;
                }
              }
            }
          }
        }
      }

      .uelzener-header--partner {
                margin-top: 2rem;
            }

      .uelzener-header--partner {
                border-top-width: 1px;
            }

      .uelzener-header--partner {
                --tw-border-opacity: 1;
                border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
            }

      .uelzener-header--partner {
                padding-top: 1.5rem;
            }

      figure.uelzener-header--nav__image {
                height: auto;
            }

      figure.uelzener-header--nav__image {
                width: -moz-fit-content;
                width: fit-content;
            }

      figure.uelzener-header--nav__image {
                margin-top: 2rem;
            }

      figure.uelzener-header--nav__image {
                align-self: flex-end;
            }
    }
  }
}
.uelzener-navigation a:focus {
  outline: none;
}
.uelzener-navigation a:focus-visible,
.uelzener-navigation [tabindex]:focus-visible {
    outline-style: solid;
    outline-offset: 2px;
    outline-color: #78BE21;
}
.uelzener-footer {
    --tw-bg-opacity: 1;
    background-color: rgb(21 71 52 / var(--tw-bg-opacity, 1));
    padding-top: 3rem;
    padding-bottom: 3rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    display: flex;
    flex-direction: column;
    gap: 56px;

  .uelzener-footer--logo {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 1rem;
        padding-left: 1rem;
    }

  @media (min-width: 40rem) {
        .uelzener-footer--logo {
            max-width: 40rem;
            padding-right: 1rem;
            padding-left: 1rem;
        }
    }

  @media (min-width: 48rem) {
        .uelzener-footer--logo {
            max-width: 48rem;
            padding-right: 2rem;
            padding-left: 2rem;
        }
    }

  @media (min-width: 64rem) {
        .uelzener-footer--logo {
            max-width: 64rem;
            padding-right: 2rem;
            padding-left: 2rem;
        }
    }

  @media (min-width: 80rem) {
        .uelzener-footer--logo {
            max-width: 80rem;
            padding-right: 2rem;
            padding-left: 2rem;
        }
    }

  @media (min-width: 90rem) {
        .uelzener-footer--logo {
            max-width: 90rem;
            padding-right: 2rem;
            padding-left: 2rem;
        }
    }

  .uelzener-footer--logo {
        margin-left: auto;
        margin-right: auto;
    }
@media screen and (min-width: 1130px) and (max-width: 1280px) {
  .uelzener-footer--logo {
    max-width: 80rem;
  }
}

  .uelzener-footer--logo {

    .wp-block-site-logo {
      a {
                display: block;
            }
      a {
        width: 213px;
        height: 54px;

        img {
                    display: block;
                }

        img {
                    height: 100%;
                }

        img {
                    width: 100%;
                }

        img {
                    -o-object-fit: contain;
                       object-fit: contain;
                }
      }
    }
  }

  .uelzener-footer--text {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 1rem;
        padding-left: 1rem;
    }

  @media (min-width: 40rem) {
        .uelzener-footer--text {
            max-width: 40rem;
            padding-right: 1rem;
            padding-left: 1rem;
        }
    }

  @media (min-width: 48rem) {
        .uelzener-footer--text {
            max-width: 48rem;
            padding-right: 2rem;
            padding-left: 2rem;
        }
    }

  @media (min-width: 64rem) {
        .uelzener-footer--text {
            max-width: 64rem;
            padding-right: 2rem;
            padding-left: 2rem;
        }
    }

  @media (min-width: 80rem) {
        .uelzener-footer--text {
            max-width: 80rem;
            padding-right: 2rem;
            padding-left: 2rem;
        }
    }

  @media (min-width: 90rem) {
        .uelzener-footer--text {
            max-width: 90rem;
            padding-right: 2rem;
            padding-left: 2rem;
        }
    }

  .uelzener-footer--text {
        margin-left: auto;
        margin-right: auto;
    }
@media screen and (min-width: 1130px) and (max-width: 1280px) {
  .uelzener-footer--text {
    max-width: 80rem;
  }
}

  .uelzener-footer--text {

    p {
            max-width: 100%;
        }

    @media (min-width: 1024px) {
            p {
                max-width: 60%;
            }
        }

    p {

      &.no-spacing {
        padding: 0 !important;
        margin: 0 !important;
      }
    }

    .text-highlight {
            --tw-text-opacity: 1;
            color: rgb(120 190 33 / var(--tw-text-opacity, 1));
        }
  }

  .uelzener-footer--nav {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 1rem;
        padding-left: 1rem;
    }

  @media (min-width: 40rem) {
        .uelzener-footer--nav {
            max-width: 40rem;
            padding-right: 1rem;
            padding-left: 1rem;
        }
    }

  @media (min-width: 48rem) {
        .uelzener-footer--nav {
            max-width: 48rem;
            padding-right: 2rem;
            padding-left: 2rem;
        }
    }

  @media (min-width: 64rem) {
        .uelzener-footer--nav {
            max-width: 64rem;
            padding-right: 2rem;
            padding-left: 2rem;
        }
    }

  @media (min-width: 80rem) {
        .uelzener-footer--nav {
            max-width: 80rem;
            padding-right: 2rem;
            padding-left: 2rem;
        }
    }

  @media (min-width: 90rem) {
        .uelzener-footer--nav {
            max-width: 90rem;
            padding-right: 2rem;
            padding-left: 2rem;
        }
    }

  .uelzener-footer--nav {
        margin-left: auto;
        margin-right: auto;
    }

  .uelzener-footer--nav {
        display: grid;
    }

  .uelzener-footer--nav {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

  .uelzener-footer--nav {
        gap: 1.5rem;
    }
@media screen and (min-width: 1130px) and (max-width: 1280px) {
  .uelzener-footer--nav {
    max-width: 80rem;
  }
}

  @media (min-width: 1024px) {
        .uelzener-footer--nav {
            grid-template-columns: repeat(4, minmax(0, 1fr));
        }
    }

  .uelzener-footer--nav {

    .uelzener-footer-navigation--group {
      p.uelzener-footer-navigation--group-title {
                margin-bottom: 1rem;
            }

      nav ul {
                margin: 0px;
            }

      nav ul {
                list-style-type: none;
            }

      nav ul {
                padding: 0px;
            }

      nav ul {
                display: flex;
            }

      nav ul {
                flex-direction: column;
            }

      nav ul {
                gap: 0.5rem;
            }

      nav ul {

        li {
                    list-style-type: none;
                }

        li {

          a {
                        font-size: 16px;
                        line-height: 150%;
                    }

          a {
                        --tw-text-opacity: 1;
                        color: rgb(255 255 255 / var(--tw-text-opacity, 1));
                    }

          a {
                        text-decoration-line: none;
                    }

          a {
                        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
                        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
                        transition-duration: 150ms;
                    }

          a:hover {
                        text-decoration-line: underline;
                    }
        }
      }
    }
  }

  .uelzener-footer--legal {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 1rem;
        padding-left: 1rem;
    }

  @media (min-width: 40rem) {
        .uelzener-footer--legal {
            max-width: 40rem;
            padding-right: 1rem;
            padding-left: 1rem;
        }
    }

  @media (min-width: 48rem) {
        .uelzener-footer--legal {
            max-width: 48rem;
            padding-right: 2rem;
            padding-left: 2rem;
        }
    }

  @media (min-width: 64rem) {
        .uelzener-footer--legal {
            max-width: 64rem;
            padding-right: 2rem;
            padding-left: 2rem;
        }
    }

  @media (min-width: 80rem) {
        .uelzener-footer--legal {
            max-width: 80rem;
            padding-right: 2rem;
            padding-left: 2rem;
        }
    }

  @media (min-width: 90rem) {
        .uelzener-footer--legal {
            max-width: 90rem;
            padding-right: 2rem;
            padding-left: 2rem;
        }
    }

  .uelzener-footer--legal {
        margin-left: auto;
        margin-right: auto;
    }

  .uelzener-footer--legal {
        width: 100%;
    }
@media screen and (min-width: 1130px) and (max-width: 1280px) {
  .uelzener-footer--legal {
    max-width: 80rem;
  }
}

  .uelzener-footer--legal {
        display: flex;
    }

  .uelzener-footer--legal {
        flex-direction: column;
    }

  .uelzener-footer--legal {
        align-items: flex-start;
    }

  .uelzener-footer--legal {
        justify-content: space-between;
    }

  @media (min-width: 1024px) {
        .uelzener-footer--legal {
            flex-direction: row;
        }
    }

  @media (min-width: 1024px) {
        .uelzener-footer--legal {
            align-items: center;
        }
    }

  .uelzener-footer--legal {

    nav {
      flex: 1;

      ul {
                margin: 0px;
            }

      ul {
                display: flex;
            }

      ul {
                list-style-type: none;
            }

      ul {
                flex-wrap: wrap;
            }

      ul {
                padding: 0px;
            }

      ul {

        li {
                    list-style-type: none;
                }

        li {

          a {
                        font-size: 14px;
                        line-height: 130%;
                    }

          a {
                        --tw-text-opacity: 1;
                        color: rgb(255 255 255 / var(--tw-text-opacity, 1));
                    }

          a {
                        text-decoration-line: none;
                    }

          a {
                        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
                        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
                        transition-duration: 150ms;
                    }

          a:hover {
                        text-decoration-line: underline;
                    }

          &:not(:last-child) :after {
            content: "|";
          }

          &:not(:last-child) :after {
                        margin-left: 0.75rem;
                        margin-right: 0.75rem;
                    }
        }
      }
    }

    figure {
            margin-top: 40px;
        }

    figure {
            height: 18px;
        }

    figure {
            width: 202px;
        }

    figure {
            align-self: flex-end;
        }

    @media (min-width: 1024px) {
            figure {
                margin: 0px;
            }
        }

    figure {

      img {
                display: block;
            }

      img {
                height: 100%;
            }

      img {
                width: 100%;
            }

      img {
                -o-object-fit: contain;
                   object-fit: contain;
            }
    }
  }
}
.uelzener-btn--primary,
:root :where(.wp-element-button, .wp-block-button__link) {
    position: relative;
    display: flex;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    align-items: center;
    gap: 0.5rem;
    border-radius: 0.5rem;
    border-width: 2px;
    border-color: transparent;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 18px;
    line-height: 150%;
    font-weight: 700;
    outline-color: #EC7404;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.uelzener-btn--primary:focus-visible,
:root :where(.wp-element-button, .wp-block-button__link):focus-visible {
    outline-style: solid;
    outline-width: 3px;
    outline-offset: 0px;
}
.uelzener-btn--primary svg,
:root :where(.wp-element-button, .wp-block-button__link) svg {
    fill: currentColor;
}
.uelzener-btn--primary svg path,
:root :where(.wp-element-button, .wp-block-button__link) svg path {
    fill: currentColor;
}
.uelzener-btn--primary,
:root :where(.wp-element-button, .wp-block-button__link) {
    border-radius: 48px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 198 0 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(21 71 52 / var(--tw-text-opacity, 1));

  &:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(255 209 51 / var(--tw-bg-opacity, 1));
    }

  &:hover {
        --tw-text-opacity: 1;
        color: rgb(68 108 93 / var(--tw-text-opacity, 1));
    }

  &:active {
        --tw-bg-opacity: 1;
        background-color: rgb(255 209 51 / var(--tw-bg-opacity, 1));
    }

  &:active {
        --tw-text-opacity: 1;
        color: rgb(68 108 93 / var(--tw-text-opacity, 1));
    }

  &:focus, &:focus-within, &:focus-visible {
    box-shadow: 0 0 0 3px var(--neutral-white, #FFF), 0 0 0 6px var(--brand-primary-highlightgreen, #78BE21);
  }

  &:disabled {
        --tw-bg-opacity: 1;
        background-color: rgb(255 244 215 / var(--tw-bg-opacity, 1));
    }

  &:disabled {
        --tw-text-opacity: 1;
        color: rgb(161 181 174 / var(--tw-text-opacity, 1));
    }
}
.uelzener-icon-picker {
    position: relative;
    display: flex;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    align-items: center;
    gap: 0.5rem;
    border-radius: 0.5rem;
    border-width: 2px;
    border-color: transparent;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 18px;
    line-height: 150%;
    font-weight: 700;
    outline-color: #EC7404;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.uelzener-icon-picker:focus-visible {
    outline-style: solid;
    outline-width: 3px;
    outline-offset: 0px;
}
.uelzener-icon-picker svg {
    fill: currentColor;
}
.uelzener-icon-picker svg path {
    fill: currentColor;
}
.uelzener-icon-picker {
    gap: 1rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(0 48 94 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(253 253 253 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(0 48 94 / var(--tw-text-opacity, 1));

  span {
        display: flex;
    }

  span {
        height: 33px;
    }

  span {
        width: 33px;
    }

  span {
        align-items: center;
    }

  &:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(209 224 247 / var(--tw-bg-opacity, 1));
    }

  &:hover {
        --tw-text-opacity: 1;
        color: rgb(0 48 94 / var(--tw-text-opacity, 1));
    }
}
.swiper-button-prev,
.swiper-button-next {
    position: relative;
    display: flex;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    align-items: center;
    gap: 0.5rem;
    border-radius: 0.5rem;
    border-width: 2px;
    border-color: transparent;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 18px;
    line-height: 150%;
    font-weight: 700;
    outline-color: #EC7404;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.swiper-button-prev:focus-visible,
.swiper-button-next:focus-visible {
    outline-style: solid;
    outline-width: 3px;
    outline-offset: 0px;
}
.swiper-button-prev svg,
.swiper-button-next svg {
    fill: currentColor;
}
.swiper-button-prev svg path,
.swiper-button-next svg path {
    fill: currentColor;
}
.swiper-button-prev,
.swiper-button-next {
    width: 44px;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(253 253 253 / var(--tw-bg-opacity, 1));
    padding: 0px;
    --tw-text-opacity: 1;
    color: rgb(0 48 94 / var(--tw-text-opacity, 1));

  svg {
        width: 24px;
    }

  svg {
        fill: currentColor;
    }

  svg {

    *,
    path {
            fill: currentColor;
        }
  }

  /* these are currently only used on light background */
  &:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(229 221 211 / var(--tw-bg-opacity, 1));
    }

  &:active {
        --tw-bg-opacity: 1;
        background-color: rgb(220 210 196 / var(--tw-bg-opacity, 1));
    }

  &:after {
    content: none;
  }
}
.swiper-button-next {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.uelzener-anchor-point {
    position: relative;
    top: -6rem;
}
@media (min-width: 1024px) {
    .uelzener-anchor-point {
        top: -8rem;
    }
}
.uelzener-button-block {
    margin-top: 6rem;

  > .wp-block-column:nth-child(1) {
        border-radius: 0.75rem;
    }

  > .wp-block-column:nth-child(1) {
        --tw-bg-opacity: 1;
        background-color: rgb(244 241 237 / var(--tw-bg-opacity, 1));
    }

  > .wp-block-column:nth-child(1) {
        padding: 1.5rem;
    }

  > .wp-block-column:nth-child(1) {

    h6 {
            margin-bottom: 1rem;
        }

    h6 {
            font-size: 14px;
            line-height: 130%;
        }

    h6 {
            font-weight: 600;
        }

    h6 {
            --tw-text-opacity: 1;
            color: rgb(236 116 4 / var(--tw-text-opacity, 1));
        }

    h2 {
            margin-bottom: 1rem;
        }

    h2 {
            font-size: 30px;
            line-height: 130%;
        }

    h2 {
            font-weight: 600;
        }

    p {
            --tw-text-opacity: 1;
            color: rgb(0 0 0 / var(--tw-text-opacity, 1));
        }
  }

  > .wp-block-column:nth-child(2) {
    .wp-block-columns {
            margin: 0px;
        }
    .wp-block-columns {
            gap: 1rem;
        }
    .wp-block-columns {
            padding: 0px;
        }

    .wp-block-buttons {
            display: flex;
        }

    .wp-block-buttons {
            width: 100%;
        }

    .wp-block-buttons {
            flex-direction: column;
        }

    .wp-block-buttons {
            gap: 1rem;
        }

    .wp-block-buttons {

      .wp-block-button {
                width: 100%;
            }

      .wp-block-button {

        a {
                    display: block;
                }

        a {
                    min-height: 140px;
                }

        a {
                    border-radius: 0.75rem;
                }

        a {
                    --tw-bg-opacity: 1;
                    background-color: rgb(236 116 4 / var(--tw-bg-opacity, 1));
                }

        a {
                    transition-property: all;
                    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
                    transition-duration: 150ms;
                }

        a {

          &:hover {
                        background-color: rgb(236 116 4 / 0.8);
                    }
        }
      }
    }
  }
}
.wp-block-uelzener-blocks-cta-image {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
}
@media (min-width: 40rem) {
    .wp-block-uelzener-blocks-cta-image {
        max-width: 40rem;
        padding-right: 1rem;
        padding-left: 1rem;
    }
}
@media (min-width: 48rem) {
    .wp-block-uelzener-blocks-cta-image {
        max-width: 48rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 64rem) {
    .wp-block-uelzener-blocks-cta-image {
        max-width: 64rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 80rem) {
    .wp-block-uelzener-blocks-cta-image {
        max-width: 80rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 90rem) {
    .wp-block-uelzener-blocks-cta-image {
        max-width: 90rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
.wp-block-uelzener-blocks-cta-image {
    margin-top: 6rem;
    margin-bottom: 6rem;
}
@media screen and (min-width: 1130px) and (max-width: 1280px) {
  .wp-block-uelzener-blocks-cta-image {
    max-width: 80rem;
  }
}
@media (min-width: 1024px) {
    .wp-block-uelzener-blocks-cta-image {
        margin-top: 8rem;
        margin-bottom: 8rem;
    }
}
.wp-block-uelzener-blocks-cta-image {

  p:not(.uelzener-cta__image--text__subline) {
        margin-left: auto;
        margin-right: auto;
    }

  p:not(.uelzener-cta__image--text__subline) {
        max-width: 52rem;
    }
}
.uelzener-cta__image {
    position: relative;
    display: flex;
    min-height: 452px;
    width: 100%;
    align-items: center;
    overflow: hidden;
    border-radius: 0.75rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -o-object-fit: contain;
       object-fit: contain;
    padding-top: 1rem;
    padding-bottom: 1rem;

  &:after {
        position: absolute;
    }

  &:after {
        inset: 0px;
    }

  &:after {
    content: "";

    background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.4) 0%,
      rgba(0, 0, 0, 0.4) 100%
    );
  }

  .uelzener-cta__image--text {
        position: relative;
    }

  .uelzener-cta__image--text {
        z-index: 10;
    }

  .uelzener-cta__image--text {
        margin-left: auto;
        margin-right: auto;
    }

  .uelzener-cta__image--text {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    }

  @media (min-width: 768px) {
        .uelzener-cta__image--text {
            hyphens: none;
        }
    }

  .uelzener-cta__image--text {
    max-width: calc(100% - 8rem);

    @media (min-width: 1024px) {
      max-width: 75%;
    }

    &:before,
    &:after {
            position: absolute;
        }

    &:before,
    &:after {
            top: 50%;
        }

    &:before,
    &:after {
            height: 129px;
        }

    &:before,
    &:after {
            width: 32px;
        }

    &:before,
    &:after {
            --tw-translate-y: -50%;
            transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        }

    &:before,
    &:after {
            background-size: cover;
        }

    &:before,
    &:after {
            background-repeat: no-repeat;
        }

    @media (min-width: 1024px) {
            &:before,
    &:after {
                height: 267px;
            }
        }

    @media (min-width: 1024px) {
            &:before,
    &:after {
                width: 67px;
            }
        }

    &:before,
    &:after {
      background-image: url("../assets/svg/bracket.svg");
      content: "";
    }

    &:before {
            left: -3rem;
        }

    @media (min-width: 1024px) {
            &:before {
                left: -5rem;
            }
        }

    &:after {
            right: -3rem;
        }

    &:after {
            --tw-rotate: 180deg;
            transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        }

    @media (min-width: 1024px) {
            &:after {
                right: -5rem;
            }
        }

    h2,
    h3,
    h4,
    h5,
    h6,
    p {
            text-align: center;
        }

    h2,
    h3,
    h4,
    h5,
    h6,
    p {
            color: inherit;
        }

    .uelzener-cta__image--text__headline {
            margin-bottom: 1.5rem;
        }

    .uelzener-cta__image--text__headline {
            font-family: Varela, Arial, sans-serif;
        }

    .uelzener-cta__image--text__headline {
            font-size: 30px;
            line-height: 130%;
        }

    .uelzener-cta__image--text__headline {
            font-weight: 700;
        }

    .uelzener-cta__image--text__headline {
            --tw-text-opacity: 1;
            color: rgb(255 255 255 / var(--tw-text-opacity, 1));
        }

    @media (min-width: 768px) {
            .uelzener-cta__image--text__headline {
                margin-bottom: 2rem;
            }
        }

    @media (min-width: 1024px) {
            .uelzener-cta__image--text__headline {
                font-size: 52px;
                line-height: 130%;
            }
        }

    .uelzener-btn--primary {
            margin-left: auto;
            margin-right: auto;
        }

    .uelzener-btn--primary {
            margin-top: 3rem;
        }

    p.uelzener-cta__image--text__subline {
            margin-bottom: 1rem;
        }

    p.uelzener-cta__image--text__subline {
            text-align: center;
        }

    p.uelzener-cta__image--text__subline {
            font-family: Varela, Arial, sans-serif;
        }

    p.uelzener-cta__image--text__subline {
            font-weight: 600;
        }

    p.uelzener-cta__image--text__subline {
            transition-property: all;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-duration: 150ms;
        }

    p.uelzener-cta__image--text__subline {
            transition-duration: 500ms;
        }
  }
}
.uelzener-cta {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
}
@media (min-width: 40rem) {
    .uelzener-cta {
        max-width: 40rem;
        padding-right: 1rem;
        padding-left: 1rem;
    }
}
@media (min-width: 48rem) {
    .uelzener-cta {
        max-width: 48rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 64rem) {
    .uelzener-cta {
        max-width: 64rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 80rem) {
    .uelzener-cta {
        max-width: 80rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 90rem) {
    .uelzener-cta {
        max-width: 90rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
.uelzener-cta {
    margin-top: 6rem;
    margin-bottom: 6rem;
}
@media screen and (min-width: 1130px) and (max-width: 1280px) {
  .uelzener-cta {
    max-width: 80rem;
  }
}
@media (min-width: 1024px) {
    .uelzener-cta {
        margin-top: 8rem;
        margin-bottom: 8rem;
    }
}
.uelzener-cta {

  .uelzener-cta--inner {
        display: flex;
    }

  .uelzener-cta--inner {
        flex-direction: column-reverse;
    }

  .uelzener-cta--inner {
        align-items: flex-start;
    }

  .uelzener-cta--inner {
        border-radius: 0.75rem;
    }

  .uelzener-cta--inner {
        --tw-bg-opacity: 1;
        background-color: rgb(148 227 212 / var(--tw-bg-opacity, 1));
    }

  @media (min-width: 1024px) {
        .uelzener-cta--inner {
            display: grid;
        }
    }

  @media (min-width: 1024px) {
        .uelzener-cta--inner {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
    }

  .uelzener-cta--inner {

    .uelzener-cta--text {
      order: 1;

      container: text-container / inline-size
    }

    .uelzener-cta--text {
            grid-column: span 1 / span 1;
        }

    .uelzener-cta--text {
            margin-left: 1.5rem;
            margin-right: 1.5rem;
        }

    .uelzener-cta--text {
            margin-top: 2rem;
            margin-bottom: 2rem;
        }

    .uelzener-cta--text {
            width: -webkit-fill-available;
            width: -moz-available;
            width: stretch;
        }

    @media (min-width: 768px) {
            .uelzener-cta--text {
                margin-left: 2rem;
                margin-right: 2rem;
            }
        }

    @media (min-width: 768px) {
            .uelzener-cta--text {
                margin-top: 3rem;
                margin-bottom: 3rem;
            }
        }

    @media (min-width: 1024px) {
            .uelzener-cta--text {
                margin-left: 3rem;
                margin-right: 3rem;
            }
        }

    @media (min-width: 1024px) {
            .uelzener-cta--text {
                margin-top: 6rem;
                margin-bottom: 6rem;
            }
        }

    .uelzener-cta--text {

      h2, h3, h4, h5, h6 {
                margin-top: 0px;
                margin-bottom: 0px;
            }

      h2, h3, h4, h5, h6 {
                width: 100%;
            }

      @media (min-width: 768px) {
                h2, h3, h4, h5, h6 {
                    width: 70%;
                }
            }

      p.uelzener-cta--text__subline {
                margin-bottom: 2rem;
            }

      p.uelzener-cta--text__subline {
                margin-top: 1.5rem;
            }

      p.uelzener-cta--text__subline {
                font-family: Varela, Arial, sans-serif;
            }

      p.uelzener-cta--text__subline {
                font-size: 20px;
                line-height: 150%;
            }

      p.uelzener-cta--text__subline {
                font-weight: 600;
            }

      p.uelzener-cta--text__subline {
                --tw-text-opacity: 1;
                color: rgb(0 13 110 / var(--tw-text-opacity, 1));
            }

      @media (min-width: 1024px) {
                p.uelzener-cta--text__subline {
                    font-size: 30px;
                    line-height: 130%;
                }
            }

      p {
                margin-bottom: 2rem;
            }

      p {
                display: block;
            }

      p {
                font-size: 18px;
                line-height: 150%;
            }

      p {
                --tw-text-opacity: 1;
                color: rgb(0 13 110 / var(--tw-text-opacity, 1));
            }

      p {

        a {
                    --tw-text-opacity: 1;
                    color: rgb(0 48 94 / var(--tw-text-opacity, 1));
                }

        a {
                    text-decoration-line: underline;
                }
      }

      .uelzener-btn--primary {
                margin-top: 1.5rem;
            }
    }

    .uelzener-cta--image {
      order: 2
    }

    .uelzener-cta--image {
            position: relative;
        }

    .uelzener-cta--image {
            grid-column: span 1 / span 1;
        }

    .uelzener-cta--image {
            display: flex;
        }

    .uelzener-cta--image {
            height: 100%;
        }

    .uelzener-cta--image {
            width: 100%;
        }

    .uelzener-cta--image {
            align-items: center;
        }

    .uelzener-cta--image {
            justify-content: center;
        }

    .uelzener-cta--image {
            overflow: hidden;
        }

    .uelzener-cta--image {

      &:after {
        content: "";
      }

      &:after {
                position: absolute;
            }

      &:after {
                top: 0px;
            }

      &:after {
                left: 0px;
            }

      &:after {
                height: 100%;
            }

      &:after {
                width: 100%;
            }

      &:after {

        background-image: url("data:image/svg+xml,%3Csvg width='150' height='150' viewBox='0 0 150 150' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4327_1336)'%3E%3Cpath d='M50 4.37114e-06L-6.55671e-06 6.55671e-06L0 150L150 150L150 100L100 100L100 50L50 50L50 4.37114e-06Z' fill='%231B5951'/%3E%3Cpath d='M100 6.55671e-06L100 50L150 50L150 4.37114e-06L100 6.55671e-06Z' fill='%231B5951'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4327_1336'%3E%3Crect width='150' height='150' fill='white' transform='translate(0 150) rotate(-90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-position: bottom left;
      }

      img {
                width: 100%;
            }

      img {
                border-top-left-radius: 0.75rem;
                border-top-right-radius: 0.75rem;
            }

      img {
                -o-object-fit: cover;
                   object-fit: cover;
            }

      @media (min-width: 1024px) {
                img {
                    border-top-right-radius: 0.75rem;
                    border-bottom-right-radius: 0.75rem;
                }
            }

      @media (min-width: 1024px) {
                img {
                    border-top-left-radius: 0px;
                }
            }

      img {

        height: 100%;
        max-height: 100%;
      }
    }

    .uelzener-cta--image__contain {
            height: 100%;
        }

    .uelzener-cta--image__contain {
            padding-right: 0px;
        }

    @media (min-width: 768px) {
            .uelzener-cta--image__contain {
                padding-right: 3rem;
            }
        }

    .uelzener-cta--image__contain {
            aspect-ratio: 4/3;
        }

    @media (min-width: 768px) {
            .uelzener-cta--image__contain {
                aspect-ratio: 16 / 9;
            }
        }

    .uelzener-cta--image__contain {

      img {
                position: relative;
            }

      img {
                height: auto;
            }

      img {
                width: auto;
            }

      img {
                border-radius: 0px;
            }

      img {
                border-radius: 0.75rem;
            }

      img {
                -o-object-fit: contain;
                   object-fit: contain;
            }
    }

    .uelzener-cta--image__padding {
      padding-right: 0 !important;
    }
  }

  .uelzener-cta-inner__image-left {
    .uelzener-cta--text {
      order: 2 !important;
    }

    .uelzener-cta--image {
      order: 1 !important;

      img {
                width: 100%;
            }

      img {
                border-top-left-radius: 0.75rem;
                border-top-right-radius: 0.75rem;
            }

      img {
                -o-object-fit: cover;
                   object-fit: cover;
            }

      @media (min-width: 1024px) {
                img {
                    border-top-left-radius: 0.75rem;
                    border-bottom-left-radius: 0.75rem;
                }
            }

      @media (min-width: 1024px) {
                img {
                    border-top-right-radius: 0px;
                }
            }

      @media (min-width: 1024px) {
                img {
                    border-bottom-right-radius: 0px;
                }
            }
    }
  }
}
.uelzener-image-grid--container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
}
@media (min-width: 40rem) {
    .uelzener-image-grid--container {
        max-width: 40rem;
        padding-right: 1rem;
        padding-left: 1rem;
    }
}
@media (min-width: 48rem) {
    .uelzener-image-grid--container {
        max-width: 48rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 64rem) {
    .uelzener-image-grid--container {
        max-width: 64rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 80rem) {
    .uelzener-image-grid--container {
        max-width: 80rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 90rem) {
    .uelzener-image-grid--container {
        max-width: 90rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
.uelzener-image-grid--container {
    margin-top: 6rem;
    margin-bottom: 6rem;
}
@media screen and (min-width: 1130px) and (max-width: 1280px) {
  .uelzener-image-grid--container {
    max-width: 80rem;
  }
}
@media (min-width: 1024px) {
    .uelzener-image-grid--container {
        margin-top: 8rem;
        margin-bottom: 8rem;
    }
}
.uelzener-image-grid--header {
  container: text-container / inline-size;
  margin-bottom: 1rem;
  max-width: 52rem
}
@media (min-width: 768px) {
    .uelzener-image-grid--header {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1.5rem;
    }
}
@media (min-width: 1024px) {
    .uelzener-image-grid--header {
        margin-bottom: 2rem;
    }
}
.uelzener-image-grid--header {

  h2,
  h3,
  h4,
  h5,
  h6 {
        margin-bottom: 1.5rem;
    }

  p.uelzener-image-grid--head__subline {
        margin-bottom: 1rem;
    }

  p.uelzener-image-grid--head__subline {
        font-family: Varela, Arial, sans-serif;
    }

  p.uelzener-image-grid--head__subline {
        font-size: 18px;
        line-height: 150%;
    }

  p.uelzener-image-grid--head__subline {
        font-weight: 600;
    }

  p.uelzener-image-grid--head__subline {
        --tw-text-opacity: 1;
        color: rgb(236 116 4 / var(--tw-text-opacity, 1));
    }

  @media (min-width: 768px) {
        p.uelzener-image-grid--head__subline {
            text-align: center;
        }
    }

  @media (min-width: 1024px) {
        p.uelzener-image-grid--head__subline {
            font-size: 20px;
            line-height: 150%;
        }
    }

  @media (min-width: 768px) {
        p {
            text-align: center;
        }
    }
}
.uelzener-image-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    align-items: stretch;
    gap: 1rem;
}
@media (min-width: 1024px) {
    .uelzener-image-grid {
        gap: 1.5rem;
    }
}
.uelzener-image-grid__item {
    grid-column: span 12 / span 12;
    display: grid;
    height: 100%;
    gap: 1rem;
}
@media (min-width: 1024px) {
    .uelzener-image-grid__item {
        grid-column: span 4 / span 4;
    }
}
.uelzener-image-grid__item.is-image-first {
  grid-template-rows: 1fr auto;
}
.uelzener-image-grid__item.is-text-first {
  grid-template-rows: auto 1fr;
}
.uelzener-image-grid__media {
    aspect-ratio: 4/3;
    min-height: 200px;
}
@media (min-width: 768px) {
    .uelzener-image-grid__media {
        aspect-ratio: 16 / 9;
    }
}
@media (min-width: 1024px) {
    .uelzener-image-grid__media {
        aspect-ratio: auto;
    }
}
.uelzener-image-grid__media img {
    height: 100%;
    width: 100%;
    border-radius: 0.75rem;
    -o-object-fit: cover;
       object-fit: cover;
}
.uelzener-image-grid__text {
  container: text-container / inline-size;
  border-radius: 0.75rem;
  padding: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));

  p {
        margin: 0px;
    }

  p {

    strong {
            font-family: Varela, Arial, sans-serif;
        }

    strong {
            font-size: 30px;
            line-height: 130%;
        }

    strong {
            font-weight: 700;
        }
  }
}
.uelzener-columns-wrapper,
.uelzener-image-grid--header {
  h2,
  h3,
  h4,
  h5,
  h6 {
        margin-top: 0.5rem;
    }
  h2,
  h3,
  h4,
  h5,
  h6 {
        margin-bottom: 1.5rem;
    }
  h2,
  h3,
  h4,
  h5,
  h6 {
        width: 100%;
    }
  @media (min-width: 768px) {
        h2,
  h3,
  h4,
  h5,
  h6 {
            text-align: center;
        }
    }
}
.uelzener-columns-wrapper {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
}
@media (min-width: 40rem) {
    .uelzener-columns-wrapper {
        max-width: 40rem;
        padding-right: 1rem;
        padding-left: 1rem;
    }
}
@media (min-width: 48rem) {
    .uelzener-columns-wrapper {
        max-width: 48rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 64rem) {
    .uelzener-columns-wrapper {
        max-width: 64rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 80rem) {
    .uelzener-columns-wrapper {
        max-width: 80rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 90rem) {
    .uelzener-columns-wrapper {
        max-width: 90rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
.uelzener-columns-wrapper {
    margin-top: 6rem;
    margin-bottom: 6rem;
}
@media screen and (min-width: 1130px) and (max-width: 1280px) {
  .uelzener-columns-wrapper {
    max-width: 80rem;
  }
}
@media (min-width: 1024px) {
    .uelzener-columns-wrapper {
        margin-top: 8rem;
        margin-bottom: 8rem;
    }
}
.uelzener-columns-wrapper {

  h2,
  h3,
  h4,
  h5,
  h6 {
        margin-bottom: 2rem;
    }

  @media (min-width: 768px) {
        h2,
  h3,
  h4,
  h5,
  h6 {
            margin-bottom: 3rem;
        }
    }

  p.uelzener-columns__subline {
        margin-bottom: 1rem;
    }

  p.uelzener-columns__subline {
        font-family: Varela, Arial, sans-serif;
    }

  p.uelzener-columns__subline {
        font-size: 18px;
        line-height: 150%;
    }

  p.uelzener-columns__subline {
        font-weight: 600;
    }

  p.uelzener-columns__subline {
        --tw-text-opacity: 1;
        color: rgb(236 116 4 / var(--tw-text-opacity, 1));
    }

  @media (min-width: 768px) {
        p.uelzener-columns__subline {
            text-align: center;
        }
    }

  @media (min-width: 1024px) {
        p.uelzener-columns__subline {
            font-size: 20px;
            line-height: 150%;
        }
    }

  .uelzener-columns--grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

  .uelzener-columns--grid {
        gap: 1.5rem;
    }

  @media (min-width: 1024px) {
        .uelzener-columns--grid {
            display: grid;
        }
    }

  @media (min-width: 1024px) {
        .uelzener-columns--grid {
            font-size: 18px;
            line-height: 150%;
        }
    }

  .uelzener-columns--grid {

    .uelzener-columns {
            margin-bottom: 1.5rem;
        }

    .uelzener-columns {
            display: flex;
        }

    .uelzener-columns {
            flex-direction: column;
        }

    .uelzener-columns {
            gap: 1.5rem;
        }

    @media (min-width: 1024px) {
            .uelzener-columns {
                margin-bottom: 0px;
            }
        }

    .uelzener-columns {

      .bgcolor-00305E {
                --tw-bg-opacity: 1;
                background-color: rgb(0 13 110 / var(--tw-bg-opacity, 1));
            }

      .bgcolor-00305E {
                --tw-text-opacity: 1;
                color: rgb(255 255 255 / var(--tw-text-opacity, 1));
            }

      .bgcolor-EC7404 {
                --tw-bg-opacity: 1;
                background-color: rgb(236 116 4 / var(--tw-bg-opacity, 1));
            }

      .bgcolor-EC7404 {
                --tw-text-opacity: 1;
                color: rgb(255 255 255 / var(--tw-text-opacity, 1));
            }

      .uelzener-columns--text {
                border-radius: 0.75rem;
            }

      .uelzener-columns--text {
                padding: 1.5rem;
            }

      @media (min-width: 1024px) {
                .uelzener-columns--text {
                    padding: 1.875rem;
                }
            }

      .uelzener-columns--text {

        div {
                    line-height: 1.5rem;
                }

        strong {
                    margin-bottom: 1rem;
                }

        strong {
                    font-family: Varela, Arial, sans-serif;
                }

        strong {
                    font-size: 20px;
                    line-height: 150%;
                }

        strong {
                    font-weight: 600;
                }
      }

      .uelzener-columns--image {
                width: 100%;
            }

      @media (min-width: 1024px) {
                .uelzener-columns--image {
                    height: 340px;
                }
            }

      .uelzener-columns--image {
                aspect-ratio: 4/3;
            }

      @media (min-width: 768px) {
                .uelzener-columns--image {
                    aspect-ratio: 16 / 9;
                }
            }

      @media (min-width: 1024px) {
                .uelzener-columns--image {
                    aspect-ratio: auto;
                }
            }

      .uelzener-columns--image {

        img {
                    height: 100%;
                }

        img {
                    width: 100%;
                }

        img {
                    border-radius: 0.75rem;
                }

        img {
                    -o-object-fit: cover;
                       object-fit: cover;
                }
      }
    }

    .uelzener-columns--col-reverse {
            flex-direction: column-reverse;
        }

    @media (min-width: 1024px) {
            .uelzener-columns--col-reverse {
                flex-direction: column;
            }
        }
  }
}
.uelzener-hero {
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(240 233 230 / var(--tw-bg-opacity, 1));

  .uelzener-hero--inner {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 1rem;
        padding-left: 1rem;
    }

  @media (min-width: 40rem) {
        .uelzener-hero--inner {
            max-width: 40rem;
            padding-right: 1rem;
            padding-left: 1rem;
        }
    }

  @media (min-width: 48rem) {
        .uelzener-hero--inner {
            max-width: 48rem;
            padding-right: 2rem;
            padding-left: 2rem;
        }
    }

  @media (min-width: 64rem) {
        .uelzener-hero--inner {
            max-width: 64rem;
            padding-right: 2rem;
            padding-left: 2rem;
        }
    }

  @media (min-width: 80rem) {
        .uelzener-hero--inner {
            max-width: 80rem;
            padding-right: 2rem;
            padding-left: 2rem;
        }
    }

  @media (min-width: 90rem) {
        .uelzener-hero--inner {
            max-width: 90rem;
            padding-right: 2rem;
            padding-left: 2rem;
        }
    }

  .uelzener-hero--inner {
        margin: 0px;
    }

  .uelzener-hero--inner {
        margin-left: auto;
        margin-right: auto;
    }

  .uelzener-hero--inner {
        width: 100%;
    }

  .uelzener-hero--inner {
        padding: 0px;
    }
@media screen and (min-width: 1130px) and (max-width: 1280px) {
  .uelzener-hero--inner {
    max-width: 80rem;
  }
}

  .uelzener-hero--inner {
        display: flex;
    }

  .uelzener-hero--inner {
        flex-direction: column-reverse;
    }

  @media (min-width: 1024px) {
        .uelzener-hero--inner {
            flex-direction: row;
        }
    }

  .uelzener-hero--inner {

    .uelzener-hero--left {
            width: 100%;
        }

    @media (min-width: 1024px) {
            .uelzener-hero--left {
                width: 50%;
            }
        }

    .uelzener-hero--left {
            padding-left: 1rem;
        }

    .uelzener-hero--left {
            padding-right: 1rem;
        }

    .uelzener-hero--left {
            padding-top: 2rem;
        }

    .uelzener-hero--left {
            padding-bottom: 2.5rem;
        }

    @media (min-width: 1024px) {
            .uelzener-hero--left {
                padding-left: 5rem;
            }
        }

    @media (min-width: 1024px) {
            .uelzener-hero--left {
                padding-right: 4.5rem;
            }
        }

    @media (min-width: 1024px) {
            .uelzener-hero--left {
                padding-top: 95px;
            }
        }

    @media (min-width: 1024px) {
            .uelzener-hero--left {
                padding-bottom: 94px;
            }
        }

    .uelzener-hero--left {

      .uelzener-hero--left__title {
                font-size: 30px;
                line-height: 130%;
            }

      .uelzener-hero--left__title {
                font-weight: 700;
            }

      .uelzener-hero--left__title {
                --tw-text-opacity: 1;
                color: rgb(21 71 52 / var(--tw-text-opacity, 1));
            }

      @media (min-width: 1024px) {
                .uelzener-hero--left__title {
                    font-size: 60px;
                    line-height: 130%;
                }
            }

      .uelzener-hero--left__title {
                margin-bottom: 1rem;
            }

      .uelzener-hero--left__subline {
                font-size: 16px;
                line-height: 150%;
            }

      .uelzener-hero--left__subline {
                font-weight: 400;
            }

      .uelzener-hero--left__subline {
                --tw-text-opacity: 1;
                color: rgb(21 71 52 / var(--tw-text-opacity, 1));
            }

      @media (min-width: 1024px) {
                .uelzener-hero--left__subline {
                    font-size: 20px;
                    line-height: 150%;
                }
            }

      .uelzener-hero--left__subline {
                margin-bottom: 2rem;
            }

      .uelzener-hero--left__text {
                font-size: 16px;
                line-height: 150%;
            }

      .uelzener-hero--left__text {
                font-weight: 400;
            }

      .uelzener-hero--left__text {
                --tw-text-opacity: 1;
                color: rgb(0 0 0 / var(--tw-text-opacity, 1));
            }

      @media (min-width: 1024px) {
                .uelzener-hero--left__text {
                    font-size: 18px;
                    line-height: 150%;
                }
            }
    }

    .uelzener-hero--right {
            width: 100%;
        }

    @media (min-width: 1024px) {
            .uelzener-hero--right {
                width: 50%;
            }
        }

    .uelzener-hero--right {

      .uelzener-hero--right__image {
                height: 100%;
            }

      .uelzener-hero--right__image {

        figure,
        picture,
        img {
                    height: 100%;
                }

        figure,
        picture,
        img {
                    width: 100%;
                }

        figure,
        picture,
        img {
                    flex-grow: 1;
                }

        figure,
        picture,
        img {
                    -o-object-fit: cover;
                       object-fit: cover;
                }

        figure,
        picture,
        img {
                    border-bottom-right-radius: 120px;
                }

        @media (min-width: 1024px) {
                    figure,
        picture,
        img {
                        border-bottom-right-radius: 0px;
                    }
                }

        figure,
        picture,
        img {
                    border-top-left-radius: 0px;
                }

        @media (min-width: 1024px) {
                    figure,
        picture,
        img {
                        border-top-left-radius: 260px;
                    }
                }
      }
    }
  }
}
.wp-block-uelzener-blocks-raster {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
}
@media (min-width: 40rem) {
    .wp-block-uelzener-blocks-raster {
        max-width: 40rem;
        padding-right: 1rem;
        padding-left: 1rem;
    }
}
@media (min-width: 48rem) {
    .wp-block-uelzener-blocks-raster {
        max-width: 48rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 64rem) {
    .wp-block-uelzener-blocks-raster {
        max-width: 64rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 80rem) {
    .wp-block-uelzener-blocks-raster {
        max-width: 80rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 90rem) {
    .wp-block-uelzener-blocks-raster {
        max-width: 90rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
.wp-block-uelzener-blocks-raster {
    margin-top: 6rem;
    margin-bottom: 6rem;
    display: grid;
    gap: 1rem;
}
@media screen and (min-width: 1130px) and (max-width: 1280px) {
  .wp-block-uelzener-blocks-raster {
    max-width: 80rem;
  }
}
@media (min-width: 1024px) {
    .wp-block-uelzener-blocks-raster {
        margin-top: 8rem;
        margin-bottom: 8rem;
    }
}
.wp-block-uelzener-blocks-raster {

    @media (min-width: 1024px) {
        grid-template-areas:
            "a c e"
            "b d f";

        grid-template-columns: repeat(3, 1fr);

        grid-template-rows: auto auto;
        grid-template-columns: auto auto;
        align-items: start;

        .grid-cell:nth-child(1) { grid-area: a; }
        .grid-cell:nth-child(2) { grid-area: b; }
        .grid-cell:nth-child(3) { grid-area: c; }
        .grid-cell:nth-child(4) { grid-area: d; }
        .grid-cell:nth-child(5) { grid-area: e; }
        .grid-cell:nth-child(6) { grid-area: f; }
    }

    .blue {
        --tw-bg-opacity: 1;
        background-color: rgb(0 13 110 / var(--tw-bg-opacity, 1));
    }

    .blue {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    }

    .orange {
        --tw-bg-opacity: 1;
        background-color: rgb(236 116 4 / var(--tw-bg-opacity, 1));
    }

    .orange {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    }

    .grid-cell {
        height: -moz-max-content;
        height: max-content;
    }

    .grid-cell {
        border-radius: 0.75rem;
    }

    .grid-cell {
        padding: 1.5rem;
    }

    .grid-cell {

        h2 {
            margin-bottom: 1rem;
        }

        h2 {
            font-size: 20px;
            line-height: 150%;
        }

        p {
            font-size: 14px;
            line-height: 130%;
        }
    }

    .grid-cell:has(.wp-block-image) {
        background-color: transparent;
    }

    .grid-cell:has(.wp-block-image) {
        padding: 0px;
    }

    .grid-cell:has(.wp-block-image) {

        figure {
            img {
                width: 100%;
            }
        }
    }
}
.uelzener-repeater-grid--wrapper {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
}
@media (min-width: 40rem) {
    .uelzener-repeater-grid--wrapper {
        max-width: 40rem;
        padding-right: 1rem;
        padding-left: 1rem;
    }
}
@media (min-width: 48rem) {
    .uelzener-repeater-grid--wrapper {
        max-width: 48rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 64rem) {
    .uelzener-repeater-grid--wrapper {
        max-width: 64rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 80rem) {
    .uelzener-repeater-grid--wrapper {
        max-width: 80rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 90rem) {
    .uelzener-repeater-grid--wrapper {
        max-width: 90rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
.uelzener-repeater-grid--wrapper {
    margin-top: 6rem;
    margin-bottom: 6rem;
}
@media screen and (min-width: 1130px) and (max-width: 1280px) {
  .uelzener-repeater-grid--wrapper {
    max-width: 80rem;
  }
}
@media (min-width: 1024px) {
    .uelzener-repeater-grid--wrapper {
        margin-top: 8rem;
        margin-bottom: 8rem;
    }
}
.uelzener-repeater-grid--wrapper {

  .uelzener-repeater-grid--header {
        max-width: 52rem;
    }

  .uelzener-repeater-grid--header {

    h2,
    h3,
    h4,
    h5,
    h6 {
            margin-top: 0.5rem;
        }

    h2,
    h3,
    h4,
    h5,
    h6 {
            margin-bottom: 2rem;
        }

    @media (min-width: 768px) {
            h2,
    h3,
    h4,
    h5,
    h6 {
                margin-bottom: 3rem;
            }
        }

    p.uelzener-repeater-grid--header__subline {
            font-family: Varela, Arial, sans-serif;
        }

    p.uelzener-repeater-grid--header__subline {
            font-weight: 600;
        }

    p.uelzener-repeater-grid--header__subline {
            --tw-text-opacity: 1;
            color: rgb(236 116 4 / var(--tw-text-opacity, 1));
        }

    .uelzener-repeater-grid__admin {
      > .block-editor-inner-blocks {
        > .block-editor-block-list__layout {
                    display: grid;
                }
        > .block-editor-block-list__layout {
                    grid-template-columns: repeat(1, minmax(0, 1fr));
                }
        > .block-editor-block-list__layout {
                    gap: 1rem;
                }
        @media (min-width: 1024px) {
                    > .block-editor-block-list__layout {
                        grid-template-columns: repeat(12, minmax(0, 1fr));
                    }
                }
        > .block-editor-block-list__layout {

          .grid-item {
                        grid-column: span 6 / span 6;
                    }

          .grid-item {
                        --tw-bg-opacity: 1;
                        background-color: rgb(247 246 245 / var(--tw-bg-opacity, 1));
                    }

          .grid-item {
                        padding: 2rem;
                    }

          .grid-item {

            i {
                            --tw-text-opacity: 1;
                            color: rgb(1 56 109 / var(--tw-text-opacity, 1));
                        }

            h3 {
                            margin-top: 1rem;
                            margin-bottom: 1rem;
                        }

            h3 {
                            font-size: 20px;
                            line-height: 150%;
                        }

            h3 {
                            font-weight: 700;
                        }

            h3 {
                            --tw-text-opacity: 1;
                            color: rgb(0 0 0 / var(--tw-text-opacity, 1));
                        }
          }
        }
      }
    }

    .uelzener-repeater-grid {
            display: grid;
        }

    .uelzener-repeater-grid {
            grid-template-columns: repeat(1, minmax(0, 1fr));
        }

    .uelzener-repeater-grid {
            gap: 1rem;
        }

    @media (min-width: 1024px) {
            .uelzener-repeater-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
        }

    .uelzener-repeater-grid {

      .grid-item {
                margin-top: 1rem;
            }

      .grid-item {

        i {
                    --tw-text-opacity: 1;
                    color: rgb(1 56 109 / var(--tw-text-opacity, 1));
                }

        .grid-item__headline {
                    margin-top: 1rem;
                }

        .grid-item__headline {
                    margin-bottom: 0.5rem;
                }

        .grid-item__headline {
                    width: 100%;
                }

        .grid-item__headline {
                    font-family: Varela, Arial, sans-serif;
                }

        .grid-item__headline {
                    font-size: 20px;
                    line-height: 150%;
                }

        .grid-item__headline {
                    font-weight: 700;
                }

        .grid-item__headline {
                    --tw-text-opacity: 1;
                    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
                }

        @media (min-width: 768px) {
                    .grid-item__headline {
                        width: 80%;
                    }
                }

        .grid-item__headline {

          strong {
                        font-weight: 700;
                    }
        }
      }
    }

    p {
      a {
                --tw-text-opacity: 1;
                color: rgb(0 48 94 / var(--tw-text-opacity, 1));
            }
      a {
                text-decoration-line: underline;
            }
    }

    ul {
      li {
        a {
                    --tw-text-opacity: 1;
                    color: rgb(0 48 94 / var(--tw-text-opacity, 1));
                }
        a {
                    text-decoration-line: underline;
                }
      }
    }
  }

  .uelzener-repeater-grid {
        display: grid;
    }

  .uelzener-repeater-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

  .uelzener-repeater-grid {
        row-gap: 3rem;
    }

  .uelzener-repeater-grid {
        -moz-column-gap: 1.5rem;
             column-gap: 1.5rem;
    }

  @media (min-width: 1024px) {
        .uelzener-repeater-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
    }

  @media (min-width: 1024px) {
        .uelzener-repeater-grid {
            row-gap: 3.5rem;
        }
    }

  .uelzener-repeater-grid {

    .grid-item {
      container: text-container / inline-size;

      span {
        svg {
                    fill: #00305E;
                }
      }

      i {
                --tw-text-opacity: 1;
                color: rgb(1 56 109 / var(--tw-text-opacity, 1));
            }

      .grid-item__headline {
                margin-top: 0.5rem;
            }

      .grid-item__headline {
                margin-bottom: 1rem;
            }

      .grid-item__headline {
                width: 100%;
            }

      .grid-item__headline {
                font-family: Varela, Arial, sans-serif;
            }

      .grid-item__headline {
                font-size: 24px;
                line-height: 130%;
            }

      .grid-item__headline {
                font-weight: 700;
            }

      .grid-item__headline {
                --tw-text-opacity: 1;
                color: rgb(0 0 0 / var(--tw-text-opacity, 1));
            }

      @media (min-width: 768px) {
                .grid-item__headline {
                    width: 80%;
                }
            }

      @media (min-width: 1024px) {
                .grid-item__headline {
                    margin-top: 1rem;
                }
            }

      @media (min-width: 1024px) {
                .grid-item__headline {
                    font-size: 30px;
                    line-height: 130%;
                }
            }

      p, ul, ol {
                width: 100%;
            }

      @media (min-width: 768px) {
                p, ul, ol {
                    width: 80%;
                }
            }
    }
  }
}
.uelzener-news-list--wrapper {
    --tw-bg-opacity: 1;
    background-color: rgb(244 241 237 / var(--tw-bg-opacity, 1));
}
.uelzener-news-list {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
}
@media (min-width: 40rem) {
    .uelzener-news-list {
        max-width: 40rem;
        padding-right: 1rem;
        padding-left: 1rem;
    }
}
@media (min-width: 48rem) {
    .uelzener-news-list {
        max-width: 48rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 64rem) {
    .uelzener-news-list {
        max-width: 64rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 80rem) {
    .uelzener-news-list {
        max-width: 80rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 90rem) {
    .uelzener-news-list {
        max-width: 90rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
.uelzener-news-list {
    margin-top: 6rem;
    margin-bottom: 6rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
@media screen and (min-width: 1130px) and (max-width: 1280px) {
  .uelzener-news-list {
    max-width: 80rem;
  }
}
@media (min-width: 1024px) {
    .uelzener-news-list {
        margin-top: 8rem;
        margin-bottom: 8rem;
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
}
.uelzener-news-list {

  .uelzener-news-list--header {
        display: flex;
    }

  .uelzener-news-list--header {
        flex-direction: column-reverse;
    }

  .uelzener-news-list--header {
        justify-content: space-between;
    }

  @media (min-width: 1024px) {
        .uelzener-news-list--header {
            flex-direction: row;
        }
    }

  .uelzener-news-list--header {

    .uelzener-news-list--header__info {
            width: 100%;
        }

    @media (min-width: 768px) {
            .uelzener-news-list--header__info {
                width: 75%;
            }
        }

    .uelzener-news-list--header__info {

      .uelzener-news-list--header__info__subline {
                margin-bottom: 1rem;
            }

      .uelzener-news-list--header__info__subline {
                font-size: 18px;
                line-height: 150%;
            }

      .uelzener-news-list--header__info__subline {
                font-weight: 600;
            }

      .uelzener-news-list--header__info__subline {
                --tw-text-opacity: 1;
                color: rgb(236 116 4 / var(--tw-text-opacity, 1));
            }

      @media (min-width: 1024px) {
                .uelzener-news-list--header__info__subline {
                    font-size: 20px;
                    line-height: 150%;
                }
            }
    }

    .uelzener-news-list--header__link {
            margin-bottom: 2rem;
        }

    .uelzener-news-list--header__link {
            display: flex;
        }

    .uelzener-news-list--header__link {
            align-items: flex-end;
        }

    .uelzener-news-list--header__link {
            justify-content: flex-end;
        }

    @media (min-width: 1024px) {
            .uelzener-news-list--header__link {
                justify-content: flex-start;
            }
        }

    .uelzener-news-list--header__link {

      a {
                display: flex;
            }

      a {
                align-items: center;
            }

      a {
                gap: 0.5rem;
            }

      a {
                font-weight: 600;
            }

      a {
                --tw-text-opacity: 1;
                color: rgb(0 13 110 / var(--tw-text-opacity, 1));
            }
    }
  }

  .uelzener-news-list--slider__nav {
        position: relative;
    }

  .uelzener-news-list--slider__nav {
        margin-top: 2rem;
    }

  .uelzener-news-list--slider__nav {
        display: flex;
    }

  .uelzener-news-list--slider__nav {
        width: 100%;
    }

  .uelzener-news-list--slider__nav {
        justify-content: flex-end;
    }

  .uelzener-news-list--slider__nav {
        gap: 2rem;
    }

  .uelzener-news-list--container {
        display: grid;
    }

  .uelzener-news-list--container {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

  .uelzener-news-list--container {
        gap: 1rem;
    }

  @media (min-width: 640px) {
        .uelzener-news-list--container {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
    }

  @media (min-width: 1024px) {
        .uelzener-news-list--container {
            grid-template-columns: repeat(3, minmax(0, 1fr));
        }
    }

  .uelzener-news-list--container {

    .uelzener-news-list--item {
            height: 100%;
        }

    .uelzener-news-list--item {
            min-height: 550px;
        }

    .uelzener-news-list--item {
            border-radius: 0.75rem;
        }

    .uelzener-news-list--item {
            --tw-bg-opacity: 1;
            background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
        }

    .uelzener-news-list--item {
            transition-property: all;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-duration: 150ms;
        }

    .uelzener-news-list--item {

      &:hover {
                --tw-bg-opacity: 1;
                background-color: rgb(229 221 211 / var(--tw-bg-opacity, 1));
            }

      &:hover {

        .uelzener-news-list--item__image {
          img {
                        --tw-scale-x: 1.05;
                        --tw-scale-y: 1.05;
                        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
                    }
          img {
                        border-top-left-radius: 0.75rem;
                        border-top-right-radius: 0.75rem;
                    }
        }
      }

      .uelzener-news-list--item__image {
                height: 250px;
            }

      .uelzener-news-list--item__image {
                width: 100%;
            }

      .uelzener-news-list--item__image {
                overflow: hidden;
            }

      .uelzener-news-list--item__image {
                border-top-left-radius: 0.75rem;
                border-top-right-radius: 0.75rem;
            }

      .uelzener-news-list--item__image {

        img {
                    height: 250px;
                }

        img {
                    width: 100%;
                }

        img {
                    --tw-scale-x: 1;
                    --tw-scale-y: 1;
                    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
                }

        img {
                    border-top-left-radius: 0.75rem;
                    border-top-right-radius: 0.75rem;
                }

        img {
                    -o-object-fit: cover;
                       object-fit: cover;
                }

        img {
                    transition-property: all;
                    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
                    transition-duration: 150ms;
                }

        img {

          transition-duration: 400ms;
        }
      }

      .uelzener-news-list--item__text {
        container: text-container / inline-size
      }

      .uelzener-news-list--item__text {
                padding: 1.5rem;
            }

      .uelzener-news-list--item__text {

        span {
                    display: block;
                }

        span {
                    font-weight: 600;
                }

        span {
                    --tw-text-opacity: 1;
                    color: rgb(236 116 4 / var(--tw-text-opacity, 1));
                }

        p.uelzener-news-list--item__headline {
                    margin-top: 0.75rem;
                    margin-bottom: 0.75rem;
                }

        p.uelzener-news-list--item__headline {
                    font-family: Varela, Arial, sans-serif;
                }

        p.uelzener-news-list--item__headline {
                    font-size: 20px;
                    line-height: 150%;
                }

        p.uelzener-news-list--item__headline {
                    font-weight: 600;
                }

        p.uelzener-news-list--item__headline {
                    color: inherit;
                }
      }
    }
  }
}
.uelzener-icon-grid--wrapper {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
}
@media (min-width: 40rem) {
    .uelzener-icon-grid--wrapper {
        max-width: 40rem;
        padding-right: 1rem;
        padding-left: 1rem;
    }
}
@media (min-width: 48rem) {
    .uelzener-icon-grid--wrapper {
        max-width: 48rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 64rem) {
    .uelzener-icon-grid--wrapper {
        max-width: 64rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 80rem) {
    .uelzener-icon-grid--wrapper {
        max-width: 80rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 90rem) {
    .uelzener-icon-grid--wrapper {
        max-width: 90rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
.uelzener-icon-grid--wrapper {
    margin-left: auto;
    margin-right: auto;
}
@media screen and (min-width: 1130px) and (max-width: 1280px) {
  .uelzener-icon-grid--wrapper {
    max-width: 80rem;
  }
}
.uelzener-icon-grid--wrapper {
    padding-top: 56px;
    padding-bottom: 32px;
}
@media (min-width: 1024px) {
    .uelzener-icon-grid--wrapper {
        padding-top: 112px;
        padding-bottom: 72px;
    }
}
.uelzener-icon-grid--wrapper {

  .uelzener-icon-grid--header {
    h2,
    h3,
    h4,
    h5,
    h6 {
            margin-left: auto;
            margin-right: auto;
        }
    h2,
    h3,
    h4,
    h5,
    h6 {
            width: -moz-fit-content;
            width: fit-content;
        }
    h2,
    h3,
    h4,
    h5,
    h6 {
            font-size: 24px;
            line-height: 130%;
        }
    h2,
    h3,
    h4,
    h5,
    h6 {
            font-weight: 700;
        }
    h2,
    h3,
    h4,
    h5,
    h6 {
            --tw-text-opacity: 1;
            color: rgb(21 71 52 / var(--tw-text-opacity, 1));
        }
    @media (min-width: 1024px) {
            h2,
    h3,
    h4,
    h5,
    h6 {
                font-size: 52px;
                line-height: 130%;
            }
        }
  }

  .uelzener-icon-grid {
        display: grid;
    }

  .uelzener-icon-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

  .uelzener-icon-grid {
        gap: 1.5rem;
    }

  @media (min-width: 1024px) {
        .uelzener-icon-grid {
            grid-template-columns: repeat(3, minmax(0, 1fr));
        }
    }

  .uelzener-icon-grid {

    .uelzener-icon-grid--item {
            --tw-bg-opacity: 1;
            background-color: rgb(21 71 52 / var(--tw-bg-opacity, 1));
        }

    .uelzener-icon-grid--item {
            padding: 2rem;
        }

    .uelzener-icon-grid--item {
            --tw-text-opacity: 1;
            color: rgb(255 255 255 / var(--tw-text-opacity, 1));
        }

    .uelzener-icon-grid--item {
            border-radius: 0px;
        }

    .uelzener-icon-grid--item:last-of-type {
            border-bottom-right-radius: 80px;
        }

    .uelzener-icon-grid--item {
            display: flex;
        }

    .uelzener-icon-grid--item {
            flex-direction: column;
        }

    .uelzener-icon-grid--item {
            align-items: center;
        }

    .uelzener-icon-grid--item {
            justify-content: space-between;
        }

    .uelzener-icon-grid--item {

      .uelzener-icon-grid--item__content {
                display: flex;
            }

      .uelzener-icon-grid--item__content {
                flex-direction: column;
            }

      .uelzener-icon-grid--item__content {
                align-items: center;
            }

      .uelzener-icon-grid--item__content {
                gap: 1rem;
            }

      .uelzener-icon-grid--item__content {
                text-align: center;
            }

      .uelzener-icon-grid--item__content {

        span {
                    height: 64px;
                }

        span {
                    width: 64px;
                }

        @media (min-width: 1024px) {
                    span {
                        height: 80px;
                    }
                }

        @media (min-width: 1024px) {
                    span {
                        width: 80px;
                    }
                }

        span {
                    display: flex;
                }

        span {
                    align-items: center;
                }

        span {
                    justify-content: center;
                }

        span {

          svg {
                        height: 64px;
                    }

          svg {
                        width: 64px;
                    }

          @media (min-width: 1024px) {
                        svg {
                            height: 80px;
                        }
                    }

          @media (min-width: 1024px) {
                        svg {
                            width: 80px;
                        }
                    }
        }

        h2,
        h3,
        h4,
        h5,
        h6 {
                    width: 100%;
                }

        h2,
        h3,
        h4,
        h5,
        h6 {
                    font-size: 18px;
                    line-height: 150%;
                }

        h2,
        h3,
        h4,
        h5,
        h6 {
                    font-weight: 700;
                }

        h2,
        h3,
        h4,
        h5,
        h6 {
                    --tw-text-opacity: 1;
                    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
                }

        @media (min-width: 1024px) {
                    h2,
        h3,
        h4,
        h5,
        h6 {
                        font-size: 20px;
                        line-height: 150%;
                    }
                }
      }
    }
  }
}
.uelzener-text-image-block {
  .uelzener-text-image-block__wrapper {
        display: flex;
    }
  .uelzener-text-image-block__wrapper {
        flex-direction: column;
    }
  .uelzener-text-image-block__wrapper {
        padding-top: 112px;
        padding-bottom: 112px;
    }

  .uelzener-text-image-block__wrapper--white {
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    }

  .uelzener-text-image-block__wrapper--warmwhite {
        --tw-bg-opacity: 1;
        background-color: rgb(240 233 230 / var(--tw-bg-opacity, 1));
    }

  .uelzener-text-image-block__module {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 1rem;
        padding-left: 1rem;
    }

  @media (min-width: 40rem) {
        .uelzener-text-image-block__module {
            max-width: 40rem;
            padding-right: 1rem;
            padding-left: 1rem;
        }
    }

  @media (min-width: 48rem) {
        .uelzener-text-image-block__module {
            max-width: 48rem;
            padding-right: 2rem;
            padding-left: 2rem;
        }
    }

  @media (min-width: 64rem) {
        .uelzener-text-image-block__module {
            max-width: 64rem;
            padding-right: 2rem;
            padding-left: 2rem;
        }
    }

  @media (min-width: 80rem) {
        .uelzener-text-image-block__module {
            max-width: 80rem;
            padding-right: 2rem;
            padding-left: 2rem;
        }
    }

  @media (min-width: 90rem) {
        .uelzener-text-image-block__module {
            max-width: 90rem;
            padding-right: 2rem;
            padding-left: 2rem;
        }
    }

  .uelzener-text-image-block__module {
        gap: 3rem;
    }
@media screen and (min-width: 1130px) and (max-width: 1280px) {
  .uelzener-text-image-block__module {
    max-width: 80rem;
  }
}

  @media (min-width: 1024px) {
        .uelzener-text-image-block__module {
            display: flex;
        }
    }

  .uelzener-text-image-block__module .uelzener-text-image-block--media {
        margin-bottom: 2rem;
    }

  @media (min-width: 1024px) {
        .uelzener-text-image-block__module .uelzener-text-image-block--media {
            margin-bottom: 0px;
        }
    }

  @media (min-width: 1024px) {
        .uelzener-text-image-block__module .uelzener-text-image-block--media {
            display: flex;
        }
    }

  @media (min-width: 1024px) {
        .uelzener-text-image-block__module .uelzener-text-image-block--media {
            flex-direction: column;
        }
    }

  .uelzener-text-image-block__module .uelzener-text-image-block--media {
    flex: 1 1 50%;

    img {
            width: 100%;
        }

    img {
            -o-object-fit: cover;
               object-fit: cover;
        }

    @media (min-width: 1024px) {
            img {
                flex-grow: 1;
            }
        }

    img {

      @media (min-width: 1024px) {
        min-height: 420px;
        height: 0 !important;
      }

      &:not([style*="object-fit:contain"]):not([style*="object-fit: contain"]) {
                aspect-ratio: 4/3;
            }

      @media (min-width: 768px) {
                &:not([style*="object-fit:contain"]):not([style*="object-fit: contain"]) {
                    aspect-ratio: 16 / 9;
                }
            }

      @media (min-width: 1024px) {
                &:not([style*="object-fit:contain"]):not([style*="object-fit: contain"]) {
                    aspect-ratio: auto;
                }
            }
    }

    .uelzener-text-image-block__video {
            position: relative;
        }

    .uelzener-text-image-block__video {
            margin-bottom: 2rem;
        }

    .uelzener-text-image-block__video {
            width: 100%;
        }

    .uelzener-text-image-block__video {
            overflow: hidden;
        }

    .uelzener-text-image-block__video {
            border-radius: 0.75rem;
        }

    .uelzener-text-image-block__video {

      padding-top: 56.25%;
    }

    .uelzener-text-image-block__video iframe {
            position: absolute;
        }

    .uelzener-text-image-block__video iframe {
            top: 0px;
        }

    .uelzener-text-image-block__video iframe {
            left: 0px;
        }

    .uelzener-text-image-block__video iframe {
            height: 100%;
        }

    .uelzener-text-image-block__video iframe {
            width: 100%;
        }

    .uelzener-text-image-block--media__placeholder {
            display: flex;
        }

    .uelzener-text-image-block--media__placeholder {
            height: 420px;
        }

    .uelzener-text-image-block--media__placeholder {
            width: 100%;
        }

    .uelzener-text-image-block--media__placeholder {
            align-items: center;
        }

    .uelzener-text-image-block--media__placeholder {
            justify-content: center;
        }

    .uelzener-text-image-block--media__placeholder {
            border-radius: 0.75rem;
        }

    .uelzener-text-image-block--media__placeholder {
            --tw-bg-opacity: 1;
            background-color: rgb(244 241 237 / var(--tw-bg-opacity, 1));
        }

    .uelzener-text-image-block--media__placeholder {
            font-size: 30px;
            line-height: 130%;
        }

    .uelzener-text-image-block--media__placeholder {
            --tw-text-opacity: 1;
            color: rgb(229 221 211 / var(--tw-text-opacity, 1));
        }
  }

  .uelzener-text-image-block__module .uelzener-text-image-block--text {
    flex: 1 1 50%;

    .uelzener-text-image-block--text__main {
      container: text-container / inline-size;

      h2,
      h3,
      h4,
      h5,
      h6 {
                margin-bottom: 1.5rem;
            }

      h2,
      h3,
      h4,
      h5,
      h6 {
                font-size: 42px;
                line-height: 130%;
            }

      h2,
      h3,
      h4,
      h5,
      h6 {
                font-weight: 700;
            }

      h2,
      h3,
      h4,
      h5,
      h6 {
                --tw-text-opacity: 1;
                color: rgb(21 71 52 / var(--tw-text-opacity, 1));
            }

      p.uelzener-text-image-block--text__subline {
                margin-bottom: 1.5rem;
            }

      p.uelzener-text-image-block--text__subline {
                font-size: 20px;
                line-height: 150%;
            }

      p.uelzener-text-image-block--text__subline {
                font-weight: 700;
            }

      p.uelzener-text-image-block--text__subline {
                --tw-text-opacity: 1;
                color: rgb(120 190 33 / var(--tw-text-opacity, 1));
            }

      p {
                font-size: 16px;
                line-height: 150%;
            }

      p {
                font-weight: 400;
            }

      p {
                --tw-text-opacity: 1;
                color: rgb(0 0 0 / var(--tw-text-opacity, 1));
            }

      @media (min-width: 1024px) {
                p {
                    font-size: 20px;
                    line-height: 150%;
                }
            }

      p {
        a {
                    --tw-text-opacity: 1;
                    color: rgb(120 190 33 / var(--tw-text-opacity, 1));
                }
        a {
                    text-decoration-line: underline;
                }

        &:has(+ ul) {
          em {
                        font-size: 30px;
                        line-height: 130%;
                    }
          em {
                        font-weight: 700;
                    }
          em {
                        --tw-text-opacity: 1;
                        color: rgb(21 71 52 / var(--tw-text-opacity, 1));
                    }
          em {
            font-style: normal;
          }
        }
      }

      ul {
                list-style-type: none;
            }

      ul {
                padding-left: 0px;
            }

      ul {

        li {
                    position: relative;
                }

        li {
                    margin-bottom: 1.5rem;
                }

        li {
                    padding-left: 2.5rem;
                }

        li {
                    font-size: 16px;
                    line-height: 150%;
                }

        li {
                    font-weight: 700;
                }

        li {
                    --tw-text-opacity: 1;
                    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
                }

        @media (min-width: 1024px) {
                    li {
                        font-size: 20px;
                        line-height: 150%;
                    }
                }

        li {

          &::before {
            content: "";
          }

          &::before {
                        position: absolute;
                    }

          &::before {
                        left: 0px;
                    }

          &::before {
                        height: 1.5rem;
                    }

          &::before {
                        width: 1.5rem;
                    }

          &::before {
                        background-size: contain;
                    }

          &::before {
                        background-repeat: no-repeat;
                    }

          &::before {
            top: 0.1em;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M23.0526 22.9474C22 24 17.0526 24 15.0526 24C13.0526 24 7.05263 24 3.57895 20.5263C1.05263 18 0 15.0526 0 12C0 8.52632 2.94737 6 5.47368 6.94737C6 7.1579 6.52632 7.36842 6.94737 6.94737C7.36842 6.52632 7.15789 6 6.94737 5.47368C6 2.94737 8.42105 0 12 0C14.9474 0 18 0.947369 20.5263 3.47368C24 6.94737 24 12.9474 24 14.9474C24 16.9474 24 21.8947 22.9474 22.9474' fill='%23A1C42D'/%3E%3C/svg%3E");
          }

          a {
                        --tw-text-opacity: 1;
                        color: rgb(120 190 33 / var(--tw-text-opacity, 1));
                    }

          a {
                        text-decoration-line: underline;
                    }
        }
      }
    }
  }
}
.uelzener-text-image-block__image-right .uelzener-text-image-block__module {
    flex-direction: row-reverse;
}
.uelzener-text-image-block__image-top .uelzener-text-image-block__module {
    flex-direction: column;
}
.uelzener-text-image-block__margin {
    margin-bottom: 3rem;
}
.uelzener-text-image-block--media__rounded-br {
  img {
    border-bottom-right-radius: 120px !important;

    @media (min-width: 1024px) {
      border-bottom-right-radius: 200px !important;
    }
  }

  .uelzener-text-image-block__video {
    border-bottom-right-radius: 120px !important;

    @media (min-width: 1024px) {
      border-bottom-right-radius: 200px !important;
    }
  }
}
.uelzener-text-image-block--media__rounded-tl {
  img,
  picture,
  figure {
    border-top-left-radius: 120px !important;

    @media (min-width: 1024px) {
      border-top-left-radius: 200px !important;
    }
  }

  .uelzener-text-image-block__video {
    border-top-left-radius: 120px !important;

    @media (min-width: 1024px) {
      border-top-left-radius: 200px !important;
    }
  }
}
.uelzener-text-image-block--text__below {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
}
@media (min-width: 40rem) {
    .uelzener-text-image-block--text__below {
        max-width: 40rem;
        padding-right: 1rem;
        padding-left: 1rem;
    }
}
@media (min-width: 48rem) {
    .uelzener-text-image-block--text__below {
        max-width: 48rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 64rem) {
    .uelzener-text-image-block--text__below {
        max-width: 64rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 80rem) {
    .uelzener-text-image-block--text__below {
        max-width: 80rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 90rem) {
    .uelzener-text-image-block--text__below {
        max-width: 90rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
.uelzener-text-image-block--text__below {
    margin-top: 56px;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}
@media screen and (min-width: 1130px) and (max-width: 1280px) {
  .uelzener-text-image-block--text__below {
    max-width: 80rem;
  }
}
@media (min-width: 1024px) {
    .uelzener-text-image-block--text__below {
        flex-direction: row;
        gap: 1.5rem;
    }
}
.uelzener-text-image-block--text__below {

  > .wp-block-uelzener-blocks-text-image-bottom-list,
  > .wp-block-uelzener-blocks-text-image-bottom-content {
    flex: 1 1 50%;
  }
}
.uelzener-text-image-bottom-list,
.uelzener-text-image-bottom-content {
    height: 100%;
}
.uelzener-text-image-bottom-list {
  h2,
  h3,
  h4,
  h5,
  h6 {
        margin-bottom: 1.5rem;
    }
  h2,
  h3,
  h4,
  h5,
  h6 {
        font-size: 30px;
        line-height: 130%;
    }
  h2,
  h3,
  h4,
  h5,
  h6 {
        font-weight: 700;
    }
  h2,
  h3,
  h4,
  h5,
  h6 {
        --tw-text-opacity: 1;
        color: rgb(21 71 52 / var(--tw-text-opacity, 1));
    }

  p {
        margin-bottom: 1rem;
    }

  p {
        font-size: 16px;
        line-height: 150%;
    }

  p {
        font-weight: 400;
    }

  p {
        --tw-text-opacity: 1;
        color: rgb(0 0 0 / var(--tw-text-opacity, 1));
    }

  @media (min-width: 1024px) {
        p {
            font-size: 20px;
            line-height: 150%;
        }
    }

  p {

    &:has(+ ul) {
      em {
                font-size: 30px;
                line-height: 130%;
            }
      em {
                font-weight: 700;
            }
      em {
                --tw-text-opacity: 1;
                color: rgb(21 71 52 / var(--tw-text-opacity, 1));
            }
      em {
        font-style: normal;
      }
    }
  }

  ul {
        margin-bottom: 0px;
    }

  ul {
        list-style-type: none;
    }

  ul {
        padding-left: 0px;
    }

  ul {

    li {
            position: relative;
        }

    li {
            margin-bottom: 1.5rem;
        }

    li {
            list-style-type: none;
        }

    li {
            padding-left: 2.5rem;
        }

    li:last-of-type {
            margin-bottom: 0px;
        }

    li {
            font-size: 16px;
            line-height: 150%;
        }

    li {
            font-weight: 700;
        }

    li {
            --tw-text-opacity: 1;
            color: rgb(0 0 0 / var(--tw-text-opacity, 1));
        }

    @media (min-width: 1024px) {
            li {
                font-size: 20px;
                line-height: 150%;
            }
        }

    li {

      &::before {
        content: "";
      }

      &::before {
                position: absolute;
            }

      &::before {
                left: 0px;
            }

      &::before {
                height: 1.5rem;
            }

      &::before {
                width: 1.5rem;
            }

      &::before {
                background-size: contain;
            }

      &::before {
                background-repeat: no-repeat;
            }

      &::before {
        top: 0.1em;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M23.0526 22.9474C22 24 17.0526 24 15.0526 24C13.0526 24 7.05263 24 3.57895 20.5263C1.05263 18 0 15.0526 0 12C0 8.52632 2.94737 6 5.47368 6.94737C6 7.1579 6.52632 7.36842 6.94737 6.94737C7.36842 6.52632 7.15789 6 6.94737 5.47368C6 2.94737 8.42105 0 12 0C14.9474 0 18 0.947369 20.5263 3.47368C24 6.94737 24 12.9474 24 14.9474C24 16.9474 24 21.8947 22.9474 22.9474' fill='%23A1C42D'/%3E%3C/svg%3E");
      }

      a {
                --tw-text-opacity: 1;
                color: rgb(120 190 33 / var(--tw-text-opacity, 1));
            }

      a {
                text-decoration-line: underline;
            }
    }
  }
}
.uelzener-text-image-bottom-content {
    display: flex;
    flex-direction: column;

  h2,
  h3,
  h4,
  h5,
  h6 {
        margin-bottom: 1.5rem;
    }

  h2,
  h3,
  h4,
  h5,
  h6 {
        font-size: 30px;
        line-height: 130%;
    }

  h2,
  h3,
  h4,
  h5,
  h6 {
        font-weight: 700;
    }

  h2,
  h3,
  h4,
  h5,
  h6 {
        --tw-text-opacity: 1;
        color: rgb(21 71 52 / var(--tw-text-opacity, 1));
    }

  p {
        font-size: 16px;
        line-height: 150%;
    }

  p {
        font-weight: 400;
    }

  p {
        --tw-text-opacity: 1;
        color: rgb(0 0 0 / var(--tw-text-opacity, 1));
    }

  @media (min-width: 1024px) {
        p {
            font-size: 20px;
            line-height: 150%;
        }
    }

  p {

    a {
            --tw-text-opacity: 1;
            color: rgb(120 190 33 / var(--tw-text-opacity, 1));
        }

    a {
            text-decoration-line: underline;
        }
  }

  ul {
        margin-bottom: 1.5rem;
    }

  ul {
        list-style-type: none;
    }

  ul {
        padding-left: 0px;
    }

  ul {

    li {
            position: relative;
        }

    li {
            margin-bottom: 1rem;
        }

    li {
            padding-left: 2.5rem;
        }

    li:last-of-type {
            margin-bottom: 0px;
        }

    li {
            font-size: 16px;
            line-height: 150%;
        }

    li {
            font-weight: 400;
        }

    li {
            --tw-text-opacity: 1;
            color: rgb(0 0 0 / var(--tw-text-opacity, 1));
        }

    @media (min-width: 1024px) {
            li {
                font-size: 20px;
                line-height: 150%;
            }
        }

    li {

      &::before {
        content: "";
      }

      &::before {
                position: absolute;
            }

      &::before {
                left: 0px;
            }

      &::before {
                height: 1.5rem;
            }

      &::before {
                width: 1.5rem;
            }

      &::before {
                background-size: contain;
            }

      &::before {
                background-repeat: no-repeat;
            }

      &::before {
        top: 0.1em;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M23.0526 22.9474C22 24 17.0526 24 15.0526 24C13.0526 24 7.05263 24 3.57895 20.5263C1.05263 18 0 15.0526 0 12C0 8.52632 2.94737 6 5.47368 6.94737C6 7.1579 6.52632 7.36842 6.94737 6.94737C7.36842 6.52632 7.15789 6 6.94737 5.47368C6 2.94737 8.42105 0 12 0C14.9474 0 18 0.947369 20.5263 3.47368C24 6.94737 24 12.9474 24 14.9474C24 16.9474 24 21.8947 22.9474 22.9474' fill='%23A1C42D'/%3E%3C/svg%3E");
      }

      a {
                --tw-text-opacity: 1;
                color: rgb(120 190 33 / var(--tw-text-opacity, 1));
            }

      a {
                text-decoration-line: underline;
            }
    }
  }
}
.uelzener-button-group--wrapper {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
}
@media (min-width: 40rem) {
    .uelzener-button-group--wrapper {
        max-width: 40rem;
        padding-right: 1rem;
        padding-left: 1rem;
    }
}
@media (min-width: 48rem) {
    .uelzener-button-group--wrapper {
        max-width: 48rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 64rem) {
    .uelzener-button-group--wrapper {
        max-width: 64rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 80rem) {
    .uelzener-button-group--wrapper {
        max-width: 80rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 90rem) {
    .uelzener-button-group--wrapper {
        max-width: 90rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
.uelzener-button-group--wrapper {
    margin-top: 6rem;
    margin-bottom: 6rem;
    gap: 2rem;
}
@media screen and (min-width: 1130px) and (max-width: 1280px) {
  .uelzener-button-group--wrapper {
    max-width: 80rem;
  }
}
@media (min-width: 1024px) {
    .uelzener-button-group--wrapper {
        margin-top: 8rem;
        margin-bottom: 8rem;
        display: flex;
    }
}
.uelzener-button-group--wrapper {

  .uelzener-button-group--header {
    container: text-container / inline-size;
    flex: 1 1 50%
  }

  .uelzener-button-group--header {
        margin-bottom: 2rem;
    }

  .uelzener-button-group--header {
        border-radius: 0.75rem;
    }

  .uelzener-button-group--header {
        --tw-bg-opacity: 1;
        background-color: rgb(244 241 237 / var(--tw-bg-opacity, 1));
    }

  .uelzener-button-group--header {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

  .uelzener-button-group--header {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

  @media (min-width: 1024px) {
        .uelzener-button-group--header {
            margin-bottom: 0px;
        }
    }

  @media (min-width: 1024px) {
        .uelzener-button-group--header {
            padding: 3rem;
        }
    }

  .uelzener-button-group--header {

    p.uelzener-button-group--header__subline {
            margin-bottom: 1.5rem;
        }

    p.uelzener-button-group--header__subline {
            font-family: Varela, Arial, sans-serif;
        }

    p.uelzener-button-group--header__subline {
            font-size: 18px;
            line-height: 150%;
        }

    p.uelzener-button-group--header__subline {
            font-weight: 600;
        }

    p.uelzener-button-group--header__subline {
            --tw-text-opacity: 1;
            color: rgb(236 116 4 / var(--tw-text-opacity, 1));
        }

    @media (min-width: 1024px) {
            p.uelzener-button-group--header__subline {
                font-size: 20px;
                line-height: 150%;
            }
        }

    p {
            --tw-text-opacity: 1;
            color: rgb(0 0 0 / var(--tw-text-opacity, 1));
        }

    .uelzener-btn--tertiary {
            margin-top: 1.5rem;
        }
  }

  .uelzener-button-group {
    flex: 1 1 50%
  }

  .uelzener-button-group {
        display: grid;
    }

  .uelzener-button-group {
        width: 100%;
    }

  .uelzener-button-group {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

  .uelzener-button-group {
        gap: 1rem;
    }

  @media (min-width: 768px) {
        .uelzener-button-group {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
    }

  .uelzener-button-group {

    .uelzener-button-group--item {
            min-height: 165px;
        }

    .uelzener-button-group--item {
            border-radius: 0.75rem;
        }

    .uelzener-button-group--item {
            --tw-bg-opacity: 1;
            background-color: rgb(236 116 4 / var(--tw-bg-opacity, 1));
        }

    .uelzener-button-group--item {
            transition-property: all;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-duration: 150ms;
        }

    @media (min-width: 768px) {
            .uelzener-button-group--item {
                min-height: 200px;
            }
        }

    .uelzener-button-group--item {
            display: flex;
        }

    .uelzener-button-group--item {
            flex-direction: column;
        }

    .uelzener-button-group--item {
            align-items: center;
        }

    .uelzener-button-group--item {
            justify-content: center;
        }

    .uelzener-button-group--item {
            gap: 2.5rem;
        }

    .uelzener-button-group--item {
            --tw-text-opacity: 1;
            color: rgb(255 255 255 / var(--tw-text-opacity, 1));
        }

    .uelzener-button-group--item {
            padding-left: 1rem;
            padding-right: 1rem;
        }

    .uelzener-button-group--item {
            padding-top: 1.5rem;
            padding-bottom: 1.5rem;
        }

    .uelzener-button-group--item {

      &:hover {
                --tw-bg-opacity: 1;
                background-color: rgb(203 99 0 / var(--tw-bg-opacity, 1));
            }

      span {
                position: relative;
            }

      span {
                display: flex;
            }

      span {
                align-items: center;
            }

      span {
                gap: 0.5rem;
            }

      span {
                font-size: 18px;
                line-height: 150%;
            }

      span {
                font-weight: 600;
            }

      span {

        svg {
                    fill: #FFFFFF;
                }
      }
    }
  }
}
.uelzener-testimonial {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
}
@media (min-width: 40rem) {
    .uelzener-testimonial {
        max-width: 40rem;
        padding-right: 1rem;
        padding-left: 1rem;
    }
}
@media (min-width: 48rem) {
    .uelzener-testimonial {
        max-width: 48rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 64rem) {
    .uelzener-testimonial {
        max-width: 64rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 80rem) {
    .uelzener-testimonial {
        max-width: 80rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 90rem) {
    .uelzener-testimonial {
        max-width: 90rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
.uelzener-testimonial {
    margin-top: 6rem;
    margin-bottom: 6rem;
}
@media screen and (min-width: 1130px) and (max-width: 1280px) {
  .uelzener-testimonial {
    max-width: 80rem;
  }
}
@media (min-width: 1024px) {
    .uelzener-testimonial {
        margin-top: 8rem;
        margin-bottom: 8rem;
    }
}
.uelzener-testimonial {

  .uelzener-testimonial--container {
        display: flex;
    }

  .uelzener-testimonial--container {
        flex-direction: column;
    }

  .uelzener-testimonial--container {
        gap: 1.5rem;
    }

  .uelzener-testimonial--container {
        border-radius: 0.75rem;
    }

  .uelzener-testimonial--container {
        --tw-bg-opacity: 1;
        background-color: rgb(244 241 237 / var(--tw-bg-opacity, 1));
    }

  .uelzener-testimonial--container {
        padding: 1.5rem;
    }

  @media (min-width: 768px) {
        .uelzener-testimonial--container {
            padding: 2rem;
        }
    }

  @media (min-width: 1024px) {
        .uelzener-testimonial--container {
            display: grid;
        }
    }

  @media (min-width: 1024px) {
        .uelzener-testimonial--container {
            grid-template-columns: repeat(12, minmax(0, 1fr));
        }
    }

  @media (min-width: 1024px) {
        .uelzener-testimonial--container {
            gap: 4rem;
        }
    }

  @media (min-width: 1024px) {
        .uelzener-testimonial--container {
            padding: 3rem;
        }
    }

  .uelzener-testimonial--container {

    .uelzener-testimonial--media-container {
            grid-column: span 4 / span 4;
        }

    .uelzener-testimonial--media-container {
            height: 100%;
        }

    .uelzener-testimonial--media-container {
            width: 100%;
        }

    .uelzener-testimonial--media-container {

      .uelzener-testimonial--image,
      .uelzener-testimonial--video {
                overflow: hidden;
            }

      .uelzener-testimonial--image,
      .uelzener-testimonial--video {
                border-radius: 0.75rem;
            }

      img.uelzener-testimonial--image,
      .uelzener-testimonial--video video {
                height: 100%;
            }

      img.uelzener-testimonial--image,
      .uelzener-testimonial--video video {
                width: 100%;
            }

      img.uelzener-testimonial--image,
      .uelzener-testimonial--video video {
                -o-object-fit: cover;
                   object-fit: cover;
            }

      .uelzener-testimonial--image__placeholder {
                display: flex;
            }

      .uelzener-testimonial--image__placeholder {
                height: 100%;
            }

      .uelzener-testimonial--image__placeholder {
                min-height: 300px;
            }

      .uelzener-testimonial--image__placeholder {
                width: 100%;
            }

      .uelzener-testimonial--image__placeholder {
                align-items: center;
            }

      .uelzener-testimonial--image__placeholder {
                justify-content: center;
            }

      .uelzener-testimonial--image__placeholder {
                border-radius: 0.75rem;
            }

      .uelzener-testimonial--image__placeholder {
                --tw-bg-opacity: 1;
                background-color: rgb(237 231 224 / var(--tw-bg-opacity, 1));
            }

      .uelzener-testimonial--image__placeholder {
                font-size: 30px;
                line-height: 130%;
            }

      .uelzener-testimonial--image__placeholder {
                --tw-text-opacity: 1;
                color: rgb(207 194 177 / var(--tw-text-opacity, 1));
            }
    }

    .uelzener-testimonial--text {
      container: text-container / inline-size
    }

    .uelzener-testimonial--text {
            grid-column: span 8 / span 8;
        }

    .uelzener-testimonial--text {

      .uelzener-testimonial--text__head {
                margin-bottom: 1.5rem;
            }

      .uelzener-testimonial--text__head {

        p.uelzener-testimonial--text__person {
                    margin-bottom: 0px;
                }

        p.uelzener-testimonial--text__person {
                    font-family: Varela, Arial, sans-serif;
                }

        p.uelzener-testimonial--text__person {
                    font-size: 18px;
                    line-height: 150%;
                }

        p.uelzener-testimonial--text__person {
                    font-weight: 600;
                }

        p.uelzener-testimonial--text__person {
                    color: inherit;
                }

        .uelzener-testimonial--text__position {
                    font-weight: 400;
                }

        @media (min-width: 768px) {
                    .uelzener-testimonial--text__position {
                        font-size: 18px;
                        line-height: 150%;
                    }
                }
      }

      .uelzener-testimonial--text__content {
                font-size: 20px;
                line-height: 150%;
            }

      .uelzener-testimonial--text__content {
                font-weight: 600;
            }

      @media (min-width: 768px) {
                .uelzener-testimonial--text__content {
                    font-size: 30px;
                    line-height: 130%;
                }
            }
    }
  }
}
.uelzener-partner-grid--wrapper {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
}
@media (min-width: 40rem) {
    .uelzener-partner-grid--wrapper {
        max-width: 40rem;
        padding-right: 1rem;
        padding-left: 1rem;
    }
}
@media (min-width: 48rem) {
    .uelzener-partner-grid--wrapper {
        max-width: 48rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 64rem) {
    .uelzener-partner-grid--wrapper {
        max-width: 64rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 80rem) {
    .uelzener-partner-grid--wrapper {
        max-width: 80rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 90rem) {
    .uelzener-partner-grid--wrapper {
        max-width: 90rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
.uelzener-partner-grid--wrapper {
    margin-top: 6rem;
    margin-bottom: 6rem;
}
@media screen and (min-width: 1130px) and (max-width: 1280px) {
  .uelzener-partner-grid--wrapper {
    max-width: 80rem;
  }
}
@media (min-width: 1024px) {
    .uelzener-partner-grid--wrapper {
        margin-top: 8rem;
        margin-bottom: 8rem;
    }
}
.uelzener-partner-grid--wrapper {

  h2,
  h3,
  h4,
  h5,
  h6 {
        margin-top: 0.5rem;
    }

  h2,
  h3,
  h4,
  h5,
  h6 {
        margin-bottom: 1.5rem;
    }

  p.uelzener-partner-grid--subline {
        margin-bottom: 1rem;
    }

  p.uelzener-partner-grid--subline {
        font-size: 18px;
        line-height: 150%;
    }

  p.uelzener-partner-grid--subline {
        font-weight: 600;
    }

  p.uelzener-partner-grid--subline {
        --tw-text-opacity: 1;
        color: rgb(236 116 4 / var(--tw-text-opacity, 1));
    }

  @media (min-width: 1024px) {
        p.uelzener-partner-grid--subline {
            font-size: 20px;
            line-height: 150%;
        }
    }

  .uelzener-partner-grid {
        display: grid;
    }

  .uelzener-partner-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

  .uelzener-partner-grid {
        -moz-column-gap: 3rem;
             column-gap: 3rem;
    }

  .uelzener-partner-grid {
        row-gap: 1.5rem;
    }

  @media (min-width: 768px) {
        .uelzener-partner-grid {
            grid-template-columns: repeat(3, minmax(0, 1fr));
        }
    }

  @media (min-width: 1024px) {
        .uelzener-partner-grid {
            grid-template-columns: repeat(6, minmax(0, 1fr));
        }
    }

  @media (min-width: 1024px) {
        .uelzener-partner-grid {
            -moz-column-gap: 4rem;
                 column-gap: 4rem;
        }
    }

  @media (min-width: 1024px) {
        .uelzener-partner-grid {
            row-gap: 2rem;
        }
    }

  .uelzener-partner-grid {

    .uelzener-partner-grid--item {
            display: flex;
        }

    .uelzener-partner-grid--item {
            align-items: center;
        }

    .uelzener-partner-grid--item {
            justify-content: center;
        }

    .uelzener-partner-grid--item {

      height: 48px;
      width: 128px;

      @media (min-width: 1024px) {
        height: 80px;
        width: 212px;
      }

      img {
                max-height: 100%;
            }

      img {
                max-width: 100%;
            }

      img {
                -o-object-fit: contain;
                   object-fit: contain;
            }
    }
  }

  .uelzener-partner-grid--padding {
        -moz-column-gap: 1rem;
             column-gap: 1rem;
    }

  .uelzener-partner-grid--padding {
        row-gap: 1rem;
    }

  @media (min-width: 1024px) {
        .uelzener-partner-grid--padding {
            -moz-column-gap: 1rem;
                 column-gap: 1rem;
        }
    }

  @media (min-width: 1024px) {
        .uelzener-partner-grid--padding {
            row-gap: 1rem;
        }
    }
}
.uelzener-news-grid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
}
@media (min-width: 40rem) {
    .uelzener-news-grid {
        max-width: 40rem;
        padding-right: 1rem;
        padding-left: 1rem;
    }
}
@media (min-width: 48rem) {
    .uelzener-news-grid {
        max-width: 48rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 64rem) {
    .uelzener-news-grid {
        max-width: 64rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 80rem) {
    .uelzener-news-grid {
        max-width: 80rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 90rem) {
    .uelzener-news-grid {
        max-width: 90rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
.uelzener-news-grid {
    padding-top: 6rem;
}
@media screen and (min-width: 1130px) and (max-width: 1280px) {
  .uelzener-news-grid {
    max-width: 80rem;
  }
}
.uelzener-news-grid {

  .uelzener-news-grid--header {
        margin-bottom: 2rem;
    }

  .uelzener-news-grid--header {
        justify-content: space-between;
    }

  @media (min-width: 768px) {
        .uelzener-news-grid--header {
            display: flex;
        }
    }

  .uelzener-news-grid--header {

    .uelzener-news-grid--header__info {
            margin-bottom: 2rem;
        }

    @media (min-width: 768px) {
            .uelzener-news-grid--header__info {
                margin-bottom: 0px;
            }
        }

    .uelzener-news-grid--header__info {

      h6 {
                margin-bottom: 1rem;
            }

      h6 {
                font-size: 18px;
                line-height: 150%;
            }

      h6 {
                font-weight: 600;
            }

      h6 {
                --tw-text-opacity: 1;
                color: rgb(236 116 4 / var(--tw-text-opacity, 1));
            }

      @media (min-width: 1024px) {
                h6 {
                    font-size: 20px;
                    line-height: 150%;
                }
            }

      h2 {
                width: 100%;
            }

      h2 {
                font-size: 24px;
                line-height: 130%;
            }

      h2 {
                font-weight: 600;
            }

      @media (min-width: 768px) {
                h2 {
                    width: 80%;
                }
            }
    }

    .uelzener-news-grid--header__link {
            display: flex;
        }

    .uelzener-news-grid--header__link {
            align-items: flex-end;
        }

    .uelzener-news-grid--header__link {

      a {
                display: flex;
            }

      a {
                align-items: center;
            }

      a {
                gap: 0.5rem;
            }

      a {
                font-weight: 600;
            }

      a {
                --tw-text-opacity: 1;
                color: rgb(0 13 110 / var(--tw-text-opacity, 1));
            }
    }
  }

  .uelzener-news-grid--pagination {
        margin-left: auto;
        margin-right: auto;
    }

  .uelzener-news-grid--pagination {
        margin-top: 3rem;
    }

  .uelzener-news-grid--pagination {
        display: flex;
    }

  .uelzener-news-grid--pagination {
        width: -moz-max-content;
        width: max-content;
    }

  .uelzener-news-grid--pagination {
        gap: 1rem;
    }

  .uelzener-news-grid--disruptor {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

  .uelzener-news-grid--disruptor {
        min-height: -moz-max-content;
        min-height: max-content;
    }

  .uelzener-news-grid--disruptor {
        border-radius: 0.75rem;
    }

  .uelzener-news-grid--disruptor {
        --tw-bg-opacity: 1;
        background-color: rgb(244 241 237 / var(--tw-bg-opacity, 1));
    }

  @media (min-width: 1024px) {
        .uelzener-news-grid--disruptor {
            height: 450px;
        }
    }

  .uelzener-news-grid--disruptor {

    grid-column: span 1;

    @media (min-width: 640px) {
      grid-column: span 2;
    }

    @media (min-width: 1024px) {
      grid-column: span 3;
    }
  }

  .uelzener-news-grid--disruptor {
        display: block;
    }

  @media (min-width: 1024px) {
        .uelzener-news-grid--disruptor {
            display: flex;
        }
    }

  .uelzener-news-grid--disruptor {

    .uelzener-news-grid--disruptor__image {
      @media (min-width: 1024px) {
        flex: 1 1 50%;
      }
    }

    .uelzener-news-grid--disruptor__image {
            display: flex;
        }

    .uelzener-news-grid--disruptor__image {
            height: 50%;
        }

    .uelzener-news-grid--disruptor__image {
            width: 100%;
        }

    .uelzener-news-grid--disruptor__image {
            justify-content: center;
        }

    @media (min-width: 1024px) {
            .uelzener-news-grid--disruptor__image {
                height: 100%;
            }
        }

    .uelzener-news-grid--disruptor__image {

      img {
                height: 100%;
            }

      img {
                width: 100%;
            }

      img {
                border-top-left-radius: 0.75rem;
                border-bottom-left-radius: 0.75rem;
            }

      img {
                -o-object-fit: cover;
                   object-fit: cover;
            }

      @media (min-width: 768px) {
                img {
                    width: 50%;
                }
            }

      @media (min-width: 1024px) {
                img {
                    width: 100%;
                }
            }
    }

    .uelzener-news-grid--disruptor__text {
      container: text-container / inline-size;

      @media (min-width: 1024px) {
        flex: 1 1 50%;
      }
    }

    .uelzener-news-grid--disruptor__text {
            padding: 1.5rem;
        }

    @media (min-width: 768px) {
            .uelzener-news-grid--disruptor__text {
                padding: 3rem;
            }
        }

    @media (min-width: 1024px) {
            .uelzener-news-grid--disruptor__text {
                padding-left: 0px;
                padding-right: 0px;
            }
        }

    @media (min-width: 1024px) {
            .uelzener-news-grid--disruptor__text {
                padding-right: 2rem;
            }
        }

    .uelzener-news-grid--disruptor__text {

      .uelzener-news-grid--disruptor__text--subline {
                margin-bottom: 1.5rem;
            }

      .uelzener-news-grid--disruptor__text--subline {
                font-weight: 600;
            }

      .uelzener-news-grid--disruptor__text--subline {
                --tw-text-opacity: 1;
                color: rgb(236 116 4 / var(--tw-text-opacity, 1));
            }

      h2 {
                margin-bottom: 1.5rem;
            }

      h2 {
                font-size: 30px;
                line-height: 130%;
            }

      h2 {
                font-weight: 600;
            }

      h2 {
                --tw-text-opacity: 1;
                color: rgb(0 0 0 / var(--tw-text-opacity, 1));
            }

      .uelzener-news-grid--disruptor__text--buttons {
                margin-top: 2rem;
            }

      .uelzener-news-grid--disruptor__text--buttons {
                display: block;
            }

      .uelzener-news-grid--disruptor__text--buttons {
                align-items: center;
            }

      .uelzener-news-grid--disruptor__text--buttons {
                gap: 1rem;
            }

      @media (min-width: 768px) {
                .uelzener-news-grid--disruptor__text--buttons {
                    display: flex;
                }
            }
    }
  }

  .uelzener-news-grid--container {
        display: grid;
    }

  .uelzener-news-grid--container {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

  .uelzener-news-grid--container {
        gap: 1.5rem;
    }

  @media (min-width: 640px) {
        .uelzener-news-grid--container {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
    }

  @media (min-width: 1024px) {
        .uelzener-news-grid--container {
            grid-template-columns: repeat(3, minmax(0, 1fr));
        }
    }

  .uelzener-news-grid--container {

    .uelzener-news-grid--item {
            height: 100%;
        }

    .uelzener-news-grid--item {
            min-height: 550px;
        }

    .uelzener-news-grid--item {
            overflow: hidden;
        }

    .uelzener-news-grid--item {
            border-radius: 0.75rem;
        }

    .uelzener-news-grid--item {
            --tw-bg-opacity: 1;
            background-color: rgb(244 241 237 / var(--tw-bg-opacity, 1));
        }

    .uelzener-news-grid--item {
            transition-property: all;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-duration: 150ms;
        }

    .uelzener-news-grid--item {

      &:hover {
                --tw-bg-opacity: 1;
                background-color: rgb(229 221 211 / var(--tw-bg-opacity, 1));
            }

      &:hover {

        .uelzener-news-grid--item__image {
          img {
                        --tw-scale-x: 1.05;
                        --tw-scale-y: 1.05;
                        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
                    }
          img {
                        border-top-left-radius: 0.75rem;
                        border-top-right-radius: 0.75rem;
                    }
        }
      }

      .uelzener-news-grid--item__image {
                height: 250px;
            }

      .uelzener-news-grid--item__image {
                width: 100%;
            }

      .uelzener-news-grid--item__image {
                overflow: hidden;
            }

      .uelzener-news-grid--item__image {
                border-top-left-radius: 0.75rem;
                border-top-right-radius: 0.75rem;
            }

      .uelzener-news-grid--item__image {

        img {
                    height: 250px;
                }

        img {
                    width: 100%;
                }

        img {
                    --tw-scale-x: 1;
                    --tw-scale-y: 1;
                    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
                }

        img {
                    border-top-left-radius: 0.75rem;
                    border-top-right-radius: 0.75rem;
                }

        img {
                    -o-object-fit: cover;
                       object-fit: cover;
                }

        img {
                    transition-property: all;
                    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
                    transition-duration: 150ms;
                }

        img {

          transition-duration: 400ms;
        }
      }

      .uelzener-news-grid--item__text {
        container: text-container / inline-size
      }

      .uelzener-news-grid--item__text {
                padding: 1.5rem;
            }

      @media (min-width: 1280px) {
                .uelzener-news-grid--item__text {
                    padding-left: 2rem;
                    padding-right: 2rem;
                }
            }

      .uelzener-news-grid--item__text {

        span {
                    margin-bottom: 0.5rem;
                }

        span {
                    display: block;
                }

        span {
                    --tw-text-opacity: 1;
                    color: rgb(236 116 4 / var(--tw-text-opacity, 1));
                }

        p.uelzener-news-grid--item__headline {
                    margin-bottom: 1rem;
                }

        p.uelzener-news-grid--item__headline {
                    font-family: Varela, Arial, sans-serif;
                }

        p.uelzener-news-grid--item__headline {
                    font-size: 20px;
                    line-height: 150%;
                }

        p.uelzener-news-grid--item__headline {
                    font-weight: 600;
                }

        p.uelzener-news-grid--item__headline {
                    --tw-text-opacity: 1;
                    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
                }
      }
    }
  }
}
@media (max-width: 640px) {
  .uelzener-news-grid--pagination .page-numbers:not(.prev):not(.next) {
    display: none;
  }

  .uelzener-news-grid--pagination {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
  }
}
.uelzener-text-block {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
}
@media (min-width: 40rem) {
    .uelzener-text-block {
        max-width: 40rem;
        padding-right: 1rem;
        padding-left: 1rem;
    }
}
@media (min-width: 48rem) {
    .uelzener-text-block {
        max-width: 48rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 64rem) {
    .uelzener-text-block {
        max-width: 64rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 80rem) {
    .uelzener-text-block {
        max-width: 80rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 90rem) {
    .uelzener-text-block {
        max-width: 90rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
.uelzener-text-block {
    margin-top: 6rem;
    margin-bottom: 6rem;
}
@media screen and (min-width: 1130px) and (max-width: 1280px) {
  .uelzener-text-block {
    max-width: 80rem;
  }
}
@media (min-width: 1024px) {
    .uelzener-text-block {
        margin-top: 8rem;
        margin-bottom: 8rem;
    }
}
.uelzener-text-block {

  &[style*="text-align:center"],
  &[style*="text-align: center"] {
    .uelzener-text-block--text .uelzener-text-block--text__main {
      h2,
      h3,
      h4,
      h5,
      h6,
      ol,
      ul,
      p:not(.uelzener-text-block--text__subline) {
                margin-left: auto;
                margin-right: auto;
            }
    }
  }

  &.has-text-align-center .uelzener-text-block--text .uelzener-text-block--text__main,
  .uelzener-text-block--text .uelzener-text-block--text__main {
    ol,
    ul,
    p:not(.uelzener-text-block--text__subline) {
      &.has-text-align-center {
                margin-left: auto;
                margin-right: auto;
            }
    }
  }

  .uelzener-text-block--text {
    .uelzener-btn--primary {
            margin-top: 1.5rem;
        }

    .uelzener-text-block--text__main {
      container: text-container / inline-size;

      .wp-block-heading {
                margin: 0px;
            }

      .wp-block-heading {
                padding: 0px;
            }

      ol,
      ul,
      p:not(.uelzener-text-block--text__subline) {
                max-width: 52rem;
            }

      ol,
      ul,
      p:not(.uelzener-text-block--text__subline) {
                font-family: Varela, Arial, sans-serif;
            }

      ol,
      ul,
      p:not(.uelzener-text-block--text__subline) {
                font-size: 42px;
                line-height: 130%;
            }

      ol,
      ul,
      p:not(.uelzener-text-block--text__subline) {
                --tw-text-opacity: 1;
                color: rgb(0 13 110 / var(--tw-text-opacity, 1));
            }

      h2,
      h3,
      h4,
      h5,
      h6 {
                margin-left: auto;
                margin-right: auto;
            }

      h2,
      h3,
      h4,
      h5,
      h6 {
                margin-top: 0.5rem;
            }

      h2,
      h3,
      h4,
      h5,
      h6 {
                margin-bottom: 1.5rem;
            }

      h2,
      h3,
      h4,
      h5,
      h6 {
                width: 100%;
            }

      h2,
      h3,
      h4,
      h5,
      h6 {
                max-width: 52rem;
            }

      @media (min-width: 768px) {
                h2,
      h3,
      h4,
      h5,
      h6 {
                    width: 65%;
                }
            }

      @media (min-width: 1024px) {
                h2,
      h3,
      h4,
      h5,
      h6 {
                    width: 60%;
                }
            }

      p.uelzener-text-block--text__subline {
                font-family: Varela, Arial, sans-serif;
            }

      p.uelzener-text-block--text__subline {
                font-size: 18px;
                line-height: 150%;
            }

      p.uelzener-text-block--text__subline {
                font-weight: 600;
            }

      p.uelzener-text-block--text__subline {
                --tw-text-opacity: 1;
                color: rgb(236 116 4 / var(--tw-text-opacity, 1));
            }

      @media (min-width: 1024px) {
                p.uelzener-text-block--text__subline {
                    font-size: 20px;
                    line-height: 150%;
                }
            }

      p {
        a {
                    --tw-text-opacity: 1;
                    color: rgb(0 48 94 / var(--tw-text-opacity, 1));
                }
        a {
                    text-decoration-line: underline;
                }
      }

      ul {
        li {
          a {
                        --tw-text-opacity: 1;
                        color: rgb(0 48 94 / var(--tw-text-opacity, 1));
                    }
          a {
                        text-decoration-line: underline;
                    }
        }
      }
    }
    .uelzener-text-block--text__admin {
            margin-top: 2rem;
        }
    .uelzener-text-block--text__admin {
            display: flex;
        }
    .uelzener-text-block--text__admin {
            align-items: center;
        }
    .uelzener-text-block--text__admin {
            gap: 1rem;
        }
  }
}
.uelzener-text-block__margin {
    margin-bottom: 0px;
}
.uelzener-text-block.has-text-align-center .uelzener-text-block--text__button {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
.uelzener-tags-list--wrapper {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
}
@media (min-width: 40rem) {
    .uelzener-tags-list--wrapper {
        max-width: 40rem;
        padding-right: 1rem;
        padding-left: 1rem;
    }
}
@media (min-width: 48rem) {
    .uelzener-tags-list--wrapper {
        max-width: 48rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 64rem) {
    .uelzener-tags-list--wrapper {
        max-width: 64rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 80rem) {
    .uelzener-tags-list--wrapper {
        max-width: 80rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 90rem) {
    .uelzener-tags-list--wrapper {
        max-width: 90rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
.uelzener-tags-list--wrapper {
    margin-top: 6rem;
    margin-bottom: 3rem;
}
@media screen and (min-width: 1130px) and (max-width: 1280px) {
  .uelzener-tags-list--wrapper {
    max-width: 80rem;
  }
}
.uelzener-tags-list--wrapper {

    .uelzener-tags-list {
        display: flex;
    }

    .uelzener-tags-list {
        flex-direction: column;
    }

    .uelzener-tags-list {
        flex-wrap: wrap;
    }

    .uelzener-tags-list {
        gap: 2rem;
    }

    @media (min-width: 768px) {
        .uelzener-tags-list {
            flex-direction: row;
        }
    }

    @media (min-width: 768px) {
        .uelzener-tags-list {
            align-items: center;
        }
    }

    .uelzener-tags-list {

        span {
            display: block;
        }

        span {
            font-size: 16px;
            line-height: 150%;
        }

        span {
            font-weight: 600;
        }

        .uelzener-tags-list--tags {
            display: flex;
        }

        .uelzener-tags-list--tags {
            flex-direction: row;
        }

        .uelzener-tags-list--tags {
            flex-wrap: wrap;
        }

        .uelzener-tags-list--tags {
            gap: 1rem;
        }

        @media (min-width: 768px) {
            .uelzener-tags-list--tags {
                align-items: center;
            }
        }

        .uelzener-tags-list--tags {

            .uelzener-tags-list--item {
                width: -moz-max-content;
                width: max-content;
            }

            .uelzener-tags-list--item {
                border-radius: 0.75rem;
            }

            .uelzener-tags-list--item {
                --tw-bg-opacity: 1;
                background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
            }

            .uelzener-tags-list--item {
                padding-left: 1rem;
                padding-right: 1rem;
            }

            .uelzener-tags-list--item {
                padding-top: 1rem;
                padding-bottom: 1rem;
            }

            .uelzener-tags-list--item {
                font-size: 16px;
                line-height: 150%;
            }

            .uelzener-tags-list--item {
                --tw-text-opacity: 1;
                color: rgb(0 13 110 / var(--tw-text-opacity, 1));
            }

            .uelzener-tags-list--item {
                transition-property: all;
                transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
                transition-duration: 150ms;
            }

            .uelzener-tags-list--item {

                &:hover {
                    cursor: pointer;
                }

                &:hover {
                    background-color: rgb(0 13 110 / 0.1);
                }
            }
        }
    }
}
.uelzener-tags-grid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
}
@media (min-width: 40rem) {
    .uelzener-tags-grid {
        max-width: 40rem;
        padding-right: 1rem;
        padding-left: 1rem;
    }
}
@media (min-width: 48rem) {
    .uelzener-tags-grid {
        max-width: 48rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 64rem) {
    .uelzener-tags-grid {
        max-width: 64rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 80rem) {
    .uelzener-tags-grid {
        max-width: 80rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 90rem) {
    .uelzener-tags-grid {
        max-width: 90rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media screen and (min-width: 1130px) and (max-width: 1280px) {
  .uelzener-tags-grid {
    max-width: 80rem;
  }
}
.uelzener-tags-grid {

  .uelzener-tags-grid--header {
        margin-bottom: 2rem;
    }

  .uelzener-tags-grid--header {

    .uelzener-tags-grid--header__info {
            margin-bottom: 2rem;
        }

    @media (min-width: 768px) {
            .uelzener-tags-grid--header__info {
                margin-bottom: 0px;
            }
        }

    .uelzener-tags-grid--header__info {

      h6 {
                margin-bottom: 1rem;
            }

      h6 {
                font-weight: 600;
            }

      h6 {
                --tw-text-opacity: 1;
                color: rgb(236 116 4 / var(--tw-text-opacity, 1));
            }

      h2 {
                width: 100%;
            }

      h2 {
                font-size: 24px;
                line-height: 130%;
            }

      h2 {
                font-weight: 600;
            }

      @media (min-width: 768px) {
                h2 {
                    width: 80%;
                }
            }
    }

    .uelzener-tags-grid--header__link {
            display: flex;
        }

    .uelzener-tags-grid--header__link {
            align-items: flex-end;
        }

    .uelzener-tags-grid--header__link {

      a {
                display: flex;
            }

      a {
                align-items: center;
            }

      a {
                gap: 0.5rem;
            }

      a {
                font-weight: 600;
            }

      a {
                --tw-text-opacity: 1;
                color: rgb(0 13 110 / var(--tw-text-opacity, 1));
            }
    }
  }

  .uelzener-tags-grid--pagination {
        margin-left: auto;
        margin-right: auto;
    }

  .uelzener-tags-grid--pagination {
        margin-top: 3rem;
    }

  .uelzener-tags-grid--pagination {
        display: flex;
    }

  .uelzener-tags-grid--pagination {
        width: -moz-max-content;
        width: max-content;
    }

  .uelzener-tags-grid--pagination {
        gap: 1rem;
    }

  .uelzener-tags-grid--container {
        display: grid;
    }

  .uelzener-tags-grid--container {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

  .uelzener-tags-grid--container {
        gap: 1.5rem;
    }

  @media (min-width: 640px) {
        .uelzener-tags-grid--container {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
    }

  @media (min-width: 1024px) {
        .uelzener-tags-grid--container {
            grid-template-columns: repeat(3, minmax(0, 1fr));
        }
    }

  .uelzener-tags-grid--container {

    .uelzener-tags-grid--item {
            min-height: 550px;
        }

    .uelzener-tags-grid--item {
            border-radius: 0.75rem;
        }

    .uelzener-tags-grid--item {
            --tw-bg-opacity: 1;
            background-color: rgb(244 241 237 / var(--tw-bg-opacity, 1));
        }

    .uelzener-tags-grid--item {

      .uelzener-tags-grid--item__image {
                margin-bottom: 1rem;
            }

      .uelzener-tags-grid--item__image {
                height: 250px;
            }

      .uelzener-tags-grid--item__image {
                width: 100%;
            }

      .uelzener-tags-grid--item__image {

        img {
                    height: 250px;
                }

        img {
                    width: 100%;
                }

        img {
                    border-top-left-radius: 0.75rem;
                    border-top-right-radius: 0.75rem;
                }

        img {
                    -o-object-fit: cover;
                       object-fit: cover;
                }
      }

      .uelzener-tags-grid--item__text {
                padding: 1rem;
            }

      @media (min-width: 1280px) {
                .uelzener-tags-grid--item__text {
                    padding-left: 2rem;
                    padding-right: 2rem;
                }
            }

      .uelzener-tags-grid--item__text {

        span {
                    margin-bottom: 0.5rem;
                }

        span {
                    display: block;
                }

        span {
                    font-size: 14px;
                    line-height: 130%;
                }

        span {
                    --tw-text-opacity: 1;
                    color: rgb(236 116 4 / var(--tw-text-opacity, 1));
                }

        h3 {
                    margin-bottom: 1rem;
                }

        h3 {
                    font-size: 20px;
                    line-height: 150%;
                }

        h3 {
                    font-weight: 600;
                }
      }
    }
  }
}
.uelzener-tags-back--wrapper {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
}
@media (min-width: 40rem) {
    .uelzener-tags-back--wrapper {
        max-width: 40rem;
        padding-right: 1rem;
        padding-left: 1rem;
    }
}
@media (min-width: 48rem) {
    .uelzener-tags-back--wrapper {
        max-width: 48rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 64rem) {
    .uelzener-tags-back--wrapper {
        max-width: 64rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 80rem) {
    .uelzener-tags-back--wrapper {
        max-width: 80rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 90rem) {
    .uelzener-tags-back--wrapper {
        max-width: 90rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
.uelzener-tags-back--wrapper {
    margin-bottom: 1.5rem;
    display: flex;
    width: 100%;
    justify-content: flex-end;
}
@media screen and (min-width: 1130px) and (max-width: 1280px) {
  .uelzener-tags-back--wrapper {
    max-width: 80rem;
  }
}
.uelzener-tags-back--wrapper {

  .uelzener-btn--tertiary svg {
        --tw-rotate: 180deg;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
}
.uelzener-posts-grid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
}
@media (min-width: 40rem) {
    .uelzener-posts-grid {
        max-width: 40rem;
        padding-right: 1rem;
        padding-left: 1rem;
    }
}
@media (min-width: 48rem) {
    .uelzener-posts-grid {
        max-width: 48rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 64rem) {
    .uelzener-posts-grid {
        max-width: 64rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 80rem) {
    .uelzener-posts-grid {
        max-width: 80rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 90rem) {
    .uelzener-posts-grid {
        max-width: 90rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
.uelzener-posts-grid {
    margin-top: 6rem;
    margin-bottom: 6rem;
}
@media screen and (min-width: 1130px) and (max-width: 1280px) {
  .uelzener-posts-grid {
    max-width: 80rem;
  }
}
@media (min-width: 1024px) {
    .uelzener-posts-grid {
        margin-top: 8rem;
        margin-bottom: 8rem;
    }
}
.uelzener-posts-grid {

  .uelzener-posts-grid--header {
        margin-bottom: 2rem;
    }

  .uelzener-posts-grid--header {

    .uelzener-posts-grid--header__info {
            margin-bottom: 2rem;
        }

    @media (min-width: 768px) {
            .uelzener-posts-grid--header__info {
                margin-bottom: 0px;
            }
        }

    .uelzener-posts-grid--header__info {

      h6 {
                margin-bottom: 1rem;
            }

      h6 {
                font-size: 18px;
                line-height: 150%;
            }

      h6 {
                font-weight: 600;
            }

      h6 {
                --tw-text-opacity: 1;
                color: rgb(236 116 4 / var(--tw-text-opacity, 1));
            }

      @media (min-width: 1024px) {
                h6 {
                    font-size: 20px;
                    line-height: 150%;
                }
            }

      h2 {
                width: 100%;
            }

      h2 {
                font-size: 24px;
                line-height: 130%;
            }

      h2 {
                font-weight: 600;
            }

      @media (min-width: 768px) {
                h2 {
                    width: 80%;
                }
            }
    }

    .uelzener-posts-grid--header__link {
            display: flex;
        }

    .uelzener-posts-grid--header__link {
            align-items: flex-end;
        }

    .uelzener-posts-grid--header__link {

      a {
                display: flex;
            }

      a {
                align-items: center;
            }

      a {
                gap: 0.5rem;
            }

      a {
                font-weight: 600;
            }

      a {
                --tw-text-opacity: 1;
                color: rgb(0 13 110 / var(--tw-text-opacity, 1));
            }
    }
  }

  .uelzener-posts-grid--pagination {
        margin-left: auto;
        margin-right: auto;
    }

  .uelzener-posts-grid--pagination {
        margin-top: 3rem;
    }

  .uelzener-posts-grid--pagination {
        display: flex;
    }

  .uelzener-posts-grid--pagination {
        width: -moz-max-content;
        width: max-content;
    }

  .uelzener-posts-grid--pagination {
        gap: 1rem;
    }

  .uelzener-posts-grid--container {
        display: grid;
    }

  .uelzener-posts-grid--container {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

  .uelzener-posts-grid--container {
        gap: 1.5rem;
    }

  @media (min-width: 640px) {
        .uelzener-posts-grid--container {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
    }

  @media (min-width: 1024px) {
        .uelzener-posts-grid--container {
            grid-template-columns: repeat(3, minmax(0, 1fr));
        }
    }

  .uelzener-posts-grid--container {

    grid-auto-rows: 1fr;

    a {
            height: 100%;
        }

    .uelzener-posts-grid--item {
            height: 100%;
        }

    .uelzener-posts-grid--item {
            min-height: 550px;
        }

    .uelzener-posts-grid--item {
            border-radius: 0.75rem;
        }

    .uelzener-posts-grid--item {
            --tw-bg-opacity: 1;
            background-color: rgb(244 241 237 / var(--tw-bg-opacity, 1));
        }

    .uelzener-posts-grid--item {
            transition-property: all;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-duration: 150ms;
        }

    .uelzener-posts-grid--item {

      &:hover {
                --tw-bg-opacity: 1;
                background-color: rgb(229 221 211 / var(--tw-bg-opacity, 1));
            }

      &:hover {

        .uelzener-posts-grid--item__image {
          img {
                        --tw-scale-x: 1.05;
                        --tw-scale-y: 1.05;
                        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
                    }
          img {
                        border-top-left-radius: 0.75rem;
                        border-top-right-radius: 0.75rem;
                    }
        }
      }

      .uelzener-posts-grid--item__image {
                margin-bottom: 1rem;
            }

      .uelzener-posts-grid--item__image {
                height: 250px;
            }

      .uelzener-posts-grid--item__image {
                width: 100%;
            }

      .uelzener-posts-grid--item__image {
                overflow: hidden;
            }

      .uelzener-posts-grid--item__image {
                border-top-left-radius: 0.75rem;
                border-top-right-radius: 0.75rem;
            }

      .uelzener-posts-grid--item__image {

        img {
                    height: 250px;
                }

        img {
                    width: 100%;
                }

        img {
                    --tw-scale-x: 1;
                    --tw-scale-y: 1;
                    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
                }

        img {
                    border-top-left-radius: 0.75rem;
                    border-top-right-radius: 0.75rem;
                }

        img {
                    -o-object-fit: cover;
                       object-fit: cover;
                }

        img {
                    transition-property: all;
                    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
                    transition-duration: 150ms;
                }

        img {

          transition-duration: 400ms;
        }
      }

      .uelzener-posts-grid--item__text {
                padding: 1rem;
            }

      @media (min-width: 1280px) {
                .uelzener-posts-grid--item__text {
                    padding-left: 2rem;
                    padding-right: 2rem;
                }
            }

      .uelzener-posts-grid--item__text {

        span {
                    margin-bottom: 0.5rem;
                }

        span {
                    display: block;
                }

        span {
                    font-weight: 600;
                }

        span {
                    --tw-text-opacity: 1;
                    color: rgb(236 116 4 / var(--tw-text-opacity, 1));
                }

        p.uelzener-post-grid--item__headline {
                    margin-bottom: 1rem;
                }

        p.uelzener-post-grid--item__headline {
                    font-family: Varela, Arial, sans-serif;
                }

        p.uelzener-post-grid--item__headline {
                    font-size: 20px;
                    line-height: 150%;
                }

        p.uelzener-post-grid--item__headline {
                    font-weight: 600;
                }

        p.uelzener-post-grid--item__headline {
                    --tw-text-opacity: 1;
                    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
                }
      }
    }
  }
}
.uelzener-single {
  --text-padding: 4rem; /* padding of the text and approximated difference in font-size between 16 and 18 upon 80ch */
  --text-and-padding-width: calc(52rem + var(--text-padding));
  margin-top: 6rem;
  margin-bottom: 6rem
}
@media (min-width: 1024px) {
    .uelzener-single {
        margin-top: 8rem;
        margin-bottom: 8rem;
        font-size: 18px;
        line-height: 150%;
    }
}
.uelzener-single {

  .uelzener-single--date {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }

  .uelzener-single--date {
        text-align: center;
    }

  .uelzener-single--date {
        font-size: 14px;
        line-height: 130%;
    }

  .uelzener-single--date {
        font-weight: 600;
    }

  .uelzener-single--date {
        --tw-text-opacity: 1;
        color: rgb(236 116 4 / var(--tw-text-opacity, 1));
    }

  .uelzener-single--text {
    .entry-content > p {
            width: 100%;
            margin-right: auto;
            margin-left: auto;
            padding-right: 1rem;
            padding-left: 1rem;
        }
    @media (min-width: 40rem) {
            .entry-content > p {
                max-width: 40rem;
                padding-right: 1rem;
                padding-left: 1rem;
            }
        }
    @media (min-width: 48rem) {
            .entry-content > p {
                max-width: 48rem;
                padding-right: 2rem;
                padding-left: 2rem;
            }
        }
    @media (min-width: 64rem) {
            .entry-content > p {
                max-width: 64rem;
                padding-right: 2rem;
                padding-left: 2rem;
            }
        }
    @media (min-width: 80rem) {
            .entry-content > p {
                max-width: 80rem;
                padding-right: 2rem;
                padding-left: 2rem;
            }
        }
    @media (min-width: 90rem) {
            .entry-content > p {
                max-width: 90rem;
                padding-right: 2rem;
                padding-left: 2rem;
            }
        }
    .entry-content > p {
            width: 100%;
        }
@media screen and (min-width: 1130px) and (max-width: 1280px) {
  .entry-content > p {
    max-width: 80rem;
  }
}
    .entry-content > p {
      @media (min-width: 1024px) {
        max-width: var(--text-and-padding-width);
      }

      a {
                --tw-text-opacity: 1;
                color: rgb(0 48 94 / var(--tw-text-opacity, 1));
            }

      a {
                text-decoration-line: underline;
            }
    }

    .entry-content {
      .uelzener-text-block {
                margin-top: 3rem;
                margin-bottom: 3rem;
            }
      .uelzener-text-block {
                width: 100%;
            }
      .uelzener-text-block {
        @media (min-width: 1024px) {
          max-width: var(--text-and-padding-width);
        }

        &:first-child {
                    margin-top: 0px;
                }

        .uelzener-text-block--text {
                    padding-left: 0px;
                    padding-right: 0px;
                }
      }

      @media (min-width: 1280px) {
                .uelzener-text-image-block {
                    width: 70%;
                }
            }

      > h1.wp-block-heading {
                font-size: 30px;
                line-height: 130%;
            }

      > h1.wp-block-heading {
                --tw-text-opacity: 1;
                color: rgb(0 13 110 / var(--tw-text-opacity, 1));
            }

      @media (min-width: 1024px) {
                > h1.wp-block-heading {
                    font-size: 52px;
                    line-height: 130%;
                }
            }

      > h1.wp-block-heading {
        @media (min-width: 1024px) {
          max-width: var(--text-and-padding-width);
        }
      }

      > h2,
      h2.wp-block-heading {
                width: 100%;
            }

      > h2,
      h2.wp-block-heading {
        @media (min-width: 1024px) {
          max-width: var(--text-and-padding-width);
        }
      }

      > h3,
      h3.wp-block-heading {
                width: 100%;
            }

      > h3,
      h3.wp-block-heading {
        @media (min-width: 1024px) {
          max-width: var(--text-and-padding-width);
        }
      }

      > h4,
      h4.wp-block-heading {
                width: 100%;
            }

      > h4,
      h4.wp-block-heading {
        @media (min-width: 1024px) {
          max-width: var(--text-and-padding-width);
        }
      }

      > h5,
      h5.wp-block-heading {
                width: 100%;
            }

      > h5,
      h5.wp-block-heading {
        @media (min-width: 1024px) {
          max-width: var(--text-and-padding-width);
        }
      }

      > h6,
      h6.wp-block-heading {
                width: 100%;
            }

      > h6,
      h6.wp-block-heading {
        @media (min-width: 1024px) {
          max-width: var(--text-and-padding-width);
        }
      }
    }
  }
}
.uelzener-podcasts--wrapper {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
}
@media (min-width: 40rem) {
    .uelzener-podcasts--wrapper {
        max-width: 40rem;
        padding-right: 1rem;
        padding-left: 1rem;
    }
}
@media (min-width: 48rem) {
    .uelzener-podcasts--wrapper {
        max-width: 48rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 64rem) {
    .uelzener-podcasts--wrapper {
        max-width: 64rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 80rem) {
    .uelzener-podcasts--wrapper {
        max-width: 80rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 90rem) {
    .uelzener-podcasts--wrapper {
        max-width: 90rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
.uelzener-podcasts--wrapper {
    margin-top: 6rem;
    margin-bottom: 6rem;
}
@media screen and (min-width: 1130px) and (max-width: 1280px) {
  .uelzener-podcasts--wrapper {
    max-width: 80rem;
  }
}
@media (min-width: 1024px) {
    .uelzener-podcasts--wrapper {
        margin-top: 8rem;
        margin-bottom: 8rem;
    }
}
.uelzener-podcasts--wrapper {

  .uelzener-podcasts {
        display: flex;
    }

  .uelzener-podcasts {
        flex-direction: column;
    }

  .uelzener-podcasts {
        gap: 1rem;
    }

  .uelzener-podcasts {

    .uelzener-podcasts--item {
            border-radius: 0.75rem;
        }

    .uelzener-podcasts--item {
            --tw-bg-opacity: 1;
            background-color: rgb(244 241 237 / var(--tw-bg-opacity, 1));
        }

    .uelzener-podcasts--item {
            padding: 1.5rem;
        }

    @media (min-width: 768px) {
            .uelzener-podcasts--item {
                padding-left: 2rem;
                padding-right: 2rem;
            }
        }

    .uelzener-podcasts--item {

      .uelzener-podcasts--item__text {
        container: text-container / inline-size;

        h3 {
                    margin-bottom: 1rem;
                }

        h3 {
                    font-size: 24px;
                    line-height: 130%;
                }

        h3 {
                    font-weight: 600;
                }

        h3 {
                    --tw-text-opacity: 1;
                    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
                }

        .uelzener-podcasts--item__episode {
                    margin-bottom: 1rem;
                }

        .uelzener-podcasts--item__episode {
                    font-weight: 600;
                }

        .uelzener-podcasts--item__episode {
                    --tw-text-opacity: 1;
                    color: rgb(0 13 110 / var(--tw-text-opacity, 1));
                }

        .uelzener-podcasts--item__duration {
                    margin-bottom: 1rem;
                }

        .uelzener-podcasts--item__duration {
                    font-weight: 600;
                }

        .uelzener-podcasts--item__duration {
                    --tw-text-opacity: 1;
                    color: rgb(236 116 4 / var(--tw-text-opacity, 1));
                }

        p {
                    --tw-text-opacity: 1;
                    color: rgb(73 73 73 / var(--tw-text-opacity, 1));
                }
      }

      .uelzener-podcasts--item__links {
                margin-top: 1rem;
            }

      .uelzener-podcasts--item__links {
                display: flex;
            }

      .uelzener-podcasts--item__links {
                flex-direction: column;
            }

      .uelzener-podcasts--item__links {
                gap: 1rem;
            }

      @media (min-width: 768px) {
                .uelzener-podcasts--item__links {
                    flex-direction: row;
                }
            }

      @media (min-width: 768px) {
                .uelzener-podcasts--item__links {
                    align-items: center;
                }
            }

      @media (min-width: 768px) {
                .uelzener-podcasts--item__links {
                    justify-content: flex-end;
                }
            }

      .uelzener-podcasts--item__links {

        span {
                    --tw-text-opacity: 1;
                    color: rgb(0 13 110 / var(--tw-text-opacity, 1));
                }
        div {
                    display: flex;
                }
        div {
                    width: 100%;
                }
        div {
                    gap: 1rem;
                }
        @media (min-width: 768px) {
                    div {
                        width: auto;
                    }
                }
        div {
          a {
                        width: -moz-max-content;
                        width: max-content;
                    }
          a {
                        border-radius: 9999px;
                    }
          a {
                        --tw-bg-opacity: 1;
                        background-color: rgb(0 48 94 / var(--tw-bg-opacity, 1));
                    }
          a {
                        padding: 0.75rem;
                    }
          a {
                        --tw-text-opacity: 1;
                        color: rgb(255 255 255 / var(--tw-text-opacity, 1));
                    }
          a {
                        transition-property: all;
                        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
                        transition-duration: 150ms;
                    }
          a {

            &:hover {
                            --tw-bg-opacity: 1;
                            background-color: rgb(30 93 149 / var(--tw-bg-opacity, 1));
                        }

            &:active,
            &:focus:active {
                            --tw-bg-opacity: 1;
                            background-color: rgb(7 71 128 / var(--tw-bg-opacity, 1));
                        }

            &:active,
            &:focus:active {
                            outline: 2px solid transparent;
                            outline-offset: 2px;
                        }

            &:focus {
                            --tw-bg-opacity: 1;
                            background-color: rgb(0 48 94 / var(--tw-bg-opacity, 1));
                        }

            &:focus {
                            outline-style: solid;
                        }

            &:focus {
                            outline-width: 4px;
                        }

            &:focus {
                            outline-offset: 0px;
                        }

            &:focus {
                            outline-color: #EC7404;
                        }

            svg {
                            height: 22px;
                        }

            svg {
                            width: 22px;
                        }
          }
        }
      }
    }
  }

  .uelzener-podcasts--pagination {
        margin-left: auto;
        margin-right: auto;
    }

  .uelzener-podcasts--pagination {
        margin-top: 3rem;
    }

  .uelzener-podcasts--pagination {
        display: flex;
    }

  .uelzener-podcasts--pagination {
        width: -moz-max-content;
        width: max-content;
    }

  .uelzener-podcasts--pagination {
        gap: 1rem;
    }
}
.uelzener-jobs--wrapper {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
}
@media (min-width: 40rem) {
    .uelzener-jobs--wrapper {
        max-width: 40rem;
        padding-right: 1rem;
        padding-left: 1rem;
    }
}
@media (min-width: 48rem) {
    .uelzener-jobs--wrapper {
        max-width: 48rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 64rem) {
    .uelzener-jobs--wrapper {
        max-width: 64rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 80rem) {
    .uelzener-jobs--wrapper {
        max-width: 80rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 90rem) {
    .uelzener-jobs--wrapper {
        max-width: 90rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
.uelzener-jobs--wrapper {
    margin-top: 6rem;
    margin-bottom: 6rem;
}
@media screen and (min-width: 1130px) and (max-width: 1280px) {
  .uelzener-jobs--wrapper {
    max-width: 80rem;
  }
}
@media (min-width: 1024px) {
    .uelzener-jobs--wrapper {
        margin-top: 8rem;
        margin-bottom: 8rem;
    }
}
.uelzener-jobs--wrapper {

  .uelzener-jobs {
        display: flex;
    }

  .uelzener-jobs {
        flex-direction: column;
    }

  .uelzener-jobs {
        gap: 1rem;
    }

  .uelzener-jobs {

    .uelzener-jobs--item {
            border-radius: 0.75rem;
        }

    .uelzener-jobs--item {
            --tw-bg-opacity: 1;
            background-color: rgb(244 241 237 / var(--tw-bg-opacity, 1));
        }

    .uelzener-jobs--item {
            transition-property: all;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-duration: 150ms;
        }

    .uelzener-jobs--item {

      > a {
        container: text-container / inline-size;
      }

      > a {
                display: block;
            }

      > a {
                padding: 1.5rem;
            }

      @media (min-width: 768px) {
                > a {
                    padding-left: 2rem;
                    padding-right: 2rem;
                }
            }

      &:hover {
                --tw-bg-opacity: 1;
                background-color: rgb(229 221 211 / var(--tw-bg-opacity, 1));
            }

      .uelzener-jobs--item__text {
        h3 {
                    margin-bottom: 1rem;
                }
        h3 {
                    font-size: 24px;
                    line-height: 130%;
                }
        h3 {
                    font-weight: 600;
                }
        h3 {
                    --tw-text-opacity: 1;
                    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
                }

        .uelzener-jobs--item__episode {
                    margin-bottom: 1rem;
                }

        .uelzener-jobs--item__episode {
                    font-weight: 600;
                }

        .uelzener-jobs--item__episode {
                    --tw-text-opacity: 1;
                    color: rgb(0 13 110 / var(--tw-text-opacity, 1));
                }

        .uelzener-jobs--item__duration {
                    margin-bottom: 1rem;
                }

        .uelzener-jobs--item__duration {
                    font-weight: 600;
                }

        .uelzener-jobs--item__duration {
                    --tw-text-opacity: 1;
                    color: rgb(236 116 4 / var(--tw-text-opacity, 1));
                }

        p {
                    margin-bottom: 0px;
                }

        p {
                    --tw-text-opacity: 1;
                    color: rgb(73 73 73 / var(--tw-text-opacity, 1));
                }
      }
    }
  }

  .uelzener-jobs--pagination {
        margin-left: auto;
        margin-right: auto;
    }

  .uelzener-jobs--pagination {
        margin-top: 3rem;
    }

  .uelzener-jobs--pagination {
        display: flex;
    }

  .uelzener-jobs--pagination {
        width: -moz-max-content;
        width: max-content;
    }

  .uelzener-jobs--pagination {
        gap: 1rem;
    }

  .uelzener-jobs--pagination {

    .page-numbers {
            display: block;
        }

    .page-numbers {
            border-radius: 0.75rem;
        }

    .page-numbers {
            --tw-bg-opacity: 1;
            background-color: rgb(244 241 237 / var(--tw-bg-opacity, 1));
        }

    .page-numbers {
            padding-left: 1.5rem;
            padding-right: 1.5rem;
        }

    .page-numbers {
            padding-top: 1rem;
            padding-bottom: 1rem;
        }

    .page-numbers {
            transition-property: all;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-duration: 150ms;
        }

    .page-numbers {

      &:hover {
                --tw-bg-opacity: 1;
                background-color: rgb(236 116 4 / var(--tw-bg-opacity, 1));
            }

      &:hover {
                --tw-text-opacity: 1;
                color: rgb(255 255 255 / var(--tw-text-opacity, 1));
            }
    }

    .current {
            cursor: default;
        }

    .current {
            --tw-bg-opacity: 1;
            background-color: rgb(236 116 4 / var(--tw-bg-opacity, 1));
        }

    .current {
            --tw-text-opacity: 1;
            color: rgb(255 255 255 / var(--tw-text-opacity, 1));
        }
  }
}
.uelzener-text-block + .uelzener-jobs--wrapper {
    margin-top: 2rem;
}
.uelzener-gravity-form-wrapper {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
}
@media (min-width: 40rem) {
    .uelzener-gravity-form-wrapper {
        max-width: 40rem;
        padding-right: 1rem;
        padding-left: 1rem;
    }
}
@media (min-width: 48rem) {
    .uelzener-gravity-form-wrapper {
        max-width: 48rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 64rem) {
    .uelzener-gravity-form-wrapper {
        max-width: 64rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 80rem) {
    .uelzener-gravity-form-wrapper {
        max-width: 80rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 90rem) {
    .uelzener-gravity-form-wrapper {
        max-width: 90rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
.uelzener-gravity-form-wrapper {
    margin-top: 6rem;
    margin-bottom: 6rem;
}
@media screen and (min-width: 1130px) and (max-width: 1280px) {
  .uelzener-gravity-form-wrapper {
    max-width: 80rem;
  }
}
@media (min-width: 1024px) {
    .uelzener-gravity-form-wrapper {
        margin-top: 8rem;
        margin-bottom: 8rem;
    }
}
.uelzener-gravity-form-wrapper {

  .uelzener-gravity-form--inner {
        border-radius: 0.75rem;
    }

  .uelzener-gravity-form--inner {
        padding: 1.5rem;
    }

  @media (min-width: 768px) {
        .uelzener-gravity-form--inner {
            padding: 3rem;
        }
    }

  .uelzener-gravity-form--inner {

    .uelzener-gravity-form--header {
      container: text-container / inline-size
    }

    .uelzener-gravity-form--header {
            margin-bottom: 1.5rem;
        }

    .uelzener-gravity-form--header {
            width: 100%;
        }

    .uelzener-gravity-form--header {
            max-width: 52rem;
        }

    .uelzener-gravity-form--header {

      .uelzener-gravity-form--header__subline {
                font-family: Varela, Arial, sans-serif;
            }

      .uelzener-gravity-form--header__subline {
                font-size: 18px;
                line-height: 150%;
            }

      .uelzener-gravity-form--header__subline {
                font-weight: 600;
            }

      .uelzener-gravity-form--header__subline {
                --tw-text-opacity: 1;
                color: rgb(236 116 4 / var(--tw-text-opacity, 1));
            }

      @media (min-width: 1024px) {
                .uelzener-gravity-form--header__subline {
                    font-size: 20px;
                    line-height: 150%;
                }
            }

      h2,
      h3,
      h4,
      h5,
      h6 {
                margin-top: 0.5rem;
            }
    }

    .uelzener-gravity-form--header__center {
            margin-left: auto;
            margin-right: auto;
        }

    .uelzener-gravity-form--header__center {
            text-align: left;
        }

    @media (min-width: 768px) {
            .uelzener-gravity-form--header__center {
                text-align: center;
            }
        }

    .uelzener-gravity-form--header__right {
            float: right;
        }

    .uelzener-gravity-form--header__right {
            text-align: right;
        }

    .uelzener-gravity-form {
            margin-top: 3rem;
        }

    .uelzener-gravity-form {

      .gform_wrapper {
        form {
          input,
          textarea {
                        border-radius: 0.5rem;
                    }
          input,
          textarea {

            &:focus {
                            outline-color: #EC7404;
                        }
          }
        }
      }
    }
  }

  .uelzener-gravity-form--inner__bg {
        --tw-bg-opacity: 1;
        background-color: rgb(244 241 237 / var(--tw-bg-opacity, 1));
    }
}
.gform_button {
    position: relative;
    display: flex;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    align-items: center;
    gap: 0.5rem;
    border-radius: 0.5rem;
    border-width: 2px;
    border-color: transparent;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 18px;
    line-height: 150%;
    font-weight: 700;
    outline-color: #EC7404;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.gform_button:focus-visible {
    outline-style: solid;
    outline-width: 3px;
    outline-offset: 0px;
}
.gform_button svg {
    fill: currentColor;
}
.gform_button svg path {
    fill: currentColor;
}
.gform_button {
    cursor: pointer;
    --tw-bg-opacity: 1;
    background-color: rgb(0 48 94 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));

  .gform_footer & {
    margin-bottom: 0 !important;
  }

  &:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(30 93 149 / var(--tw-bg-opacity, 1));
    }

  &:active {
        --tw-bg-opacity: 1;
        background-color: rgb(7 71 128 / var(--tw-bg-opacity, 1));
    }
}
.uelzener-socials {
    display: flex;
    gap: 1.5rem;
    font-size: 24px;
    line-height: 130%;
}
.uelzener-gallery {
    margin-top: 6rem;
    margin-bottom: 6rem;
    --tw-bg-opacity: 1;
    background-color: rgb(244 241 237 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1024px) {
    .uelzener-gallery {
        margin-top: 8rem;
        margin-bottom: 8rem;
    }
}
.uelzener-gallery {
  .uelzener-gallery--inner {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 1rem;
        padding-left: 1rem;
    }
  @media (min-width: 40rem) {
        .uelzener-gallery--inner {
            max-width: 40rem;
            padding-right: 1rem;
            padding-left: 1rem;
        }
    }
  @media (min-width: 48rem) {
        .uelzener-gallery--inner {
            max-width: 48rem;
            padding-right: 2rem;
            padding-left: 2rem;
        }
    }
  @media (min-width: 64rem) {
        .uelzener-gallery--inner {
            max-width: 64rem;
            padding-right: 2rem;
            padding-left: 2rem;
        }
    }
  @media (min-width: 80rem) {
        .uelzener-gallery--inner {
            max-width: 80rem;
            padding-right: 2rem;
            padding-left: 2rem;
        }
    }
  @media (min-width: 90rem) {
        .uelzener-gallery--inner {
            max-width: 90rem;
            padding-right: 2rem;
            padding-left: 2rem;
        }
    }
  .uelzener-gallery--inner {
        padding: 3rem;
    }
@media screen and (min-width: 1130px) and (max-width: 1280px) {
  .uelzener-gallery--inner {
    max-width: 80rem;
  }
}
  .uelzener-gallery--inner {

    .uelzener-gallery--header {
            margin-bottom: 3rem;
        }

    .uelzener-gallery--header {

      .uelzener-gallery--header__subline {
                font-family: Varela, Arial, sans-serif;
            }

      .uelzener-gallery--header__subline {
                font-size: 18px;
                line-height: 150%;
            }

      .uelzener-gallery--header__subline {
                font-weight: 600;
            }

      .uelzener-gallery--header__subline {
                --tw-text-opacity: 1;
                color: rgb(236 116 4 / var(--tw-text-opacity, 1));
            }

      @media (min-width: 1024px) {
                .uelzener-gallery--header__subline {
                    font-size: 20px;
                    line-height: 150%;
                }
            }

      h2,
      h3,
      h4,
      h5,
      h6 {
                margin-top: 0.5rem;
            }

      @media (min-width: 768px) {
                .uelzener-gallery--header__center {
                    margin-left: auto;
                    margin-right: auto;
                }
            }

      @media (min-width: 768px) {
                .uelzener-gallery--header__center {
                    text-align: center;
                }
            }

      .uelzener-gallery--header__center {

        p:not(.uelzener-gallery--header__subline) {
                    margin-left: auto;
                    margin-right: auto;
                }
      }

      p:not(.uelzener-gallery--header__subline) {
                max-width: 52rem;
            }
    }
    .swiper-slide {
      img {
                height: 304px;
            }
      img {
                width: 411px;
            }
      img {
                border-radius: 0.75rem;
            }
      img {
                -o-object-fit: cover;
                   object-fit: cover;
            }
    }

    .uelzener-gallery__nav {
            position: relative;
        }

    .uelzener-gallery__nav {
            margin-top: 2rem;
        }

    .uelzener-gallery__nav {
            display: flex;
        }

    .uelzener-gallery__nav {
            width: 100%;
        }

    .uelzener-gallery__nav {
            justify-content: flex-end;
        }

    .uelzener-gallery__nav {
            gap: 2rem;
        }
  }
}
.uelzener-gallery--lightbox {
    position: fixed;
    inset: 0px;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(0 0 0 / 0.8);
}
.uelzener-gallery--lightbox__content {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
}
@media (min-width: 40rem) {
    .uelzener-gallery--lightbox__content {
        max-width: 40rem;
        padding-right: 1rem;
        padding-left: 1rem;
    }
}
@media (min-width: 48rem) {
    .uelzener-gallery--lightbox__content {
        max-width: 48rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 64rem) {
    .uelzener-gallery--lightbox__content {
        max-width: 64rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 80rem) {
    .uelzener-gallery--lightbox__content {
        max-width: 80rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 90rem) {
    .uelzener-gallery--lightbox__content {
        max-width: 90rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
.uelzener-gallery--lightbox__content {
    position: relative;
    width: 100%;
    padding: 1rem;
}
@media screen and (min-width: 1130px) and (max-width: 1280px) {
  .uelzener-gallery--lightbox__content {
    max-width: 80rem;
  }
}
.uelzener-gallery--lightbox__content img {
    height: auto;
    width: 100%;
    border-radius: 0.25rem;
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.uelzener-gallery--lightbox__close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 30px;
    line-height: 130%;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  background: none;
  border: none;
  cursor: pointer;
}
.newsletter {
  .newsletter__title {
        margin-bottom: 1rem;
    }
  .newsletter__title {
        font-size: 18px;
        line-height: 150%;
    }
  .newsletter__title {
        font-weight: 600;
    }

  .newsletter__input-wrapper {
        margin-bottom: 1rem;
    }

  .newsletter__input-wrapper {
        display: flex;
    }

  .newsletter__input-wrapper {
        align-items: center;
    }

  .newsletter__input-wrapper {
        gap: 0.75rem;
    }

  .newsletter__input-wrapper {
        border-radius: 0.5rem;
    }

  .newsletter__input-wrapper {
        --tw-bg-opacity: 1;
        background-color: rgb(247 246 245 / var(--tw-bg-opacity, 1));
    }

  .newsletter__input-wrapper {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }

  .newsletter__input-wrapper {
        padding-left: 1rem;
        padding-right: 1rem;
    }

  .newsletter__icon {
        font-size: 1.5rem;
    }

  .newsletter__icon {
        --tw-text-opacity: 1;
        color: rgb(0 51 102 / var(--tw-text-opacity, 1));
    }

  .newsletter__input {
        flex: 1 1 0%;
    }

  .newsletter__input {
        border-style: none;
    }

  .newsletter__input {
        background-color: transparent;
    }

  .newsletter__input {
        font-size: 1.125rem;
    }

  .newsletter__input {
        --tw-text-opacity: 1;
        color: rgb(51 51 51 / var(--tw-text-opacity, 1));
    }

  .newsletter__input {
        outline: 2px solid transparent;
        outline-offset: 2px;
    }

  .newsletter__consent {
        display: flex;
    }

  .newsletter__consent {
        align-items: flex-start;
    }

  .newsletter__consent {
        gap: 0.5rem;
    }

  .newsletter__consent {
        font-size: 16px;
        line-height: 150%;
    }

  .newsletter__consent {
        line-height: 1.4;
    }

  .newsletter__consent {

    a {
            --tw-text-opacity: 1;
            color: rgb(255 255 255 / var(--tw-text-opacity, 1));
        }

    a {
            text-decoration-line: underline;
        }
  }

  .newsletter__checkbox {
        margin-top: 0.2rem;
    }

  .newsletter__checkbox {
        height: 1.25rem;
    }

  .newsletter__checkbox {
        width: 1.25rem;
    }

  .newsletter__checkbox {
        cursor: pointer;
    }
}
.uelzener-job-info--wrapper {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
}
@media (min-width: 40rem) {
    .uelzener-job-info--wrapper {
        max-width: 40rem;
        padding-right: 1rem;
        padding-left: 1rem;
    }
}
@media (min-width: 48rem) {
    .uelzener-job-info--wrapper {
        max-width: 48rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 64rem) {
    .uelzener-job-info--wrapper {
        max-width: 64rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 80rem) {
    .uelzener-job-info--wrapper {
        max-width: 80rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 90rem) {
    .uelzener-job-info--wrapper {
        max-width: 90rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
.uelzener-job-info--wrapper {
    margin-top: 6rem;
    margin-bottom: 6rem;
    border-radius: 0.75rem;
    --tw-bg-opacity: 1;
    background-color: rgb(244 241 237 / var(--tw-bg-opacity, 1));
}
@media screen and (min-width: 1130px) and (max-width: 1280px) {
  .uelzener-job-info--wrapper {
    max-width: 80rem;
  }
}
@media (min-width: 1024px) {
    .uelzener-job-info--wrapper {
        margin-top: 8rem;
        margin-bottom: 8rem;
        height: 250px;
    }
}
.uelzener-job-info--wrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (min-width: 768px) {
    .uelzener-job-info--wrapper {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}
@media (min-width: 1024px) {
    .uelzener-job-info--wrapper {
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }
}
.uelzener-job-info--wrapper {

    .uelzener-job-info--item {
        grid-column: span 3 / span 3;
    }

    .uelzener-job-info--item {
        display: flex;
    }

    .uelzener-job-info--item {
        height: 150px;
    }

    .uelzener-job-info--item {
        flex-direction: column;
    }

    .uelzener-job-info--item {
        align-items: center;
    }

    .uelzener-job-info--item {
        justify-content: center;
    }

    .uelzener-job-info--item {
        gap: 1rem;
    }

    .uelzener-job-info--item {
        border-bottom-width: 2px;
    }

    .uelzener-job-info--item {
        --tw-border-opacity: 1;
        border-bottom-color: rgb(220 210 196 / var(--tw-border-opacity, 1));
    }

    @media (min-width: 768px) {
        .uelzener-job-info--item {
            border-bottom-width: 0px;
        }
    }

    @media (min-width: 1024px) {
        .uelzener-job-info--item {
            height: 100%;
        }
    }

    .uelzener-job-info--item {

        &:last-child {
            border-bottom-width: 0px;
        }
        
        span {
            font-size: 20px;
            line-height: 150%;
        }
        
        span {
            font-weight: 600;
        }
        
        span {
            --tw-text-opacity: 1;
            color: rgb(0 13 110 / var(--tw-text-opacity, 1));
        }
        
        i {
            font-size: 30px;
            line-height: 130%;
        }
        
        i {
            --tw-text-opacity: 1;
            color: rgb(0 13 110 / var(--tw-text-opacity, 1));
        }
    }
}
.uelzener-popup {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 50;
    display: flex;
    width: 100vw;
    align-items: center;
    background-color: rgb(0 0 0 / 0.6);
    opacity: 1;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;

    height: 100dvh;
    height: 100svh; 

    overscroll-behavior: contain;

    .uelzener-popup--inner {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .uelzener-popup--inner {
        height: auto;
    }

    .uelzener-popup--inner {
        width: 100%;
    }

    .uelzener-popup--inner {
        border-radius: 0.75rem;
    }

    .uelzener-popup--inner {
        --tw-bg-opacity: 1;
        background-color: rgb(234 242 254 / var(--tw-bg-opacity, 1));
    }

    .uelzener-popup--inner {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .uelzener-popup--inner {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    @media (min-width: 768px) {
        .uelzener-popup--inner {
            margin-left: 2rem;
            margin-right: 2rem;
        }
    }

    @media (min-width: 768px) {
        .uelzener-popup--inner {
            height: auto;
        }
    }

    @media (min-width: 768px) {
        .uelzener-popup--inner {
            width: 820px;
        }
    }

    @media (min-width: 768px) {
        .uelzener-popup--inner {
            padding-left: 3rem;
            padding-right: 3rem;
        }
    }

    @media (min-width: 1024px) {
        .uelzener-popup--inner {
            margin-left: auto;
            margin-right: auto;
        }
    }

    @media (min-width: 1024px) {
        .uelzener-popup--inner {
            min-height: 400px;
        }
    }

    .uelzener-popup--inner {
        position: relative;
    }

    .uelzener-popup--inner {

        max-height: calc(100dvh - 2rem);
        overflow: visible;

        display: flex;
        flex-direction: column;

        .uelzener-popup--close {
            position: absolute;
        }

        .uelzener-popup--close {
            top: -12px;
        }

        .uelzener-popup--close {
            right: -12px;
        }

        .uelzener-popup--close {
            z-index: 50;
        }

        .uelzener-popup--close {
            margin-bottom: 1rem;
        }

        .uelzener-popup--close {
            display: flex;
        }

        .uelzener-popup--close {
            width: 100%;
        }

        .uelzener-popup--close {
            justify-content: flex-end;
        }

        @media (min-width: 768px) {
            .uelzener-popup--close {
                position: relative;
            }
        }

        @media (min-width: 768px) {
            .uelzener-popup--close {
                top: 0px;
            }
        }

        @media (min-width: 768px) {
            .uelzener-popup--close {
                right: 0px;
            }
        }

        @media (min-width: 768px) {
            .uelzener-popup--close {
                margin-bottom: 0px;
            }
        }

        .uelzener-popup--close {

            span {
                display: flex;
            }

            span {
                height: 48px;
            }

            span {
                width: 48px;
            }

            span {
                align-items: center;
            }

            span {
                justify-content: center;
            }

            span {
                border-radius: 9999px;
            }

            span {
                --tw-bg-opacity: 1;
                background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
            }

            span {
                font-size: 24px;
                line-height: 130%;
            }

            span {
                cursor: pointer;
            }

            span {
                transition-property: all;
                transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
                transition-duration: 150ms;
            }

            span {

                &:hover {
                    --tw-rotate: 180deg;
                    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
                }
            }
        }

        .uelzener-popup--content {
            display: flex;
        }

        .uelzener-popup--content {
            min-height: 0px;
        }

        .uelzener-popup--content {
            flex: 1 1 0%;
        }

        .uelzener-popup--content {
            flex-direction: column;
        }

        .uelzener-popup--content {
            gap: 2rem;
        }

        .uelzener-popup--content {
            overflow: auto;
        }

        @media (min-width: 768px) {
            .uelzener-popup--content {
                min-height: 200px;
            }
        }

        @media (min-width: 768px) {
            .uelzener-popup--content {
                flex: none;
            }
        }

        @media (min-width: 768px) {
            .uelzener-popup--content {
                flex-direction: row;
            }
        }

        .uelzener-popup--content {
            margin-top: 0px;
        }

        @media (min-width: 768px) {
            .uelzener-popup--content {
                margin-top: 1rem;
            }
        }

        .uelzener-popup--content {
            .uelzener-popup--image {
                height: 200px;
            }
            .uelzener-popup--image {
                max-height: 200px;
            }
            .uelzener-popup--image {
                width: 100%;
            }
            @media (min-width: 768px) {
                .uelzener-popup--image {
                    height: auto;
                }
            }
            @media (min-width: 768px) {
                .uelzener-popup--image {
                    width: 200px;
                }
            }
            .uelzener-popup--image {

                img {
                    height: 100%;
                }

                img {
                    width: 100%;
                }

                img {
                    border-radius: 0.75rem;
                }

                img {
                    -o-object-fit: cover;
                       object-fit: cover;
                }

                @media (min-width: 768px) {
                    img {
                        width: 200px;
                    }
                }
            }

            .uelzener-popup--text {
                .uelzener-popup--text__overline {
                    margin-bottom: 1rem;
                }
                .uelzener-popup--text__overline {
                    font-size: 16px;
                    line-height: 150%;
                }
                .uelzener-popup--text__overline {
                    font-weight: 600;
                }
                .uelzener-popup--text__overline {
                    line-height: 1.5rem;
                }

                .uelzener-popup--text__headline {
                    margin-bottom: 1rem;
                }

                .uelzener-popup--text__headline {
                    font-size: 24px;
                    line-height: 130%;
                }

                .uelzener-popup--text__headline {
                    font-weight: 600;
                }

                .uelzener-popup--text__headline {
                    line-height: 1.75rem;
                }

                p {
                    font-size: 16px;
                    line-height: 150%;
                }

                p {
                    line-height: 1.5rem;
                }

                width: 100%;

                @media (min-width: 768px) {
                    width: calc(100% - 200px);
                }
            }
        }

        .uelzener-popup--button {
            margin-top: auto;
        }

        .uelzener-popup--button {
            display: flex;
        }

        .uelzener-popup--button {
            width: 100%;
        }

        .uelzener-popup--button {
            justify-content: flex-start;
        }

        .uelzener-popup--button {
            padding-top: 1.5rem;
        }

        @media (min-width: 768px) {
            .uelzener-popup--button {
                justify-content: flex-end;
            }
        }

        @media (min-width: 768px) {
            .uelzener-popup--button {
                padding-top: 1rem;
            }
        }
    }
}
.uelzener-popup--hidden {
    display: none;
}
@media (min-width: 768px) {
  .uelzener-popup--inner {
    max-height: none;
  }
}
.uelzener-error-page--container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
}
@media (min-width: 40rem) {
    .uelzener-error-page--container {
        max-width: 40rem;
        padding-right: 1rem;
        padding-left: 1rem;
    }
}
@media (min-width: 48rem) {
    .uelzener-error-page--container {
        max-width: 48rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 64rem) {
    .uelzener-error-page--container {
        max-width: 64rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 80rem) {
    .uelzener-error-page--container {
        max-width: 80rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 90rem) {
    .uelzener-error-page--container {
        max-width: 90rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media screen and (min-width: 1130px) and (max-width: 1280px) {
  .uelzener-error-page--container {
    max-width: 80rem;
  }
}
.uelzener-error-page--container {

  .uelzener-error-page {
        text-align: center;
    }

  .uelzener-error-page {

    .uelzener-error-page--links {
            margin-left: auto;
            margin-right: auto;
        }

    .uelzener-error-page--links {
            margin-top: 3rem;
        }

    .uelzener-error-page--links {
            width: -moz-max-content;
            width: max-content;
        }
  }
}
.compare-table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  color: #1f2937;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
}
.compare-table.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: transparent;
}
.compare-table thead th {
  background: #f3f4f6;
  color: #111827;
  font-weight: 600;
  text-align: left;
  padding: 10px 14px;
  border-bottom: 1px solid #e5e7eb;
}
.compare-table th,
.compare-table td {
  padding: 10px 14px;
  vertical-align: top;
  border-bottom: 1px solid #e5e7eb;
}
.compare-table tbody td:first-child,
.compare-table thead th:first-child {
  background: #f9fafb;
  font-weight: 600;
  white-space: nowrap;
  width: 220px;
}
.compare-table th + th,
.compare-table td + td {
  border-left: 1px solid #eef0f3;
}
.compare-table a {
  color: #1d4ed8;
  text-decoration: underline;
}
.compare-table a:hover { color: #1e40af; }
.compare-table small,
.compare-table .note { color: #6b7280; font-size: 12px; }
@media (max-width: 768px) {
  .compare-table { font-size: 13px; }
  .compare-table th, .compare-table td { padding: 9px 10px; }
  .compare-table tbody td:first-child { width: 180px; }
}
.uelzener-button-list--wrapper {
    .uelzener-button-list {
        display: flex;
    }
    .uelzener-button-list {
        flex-wrap: wrap;
    }
    .uelzener-button-list {
        gap: 1rem;
    }
}
*, ::before, ::after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
    --tw-contain-size:  ;
    --tw-contain-layout:  ;
    --tw-contain-paint:  ;
    --tw-contain-style:  ;
}
::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
    --tw-contain-size:  ;
    --tw-contain-layout:  ;
    --tw-contain-paint:  ;
    --tw-contain-style:  ;
}
/* ! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Varela, Arial, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: Varela, Arial; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
h1 {
    width: 100%;
    font-size: 24px;
    line-height: 130%;
    font-weight: 700;
}
@media (min-width: 1024px) {
    h1 {
        font-size: 30px;
        line-height: 130%;
    }
}
@media (min-width: 1280px) {
    h1 {
        font-size: 52px;
        line-height: 130%;
    }
}
h2 {
    margin-bottom: 1.5rem;
    font-size: 30px;
    line-height: 130%;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(0 13 110 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {
    h2 {
        margin-bottom: 2rem;
    }
}
@media (min-width: 1024px) {
    h2 {
        font-size: 52px;
        line-height: 130%;
    }
}
h3 {
    margin-bottom: 1.5rem;
    font-size: 30px;
    line-height: 130%;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(0 13 110 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {
    h3 {
        margin-bottom: 2rem;
    }
}
@media (min-width: 1024px) {
    h3 {
        font-size: 42px;
        line-height: 130%;
    }
}
h4 {
    margin-bottom: 1.5rem;
    font-size: 24px;
    line-height: 130%;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(0 13 110 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {
    h4 {
        margin-bottom: 2rem;
    }
}
@media (min-width: 1024px) {
    h4 {
        font-size: 30px;
        line-height: 130%;
    }
}
h5 {
    margin-bottom: 1.5rem;
    font-size: 20px;
    line-height: 150%;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(0 13 110 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {
    h5 {
        margin-bottom: 2rem;
    }
}
@media (min-width: 1024px) {
    h5 {
        font-size: 24px;
        line-height: 130%;
    }
}
h6 {
    margin-bottom: 1.5rem;
    font-size: 18px;
    line-height: 150%;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(0 13 110 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {
    h6 {
        margin-bottom: 2rem;
    }
}
@media (min-width: 1024px) {
    h6 {
        font-size: 20px;
        line-height: 150%;
    }
}
p {
    margin-bottom: 1rem;
    font-size: 16px;
    line-height: 150%;
}
@media (min-width: 1024px) {
    p {
        margin-bottom: 1.5rem;
        font-size: 18px;
        line-height: 150%;
    }
}
p:last-child {
    margin-bottom: 0px;
}
p:last-child:empty {
    margin-top: -1rem;
}
.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
}
@media (min-width: 40rem) {
    .container {
        max-width: 40rem;
        padding-right: 1rem;
        padding-left: 1rem;
    }
}
@media (min-width: 48rem) {
    .container {
        max-width: 48rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 64rem) {
    .container {
        max-width: 64rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 80rem) {
    .container {
        max-width: 80rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 90rem) {
    .container {
        max-width: 90rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
.static {
    position: static;
}
.block {
    display: block;
}
.flex {
    display: flex;
}
.table {
    display: table;
}
.hidden {
    display: none;
}
.size-full {
    width: 100%;
    height: 100%;
}
.min-h-screen {
    min-height: 100vh;
}
.transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.flex-col {
    flex-direction: column;
}
.justify-between {
    justify-content: space-between;
}
.overline {
    text-decoration-line: overline;
}
.\[partner\:magazin\] {
    partner: magazin;
}
:root {
    scroll-behavior: smooth;
    hyphens: auto;
    overflow-wrap: break-word;
    font-size: 16px;
    line-height: 150%;
  hyphenate-limit-chars: 6;

  scroll-padding-top: 130px;
}
html {
  min-height: 100vh;
}
body { 
  padding-top: 72px;

  @media (min-width: 1024px) {
    padding-top: 104px;
  }

  min-height: 100vh;
}
* {
  word-break: auto-phrase;
}
@container text-container (width > 420px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
        hyphens: none;
    }
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Varela, Arial, sans-serif;
}
.wp-block-heading {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
}
@media (min-width: 40rem) {
    .wp-block-heading {
        max-width: 40rem;
        padding-right: 1rem;
        padding-left: 1rem;
    }
}
@media (min-width: 48rem) {
    .wp-block-heading {
        max-width: 48rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 64rem) {
    .wp-block-heading {
        max-width: 64rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 80rem) {
    .wp-block-heading {
        max-width: 80rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 90rem) {
    .wp-block-heading {
        max-width: 90rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
.wp-block-heading {
    margin-top: 3rem;
    margin-bottom: 3rem;
}
@media screen and (min-width: 1130px) and (max-width: 1280px) {
  .wp-block-heading {
    max-width: 80rem;
  }
}
h1.wp-block-heading {
    font-size: 30px;
    line-height: 130%;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(0 13 110 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {
    h1.wp-block-heading {
        font-size: 52px;
        line-height: 130%;
    }
}
h2.wp-block-heading {
    font-size: 30px;
    line-height: 130%;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(0 13 110 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {
    h2.wp-block-heading {
        font-size: 52px;
        line-height: 130%;
    }
}
h3.wp-block-heading {
    font-size: 24px;
    line-height: 130%;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(0 13 110 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {
    h3.wp-block-heading {
        font-size: 30px;
        line-height: 130%;
    }
}
h4.wp-block-heading {
    font-size: 20px;
    line-height: 150%;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(0 13 110 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {
    h4.wp-block-heading {
        font-size: 24px;
        line-height: 130%;
    }
}
h5.wp-block-heading {
    font-size: 18px;
    line-height: 150%;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(0 13 110 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {
    h5.wp-block-heading {
        font-size: 20px;
        line-height: 150%;
    }
}
h6.wp-block-heading {
    font-size: 18px;
    line-height: 150%;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(0 13 110 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {
    h6.wp-block-heading {
        font-size: 20px;
        line-height: 150%;
    }
}
.wp-block-list {
    margin-bottom: 1rem;
    font-size: 16px;
    line-height: 150%;
}
@media (min-width: 1024px) {
    .wp-block-list {
        margin-bottom: 1.5rem;
        font-size: 18px;
        line-height: 150%;
    }
}
ul.wp-block-list {
    list-style-type: disc;
}
ol.wp-block-list {
    list-style-type: decimal;
}
.wp-block-list {
    padding-left: 1.5rem;
}
@media (min-width: 768px) {
    .wp-block-list {
        padding-left: 2rem;
    }
}
.entry-content {
  > p {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 1rem;
        padding-left: 1rem;
    }
  @media (min-width: 40rem) {
        > p {
            max-width: 40rem;
            padding-right: 1rem;
            padding-left: 1rem;
        }
    }
  @media (min-width: 48rem) {
        > p {
            max-width: 48rem;
            padding-right: 2rem;
            padding-left: 2rem;
        }
    }
  @media (min-width: 64rem) {
        > p {
            max-width: 64rem;
            padding-right: 2rem;
            padding-left: 2rem;
        }
    }
  @media (min-width: 80rem) {
        > p {
            max-width: 80rem;
            padding-right: 2rem;
            padding-left: 2rem;
        }
    }
  @media (min-width: 90rem) {
        > p {
            max-width: 90rem;
            padding-right: 2rem;
            padding-left: 2rem;
        }
    }
@media screen and (min-width: 1130px) and (max-width: 1280px) {
  > p {
    max-width: 80rem;
  }
}
}
.block-editor-block-list__layout.is-root-container
  > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 1280px !important;
}
.wp-block-gallery {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
}
@media (min-width: 40rem) {
    .wp-block-gallery {
        max-width: 40rem;
        padding-right: 1rem;
        padding-left: 1rem;
    }
}
@media (min-width: 48rem) {
    .wp-block-gallery {
        max-width: 48rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 64rem) {
    .wp-block-gallery {
        max-width: 64rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 80rem) {
    .wp-block-gallery {
        max-width: 80rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 90rem) {
    .wp-block-gallery {
        max-width: 90rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
.wp-block-gallery {
    margin-top: 6rem;
    margin-bottom: 6rem;
}
@media screen and (min-width: 1130px) and (max-width: 1280px) {
  .wp-block-gallery {
    max-width: 80rem;
  }
}
@media (min-width: 1024px) {
    .wp-block-gallery {
        margin-top: 8rem;
        margin-bottom: 8rem;
    }
}
@media screen and (min-width: 1130px) and (max-width: 1280px) {
  .container {
    max-width: 80rem !important;
  }
}
.is-style-checkmark li {
    list-style-type: none;

  &:before {
        margin-right: 0.5rem;
    }

  &:before {
    content: "\2714\0020";
  }
}
.wp-block-columns {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
}
@media (min-width: 40rem) {
    .wp-block-columns {
        max-width: 40rem;
        padding-right: 1rem;
        padding-left: 1rem;
    }
}
@media (min-width: 48rem) {
    .wp-block-columns {
        max-width: 48rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 64rem) {
    .wp-block-columns {
        max-width: 64rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 80rem) {
    .wp-block-columns {
        max-width: 80rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 90rem) {
    .wp-block-columns {
        max-width: 90rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media screen and (min-width: 1130px) and (max-width: 1280px) {
  .wp-block-columns {
    max-width: 80rem;
  }
}
.wp-block-columns {

  .wp-block-column {
    container: text-container / inline-size;
  }

  .uelzener-text-block {
        margin-top: 0px;
        margin-bottom: 0px;
    }

  .uelzener-text-block {
        width: 100%;
    }

  .uelzener-text-block {
        padding-left: 0px;
        padding-right: 0px;
    }

  a:not(.uelzener-btn--primary) {
        --tw-text-opacity: 1;
        color: rgb(0 48 94 / var(--tw-text-opacity, 1));
    }

  a:not(.uelzener-btn--primary) {
        text-decoration-line: underline;
    }
}
.wp-block-embed {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
}
@media (min-width: 40rem) {
    .wp-block-embed {
        max-width: 40rem;
        padding-right: 1rem;
        padding-left: 1rem;
    }
}
@media (min-width: 48rem) {
    .wp-block-embed {
        max-width: 48rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 64rem) {
    .wp-block-embed {
        max-width: 64rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 80rem) {
    .wp-block-embed {
        max-width: 80rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 90rem) {
    .wp-block-embed {
        max-width: 90rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
.wp-block-embed {
    margin-top: 6rem;
    margin-bottom: 6rem;
}
@media screen and (min-width: 1130px) and (max-width: 1280px) {
  .wp-block-embed {
    max-width: 80rem;
  }
}
@media (min-width: 1024px) {
    .wp-block-embed {
        margin-top: 8rem;
        margin-bottom: 8rem;
    }
}
.wp-tabs {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
}
@media (min-width: 40rem) {
    .wp-tabs {
        max-width: 40rem;
        padding-right: 1rem;
        padding-left: 1rem;
    }
}
@media (min-width: 48rem) {
    .wp-tabs {
        max-width: 48rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 64rem) {
    .wp-tabs {
        max-width: 64rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 80rem) {
    .wp-tabs {
        max-width: 80rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 90rem) {
    .wp-tabs {
        max-width: 90rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
.wp-tabs {
    margin-top: 6rem;
    margin-bottom: 6rem;
}
@media screen and (min-width: 1130px) and (max-width: 1280px) {
  .wp-tabs {
    max-width: 80rem;
  }
}
@media (min-width: 1024px) {
    .wp-tabs {
        margin-top: 8rem;
        margin-bottom: 8rem;
    }
}
.wp-tabs {

  margin: 0 auto !important;
}
.countdown-wrapper {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
}
@media (min-width: 40rem) {
    .countdown-wrapper {
        max-width: 40rem;
        padding-right: 1rem;
        padding-left: 1rem;
    }
}
@media (min-width: 48rem) {
    .countdown-wrapper {
        max-width: 48rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 64rem) {
    .countdown-wrapper {
        max-width: 64rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 80rem) {
    .countdown-wrapper {
        max-width: 80rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 90rem) {
    .countdown-wrapper {
        max-width: 90rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
.countdown-wrapper {
    margin-top: 6rem;
    margin-bottom: 6rem;
    flex-direction: column;
}
@media screen and (min-width: 1130px) and (max-width: 1280px) {
  .countdown-wrapper {
    max-width: 80rem;
  }
}
@media (min-width: 768px) {
    .countdown-wrapper {
        flex-direction: row;
    }
}
@media (min-width: 1024px) {
    .countdown-wrapper {
        margin-top: 8rem;
        margin-bottom: 8rem;
    }
}
.countdown-wrapper {

  .countdown-box {
    width: 100% !important;

    @media (min-width: 768px) {
      width: 150px !important;
    }
  }

  margin: 0 auto !important;
}
@media (max-width: 768px) {
  .wp-schedule-table {
    tbody {
            display: block;
        }
  }
}
.uelzener-text-image-block__video:has(.brlbs-cmpnt-container) {
  padding-top: 0 !important;
}
#BorlabsCookieBox .brlbs-cmpnt-widget,
.brlbs-cmpnt-container .brlbs-cmpnt-widget {
  padding-bottom: 5.5rem !important;
}
@media (max-width: 48rem) {
  .has-text-align-center,
  [style*="text-align:center"],
  [style*="text-align: center"] {
    text-align: left !important;
  }
}
.wp-block-group > .wp-block-buttons {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}
@media (min-width: 768px) {
    .wp-block-group > .wp-block-buttons {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
.simple-text-narrow {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
}
@media (min-width: 40rem) {
    .simple-text-narrow {
        max-width: 40rem;
        padding-right: 1rem;
        padding-left: 1rem;
    }
}
@media (min-width: 48rem) {
    .simple-text-narrow {
        max-width: 48rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 64rem) {
    .simple-text-narrow {
        max-width: 64rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 80rem) {
    .simple-text-narrow {
        max-width: 80rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 90rem) {
    .simple-text-narrow {
        max-width: 90rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
.simple-text-narrow {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
@media screen and (min-width: 1130px) and (max-width: 1280px) {
  .simple-text-narrow {
    max-width: 80rem;
  }
}
@media (min-width: 1024px) {
    .simple-text-narrow {
        max-width: 846px;
    }
}