.elementor-891 .elementor-element.elementor-element-2411f75{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-891 .elementor-element.elementor-element-2411f75.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-891 .elementor-element.elementor-element-6015574 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}@media(max-width:1366px) and (min-width:768px){.elementor-891 .elementor-element.elementor-element-2411f75{--width:1176px;}}/* Start custom CSS for html, class: .elementor-element-6015574 *//* Webdesigner Landau Onepager CSS für WordPress/Elementor */
/* Diesen Code über das Plugin "Custom CSS and JS" einfügen */

/* CSS Custom Properties - Intensivere Logo-basierte Farbpalette */
.wv-landau-onepager {
    --wv-landau-primary-color: #1a365d;
    --wv-landau-secondary-color: #2c5282;
    --wv-landau-accent-color: #000000;
    --wv-landau-text-dark: #000000;
    --wv-landau-text-light: #4a5568;
    --wv-landau-text-muted: #718096;
    --wv-landau-white: #ffffff;
    --wv-landau-gray-50: #f8fafc;
    --wv-landau-gray-100: #f1f5f9;
    --wv-landau-gray-200: #e2e8f0;
    --wv-landau-gray-800: #1e293b;
    --wv-landau-glass-bg: rgba(255, 255, 255, 0.1);
    --wv-landau-glass-border: rgba(26, 54, 93, 0.2);
    --wv-landau-shadow-light: 0 4px 20px rgba(26, 54, 93, 0.1);
    --wv-landau-shadow-medium: 0 8px 30px rgba(26, 54, 93, 0.15);
    --wv-landau-shadow-heavy: 0 16px 50px rgba(26, 54, 93, 0.2);
    --wv-landau-gradient-primary: linear-gradient(135deg, var(--wv-landau-primary-color) 0%, var(--wv-landau-secondary-color) 100%);
    --wv-landau-gradient-hero: linear-gradient(135deg, var(--wv-landau-primary-color) 0%, var(--wv-landau-secondary-color) 50%, #1e293b 100%);
    --wv-landau-gradient-glass: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
}

/* Reset & Base Styles */
.wv-landau-onepager * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.wv-landau-onepager {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: var(--wv-landau-text-dark);
    overflow-x: hidden;
}

.wv-landau-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Glass Morphism Effect */
.wv-landau-glass-card {
    background: var(--wv-landau-gradient-glass);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid var(--wv-landau-glass-border);
    border-radius: 20px;
    box-shadow: var(--wv-landau-shadow-light);
    transition: all 0.3s ease;
}

.wv-landau-glass-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--wv-landau-shadow-medium);
    border-color: rgba(30, 58, 95, 0.25);
}

/* Navigation */
.wv-landau-navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(26, 54, 93, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    z-index: 1000;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.wv-landau-nav-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wv-landau-logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.wv-landau-logo-img {
    width: 45px;
    height: 45px;
    border-radius: 8px;
    object-fit: contain;
}

.wv-landau-logo-text {
    font-weight: 600;
    font-size: 1.2rem;
    color: white;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.wv-landau-nav-cta {
    background: var(--wv-landau-gradient-primary);
    color: white;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: var(--wv-landau-shadow-light);
}

.wv-landau-nav-cta:hover {
    transform: translateY(-2px);
    box-shadow: var(--wv-landau-shadow-medium);
    color: white;
    text-decoration: none;
}

/* Hero Section */
.wv-landau-hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    background: var(--wv-landau-gradient-hero);
    padding-top: 80px;
}

/* Hero Background Animation */
.wv-landau-hero-bg-animation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

/* Animated Particles */
.wv-landau-particles-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.wv-landau-particle {
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    animation: wv-landau-particle-float 20s infinite linear;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}

.wv-landau-particle:nth-child(1) {
    width: 8px;
    height: 8px;
    left: 10%;
    animation-delay: 0s;
    animation-duration: 25s;
}

.wv-landau-particle:nth-child(2) {
    width: 12px;
    height: 12px;
    left: 20%;
    animation-delay: 2s;
    animation-duration: 30s;
}

.wv-landau-particle:nth-child(3) {
    width: 6px;
    height: 6px;
    left: 30%;
    animation-delay: 4s;
    animation-duration: 22s;
}

.wv-landau-particle:nth-child(4) {
    width: 10px;
    height: 10px;
    left: 40%;
    animation-delay: 6s;
    animation-duration: 28s;
}

.wv-landau-particle:nth-child(5) {
    width: 8px;
    height: 8px;
    left: 60%;
    animation-delay: 8s;
    animation-duration: 26s;
}

.wv-landau-particle:nth-child(6) {
    width: 14px;
    height: 14px;
    left: 70%;
    animation-delay: 10s;
    animation-duration: 24s;
}

.wv-landau-particle:nth-child(7) {
    width: 6px;
    height: 6px;
    left: 80%;
    animation-delay: 12s;
    animation-duration: 32s;
}

.wv-landau-particle:nth-child(8) {
    width: 10px;
    height: 10px;
    left: 90%;
    animation-delay: 14s;
    animation-duration: 27s;
}

@keyframes wv-landau-particle-float {
    0% {
        transform: translateY(100vh) translateX(0px) rotate(0deg);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        transform: translateY(-100px) translateX(100px) rotate(360deg);
        opacity: 0;
    }
}

/* Geometric Shapes */
.wv-landau-geometric-shapes {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.wv-landau-shape {
    position: absolute;
    background: linear-gradient(45deg, rgba(26, 54, 93, 0.3), rgba(44, 82, 130, 0.3));
    animation: wv-landau-shape-float 15s infinite ease-in-out;
    box-shadow: 0 0 20px rgba(26, 54, 93, 0.2);
}

.wv-landau-shape-1 {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    top: 20%;
    left: 15%;
    animation-delay: 0s;
    transform: rotate(45deg);
}

.wv-landau-shape-2 {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    top: 60%;
    right: 20%;
    animation-delay: 3s;
    animation-duration: 18s;
}

.wv-landau-shape-3 {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    top: 40%;
    left: 70%;
    animation-delay: 6s;
    animation-duration: 12s;
    transform: rotate(30deg);
}

.wv-landau-shape-4 {
    width: 100px;
    height: 20px;
    border-radius: 10px;
    top: 80%;
    left: 30%;
    animation-delay: 9s;
    animation-duration: 20s;
    transform: rotate(-15deg);
}

@keyframes wv-landau-shape-float {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }
    25% {
        transform: translateY(-20px) rotate(90deg);
    }
    50% {
        transform: translateY(-10px) rotate(180deg);
    }
    75% {
        transform: translateY(-30px) rotate(270deg);
    }
}

/* Gradient Waves */
.wv-landau-gradient-waves {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.wv-landau-wave {
    position: absolute;
    width: 200%;
    height: 200%;
    background: radial-gradient(ellipse at center, rgba(26, 54, 93, 0.2) 0%, transparent 70%);
    border-radius: 50%;
    animation: wv-landau-wave-pulse 8s infinite ease-in-out;
}

.wv-landau-wave-1 {
    top: -50%;
    left: -50%;
    animation-delay: 0s;
}

.wv-landau-wave-2 {
    top: -60%;
    right: -60%;
    animation-delay: 2.5s;
    animation-duration: 10s;
}

.wv-landau-wave-3 {
    bottom: -70%;
    left: -40%;
    animation-delay: 5s;
    animation-duration: 12s;
}

@keyframes wv-landau-wave-pulse {
    0%, 100% {
        transform: scale(1) rotate(0deg);
        opacity: 0.6;
    }
    50% {
        transform: scale(1.2) rotate(180deg);
        opacity: 0.2;
    }
}

.wv-landau-hero-content {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.wv-landau-hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: white;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    position: relative;
}

.wv-landau-hero-title::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.1) 100%);
    border-radius: 10px;
    z-index: -1;
    backdrop-filter: blur(5px);
}

.wv-landau-highlight {
    color: var(--wv-landau-white);
    font-weight: 700;
}

.wv-landau-hero-subtitle {
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 30px;
    line-height: 1.6;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    font-weight: 400;
}

.wv-landau-hero-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
}

.wv-landau-benefit-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: white;
    font-weight: 500;
}

.wv-landau-benefit-item i {
    color: var(--wv-landau-white);
    font-size: 1.1rem;
}

.wv-landau-hero-card {
    padding: 40px;
    text-align: center;
    background: rgba(255, 255, 255, 0.15);
}

.wv-landau-hero-icon {
    font-size: 3rem;
    color: var(--wv-landau-primary-color);
    margin-bottom: 20px;
}

.wv-landau-hero-card h3 {
    font-size: 1.5rem;
    color: white;
    margin-bottom: 10px;
}

.wv-landau-hero-card p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.1rem;
}

/* Buttons */
.wv-landau-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 18px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    box-shadow: 0 8px 25px rgba(30, 58, 95, 0.3);
    position: relative;
    overflow: hidden;
}

.wv-landau-cta-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.wv-landau-cta-button:hover::before {
    left: 100%;
}

.wv-landau-cta-button.wv-landau-primary {
    background: linear-gradient(135deg, var(--wv-landau-primary-color) 0%, var(--wv-landau-secondary-color) 100%);
    color: white;
    border: 2px solid transparent;
}

.wv-landau-cta-button.wv-landau-secondary {
    background: rgba(255, 255, 255, 0.95);
    color: var(--wv-landau-primary-color);
    border: 2px solid var(--wv-landau-primary-color);
    backdrop-filter: blur(10px);
}

.wv-landau-cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(30, 58, 95, 0.4);
    text-decoration: none;
}

.wv-landau-cta-button.wv-landau-primary:hover {
    border-color: rgba(255, 255, 255, 0.3);
    color: white;
}

.wv-landau-cta-button.wv-landau-secondary:hover {
    background: var(--wv-landau-primary-color);
    color: white;
}

/* Sections */
.wv-landau-onepager section {
    padding: 100px 0;
}

.wv-landau-section-title {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
    color: var(--wv-landau-text-dark);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    position: relative;
}

.wv-landau-section-title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: var(--wv-landau-gradient-primary);
    border-radius: 2px;
}

/* Advantages Section */
.wv-landau-advantages {
    background: var(--wv-landau-gray-50);
    position: relative;
}

.wv-landau-advantages::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, transparent 0%, rgba(30, 58, 95, 0.02) 100%);
    pointer-events: none;
}

.wv-landau-advantages-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.wv-landau-advantage-card {
    padding: 40px 30px;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid var(--wv-landau-gray-200);
    position: relative;
    z-index: 2;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
}

.wv-landau-advantage-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(26, 54, 93, 0.1), transparent);
    transition: left 0.6s ease;
}

.wv-landau-advantage-card:hover::before {
    left: 100%;
}

.wv-landau-advantage-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(26, 54, 93, 0.15);
    border-color: var(--wv-landau-primary-color);
}

.wv-landau-advantage-card:hover i {
    transform: scale(1.2) rotate(5deg);
    color: var(--wv-landau-secondary-color);
}

.wv-landau-advantage-card i {
    font-size: 2.5rem;
    color: var(--wv-landau-primary-color);
    margin-bottom: 20px;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.wv-landau-advantage-card h3 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--wv-landau-text-dark);
}

.wv-landau-advantage-card p {
    color: var(--wv-landau-text-light);
    line-height: 1.6;
}

/* Painpoints Section */
.wv-landau-painpoints {
    background: var(--wv-landau-gradient-hero);
    color: white;
    position: relative;
}

.wv-landau-painpoints::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
    pointer-events: none;
}

.wv-landau-painpoints .wv-landau-section-title {
    color: white;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
    position: relative;
    z-index: 2;
}

.wv-landau-painpoints .wv-landau-section-title::after {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.6) 100%);
}

.wv-landau-painpoints-grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 40px;
    align-items: center;
}

.wv-landau-problem-card, .wv-landau-solution-card {
    padding: 40px;
    background: rgba(255, 255, 255, 0.1);
}

.wv-landau-problem-icon {
    color: #ff6b6b;
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.wv-landau-solution-icon {
    color: #51cf66;
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.wv-landau-problem-card h3, .wv-landau-solution-card h3 {
    font-size: 1.5rem;
    margin-bottom: 20px;
    color: white;
}

.wv-landau-problem-card ul, .wv-landau-solution-card ul {
    list-style: none;
}

.wv-landau-problem-card li, .wv-landau-solution-card li {
    padding: 8px 0;
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.9);
}

.wv-landau-solution-arrow {
    text-align: center;
}

.wv-landau-solution-arrow i {
    font-size: 2rem;
    color: var(--wv-landau-white);
}

/* Services Section */
.wv-landau-services {
    background: var(--wv-landau-white);
    position: relative;
}

.wv-landau-services::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, var(--wv-landau-gray-50) 0%, var(--wv-landau-white) 100%);
    pointer-events: none;
}

.wv-landau-services .wv-landau-section-title {
    color: var(--wv-landau-text-dark);
    position: relative;
    z-index: 2;
}

.wv-landau-services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.wv-landau-service-card {
    padding: 40px 30px;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid var(--wv-landau-gray-200);
    position: relative;
    z-index: 2;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
}

.wv-landau-service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(26, 54, 93, 0.1), transparent);
    transition: left 0.6s ease;
}

.wv-landau-service-card:hover::before {
    left: 100%;
}

.wv-landau-service-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(26, 54, 93, 0.15);
    border-color: var(--wv-landau-primary-color);
}

.wv-landau-service-card:hover .wv-landau-service-icon {
    transform: translateY(-5px) scale(1.1);
    box-shadow: 0 15px 30px rgba(26, 54, 93, 0.3);
}

.wv-landau-service-icon {
    width: 80px;
    height: 80px;
    background: var(--wv-landau-gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: var(--wv-landau-shadow-light);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.wv-landau-service-icon i {
    font-size: 2rem;
    color: white;
}

.wv-landau-service-card h3 {
    font-size: 1.4rem;
    margin-bottom: 15px;
    color: var(--wv-landau-text-dark);
}

.wv-landau-service-card p {
    margin-bottom: 20px;
    color: var(--wv-landau-text-light);
}

.wv-landau-service-features {
    list-style: none;
    text-align: left;
}

.wv-landau-service-features li {
    padding: 5px 0;
    position: relative;
    padding-left: 20px;
    color: var(--wv-landau-text-light);
}

.wv-landau-service-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--wv-landau-primary-color);
    font-weight: bold;
}

/* About Section */
.wv-landau-about {
    background: var(--wv-landau-gray-50);
    position: relative;
}

.wv-landau-about::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, transparent 0%, rgba(30, 58, 95, 0.03) 100%);
    pointer-events: none;
}

.wv-landau-about-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 60px;
    align-items: center;
}

.wv-landau-about-card {
    padding: 40px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid var(--wv-landau-gray-200);
    color: var(--wv-landau-text-dark);
    position: relative;
    z-index: 2;
}

.wv-landau-about-card p {
    margin-bottom: 20px;
    line-height: 1.7;
    color: var(--wv-landau-text-light);
}

.wv-landau-profile-card {
    padding: 40px;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid var(--wv-landau-gray-200);
    color: var(--wv-landau-text-dark);
    position: relative;
    z-index: 2;
}

.wv-landau-profile-placeholder {
    width: 120px;
    height: 120px;
    background: var(--wv-landau-gray-100);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    border: 3px solid var(--wv-landau-primary-color);
}

.wv-landau-profile-placeholder i {
    font-size: 3rem;
    color: var(--wv-landau-primary-color);
}

/* References Section */
.wv-landau-references {
    background: var(--wv-landau-white);
    position: relative;
}

.wv-landau-references::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, var(--wv-landau-gray-50) 0%, var(--wv-landau-white) 100%);
    pointer-events: none;
}

.wv-landau-references-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.wv-landau-reference-card {
    padding: 30px;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid var(--wv-landau-gray-200);
    position: relative;
    z-index: 2;
}

.wv-landau-reference-image {
    width: 80px;
    height: 80px;
    background: var(--wv-landau-gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.wv-landau-reference-image i {
    font-size: 2rem;
    color: white;
}

.wv-landau-reference-card h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: var(--wv-landau-text-dark);
}

.wv-landau-reference-card p {
    color: var(--wv-landau-text-light);
}

/* Testimonials Section */
.wv-landau-testimonials {
    background: var(--wv-landau-gradient-hero);
    color: white;
    overflow: hidden;
    position: relative;
}

.wv-landau-testimonials::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
    pointer-events: none;
}

.wv-landau-testimonials .wv-landau-section-title {
    color: white;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
    position: relative;
    z-index: 2;
}

.wv-landau-testimonials .wv-landau-section-title::after {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.6) 100%);
}

.wv-landau-testimonials-slider {
    position: relative;
}

.wv-landau-testimonial-track {
    display: flex;
    gap: 30px;
    animation: wv-landau-scroll 20s linear infinite;
}

.wv-landau-testimonial-card {
    min-width: 400px;
    padding: 30px;
    background: rgba(255, 255, 255, 0.1);
    flex-shrink: 0;
}

.wv-landau-testimonial-card p {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 20px;
    font-style: italic;
}

.wv-landau-testimonial-author {
    display: flex;
    align-items: center;
    gap: 15px;
}

.wv-landau-author-avatar {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.wv-landau-author-info h4 {
    font-size: 1rem;
    margin-bottom: 5px;
}

.wv-landau-author-info span {
    font-size: 0.9rem;
    opacity: 0.8;
}

@keyframes wv-landau-scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* Contact Section */
.wv-landau-contact {
    background: var(--wv-landau-gradient-hero);
    color: white;
    position: relative;
}

.wv-landau-contact::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
    pointer-events: none;
}

.wv-landau-contact .wv-landau-section-title {
    color: white;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
    position: relative;
    z-index: 2;
}

.wv-landau-contact .wv-landau-section-title::after {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.6) 100%);
}

.wv-landau-contact-options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.wv-landau-contact-card {
    padding: 40px;
    background: rgba(255, 255, 255, 0.1);
}

.wv-landau-contact-card h3 {
    font-size: 1.5rem;
    margin-bottom: 20px;
    color: white;
}

.wv-landau-contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.wv-landau-form-group {
    position: relative;
}

.wv-landau-form-group input,
.wv-landau-form-group textarea {
    width: 100%;
    padding: 15px 20px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    font-size: 1rem;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.wv-landau-form-group input::placeholder,
.wv-landau-form-group textarea::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.wv-landau-form-group input:focus,
.wv-landau-form-group textarea:focus {
    outline: none;
    border-color: var(--wv-landau-primary-color);
    box-shadow: 0 0 0 3px rgba(30, 58, 95, 0.2);
}

.wv-landau-form-button {
    width: 100%;
    padding: 18px 35px;
    background: linear-gradient(135deg, var(--wv-landau-primary-color) 0%, var(--wv-landau-secondary-color) 100%);
    color: white;
    border: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(30, 58, 95, 0.3);
    position: relative;
    overflow: hidden;
}

.wv-landau-form-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.wv-landau-form-button:hover::before {
    left: 100%;
}

.wv-landau-form-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(30, 58, 95, 0.4);
}

/* Calendly Integration */
.wv-landau-calendly-container {
    margin-top: 20px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(26, 54, 93, 0.1);
    background: var(--wv-landau-white);
}

.wv-landau-calendly-container .calendly-inline-widget {
    border-radius: 10px;
    border: none !important;
}

/* Calendly responsive adjustments */
@media (max-width: 768px) {
    .wv-landau-calendly-container .calendly-inline-widget {
        height: 600px !important;
        min-width: 280px !important;
    }
}

/* Footer */
.wv-landau-footer {
    background: var(--wv-landau-primary-color);
    color: white;
    padding: 60px 0 20px;
}

.wv-landau-footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
}

.wv-landau-footer-info p {
    margin-top: 15px;
    opacity: 0.8;
}

.wv-landau-footer-contact h4,
.wv-landau-footer-links h4 {
    margin-bottom: 20px;
    font-size: 1.2rem;
}

.wv-landau-footer-contact p {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.wv-landau-footer-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.wv-landau-footer-links a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s ease;
}

.wv-landau-footer-links a:hover {
    color: #008d9f;
}

.wv-landau-footer-bottom {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    opacity: 0.7;
}

/* Stagger Animation Classes */
.wv-landau-stagger-item {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.wv-landau-stagger-item.wv-landau-animate {
    opacity: 1;
    transform: translateY(0);
}

.wv-landau-stagger-item:nth-child(1) { transition-delay: 0.1s; }
.wv-landau-stagger-item:nth-child(2) { transition-delay: 0.2s; }
.wv-landau-stagger-item:nth-child(3) { transition-delay: 0.3s; }
.wv-landau-stagger-item:nth-child(4) { transition-delay: 0.4s; }
.wv-landau-stagger-item:nth-child(5) { transition-delay: 0.5s; }

/* Floating Animation */
@keyframes wv-landau-float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

.wv-landau-float {
    animation: wv-landau-float 3s ease-in-out infinite;
}

/* Pulse Animation */
@keyframes wv-landau-pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

.wv-landau-pulse {
    animation: wv-landau-pulse 2s ease-in-out infinite;
}

/* Responsive Design */
@media (max-width: 768px) {
    .wv-landau-hero-content {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .wv-landau-hero-title {
        font-size: 2.5rem;
    }
    
    .wv-landau-painpoints-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .wv-landau-solution-arrow {
        transform: rotate(90deg);
    }
    
    .wv-landau-about-content {
        grid-template-columns: 1fr;
    }
    
    .wv-landau-contact-options {
        grid-template-columns: 1fr;
    }
    
    .wv-landau-footer-content {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .wv-landau-testimonial-card {
        min-width: 300px;
    }
    
    .wv-landau-hero-benefits {
        justify-content: center;
    }
    
    /* 4-Spalten-Grids auf Mobile zu 2 Spalten */
    .wv-landau-advantages-grid,
    .wv-landau-services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 480px) {
    .wv-landau-container {
        padding: 0 15px;
    }
    
    .wv-landau-hero-title {
        font-size: 2rem;
    }
    
    .wv-landau-section-title {
        font-size: 2rem;
    }
    
    .wv-landau-cta-button {
        padding: 15px 25px;
        font-size: 1rem;
    }
    
    /* 4-Spalten-Grids auf sehr kleinen Bildschirmen zu 1 Spalte */
    .wv-landau-advantages-grid,
    .wv-landau-services-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
}/* End custom CSS */