@font-face {
    font-family: RidleyGrotesk-Bold;
    src: url('/fonts/361012_0_0.eot');
    src: url('/fonts/361012_0_0.eot?#iefix') format('embedded-opentype'), url('/fonts/361012_0_0.woff2') format('woff2'), url('/fonts/361012_0_0.woff') format('woff'), url('/fonts/361012_0_0.ttf') format('truetype');
    font-display: swap
}

@font-face {
    font-family: RidleyGrotesk-Regular;
    src: url('/fonts/361012_2_0.eot');
    src: url('/fonts/361012_2_0.eot?#iefix') format('embedded-opentype'), url('/fonts/361012_2_0.woff2') format('woff2'), url('/fonts/361012_2_0.woff') format('woff'), url('/fonts/361012_2_0.ttf') format('truetype');
    font-display: swap
}

* ========================================
   MINIMAL CRITICAL CSS FÜR "ABOVE THE FOLD"
   ======================================== */

/* --- 1. Navbar --- */
/* Platzhalter und Basis-Layout */
site-header { display: block; min-height: 128px; }
@media (max-width: 1299px) { site-header { min-height: 64px; } }

/* Hintergrund und Positionierung des Headers */
.ai-header {
    background: #000;
    position: sticky;
    top: 0;
    z-index: 1000;
}

/* Flexbox-Layout für Logo und Navigation (KRITISCH!) */
.ai-header > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* Logo-Größe und Sichtbarkeit */
.ai-header__logo img {
    height: 48px;
    display: block;
}
@media (max-width: 1299px) { .ai-header__logo img { height: 32px; } }

/* Grundlegende Textfarbe für Nav-Links */
.ai-header__nav-link {
    color: #fff;
    text-transform: uppercase;
}


/* --- 2. Hero Section --- */
/* Grundlegende Typografie für Titel und Untertitel */
.hero-stage__title {
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    font-weight: bold;
    margin: 0 0 1rem 0;
    line-height: 1.1;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    font-family: 'RidleyGrotesk-Bold', sans-serif;
    color: white; /* Sicherstellen, dass der Text sichtbar ist */
}
.hero-stage__subtitle {
    font-size: clamp(1.1rem, 3vw, 1.8rem);
    margin: 0 0 2rem 0;
    line-height: 1.4;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    color: white; /* Sicherstellen, dass der Text sichtbar ist */
}


/* --- 3. Intro Text Block --- */
/* Layout und Typografie, um Springen zu verhindern */
.intro-content-section {
    background-color: #f5f5f5;
    text-align: center;
    padding: 24px 15%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.intro-content-section h2 {
    font-size: 1.8rem;
    line-height: 1.3;
    margin: 0 0 1.5rem 0;
    font-family: RidleyGrotesk-Bold, Arial; /* Wichtig für korrekte Größe */
}
.intro-content-section .p--intro {
    line-height: 1.5;
    margin: 0 0 1.25rem 0;
    font-family: RidleyGrotesk-Regular, Arial; /* Wichtig für korrekte Größe */
}
/* Media-Query für kleinere Schrift auf Mobile, um CLS zu vermeiden */
@media (max-width: 768px) {
    .intro-content-section h2 { font-size: 1.6rem; }
}


/* --- 4. Team Bild --- */
/* Platzhalter für das Bild, um Layout Shift zu vermeiden */
.team-image-wrapper {
    background-color: #f5f5f5; /* Hintergrund, während Bild lädt */
    /* Wir nutzen die im HTML angegebenen Dimensionen, um das Seitenverhältnis zu berechnen: 301 / 2560 = 0.1175... */
    /* Das Bild selbst ist aber wahrscheinlich responsive und nicht so breit.
       Eine feste min-height ist hier einfacher und sicherer. */
    min-height: 150px; /* Passe diesen Wert an die ungefähre Höhe des Bildes auf Desktop an */
}
@media (max-width: 768px) {
    .team-image-wrapper {
        min-height: 100px; /* Passe an die mobile Höhe an */
    }
}

article,
header {
    display: block
}

b,
strong {
    font-weight: inherit;
    font-weight: bolder
}

@font-face {
    font-family: RidleyGrotesk-Bold;
    src: url('/fonts/361012_0_0.eot');
    src: url('/fonts/361012_0_0.eot?#iefix') format('embedded-opentype'), url('/fonts/361012_0_0.woff2') format('woff2'), url('/fonts/361012_0_0.woff') format('woff'), url('/fonts/361012_0_0.ttf') format('truetype');
    font-display: swap
}

@font-face {
    font-family: RidleyGrotesk-Regular;
    src: url('/fonts/361012_2_0.eot');
    src: url('/fonts/361012_2_0.eot?#iefix') format('embedded-opentype'), url('/fonts/361012_2_0.woff2') format('woff2'), url('/fonts/361012_2_0.woff') format('woff'), url('/fonts/361012_2_0.ttf') format('truetype');
    font-display: swap
}

@media screen and (max-width:48rem) {
    .hide-for-small {
        display: none !important
    }
}

h2,
h4 {
    display: block;
    margin: 0 0 .5rem
}

h4 {
    font-family: RidleyGrotesk-Bold, Arial;
    font-weight: 400;
    font-size: 1.35rem;
    line-height: 1.5em
}

b,
strong {
    font-family: RidleyGrotesk-Bold, Arial;
    font-weight: 500
}

.ce-list-grid {
    padding-bottom: 3.125rem;
    background-color: #f3f3f3
}

.ce-list-grid>header {
    padding: 3.75rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center
}

.ce-list-grid>header h2 {
    font-family: RidleyGrotesk-Bold, Arial;
    font-weight: 400;
    padding: 0 1.25rem
}

.ce-list-grid>div {
    padding: 0 1.875rem
}

.ce-list-grid>div>div {
    margin-bottom: 1.875rem
}

.ce-list-grid .ce-list-grid__grid__item {
    text-align: center;
    margin-bottom: 1.875rem
}

.ce-list-grid .ce-list-grid__grid__item>div {
    background-color: #ff9403;
    border-radius: 100%;
    width: 5rem;
    height: 5rem;
    margin: 0 auto 1.25rem;
    display: flex;
    justify-content: center;
    align-items: center
}

.ce-list-grid .ce-list-grid__grid__item>div img {
    max-width: 2.1875rem;
    max-height: 2.5rem
}

.ce-list-grid .ce-list-grid__grid__item p {
    line-height: 1.5em;
    font-size: 1.05rem
}

.ce-quote {
    background-color: #fff
}

.ce-quote__container {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 75rem
}

.ce-quote__container>div {
    flex: 1 0 9%;
    padding: 1.875rem;
    max-width: 75rem;
    margin: 0 auto
}

.ce-quote__container>div p:last-child {
    font-size: 1.1rem;
    font-family: RidleyGrotesk-Bold, Arial;
    font-weight: 400;
    color: #a50065;
    margin-bottom: 0
}

.ce-quote__container>div:last-child {
    flex: 1 0 76%
}

@media screen and (min-width:62rem) {
    h2 {
        font-size: 1.5rem
    }

    .p--intro,
    p {
        margin: 0 0 1.5rem
    }
}

@media screen and (min-width:75rem) {
    h2 {
        font-size: 2.2rem
    }

    .p--intro,
    p {
        margin: 0 0 1.6rem
    }
}

@media screen and (min-width:62rem) {
    p {
        font-size: 1rem
    }

    .p--intro {
        font-size: 1.2rem
    }
}

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article {
    display: block
}

main {
    display: block
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    text-decoration: none !important
}

b {
    font-weight: inherit;
    font-weight: bolder
}

img {
    border-style: none
}

h2 {
    text-align: center;
    color: #333
}

.flag-icon {
    width: 90px;
    height: 90px
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

* {
    box-sizing: border-box
}

h2 {
    display: block;
    margin: 0 0 .5rem
}

@media screen and (min-width:62rem) {
    h2 {
        margin: 0 0 .8rem
    }
}

@media screen and (min-width:75rem) {
    h2 {
        margin: 0 0 1rem
    }
}

h2 {
    font-family: RidleyGrotesk-Bold, Arial;
    font-weight: 400;
    font-size: 1.38rem;
    line-height: 1.5em
}

@media screen and (min-width:43rem) {
    h2 {
        font-size: 1.2rem
    }
}

@media screen and (min-width:62rem) {
    h2 {
        font-size: 1.5rem
    }

    .p--intro,
    p {
        margin: 0 0 1.5rem
    }
}

p a {
    color: #fff;
    text-decoration: none !important
}

.p--intro,
p {
    font-family: RidleyGrotesk-Regular, Arial;
    margin: 0 0 1.5rem
}

@media screen and (min-width:75rem) {
    h2 {
        font-size: 2.2rem
    }

    .p--intro,
    p {
        margin: 0 0 1.6rem
    }
}

b {
    font-family: RidleyGrotesk-Bold, Arial;
    font-weight: 500
}

p {
    line-height: 1.5em;
    font-size: .95rem
}

.p--intro {
    line-height: 1.5em;
    font-size: 1.1rem
}

@media screen and (min-width:62rem) {
    p {
        font-size: 1rem
    }

    .p--intro {
        font-size: 1.2rem
    }
}

body,
html {
    font-size: 100%;
    font-family: RidleyGrotesk-Regular, Arial;
    color: #222;
    background-color: #bebebe;
    height: 100%
}

@media (max-width:600px) {

    body,
    html {
        overflow-x: hidden;
        margin: 0;
        padding: 0
    }
}

@media (max-width:1024px) {

    body,
    html {
        overflow-x: hidden;
        margin: 0;
        padding: 0
    }
}

.site-content {
    max-width: 120rem;
    margin: 0 auto;
    box-shadow: 0 0 30px rgba(0, 0, 0, .2)
}

.ngbutton {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .75rem 1.5rem;
    background: #a50065;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    border-radius: 6px;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: .5px;
    box-shadow: 0 2px 10px rgba(165, 0, 101, .3);
    border: none
}

.ngbutton {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    padding: .75rem 1.5rem;
    background: #a50065;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    border-radius: 6px;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: .5px;
    box-shadow: 0 2px 10px rgba(165, 0, 101, .3);
    border: none;
    text-align: center
}

/* CLS Fix für site-header auch in media */
site-header {
    display:block;
    min-height: 128px;
}

/* CLS Fix für image-teaser auch in media */
image-teaser {
    display:block;
    min-height: 600px;
}

/* CLS Fix für contact-banner auch in media */
contact-banner:not([component-size]) {
    min-height: 90px;
}

contact-banner[component-size="big"] {
    min-height: 210px;
}

contact-banner[component-size="normal"] {
    min-height: 90px;
}

/*CLS Fix für pricing-table auch in media */
pricing-table {
    min-height: 820px;
}

/* 3cx Team-image-Wrapper */
.team-image-wrapper {
    background-color: #f5f5f5;
    padding-top: 30px;
}

.team-image-wrapper img {
    display: block;
    width: 100%;
    height: auto;
}



hero-stage {
    display: block;
    position: relative;
    min-height: 40vh;
    background-color: #fff;
    overflow: hidden;
    contain: layout style paint;
    background-image: url('/img/logos/admin/cube.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

hero-stage:not(:defined) {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #222
}

hero-stage h1[data-seo-h1] {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important
}

@media (max-width: 1299px) {
    site-header {
        min-height: 64px;
    }
}


@media (max-width:768px) {
    hero-stage {
        min-height: 45vh
    }
    site-header {
        min-height: 64px;
    }
    image-teaser {
        min-height: 740px;
    }
    contact-banner:not([component-size]) {
        min-height: 130px;
    }
    contact-banner[component-size="big"] {
        min-height: 245px;
    }
    contact-banner[component-size="normal"] {
        min-height: 200px;
    }
    pricing-table {
        min-height: 1280px;
    }
}

@media (max-width:480px) {
    hero-stage {
        min-height: 40vh
    }
    image-teaser {
        min-height: 550px;
    }
    contact-banner:not([component-size]) {
        min-height: 100px;
    }
    contact-banner[component-size="big"] {
        min-height: 230px;
    }
    contact-banner[component-size="normal"] {
        min-height: 170px;
    }
    pricing-table {
        min-height: 1320px;
    }
}