.CodeMirror-lines,
.CodeMirror-lines * {
    font-size: 12px !important;
}

* {
    box-sizing: border-box;
}

body {
    overflow-behaviour: none;
    overflow-x: hidden;
}

html {
    font-size: clamp(14px, 1.2vw, 18px);
overflow-x: hidden;
}

.image-container img, figure img, .cc-m-gallery-container img {
    border-radius: 1.5rem;
}

:focus-visible {
    outline: none !important;
}

.n {
    padding: 0 !important;
}

.j-module section {
    padding: 5rem 0 !important;
}

main {
    padding: 0 12px;
}

.image-container {
    position: relative;
}

.image-container figure {
    position: relative;
    z-index: 1;
}

.image__dot-left,
.image__dot-right {
    position: absolute;
    border-radius: 100%;
    z-index: 0;
    background: #7b6aea;
}

.image__dot-left {
    width: 70px;
    height: 70px;
    left: 0;
    bottom: 0;
    transform: translate(-30%, 30%);
}

.image__dot-right {
    width: 52px;
    height: 52px;
    top: 0;
    right: 0;
    transform: translate(30%, -30%);
}

/* ---------- GLOBAL BUTTON ---------- */

*:not([data-action]).btn,
input[type="submit"] {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.5rem !important;
    text-decoration: none !important;
    padding: 0.65rem 1.4rem !important;
    border-radius: 2rem !important;
    font-size: 0.8rem !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    cursor: pointer !important;
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease !important;
    white-space: nowrap !important;
    background: white !important;
    border: none !important;
    font-family: "corsario-variable", sans-serif !important;
    font-variation-settings: "opsz" 48, "wght" 300 !important;
}

*:not([data-action]).btn--primary,
input[type="submit"] {
    background: #7b6aea !important;
    color: #ffffff !important;
}

*:not([data-action]).btn--primary:hover {
    background: #6d6790;
}

*:not([data-action]).btn--primary:active {
    transform: translateY(0);
}

*:not([data-action]).btn--icon {
    padding: 0.65rem 0.65rem 0.65rem 1.4rem !important;
}

*:not([data-action]).btn--icon::after {
    position: relative;
    content: "";
    width: 20px;
    height: 100%;
    background: white;
    border-radius: 100%;
    aspect-ratio: 1 / 1;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.431933 1.2374L0.431933 0.536685C0.431933 0.239986 0.671818 0.000101078 0.966939 0.00167922L7.10135 0.000102637C7.39805 0.000102637 7.63794 0.239987 7.63636 0.535108L7.63636 6.6711C7.63636 6.9678 7.39648 7.20768 7.10136 7.20611L6.40064 7.20611C6.10078 7.20611 5.85932 6.95833 5.86563 6.65848L5.95559 2.945L1.41988 7.48071C1.20998 7.69061 0.87225 7.69061 0.662351 7.48071L0.15733 6.97569C-0.0525686 6.76579 -0.0525685 6.42806 0.15733 6.21816L4.69304 1.68245L0.979565 1.77241C0.678131 1.7803 0.430355 1.53883 0.431933 1.2374Z" fill="black"/></svg>');
    background-size: 40%;
    background-position: center;
    background-repeat: no-repeat;
}

figure {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
    line-height: 1.2 !important;
    color: #000000 !important;
    font-family: "corsario-variable", sans-serif !important;
    font-variation-settings: "opsz" 48, "wght" 300 !important;
}

p {
    line-height: 1.5 !important;
}

strong,
bold {
    font-variation-settings: "wght" 500 !important;
}

.content-container,
main.cc-content-parent:not(:has(.content-container)) {
    max-width: 1580px;
    margin: auto;
    padding: 0 32px;
    width: 100%;
}

@media (max-width: 500px) {
    .content-container,
    main.cc-content-parent:not(:has(.content-container)) {
        padding: 0 16px !important;
    }

.header-logo {
height: 38px !important;
}

header {
padding: 12px 0px !important;
}
}

h1 {
    font-size: clamp(2rem, 4vw, 4rem);
}

h2 {
    font-size: clamp(1.75rem, 3.5vw, 3rem);
}

h3 {
    font-size: clamp(1.4rem, 2.5vw, 2rem);
}

h4 {
    font-size: clamp(1.1rem, 1.8vw, 1.5rem);
}

p,
a,
li,
span {
    font-size: clamp(0.9rem, 1.2vw, 1.1rem) !important;
}

.service-slider__title,
.service-slider__title + p,
.process-title,
.process-title + p,
.testimonials-title,
.testimonials-title + p,
.blog-title,
.blog-title + p,
.intro-title,
.intro-title + p {
    font-size: clamp(1.8rem, 4vw, 2.1rem) !important;
}

.process-step__title,
.features-grid__title,
.about-title,
.slide-content h3 {
    font-size: clamp(1.2rem, 2.4vw, 1.6rem) !important;
}

.intro-paragraph,
.about-text,
.testimonial-text {
    font-size: clamp(1rem, 1.6vw, 1.25rem) !important;
}

/* HEADER */
header {
    padding: 32px 0;
}

.header__content {
    display: flex;
    align-items: center;
    gap: 32px;
    justify-content: space-between;
}

.header__content ul {
    margin: 0;
    list-style: none;
    display: flex;
    gap: 1.5rem;
    padding: 0;
}

.header__content ul > li > a {
    text-decoration: none !important;
    color: #000000 !important;
}

.header-logo {
    height: 48px;
}
/* Content: Hero */



.hero__wrapper {
}

.hero__wrapper .hero {
    border-radius: 32px;
    min-height: 85vh;
    display: flex;
    background: #eee;
    width: fit-content;
    margin: auto;
    background: linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.6) 27.88%,
            rgba(255, 255, 255, 0) 55.77%
        ),
        url(https://u.jimcdn.com/cms/o/sab5e8dd532901390/userlayout/img/ingmar-bartels-hero.jpg?t=1764030424);
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    max-width: calc(1580px + 32px);
    width: 100%;
}

.hero__wrapper .hero .hero__content {
    max-width: 60%;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.hero__wrapper .hero .hero__content p {
    font-size: 18px !important;
}

.hero__wrapper .hero .hero__content .hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
    justify-content: flex-start;
}

@media (max-width: 900px) {
.content-container:has(.hero__content) {
   margin-top: auto !important;
   margin-bottom: 1em !important;
}

    .hero__wrapper .hero {
        padding: 3rem 2rem;
        background-position: center;
    }

    .hero__content {
        max-width: 100% !important;
    }

    .hero__content p {
        font-size: 16px;
    }
}

@media (max-width: 500px) {
    .hero__wrapper .hero {
        padding: 2rem 1.25rem;
        background-position: 70% center;
        border-radius: 20px;
        background: linear-gradient(
                0deg,
                rgba(255, 255, 255, 0.6) 25%,
                rgba(255, 255, 255, 0.2) 100%
            ),
            url(https://u.jimcdn.com/cms/o/s44a94dcb9863e671/userlayout/img/ingmar-bartels-hero.jpg?t=1763761897);
        background-size: cover;
        background-position: 70%;
        background-repeat: no-repeat;
    }

    .hero__content h1,
    .hero-title {
        font-size: 1.75rem !important;
        line-height: 1.2 !important;
    }
}

.blog-empty-state {
    grid-column: 1 / -1;
    text-align: center;
    padding: 3rem 1.5rem;
    background: #f8f8f8;
    border-radius: 8px;
}

.blog-empty-state__icon {
    font-size: 2.5rem;
    display: block;
    margin-bottom: 1rem;
}

.blog-empty-state__title {
    margin: 0 0 0.5rem;
    font-size: 1.25rem;
}

.blog-empty-state__text {
    margin: 0;
    color: #666;
}

.blog-load-more-wrapper {
display: flex;
padding: 2rem;
align-items: center;
justify-content: center;
}

/* ---------- INTRO SECTION ---------- */
.intro-section {
}

.intro-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 3rem;
}

/* Obere Zeile */
.intro-grid__header {
    grid-column: 1;
}

.intro-grid__text {
    grid-column: 2;
}

/* Untere Zeile */
.intro-grid__image {
    grid-column: 1;
}

.intro-grid__image img {
    width: 100%;
    height: auto;
    display: block;
}

.intro-grid__features {
    grid-column: 2;
}

.intro-title {
    font-size: 64px;
}

.intro-title span {
    color: #7b6aea !important;
}

.intro-paragraph {
    font-size: 24px;
    line-height: 1.5 !important;
}

.intro-paragraph strong {
}

/* ---------- INNER FEATURES GRID ---------- */

.features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    height: 100%;
}

/* Jede einzelne Karte */
.features-grid__item {
    background: #ffffff;
    padding: 2rem;
    border-radius: 1.5rem;
}

.features-grid__item p {
    font-size: 14px;
    line-height: 1.5 !important;
}

/* Die unterste Karte soll Breite = 2 Spalten */
.features-grid__item--full {
    grid-column: span 2;
}

.features-grid__title {
    font-size: 1.25rem !important;
    margin-bottom: 0.75rem;
}

/* ---------- RESPONSIVE ---------- */

@media (max-width: 900px) {
    .intro-grid {
        grid-template-columns: 1fr;
    }

    .intro-grid__header,
    .intro-grid__text,
    .intro-grid__image,
    .intro-grid__features {
        grid-column: 1;
    }

    .features-grid {
        grid-template-columns: 1fr;
    }

    .features-grid__item--full {
        grid-column: 1;
    }
}

/* ---------- ABOUT SECTION ---------- */

.about-section {
}

/* GRID */
.about-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 4rem;
    align-items: center;
}

/* Bild */
.about-grid__image img {
    width: 100%;
    height: auto;
    border-radius: 1.5rem;
    display: block;
    aspect-ratio: 1 / 1.3;
    object-fit: cover;
    object-position: center;
}

/* Inhalt */
.about-title {
    font-size: 2rem;
    line-height: 1.3;
    margin-bottom: 1.5rem;
}

.about-text {
    font-size: 1.125rem;
    line-height: 1.7;
    max-width: 55ch;
    margin-top: 1rem;
}

/* ---------- RESPONSIVE ---------- */

@media (max-width: 900px) {
    .about-grid {
        grid-template-columns: 1fr;
    }

    .about-grid__image,
    .about-grid__content {
        grid-column: 1;
    }
}

/* ---------- PROCESS SECTION ---------- */

.process-section,
.blog-section,
.service-slider {
    background: white;
    border-radius: 24px;
}

.process-header {
    margin-bottom: 3rem;
}

.process-title {
    font-size: 1.3rem;
    display: inline;
}

.process-subtitle {
    font-size: 2rem;
    line-height: 1.2 !important;
    color: #444;
    display: inline;
}

/* GRID */
.process-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

/* STEP CARD */
.process-step {
    position: relative;
    padding: 2rem;
    border-radius: 2rem;
    border: 1px solid #e5e5e5;
    background: #fff;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    transition: background 0.15s ease, color 0.15s ease, transform 0.15s ease;
    cursor: pointer;
    overflow: hidden;
}

/* STEP NUMBER */
.process-step__index {
    font-size: 3rem !important;
    font-weight: 600;
    opacity: 0.2;
    line-height: 1;
    margin-bottom: 2rem;
}

/* TITLE */
.process-step__title {
    margin-top: auto;
    z-index: 2;
    color: inherit !important;
}

/* TEXT – initially hidden */
.process-step__text {
    opacity: 0;
    overflow: hidden;
    transition: opacity 0.2s ease;
    margin-top: 1rem;
    z-index: 2;

    color: inherit !important;
}

/* ---------- HOVER ---------- */

.process-step:hover {
    background: #7b6aea;
    /* dein Violett */
    color: #ffffff;
}

.process-step:hover .process-step__index {
    opacity: 0.4;
}

.process-step:hover .process-step__text {
    opacity: 1;
}

/* ---------- RESPONSIVE ---------- */

/* Grundzustand für Mobilgeräte (unter 650px) */
@media (max-width: 649px) {
    .process-step__text {
        opacity: 1 !important;
        height: auto !important;
        margin-top: 1rem !important;
    }
    .process-step {
        cursor: default !important;
        background: #fff !important;
        color: #000 !important;
    }
    .process-grid {
        grid-template-columns: 1fr; /* Einspaltig auf Mobile */
    }
}

/* Ab 650px greift unser GSAP-Setup */
@media (min-width: 650px) {
    .process-step__text {
        opacity: 0;
        height: 0;
        overflow: hidden;
    }
}

@media (max-width: 1000px) {
    .process-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 650px) {
    .process-grid {
        grid-template-columns: 1fr;
    }

    .process-step__text {
        height: auto !important;
    }
}

/* Überschrift */
.testimonials-header {
    margin-bottom: 3rem;
}

.testimonials-title {
    font-size: 2rem;
}

/* Hauptlayout: 2 Spalten */
.testimonials-layout {
    gap: 2rem;
    max-width: none;
    display: flex;
}

/* --- Karten --- */
.testimonial-card {
    border: 1px solid #e5e5e5;
    border-radius: 1.75rem;
    padding: 1.5rem;
    background: #fff;

    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    width: 400px;
    width: 450px;
    max-width: 80vw !important;
    height: auto;
    min-height: 100%;
    position: relative;
    flex: 0 0 auto;
    overflow: hidden;
}

.testimonial-text {
    font-size: 15px !important;
}

/* Quote */
.testimonial-quote img {
    height: 32px;
    width: 32px;
    object-fit: contain;
}

.testimonial-author__logo {
    height: 28px;
    object-fit: contain;
}

/* Linkes großes Testimonial: span 2 rows */
.testimonial-card--big-left {
    grid-row: span 2;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: auto;
}

.testimonial-author__role {
    font-size: 12px !important;
    opacity: 0.85;
}

.testimonial-author__info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

/* Rechte Seite als eigenes Grid */
.testimonials-left {
    display: grid;
    gap: 2rem 0;
}

/* Rechte Seite als eigenes Grid */
.testimonials-right {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.testimonials-right
    .testimonial-card:not(.testimonial-card--big-bottom)
    .testimonial-author {
    flex-direction: column;
    align-items: start;
    padding-top: 1rem;
}

/* Unteres großes Testimonial: über 2 Spalten */
.testimonial-card--big-bottom {
    grid-column: span 2;
}

/* Logo Cloud */
.logo-cloud__wrapper {
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.logo-cloud__title {
    font-size: 13px;
}

.logo-cloud {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 3rem;
    row-gap: 1rem;
}

.logo-cloud img {
    height: 32px;
    filter: grayscale(1);
}

/* Responsive */
@media (max-width: 900px) {
    .testimonials-layout {
        grid-template-columns: 1fr;
        row-gap: 2rem;
    }

    .testimonial-card--big-left,
    .testimonial-card--big-bottom {
        grid-row: unset;
        grid-column: unset;
    }

    .testimonials-right {
        grid-template-columns: 1fr;
    }
}

/* ---------- CTA SECTION ---------- */

.cta-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 3rem;
}

.cta-grid__image {
    grid-column: 1;
    display: flex;
}

.cta-grid__image img {
    width: 100%;
    height: auto;
    border-radius: 1.5rem;
    display: block;
}

.cta-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

.cta-title {
    font-size: 1.75rem !important;
    line-height: 1.3;
    margin-bottom: 1.25rem;
}

.cta-subtitle {
    font-size: 1.5rem !important;
    line-height: 1.2 !important;
    margin-bottom: 2rem;
    opacity: 0.85;
}

@media (max-width: 900px) {
    .cta-grid {
        grid-template-columns: 1fr !important;
    }
}

/* ---------------------------------------
   FOOTER – Hauptlayout
-----------------------------------------*/

.footer-nav #contentfooter {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;
}

.footer-nav div#contentfooter div.leftrow,
.footer-nav div#contentfooter div.rightrow {
    width: auto !important;
    float: unset !important;
    text-align: center !important;
    display: flex;
    flex-wrap: wrap;
}

.footer-section {
padding-top: 5em;
}

.footer-section .content-container {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

/* Logo oben */
.footer-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.footer-logo img {
    height: auto;
    max-width: 160px;
}

/* Navigation */
.footer-nav {
    display: flex;
    justify-content: center;
    gap: 2.5rem;
    margin-bottom: 2rem;
}

.footer-section a {
    text-decoration: none !important;
    color: #111;
    font-size: 1rem;
}

/* Divider */
.footer-divider {
    border: none;
    border-top: 1px solid #e4e4e4;
    margin: 2rem 0;
}

/* ---------------------------------------
   BOTTOM AREA (Copyright + Legal)
-----------------------------------------*/
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

/* Links unten */
.footer-copy {
    font-size: 0.95rem;
    color: #111;
    margin: 0;
}

/* Rechts unten – hier injiziert Jimdo seine Links */
#contentfooter {
    display: flex !important;
    flex-direction: row !important;
    gap: 2rem;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

/* Remove vertical structure Jimdo forces */
#contentfooter .leftrow,
#contentfooter .rightrow {
    display: flex;
    gap: 1.5rem;
    font-size: 0.95rem;
    white-space: nowrap;
}

/* Pipe-Separators von Jimdo etwas dezenter */
#contentfooter a,
#contentfooter span {
    color: #111;
    text-decoration: none;
    font-size: 0.95rem;
}

#contentfooter .rightrow {
    justify-content: flex-end;
}

/* ---------------------------------------
   JIMDO BRANDING – nach unten verlagern
-----------------------------------------*/

.jimdo-free-footer-ad {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #eaeaea;
    text-align: center;
    font-size: 0.9rem;
    opacity: 0.75;
}

/* Branding Text */
.jimdo-free-footer-ad a,
.jimdo-free-footer-ad p {
    color: #111;
    text-decoration: none;
}

.jimdo-footer-branding {
    margin-right: 0.5rem;
}

/* ---------------------------------------
   RESPONSIVE
-----------------------------------------*/

@media (max-width: 700px) {
    .footer-nav {
        flex-wrap: wrap;
        gap: 1.25rem;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 1.5rem;
    }

    #contentfooter {
        justify-content: center !important;
        flex-direction: column !important;
        gap: 0.5rem;
    }

    #contentfooter .leftrow,
    #contentfooter .rightrow {
        justify-content: center;
        gap: 0.75rem;
    }

    .jimdo-free-footer-ad {
        margin-top: 3rem;
    }
}

/* SECTION TITLE */
.blog-section {
}

.blog-title {
    font-size: 2rem;
    margin-bottom: 3rem;
}

/* GRID */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

/* CARD */
.blog-card {
    position: relative;
    overflow: hidden;
    border-radius: 1.75rem;
    background: #fff;
    display: flex;
    flex-direction: column;
    border: 1px solid #eaeaea;
    transition: transform 0.3s ease;
}

/* IMAGE */
.blog-card__image img {
    width: 100%;
    height: auto;
    display: block;
    border-top-left-radius: 1.75rem;
    border-top-right-radius: 1.75rem;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 16 / 9;
}

/* CONTENT */
.blog-card__content {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    z-index: 1;
    flex: 1;
}

/* TITLE */
.blog-card__title {
    font-size: 1.4rem;
}

/* EXCERPT */
.blog-card__excerpt {
    font-size: 1rem;
    opacity: 0.8;
    line-height: 1.6;
}

/* BUTTON – Initially Hidden */
.blog-card__button {
    opacity: 0;
    max-height: 0;
    padding: 0;
    overflow: hidden;
    transition: opacity 0.25s ease, max-height 0.25s ease, padding 0.25s ease;
    justify-content: space-between !important;
}

/* On Hover – Reveal CTA */
.blog-card:hover .blog-card__button {
    opacity: 1;
    max-height: 60px;
    padding: 0.75rem 1.25rem;
}

/* RESPONSIVE GRID */
@media (max-width: 1100px) {
    .blog-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 700px) {
    .blog-grid {
        grid-template-columns: 1fr;
    }
}

/* SLIDER */
/* Header über dem Slider */
.service-slider__header {
    margin-bottom: 3rem;
}

.service-slider__title {
    font-size: 2rem;
    display: inline;
}

.service-slider__subtitle {
    font-size: 2rem;
    color: #444;
    line-height: 1.2 !important;
    display: inline;
}

/* Slider Section */
.service-slider {
    position: relative;
    padding-bottom: 4rem;
    overflow: hidden;
}

/* Container */
.slider-outer {
    width: 100%;
    position: relative;
}

.slider-wrapper {
    display: flex;
    gap: 2rem;
}

/* Slide mit Aspect Ratio */
.slide {
    position: relative;
    background: #fafafa;
    padding: 3rem;
    border-radius: 1.25rem;
}

.slide-graphics {
    width: 120px;
    height: 120px;
    background: white;
    border-radius: 16px;
    margin-bottom: 1.5rem;
}

.slide-graphics img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

/* Overlay */
.slide-content {
    position: relative;
    width: 700px;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    align-items: flex-start;
    transition: opacity 0.4s, transform 0.4s;
}

.slide-content h3 {
    font-size: 1.25rem;
    margin: 0;
}

.slide-content p {
    font-size: 18px !important;
}

.slide-content *:not([data-action]).btn {
    margin-top: 0.5rem;
}

@media (max-width: 500px) {
    .slide-media {
        aspect-ratio: 3 / 2;
    }

    .slide-content {
        margin-top: -2rem !important;
        width: 100% !important;
    }

    .slide-content h3 {
        font-size: 1.6rem !important;
    }
}

/* MOBILE: Deaktivierter Slider */
@media (max-width: 800px) {
    .slider-wrapper {
        display: block !important;
        transform: none !important;
    }

    .slide:not(:last-child) {
        margin-bottom: 2rem;
    }
}

/* =============== BURGER =============== */
.burger {
    position: relative;
    width: 30px;
    height: 22px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 0;
    display: none;
}

.burger::before,
.burger::after,
.burger span {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background: black;
    border-radius: 2px;
    transition: transform 0.3s, opacity 0.3s;
}

/* drei Balken */
.burger::before {
    top: 0;
}
.burger::after {
    bottom: 0;
}
.burger span {
    top: 50%;
    transform: translateY(-50%);
}

/* Burger -> X */
.burger.is-open::before {
    transform: translateY(9px) rotate(45deg);
}
.burger.is-open::after {
    transform: translateY(-9px) rotate(-45deg);
}
.burger.is-open span {
    opacity: 0;
}

/* -----------------------------
   MOBILE NAV PANEL
------------------------------ */

.mobile-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 380px;
    height: 100vh;
    background: #ffffff;
    padding: 3rem 2rem;
    z-index: 2001;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    box-shadow: -6px 0 18px rgba(0, 0, 0, 0.14);
}

/* -----------------------------
   CLOSE BUTTON
------------------------------ */
.mobile-nav__close {
    align-self: flex-end;
    background: none;
    border: none;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    color: #7b6aea;
    padding: 0.5rem 1rem;
    border-radius: 999px;
    transition: background 0.25s ease, color 0.25s ease;
}

.mobile-nav__close:hover {
    background: #f3f0fa;
    color: #5d5878;
}

/* -----------------------------
   MOBILE NAV LINKS
------------------------------ */
.mobile-nav__inner {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-nav__inner li {
    margin-bottom: 1.25rem;
}

.mobile-nav__inner a {
    display: block;
    padding-bottom: 0.25rem;
    font-size: 1.45rem;
    font-weight: 400;
    color: #000 !important;
    text-decoration: none !important;
    transition: color 0.25s ease, border-color 0.25s ease,
        letter-spacing 0.25s ease;
}

/* kleine subtile Animation für aktive Seite */
.mobile-nav__inner .current > span {
    color: #7b6aea !important;
    font-weight: 500;
}

/* =============== Overlay =============== */
.nav-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    pointer-events: none;
    z-index: 2000;
    transition: opacity 0.3s ease;
}

.nav-overlay.is-visible {
    opacity: 1;
    pointer-events: auto;
}

.nav-container {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

/* Desktop: Navigation sichtbar, Burger ausgeblendet */
@media (max-width: 900px) {
    .header__content .nav-container {
        display: none !important;
    }

    .burger {
        display: block !important;
    }
}

/* --------------------------------------------------------
   KONTAKTSEITE – nur wenn Body ID = page-2665574432 hat
---------------------------------------------------------*/
body#page-2665574432 {
    /* Titel */
    .cc-content-parent h1,
    .j-text span[style*="font-size: 48px"] {
        font-size: clamp(2.2rem, 4vw, 3rem) !important;
        text-align: center !important;
        margin-bottom: 2rem !important;
        display: block;
    }

    /* Formular */
    .cc-m-form label div {
        font-family: "corsario-variable", sans-serif;
        font-variation-settings: "opsz" 48, "wght" 450;
        margin-bottom: 5px;
        font-size: 1rem;
    }

    .cc-m-form input[type="text"],
    .cc-m-form input[type="email"],
    .cc-m-form textarea {
        width: 100% !important;
        border: 1px solid #dcdcdc !important;
        background: #ffffff !important;
        padding: 0.85rem 1rem !important;
        border-radius: 0.75rem !important;
        font-size: 1rem !important;
        font-family: "corsario-variable", sans-serif;
        font-variation-settings: "opsz" 48, "wght" 350;
        transition: border-color 0.25s ease, box-shadow 0.25s ease;
    }

    .cc-m-form input:focus,
    .cc-m-form textarea:focus {
        border-color: #7b6aea !important;
        box-shadow: 0 0 0 3px rgba(126, 120, 160, 0.2);
        outline: none !important;
    }

    .cc-m-form-view-element {
        margin-bottom: 1.25rem !important;
    }

    /* Submit Button */
    .cc-m-form input[type="submit"] {
        background: #7b6aea !important;
        color: #fff !important;
        padding: 0.75rem 1.75rem !important;
        border-radius: 2rem !important;
        border: none !important;
        font-size: 0.95rem !important;
        cursor: pointer;
        transition: background 0.25s ease;
    }

    .cc-m-form input[type="submit"]:hover {
        background: #6c658d !important;
    }

    /* Datenschutzhinweis */
    .cc-m-form-view-element.cc-m-form-submit label,
    .cc-m-form-view-element.cc-m-form-submit label a {
        font-size: 0.85rem !important;
    }

    .cc-m-form-view-element.cc-m-form-submit label {
        opacity: 0.75;
        margin-bottom: 1rem !important;
        display: block;
    }

    /* Hinweis */
    .cc-m-form-note {
        font-size: 0.85rem !important;
        opacity: 0.8;
        margin-top: 1rem !important;
    }

    .j-m-required {
        color: #7b6aea !important;
        font-weight: bold;
    }

    /* rechte Spalte */
    .cc-m-hgrid-column:last-child p {
        font-size: 1rem !important;
        margin-bottom: 0.5rem !important;
        line-height: 1.5 !important;
    }

    /* Google Maps */
    .cc-map-wrapper {
        border-radius: 1rem !important;
        overflow: hidden;
        margin-top: 1rem;
    }

    .cc-map-embed-placeholder {
        border-radius: 1rem;
        font-size: 0.85rem !important;
        line-height: 1.4;
        padding: 1rem;
    }

    /* Grid */
    .cc-m-hgrid-column {
        padding: 0;
    }

    .contact-calendly-container {
        display: flex; flex-direction: column; gap: 1.5em;
        padding: 1.75em;
        border-radius: 1.5em; max-width: 375px; background-color: #7b6aea !important;
    }

    .contact-calendly-container p {
        display: flex; flex-direction: column; gap: 1.5em; color: white !important;  font-size: 17px;
    }

    .contact-calendly-container .btn {
    background: white !important;
    color: #000 !important;
    } 

    .contact-calendly-container .btn.btn--icon::after {
    } 

    /* Responsive */
    @media (max-width: 900px) {
        .cc-m-hgrid-column:not(:first-child) {
            margin-top: 3rem;
        }

        .cc-m-hgrid-column {
            width: 100% !important;
            display: block;
        }
        .cc-m-hgrid-separator {
            display: none !important;
        }
    }

    @media (max-width: 600px) {
        .cc-m-form input[type="submit"] {
            width: 100%;
            text-align: center;
        }
    }
}

.cc-page-blog main.cc-content-parent {
max-width: 980px;
}

.cc-page-blog .cc-content-parent .j-blog-meta.j-blog-post--header {
    margin: 2em 0 2em 0;
}

.cc-page-blog .j-blog-headline {
font-size: 2.5em !important;
}

.cc-page-blog .j-gallery {
margin: 2em 0 2em 0;
}

main.cc-content-parent * {
    font-family: "corsario-variable", sans-serif !important;
}


.j-blog .cc-imagewrapper img {
    display: inline;
    left: 0;
    max-width: 100%;
    top: 0;
    vertical-align: top;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    object-position: center;
}

a.j-blog-page--tag {
    font-size: 14px !important;
    text-decoration: none !important;
}

.j-blog-meta a {
    text-decoration: none !important;
}

.j-blog-headline {
    font-size: 1.3em !important;
    margin-bottom: .5em;
}