/* ========================================
   Standortseiten Custom Styles
   ======================================== */

/* Fix für scroll_top Button - verhindert width: 100% Override */
#scroll_top,
.scroll-top {
    width: 50px !important;
    z-index: 9999;
}

/* Step Numbers Large */
.step-number-large {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #16ccf0 0%, #0ea5c9 100%);
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    box-shadow: 0 10px 30px rgba(22, 204, 240, 0.3);
    transition: all 0.3s ease;
}

.step-number-large:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 15px 40px rgba(22, 204, 240, 0.4);
}

/* Service Item Box */
.service-item-box {
    padding: 2.5rem;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid rgba(22, 204, 240, 0.1);
}

.service-item-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(22, 204, 240, 0.2);
    border-color: #16ccf0;
}

.service-item-box i {
    color: #16ccf0;
    transition: all 0.3s ease;
}

.service-item-box:hover i {
    transform: scale(1.1);
    color: #0ea5c9;
}

.service-item-box h3 {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
}

.service-item-box p {
    color: #666;
    line-height: 1.7;
    margin-bottom: 0;
}

/* Location List */
.location-list {
    list-style: none;
    padding-left: 0;
    margin-top: 1.5rem;
}

.location-list li {
    padding: 0.8rem 0;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.location-list li:last-child {
    border-bottom: none;
}

.location-list li:hover {
    padding-left: 10px;
    color: #16ccf0;
}

.location-list li i {
    margin-right: 1rem;
    font-size: 1.1rem;
    min-width: 25px;
}

/* Feature Box Enhancements */
.feature-box {
    border: none;
    border-radius: 15px;
    transition: all 0.4s ease;
    overflow: hidden;
    position: relative;
}

.feature-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #16ccf0 0%, #0ea5c9 100%);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.feature-box:hover::before {
    transform: scaleX(1);
}

.feature-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(22, 204, 240, 0.15) !important;
}

.feature-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, rgba(22, 204, 240, 0.1) 0%, rgba(14, 165, 201, 0.1) 100%);
    border-radius: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
}

.feature-box:hover .feature-icon {
    background: linear-gradient(135deg, #16ccf0 0%, #0ea5c9 100%);
    transform: rotate(5deg) scale(1.05);
}

.feature-icon i {
    font-size: 2rem;
    color: #16ccf0;
    transition: all 0.3s ease;
}

.feature-box:hover .feature-icon i {
    color: #fff;
    transform: scale(1.1);
}

/* Card Title in Feature Boxes */
.feature-box .card-title {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.feature-box .card-text {
    color: #666;
    line-height: 1.6;
    font-size: 0.95rem;
}

/* Accordion Improvements */
.accordion-item {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 10px !important;
    margin-bottom: 1rem;
    overflow: hidden;
}

.accordion-header {
    margin-bottom: 0;
}

.accordion-button {
    font-weight: 600;
    font-size: 1.05rem;
    padding: 1.25rem 1.5rem;
    background-color: #fff;
    color: #1a1a1a;
    border: none;
    transition: all 0.3s ease;
}

.accordion-button:not(.collapsed) {
    background: linear-gradient(135deg, rgba(22, 204, 240, 0.05) 0%, rgba(14, 165, 201, 0.05) 100%);
    color: #16ccf0;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

.accordion-button::after {
    background-image: none;
    content: "+";
    font-size: 1.5rem;
    font-weight: 400;
    color: #16ccf0;
    width: auto;
    height: auto;
}

.accordion-button:not(.collapsed)::after {
    content: "−";
    transform: none;
}

.accordion-button:hover {
    background-color: rgba(22, 204, 240, 0.03);
}

.accordion-body {
    padding: 1.5rem;
    color: #666;
    line-height: 1.7;
    background-color: #fff;
}

/* Breadcrumb Enhancements */
.breadcrumb__title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0;
}

.breadcrumb__right ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 0.5rem;
}

.breadcrumb__right ul li {
    display: flex;
    align-items: center;
}

.breadcrumb__right ul li:not(:last-child)::after {
    content: "/";
    margin-left: 0.5rem;
    color: #999;
}

.breadcrumb__right ul li a {
    color: #666;
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb__right ul li a:hover {
    color: #16ccf0;
}

/* Lead Text Enhancement - Nur für Standortseiten */
.about__content .lead,
.sec-title + .lead {
    font-size: 1.15rem;
    font-weight: 400;
    line-height: 1.7;
    color: #555;
}

/* Section Title */
.sec-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1rem;
    line-height: 1.2;
}

/* Image Animations */
.about__imgs img {
    transition: all 0.4s ease;
}

.about__imgs img:hover {
    transform: scale(1.02);
}

/* Button Enhancements - ENTFERNT, da diese Klassen global verwendet werden (Footer, Header, etc.) */
/* Diese Styles sollten in der Haupt-CSS-Datei sein, nicht in standortseiten.css */
/* .btn010 {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn010:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(22, 204, 240, 0.3);
}

.wts_btn2 {
    background: #25D366 !important;
}

.wts_btn2:hover {
    background: #20ba5a !important;
    box-shadow: 0 10px 25px rgba(37, 211, 102, 0.3);
} */

/* Content Boxes */
.about__content ul.ico2324 {
    list-style: none;
    padding-left: 0;
    margin-top: 1.5rem;
}

.about__content ul.ico2324 li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 1rem;
    line-height: 1.6;
}

.about__content ul.ico2324 li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background: linear-gradient(135deg, #16ccf0 0%, #0ea5c9 100%);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.8rem;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .sec-title {
        font-size: 2rem;
    }

    .breadcrumb__title {
        font-size: 1.8rem;
    }

    .step-number-large {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }

    .service-item-box {
        padding: 1.5rem;
    }

    .lead {
        font-size: 1rem;
    }
}

/* Smooth Scroll Behavior */
html {
    scroll-behavior: smooth;
}

/* Text Success/Primary Colors - ENTFERNT, Bootstrap-Klassen nicht überschreiben */
 .text-success {
    color: #10b981 !important;
}

.text-primary {
    color: #16ccf0 !important;
} 

/* Background Light - ENTFERNT, da bereits in master.css und style.css definiert */
 .bg-light1 {
    background-color: #f8f9fa;
} 

/* Spacing Utilities - ENTFERNT, Bootstrap utilities nicht überschreiben */
/* Diese werden möglicherweise auch im Footer/Header verwendet */
/* .pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pt-120 {
    padding-top: 120px;
}

.pb-120 {
    padding-bottom: 120px;
}

.mb-5 {
    margin-bottom: 3rem;
} */

/* Card Body Padding - Spezifisch für Feature-Boxen */
.feature-box .card-body,
.service-item-box .card-body {
    padding: 2rem;
}

/* Border Radius - Nur für Standortseiten-Elemente */
.about__imgs .border-radius-25,
img.border-radius-25 {
    border-radius: 25px;
}

.border-radius-15 {
    border-radius: 15px;
}

/* Shadow Utilities - Spezifisch für Feature-Boxen, nicht global */
.feature-box.shadow {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.feature-box.shadow-lg {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
}

/* AOS Animation Enhancement */
[data-aos="fade-up"] {
    transition-duration: 0.8s;
}

/* Newsletter/Callback Form Enhancement */
.newsletter__area {
    position: relative;
    overflow: hidden;
}

#responseMessage {
    margin-bottom: 1rem;
}

/* Container Max Width - Entfernt, da es den Footer beeinflusst */
/* .container {
    max-width: 1200px;
} */

/* Row Gaps - ENTFERNT, da es Bootstrap Grid überschreibt und den Footer beeinflusst */
/* .row.g-4 > * {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}

.row.g-4 {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
} */

/* Fix für col-md-6 und col-lg-4 - ENTFERNT, Bootstrap Grid nicht überschreiben */
/* @media (min-width: 768px) {
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media (min-width: 992px) {
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
} */

/* Additional Hover Effects - Spezifisch für Feature-Boxen */
.feature-box.card:hover,
.service-item-box.card:hover {
    transition: all 0.3s ease;
}

/* Margin Top - ENTFERNT, Bootstrap-Klassen nicht überschreiben */
/* .mt-4 {
    margin-top: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
} */

/* Text Center - ENTFERNT, Bootstrap-Klassen nicht überschreiben */
/* .text-center {
    text-align: center !important;
} */

/* Align Items Center - ENTFERNT, Bootstrap-Klassen nicht überschreiben */
/* .align-items-center {
    align-items: center !important;
} */

/* Custom Grid for Steps - ENTFERNT, Bootstrap Grid nicht überschreiben */
/* @media (min-width: 768px) {
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
} */

/* Logo & Branding - ENTFERNT, da bereits in style.css definiert */
/* .logotxt {
    font-weight: 800;
    letter-spacing: 1px;
} */

/* Pulse Animation for Icons */
@keyframes pulse-subtle {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

.feature-icon:hover {
    animation: pulse-subtle 2s infinite;
}
