@import "fonts.css";
@import "reading_progress.css";
@import "custom2.css";


/*#region ---------------- FARBEN ---------------- */
:root {
    --bs-blue: #253d63;
    --bs-indigo: #0f1e32;
    --bs-purple: rgb(195, 130, 250);
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #DAFF01;
    --bs-green: #198754;
    --bs-teal: #2c809a;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #aaaaaa;
    --bs-gray-dark: #171717;
    --bs-primary: #30505C;
    --bs-secondary: #6c757d;
    --bs-success: #DAFF01;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #a92643;
    --bs-light: #97A7AD;
    --bs-dark: #252525;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));

    --header-height: /*300px*/ 30svh;
    --ke-primary: #30505C;
    --ke-green: #DAFF01;
    --ke-cyan: #22C8D3;
    --ke-primary50: #97a7ad;
    --ke-primary25: #ecf1f4;
    --ke-primary10: #F5F7F9;
    --ke-gray-light: #CBD3D6;
    --ke-gradient: linear-gradient(45deg, var(--ke-primary), var(--ke-green));
    --ke-headline-font: 'Inter', sans-serif;
    --ke-body-font: 'Inter', sans-serif;
}

/*#endregion -------------------------------- */

/*#region ---------------- FONT BASICS ---------------- */
::selection {
    color: var(--ke-primary);
    background: var(--ke-green);
}

.doku ::selection {
    color: var(--ke-primary);
    background: var(--ke-cyan);
}

html,
body {
    font-family: var(--ke-body-font);
    color: var(--ke-primary);
    font-size: 20px;
    font-weight: 300;
    word-wrap: break-word;
    hyphens: auto !important;
    hyphenate-limit-chars: 8 4 4;
}

h1,
h2,
h3,
h4,
h5 {
    color: var(--ke-primary);
}

h1 {
    font-family: var(--ke-body-font);
    font-weight: 900;
    text-transform: uppercase;
    font-size: 4rem;
    line-height: 1.2;
    hyphens: auto;
    text-decoration: none;
}

.hero {
    padding: 0!important;
    display: flex;
    align-items: center;
    background-attachment: fixed!important;
    background-position: 50% 50%!important;
}

.hero h1 {
    color: var(--ke-green);
    hyphens: auto;
    margin-bottom: 1.25rem;
    line-height: 1;
}

.hero h5 {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: .5rem;
    text-transform: uppercase;
}

.hero .lowercase h5 {
    text-transform: none;
}

h2 {
    font-family: var(--ke-body-font);
    font-weight: 600;
    font-size: 3rem;
    text-decoration: none;
}

h3 {
    font-family: var(--ke-body-font);
    font-size: 2.25rem;
    font-weight: 600;
    text-decoration: none;
}

h4,
.sppb-addon-testimonial-review p {
    font-family: var(--ke-body-font);
    font-size: 1.75rem;
    font-weight: 600;
    text-decoration: none;
    line-height: 1.2;
    margin: 0.5rem 0;
}

h5,
#sp-page-builder .sppb-section-title .sppb-title-subheading {
    font-family: var(--ke-body-font);
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: 0px;
    text-decoration: none;
}

h6 {
    font-family: var(--ke-body-font);
    font-size: 1rem;
    font-weight: 600 !important;
    letter-spacing: 0px;
    text-decoration: none;
}

em {
    color: inherit;
}

.highlight {
    color: var(--ke-primary);
    background-color: var(--ke-green);
    padding: 0 5px;
}

.Weiss,
.Weiss * {
    color: #f9f9f9 !important;
}

.bg-primary {
    background-color: var(--ke-primary) !important;
}

.bg-cyan {
    background-color: var(--ke-cyan) !important;
}

.bg-green {
    background-color: var(--ke-green) !important;
}

a,
a:hover {
    color: var(--ke-primary);
}

/*#endregion -------------------------------- */

/*#region ---------------- SP GENERAL OVERRIDES ---------------- */
.sppb-row-container {
    padding-right: 0;
    padding-left: 0;
}

/*#endregion -------------------------------- */

/*#region ---------------- BUTTONS ---------------- */
.sppb-btn,
.btn {
    border-radius: 0 !important;
    font-size: .75rem;
}

.sppb-btn-default,
.btn-primary,
.sppb-btn-primary {
    text-transform: uppercase;
    letter-spacing: 0px;
    color: var(--ke-primary);
    border-color: var(--ke-primary);
    padding: .5rem 1rem;
    background-color: transparent;
}

.Weiss .sppb-btn-default,
.Weiss .btn-primary,
.Weiss .sppb-btn-primary {
    color: #f9f9f9;
    border-color: #f9f9f9;
}

.sppb-btn-default:hover,
.btn-primary:hover,
.sppb-btn-primary:hover {
    background-color: var(--ke-primary);
    border-color: var(--ke-primary);
    color: #fff;
}

.Weiss .sppb-btn-default:hover,
.Weiss .btn-primary:hover,
.Weiss .sppb-btn-primary:hover {
    color: var(--ke-primary) !important;
    background-color: #fff !important;
    border-color: #fff !important;
}

.hero .sppb-btn-default {
    letter-spacing: 1px;
    color: #fff;
    border-color: #fff;
}

.hero .sppb-btn-default:hover {
    color: var(--ke-primary);
    background-color: rgba(255, 255, 255, .75);
}

.sp-scroll-up {
    background: rgba(48, 80, 92, 0.4);
    border: 1px solid #fff;
}

.sp-scroll-up:hover {
    background: rgba(48, 80, 92, 1);
}

/*#endregion -------------------------------- */

/*#region ---------------- HEADER ---------------- */
#sp-header {
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    border-bottom: 1px solid #fff;
}

.modal-menu-active #sp-header {
    height: auto;
}

#sp-section-1 {
    display: none;
}

.burger-icon>span {
    display: block;
    height: 4px;
    background-color: #fff;
    margin: 5px 0;
    transition: background-color .3s ease-in, opacity .3s ease-in, transform .3s ease-in;
}

.burger-icon>span:nth-of-type(3) {
    display: none;
}

.burger-icon {
    width: 80px;
    padding: 0 10px;
    transition: .3s;
}

body.offcanvas-active .offcanvas-menu .burger-icon>span:nth-child(2),
#modal-menu-toggler.active .burger-icon>span:nth-child(2) {
    opacity: 1;
    margin: -2px 30px 0 0px;
    width: 60px;
    transform: translate(10px, 0px) rotate(90deg) !important;
}

a#modal-menu-toggler {
    padding: 20px;
}

a#modal-menu-toggler:hover .burger-icon {
    padding: 0;
}

.modal-menu-active a#modal-menu-toggler:hover .burger-icon {
    padding: 0 10px;
}

body.offcanvas-active .offcanvas-menu .burger-icon>span,
#modal-menu-toggler.active .burger-icon>span {
    transform: translate(0, 8px) rotate(-90deg) !important;
    background: var(--bs-primary);
}

body.offcanvas-active .offcanvas-menu .burger-icon>span,
#modal-menu-toggler.active .burger-icon>span {
    background: var(--bs-primary);
    height: 5px;
}

#sp-header .logo a {
    /* HOME LINK */
    display: block;
    width: 170px;
    height: 70px;
}

.view-article #sp-header .logo {
    height: 100px;
}

#sp-header .logo,
.modal-menu-active #sp-header.header-sticky .logo {
    background: url(../../../images/logo/ke_logo_weiss.svg) no-repeat left top;
    background-size: contain;
    display: block;
    height: 70px;
    width: 170px;
    margin-top: 60px;
}

.modal-menu-active #sp-header .logo,
.modal-menu-active #sp-header.header-sticky .logo {
    background: url(../../../images/logo/ke_logo_dark.svg) no-repeat left top;
    margin-top: 24px;
}

#sp-header.header-sticky .logo {
    height: 40px;
    width: 100px;
    margin-top: 24px;
}

.home #sp-header {
    border-bottom: 0px solid #fff;
    pointer-events: none;
    border: none;
}

.home #sp-header #logo-right {
    display: none !important;
}

#sp-header .logo a img {
    display: none;
}

#sp-header.header-sticky {
    position: fixed;
    z-index: 99;
    height: 100px;
    top: 0;
    left: 0;
    width: 100%;
    animation: spFadeInDown .5s;
    background: var(--ke-primary);
}

.textseite #sp-header {
    background: var(--ke-primary);
}

.textseite.view-article #sp-main {
    margin-top: 100px;
}

.textseite.view-article #sp-main-body>.container {
    margin: 0 auto;
    padding: 0 2rem;
}

.referenzen.view-article .article-details .article-can-edit {
    display: none !important;
}

#sp-header {
    height: var(--header-height);
    width: 100%;
    position: relative;
    z-index: 99;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    animation: spFadeIn .5s;
}

.modal-menu-active #sp-header {
    border-bottom: 0px solid #fff;
}

#sp-header>.container>.container-inner>.row.align-items-center {
    align-items: self-start !important;
}

#sp-main {
    margin-top: calc(-1 * var(--header-height));
    position: relative !important;
}

.projektliste #sp-main {
    margin-top: 100px !important;
}

#modal-menu {
    top: calc(-1 * var(--header-height));
}

.modal-menu-active #sp-main {
    margin-top: 0;
}

.modal-menu-active #modal-menu {
    top: 100px;
}

.modal-menu-active #sp-header,
.view-article.modal-menu-active #sp-header {
    background-color: var(--ke-green);
}

.doku.modal-menu-active #sp-header,
.doku.view-article.modal-menu-active #sp-header {
    background-color: var(--ke-cyan);
}

#sp-main-body {
    padding: 0;
    position: relative;
}

/**** menu toggler position */
#logo-right.align-items-center {
    align-items: self-start !important;
    margin-top: 70px;
}

.header-sticky #logo-right.align-items-center,
.modal-menu-active #logo-right.align-items-center {
    margin-top: 20px;
}


/*#endregion -------------------------------- */

/*#region ---------------- WEICHENSEITE ---------------- */

.weiche {
    width: 100%;
    height: 80svh;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    text-transform: uppercase;
    transition: grid-template-columns 400ms ease;
    overflow: visible;
}

.weiche-links,
.weiche-rechts {
    position: relative;
    display: grid;
    align-items: center;
    min-width: 0;
    overflow: visible;
}

.weiche-links {
    grid-template-columns: minmax(0, 3fr) minmax(0, 1fr);
    background: var(--sppb-primär);
    text-align: right;
}

.weiche-rechts {
    grid-template-columns: minmax(0, 1fr) minmax(0, 3fr);
    background: var(--sppb-cyan);
    text-align: left;
}

.weiche-text {
    position: relative;
    z-index: 1;
    width: 100%;
    min-width: 0;
    padding-inline: 1rem;
    overflow: visible;
    display: flex;
    flex-direction: column;
}

.weiche-links .weiche-text {
    align-items: flex-end;
}

.weiche-rechts .weiche-text {
    align-items: flex-start;
}

.weiche h1,
.weiche h5 {
    position: relative;
    z-index: 1;
    transition: color 300ms ease;
    white-space: nowrap !important;
}

.weiche h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-size: 3rem;
    line-height: 0.9;
}

.weiche-links h1 {
    margin-left: auto;
    margin-right: 0;
    text-align: right;
}

.weiche-rechts h1 {
    margin-left: 0;
    margin-right: auto;
    text-align: left;
}

.weiche h5 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.2;
}

.weiche-links h1,
.weiche-links h5 {
    color: var(--sppb-grün);
    text-align: right;
}

.weiche-links .fa-arrow-right-long {
    display: none;
}

.weiche svg {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    min-width: 0;
    padding-inline: 1rem;
    overflow: visible;
}

.weiche svg path {
    transition:
        fill 300ms ease;
}

.weiche-links:hover svg path,
.weiche-rechts:hover svg path {
    fill: #fff;
}

.weiche-links:hover h1,
.weiche-links:hover h5,
.weiche-rechts:hover h1,
.weiche-rechts:hover h5 {
    color: #fff;
}

.weiche button {
    margin-top: 1rem;
    padding: 7px 14px;
    border: none;
    font: inherit;
    font-weight: 600;
    text-align: right;
    text-transform: uppercase;
    cursor: pointer;
    transition:
        color 300ms ease,
        background-color 300ms ease;
}

.weiche-links button {
    color: var(--sppb-primär);
    background: var(--sppb-grün);
}

.weiche-links button:hover {
    color: var(--sppb-primär);
    background: #fff;
}

.weiche-rechts button {
    color: var(--sppb-cyan);
    background: var(--sppb-primär);
}

.weiche-rechts button:hover {
    color: var(--sppb-primär);
    background: #fff;
}

.weiche:has(.weiche-links:hover) {
    grid-template-columns:
        minmax(0, 1.2fr) minmax(0, 0.8fr);
}

.weiche:has(.weiche-rechts:hover) {
    grid-template-columns:
        minmax(0, 0.8fr) minmax(0, 1.2fr);
}

@media screen and (max-width: 1550px) {
    .weiche {
        height: 80svh;
        grid-template-columns: minmax(0, 1fr) !important;
    }

    .weiche-links,
    .weiche-rechts {
        min-height: 40svh;
        grid-template-columns: minmax(0, 1fr);
        align-items: end;
        padding-bottom: 1rem;
        text-align: left;
    }

    .weiche svg {
        display: none;
    }

    .weiche-links h1,
    .weiche-links h5,
    .weiche-rechts h1,
    .weiche-rechts h5 {
        margin-left: 0;
        margin-right: 0;
        text-align: left !important;
    }

    .weiche h1 {
        width: auto;
        white-space: normal;
    }

    .weiche-links .fa-arrow-right-long {
        display: inline;
    }

    .weiche-links .fa-arrow-left-long {
        display: none;
    }

}

/* WEICHE KLEIN */
.weiche-klein {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    transition: grid-template-columns 400ms ease;
    text-transform: uppercase;
    overflow: visible;
}

.weiche-klein br {
    display: none;
}

.weiche-klein h1 {
    width: max-content;
    max-width: none;
    margin-top: 0;
    margin-bottom: .5rem;
    line-height: .9;
    font-size: 3rem;
    white-space: nowrap!important;
}

.weiche-klein h5 {
    margin-top: 0;
    margin-bottom: 0;
    white-space: nowrap !important;
}

.weiche-klein-links,
.weiche-klein-rechts {
    display: block;
    min-width: 0;
    padding: 3rem;
    overflow: visible;
    text-decoration: none;
    display: flex;
    flex-direction: column;
}

.weiche-klein-links {
    background: var(--sppb-primär);
    text-align: right;
    align-items: flex-end;
}

.weiche-klein-links .fa-arrow-right-long {
    display: none;
}

.weiche-klein-links h1 {
    margin-left: auto;
    margin-right: 0;
}

.weiche-klein-links h1,
.weiche-klein-links h5 {
    color: var(--sppb-grün);
}

.weiche-klein-rechts {
    background: var(--sppb-cyan);
    text-align: left;
    align-items: flex-start;
}

.weiche-klein-rechts h1 {
    margin-left: 0;
    margin-right: auto;
}

.weiche-klein h1,
.weiche-klein h5 {
    transition: color .3s;
}

.weiche-klein-links:hover h1,
.weiche-klein-links:hover h5,
.weiche-klein-rechts:hover h1,
.weiche-klein-rechts:hover h5 {
    color: #fff;
}

.weiche-klein:has(.weiche-klein-links:hover) {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr);
}

.weiche-klein:has(.weiche-klein-rechts:hover) {
    grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
}

@media screen and (max-width: 1400px) {
    .weiche-klein {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    .weiche-klein-links {
        align-items: flex-start;
    }

    .weiche-klein-links,
    .weiche-klein-rechts {
        text-align: left;
    }

    .weiche-klein-links h1,
    .weiche-klein-rechts h1 {
        margin-left: 0;
        margin-right: 0;
    }

    .weiche-klein-links .fa-arrow-right-long {
        display: inline;
    }

    .weiche-klein-links .fa-arrow-left-long {
        display: none;
    }
}



@media screen and (max-width: 1800px) {
    .weiche-klein br {
        display: inherit;
    }
}





/*#endregion -------------------------------- */

/*#region ---------------- ERROR PAGE ---------------- */
html.error-page body {
    background-color: var(--ke-primary);
}

html.error-page .error-message {
    color: #f9f9f9;
    max-width: 720px;
    margin: auto;
}

html.error-page .error-code {
    color: var(--ke-green);
    margin: -150px 0 1rem !important;
}

html.error-page a {
    color: var(--ke-green);
}

html.error-page .error-logo {
    margin: 2rem;
    max-height: 400px;
}

/*#endregion -------------------------------- */

/*#region ---------------- DOKU ---------------- */
.doku .herohead h1,
.doku .herohead h2,
.doku h1 {
    color: var(--ke-cyan) !important;
}

.doku .herohead {
    background-color: var(--ke-primary) !important;
    padding-top: 400px !important;
}

.doku .herohead.bg-doku-accent h1,
.doku .herohead.bg-doku-accent h2 {
    color: var(--ke-primary) !important;
}

.doku .herohead.bg-doku-accent {
    background-color: var(--ke-cyan) !important;
    padding-top: 400px !important;
}

/*#endregion -------------------------------- */

/*#region ---------------- ACCORDIONS ---------------- */
.sppb-addon-accordion .sppb-panel-title {
    font-size: 1rem;
    font-weight: normal;
}

.sppb-panel-default>.sppb-panel-heading {
    background: var(--ke-primary25);
    border: none;
    color: var(--ke-primary);
}

.sppb-panel-default .sppb-panel-collapse {
    background: var(--ke-primary25);
}

.sppb-panel-default {
    border: none;
    margin: .5rem 0;
}

.sppb-panel-heading,
.sppb-panel-body {
    padding: 1rem 1.5rem;
    border: none;
}

.sppb-panel-default>.sppb-panel-heading .sppb-toggle-direction {
    color: var(--ke-primary);
    right: 30px;
}

/*#endregion -------------------------------- */

/*#region ---------------- REUSABLES ---------------- */
.bg-blau {
    background: var(--ke-primary);
    color: #fff;
}

.bg-grau {
    background: var(--ke-primary50);
}

.bg-hellgrau {
    background: var(--ke-primary25);
}

.bg-weiss {
    background: #fff;
}

.bg-blau h1,
.bg-blau h2,
.bg-blau h3,
.bg-blau h4,
.bg-blau h5,
.bg-blau h6,
.bg-blau p {
    color: #fff;
}

.text-indent h1,
.text-indent h2,
.text-indent h3,
.text-indent h4,
.text-indent h5,
.text-indent h6,
.text-indent p {
    text-indent: 15rem;
}

.signet_absatz::after {
    content: "";
    display: inline-block;
    width: 26px;
    height: 26px;
    background-image: url("/images/logo/signet_absatz.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -5px;
}

.mobile-break {
    display: none;
}

a.anchor {
    display: block;
    position: relative;
    top: -120px;
    visibility: hidden;
}

.bg-image {
    min-height: 100svh!important;
    background-attachment: fixed!important;
    background-position: 50% 50%!important;
    background-size: cover!important;
}

/*#endregion -------------------------------- */

/*#region ---------------- PROJEKTE DOCUMENTATION ---------------- */
.referenzen #sp-main-body>.container {
    margin: 0;
    max-width: 100% !important;
    padding: 0;
}

.com-spsimpleportfolio.view-item #sp-main {
    /**** DOKU **/
    position: relative !important;
    top: inherit;
}

/*#endregion -------------------------------- */

/*#region ---------------- MENU ---------------- */
.offcanvas-menu {
    width: 100%;
    background-color: var(--ke-green) !important;
}

.doku .offcanvas-menu {
    background-color: var(--ke-cyan) !important;
}

body.ltr.offcanvs-position-right .offcanvas-menu {
    right: -130vw;
}

.offcanvas-menu .offcanvas-inner {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}

.offcanvas-menu .offcanvas-inner ul.menu.nav-pills {
    display: none !important;
}

.offcanvas-menu .offcanvas-inner ul.menu>li a,
.offcanvas-menu .offcanvas-inner ul.menu>li span,
#modal-menu ul.mod-menu.mod-list.menu>li a,
#modal-menu ul.mod-menu.mod-list.menu>li span {
    color: var(--ke-primary);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.4rem;
    line-height: 1.4rem;
    opacity: 1 !important;
    padding: 4px 8px;
    width: fit-content;
}

.offcanvas-menu .offcanvas-inner ul.menu li,
#modal-menu ul.mod-menu.mod-list.menu li {
    margin-bottom: 1rem;
}

#modal-menu ul.mod-menu.mod-list.menu a:hover,
#modal-menu ul.mod-menu.mod-list.menu>li:hover span {
    color: var(--ke-green);
    background: var(--ke-primary);
}

.doku #modal-menu ul.mod-menu.mod-list.menu>li:hover a,
.doku #modal-menu ul.mod-menu.mod-list.menu>li:hover span {
    color: var(--ke-cyan);
}

.offcanvas-menu .offcanvas-inner .sp-module .sp-module-title,
#modal-menu h3.sp-module-title {
    font-size: 1rem;
    font-weight: 900;
    opacity: .7;
}

.offcanvas-menu .offcanvas-inner .sp-module {
    margin: 0!important;
}

.offcanvas-menu .offcanvas-inner ul.menu {
    align-items: flex-end;
}

.offcanvas-menu .offcanvas-inner ul.menu li.active>a,
.offcanvas-menu .offcanvas-inner ul.menu li.current>a,
.offcanvas-menu .offcanvas-inner ul.menu li.active>.mod-menu__heading,
#modal-menu li.current a {
    background: var(--ke-primary);
    color: var(--ke-green)!important;
}

.doku .offcanvas-menu .offcanvas-inner ul.menu li.active>a,
.doku .offcanvas-menu .offcanvas-inner ul.menu li.current>a,
.doku .offcanvas-menu .offcanvas-inner ul.menu li.active>.mod-menu__heading,
.doku #modal-menu li.current a {
    background: var(--ke-primary);
    color: var(--ke-cyan)!important;
}


.offcanvas-menu .offcanvas-inner ul.menu>li a:hover,
.offcanvas-menu .offcanvas-inner ul.menu>li a:focus,
.offcanvas-menu .offcanvas-inner ul.menu>li span:hover,
.offcanvas-menu .offcanvas-inner ul.menu>li span:focus {
    color: var(--ke-primary);
}

#modal-menu {
    background: var(--ke-green);
    color: var(--ke-primary);
}

.doku #modal-menu {
    background: var(--ke-cyan);
}

#modal-menu .sppb-row-container {
    width: 100%;
}

#modal-menu a {
    color: var(--ke-primary);
}

#modal-menu .sp-megamenu-parent>li>a,
#modal-menu .sp-megamenu-parent>li>span,
#modal-menu .sp-megamenu-parent>li.active>a,
#modal-menu .sp-megamenu-parent>li.active>span {
    color: var(--bs-primary);
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 15px;
}

#modal-menu .modules-wrapper {
    height: 100svh;
    justify-content: center;
    max-width: 100%;
    border-left: 0px;
    color: #252525;
    margin-right: 10vw;
}

#modal-menu ul.mod-menu,
.offcanvas-menu ul.menufooter-menu-modal {
    list-style: none;
    padding-left: 0;
    text-align: end;
}

.social-icons-modal div.sppb-row-column {
    margin-right: 8px;
}

#modal-menu ul.mod-menu.menufooter-menu-modal>li,
.offcanvas-menu ul.menufooter-menu-modal li {
    display: inline-block;
}

#modal-menu ul.mod-menu.menufooter-menu-modal>li a,
.offcanvas-menu ul.mod-menu.menufooter-menu-modal>li a {
    font-size: .7rem;
    text-transform: uppercase;
    padding: 0 8px;
    border-left: 1px solid var(--ke-primary);
    height: .8rem;
}

.offcanvas-menu ul.mod-menu.menufooter-menu-modal>li a {
    font-size: 1rem;
}

#modal-menu ul.mod-menu.menufooter-menu-modal>li a:hover {
    opacity: .5;
}

#modal-menu ul.mod-menu.menufooter-menu-modal>li:first-of-type a,
.offcanvas-menu ul.mod-menu.menufooter-menu-modal>li:first-of-type a {
    border-left: 0px;
}

#modal-menu ul.mod-menu.menufooter-menu-modal>li:last-of-type a,
.offcanvas-menu ul.mod-menu.menufooter-menu-modal>li:last-of-type a {
    padding: 0 8px 0 8px;
}

/*#endregion -------------------------------- */

/*#region ---------------- CONTENT ---------------- */
.textkachel {
    padding: 2.5rem;
    background: var(--ke-primary10);
}

#leistungen .sppb-row-column:nth-child(4n + 2) .textkachel,
#leistungen .sppb-row-column:nth-child(4n + 3) .textkachel,
.textkacheln_3spaltig .sppb-row-column:nth-child(6n + 2) .textkachel,
.textkacheln_3spaltig .sppb-row-column:nth-child(6n + 4) .textkachel,
.textkacheln_3spaltig .sppb-row-column:nth-child(6n + 6) .textkachel {
    background: var(--ke-primary25);
}

.textkachel.ki {
    background: var(--ke-primary50);
}

.sppb-divider {
    border-bottom-width: 3px !important;
    border-bottom-color: var(--ke-primary50) !important;
}

/*#endregion -------------------------------- */

/*#region ---------------- MODUL LEISTUNGEN LISTE ---------------- */
.leistungen_grid {
    display: grid;
    grid-template-rows: repeat(3, 230px);
}

.leistungen_row {
    display: grid;
    grid-template-columns: 1fr auto;
    padding: 0 2rem;
    align-items: center;
    transition: 0.2s ease;
    color: var(--ke-primary) !important;
    border-bottom: 1px solid var(--ke-primary);
    background: var(--ke-primary10);
}

.leistungen_row .right {
    width: 300px;
}

.leistungen_row:hover {
    background: var(--ke-cyan);
    color: var(--ke-primary);
}

.leistungen_row p {
    margin-bottom: 0;
}

.leistungen_row h1,
.leistungen_row h4 {
    margin: 0;
    line-height: .9;
}

/*#endregion -------------------------------- */

/*#region ---------------- ANDERE LEISTUNGEN LISTE ---------------- */
.leistungen .sppb-addon-text-block {
    border-top: 1px solid var(--ke-primary);
    padding: 20px 0;
}

table.category tbody>tr th,
table.category tbody>tr td {
    border-top: 1px solid var(--ke-primary);
    padding: 20px 10px;
}

table.category tbody>tr th a,
table.category tbody>tr td a {
    font-size: 1.75rem;
    font-weight: 600;
    text-decoration: none;
    line-height: 1.2;
    margin: 0.5rem 0;
}

.list-edit *,
table.category tbody>tr td.list-edit a {
    font-size: .9rem;
}

.table-hover>tbody>tr:hover>* {
    background: var(--ke-cyan);
}

/*#endregion -------------------------------- */

/*#region ---------------- MODUL FOOTER KONTAKT ---------------- */
.footer_kontakt .kontakt-telefon {
    border-width: 0px 3px;
    border-style: solid;
    border-color: var(--sppb-primär);
}

/*#endregion -------------------------------- */

/*#region ---------------- TEAM ---------------- */
.team .sppb-row-column {
    padding: .5rem;
}

.person {
    width: 100%;
    max-width: 450px;
    min-width: 0;
    aspect-ratio: 450 / 593;
}

.person .sppb-addon-wrapper {
    height: 100%;
}

.person .person-infos {
    background: var(--ke-green);
    padding: 2.5rem;
    opacity: 0;
    transition: .3s;
    visibility: hidden;
    height: 100%;
}

.person:hover .person-infos,
.person .leer {
    opacity: 1;
    visibility: visible;
}

.person .person-infos.leer {
    background: none;
}

.person .person-infos.leer h4,
.person .person-infos.leer p,
.person .person-infos.leer a {
    color: var(--ke-green);
}

.person-infos.leer .addon-root-text-block {
    display: flex;
    align-items: center;
}

.person-infos p:nth-of-type(2) {
    font-size: 80%;
    font-weight: bold;
    font-style: italic;
}

/*#endregion -------------------------------- */

/*#region ---------------- SP TABS ---------------- */

.sppb-addon-tab ul {
    display: flex;
    gap: 5px;
    margin-top: 5rem;
}

.sppb-addon-tab ul::before,
.sppb-addon-tab ul::after {
    content: none;
}

.sppb-addon-tab li {
    flex: 1;
    text-align: center;
    margin: 0;
}

.sppb-addon-tab li a,
.sppb-addon-tab li a:focus {
    text-transform: uppercase;
    color: var(--ke-primary);
    border-color: var(--ke-primary);
    padding: 1rem;
    background-color: transparent;
    font-size: 1rem;
    letter-spacing: 2px;
    border-radius: 0px;
}

.sppb-addon-tab li a:hover,
.sppb-addon-tab li.active a,
.sppb-addon-tab li.active a:hover,
.sppb-addon-tab li.active a:focus {
    background-color: var(--ke-primary25);
    border-color: var(--ke-primary25);
}

.sppb-tab-content {
    background-color: var(--ke-primary25);
    padding: 2rem 3rem;
}

@media (max-width: 420px) {
    .sppb-addon-tab li a,
    .sppb-addon-tab li a:focus {
        padding: .75rem;
        font-size: .75rem;
        letter-spacing: 1px;
    }
}








/*#endregion -------------------------------- */

/*#region ---------------- SP SIMPLE PORTFOLIO ---------------- */
.sp-simpleportfolio .sp-simpleportfolio-img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
}

.com-spsimpleportfolio.view-item .container,
.com-spsimpleportfolio.view-item .sppb-row-container {
    max-width: 100% !important;
    padding-left: 2rem;
    padding-right: 2rem;
}

.sp-simpleportfolio-btns .btn-zoom,
.sp-simpleportfolio.sp-simpleportfolio-view-item .sp-simpleportfolio-image,
.sp-simpleportfolio.sp-simpleportfolio-view-item .sp-simpleportfolio-meta {
    display: none !important;
}

.sp-simpleportfolio .sp-simpleportfolio-description {
    width: 100%;
    float: initial;
}

.com-spsimpleportfolio #sp-main-body .container {
    max-width: 100%;
    padding: 0;
}

.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover {
    background: var(--doku-primary);
    color: var(--ke-doku-accent);
}

.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns a:hover {
    background: var(--doku-primary);
    border-color: var(--ke-doku-accent);
    color: var(--ke-doku-accent);
}

.sp-simpleportfolio .sp-simpleportfolio-filter>ul>li.active>a {
    background: var(--doku-primary);
    border-color: var(--ke-doku-accent);
    color: var(--ke-doku-accent);
}

.sp-simpleportfolio .sp-simpleportfolio-filter>ul>li>a {
    padding: 7px 15px;
    background: var(--ke-gray-light);
    color: var(--doku-primary);
    text-decoration: none;
    border-radius: 0;
}

.sp-simpleportfolio-description>h2 {
    display: none;
}

.com_spsimpleportfolio #sp-main-body {
    padding: 0;
}

.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper {
    max-height: 405px;
}

/*#endregion -------------------------------- */

/*#region ---------------- PROJEKTE CREATION ---------------- */
.creation_projekte {
    margin: 4rem 0 6rem 0;
}

.creation_projekte .sppb-row {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 2rem;
    row-gap: 10rem;
    margin: 0;
}

.creation_projekte .sppb-addon-article-layout {
    padding: 0;
    position: relative;
    width: fit-content;
    height: fit-content;
    align-self: center;
}

.creation_projekte .sppb-addon-article-layout-content {
    margin-bottom: 0;
}

.creation_projekte .sppb-addon-article-layout:hover .sppb-article-info-wrap {
    opacity: 1;
    visibility: visible;
    transition: .3s;
}

.creation_projekte .sppb-article-info-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1rem;
    background-color: var(--ke-green);
    pointer-events: none;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}

.creation_projekte .sppb-article-meta,
.creation_projekte .tags {
    margin: 0;
}

.creation_projekte .sppb-article-info-wrap p {
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: 5px;
}

.creation_projekte .tags>li {
    margin: 0 .5rem 0 0;
}

.creation_projekte .tags>li a {
    background: none;
    padding: 0;
    font-size: .9rem;
    margin: 0;
}

.creation_projekte .sppb-addon-article-layout:nth-of-type(1) {
    grid-column: 1 / span 6;
}

.creation_projekte .sppb-addon-article-layout:nth-of-type(2) {
    grid-column: 8 / span 5;
}

.creation_projekte .sppb-addon-article-layout:nth-of-type(3) {
    grid-column: 2 / span 10;
}

.creation_projekte .sppb-addon-article-layout:nth-of-type(4) {
    grid-column: 3 / span 10;
}

.creation_projekte .sppb-addon-article-layout:nth-of-type(5) {
    grid-column: 1 / span 7;
}

.creation_projekte .sppb-addon-article-layout:nth-of-type(6) {
    grid-column: 8 / span 5;
}

.creation_projekte .sppb-addon-article-layout:nth-of-type(7) {
    grid-column: 2 / span 10;
}

.creation_projekte .sppb-addon-article-layout:nth-of-type(8) {
    grid-column: 1 / span 7;
}

.creation_projekte .sppb-addon-article-layout:nth-of-type(9) {
    grid-column: 8 / span 5;
}

.creation_projekte .sppb-addon-article-layout:nth-of-type(10) {
    grid-column: 2 / span 10;
}

.creation_projekte .sppb-addon-article-layout:nth-of-type(11) {
    grid-column: 1 / span 5;
}

.creation_projekte .sppb-addon-article-layout:nth-of-type(12) {
    grid-column: 7 / span 4;
}

.creation_projekte .sppb-addon-article-layout:nth-of-type(13) {
    grid-column: 2 / span 11;
}

.creation_projekte .sppb-addon-article-layout:nth-of-type(14) {
    grid-column: 1 / span 6;
}

.creation_projekte .sppb-addon-article-layout:nth-of-type(15) {
    grid-column: 3 / span 9;
}

/*#endregion --------------------------------

/*#region ---------------- KUNDENLOGOS ---------------- */
.kundenlogos .sppb-addon-single-image-container img {
    padding: 20px;
    width: 100%;
    max-width: 250px;
    max-height: 150px;
}

/*#endregion -------------------------------- */

/*#region ---------------- RESPONSIVE ---------------- */
header .container,
header .sppb-row-container,
.hero .container,
.hero .sppb-row-container {
    width: 90vw;
    max-width: 1920px !important;
}


@media screen and (min-width:1921px) {

    .container,
    .sppb-row-container {
        max-width: 1400px !important;
    }
}

@media screen and (max-width:1920px) and (min-width:1640px) {

    .container,
    .sppb-row-container {
        max-width: 1400px !important;
    }
}

@media screen and (max-width:1639px) and (min-width:1440px) {

    .container,
    .sppb-row-container {
        max-width: 1400px !important;
    }
}

@media screen and (max-width:1600px) {


    .leistungen_row {
        padding: 1rem 2rem !important;
    }
}

@media screen and (max-width:1439px) and (min-width:1280px) {

    .container,
    .sppb-row-container {
        max-width: 1200px !important;
    }
}

@media screen and (max-width:1279px) and (min-width:1025px) {

    .container,
    .sppb-row-container {
        max-width: 1000px !important;
    }

    .team .grid-container {
        grid-template-columns: 1fr 1fr 1fr !important;
    }
}

@media screen and (max-width:1280px) {

    .container,
    .sppb-row-container {
        max-width: 90vw !important;
    }

    html,
    body {
        font-size: 18px !important;
    }

    .team .grid-container {
        grid-template-columns: 1fr 1fr 1fr !important;
    }

    .cta_projekt {
        font-size: 4rem !important;
    }

    .footer_kontakt .kontakt-telefon {
        border: none;
    }

    .footer_kontakt .sppb-row-column {
        margin-bottom: 20px;
    }
}

@media screen and (max-width:880px) {

    html,
    body,
    #sp-bottom p {
        font-size: 16px !important;
    }

    :root {
        --header-height: 100px !important;
    }

    .team .grid-container {
        grid-template-columns: 1fr 1fr!important;
    }

    h1 {
        font-size: 3rem;
    }

    h2 {
        font-size: 2.5rem;
    }

    h3 {
        font-size: 1.75rem;
    }

    h4 {
        font-size: 1.75rem;
    }

    h5, .hero h5 {
        font-size: 1.25rem;
    }

    #leistungen h2,
    #ki h2 {
        line-height: 1.05;
    }

    .leistungen_row {
        grid-template-columns: 1fr !important;
    }

    .leistungen_row .right {
        display: none;
    }

    .cta_projekt {
        font-size: 3rem !important;
    }

    #sp-footer #sp-footer2 {
        text-align: left;
    }

    .creation_projekte .sppb-addon-article-layout {
        grid-column: 1 / span 12 !important;
    }


    #leistungen .sppb-row-column .textkachel {
        background: var(--ke-primary10) !important;
    }

    #leistungen .sppb-row-column:nth-child(even) .textkachel,
    #branchen .sppb-row-column:nth-child(even) .textkachel {
        background: var(--ke-primary25) !important;
    }

    #sp-header .logo,
    .modal-menu-active #sp-header.header-sticky .logo {
        margin-top: 24px;
        height: 40px!important;
        width: 120px!important;
    }

    #logo-right.align-items-center {
        margin-top: 20px;
    }

    .hero {
        padding-top: 120px;
    }

    .desktop-break {
        display: none;
    }

    .mobile-break {
        display: initial;
    }

    .text-indent h1,
    .text-indent h2,
    .text-indent h3,
    .text-indent h4,
    .text-indent h5,
    .text-indent h6,
    .text-indent p {
        text-indent: 3rem;
    }

    .sppb-tab-content {
        padding: 1rem 1.5rem;
    }

    .bg-image {
        background-attachment: scroll!important;
        min-height: 250px !important;
        background-size: cover!important;
    }

    .referenzen .projektbeschreibung h1 {
        font-size: 2.25rem!important;
    }

    .referenzen .sp-slider-outer-stage {
        height: 250px!important;
    }

    .referenzen span.nav-control {
        height: 40px!important;
        width: 40px!important;
        line-height: 40px!important;
    }

    .referenzen span.nav-control i {
        line-height: 0!important;
    }

    .referenzen .sp-nav-control {
        left: 1rem!important;
        right: 1rem!important;
    }
}

/* Geräte, die kein hover unterstützen */
@media (hover: none) {
    /* creation/projekte */
    .creation_projekte .sppb-article-info-wrap {
        position: relative;
        padding: 1rem 0;
        background-color: transparent;
        opacity: 1;
        visibility: visible;
        pointer-events: all;
    }

    .creation_projekte .sppb-article-info-wrap ul {
        pointer-events: none;
    }

    /* creation/ueber-uns */
    .person {
        position: relative;
    }

    .person-infos {
        opacity: 1!important;
        visibility: visible!important;
        padding: 0 !important;
        height: 33px !important;
        width: 100%;
        position: absolute;
        bottom: 0;
    }

    .person-infos.leer {
        height: 100% !important;
    }

    .person-infos .addon-root-image {
        display: none;
    }

    .person-infos h4 {
        font-size: 1rem;
    }

    .kundenlogos .sppb-column-addons div {
        padding-bottom: 0!important;
    }

    .home-creation .hero .sppb-row-container {
        margin-top: 3rem;
    }
}

/*#endregion -------------------------------- */