﻿.font-weight-bold {
    font-weight: 700 !important;
}

.font-weight-bolder {
    font-weight: bolder !important;
}

/* References */
#testimonial .client-references h3 {
    font-size: 16px;
    text-align: center;
}

#testimonial .client-references a {
    text-decoration: underline;
}

#testimonial .client-references .row:not(:last-of-type)::after {
    content: "";
    display: block;
    width: 95%;
    margin: 2rem auto 0 auto;
    border-bottom: 1px solid #ccc;
}

.pricing-includes {
    color: black !important;
    display: block;
    text-align: center;
}

.pricing-style-1 {
    display: flex;
    flex-direction: column;
    height: 100%;
}

    .pricing-style-1 .pricing-more {
        margin-top: auto;
    }

@media (max-width: 767.98px) {
    .pricing-style-1 .pricing-more {
        margin-top: 1.5rem;
    }
}


@media (min-width: 992px) {
    .pricing-style-1 .pricing-title {
        position: relative;
        padding-bottom: 2.125rem;
        min-height: 4.75rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .pricing-style-1 .pricing-title .pricing-name {
            margin: 0;
        }

        .pricing-style-1 .pricing-title .pricing-includes {
            position: absolute;
            left: 50%;
            bottom: 16px;
            transform: translateX(-50%);
        }
}

.pricing-includes {
    display: inline-block;
    min-width: 140px;
    font-size: 0.85rem;
    line-height: 1.4;
    text-align: center;
    background: rgba(0,0,0,.08);
    border-radius: 999px;
}

.pricing-style-1 .price span.on-request {
    font-weight: 700;
    color: #252525;
    font-size: 20px;
}

@media (max-width: 767.98px) {
    .pricing-title {
        display: block;
        text-align: center;
    }

        .pricing-title .pricing-name {
            display: block;
            width: 100%;
        }

        .pricing-title .pricing-includes {
            display: block;
            margin-top: 4px;
        }
}

.faq .accordion-button {
    background-color: #F7F7F7;
    border-bottom: none;
    box-shadow: none;
}

    .faq .accordion-button:not(.collapsed) {
        color: black;
    }


#spontan-workflow .workflow-title {
    min-height: 3.2rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
}

.feature-box-wrap.border,
.waiting-workflow-tile.border,
#spontan-steps .border {
    border-color: rgba(0,0,0,0.12) !important;
}

#spontan-steps .fa-2x {
    line-height: 1;
}

#termine-hero {
    position: relative;
}

    #termine-hero .section-bg-pattern {
        position: absolute;
        inset: 0;
        z-index: 0;
    }

    #termine-hero .container {
        position: relative;
        z-index: 1;
    }

    #termine-hero, #termine-hero .section-title,
    #termine-hero .section-title h1,
    #termine-hero p, #termine-hero .title-wrap p {
        color: #fff !important;
    }



@media (max-width: 767.98px) {
    #termine-hero h1,
    #spontan-hero h1 {
        font-size: 25px;
        line-height: 28px;
    }

    #termine-ablauf h2,
    #termine-features h2,
    #termine-branchen h2,
    #termine-pricing-hint h2 {
        font-size: 25px;
        line-height: 28px;
    }
}


.team-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-thumb:hover .team-overlay {
    opacity: 1;
}

.team-social {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .team-social a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 50%;
        color: white;
        text-decoration: none;
        transition: all 0.3s ease;
    }

        .team-social a:hover {
            background: #0077b5;
            transform: scale(1.1);
        }

.team-thumb {
    overflow: hidden;
    border-radius: 8px;
}

    .team-thumb img {
        transition: transform 0.3s ease;
    }

    .team-thumb:hover img {
        transform: scale(1.05);
    }

/* Features section responsive improvements */
@media (min-width: 992px) and (max-width: 1199.98px) {
    #features .feature-box-wrap {
        padding: 1rem 0.5rem;
    }
    
    #features .feature-list-icon {
        margin-right: 0.75rem !important;
    }
    
    #features .feature-title h5 {
        font-size: 0.95rem;
        line-height: 1.2;
    }
    
    #features .feature-box-content p {
        font-size: 0.85rem;
        line-height: 1.3;
    }
    
    #features .fa-2xl {
        font-size: 1.5em !important;
    }
}

/* Responsive font size utilities for features section */
@media (min-width: 992px) {
    #features .fs-lg-5 {
        font-size: 1.25rem !important;
    }
    
    #features .fs-lg-6 {
        font-size: 1rem !important;
    }
    
    #features .small-lg-base {
        font-size: 1rem !important;
    }
    
    #features .fa-lg-2xl {
        font-size: 2em !important;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    #features .fs-lg-5 {
        font-size: 0.95rem !important;
    }
    
    #features .small-lg-base {
        font-size: 0.85rem !important;
    }
    
    #features .fa-lg-2xl {
        font-size: 1.5em !important;
    }
}

/* Alternative layout for very problematic screens */
@media (min-width: 992px) and (max-width: 1199.98px) {
    #features .col-lg-4:first-child,
    #features .col-lg-4:last-child {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    
    #features .col-lg-4:nth-child(2) {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}