:root {
    --pp-accent: #2c7a7b;
    --pp-secondary: #0f172a;
    --pp-muted: #64748b;
    --pp-bg: #f8fafc;
    --pp-card: #ffffff;
    --pp-border: #e2e8f0;
    --pp-radius: 20px;
    --pp-shadow: 0 15px 40px rgba(15, 23, 42, 0.08);
    --pp-header-cta-bg: #2c7a7b;
    --pp-header-cta-text: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: Inter, Arial, sans-serif;
    color: var(--pp-secondary);
    background: var(--pp-bg);
    line-height: 1.6;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
.section { padding: 72px 0; }

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255,255,255,0.92);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(226,232,240,0.9);
}
.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    min-height: 82px;
}
.brand { display: flex; align-items: center; gap: 14px; margin: 10px;}
.site-title { font-size: 1.2rem; font-weight: 800; }
.site-tagline { margin: 0; color: var(--pp-muted); font-size: .95rem; }
.primary-nav ul, .menu-fallback {
    list-style: none;
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 0;
    align-items: center;
}
.primary-nav a {
    font-weight: 600;
    color: var(--pp-secondary);
    position: relative;
    padding: 4px 0;
    transition: color 0.3s ease;
}

.primary-nav a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--pp-accent);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease;
}

.primary-nav a:hover {
    color: var(--pp-accent);
}

.primary-nav a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.header-cta-button {
    border-style: solid;
    text-decoration: none !important;
}
.header-cta-button:hover {
    filter: brightness(1.1);
}

/* Styling für die Header-Telefonnummer */
.header-nav-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
}

.header-phone {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--pp-muted);
}

.header-phone a {
    display: flex;
    align-items: center;
    gap: 6px;
    transition: color 0.3s ease;
}

.header-phone a:hover {
    color: var(--pp-accent);
}

.header-phone .dashicons {
    font-size: 16px;
    width: 16px;
    height: 16px;
}

.header-contact-info {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
}

.header-opening-hours {
    font-size: 0.75rem;
    color: var(--pp-muted);
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 500;
}

.header-opening-hours .dashicons {
    font-size: 14px;
    width: 14px;
    height: 14px;
}

.hero-section {
    padding: 72px 0 32px;
    background:
        radial-gradient(circle at top left, rgba(44,122,123,.14), transparent 30%),
        radial-gradient(circle at bottom right, rgba(44,122,123,.08), transparent 25%);
}
.hero-grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 36px;
    align-items: center;
}
.badge {
    display: inline-block;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(44,122,123,0.1);
    color: var(--pp-accent);
    font-weight: 700;
    font-size: .92rem;
    margin-bottom: 14px;
}
.hero-copy h1 {
    font-size: clamp(2.2rem, 5vw, 4.2rem);
    line-height: 1.05;
    margin: 0 0 18px;
}
.lead { font-size: 1.08rem; color: #334155; max-width: 62ch; }
.hero-actions, .cta-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 26px; }
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 20px;
    border-radius: 999px;
    border: 1px solid transparent;
    font-weight: 700;
    transition: .2s ease;
}
.button:hover { transform: translateY(-1px); }
.button-primary { background: var(--pp-accent); color: #fff; box-shadow: var(--pp-shadow); }
.button-secondary { background: #fff; color: var(--pp-secondary); border-color: var(--pp-border); }
.hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}
.hero-stats span {
    background: #fff;
    border: 1px solid var(--pp-border);
    border-radius: 999px;
    padding: 8px 12px;
    font-weight: 700;
    color: #334155;
}

/* Logo Slider Section */
.logo-slider-section {
    padding: 60px 0;
    background: #fff;
    overflow: hidden;
}

.slider-title {
    text-align: center;
    margin-bottom: 40px;
    font-size: 1.5rem;
    color: var(--pp-secondary);
}

.logo-slider {
    position: relative;
    width: 100%;
}

.logo-slider-track {
    display: flex;
    width: fit-content;
    animation: scroll 40s linear infinite;
}

.logo-slider-track:hover {
    animation-play-state: paused;
}

.slider-item {
    width: 250px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
    flex-shrink: 0;
}

.slider-logo {
    max-width: 100%;
    max-height: 80px;
    width: auto;
    height: auto;
    filter: grayscale(1);
    opacity: 0.7;
    transition: 0.3s ease;
}

.slider-item:hover .slider-logo {
    filter: grayscale(0);
    opacity: 1;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        /* Move by 1/3 of the track width (one full set of items) */
        transform: translateX(calc(-100% / 3));
    }
}

@media (max-width: 768px) {
    .logo-slider-section {
        padding: 40px 0;
    }
    .slider-item {
        width: 180px;
        padding: 0 20px;
    }
}
.hero-image {
    border-radius: 28px;
    box-shadow: var(--pp-shadow);
    width: 100%;
    object-fit: cover;
}
.hero-placeholder {
    min-height: 440px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #dff4f1, #ffffff);
    border: 2px dashed rgba(44,122,123,0.35);
    color: var(--pp-accent);
    font-weight: 700;
}

.section-head { text-align: center; margin-bottom: 26px; }
.section-head h2, .trust-grid h2, .cta-box h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); margin: 0 0 10px; }
.section-head p { color: var(--pp-muted); max-width: 60ch; margin: 0 auto; }
.cards-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 22px;
}
.card, .content-card, .cta-box {
    background: var(--pp-card);
    border: 1px solid var(--pp-border);
    border-radius: var(--pp-radius);
    box-shadow: var(--pp-shadow);
}
.service-card { padding: 26px; }
.service-icon { font-size: 2rem; margin-bottom: 10px; }
.service-card h3 { margin: 0 0 8px; font-size: 1.35rem; }
.service-card p { color: var(--pp-muted); }
.text-link { color: var(--pp-accent); font-weight: 700; }

.trust-grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 22px;
    align-items: center;
}
.trust-points { padding: 28px; }
.trust-points ul { margin: 0; padding-left: 20px; }
.trust-points li { margin-bottom: 12px; font-weight: 700; }

.cta-box {
    padding: 34px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}
.content-card { padding: 32px; }
.entry-content { color: #334155; }
.entry-content > *:first-child { margin-top: 0; }

.contact-svg {
    width: 100px;
}

.site-footer {
    background: #fff;
    border-top: 1px solid var(--pp-border);
    margin-top: 40px;
}
.footer-grid {
    display: grid;
    grid-template-columns: 1.2fr .8fr .8fr;
    gap: 24px;
    padding: 40px 0 18px;
}
.site-footer ul, .site-footer .menu-fallback {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
.footer-bottom {
    padding: 0 0 26px;
    color: var(--pp-muted);
}

.sticky-phone {
    position: fixed;
    right: 16px;
    bottom: 16px;
    background: var(--pp-accent);
    color: #fff;
    border-radius: 999px;
    padding: 14px 18px;
    font-weight: 800;
    box-shadow: var(--pp-shadow);
    z-index: 200;
}

@media (max-width: 900px) {
    .header-cta {
        order: 3;
        margin-top: 10px;
    }
    .hero-grid,
    .trust-grid,
    .cards-grid,
    .footer-grid,
    .cta-box {
        grid-template-columns: 1fr;
        display: grid;
    }
    .header-inner {
        flex-direction: column;
        justify-content: center;
        padding: 14px 0;
    }
    .header-nav-container,
    .header-contact-info {
        align-items: center;
    }
    .header-nav-container {
        margin-top: 10px;
    }
    .primary-nav ul, .menu-fallback {
        flex-wrap: wrap;
        justify-content: center;
    }
    .hero-placeholder { min-height: 300px; }
}

@media (max-width: 640px) {
    .section { padding: 56px 0; }
    .container { width: min(1120px, calc(100% - 20px)); }
    .hero-copy h1 { font-size: 2.1rem; }
    .content-card, .service-card, .cta-box, .trust-points { padding: 22px; }
}
