.elementor-1057 .elementor-element.elementor-element-f10d00c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1057 .elementor-element.elementor-element-2aa35a9{--spacer-size:50px;}.elementor-1057 .elementor-element.elementor-element-c9e1a36{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1057 .elementor-element.elementor-element-71a2add{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-2c1554f *//* Services Section - Elementor Ready CSS */

.services-section {
    position: relative;
    min-height: 100vh;
    background: #000000;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    overflow: hidden;
    padding: 100px 0;
}

/* Background Pattern */
.services-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.services-background .grid-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 50px 50px;
    opacity: 0.3;
}

/* Circular Background Patterns */
.services-background::before {
    content: '';
    position: absolute;
    top: -200px;
    right: -200px;
    width: 800px;
    height: 800px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    z-index: 2;
}

.services-background::after {
    content: '';
    position: absolute;
    bottom: -300px;
    left: -300px;
    width: 1000px;
    height: 1000px;
    border: 2px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    z-index: 2;
}

/* Additional Circle Patterns */
.services-container::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 600px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 50%;
    z-index: 1;
}

.services-container::after {
    content: '';
    position: absolute;
    top: 20%;
    right: 10%;
    width: 400px;
    height: 400px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    z-index: 1;
}

/* Main Container */
.services-container {
    position: relative;
    z-index: 10;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

/* Section Header */
.services-header {
    text-align: center;
    margin-bottom: 60px;
}

.services-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(59, 130, 246, 0.1);
    border: 1px solid rgba(59, 130, 246, 0.3);
    border-radius: 25px;
    padding: 8px 20px;
    margin-bottom: 24px;
    backdrop-filter: blur(10px);
}

.tag-icon {
    font-size: 16px;
}

.tag-text {
    color: #3b82f6;
    font-size: 18px;
    font-weight: 500;
}

.services-title {
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    font-weight: 700;
    color: #ffffff;
    line-height: 1.1;
    margin-bottom: 20px;
}

.title-highlight {
    color: rgba(255, 255, 255, 0.6);
}

.services-description {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.1rem;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
}

/* Toggle Section */
.mode-toggle {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
    pointer-events: auto;
    position: relative;
    z-index: 5;
}

.toggle-container {
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 35px;
    padding: 4px;
    display: flex;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    pointer-events: auto;
}

.toggle-btn {
    position: relative;
    z-index: 10;
    background: transparent;
    border: none;
    padding: 12px 32px;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 120px;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    pointer-events: auto;
}

.toggle-text {
    color: #3b82f6;
    font-size: 1rem;
    font-weight: 600;
    transition: color 0.3s ease;
}

.toggle-btn.active .toggle-text {
    color: #3b82f6; /* Changed from #000000 to #3b82f6 for better visibility */
    font-weight: 600;
}

.toggle-slider {
    position: absolute;
    top: 4px;
    left: 4px;
    width: calc(50% - 4px);
    height: calc(100% - 8px);
    background: #ffffff;
    border-radius: 30px;
    transition: transform 0.3s ease;
    z-index: 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    pointer-events: none !important;
}

/* Training Cards */
.training-cards {
    display: flex;
    justify-content: center;
    max-width: 800px;
    margin: 0 auto;
}

.training-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    overflow: hidden;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    width: 100%;
    max-width: 600px;
}

.training-card:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(59, 130, 246, 0.3);
    transform: translateY(-5px);
}

/* Card Header */
.card-header {
    position: relative;
    height: 280px;
    overflow: hidden;
}

.card-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(0, 0, 0, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 25px;
    padding: 8px 16px;
    backdrop-filter: blur(10px);
}

.badge-icon {
    font-size: 14px;
}

.badge-text {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}

.card-image {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.training-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.training-card:hover .training-image {
    transform: scale(1.05);
}

/* Card Content */
.card-content {
    padding: 30px;
    position: relative;
}

.card-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    text-align: center;
}

/* Dynamic Content */
.content-kinder,
.content-erwachsene {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transform: translateY(-10px);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
    margin: 0;
}

.content-kinder.active,
.content-erwachsene.active {
    opacity: 1;
    max-height: 1000px;
    transform: translateY(0);
    pointer-events: auto;
    margin-bottom: 0;
}

.training-features {
    list-style: none;
    padding: 0;
    margin: 0 0 24px 0;
}

.training-features li {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 12px;
    padding-left: 20px;
    position: relative;
}

.training-features li::before {
    content: '•';
    color: #3b82f6;
    font-size: 1.2rem;
    position: absolute;
    left: 0;
    top: -2px;
}

/* Feature Tags */
.feature-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 30px;
}

.feature-tag {
    background: rgba(59, 130, 246, 0.1);
    border: 1px solid rgba(59, 130, 246, 0.3);
    border-radius: 15px;
    padding: 4px 12px;
    font-size: 0.75rem;
    color: #3b82f6;
    font-weight: 500;
}

/* Start Button */
.start-btn {
    width: 100%;
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
    border: none;
    border-radius: 12px;
    padding: 16px 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.3);
}

.start-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(59, 130, 246, 0.4);
}

.btn-text {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .services-container {
        padding: 0 30px;
    }
    
    .training-cards {
        gap: 30px;
    }
}

@media (max-width: 992px) {
    .services-section {
        padding: 80px 0;
    }
    
    .services-header {
        margin-bottom: 50px;
    }
    
    .training-cards {
        max-width: 500px;
    }
    
    .mode-toggle {
        margin-bottom: 50px;
    }
}

@media (max-width: 768px) {
    .services-container {
        padding: 0 20px;
    }
    
    .services-section {
        padding: 60px 0;
    }
    
    .services-title {
        font-size: 2.2rem;
    }
    
    .services-description {
        font-size: 1rem;
    }
    
    .services-description br {
        display: none;
    }
    
    .card-header {
        height: 220px;
    }
    
    .card-content {
        padding: 24px;
    }
    
    .card-title {
        font-size: 1.3rem;
    }
    
    .toggle-btn {
        padding: 10px 24px;
        min-width: 100px;
    }
    
    .toggle-text {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .services-container {
        padding: 0 15px;
    }
    
    .services-section {
        padding: 50px 0;
    }
    
    .services-title {
        font-size: 1.8rem;
    }
    
    .services-description {
        font-size: 0.9rem;
    }
    
    .card-content {
        padding: 20px;
    }
    
    .training-features li {
        font-size: 0.85rem;
    }
    
    .feature-tags {
        gap: 6px;
    }
    
    .feature-tag {
        font-size: 0.7rem;
        padding: 3px 10px;
    }
    
    .start-btn {
        padding: 14px 20px;
    }
    
    .btn-text {
        font-size: 0.9rem;
    }
    
    .toggle-btn {
        padding: 8px 20px;
        min-width: 90px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1551b61 *//* FAQ Section - Elementor Ready CSS */

.faq-section {
    position: relative;
    min-height: 100vh;
    background: #000000;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    overflow: hidden;
    padding: 100px 0;
}

/* Background Pattern */
.faq-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.faq-background .grid-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 50px 50px;
    opacity: 0.3;
}

/* Main Container */
.faq-container {
    position: relative;
    z-index: 10;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 40px;
}

/* Section Header */
.faq-header {
    text-align: center;
    margin-bottom: 60px;
}

.faq-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(59, 130, 246, 0.1);
    border: 1px solid rgba(59, 130, 246, 0.3);
    border-radius: 25px;
    padding: 8px 20px;
    margin-bottom: 24px;
    backdrop-filter: blur(10px);
}

.tag-icon {
    font-size: 16px;
}

.tag-text {
    color: #3b82f6;
    font-size: 18px;
    font-weight: 500;
}

.faq-title {
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    font-weight: 700;
    color: #ffffff;
    line-height: 1.1;
    margin-bottom: 20px;
}

.title-highlight {
    color: rgba(255, 255, 255, 0.6);
}

.faq-description {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.1rem;
    line-height: 1.6;
}

/* FAQ Accordion */
.faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faq-item {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    overflow: hidden;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.faq-item:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(59, 130, 246, 0.3);
}

.faq-item.active {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(59, 130, 246, 0.3);
}

/* FAQ Question */
.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 30px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.faq-question:hover {
    background: rgba(255, 255, 255, 0.03);
}

.question-text {
    font-size: 1.25rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
    flex: 1;
    line-height: 1.4;
}

.question-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    color: rgba(255, 255, 255, 0.6);
    transition: all 0.3s ease;
    margin-left: 20px;
}

.faq-item.active .question-icon {
    color: #3b82f6;
    transform: rotate(180deg);
}

.chevron-icon {
    width: 100%;
    height: 100%;
}

/* FAQ Answer */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.faq-item.active .faq-answer {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.answer-content {
    padding: 0 30px 30px 30px;
}

.answer-content p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
    padding-top: 20px;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .faq-container {
        padding: 0 30px;
    }
}

@media (max-width: 992px) {
    .faq-section {
        padding: 80px 0;
    }
    
    .faq-header {
        margin-bottom: 50px;
    }
    
    .faq-container {
        max-width: 800px;
    }
}

@media (max-width: 768px) {
    .faq-container {
        padding: 0 20px;
    }
    
    .faq-section {
        padding: 60px 0;
    }
    
    .faq-title {
        font-size: 2.2rem;
    }
    
    .faq-description {
        font-size: 1rem;
    }
    
    .faq-question {
        padding: 20px 24px;
    }
    
    .question-text {
        font-size: 1.1rem;
    }
    
    .answer-content {
        padding: 0 24px 24px 24px;
    }
    
    .answer-content p {
        font-size: 0.95rem;
        padding-top: 16px;
    }
    
    .question-icon {
        margin-left: 16px;
    }
}

@media (max-width: 480px) {
    .faq-container {
        padding: 0 15px;
    }
    
    .faq-section {
        padding: 50px 0;
    }
    
    .faq-title {
        font-size: 1.8rem;
    }
    
    .faq-description {
        font-size: 0.9rem;
    }
    
    .faq-question {
        padding: 18px 20px;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    
    .question-text {
        font-size: 1rem;
    }
    
    .question-icon {
        margin-left: 0;
        align-self: flex-end;
        margin-top: -40px;
    }
    
    .answer-content {
        padding: 0 20px 20px 20px;
    }
    
    .answer-content p {
        font-size: 0.9rem;
        padding-top: 12px;
    }
    
    .faq-accordion {
        gap: 16px;
    }
}

/* Animation for smooth expansion */
@keyframes expandAnswer {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.faq-item.active .answer-content {
    animation: expandAnswer 0.3s ease forwards;
}

/* Focus states for accessibility */
.faq-question:focus {
    outline: 2px solid #3b82f6;
    outline-offset: 2px;
}

.faq-question:focus-visible {
    outline: 2px solid #3b82f6;
    outline-offset: 2px;
}/* End custom CSS */