/* GLOBAL */

body {
    background: #f8fafc !important;
    font-family: Arial, sans-serif;
    color: #222;
}

/* TYPOGRAPHY */

h1 {
    font-size: 54px !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
    color: #0f766e !important;
}

h2 {
    font-size: 36px !important;
    color: #0f766e !important;
}

p {
    font-size: 18px;
    line-height: 1.8;
}

/* BUTTONS */

.elementor-button {
    background: #0f766e !important;
    border-radius: 12px !important;
    padding: 14px 24px !important;
    transition: 0.2s;
    box-shadow: 0 10px 25px rgba(15,118,110,0.25);
}

.elementor-button:hover {
    background: #14b8a6 !important;
}

/* CONTENT BOXEN */

.elementor-widget-text-editor,
.elementor-widget-image {
    background: white;
    padding: 30px;
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

/* SECTIONS */

.elementor-section {
    padding-top: 40px;
    padding-bottom: 40px;
}

/* BILDER */

img {
    border-radius: 24px;
}

/* LINKS */

a {
    color: #0f766e;
    transition: 0.2s;
}

a:hover {
    color: #14b8a6;
}

/* RESPONSIVE */

@media (max-width: 768px) {

    h1 {
        font-size: 38px !important;
    }

    h2 {
        font-size: 28px !important;
    }

    .elementor-widget-text-editor,
    .elementor-widget-image {
        padding: 20px;
    }

}
/* LAYOUT */

.site-main,
.elementor-section,
.elementor-container {
    max-width: 1400px;
    margin: 0 auto;
}

/* HERO GRID */

.elementor-top-section {
    padding-left: 40px;
    padding-right: 40px;
}
/* HEADER */

.site-header {
    position: sticky;
    top: 0;
    z-index: 999;
    background: rgba(255,255,255,0.92);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(0,0,0,0.05);
    padding-top: 12px;
    padding-bottom: 12px;
}

/* NAVIGATION */

.site-header a {
    font-weight: 600;
    margin-right: 20px;
}

/* LOGO */

.site-title,
.site-logo {
    font-size: 28px;
    font-weight: 700;
    color: #0f766e !important;
}

/* HEADER BUTTON */

.site-header .elementor-button,
.site-header button {
    margin-left: 20px;
}
/* HERO SECTION */

.hero-title,
.elementor-heading-title {
    font-size: 64px !important;
    line-height: 1.05 !important;
    letter-spacing: -2px;
    max-width: 900px;
}

/* HERO TEXT */

.elementor-widget-text-editor p {
    max-width: 700px;
}

/* BUTTON HERO */

.elementor-button {
    min-width: 220px;
    text-align: center;
}

/* HERO IMAGE */

.elementor-widget-image img {
    border-radius: 32px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.12);
}
/* HERO LAYOUT */

.elementor-top-section:first-child .elementor-container {
    align-items: center;
    gap: 60px;
}

/* HERO TEXT */

.elementor-top-section:first-child h1 {
    margin-bottom: 20px;
}

/* BUTTON SPACING */

.elementor-button-wrapper {
    margin-top: 30px;
}

/* HERO BOXEN */

.elementor-widget-text-editor {
    min-height: 100%;
}
/* FEATURE CARDS */

.feature-card {
    background: white;
    padding: 35px;
    border-radius: 28px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.06);
    transition: 0.25s;
    height: 100%;
}

.feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 60px rgba(0,0,0,0.12);
}

/* FEATURE TITEL */

.feature-card h3 {
    font-size: 26px;
    margin-bottom: 15px;
    color: #0f766e;
}

/* FEATURE TEXT */

.feature-card p {
    margin: 0;
}
/* LEISTUNGEN */

.service-card {
    background: white;
    padding: 35px;
    border-radius: 28px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.06);
    transition: 0.25s;
    height: 100%;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 60px rgba(0,0,0,0.12);
}

.service-price {
    font-size: 32px;
    font-weight: 700;
    color: #0f766e;
    margin: 20px 0;
}

.service-card h3 {
    margin-bottom: 15px;
}
/* HERO PREMIUM */

.elementor-top-section:first-child {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

.elementor-top-section:first-child .elementor-container {
    align-items: center;
    gap: 80px;
}

/* HERO TEXT */

.elementor-top-section:first-child .elementor-widget-text-editor {
    background: transparent;
    box-shadow: none;
    padding: 0;
}

/* HERO BUTTON */

.elementor-top-section:first-child .elementor-button {
    margin-top: 20px;
    min-width: 240px;
}

/* HERO IMAGE */

.elementor-top-section:first-child img {
    min-height: 500px;
    object-fit: cover;
}
/* GOOGLE REVIEWS */

.review-box {
    background: white;
    padding: 40px;
    border-radius: 32px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(0,0,0,0.06);
    max-width: 900px;
    margin: 0 auto;
}

.stars {
    font-size: 32px;
    margin-bottom: 20px;
}
/* FOOTER */

footer,
.site-footer {
    background: #0f172a;
    color: white;
    padding: 80px 40px;
    margin-top: 80px;
}

footer h3,
.site-footer h3 {
    color: white;
    margin-bottom: 20px;
}

footer p,
.site-footer p {
    color: rgba(255,255,255,0.8);
}

footer a,
.site-footer a {
    color: #5eead4;
}
/* MOBILE OPTIMIERUNG */

@media (max-width: 768px) {

    /* HERO */

    .elementor-top-section:first-child {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .hero-title,
    .elementor-heading-title {
        font-size: 38px !important;
        line-height: 1.15 !important;
        letter-spacing: -1px;
    }

    /* BUTTONS */

    .elementor-button {
        width: 100%;
        text-align: center;
    }

    /* CONTAINER */

    .elementor-top-section:first-child .elementor-container {
        gap: 30px;
    }

    /* FEATURE CARDS */

    .feature-card,
    .service-card,
    .review-box {
        padding: 24px;
    }

    /* FOOTER */

    footer,
    .site-footer {
        padding: 50px 20px;
    }

}
/* MOBILE CALL BUTTON */

.mobile-call-button {
    display: none;
}

@media (max-width: 768px) {

    .mobile-call-button {
        display: flex;
        position: fixed;
        bottom: 20px;
        left: 20px;
        right: 20px;
        background: #0f766e;
        color: white !important;
        justify-content: center;
        align-items: center;
        padding: 18px;
        border-radius: 18px;
        font-size: 20px;
        font-weight: 700;
        text-decoration: none;
        z-index: 9999;
        box-shadow: 0 15px 40px rgba(0,0,0,0.2);
    }

}
/* PREMIUM NAVIGATION */

.site-header,
header {
    position: sticky;
    top: 0;
    z-index: 9999;
    background: rgba(255,255,255,0.92);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(0,0,0,0.05);
    transition: 0.25s;
}

/* NAV LINKS */

.site-header a,
header a {
    font-weight: 600;
    letter-spacing: 0.2px;
    transition: 0.2s;
}

.site-header a:hover,
header a:hover {
    color: #14b8a6;
}

/* NAV BUTTON */

.site-header .elementor-button,
header .elementor-button {
    padding: 12px 22px !important;
    border-radius: 14px !important;
}
/* HERO PREMIUM LAYOUT */

.elementor-top-section:first-child {

    background:
    linear-gradient(
        135deg,
        #f8fafc 0%,
        #ecfeff 100%
    );

    border-radius: 40px;

    margin-top: 30px;

    overflow: hidden;
}

/* HERO CONTENT */

.elementor-top-section:first-child .elementor-container {

    align-items: center;
    justify-content: space-between;
}

/* HERO IMAGE */

.elementor-top-section:first-child img {

    transform: scale(1.02);

    transition: 0.4s;
}

.elementor-top-section:first-child img:hover {

    transform: scale(1.05);
}
/* KONTAKT KARTEN */

.contact-card {

    background: white;

    padding: 40px;

    border-radius: 28px;

    text-align: center;

    box-shadow: 0 15px 40px rgba(0,0,0,0.06);

    transition: 0.25s;

    height: 100%;
}

.contact-card:hover {

    transform: translateY(-8px);

    box-shadow: 0 25px 60px rgba(0,0,0,0.12);
}

/* ICON */

.contact-icon {

    font-size: 48px;

    margin-bottom: 20px;
}