.hypetec-header-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    background: #087cf0;
    color: #fff !important;
    font-weight: 600;
    text-decoration: none !important;
    border-radius: 6px;
    line-height: 1.2;
    transition: all .2s ease;
}

.hypetec-header-cta:hover {
    background: #066bd0;
    color: #fff !important;
    transform: translateY(-1px);
}

.hypetec-header {
    background: #fff;
    border-top: 0 !important;
    border-bottom: 1px solid #eef1f5;
}

.hypetec-hero {
    background:
        radial-gradient(
            circle at 72% 45%,
            rgba(22, 130, 243, 0.10) 0%,
            rgba(22, 130, 243, 0.045) 25%,
            rgba(22, 130, 243, 0.015) 45%,
            transparent 65%
        ),
        linear-gradient(
            110deg,
            #ffffff 0%,
            #ffffff 35%,
            #f8fbff 65%,
            #eef6ff 100%
        );
}

.hypetec-hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 60px 50px 60px 0;
}

.hypetec-eyebrow {
    margin-bottom: 18px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.16em;
    color: #1682f3;
}

.hypetec-hero h1 {
    margin: 0 0 24px;
    font-size: clamp(40px, 3.4vw, 58px);
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: -0.035em;
    color: #111;
}

.hypetec-hero h1 span {
    color: #1682f3;
}

.hypetec-hero-intro {
    max-width: 540px;
    margin: 0 0 32px;
    font-size: 18px;
    line-height: 1.65;
    color: #626b78;
}

.hypetec-hero-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.hypetec-btn-primary,
.hypetec-btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 22px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none !important;
    transition: .2s ease;
}

.hypetec-btn-primary {
    background: #1682f3;
    color: #fff !important;
}

.hypetec-btn-primary:hover {
    background: #096ed7;
    color: #fff !important;
    transform: translateY(-1px);
}

.hypetec-btn-secondary {
    border: 1px solid #d9dfe7;
    background: #fff;
    color: #252a31 !important;
}

.hypetec-btn-secondary:hover {
    border-color: #1682f3;
    color: #1682f3 !important;
}

.hypetec-hero img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
}
@media (max-width: 575.98px) {

    .hypetec-hero h1 {
        font-size: 34px;
        line-height: 1.08;
        letter-spacing: -0.025em;
    }

}
/* ==================================================
   HYPETEC – KOMPETENZLEISTE
   ================================================== */

.hypetec-competence {
    background: #f6f8fb;
    border-top: 1px solid #edf0f4;
    border-bottom: 1px solid #edf0f4;
}

.hypetec-competence-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 28px 0;
}

.hypetec-competence-item {
    display: flex;
    flex-direction: column;
    padding: 0 32px;
    border-right: 1px solid #dde3ea;
}

.hypetec-competence-item:first-child {
    padding-left: 0;
}

.hypetec-competence-item:last-child {
    padding-right: 0;
    border-right: 0;
}

.hypetec-competence-item strong {
    margin-bottom: 4px;
    font-size: 17px;
    line-height: 1.3;
    font-weight: 700;
    color: #111;
}

.hypetec-competence-item span {
    font-size: 14px;
    line-height: 1.5;
    color: #6a7380;
}

/* Tablet */

@media (max-width: 991.98px) {

    .hypetec-competence-grid {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 24px;
    }

    .hypetec-competence-item {
        padding: 0 24px;
    }

}

/* Smartphone */

@media (max-width: 575.98px) {

    .hypetec-competence-grid {
        grid-template-columns: 1fr;
        gap: 0;
        padding: 12px 0;
    }

    .hypetec-competence-item,
    .hypetec-competence-item:first-child,
    .hypetec-competence-item:last-child {
        padding: 16px 0;
        border-right: 0;
        border-bottom: 1px solid #dde3ea;
    }

    .hypetec-competence-item:last-child {
        border-bottom: 0;
    }

}

/* ==================================================
   HYPETEC – LEISTUNGEN
   ================================================== */

.hypetec-services {
    background: #fff;
}

.hypetec-services-inner {
    padding: 75px 0 100px;
}

/* Überschrift */

.hypetec-section-head {
    max-width: 780px;
    margin-bottom: 55px;
}

.hypetec-section-head h2 {
    margin: 0 0 24px;
    font-size: clamp(38px, 3.4vw, 56px);
    line-height: 1.08;
    letter-spacing: -0.035em;
    font-weight: 700;
    color: #111;
}

.hypetec-section-head h2 span {
    color: #1682f3;
}

.hypetec-section-head > p {
    max-width: 650px;
    margin: 0;
    font-size: 18px;
    line-height: 1.7;
    color: #626b78;
}

/* Karten */

.hypetec-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.hypetec-service-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 320px;
    padding: 32px;
    overflow: hidden;

    background: #f7f9fb;
    border: 1px solid #edf0f4;
    border-radius: 10px;

    color: #111 !important;
    text-decoration: none !important;

    transition:
        transform .25s ease,
        border-color .25s ease,
        box-shadow .25s ease;
}

.hypetec-service-card:hover {
    transform: translateY(-5px);
    border-color: rgba(22, 130, 243, .35);
    box-shadow: 0 16px 40px rgba(20, 35, 55, .08);
}
.hypetec-service-card-featured:hover {
    border-color: #243342;
    box-shadow: 0 16px 40px rgba(17, 24, 32, .18);
}

/* Nummer */

.hypetec-service-number {
    display: block;
    margin-bottom: 34px;

    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: .12em;

    color: #1682f3;
}

/* Titel */

.hypetec-service-card h3 {
    margin: 0 0 18px;

    font-size: 27px;
    line-height: 1.15;
    letter-spacing: -.02em;
    font-weight: 700;

    color: #111;
}

/* Beschreibung */

.hypetec-service-card p {
    margin: 0 0 30px;

    font-size: 15px;
    line-height: 1.65;
    color: #68717d;
}

/* Link unten */

.hypetec-service-link {
    margin-top: auto;

    font-size: 14px;
    font-weight: 700;

    color: #1682f3;

    transition: transform .2s ease;
}

.hypetec-service-card:hover .hypetec-service-link {
    transform: translateX(4px);
}

/* Schwerpunkt Webentwicklung */

.hypetec-service-card-featured {
    background: #111820;
    border-color: #111820;
}

.hypetec-service-card-featured h3 {
    color: #fff;
}

.hypetec-service-card-featured p {
    color: #aeb7c2;
}

.hypetec-service-card-featured .hypetec-service-number,
.hypetec-service-card-featured .hypetec-service-link {
    color: #42a0ff;
}

/* Tablet */

@media (max-width: 991.98px) {

    .hypetec-services-inner {
        padding: 75px 0 85px;
    }

    .hypetec-services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}

/* Smartphone */

@media (max-width: 575.98px) {

    .hypetec-services-inner {
        padding: 55px 0 60px;
    }

    .hypetec-section-head {
        margin-bottom: 32px;
    }

    .hypetec-section-head > p {
        font-size: 16px;
    }

    .hypetec-services-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .hypetec-service-card {
        min-height: 260px;
        padding: 26px;
    }

    .hypetec-service-number {
        margin-bottom: 26px;
    }

    .hypetec-service-card h3 {
        font-size: 24px;
        margin-bottom: 14px;
    }

    .hypetec-service-card p {
        margin-bottom: 24px;
    }
}

/* ==================================================
   HYPETEC – INDIVIDUELLE WEBENTWICKLUNG
   ================================================== */

.hypetec-development {
    background: #101820;
    color: #fff;
}

.hypetec-development-inner {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 100px;
    align-items: center;
    padding: 110px 0;
}

/* LINKE SEITE */

.hypetec-development .hypetec-eyebrow {
    color: #42a0ff;
}

.hypetec-development h2 {
    margin: 0 0 30px;
    font-size: clamp(42px, 4vw, 62px);
    line-height: 1.05;
    letter-spacing: -.035em;
    font-weight: 700;
    color: #fff;
}

.hypetec-development h2 span {
    color: #42a0ff;
}

.hypetec-development-copy > p {
    max-width: 610px;
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 1.75;
    color: #aeb8c3;
}

.hypetec-development-copy .hypetec-development-intro {
    font-size: 19px;
    line-height: 1.65;
    color: #d8dee5;
}

.hypetec-development-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 26px;

    font-size: 15px;
    font-weight: 700;

    color: #42a0ff !important;
    text-decoration: none !important;
}

.hypetec-development-link span {
    transition: transform .2s ease;
}

.hypetec-development-link:hover span {
    transform: translateX(5px);
}

/* RECHTE SEITE */

.hypetec-development-visual {
    position: relative;
    padding: 38px 40px;

    background: #151f29;
    border: 1px solid #263442;
    border-radius: 12px;

    overflow: hidden;
    transition:
        border-color .25s ease,
        transform .25s ease;
}
@media (hover: hover) {
    .hypetec-development-visual:hover {
        border-color: rgba(66, 160, 255, .45);
        transform: translateY(-3px);
    }
}
.hypetec-code-label {
    margin-bottom: 32px;

    font-size: 12px;
    font-weight: 700;
    letter-spacing: .16em;

    color: #42a0ff;
}

/* LEISTUNGEN */

.hypetec-development-list {
    position: relative;
    z-index: 2;
}

.hypetec-development-list > div {
    display: grid;
    grid-template-columns: 45px 1fr;
    align-items: center;

    padding: 17px 0;

    border-bottom: 1px solid #2a3744;
}

.hypetec-development-list > div:last-child {
    border-bottom: 0;
}

.hypetec-development-list span {
    font-size: 12px;
    font-weight: 700;
    color: #667789;
}

.hypetec-development-list strong {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

/* CODE IM HINTERGRUND */

.hypetec-code-decoration {
    position: absolute;
    right: -20px;
    bottom: -10px;

    display: flex;
    flex-direction: column;

    font-family: Consolas, Monaco, monospace;
    font-size: 18px;
    line-height: 1.65;

    color: rgba(66, 160, 255, .07);

    transform: rotate(-4deg);

    pointer-events: none;
}

/* TABLET */

@media (max-width: 991.98px) {

    .hypetec-development-inner {
        grid-template-columns: 1fr;
        gap: 55px;
        padding: 80px 0;
    }

}

/* SMARTPHONE */

@media (max-width: 575.98px) {

    .hypetec-development-inner {
        gap: 38px;
        padding: 60px 0;
    }

    .hypetec-development h2 {
        font-size: 36px;
        line-height: 1.08;
        letter-spacing: -.025em;
        margin-bottom: 24px;
    }

    .hypetec-development-copy .hypetec-development-intro {
        font-size: 17px;
    }

    .hypetec-development-link {
        margin-top: 18px;
    }

    .hypetec-development-visual {
        padding: 27px 23px;
    }

    .hypetec-code-label {
        margin-bottom: 22px;
    }

    .hypetec-development-list > div {
        grid-template-columns: 38px 1fr;
        padding: 15px 0;
    }

    .hypetec-development-list strong {
        font-size: 16px;
    }
}

/* ==================================================
   HYPETEC – REFERENZEN
   ================================================== */

.hypetec-projects {
    background: #fff;
}

.hypetec-projects-inner {
    padding: 120px 0 115px;
}

/* BEREICHSÜBERSCHRIFT */

.hypetec-projects-head {
    max-width: 800px;
    margin-bottom: 70px;
}

.hypetec-projects-head h2 {
    margin: 0 0 24px;

    font-size: clamp(40px, 3.5vw, 58px);
    line-height: 1.08;
    letter-spacing: -.035em;
    font-weight: 700;

    color: #111;
}

.hypetec-projects-head h2 span {
    color: #1682f3;
}

.hypetec-projects-head > p {
    max-width: 650px;
    margin: 0;

    font-size: 18px;
    line-height: 1.7;

    color: #626b78;
}

/* PROJEKT */

.hypetec-project {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 75px;

    align-items: center;
}

/* BILD */

.hypetec-project-image {
    position: relative;
    padding: 14px;

    background: #f4f7fa;
    border: 1px solid #e9edf2;
    border-radius: 14px;

    overflow: hidden;
    transition:
        transform .3s ease,
        box-shadow .3s ease,
        border-color .3s ease;
}
@media (hover: hover) {

    .hypetec-project-image:hover {
        transform: translateY(-3px);
        border-color: #dce4ec;
        box-shadow: 0 18px 45px rgba(20, 35, 55, .08);
    }

}
.hypetec-project-image img {
    display: block;

    width: 100%;
    height: auto;

    border-radius: 8px;
}

/* PROJEKTINHALT */

.hypetec-project-client {
    margin-bottom: 18px;

    font-size: 13px;
    line-height: 1;
    font-weight: 700;

    letter-spacing: .15em;

    color: #1682f3;
}

.hypetec-project-content h3 {
    margin: 0 0 26px;

    font-size: clamp(34px, 3vw, 48px);
    line-height: 1.08;
    letter-spacing: -.03em;
    font-weight: 700;

    color: #111;
}

.hypetec-project-content h3 span {
    color: #1682f3;
}

.hypetec-project-content > p {
    max-width: 560px;
    margin: 0 0 30px;

    font-size: 16px;
    line-height: 1.75;

    color: #626b78;
}

/* TAGS */

.hypetec-project-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;

    margin-bottom: 34px;
}

.hypetec-project-tags span {
    display: inline-flex;
    align-items: center;

    padding: 8px 13px;

    background: #f2f6fa;
    border: 1px solid #e7edf3;
    border-radius: 50px;

    font-size: 13px;
    line-height: 1.2;
    font-weight: 600;

    color: #4e5965;
}

/* BUTTON */

.hypetec-project-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;

    padding: 14px 21px;

    background: #1682f3;
    border-radius: 6px;

    font-size: 15px;
    font-weight: 700;

    color: #fff !important;
    text-decoration: none !important;

    transition:
        background .2s ease,
        transform .2s ease;
}

.hypetec-project-link:hover {
    background: #096ed7;

    color: #fff !important;

    transform: translateY(-1px);
}

.hypetec-project-link span {
    transition: transform .2s ease;
}

.hypetec-project-link:hover span {
    transform: translateX(4px);
}

/* TABLET */

@media (max-width: 991.98px) {

    .hypetec-projects-inner {
        padding: 80px 0 90px;
    }

    .hypetec-project {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .hypetec-projects-head {
        margin-bottom: 50px;
    }

}

/* SMARTPHONE */

@media (max-width: 575.98px) {

    .hypetec-projects-inner {
        padding: 60px 0 65px;
    }

    .hypetec-projects-head {
        margin-bottom: 40px;
    }

    .hypetec-projects-head h2 {
        font-size: 36px;
        line-height: 1.08;
        letter-spacing: -.025em;
    }

    .hypetec-projects-head > p {
        font-size: 16px;
    }

    .hypetec-project-image {
        padding: 12px;
        border-radius: 10px;
    }

    .hypetec-project {
        gap: 32px;
    }

    .hypetec-project-content h3 {
        font-size: 32px;
        line-height: 1.1;
        margin-bottom: 20px;
    }

    .hypetec-project-content > p {
        margin-bottom: 25px;
    }

    .hypetec-project-tags {
        margin-bottom: 28px;
    }
}

/* ==================================================
   HYPETEC – WEITERE REFERENZEN
   ================================================== */

/* Abstand zwischen Projekten */

.hypetec-project + .hypetec-project {
    margin-top: 85px;
    padding-top: 85px;
    border-top: 1px solid #edf0f4;
}

/* Zweites Projekt spiegeln */

.hypetec-project-reverse .hypetec-project-image {
    grid-column: 2;
    grid-row: 1;
}

.hypetec-project-reverse .hypetec-project-content {
    grid-column: 1;
    grid-row: 1;
}

/* TABLET */

@media (max-width: 991.98px) {

    .hypetec-project + .hypetec-project {
        margin-top: 65px;
        padding-top: 65px;
    }

    .hypetec-project-reverse .hypetec-project-image,
    .hypetec-project-reverse .hypetec-project-content {
        grid-column: auto;
        grid-row: auto;
    }

    /*
       Auf Tablet/Mobil soll wie beim ersten Projekt
       zuerst das Bild und danach der Text erscheinen.
    */
    .hypetec-project-reverse .hypetec-project-image {
        order: 1;
    }

    .hypetec-project-reverse .hypetec-project-content {
        order: 2;
    }

}

/* SMARTPHONE */

@media (max-width: 575.98px) {

    .hypetec-project + .hypetec-project {
        margin-top: 50px;
        padding-top: 50px;
    }

}

/* ==================================================
   HYPETEC – PROJEKTABLAUF
   ================================================== */

.hypetec-process {
    background: #f5f7fa;
}

.hypetec-process-inner {
    padding: 105px 0 115px;
}

/* HEAD */

.hypetec-process-head {
    max-width: 800px;
    margin-bottom: 75px;
}

.hypetec-process-head h2 {
    margin: 0 0 24px;

    font-size: clamp(40px, 3.5vw, 58px);
    line-height: 1.08;
    letter-spacing: -.035em;
    font-weight: 700;

    color: #111;
}

.hypetec-process-head h2 span {
    color: #1682f3;
}

.hypetec-process-head > p {
    max-width: 690px;
    margin: 0;

    font-size: 18px;
    line-height: 1.7;

    color: #626b78;
}

/* ABLAUF */

.hypetec-process-grid {
    position: relative;

    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

/* Verbindungslinie */

.hypetec-process-grid::before {
    content: "";

    position: absolute;
    top: 25px;
    left: 25px;
    right: 25px;

    height: 1px;

    background: #d6dde5;
}

/* EINZELNER SCHRITT */

.hypetec-process-item {
    position: relative;
    z-index: 1;
}

/* NUMMER */

.hypetec-process-number {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 50px;
    height: 50px;
    margin-bottom: 28px;

    background: #f5f7fa;
    border: 2px solid #1682f3;
    border-radius: 50%;

    font-size: 13px;
    font-weight: 700;
    letter-spacing: .05em;

    color: #1682f3;
}

/* TEXT */

.hypetec-process-content h3 {
    margin: 0 0 14px;

    font-size: 21px;
    line-height: 1.25;
    font-weight: 700;

    color: #111;
}

.hypetec-process-content p {
    margin: 0;

    font-size: 15px;
    line-height: 1.7;

    color: #68717d;
}

/* TABLET */

@media (max-width: 991.98px) {

    .hypetec-process-inner {
        padding: 80px 0 90px;
    }

    .hypetec-process-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 55px 45px;
    }

    .hypetec-process-grid::before {
        display: none;
    }

}

/* SMARTPHONE */

@media (max-width: 575.98px) {

    .hypetec-process-inner {
        padding: 60px 0 65px;
    }

    .hypetec-process-head {
        margin-bottom: 45px;
    }

    .hypetec-process-head h2 {
        font-size: 36px;
        line-height: 1.08;
        letter-spacing: -.025em;
    }

    .hypetec-process-head > p {
        font-size: 16px;
    }

    .hypetec-process-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    /* Vertikale Verbindungslinie */

    .hypetec-process-grid::before {
        display: block;
        top: 23px;
        bottom: 23px;
        left: 22px;
        right: auto;

        width: 1px;
        height: auto;

        background: #d6dde5;
    }

    .hypetec-process-item {
        display: grid;
        grid-template-columns: 46px 1fr;
        gap: 20px;

        padding: 0 0 38px;
    }

    .hypetec-process-item:last-child {
        padding-bottom: 0;
    }

    .hypetec-process-number {
        width: 46px;
        height: 46px;
        margin: 0;

        /* verdeckt die Linie hinter dem Kreis */
        background: #f5f7fa;
    }

    .hypetec-process-content h3 {
        margin-top: 2px;
        margin-bottom: 10px;
        font-size: 19px;
    }

}

/* ==================================================
   HYPETEC – ÜBER HYPETEC
   ================================================== */

.hypetec-about {
    background: #fff;
}

.hypetec-about-inner {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 105px;
    align-items: center;

    padding: 110px 0;
}

/* LINKE SEITE */

.hypetec-about-content {
    max-width: 680px;
}

.hypetec-about-content h2 {
    margin: 0 0 28px;

    font-size: clamp(40px, 3.5vw, 58px);
    line-height: 1.08;
    letter-spacing: -.035em;
    font-weight: 700;

    color: #111;
}

.hypetec-about-content h2 span {
    color: #1682f3;
}

.hypetec-about-content > p {
    margin: 0 0 20px;

    font-size: 16px;
    line-height: 1.75;

    color: #626b78;
}

.hypetec-about-content .hypetec-about-lead {
    font-size: 19px;
    line-height: 1.65;

    color: #252a31;
}

/* LINK */

.hypetec-about-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    margin-top: 6px;

    font-size: 15px;
    font-weight: 700;

    color: #1682f3 !important;
    text-decoration: none !important;
}

.hypetec-about-link span {
    transition: transform .2s ease;
}

.hypetec-about-link:hover span {
    transform: translateX(5px);
}

/* RECHTE SEITE */

.hypetec-about-statement {
    position: relative;

    padding: 48px 46px 38px;

    background: #101820;
    border-radius: 12px;

    overflow: hidden;
    transition:
        transform .25s ease,
        box-shadow .25s ease;
}
@media (hover: hover) {

    .hypetec-about-statement:hover {
        transform: translateY(-3px);
        box-shadow: 0 18px 45px rgba(17, 24, 32, .15);
    }

}
.hypetec-about-code {
    position: absolute;
    right: 30px;
    top: 20px;

    font-family: Consolas, Monaco, monospace;
    font-size: 90px;
    line-height: 1;
    font-weight: 700;

    color: rgba(66, 160, 255, .06);

    pointer-events: none;
}

/* STATEMENT */

.hypetec-about-statement-content {
    position: relative;
    z-index: 1;

    padding-bottom: 42px;
}

.hypetec-about-small {
    display: block;

    margin-bottom: 24px;

    font-size: 12px;
    font-weight: 700;
    letter-spacing: .16em;

    color: #42a0ff;
}

.hypetec-about-statement-content p {
    max-width: 500px;
    margin: 0;

    font-size: 27px;
    line-height: 1.4;
    font-weight: 400;

    color: #fff;
}

.hypetec-about-statement-content strong {
    display: block;

    margin-top: 8px;

    font-weight: 700;
    color: #42a0ff;
}

/* DREI PUNKTE */

.hypetec-about-points {
    position: relative;
    z-index: 1;

    border-top: 1px solid #2a3744;
}

.hypetec-about-points > div {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 8px;
    align-items: center;

    padding: 16px 0;

    border-bottom: 1px solid #2a3744;
}

.hypetec-about-points > div:last-child {
    border-bottom: 0;
}

.hypetec-about-points span {
    font-size: 12px;
    font-weight: 700;

    color: #607386;
}

.hypetec-about-points strong {
    font-size: 15px;
    font-weight: 600;

    color: #fff;
}

/* TABLET */

@media (max-width: 991.98px) {

    .hypetec-about-inner {
        grid-template-columns: 1fr;
        gap: 55px;

        padding: 80px 0;
    }

}

/* SMARTPHONE */

@media (max-width: 575.98px) {

    .hypetec-about-inner {
        gap: 38px;
        padding: 60px 0;
    }

    .hypetec-about-content h2 {
        font-size: 36px;
        line-height: 1.08;
        letter-spacing: -.025em;
        margin-bottom: 24px;
    }

    .hypetec-about-content .hypetec-about-lead {
        font-size: 17px;
    }

    .hypetec-about-content > p {
        margin-bottom: 18px;
    }

    .hypetec-about-statement {
        padding: 32px 25px 25px;
    }

    .hypetec-about-statement-content {
        padding-bottom: 32px;
    }

    .hypetec-about-small {
        margin-bottom: 20px;
    }

    .hypetec-about-statement-content p {
        font-size: 22px;
        line-height: 1.4;
    }

    .hypetec-about-code {
        right: 18px;
        top: 16px;
        font-size: 70px;
    }

    .hypetec-about-points > div {
        grid-template-columns: 36px 1fr;
        padding: 14px 0;
    }

}

/* ==================================================
   HYPETEC – ABSCHLUSS CTA
   ================================================== */

.hypetec-cta {
    position: relative;

    background: #1682f3;
    color: #fff;

    overflow: hidden;
}

/* dezente grafische Fläche */

.hypetec-cta::after {
    content: "</>";

    position: absolute;
    right: 4%;
    top: 50%;

    transform: translateY(-50%);

    font-family: Consolas, Monaco, monospace;
    font-size: 210px;
    line-height: 1;
    font-weight: 700;

    color: rgba(255, 255, 255, .055);

    pointer-events: none;
}

.hypetec-cta-inner {
    position: relative;
    z-index: 1;

    display: grid;
    grid-template-columns: 1fr auto;
    gap: 80px;

    align-items: center;

    padding: 85px 0;
}

/* TEXT */

.hypetec-cta-eyebrow {
    margin-bottom: 17px;

    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: .17em;

    color: rgba(255, 255, 255, .75);
}

.hypetec-cta-content h2 {
    margin: 0 0 22px;

    font-size: clamp(40px, 3.7vw, 58px);
    line-height: 1.06;
    letter-spacing: -.035em;
    font-weight: 700;

    color: #fff;
}

.hypetec-cta-content h2 span {
    color: #101820;
}

.hypetec-cta-content p {
    max-width: 690px;
    margin: 0;

    font-size: 18px;
    line-height: 1.7;

    color: rgba(255, 255, 255, .88);
}

/* BUTTONBEREICH */

.hypetec-cta-action {
    position: relative;
    z-index: 2;

    min-width: 245px;

    text-align: center;
}

.hypetec-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 13px;

    padding: 17px 25px;

    background: #101820;
    border-radius: 6px;

    font-size: 16px;
    font-weight: 700;

    color: #fff !important;
    text-decoration: none !important;

    transition:
        transform .2s ease,
        background .2s ease;
}

.hypetec-cta-button:hover {
    background: #1b2732;
    color: #fff !important;

    transform: translateY(-2px);
}

.hypetec-cta-button span {
    transition: transform .2s ease;
}

.hypetec-cta-button:hover span {
    transform: translateX(5px);
}

/* KLEINER HINWEIS */

.hypetec-cta-note {
    margin-top: 13px;

    font-size: 12px;
    letter-spacing: .03em;

    color: rgba(255, 255, 255, .72);
}

/* TABLET */

@media (max-width: 991.98px) {

    .hypetec-cta-inner {
        grid-template-columns: 1fr;
        gap: 38px;

        padding: 70px 0;
    }

    .hypetec-cta-action {
        min-width: 0;
        text-align: left;
    }

}

/* SMARTPHONE */

@media (max-width: 575.98px) {

    .hypetec-cta-inner {
        gap: 32px;
        padding: 55px 0;
    }

    .hypetec-cta-content h2 {
        font-size: 36px;
        line-height: 1.08;
        letter-spacing: -.025em;
        margin-bottom: 20px;
    }

    .hypetec-cta-content p {
        font-size: 16px;
    }

    .hypetec-cta-button {
        width: 100%;
        padding: 16px 22px;
    }

    .hypetec-cta-note {
        text-align: center;
    }

    .hypetec-cta::after {
        right: -50px;
        font-size: 140px;
    }
}

/* ==================================================
   HYPETEC – FOOTER
   ================================================== */

.hypetec-footer {
    background: #101820;
    color: #fff;
}

.hypetec-footer-inner {
    padding: 65px 0 0;
}

/* HAUPTBEREICH */

.hypetec-footer-main {
    display: grid;
    grid-template-columns: 1.5fr 1fr .7fr .7fr;
    gap: 45px;

    padding-bottom: 45px;
}

/* BRAND */

.hypetec-footer-brand {
    max-width: 390px;
}

.hypetec-footer-logo {
    margin-bottom: 3px;

    font-size: 38px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -.045em;

    color: #fff;
}

.hypetec-footer-logo span {
    color: #42a0ff;
}

.hypetec-footer-claim {
    margin-bottom: 27px;

    font-size: 9px;
    font-weight: 600;
    letter-spacing: .27em;

    color: #758696;
}

.hypetec-footer-brand p {
    max-width: 360px;
    margin: 0;

    font-size: 14px;
    line-height: 1.75;

    color: #8f9ca8;
}

/* SPALTEN */

.hypetec-footer-column h3 {
    margin: 0 0 22px;

    font-size: 14px;
    line-height: 1;
    font-weight: 700;

    color: #fff;
}

.hypetec-footer-column nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 11px;
}

.hypetec-footer-column a {
    font-size: 14px;
    line-height: 1.4;

    color: #8f9ca8 !important;
    text-decoration: none !important;

    transition: color .2s ease;
}

.hypetec-footer-column a:hover {
    color: #42a0ff !important;
}

/* UNTERE ZEILE */

.hypetec-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;

    padding: 20px 0;

    border-top: 1px solid #26323d;
}

.hypetec-footer-copyright {
    font-size: 12px;
    color: #71808e;
}

.hypetec-footer-legal {
    display: flex;
    align-items: center;
    gap: 25px;
}

.hypetec-footer-legal a {
    font-size: 12px;

    color: #71808e !important;
    text-decoration: none !important;

    transition: color .2s ease;
}

.hypetec-footer-legal a:hover {
    color: #fff !important;
}

/* TABLET */

@media (max-width: 991.98px) {

    .hypetec-footer-main {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 55px;
    }

    .hypetec-footer-brand {
        grid-column: 1 / -1;
        max-width: 520px;
    }

}

/* SMARTPHONE */

@media (max-width: 767.98px) {

    .hypetec-footer-inner {
        padding-top: 50px;
    }

    .hypetec-footer-main {
        grid-template-columns: 1fr;
        gap: 35px;
        padding-bottom: 38px;
    }

    .hypetec-footer-brand {
        grid-column: auto;
        max-width: 100%;
    }

    .hypetec-footer-logo {
        font-size: 34px;
    }

    .hypetec-footer-claim {
        margin-bottom: 22px;
    }

    .hypetec-footer-column h3 {
        margin-bottom: 17px;
    }

    .hypetec-footer-column nav {
        gap: 9px;
    }

    .hypetec-footer-bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
        padding: 18px 0 22px;
    }

}

/* ==================================================
   HYPETEC – MEGA MENU LEISTUNGEN
   ================================================== */

.hypetec-megamenu-services .megamenu-container,
.hypetec-megamenu-services .dropdown-menu {
    background: #fff;
    border: 0;
    border-top: 3px solid #1682f3;
    box-shadow: 0 16px 35px rgba(16, 24, 32, 0.10);
}

/* einzelne Menüspalten */
.hypetec-megamenu-services .mega-menu-item {
    position: relative;
}

/* Links */
.hypetec-megamenu-services .dropdown-menu a {
    color: #111;
    font-weight: 600;
    text-decoration: none;
    transition: color .2s ease;
}

.hypetec-megamenu-services .dropdown-menu a:hover {
    color: #1682f3;
}

.megamenu-container .menu-item-subtitle,
.megamenu-container .nav-subtitle,
.megamenu-container small {
    letter-spacing: 0 !important;
    text-transform: none !important;
    font-size: 13px;
    line-height: 1.45;
    font-weight: 400;
    color: #6a7380;
}
/* Titel der Leistungen */
.megamenu-container .nav-link {
    font-weight: 600;
}

/* Abstand zwischen den beiden Reihen */
.megamenu-container .row + .row {
    margin-top: 12px;
}

/* Hover */
.megamenu-container a:hover {
    color: #1682f3 !important;
}

/* ==================================================
   HYPETEC – MOBILE OFFCANVAS
   ================================================== */

@media (max-width: 767.98px) {
    .astroid-mobilemenu {
        width: 300px !important;
        max-width: 85vw !important;
    }
}

/* ==================================================
   HYPETEC – UNTERSEITEN HERO
   ================================================== */

.hypetec-subpage-hero {
    background: linear-gradient(
        110deg,
        #ffffff 0%,
        #f5faff 55%,
        #eaf4ff 100%
    );

    border-bottom: 1px solid #e8eef5;
}

.hypetec-subpage-hero-inner {
    padding: 85px 0 90px;
}

.hypetec-subpage-hero-content {
    max-width: 980px;
}

.hypetec-subpage-hero .hypetec-eyebrow {
    margin-bottom: 22px;
}

.hypetec-subpage-hero h1 {
    margin: 0 0 26px;

    font-size: clamp(42px, 4vw, 62px);
    line-height: 1.08;
    letter-spacing: -.035em;
    font-weight: 700;

    color: #111;
}

.hypetec-subpage-hero h1 span {
    color: #1682f3;
}

.hypetec-subpage-hero-intro {
    max-width: 760px;
    margin: 0;

    font-size: 19px;
    line-height: 1.7;

    color: #626b78;
}

/* TABLET */

@media (max-width: 991.98px) {

    .hypetec-subpage-hero-inner {
        padding: 70px 0 75px;
    }

    .hypetec-subpage-hero h1 {
        font-size: 46px;
    }

}

/* SMARTPHONE */

@media (max-width: 575.98px) {

    .hypetec-subpage-hero-inner {
        padding: 55px 0 60px;
    }

    .hypetec-subpage-hero .hypetec-eyebrow {
        margin-bottom: 18px;
    }

    .hypetec-subpage-hero h1 {
        font-size: 36px;
        line-height: 1.08;
        letter-spacing: -.025em;
        margin-bottom: 22px;
    }

    .hypetec-subpage-hero-intro {
        font-size: 16px;
        line-height: 1.65;
    }

}

/* ==================================================
   HYPETEC – UNTERSEITEN LEISTUNGSKARTEN
   ================================================== */

.hypetec-subpage-features {
    margin-top: 90px;
    margin-bottom: 30px;
}

/* BEREICHSÜBERSCHRIFT */

.hypetec-subpage-section-head {
    max-width: 780px;
    margin-bottom: 45px;
}

.hypetec-subpage-section-head h2 {
    margin: 0 0 22px;

    font-size: clamp(34px, 3.2vw, 48px);
    line-height: 1.12;
    letter-spacing: -.03em;
    font-weight: 700;

    color: #111;
}

.hypetec-subpage-section-head h2 span {
    color: #1682f3;
}

.hypetec-subpage-section-head > p {
    max-width: 680px;
    margin: 0;

    font-size: 17px;
    line-height: 1.7;

    color: #626b78;
}

/* KARTENRASTER */

.hypetec-subpage-features-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

/* EINZELNE KARTE */

.hypetec-subpage-feature {
    min-width: 0;
    min-height: 245px;
    padding: 30px;

    background: #f7f9fb;
    border: 1px solid #edf0f4;
    border-radius: 10px;
}

.hypetec-subpage-feature-number {
    display: block;
    margin-bottom: 30px;

    font-size: 13px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: .12em;

    color: #1682f3;
}

.hypetec-subpage-feature h3 {
    margin: 0 0 15px;

    font-size: 21px;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: -.02em;

    color: #111;
}

.hypetec-subpage-feature p {
    margin: 0;

    font-size: 15px;
    line-height: 1.65;

    color: #68717d;
}

/* TABLET */

@media (max-width: 991.98px) {

    .hypetec-subpage-features {
        margin-top: 70px;
    }

    .hypetec-subpage-features-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}

/* SMARTPHONE */

@media (max-width: 575.98px) {

    .hypetec-subpage-features {
        margin-top: 55px;
    }

    .hypetec-subpage-section-head {
        margin-bottom: 32px;
    }

    .hypetec-subpage-section-head > p {
        font-size: 16px;
    }

    .hypetec-subpage-features-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .hypetec-subpage-feature {
        min-height: 0;
        padding: 26px;
    }

    .hypetec-subpage-feature-number {
        margin-bottom: 24px;
    }

}

/* ==================================================
   HYPETEC – UNTERSEITEN TECHNIK
   ================================================== */

.hypetec-subpage-technology {
    margin-top: 100px;
    margin-bottom: 30px;
}

/* TECHNIKFELDER */

.hypetec-subpage-technology-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.hypetec-subpage-technology-item {
    min-width: 0;
    padding: 34px 36px;

    background: #fff;
    border: 1px solid #e7edf3;
    border-radius: 10px;
}

.hypetec-subpage-technology-number {
    display: block;
    margin-bottom: 25px;

    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: .12em;

    color: #1682f3;
}

.hypetec-subpage-technology-item h3 {
    margin: 0 0 16px;

    font-size: 25px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -.02em;

    color: #111;
}

.hypetec-subpage-technology-item p {
    margin: 0;

    font-size: 15px;
    line-height: 1.7;

    color: #68717d;
}

/* DUNKLER ABSCHLUSSHINWEIS */

.hypetec-subpage-technology-statement {
    position: relative;
    margin-top: 18px;
    padding: 42px 46px;

    background: #101820;
    border-radius: 10px;

    overflow: hidden;
}

.hypetec-subpage-technology-statement-content {
    position: relative;
    z-index: 1;
    max-width: 850px;
}

.hypetec-subpage-technology-statement .hypetec-code-label {
    display: block;
    margin-bottom: 20px;
}

.hypetec-subpage-technology-statement h3 {
    margin: 0 0 18px;

    font-size: clamp(26px, 2.7vw, 38px);
    line-height: 1.2;
    letter-spacing: -.025em;
    font-weight: 700;

    color: #fff;
}

.hypetec-subpage-technology-statement h3 span {
    color: #42a0ff;
}

.hypetec-subpage-technology-statement p {
    max-width: 700px;
    margin: 0;

    font-size: 16px;
    line-height: 1.7;

    color: #aeb8c3;
}

.hypetec-subpage-technology-decoration {
    position: absolute;
    right: 25px;
    bottom: -35px;

    font-family: Consolas, Monaco, monospace;
    font-size: 170px;
    line-height: 1;
    font-weight: 700;

    color: rgba(66, 160, 255, .055);

    pointer-events: none;
}

/* TABLET */

@media (max-width: 991.98px) {

    .hypetec-subpage-technology {
        margin-top: 75px;
    }

    .hypetec-subpage-technology-item {
        padding: 30px;
    }

}

/* SMARTPHONE */

@media (max-width: 575.98px) {

    .hypetec-subpage-technology {
        margin-top: 60px;
    }

    .hypetec-subpage-technology-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .hypetec-subpage-technology-item {
        padding: 28px;
    }

    .hypetec-subpage-technology-statement {
        margin-top: 14px;
        padding: 32px 28px;
    }

    .hypetec-subpage-technology-statement h3 {
        font-size: 27px;
    }

    .hypetec-subpage-technology-statement p {
        font-size: 15px;
    }

    .hypetec-subpage-technology-decoration {
        right: -25px;
        bottom: -15px;
        font-size: 110px;
    }

}

/* ==================================================
   HYPETEC – UNTERSEITEN EINLEITUNG
   ================================================== */

.hypetec-subpage-introduction {
    padding: 15px 0 0;
}

.hypetec-subpage-introduction .hypetec-eyebrow {
    margin-bottom: 22px;
}

.hypetec-subpage-introduction h2 {
    max-width: 900px;
    margin: 0 0 30px;

    font-size: clamp(36px, 3.4vw, 52px);
    line-height: 1.1;
    letter-spacing: -.035em;
    font-weight: 700;

    color: #111;
}

.hypetec-subpage-introduction h2 span {
    color: #1682f3;
}

/* EINLEITUNGSTEXT */

.hypetec-subpage-introduction-lead {
    max-width: 820px;
    margin: 0 0 28px;

    font-size: 19px;
    line-height: 1.7;

    color: #303b47;
}

.hypetec-subpage-introduction-copy {
    max-width: 820px;
}

.hypetec-subpage-introduction-copy p {
    margin: 0 0 20px;

    font-size: 16px;
    line-height: 1.75;

    color: #626b78;
}

/* ABSCHLUSSSTATEMENT */

.hypetec-subpage-introduction-statement {
    max-width: 820px;
    margin-top: 35px;
    padding: 20px 25px;

    background: #f2f7fd;
    border-left: 3px solid #1682f3;
    border-radius: 0 6px 6px 0;

    font-size: 17px;
    line-height: 1.6;
    font-weight: 700;

    color: #111;
}

.hypetec-subpage-introduction-statement span {
    color: #1682f3;
}

/* TABLET */

@media (max-width: 991.98px) {

    .hypetec-subpage-introduction h2 {
        font-size: 42px;
    }

}

/* SMARTPHONE */

@media (max-width: 575.98px) {

    .hypetec-subpage-introduction h2 {
        font-size: 34px;
        margin-bottom: 24px;
    }

    .hypetec-subpage-introduction-lead {
        font-size: 17px;
    }

    .hypetec-subpage-introduction-copy p {
        font-size: 15px;
    }

    .hypetec-subpage-introduction-statement {
        margin-top: 28px;
        padding: 18px 20px;
        font-size: 15px;
    }

}

/* ==================================================
   HYPETEC – UNTERSEITEN INDIVIDUELLE ENTWICKLUNG
   ================================================== */

.hypetec-subpage-development {
    margin-top: 100px;
    margin-bottom: 30px;
}

.hypetec-subpage-development-inner {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 75px;
    align-items: center;
}

/* LINKE SEITE */

.hypetec-subpage-development-content h2 {
    margin: 0 0 28px;

    font-size: clamp(36px, 3.4vw, 52px);
    line-height: 1.1;
    letter-spacing: -.035em;
    font-weight: 700;

    color: #111;
}

.hypetec-subpage-development-content h2 span {
    color: #1682f3;
}

.hypetec-subpage-development-content p {
    margin: 0 0 20px;

    font-size: 16px;
    line-height: 1.75;

    color: #626b78;
}

.hypetec-subpage-development-content
.hypetec-subpage-development-lead {
    font-size: 18px;
    line-height: 1.65;
    color: #303b47;
}

/* LINK */

.hypetec-subpage-development-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    margin-top: 12px;

    font-size: 15px;
    line-height: 1.5;
    font-weight: 700;

    color: #1682f3 !important;
    text-decoration: none !important;
}

.hypetec-subpage-development-link span {
    transition: transform .2s ease;
}

.hypetec-subpage-development-link:hover span {
    transform: translateX(5px);
}

/* RECHTE SEITE */

.hypetec-subpage-development-panel {
    position: relative;
    min-width: 0;
    padding: 38px 40px;

    background: #101820;
    border: 1px solid #263442;
    border-radius: 12px;

    overflow: hidden;
}

.hypetec-subpage-development-panel .hypetec-code-label {
    display: block;
    margin-bottom: 30px;
}

/* FUNKTIONSLISTE */

.hypetec-subpage-development-list {
    position: relative;
    z-index: 1;
}

.hypetec-subpage-development-list > div {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 10px;
    align-items: center;

    padding: 17px 0;
    border-bottom: 1px solid #2a3744;
}

.hypetec-subpage-development-list > div:last-child {
    border-bottom: 0;
}

.hypetec-subpage-development-list span {
    font-size: 12px;
    font-weight: 700;
    color: #718295;
}

.hypetec-subpage-development-list strong {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    color: #fff;
}
.hypetec-subpage-cta .hypetec-cta-content h2 span {
    color: #fff;
}

/* DEZENTE CODE-DEKORATION */

.hypetec-subpage-development-decoration {
    position: absolute;
    right: -15px;
    bottom: -10px;

    font-family: Consolas, Monaco, monospace;
    font-size: 17px;
    line-height: 1.6;

    color: rgba(66, 160, 255, .06);
    transform: rotate(-4deg);

    pointer-events: none;
}

/* TABLET */

@media (max-width: 991.98px) {

    .hypetec-subpage-development {
        margin-top: 75px;
    }

    .hypetec-subpage-development-inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }

}

/* SMARTPHONE */

@media (max-width: 575.98px) {

    .hypetec-subpage-development {
        margin-top: 60px;
    }

    .hypetec-subpage-development-content h2 {
        font-size: 34px;
    }

    .hypetec-subpage-development-content
    .hypetec-subpage-development-lead {
        font-size: 17px;
    }

    .hypetec-subpage-development-content p {
        font-size: 15px;
    }

    .hypetec-subpage-development-panel {
        padding: 28px 24px;
    }

    .hypetec-subpage-development-list strong {
        font-size: 15px;
    }

}
/* ==================================================
   HYPETEC – PROJEKTABLAUF UNTERSEITEN
   ================================================== */

.hypetec-subpage-process .hypetec-process-inner {
    padding: 65px 40px;
}

@media (max-width: 575.98px) {
    .hypetec-subpage-process .hypetec-process-inner {
        padding: 45px 24px;
    }
}
/* ==================================================
   HYPETEC – KONTAKT-CTA UNTERSEITEN
   ================================================== */

.hypetec-subpage-cta .hypetec-cta-inner {
    padding: 65px 40px;
}

@media (max-width: 575.98px) {
    .hypetec-subpage-cta .hypetec-cta-inner {
        padding: 45px 24px;
    }
}

/* HypeTec – Blogübersicht */

.astroid-component-area .blog .blog-item > .item-content {
    height: 100%;
    padding: 24px;
    background: #ffffff;
    border: 1px solid #e5eaf0;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
}

.astroid-component-area .blog .blog-item .item-image {
    margin: 0 0 24px;
    overflow: hidden;
    border-radius: 8px;
}

.astroid-component-area .blog .blog-item .item-image img {
    display: block;
    width: 100%;
    aspect-ratio: 2 / 1;
    object-fit: cover;
}

.astroid-component-area .blog .blog-item .article-title h2 {
    margin: 0 0 16px;
    font-size: 26px;
    line-height: 1.3;
}

.astroid-component-area .blog .blog-item .article-title h2 a {
    color: #17191d;
    text-decoration: none;
}

.astroid-component-area .blog .blog-item .article-title h2 a:hover {
    color: #1682f3;
}

.astroid-component-area .blog .blog-item .article-intro-text {
    margin-top: 16px;
    line-height: 1.7;
}

.astroid-component-area .blog .blog-item .readmore {
    margin-top: auto;
    padding-top: 20px;
}

.astroid-component-area .blog .blog-item .readmore a {
    color: #1682f3;
    font-weight: 600;
    text-decoration: none;
}

.astroid-component-area .blog .blog-item .readmore a:hover {
    text-decoration: underline;
}
.astroid-component-area .blog .blog-item > .item-content > .d-flex.flex-column {
    flex: 1;
}

.astroid-component-area .blog .blog-item .readmore {
    margin-top: auto;
}
@media (max-width: 767px) {
    .astroid-component-area .blog .blog-item > .item-content {
        padding: 18px;
    }

    .astroid-component-area .blog .blog-item .article-title h2 {
        font-size: 23px;
    }
}

/* HypeTec – Seitennavigation der Blogübersicht */

.astroid-component-area .blog .com-content-category-blog__navigation {
    margin-top: 48px;
    padding-top: 28px;
    border-top: 1px solid #e5eaf0;
}

.astroid-component-area .blog .com-content-category-blog__counter {
    margin: 0 0 18px;
    padding: 0 !important;
    color: #667085;
    font-size: 14px;
    text-align: center;
}

.astroid-component-area .blog .com-content-category-blog__pagination .pagination {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 !important;
    padding: 0;
}

.astroid-component-area .blog .com-content-category-blog__pagination .page-item {
    margin: 0;
}

.astroid-component-area .blog .com-content-category-blog__pagination .page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 12px;
    border: 1px solid #dce5ef;
    border-radius: 8px !important;
    background: #ffffff;
    color: #17191d;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: none;
    transition: background-color 0.2s, border-color 0.2s, color 0.2s;
}

.astroid-component-area .blog .com-content-category-blog__pagination a.page-link:hover {
    background: #eef6ff;
    border-color: #1682f3;
    color: #1682f3;
}

.astroid-component-area .blog .com-content-category-blog__pagination .page-item.active .page-link {
    background: #1682f3;
    border-color: #1682f3;
    color: #ffffff;
}

.astroid-component-area .blog .com-content-category-blog__pagination .page-item.disabled .page-link {
    background: #f5f7fa;
    border-color: #e5eaf0;
    color: #a0aab8;
    cursor: default;
}

.astroid-component-area .blog .com-content-category-blog__pagination .page-link:focus-visible {
    outline: 2px solid #1682f3;
    outline-offset: 3px;
}

@media (max-width: 575px) {
    .astroid-component-area .blog .com-content-category-blog__pagination .pagination {
        gap: 5px;
    }

    .astroid-component-area .blog .com-content-category-blog__pagination .page-link {
        min-width: 36px;
        height: 36px;
        padding: 0 9px;
    }
}

/* Blogübersicht: Hero innerhalb der Kategoriebeschreibung */

.astroid-component-area .blog .category-desc {
    margin-bottom: 48px;
}

.astroid-component-area .blog .category-desc .hypetec-subpage-hero-inner {
    padding: 0px 0 0;
}

.astroid-component-area .blog .category-desc .hypetec-subpage-hero-content h1 {
    margin: 24px 0;
    color: #17191d;
    font-size: clamp(38px, 4.5vw, 62px);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.035em;
}

.astroid-component-area .blog .category-desc .hypetec-subpage-hero-content h1 span {
    color: #1682f3;
}

.astroid-component-area .blog .category-desc .hypetec-subpage-hero-intro {
    max-width: 760px;
    margin: 0;
    font-size: 19px;
    line-height: 1.7;
}

@media (max-width: 767px) {
    .astroid-component-area .blog .category-desc .hypetec-subpage-hero-inner {
        padding-top: 16px;
    }

    .astroid-component-area .blog .category-desc .hypetec-subpage-hero-intro {
        font-size: 17px;
    }
}
/* Blogübersicht: Hero von der weißen Contentbox trennen */
.astroid-component:has(> .astroid-component-area > .blog > .category-desc) {
    background: transparent;
    box-shadow: none !important;
}

/* Blog-Hero: Hintergrund über die gesamte Seitenbreite */
.astroid-component .blog > .category-desc {
    position: relative;
    isolation: isolate;
    background: transparent;
    padding: 64px 30px;
    margin-bottom: 48px;
}

.astroid-component .blog > .category-desc::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    background: linear-gradient(110deg, #ffffff 0%, #eef6ff 100%);
}
/* Blog-Einzelbeiträge: angenehme Lesebreite */
body.layout-blog .astroid-article-text {
    max-width: 900px;
    margin-inline: auto;
}
body.layout-blog h2[id] {
    scroll-margin-top: 100px;
}
/* Blog-Einzelbeiträge: Inhaltsverzeichnis */
.com-content-article.item-page .astroid-article-text > nav {
    margin: 28px 0 36px;
    padding: 24px 28px;
    background: #f4f8ff;
    border: 1px solid #dce8fa;
    border-radius: 12px;
}

.com-content-article.item-page .astroid-article-text > nav > p {
    margin-bottom: 14px;
    color: #171b22;
}

.com-content-article.item-page .astroid-article-text > nav ul {
    margin-bottom: 0;
    padding-left: 20px;
}

.com-content-article.item-page .astroid-article-text > nav li + li {
    margin-top: 6px;
}
/* Blog-Einzelbeiträge: Abstände im Artikeltext */
.com-content-article.item-page .astroid-article-text h2 {
    margin-top: 36px;
    margin-bottom: 14px;
    line-height: 1.25;
}

.com-content-article.item-page .astroid-article-text h2:first-child {
    margin-top: 0;
}

.com-content-article.item-page .astroid-article-text p {
    margin-bottom: 16px;
    line-height: 1.75;
}
/* Blog-Einzelbeiträge: Tabellen */
.com-content-article.item-page .astroid-article-text table.table {
    width: 100%;
    margin: 24px 0 36px;
    border: 1px solid #dce8fa;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 10px;
    overflow: hidden;
}

.com-content-article.item-page .astroid-article-text table.table th {
    padding: 14px 16px;
    background: #f4f8ff;
    color: #171b22;
    font-weight: 700;
    border-bottom: 1px solid #dce8fa;
}

.com-content-article.item-page .astroid-article-text table.table td {
    padding: 12px 16px;
    border-bottom: 1px solid #e5ebf3;
}

.com-content-article.item-page .astroid-article-text table.table tbody tr:last-child td {
    border-bottom: 0;
}

/* ==================================================
   HYPETEC – RECHTLICHE SEITEN
   ================================================== */

.hypetec-legal-content {
    max-width: 850px;
    margin: 0 auto;
}

.hypetec-legal-content h1 {
    margin: 0 0 35px;
    font-size: 32px;
    line-height: 1.25;
    font-weight: 700;
}

.hypetec-legal-content h2 {
    margin: 35px 0 14px;
    font-size: 22px;
    line-height: 1.35;
    font-weight: 700;
}

.hypetec-legal-content p {
    margin: 0 0 20px;
    font-size: 15px;
    line-height: 1.8;
}

.hypetec-legal-content a {
    overflow-wrap: anywhere;
}

@media (max-width: 767.98px) {
    .hypetec-legal-content h1 {
        font-size: 28px;
    }

    .hypetec-legal-content h2 {
        font-size: 20px;
    }
}