body {
    margin: 0;
    font-family: 'Inter', sans-serif;
    background: #fbfbfb;
    color: #000;
    padding-top: 80px;
    font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Inter', sans-serif !important;
    font-weight: bold !important;
    color: #000 !important;
}

h1 {
    font-size: 36px !important;
}

h2 {
    font-size: 24px !important;
}

h3 {
    font-size: 18px !important;
}

p {
    font-family: 'Inter', sans-serif !important;
    color: #000 !important;
}

.container-fluid.my-5 {
    margin-top: 6rem !important;
}

.custom-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
}

.textblock {
    max-width: 1100px;
    margin: 0 auto;
}

.row {
    margin-bottom: 20px !important;
}

img {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 0px !important;
}

figcaption {
    font-size: 14px !important;
    color: #6c757d !important;
    margin-top: 1px !important;
    text-align: center !important;
    font-style: italic !important;
}

.float-figure {
    float: left;
    margin: 0 1em 1em 0;
    width: 500px;
    max-width: 100%;
}

@media (max-width:980px) {
    .spalten-layout {
        display: block;
    }
}

@media (max-width:980px) {
    .spalten-layout>div {
        width: 100%;
    }
}

.list-icon {
    width: 10px;
    height: 10px;
    min-width: 10px;
    fill: #28a745;
    margin-top: 0.4em;
    flex-shrink: 0;
}

.custom-list {
    list-style: none;
    padding-left: 0;
}

.custom-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.6em;
    margin-bottom: 0.5em;
}

body {
    margin: 0;
    font-family: sans-serif;
    overflow-x: hidden;
    background-color: #f9f9f9;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
    background: linear-gradient(to right, #fff, #f0f0f0);
    border-bottom: 2px solid #ddd;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    transition: top 0.3s ease;
}

.logo img {
    height: 26px;
}

header.smart-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #fff;
    border-bottom: 1px solid #ddd;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.smart-sticky {
    height: 60px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.desktop-nav-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0.0rem 1rem;
}

.nav-left,
.nav-center,
.nav-right {
    flex: 1;
    display: flex;
    align-items: center;
}

.nav-left {
    justify-content: flex-start;
}

.nav-center {
    justify-content: center;
    gap: 2rem;
}

.nav-right {
    justify-content: flex-end;
}

.logo img {
    height: 30px;
}

.flag {
    width: 24px;
    height: 16px;
    object-fit: cover;
    vertical-align: middle;
    cursor: pointer;
}

.menu-item {
    position: relative;
}

.menu-item>a,
.menu-item .dropdown-toggle {
    font-weight: 500;
    text-decoration: none;
    color: #333;
    padding: 0.5rem 1rem;
    display: inline-block;
}

.menu-item .dropdown-toggle:hover,
.menu-item:hover>a {
    color: #0077cc;
}

.menu-item .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border-radius: 6px;
    min-width: 200px;
    padding: 0.5rem 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1001;
}

.menu-item:hover .dropdown-menu {
    display: block;
}

.dropdown-menu a {
    padding: 0.5rem 1rem;
    display: block;
    color: #333;
    text-decoration: none;
}

.dropdown-menu a:hover {
    background-color: #f8f9fa;
    color: #0077cc;
}

@media (max-width:991.98px) {
    .desktop-nav-wrapper {
        display: none;
    }
}

.desktop-nav-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    padding: 1rem;
}

.nav-left,
.nav-center,
.nav-right {
    flex: 1;
    display: flex;
    align-items: center;
}

.nav-center {
    justify-content: center;
    gap: 2rem;
}

.nav-left {
    justify-content: flex-start;
}

.nav-right {
    justify-content: flex-end;
}

.mobile-nav-bar {
    background: #fff;
    border-bottom: 4px solid #E6087B !important;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    z-index: 1000;
}

.hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 28px;
    height: 20px;
    cursor: pointer;
    z-index: 1100;
}

.hamburger span {
    display: block;
    height: 3px;
    background: #000;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translateY(6px);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translateY(-6px);
}

.mobile-nav-bar .dropdown-menu {
    top: 100%;
    left: 0;
    border-radius: 0 !important;
    z-index: 1101;
}

.menu-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 320px;
    height: 100vh;
    background: #fff;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    z-index: 999;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
}

.menu-wrapper.active {
    transform: translateX(0);
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
}

.menu-panel a {
    text-decoration: none;
    color: #000;
    padding: 0.75rem 0;
    font-size: 1rem;
    transition: color 0.3s;
}

.menu-panel a:hover {
    color: #0077cc;
}

.back-button {
    cursor: pointer;
    color: #0077cc;
    margin-bottom: 1rem;
    font-weight: bold;
}

a.btn.btn-success {
    background-color: #146c43 !important;
    color: #ffffff !important;
}

hamburger {
    position: relative;
    z-index: 1100;
    width: 28px;
    height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 0.5rem;
}

.hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 2.0em;
    height: 1.8em;
    padding: 0.3em;
    cursor: pointer;
    z-index: 1100;
    position: relative;
}

.hamburger span {
    display: block;
    height: 3px;
    background: #000;
    border-radius: 1px;
    transition: all 0.3s ease;
}

.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(0.2em, 0.2em);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(0.2em, -0.2em);
}

.menu-slider {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.menu-panel {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100vh;
    background: white;
    transition: left 0.4s ease-in-out;
    z-index: 1;
    padding: 5rem 2rem 2rem;
    flex-direction: column;
    display: flex;
    opacity: 0;
    pointer-events: none;
}

.menu-panel.active {
    left: 0;
    z-index: 2;
    opacity: 1;
    pointer-events: auto;
}

.menu-panel.previous {
    left: -100%;
    z-index: 1;
    opacity: 1;
}

html,
body {
    overflow-x: hidden;
    max-width: 100%;
    position: relative;
}

* {
    box-sizing: border-box;
}

.menu-wrapper,
.menu-panel {
    max-width: 100vw;
    box-sizing: border-box;
}

.smart-sticky {
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.smart-sticky.hide {
    transform: translateY(-100%);
    opacity: 0;
}

#languageDropdown {
    min-width: 50px;
    min-height: 50px;
}

#languageDropdown,
.nav-center .dropdown-toggle {
    min-width: 50px;
    min-height: 50px;
    padding: 0.5rem 0.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.nav-center .menu-item {
    margin-bottom: 0.25rem;
}

@media (max-width:768px) {
    .nav-center .dropdown-toggle {
        font-size: 1rem;
        padding: 0.75rem 1rem;
    }
}

:root,
[data-bs-theme=light] {
    --bs-primary: #001d7b;
    --bs-primary-rgb: 0, 29, 123;
    --bs-primary-text-emphasis: #000C31;
    --bs-primary-bg-subtle: #CCD2E5;
    --bs-primary-border-subtle: #99A5CA;
    --bs-body-color: #000000;
    --bs-body-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgb(0, 0, 0);
    --bs-secondary-color-rgb: 0, 0, 0;
    --bs-body-bg: #ffffff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-tertiary-color: rgba(0, 0, 0, 0.5);
    --bs-tertiary-color-rgb: 0, 0, 0, 0.5;
    --bs-focus-ring-opacity: 0.4;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #001d7b;
    --bs-btn-border-color: #001d7b;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #001969;
    --bs-btn-hover-border-color: #001762;
    --bs-btn-focus-shadow-rgb: 217, 221, 235;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #001762;
    --bs-btn-active-border-color: #00165C;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #001d7b;
    --bs-btn-disabled-border-color: #001d7b;
}

.btn-outline-primary {
    --bs-btn-color: #001d7b;
    --bs-btn-border-color: #001d7b;
    --bs-btn-focus-shadow-rgb: 0, 29, 123;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #001d7b;
    --bs-btn-hover-border-color: #001d7b;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #001d7b;
    --bs-btn-active-border-color: #001d7b;
    --bs-btn-disabled-color: #001d7b;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #001d7b;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.my-8 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
}

.mt-2 {
    margin-top: .5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.me-2 {
    margin-right: .5rem !important;
}

.me-3 {
    margin-right: 1rem !important;
}

.mb-2 {
    margin-bottom: .5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

@media (min-width:992px) {
    .mb-lg-0 {
        margin-bottom: 0rem !important;
    }
}

body {
    margin: 0;
    font-family: 'Inter', sans-serif;
    background: #fbfbfb;
    color: #000;
    padding-top: 80px;
    font-size: 18px;
    overflow-x: hidden;
}

h1,
h2,
h3 {
    font-weight: bold;
    color: #000;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 24px;
    margin-top: 2rem;
}

p {
    margin-bottom: 1rem;
    color: #000;
}

.container-fluid.my-5 {
    margin-top: 6rem;
}

.custom-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
}

.textblock {
    max-width: 1100px;
    margin: 0 auto;
}

img {
    max-width: 100%;
    height: auto;
    border-radius: 0;
}

figcaption {
    font-size: 14px;
    color: #6c757d;
    margin-top: 1px;
    text-align: center;
    font-style: italic;
}

.float-figure {
    float: left;
    margin: 0 1em 1em 0;
    width: 500px;
    max-width: 100%;
}

@media (max-width:830px) {
    .float-figure {
        float: none !important;
        display: block;
        margin: 0 auto 1em auto !important;
        width: 100%;
        max-width: 600px;
    }
}

@media (max-width:830px) {
    .float-figure img {
        display: block;
        margin: 0 auto;
        width: 100%;
        max-width: 600px;
    }
}

footer {
    background-color: #f8f9fa;
    padding: 2rem 1rem;
    border-top: 1px solid #ddd;
}

footer .text-muted {
    font-size: 14px;
}

footer a {
    color: #000;
    text-decoration: none;
    margin: 0 0.5rem;
}

footer a:hover {
    text-decoration: underline;
}

footer .flag {
    width: 24px;
    height: 16px;
    object-fit: cover;
    vertical-align: middle;
}

.dropdown-menu {
    border-radius: 0px !important;
}


/* =========================================
   Design Update (2026) - Visual Polish & User Feedback
   ========================================= */

/* 1. Headings - Brand Blue & Alignment */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #001d7b !important;
}

/* Fix text block alignment with images */
h2 {
    position: relative;
    margin-top: 0 !important;
    /* Flush with top of images */
    margin-bottom: 1.5rem !important;
    overflow: hidden;
    /* CRITICAL: Creates a BFC so the heading box (and underline) does not slide behind floated images */
}

/* 2. Navigation Line - Pink Border */
header,
header.smart-sticky {
    border-bottom: 4px solid #E6087B !important;
}

/* 3. Footer Line - Pink Border - High Specificity */
body footer,
footer.bg-light {
    border-top: 4px solid #E6087B !important;
}

/* 4. Heading Underline - Short Pink Line */
h2::after {
    content: '';
    display: block;
    width: 40px;
    height: 4px;
    background-color: #E6087B;
    margin-top: 8px;
    border-radius: 2px;
}

/* 5. Navigation Fonts - Darker Blue & Bolder */
.menu-item>a,
.menu-item .dropdown-toggle {
    color: #001d7b !important;
    font-weight: 600 !important;
}

/* Main Nav Hover - Pink */
.menu-item:hover>a,
.menu-item>a:hover,
.menu-item .dropdown-toggle:hover {
    color: #E6087B !important;
}

/* 6. Dropdown Menus - Darker Text */
.dropdown-menu .dropdown-item {
    color: #001d7b !important;
    /* Brand Blue for better readability */
    font-weight: 500 !important;
}

.dropdown-menu .dropdown-item:hover {
    background-color: #f0f4f8 !important;
    color: #E6087B !important;
}

/* 7. Mobile Menu Improvements */
.menu-panel a {
    color: #001d7b !important;
    font-weight: 600 !important;
    font-size: 1.3rem !important;
    /* Larger text */
    text-align: center !important;
    /* Centered */
    transition: all 0.2s ease;
}

/* Re-introducing hover shadows for orientation (requested) */
.menu-panel a:hover {
    background-color: #f8f9fa;
    color: #E6087B !important;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
    /* Soft inner shadow for "pressed" feel */
}

.menu-panel .back-button {
    color: #E6087B !important;
    /* Pink Back Button */
    text-align: center !important;
    font-size: 1.2rem !important;
}

/* 8. Contact Button - Pink & Spacing */
a.btn.btn-success,
button.btn.btn-success,
.btn-success {
    /* Lighthouse Accessibility Fix: Darkened pink for better contrast */
    background-color: #C40669 !important;
    border-color: #C40669 !important;
    color: #ffffff !important;
    transition: all 0.3s ease;
    /* Ensure air below button to footer */
    margin-bottom: 2rem !important;
}

a.btn.btn-success:hover,
button.btn.btn-success:hover,
.btn-success:hover {
    background-color: #9e0052 !important;
    /* Even Darker Pink hover */
    border-color: #9e0052 !important;
    transform: translateY(-2px);
}