/* open-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../Fonts/open-sans-v44-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../Fonts/open-sans-v44-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../Fonts/open-sans-v44-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../Fonts/open-sans-v44-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../Fonts/open-sans-v44-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../Fonts/open-sans-v44-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

:root {
    --kunde-blue-dark: #061c35;
    --kunde-blue: #2d6f9f;
    --kunde-blue-soft: #d9edf8;
    --kunde-text-light: #ffffff;
    --kunde-text-on-blue: #f8fbff;
    --kunde-text-dark: #061c35;
    --kunde-link-light: #fff2a8;
    --kunde-link-light-hover: #ffffff;
    --kunde-content-width: 1320px;

    --ikaro-blue: #1E4459;
    --ikaro-blue-light: #418db6;
    --ikaro-blue-dark: #122935;
    --ikaro-green: #AECA37;
    --ikaro-green-dark: #91a730;
    --ikaro-grey: #DCE3EC;
}

body {
    font-family: "Open Sans", Arial, sans-serif;
    color: var(--kunde-text-on-blue);
    overflow-wrap: break-word;
    hyphens: auto;
    overflow-x: hidden;
    overflow-x: clip;
    /*background: var(--kunde-blue);*/
}

.rahmen,
.site-topbar__inner,
.site-main__inner,
.site-hero__inner,
.site-footer__inner {
    width: min(100% - 2rem, var(--kunde-content-width));
    max-width: none;
    margin-right: auto;
    margin-left: auto;
}

.site-main .frame-services header {
    padding: clamp(1.2rem, 2vw, 2rem) !important;
}

.site-shell {
    min-height: 100vh;
    /*background: var(--kunde-blue);*/
}

.site-nav {
    overflow-wrap: normal;
    hyphens: none;
}

.site-hero,
.site-footer {
    color: var(--kunde-text-light);
    background: var(--kunde-blue-dark);
}

.site-hero {
    padding: 0;
    overflow-x: clip;
}

.site-hero .frame {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: none;
}

.site-hero .ce-textpic {
    overflow: visible;
}

.site-hero .ce-gallery {
    float: none;
    width: 100vw;
    height: 80vh;
    height: 80dvh;
    max-width: none;
    margin-left: 50%;
    transform: translateX(-50%);
}

.site-hero .ce-gallery :where(.ce-row, .ce-column, figure) {
    width: 100%;
    height: 100%;
    margin: 0;
}

.site-hero .ce-gallery img {
    display: block;
    width: 100%;
    max-width: none;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 999.98px) {
    .site-hero .ce-gallery {
        height: 65vh;
        height: 65dvh;
    }
}

@media (max-width: 499.98px) {
    .site-hero .ce-gallery {
        height: 50vh;
        height: 50dvh;
    }
}

.site-hero .frame > .rahmen {
    position: relative;
}

.site-hero .frame > .rahmen > header {
    position: absolute;
    top: 70%;
    left: calc((100% - 100vw) / 2);
    z-index: 1;
    width: max-content;
    max-width: 100vw;
    padding: clamp(0.65rem, 1.5vw, 1rem) clamp(1rem, 2.5vw, 2rem);
    padding-left: calc(
        max(1rem, calc((100vw - var(--kunde-content-width)) / 2))
        + clamp(1.2rem, 2vw, 2rem)
        + 1rem
    );
    background-color: #ffffff;
    transform: translateY(-50%);
    animation: hero-heading-fade-in 900ms ease-out 180ms both;
}

.site-hero .frame > .rahmen > header h1 {
    margin: 0;
    padding: 0;
    color: var(--ikaro-blue);
    font-weight: 800;
    text-align: left;
}

@keyframes hero-heading-fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@media (prefers-reduced-motion: reduce) {
    .site-hero .frame > .rahmen > header {
        animation: none;
    }
}

.site-hero .frame > .rahmen > header h2 {
    margin: 0.35rem 0 0;
    color: var(--ikaro-blue);
    font-size: clamp(1rem, 2.2vw, 1.75rem);
    font-weight: 400;
    line-height: 1.25;
}

.site-topbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 40;
    color: var(--ikaro-blue);
    background: white;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.site-topbar__inner {
    padding-top: 1.15rem;
    padding-bottom: 1.15rem;
}

.site-brand img {
    max-height: 80px;
}

@media (max-width: 899.98px) {
    .site-topbar__inner {
        padding-top: 0.95rem;
        padding-bottom: 0.95rem;
    }

    .site-brand img {
        max-height: 60px;
    }
}

.site-brand,
.site-brand :where(h1, h2, h3, p, a),
.site-hero :where(h1, h2, h3, h4, h5, h6, p, li),
.site-footer :where(h1, h2, h3, h4, h5, h6, p, li) {
    color: var(--kunde-text-light);
}

.site-main {
    color: var(--kunde-text-dark);
    overflow-x: clip;
    /*background: var(--kunde-blue);*/
}

.site-main__inner {
    padding-top: clamp(2.5rem, 5vw, 5rem);
    padding-bottom: clamp(2.5rem, 5vw, 5rem);
}

.site-main:has(> .site-main__inner > .frame-services-switch:last-child),
.site-main__inner:has(> .frame-services-switch:last-child) {
    padding-bottom: 0;
}

.site-main :where(h1, h2, h3, h4, h5, h6, p, li, figcaption, table) {
    color: var(--kunde-text-dark);
}

.site-main :where(.frame) {
    color: var(--kunde-text-dark);
}

.site-main__inner > .frame > .rahmen > .ce-bodytext,
.site-main__inner > .frame > .rahmen > .ce-textpic > .ce-bodytext {
    width: 65%;
    margin-right: auto;
    margin-left: 0;
    text-align: left;
}

.site-footer a,
.site-hero a {
    text-decoration-thickness: 0.08em;
    text-underline-offset: 0.18em;
}

.site-footer a {
    color: #ffffff;
}

.site-hero a {
    color: var(--kunde-link-light);
}

.site-main a {
    color: var(--kunde-blue-dark);
    text-decoration-thickness: 0.08em;
    text-underline-offset: 0.18em;
}

.site-main a:hover,
.site-main a:focus {
    color: #000f1f;
}

.site-main a:is(.link-mail, .link-phone) {
    color: var(--ikaro-blue-light);
}

.site-main a:is(.link-mail, .link-phone):hover,
.site-main a:is(.link-mail, .link-phone):focus {
    color: var(--ikaro-blue-dark);
}

.site-footer a:hover,
.site-footer a:focus,
.site-hero a:hover,
.site-hero a:focus {
    color: var(--kunde-link-light-hover);
}

.site-footer__inner {
    display: flow-root;
    position: relative;
    z-index: 1;
    padding-top: clamp(3rem, 5vw, 4.5rem);
    padding-right: clamp(1.2rem, 2vw, 2rem);
    padding-bottom: clamp(3rem, 5vw, 4.5rem);
    padding-left: clamp(1.2rem, 2vw, 2rem);
}

@media (max-width: 900px) {
    .site-footer__inner {
        padding: 1.1rem;
    }
}

.site-footer {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    overflow: clip;
}

.site-footer::before {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    width: clamp(14rem, 25vw, 24rem);
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    content: "";
    pointer-events: none;
    transform: translate(42%, -42%);
}

.site-footer__inner > .frame:first-child {
    margin-bottom: 2rem;
}

.site-footer .tx_cn-columns .frame > .rahmen {
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-left: 0;
}

@media (max-width: 899.98px) {
    .site-footer .site-footer__inner {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .site-footer::before {
        width: clamp(11rem, 30vw, 16rem);
        transform: translate(38%, -38%);
    }

    .site-footer__inner > .frame:first-child {
        margin-bottom: 1.75rem;
    }

    .site-footer .tx_cn-columns[data-cols="3"] .row {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 2rem;
        row-gap: 2rem;
    }

    .site-footer .tx_cn-columns[data-cols="3"] .row > .col-33 {
        float: none;
        clear: none;
        width: 100%;
        min-width: 0;
    }

    .site-footer .tx_cn-columns[data-cols="3"] .row > .col-33 > .frame {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .site-footer .tx_cn-columns[data-cols="3"] .row > .col-33:last-child {
        grid-column: 1 / -1;
        padding-top: 1.5rem;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }

    .site-footer .tx_cn-columns[data-cols="3"] .row > .col-33:last-child p {
        display: flex;
        flex-wrap: wrap;
        gap: 0.75rem 1.75rem;
    }

    .site-footer .tx_cn-columns[data-cols="3"] .row > .col-33:last-child br {
        display: none;
    }

    .site-footer :where(p, a) {
        overflow-wrap: anywhere;
    }
}

@media (max-width: 599.98px) {
    .site-footer .site-footer__inner {
        width: min(100% - 2rem, var(--kunde-content-width));
        padding-top: 2.75rem;
        padding-bottom: 2.75rem;
    }

    .site-footer::before {
        width: 12rem;
        transform: translate(34%, -34%);
    }

    .site-footer__inner > .frame:first-child {
        margin-bottom: 0.75rem;
    }

    .site-footer .tx_cn-columns[data-cols="3"] .row {
        grid-template-columns: minmax(0, 1fr);
        row-gap: 0;
    }

    .site-footer .tx_cn-columns[data-cols="3"] .row > .col-33,
    .site-footer .tx_cn-columns[data-cols="3"] .row > .col-33:last-child {
        grid-column: auto;
        padding-top: 1.35rem;
        padding-bottom: 1.35rem;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }

    .site-footer .tx_cn-columns .ce-bodytext p {
        margin-top: 0;
        margin-bottom: 0;
    }
}

@media (max-width: 599.98px) {
    .site-footer::before {
        width: 16rem;
        transform: translate(28%, -28%);
    }

    .site-nav .navbox {
        right: -0.625rem;
        width: 100vw;
        max-width: none;
        border-right: 0;
        border-left: 0;
        border-radius: 0;
    }
}

.hauptnavi :where(a, .nav-link),
.hauptnavi__list .nav-link {
    color: var(--ikaro-blue);
}

.hauptnavi :where(a, .nav-link):hover,
.hauptnavi :where(a, .nav-link):focus {
    color: var(--kunde-blue-dark);
}

.hauptnavi .active > .nav-link,
.hauptnavi .active > a {
    color: var(--kunde-blue-dark);
}

.hauptnavi__list > .nav-item.active > .nav-link::before,
.dropdown-menu__item > .nav-link::before {
    content: "";
    width: 0.75rem;
    height: 0.75rem;
    flex: 0 0 0.75rem;
    margin-right: 0.55rem;
    border-radius: 50%;
    background-color: transparent;
}

.hauptnavi__list > .nav-item.active > .nav-link::before,
.dropdown-menu__item.active > .nav-link::before {
    background-color: var(--ikaro-green);
}

@media (max-width: 900px) {
      .hauptnavi__list > .nav-item > .nav-link::before {
          content: "";
          width: 0.75rem;
          height: 0.75rem;
          flex: 0 0 0.75rem;
          margin-right: 0.55rem;
          border-radius: 50%;
          background-color: transparent;
      }
  }

.dropdown-menu {
    background: white;
    border-color: rgba(255, 255, 255, 0.18);
}

.dropdown-menu .active > .nav-link:hover,
.dropdown-menu .active > .nav-link:focus-visible,
.dropdown-menu .active > a:hover,
.dropdown-menu .active > a:focus-visible {
    color: var(--kunde-blue-dark) !important;
    background-color: #ffffff;
}

.site-main :where(input, textarea, select) {
    font-family: inherit;
    color: #061c35;
    background: var(--kunde-text-light);
}

.site-main :where(button, .btn) {
    font-family: inherit;
}

.site-main :where(.ce-gallery img, .image-embed-item) {
    max-width: 100%;
    height: auto;
}

/*** LEISTUNGSBEREICHE ***/
.frame.frame-services {
    width: auto;
    max-width: none;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    background-color: var(--ikaro-blue);
}

.frame.frame-services h2, .frame.frame-services h3, .frame.frame-services p {
    color: white;
}

.frame.frame-services h3 a,
.frame.frame-services h3 a:hover,
.frame.frame-services h3 a:focus {
    color: white;
}

.frame.frame-services > .rahmen > header {
    margin-bottom: 2rem;
}

.frame.frame-services .ce-gallery {
    margin-bottom: 1.25rem;
}

.frame.frame-services .ce-gallery figure {
    display: block;
    width: 117px;
    margin-right: auto;
    margin-left: auto;
}

.frame.frame-services .ce-gallery figure > a {
    display: block;
}

.frame.frame-services .ce-gallery img {
    width: 100%;
    height: auto;
    margin: 0;
}

:is(.frame.frame-services, .frame.frame-services-switch) .ce-gallery figure:has(img[src$="/Ingenieurdienstleistungen.svg"]) {
    --service-hover-icon: url("/fileadmin/user_upload/Icons-Leistungen/Ingenieurdienstleistungen-hover.svg");
}

:is(.frame.frame-services, .frame.frame-services-switch) .ce-gallery figure:has(img[src$="/energie-consulting.svg"]) {
    --service-hover-icon: url("/fileadmin/user_upload/Icons-Leistungen/energie-consulting-hover.svg");
}

:is(.frame.frame-services, .frame.frame-services-switch) .ce-gallery figure:has(img[src$="/spezialisierung.svg"]) {
    --service-hover-icon: url("/fileadmin/user_upload/Icons-Leistungen/spezialisierung-hover.svg");
}

:is(.frame.frame-services, .frame.frame-services-switch) .ce-gallery figure:has(img[src$="/projektmanagement.svg"]) {
    --service-hover-icon: url("/fileadmin/user_upload/Icons-Leistungen/projektmanagement-hover.svg");
}

:is(.frame.frame-services, .frame.frame-services-switch) .ce-gallery figure {
    position: relative;
}

:is(.frame.frame-services, .frame.frame-services-switch) .ce-gallery figure img {
    transition: opacity 240ms cubic-bezier(0.4, 0, 0.2, 1);
}

:is(.frame.frame-services, .frame.frame-services-switch) .ce-gallery figure::after {
    position: absolute;
    inset: 0;
    content: "";
    pointer-events: none;
    background: var(--service-hover-icon) center / contain no-repeat;
    opacity: 0;
    transition: opacity 240ms cubic-bezier(0.4, 0, 0.2, 1);
}

:is(.frame.frame-services, .frame.frame-services-switch) .ce-gallery figure:is(:hover, :focus-within) img {
    opacity: 0;
}

:is(.frame.frame-services, .frame.frame-services-switch) .ce-gallery figure:is(:hover, :focus-within)::after {
    opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
    :is(.frame.frame-services, .frame.frame-services-switch) .ce-gallery figure img,
    :is(.frame.frame-services, .frame.frame-services-switch) .ce-gallery figure::after {
        transition: none;
    }
}

.frame.frame-services h3, .frame.frame-services p {
    text-align: center;
}

.frame.frame-services .col-25 div {
    margin-left: 0px !important;
    margin-right: 0px !important;
    width: 100% !important;
}

@media (max-width: 999.98px) {
    .frame.frame-services .tx_cn-columns .row {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: var(--cn_multigap);
        row-gap: 2.5rem;
    }

    .frame.frame-services .tx_cn-columns .row > .col-25 {
        float: none;
        clear: none;
        width: 100%;
        height: auto !important;
    }
}

@media (max-width: 500px) {
    .frame.frame-services .tx_cn-columns .row {
        grid-template-columns: minmax(0, 1fr);
    }
}

/*** LEISTUNGSDETAILS ***/
@media (max-width: 999.98px) {
    :is(.page-12, .page-13, .page-14, .page-15) .site-main__inner > .frame:first-child .ce-textpic {
        position: relative;
        overflow: visible;
    }

    :is(.page-12, .page-13, .page-14, .page-15) .site-main__inner > .frame:first-child .ce-gallery {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        float: none;
        width: 120px;
        margin: 0;
        transform: translateY(calc(-100% - 1rem));
    }

    :is(.page-12, .page-13, .page-14, .page-15) .site-main__inner > .frame:first-child .ce-gallery :where(.ce-row, .ce-column, figure, img) {
        width: 100%;
        height: auto;
        margin: 0;
    }

    :is(.page-12, .page-13, .page-14, .page-15) .site-main__inner > .frame:first-child .ce-bodytext {
        width: 100%;
    }
}

@media (max-width: 499.98px) {
    :is(.page-12, .page-13, .page-14, .page-15) .site-main__inner > .frame:first-child .ce-gallery {
        width: 117px;
        transform: translateY(calc(-100% - 1.5rem));
    }
}

/*** LEISTUNGSWECHSEL ***/
.frame.frame-services-switch {
    width: auto;
    max-width: none;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    overflow-x: clip;
    background-color: var(--ikaro-grey);
}

.frame.frame-services-switch .ce-bodytext,
.frame.frame-services-switch .ce-bodytext p {
    color: var(--ikaro-blue-dark);
    text-align: center;
}

.frame.frame-services-switch .ce-bodytext a {
    color: var(--ikaro-blue-dark);
}

.frame.frame-services-switch .ce-gallery,
.frame.frame-services-switch .ce-gallery .ce-row,
.frame.frame-services-switch .ce-gallery .ce-column {
    float: none;
    width: 100%;
}

.frame.frame-services-switch .ce-gallery figure {
    display: block;
    width: 117px;
    margin-right: auto;
    margin-left: auto;
}

.frame.frame-services-switch .ce-gallery figure > a {
    display: block;
}

.frame.frame-services-switch .ce-gallery img {
    width: 100%;
    height: auto;
    margin: 0;
}

@media (max-width: 699.98px) {
    .site-main .frame.frame-services-switch {
        --cn_multigap: 10px;
        padding-right: 0.75rem;
        padding-left: 0.75rem;
    }

    .frame.frame-services-switch > .rahmen,
    .frame.frame-services-switch .tx_cn-columns[data-cols="3"] .row > .col-33 > .frame > .rahmen {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .site-main .frame.frame-services-switch .tx_cn-columns[data-cols="3"] .row > .col-33 > .frame {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
}

@media (max-width: 699.98px) {
    .frame.frame-services-switch .tx_cn-columns .row {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 2rem;
    }

    .frame.frame-services-switch .tx_cn-columns .row > .col-33 {
        float: none;
        clear: none;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .frame.frame-services-switch .tx_cn-columns[data-cols="3"] .row > .col-33 > .frame {
        float: none;
        clear: none;
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .frame.frame-services-switch .tx_cn-columns .row > .col-33:last-child {
        grid-column: 1 / -1;
    }
}

@media (max-width: 559.98px) {
    .frame.frame-services-switch .tx_cn-columns .row {
        grid-template-columns: minmax(0, 1fr);
    }

    .frame.frame-services-switch .tx_cn-columns .row > .col-33:last-child {
        grid-column: auto;
    }
}

/*** PROJEKTBEISPIELE ***/
.frame-projects .frame-default {
    background-color: var(--ikaro-grey);
    border-left: 8px solid var(--ikaro-green)
}

.frame-projects a.more {
    display: inline-flex;
    align-items: center;
    height: auto;
    line-height: 1.3;
    padding: 0.7rem 1.4rem;
    background-color: var(--ikaro-green);
    color: var(--ikaro-blue-dark);
}

.frame-projects a.more:hover,
.frame-projects a.more:focus-visible {
    background-color: var(--ikaro-blue-dark);
    color: white;
}

/*** TEAM ***/
.page-9 .site-main__inner > .frame-type-textmedia > .rahmen {
    width: min(100% - 2rem, 1080px);
}

.page-9 .site-main__inner > .frame-type-textmedia:nth-child(even of .frame-type-textmedia) {
    width: auto;
    max-width: none;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    background-color: var(--ikaro-grey);
}

.page-9 .site-main__inner > .frame-type-textmedia .ce-textpic.ce-intext {
    display: flex;
    align-items: center;
    gap: clamp(1.5rem, 5vw, 5rem);
}

.page-9 .site-main__inner > .frame-type-textmedia .ce-textpic.ce-right {
    flex-direction: row;
}

.page-9 .site-main__inner > .frame-type-textmedia .ce-textpic.ce-right .ce-gallery {
    order: 2;
}

.page-9 .site-main__inner > .frame-type-textmedia .ce-textpic.ce-right .ce-bodytext {
    order: 1;
}

.page-9 .site-main__inner > .frame-type-textmedia .ce-gallery {
    float: none;
    flex: 0 0 auto;
    margin: 0;
}

.page-9 .site-main__inner > .frame-type-textmedia .ce-bodytext {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    margin: 0;
}

.page-9 .site-main__inner > .frame-type-textmedia .ce-textpic.ce-right .ce-bodytext {
    text-align: right;
}

@media (max-width: 599.98px) {
    .page-9 .site-main__inner > .frame-type-textmedia .ce-textpic.ce-intext,
    .page-9 .site-main__inner > .frame-type-textmedia .ce-textpic.ce-right {
        flex-direction: column;
        align-items: center;
        gap: 1.25rem;
    }

    .page-9 .site-main__inner > .frame-type-textmedia .ce-gallery {
        width: 180px;
        height: 180px;
    }

    .page-9 .site-main__inner > .frame-type-textmedia .ce-gallery :where(.ce-row, .ce-column, figure, .image-embed-item) {
        width: 100%;
        height: 100%;
    }

    .page-9 .site-main__inner > .frame-type-textmedia .ce-gallery .image-embed-item {
        object-fit: cover;
    }

    .page-9 .site-main__inner > .frame-type-textmedia .ce-textpic.ce-intext > .ce-bodytext {
        flex: 0 1 auto;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }

    .page-9 .site-main__inner > .frame-type-textmedia .ce-textpic.ce-intext > .ce-bodytext,
    .page-9 .site-main__inner > .frame-type-textmedia .ce-textpic.ce-intext > .ce-bodytext p {
        text-align: center;
    }
}

/*** KARRIERE ***/
.page-10 .site-main,
.page-10 .site-main__inner {
    padding-bottom: 0;
}

.page-10 .site-main__inner {
    gap: clamp(1.25rem, 3vw, 2.5rem);
}

.page-10 .site-main__inner > .frame-type-header h2 {
    max-width: 62rem;
    overflow-wrap: anywhere;
    text-wrap: balance;
}

.page-10 .site-main__inner > .frame-type-textmedia:nth-child(even of .frame-type-textmedia) {
    background-color: var(--ikaro-grey);
    box-shadow: 0 0 0 100vmax var(--ikaro-grey);
    clip-path: inset(0 -100vmax);
}

.page-10 .site-main__inner > .frame-type-textmedia .ce-textpic:has(.ce-gallery) {
    display: flex;
    align-items: center;
    gap: clamp(1.5rem, 5vw, 5rem);
}

.page-10 .site-main__inner > .frame-type-textmedia .ce-textpic.ce-right:has(.ce-gallery) {
    flex-direction: row-reverse;
}

.page-10 .site-main__inner > .frame-type-textmedia .ce-gallery {
    float: none;
    flex: 0 0 auto;
    margin: 0;
}

.page-10 .site-main__inner > .frame-type-textmedia .ce-gallery,
.page-10 .site-main__inner > .frame-type-textmedia .ce-gallery :where(.ce-row, .ce-column, figure, .image-embed-item) {
    width: 180px;
    height: 180px;
}

.page-10 .site-main__inner > .frame-type-textmedia .ce-gallery .image-embed-item {
    object-fit: contain;
}

.page-10 .site-main__inner > .frame-type-textmedia .ce-textpic:has(.ce-gallery) .ce-bodytext {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    margin: 0;
    text-align: left;
}

.page-10 .site-main__inner > .frame-type-textmedia .ce-bodytext ul {
    display: grid;
    gap: 0.5rem;
    margin-top: 0;
    margin-bottom: 0;
}

.page-10 #c38 .ce-bodytext > p:last-child {
    display: none;
}

@media (max-width: 899.98px) {
    .page-10 .site-main__inner {
        gap: 1.25rem;
    }

    .page-10 .site-main__inner > .frame > .rahmen {
        width: 100%;
    }

    .page-10 .site-main__inner > .frame-type-header h2 {
        font-size: clamp(1.3rem, 3.5vw, 1.75rem);
        line-height: 1.3;
    }

    .page-10 .site-main__inner > .frame-type-textmedia .ce-textpic:has(.ce-gallery) {
        gap: clamp(1.5rem, 4vw, 2.5rem);
    }

    .page-10 .site-main__inner > .frame-type-textmedia .ce-gallery,
    .page-10 .site-main__inner > .frame-type-textmedia .ce-gallery :where(.ce-row, .ce-column, figure, .image-embed-item) {
        width: 140px;
        height: 140px;
    }
}

@media (max-width: 639.98px) {
    .page-10 .site-main__inner {
        width: min(100% - 1rem, var(--kunde-content-width));
        gap: 0.5rem;
        padding-top: 2rem;
    }

    .page-10 .site-main__inner > .frame {
        padding: 1.15rem 1rem;
    }

    .page-10 .site-main__inner > .frame-type-textmedia:has(.ce-gallery) {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .page-10 .site-main__inner > .frame-type-textmedia .ce-textpic:has(.ce-gallery),
    .page-10 .site-main__inner > .frame-type-textmedia .ce-textpic.ce-right:has(.ce-gallery) {
        flex-direction: column;
        align-items: stretch;
        gap: 1.25rem;
    }

    .page-10 .site-main__inner > .frame-type-textmedia .ce-gallery {
        align-self: center;
        float: none;
        margin-right: auto;
        margin-left: auto;
    }

    .page-10 .site-main__inner > .frame-type-textmedia .ce-gallery,
    .page-10 .site-main__inner > .frame-type-textmedia .ce-gallery :where(.ce-row, .ce-column, figure, .image-embed-item) {
        width: 117px;
        height: 117px;
    }

    .page-10 .site-main__inner > .frame-type-textmedia .ce-textpic:has(.ce-gallery) .ce-bodytext {
        flex: 0 1 auto;
        width: 100%;
        overflow: visible;
    }

    .page-10 .site-main__inner > .frame-type-textmedia .ce-textpic:has(.ce-gallery) .ce-bodytext h3 {
        margin-bottom: 1rem;
        font-size: clamp(1.2rem, 5vw, 1.45rem);
        text-align: center;
    }

    .page-10 .site-main__inner > .frame:first-child h1 {
        font-size: clamp(1.55rem, 7vw, 2rem);
        line-height: 1.2;
        text-wrap: balance;
    }

    .page-10 .site-main__inner > .frame-type-header h2 {
        font-size: clamp(1.2rem, 5.5vw, 1.5rem);
        line-height: 1.3;
    }

    .page-10 .site-main__inner > .frame-type-textmedia .ce-bodytext ul {
        gap: 0.65rem;
        padding-left: 1.2rem;
        line-height: 1.5;
    }

    .page-10 .site-main__inner > .frame-type-textmedia .ce-bodytext li {
        padding-left: 0.15rem;
    }
}

/*** KONTAKT ***/
.page-11 .site-main,
.page-11 .site-main__inner {
    padding-bottom: 0;
}

.page-11 #c71 {
    width: 100vw;
    max-width: none;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding: 0;
}

.page-11 #c71 > .rahmen,
.page-11 #c71 .mediaconsent,
.page-11 #c71 .blockedcontentbox,
.page-11 #c71 iframe {
    width: 100%;
    max-width: none;
}

.page-11 #c71 > .rahmen {
    margin: 0;
    padding: 0;
}

.page-11 #c71 iframe {
    display: block;
    border: 0;
}

.page-11 #c71 .mediaconsent,
.page-11 #c71 .blockedcontentbox {
    min-height: 450px;
}

.page-11 #c71 .mapsoverlay {
    display: grid;
    place-items: center;
    overflow: auto;
    background: linear-gradient(135deg, #eef2f3, #dce5e8);
}

.page-11 #c71 .mapsoverlay > div {
    position: static;
    width: min(100% - 2rem, 46rem);
    padding: clamp(1.25rem, 4vw, 2.5rem);
    transform: none;
}

.page-11 #c71 .mapsoverlay p {
    margin-bottom: 1.25rem;
    color: var(--ikaro-blue-dark);
    line-height: 1.6;
}

.page-11 #c71 .mapsoverlay p a {
    color: var(--ikaro-blue);
    font-weight: 600;
}

.page-11 #c71 .mapsoverlay p a:hover,
.page-11 #c71 .mapsoverlay p a:focus-visible {
    color: #000f1f;
}

.page-11 #c71 .mapsoverlay .btn {
    min-height: 44px;
    margin: 0.25rem;
    padding: 0.65rem 1.1rem;
    border-color: var(--ikaro-blue-dark);
    background-color: var(--ikaro-blue-dark);
    color: white;
}

.page-11 #c71 .mapsoverlay .btn.cookie_only-this {
    border-color: var(--ikaro-green);
    background-color: var(--ikaro-green);
    color: var(--ikaro-blue-dark);
}

.page-11 #c71 .mapsoverlay .btn:hover,
.page-11 #c71 .mapsoverlay .btn:focus-visible {
    border-color: #000f1f;
    background-color: #000f1f;
    color: white;
}

@media (max-width: 999.98px) {
    .frame.frame-projects .tx_cn-columns {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 1.5rem;
        row-gap: 1.5rem;
    }

    .frame.frame-projects .tx_cn-columns .row {
        display: contents;
    }

    .frame.frame-projects .tx_cn-columns .row > .col-33 {
        float: none;
        clear: none;
        width: 100%;
        height: auto !important;
    }

    .frame.frame-projects .tx_cn-columns[data-cols="3"] .row > .col-33 > .frame {
        width: 100%;
        height: 100% !important;
        margin-right: 0;
        margin-left: 0;
    }
}

@media (max-width: 599.98px) {
    .frame.frame-projects .tx_cn-columns {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 799.98px) {
    .site-main__inner > .frame > .rahmen > .ce-bodytext,
    .site-main__inner > .frame > .rahmen > .ce-textpic > .ce-bodytext {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .site-hero .frame > .rahmen > header {
        padding-left: 2.35rem;
    }

    .rahmen,
    .site-topbar__inner,
    .site-main__inner,
    .site-hero__inner,
    .site-footer__inner {
        width: min(100% - 1.25rem, var(--kunde-content-width));
    }

    .hauptnavi :where(a, .nav-link),
    .hauptnavi__list .nav-link,
    .dropdown-menu :where(a, .nav-link) {
        color: var(--kunde-blue-dark);
    }

    .hauptnavi :where(a, .nav-link):hover,
    .hauptnavi :where(a, .nav-link):focus,
    .dropdown-menu :where(a, .nav-link):hover,
    .dropdown-menu :where(a, .nav-link):focus {
        color: #000f1f;
    }
/*
    .hauptnavi .active > .nav-link,
    .hauptnavi .active > a,
    .dropdown-menu .active > .nav-link,
    .dropdown-menu .active > a {
        color: var(--kunde-text-light);
        background: var(--kunde-blue-dark);
    }*/

    .dropdown-menu .active > .nav-link:hover,
    .dropdown-menu .active > .nav-link:focus-visible,
    .dropdown-menu .active > a:hover,
    .dropdown-menu .active > a:focus-visible {
      color: var(--kunde-blue-dark) !important;
      background-color: #ffffff;
  }
}

@media (max-width: 499.98px) {
    .site-hero h1,
    .site-main h1,
    .page-10 .site-main__inner > .frame:first-child h1 {
        font-size: clamp(1.4rem, 6vw, 1.6rem);
        line-height: 1.15;
    }
}
