body {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    background-color: #ffffff;
    overflow-x: hidden;
    max-width: 100%;
    min-height: 100vh;
    margin: 0;
    display: flex;
    flex-direction: column;
}
.site-wrapper {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding-top: 58px;
}
.site-content {
    flex: 1 0 auto;
}
.site-footer {
    margin-top: auto;
    background-color: #161b23;
    padding: 20px 30px;
    border-top: none;
    width: 100%;
}
.site-footer-inner {
    position: relative;
    width: 100%;
    min-height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.site-footer-text {
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    margin: 0;
    max-width: 70%;
}
.site-footer-links {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}
.scroll-to-top {
    position: fixed;
    right: 24px;
    bottom: 90px;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background-color: #fdc276;
    color: #161b23;
    font-size: 18px;
    cursor: pointer;
    z-index: 1050;
    display: none;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: background-color 0.2s ease, transform 0.2s ease;
}
.scroll-to-top.is-visible {
    display: flex;
}
.scroll-to-top:hover {
    background-color: #fcd71d;
    transform: translateY(-2px);
}
.footer-text-link {
    color: #ffffff !important;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none !important;
    background: none !important;
    border: none !important;
    padding: 0 !important;
    display: inline;
}
.footer-text-link:hover,
.footer-text-link.active {
    color: #fdc276 !important;
}
footer .nav-link {
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    background: none !important;
}
.section {
    scroll-margin-top: 58px;
}

.bold-font {
    font-weight: 600;
}
.navbar-dark .navbar-toggler {
    background-color: transparent;
}
.navbar {
    background-color: #161b23;
    padding-top: 6px;
    padding-bottom: 6px;
}
.navbar-inner {
    display: grid;
    grid-template-columns: auto auto 1fr auto;
    align-items: center;
    width: 100%;
    gap: 16px;
}
.navbar-left {
    justify-self: start;
}
.navbar-country {
    justify-self: start;
    position: relative;
}
.country-selector {
    position: relative;
}
.country-selector-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 4px 8px;
    color: #ffffff;
    cursor: pointer;
    line-height: 1;
    min-height: 36px;
}
.country-selector-btn:hover,
.country-selector.is-open .country-selector-btn {
    border-color: rgba(255, 255, 255, 0.45);
}
.country-flag {
    width: 22px;
    height: 16px;
    object-fit: cover;
    border-radius: 2px;
    flex-shrink: 0;
    display: block;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
}
.country-code {
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.3px;
    line-height: 16px;
    display: inline-block;
    position: relative;
    top: 1px;
}
.country-caret {
    color: #ffffff;
    font-size: 11px;
    margin-left: 2px;
    line-height: 1;
    position: relative;
    top: 1px;
}
.country-dropdown {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    min-width: 180px;
    margin: 0;
    padding: 6px 0;
    list-style: none;
    background: #ffffff;
    border: 1px solid #d5d9d9;
    border-radius: 6px;
    box-shadow: 0 4px 14px rgba(15, 17, 17, 0.18);
    z-index: 1050;
}
.country-option {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    cursor: pointer;
    color: #161b23;
    font-size: 14px;
    font-weight: 600;
}
.country-option:hover,
.country-option.is-active {
    background: #f3f4f6;
}
.country-option.is-active .country-name::after {
    content: " ✓";
    color: #0f7b0f;
}
.navbar-center {
    justify-self: stretch;
    width: 100%;
    max-width: none;
    padding-left: 24px;
}
.navbar-right {
    justify-self: end;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.navbar-right .navbar-collapse {
    flex-grow: 0;
}
.navbar-brand {
    font-weight: bold;
    color: #ffffff !important;
    background-color: transparent;
    margin-right: 0;
}
.navbar-brand img {
    width: 190px;
    height: auto;
}
.header-search-wrap {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
}
.header-search-input {
    border: 2px solid #fdc276 !important;
    border-radius: 8px;
    background-color: #ffffff;
    color: #161b23;
    height: 36px;
    padding: 6px 14px;
    flex: 1 1 auto;
    min-width: 0;
}
.header-search-input:focus {
    border-color: #fdc276 !important;
    box-shadow: 0 0 0 0.15rem rgba(253, 194, 118, 0.35);
}
.header-search-icon {
    position: static;
    transform: none;
    color: #fdc276;
    font-size: 18px;
    pointer-events: none;
    flex-shrink: 0;
}
.nav-text-link {
    color: #ffffff !important;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    background: none;
    border: none;
    padding: 0;
    white-space: nowrap;
}
.nav-text-link .cart-icon {
    color: #fdc276;
}
.nav-text-link:hover,
.nav-text-link.active {
    color: #fdc276 !important;
    text-decoration: none;
}
.nav-text-link:hover .cart-icon,
.nav-text-link.active .cart-icon {
    color: #fdc276;
}
.nav-link {
    color: #566a7f !important;
    font-weight: 600;
    background-color: #d8e6f0;
}
.nav-link.active {
    color: #1E2938 !important;
    background-color: #d8e6f0;
}
.container {
    max-width: 1200px;
}
.card {
    border: none;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    background-color: #ffffff;
}
.card-header {
    background-image: none;
    background-color: #263240;
    color: #ffffff;
    font-weight: bold;
    text-align: right;
    margin-top: 10px;
    font-size: 24px;
}
.page-title-bar,
.seminare-bar {
    background-color: #263240 !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 16px !important;
    text-align: right !important;
    padding: 14px 30px 10px !important;
    margin-left: -15px;
    margin-right: -15px;
    height: auto !important;
    min-height: 0 !important;
    position: static !important;
    display: block !important;
    box-sizing: border-box;
}
.page-title-bar > span,
.seminare-bar > span {
    position: static !important;
    top: auto !important;
    right: auto !important;
    transform: none !important;
    display: inline !important;
    font: inherit !important;
    line-height: inherit !important;
    margin: 0 !important;
    padding: 0 !important;
}
.page-main-card,
.seminar-main-card {
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    background-color: #ffffff;
}
.page-main-card .card-body,
.seminar-main-card .card-body {
    background-color: #ffffff;
}
.form-control {
    border-radius: 10px;
    border: 1px solid #d9dee3;
    padding: 10px 20px;
}
.filter-sidebar {
    background-color: #f8f9fa;
    border: 1px solid #e5e8eb;
    border-radius: 8px;
    padding: 16px;
    position: static;
}
.filter-block {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e5e8eb;
}
.filter-block:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.filter-block-title {
    font-weight: 700;
    font-size: 15px;
    color: #161b23;
    margin-bottom: 8px;
}
.filter-sidebar .form-control {
    background-color: #ffffff;
    font-size: 14px;
    padding: 8px 12px;
}
.filter-sidebar .btn-custom {
    font-size: 14px;
    padding: 10px 12px;
    white-space: normal;
}
.sidebar-banner {
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e5e8eb;
}
.sidebar-banner img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Modern seminar list cards */
#seminar-list {
    margin-left: 0;
    margin-right: 0;
}
#seminar-list > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}
.seminar-card {
    display: grid;
    grid-template-columns: 96px 1fr auto;
    gap: 20px;
    align-items: center;
    background: #ffffff;
    border: 1px solid #e8ecf0;
    border-radius: 14px;
    padding: 18px 20px;
    margin-bottom: 14px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.seminar-card:hover {
    border-color: #cfd8e3;
    box-shadow: 0 8px 24px rgba(22, 27, 35, 0.08);
    transform: translateY(-1px);
}
.seminar-card-logo {
    width: 96px;
    height: 96px;
    border-radius: 12px;
    background: #f4f7fa;
    border: 1px solid #e8ecf0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
}
.seminar-card-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 8px;
}
.seminar-card-provider {
    font-size: 13px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 0;
    margin-top: 4px;
}
.seminar-card-duration {
    font-weight: 600;
    color: #6b7785;
}
.seminar-card-duration i {
    margin: 0 2px 0 4px;
    color: #6b7785;
}
.seminar-card-title {
    font-size: 18px;
    font-weight: 700;
    color: #161b23;
    margin: 0 0 8px;
    line-height: 1.3;
}
.seminar-card-desc {
    font-size: 14px;
    color: #5c6773;
    margin: 8px 0 12px;
    line-height: 1.5;
}
.seminar-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    align-items: center;
}
.seminar-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #4a5562;
}
.seminar-meta-item i {
    color: #263240;
    font-size: 12px;
}
.seminar-meta-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 400;
    color: #000000;
    background: #dcf9dc;
    border-radius: 999px;
    padding: 4px 10px;
}
.seminar-meta-badge i {
    color: #000000;
}
.seminar-card-aside {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    min-width: 160px;
    text-align: right;
}
.seminar-card-price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    line-height: 1.2;
}
.seminar-card-price .price-label {
    font-size: 12px;
    color: #6b7785;
    font-weight: 600;
}
.seminar-card-price .price-value {
    font-size: 22px;
    font-weight: 700;
    color: #161b23;
}
.seminar-card-price .currency {
    font-size: 0.7em;
    vertical-align: super;
    margin-left: 1px;
}
.seminar-card-price .price-request {
    font-size: 15px;
}
.seminar-card-price .price-note {
    font-size: 12px;
    color: #6b7785;
    margin-top: 2px;
}
.seminar-card-btn {
    background-color: #fcd71d !important;
    border: none !important;
    color: #161b23 !important;
    font-weight: 400;
    font-size: 14px;
    border-radius: 10px;
    padding: 10px 18px;
    white-space: nowrap;
    transition: background-color 0.2s ease, transform 0.15s ease;
}
.seminar-card-btn:hover {
    background-color: #fbcd1c !important;
    color: #161b23 !important;
    transform: translateY(-1px);
}

@media (max-width: 991px) {
    .seminar-card {
        grid-template-columns: 72px 1fr;
        grid-template-areas:
            "logo body"
            "aside aside";
        gap: 14px;
    }
    .seminar-card-logo {
        grid-area: logo;
        width: 72px;
        height: 72px;
    }
    .seminar-card-body {
        grid-area: body;
    }
    .seminar-card-aside {
        grid-area: aside;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        min-width: 0;
        text-align: left;
        padding-top: 8px;
        border-top: 1px solid #eef1f4;
    }
    .seminar-card-price {
        align-items: flex-start;
    }
    .seminar-card-title {
        font-size: 16px;
    }
}

.btn-custom {
    background-color: #a0a0a0;
    color: #ffffff;
    border-radius: 10px;
    padding: 10px 20px;
    border: none;
}
.btn-custom:hover {
    background-color: #f5f5f9;
}
.table {
    border-radius: 8px;
    overflow: hidden;
}
.table th, .table td {
    text-align: center;
    vertical-align: middle;
}
.table-hover thead .product-name {
    text-align: left !important;
}
.table-hover #result .product-name {
    cursor: pointer;
    text-align: left !important;
}
.table-hover #result .product-name:hover {
    color: #000000;
    text-decoration: underline;
}
.table-icons i {
    font-size: 24px;
    color: #903649;
}
.table-icons i:hover {
    color: #ebdddd;
}

.image-display {
    position: relative;
    height: 100%;
}
.image-display img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
}
.modal-body table {
    width: 100%;
}
.modal-body td {
    border: 1px solid #f5f5f9;
}

#productModal .modal-footer table .price {
    color: #28a745;
    font-weight: bold;
    font-size: 30px;
}

.page-link {
    color: #000000;
    border-color: #dee2e6;
}
.page-link:hover {
    color: #000000;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.page-item.active .page-link {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
}
.page-item.active .page-link:hover {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
}
.page-item.disabled .page-link {
    color: #6c757d;
}
.scrolling-text {
    height: 30px;  /* Increased height for better visibility */
    position: relative;
    overflow: hidden;
    width: 100%;
    background-color: #cbf1f8 !important;
    border-color: #cbf1f8 !important;
    padding: 0;  /* Remove padding to allow full width scrolling */
    display: flex;
    align-items: center;
}

.scrolling-text span {
    position: absolute;
    white-space: nowrap;
    line-height: 40px;  /* Match the container height */
    color: #000000;
    font-size: 16px;
    animation: scroll-left 45s linear infinite;  /* Slower animation */
    padding: 0 20px;  /* Add some padding on sides */
}

@keyframes scroll-left {
    0% {
        transform: translateX(70%);  /* Start from right edge */
    }
    100% {
        transform: translateX(-100%);  /* Scroll all the way to left */
    }
}

@keyframes scroll-left-alt {
    0% {
        left: 100%;
    }
    100% {
        left: -100%;
    }
}
.custom-btn-color {
    background-color: #fcd71d !important;
    border-color: #fcd71d !important;
    color: #161b23 !important;
    font-weight: 700;
}

.custom-btn-color:hover {
    background-color: #fbcd1c !important;
    border-color: #fbcd1c !important;
    color: #161b23 !important;
}

.custom-btn-color:focus {
    box-shadow: unset;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active {
    background-color: #fbcd1c !important;
    border-color: #fbcd1c !important;
    color: #161b23 !important;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler {
    border-color: #ffffff !important;
}

@media (max-width: 991px) {
    .site-wrapper {
        padding-top: 98px;
        background-color: #161b23;
    }
    .site-content {
        background-color: #ffffff;
    }
    .section {
        scroll-margin-top: 98px;
        margin-top: 0;
    }
    .navbar {
        padding-top: 6px;
        padding-bottom: 6px;
    }
    .navbar-inner {
        grid-template-columns: auto auto 1fr;
        grid-template-areas:
            "left country right"
            "center center center";
        gap: 8px;
    }
    .navbar-left {
        grid-area: left;
    }
    .navbar-country {
        grid-area: country;
        justify-self: start;
    }
    .navbar-center {
        grid-area: center;
        justify-self: stretch;
        width: 100%;
        max-width: 100%;
        display: flex;
        justify-content: center;
        padding-left: 4px;
        padding-right: 4px;
    }
    .navbar-center .header-search-wrap {
        width: 100%;
        max-width: 100%;
    }
    .navbar-right {
        grid-area: right;
        flex-direction: column;
        align-items: flex-end;
    }
    .navbar-brand img {
        width: 150px;
    }
    .navbar-nav .header-link {
        width: 100% !important;
        display: block;
        margin-bottom: 10px;
        text-align: center;
        padding: 8px 0;
    }
    .page-title-bar,
    .seminare-bar {
        font-size: 16px !important;
        line-height: 16px !important;
        padding: 12px 16px 8px !important;
        margin-top: 0 !important;
    }
    .filter-sidebar {
        position: static;
        top: auto;
    }
    .site-footer-inner {
        flex-direction: column;
        gap: 12px;
    }
    .site-footer-text {
        max-width: 100%;
    }
    .site-footer-links {
        position: static;
        transform: none;
        text-align: center;
    }
}

/* Corporate Lösung page */
.corporate-content h2 {
    color: #161b23;
    font-weight: 700;
    margin-bottom: 0.75rem;
}
.corporate-content .corporate-subtitle {
    color: #05778B;
    font-weight: 600;
    font-size: 1.35rem;
    margin-bottom: 1rem;
}
.corporate-content h3 {
    color: #161b23;
    font-weight: 700;
    font-size: 1.2rem;
    margin-top: 1.75rem;
    margin-bottom: 0.75rem;
}
.corporate-content p {
    color: #263240;
    line-height: 1.65;
    margin-bottom: 1rem;
}
.corporate-list {
    padding-left: 1.25rem;
    margin-bottom: 1rem;
}
.corporate-list li {
    color: #263240;
    line-height: 1.65;
    margin-bottom: 0.85rem;
}
.corporate-contact-form {
    max-width: 720px;
}
.corporate-contact-form .form-label {
    font-weight: 600;
    color: #161b23;
}
.corporate-form-note {
    font-size: 0.9rem;
    color: #6c757d;
}
.corporate-submit-btn {
    background-color: #fcd71d !important;
    border-color: #fcd71d !important;
    color: #161b23 !important;
    font-weight: 400;
    padding: 10px 28px;
    border-radius: 10px;
    transition: background-color 0.2s ease, transform 0.15s ease;
}
.corporate-submit-btn:hover {
    background-color: #fbcd1c !important;
    border-color: #fbcd1c !important;
    color: #161b23 !important;
    transform: translateY(-1px);
}

.advantage-card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 1.5rem;
}
.advantage-card {
    background-color: #f4f8fa;
    border: 1px solid #e3edf2;
    border-radius: 12px;
    padding: 18px 20px;
}
.advantage-card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}
.advantage-card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    min-width: 28px;
    flex-shrink: 0;
    border-radius: 50%;
    background-color: #05778b;
    color: #ffffff;
    font-size: 12px;
    line-height: 1;
}
.advantage-card-icon i {
    display: block;
    line-height: 1;
    transform: translateY(1px);
}
.advantage-card-title {
    color: #161b23;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.35;
    margin: 0;
    flex: 1;
}
.advantage-card-text {
    color: #263240;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
    padding-left: 40px;
}
.advantage-step-grid {
    grid-template-columns: 1fr;
}
.advantage-step-number {
    font-weight: 700;
    font-size: 13px;
    line-height: 1;
}

@media (max-width: 767.98px) {
    .advantage-card-grid {
        grid-template-columns: 1fr;
    }
}