.navbartext {
    padding: 15px 15px 15px 15px;
    color: #000;
    font-size: 14px !important;
    font-weight: 500 !important;
    width: 100%;
}


.custom-navbar {
    position: relative;
    width: 95%;
    max-width: 1100px;
    margin: 0px auto;
    border-radius: 50px;
    background: transparent !important;
    transition: top 0.4s ease, background 0.3s ease, backdrop-filter 0.3s ease, box-shadow 0.3s ease;
    z-index: 1000;
}

.imgnavbar {
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    max-width: 100%;
    width: 200px;
}

.nav-link {
    font-weight: 500;
    color: #000 !important;
}

.navbar-toggler:focus {
    outline: none !important;
    box-shadow: none !important;

}


.hero-section {
    background: #f5f7f9;
}

.image-wrapper {
    max-width: 520px;
    overflow: hidden;
}

.hero-img {
    width: 100%;
    border-radius: 120px;
    object-fit: cover;
}


.logoSwiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-box {
    width: 160px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}


.image-box {
    width: 100%;
    height: 420px;
    border-radius: 20px;
    overflow: hidden;
}

.image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Badge */
.solution-badge {
    background: #d1d1d1;
    color: #111 !important;
    padding: 6px 14px !important;
    border-radius: 20px !important;
    font-weight: 500 !important;
}

.impressum-title {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 2rem;
}

.section-title {
    font-weight: 600;
    color: #1f4fd8;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
    font-size: 18px;
}

.break-link {
    word-break: break-all;
    overflow-wrap: anywhere;
}

.footersubtitle{
    font-size: 16px;
    color: #000;
    font-weight: 500;
}
/* Card */
.solution-card {
    background: #f8f9fa !important;
    border-radius: 16px;
    padding: 24px;
}

/* List */
.solution-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.solution-list li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-weight: 500;
}

/* Tick icon */
.solution-list li::before {
    content: "✓";
    width: 20px;
    height: 20px;
    background: #0d6efd;
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    margin-right: 10px;
}

.tos-hero {
    width: 100%;
    min-height: 420px;
    background-image: url("./assets/img/swissflaag.jpg");
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    border-radius: 16px;
    margin: 40px auto;
    position: relative;
    max-width: 1300px;
}

.tos-hero1 {
    width: 100%;
    min-height: 420px;
    background-image: url("./assets/img/euflag.jpg");
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    border-radius: 16px;
    margin: 40px auto;
    position: relative;
    max-width: 1300px;
}

/* Overlay */
.tos-hero-overlay {
    position: absolute;
    top: 30px;
    left: 30px;
    color: #fff;
}

.tos-hero-badge {
    background: #fff;
    color: #000;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 14px;
    display: inline-block;
}

.tos-hero-breadcrumb {
    margin-top: 12px;
    font-size: 14px;
    opacity: 0.9;
}

.contact-section {
    padding: 60px 0;
}

.contact-info i {
    color: #0d6efd;
    font-size: 18px;
    margin-right: 10px;
}

.map-container iframe {
    width: 100%;
    height: 300px;
    border: 0;
}

.btn-send {
    background-color: #0d47a1 !important;
    color: #fff !important;
    padding: 12px;
    font-weight: 600;
}

.btn-send:hover {
    background-color: #0b3c91;
}

.tos-title {
    font-size: 2.2rem;
    font-weight: 700;
}

.tos-highlight {
    color: #e11;
    font-weight: 600;
}

.tos-footer {
    background: #003a8f;
    color: #fff;
    padding: 60px 0 30px;
}

.tos-footer h4,
.tos-footer h5 {
    margin-bottom: 15px;
}

.footer-list {
    list-style: none;
    padding: 0;
}

.footer-list li {
    margin-bottom: 8px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 15px;
    font-size: 13px;
}

.tos-services-section {
    background-color: #ffffff;
    padding-bottom: 80px;
}

.tos-hero-wrapper {
    position: relative;
    max-height: 420px;
    overflow: hidden;
    border-radius: 8px;
    margin: 30px auto;
    width: 95%;
    max-width: 1308px;
}

.tos-hero-img {
    width: 100%;
    height: 420px;
    object-fit: cover;
}

.tos-breadcrumb {
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(255, 255, 255, 0.85);
    padding: 8px 14px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
}

.tos-separator {
    margin: 0 6px;
}

.tos-content-container {
    max-width: 950px;
}

.tos-main-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

.tos-sub-title {
    font-size: 20px;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 15px;
}

.tos-text {
    font-size: 16px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 15px;
}

.tos-media-grid {
    margin-top: 30px;
}

.tos-media-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.tos-media-card {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 18px 22px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.media-logo {
    width: 120px !important;
    height: 40px !important;
    object-fit: contain !important;
    flex-shrink: 0;
}

.tos-media-card img {
    height: 100px;
    width: auto;
}

.tos-media-card strong {
    display: block;
    font-size: 26px !important;
    font-weight: 700;
    color: #111;
}

.tos-media-card span {
    font-size: 14px;
    color: #666;
}

.tos-media-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}


@media (min-width: 992px) {
    .custom-navbar.scrolled {
        position: fixed;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 95%;
        margin: 0;
        border-radius: 50px;
        background: transparent !important;
        backdrop-filter: blur(4.2px);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
        transition: top 0.3s ease, background 0.3s ease, backdrop-filter 0.3s ease, box-shadow 0.3s ease;
    }

    #navbarPlaceholder {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }

}

@media (max-width: 1100px) {
    .hero-section {
        text-align: left;
    }

    .image-wrapper {
        max-width: 420px;
    }

    .hero-img {
        border-radius: 80px;
    }

    .solution-wrapper {
        flex-direction: column;
    }

    .logo-img {
        max-height: 40px;
    }

    .image-box {
        height: 260px;
    }
}

@media (max-width: 991px) {
    .custom-navbar {
        padding: 10px 20px;
    }

    .navbar-collapse {
        margin-top: 15px;
        background: rgba(255, 255, 255, 0.9);
        backdrop-filter: blur(10px);
        border-radius: 20px;
        padding: 20px;
    }
}

@media (max-width: 991px) {
    .tos-media-card strong {
        display: block;
        font-size: 16px;
        font-weight: 700;
        color: #111;
    }
}