

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: Inter;
            color: #333;
            min-height: 100vh;
            padding: 20px;
        }

        .MedStandorte-container {
            max-width: 1600px;
            margin: 0 auto;
        }

        .MedStandorte-header {
            text-align: center;
            margin-bottom: 30px;
            padding: 20px;
        }


        .MedStandorte-medbase-selector {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            justify-content: center;
            max-width: 1200px;
            margin-top: 20px;
            margin-left: auto;
            margin-right: auto;
        }

        .MedStandorte-medbase-btn {
            padding: 10px 20px;
            flex: 0 1 calc((100% - 30px) / 4);
            min-height: 52px;
            background: #286fb7;
            color: white;
            border: none;
            border-radius: 5px;
            font-weight: bold;
            cursor: pointer;
            transition: all 0.3s;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            gap: 8px;
        }

            .MedStandorte-medbase-btn:hover {
                background: #16497d;
                transform: translateY(-3px);
            }

            .MedStandorte-medbase-btn.active {
                background: #16497d;
                box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
            }

            .MedStandorte-medbase-btn--international {
                background: #4f7f86;
            }

            .MedStandorte-medbase-btn--international:hover,
            .MedStandorte-medbase-btn--international.active {
                background: #365f65;
            }

        .MedStandorte-content {
            display: flex;
            gap: 30px;
            flex-wrap: wrap;
        }

        .MedStandorte-map-container {
            flex: 1;
            min-width: 300px;
            height: 700px;
            background: white;
            border-radius: 0px;
            border: 1px solid #eaeaea;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
            position: relative;
        }

        #MedStandorte-germany-map {
            width: 100%;
            height: 100%;
            border-radius: 0px;
        }

        .MedStandorte-map-overlay {
            position: absolute;
            top: 10px;
            right: 10px;
            background: white;
            padding: 10px;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.2);
            z-index: 1000;
            font-size: 0.9rem;
        }

        .MedStandorte-info-sidebar {
            flex: 0 0 400px;
            background: white;
            border-radius: 0px;
            border: 1px solid #eaeaea;
            padding: 25px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
            overflow-y: auto;
            max-height: 700px;
        }

        .MedStandorte-info-header {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 20px;
            padding-bottom: 15px;
            border-bottom: 2px solid #eaeaea;
        }

            .MedStandorte-info-header i {
                font-size: 1.2rem;
                color: #286fb7;
            }

            .MedStandorte-info-header h2 {
                color: #1b3a6a;
                font-size: 1.2rem;
            }

        .MedStandorte-medbase-info {
            background: #f3f3f3;
            padding: 20px;
            margin-bottom: 20px;
            border: 1px solid #eaeaea;
        }

        .MedStandorte-medbase-card-title {
            color: #1b3a6a;
            font-size: 1rem;
            font-weight: bold;
            margin-bottom: 15px;
            line-height: 1.5;
            text-align: center;
        }

        .MedStandorte-medbase-branch-info {
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        .MedStandorte-medbase-info-item {
            display: flex;
            align-items: flex-start;
            gap: 10px;
        }

            .MedStandorte-medbase-info-item i {
                color: #286fb7;
                margin-top: 3px;
                width: 16px;
                text-align: center;
            }

            .MedStandorte-medbase-info-item div {
                color: #5087c7;
                line-height: 1.4;
            }

            .MedStandorte-medbase-info-item a {
                color: #286fb7;
                text-decoration: none;
                font-weight: 500;
            }

                .MedStandorte-medbase-info-item a:hover {
                    text-decoration: underline;
                }

        .MedStandorte-medbase-stats {
            display: flex;
            gap: 15px;
            margin-top: 15px;
            padding-top: 15px;
            border-top: 1px solid #d1e3f8;
        }

        .MedStandorte-stat {
            text-align: center;
            flex: 1;
        }

        .MedStandorte-stat-value {
            font-size: 1.5rem;
            font-weight: bold;
            color: #286fb7;
        }

        .MedStandorte-stat-label {
            font-size: 0.8rem;
            color: #5087c7;
        }

        .MedStandorte-search-box {
            margin-bottom: 20px;
        }

            .MedStandorte-search-box input {
                width: 100%;
                padding: 12px 15px;
                border: 2px solid #eaeaea;
                font-size: 1rem;
                transition: all 0.3s;
            }

                .MedStandorte-search-box input:focus {
                    border-color: #286fb7;
                    outline: none;
                    box-shadow: 0 0 0 3px rgba(26, 115, 232, 0.2);
                }

        .MedStandorte-cities-list {
            display: flex;
            flex-direction: column;
            gap: 15px;
        }

        .MedStandorte-city-item {
            padding: 15px;
            background: #f8f9fa;
            transition: all 0.3s;
            cursor: pointer;
            border: 1px solid #eaeaea;
        }

            .MedStandorte-city-item:hover {
                background: #e8f0fe;
                transform: translateY(-3px);
                box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            }

            .MedStandorte-city-item.active {
                background: #e8f0fe;
                border-left: 4px solid #0d47a1;
            }

        .MedStandorte-city-name {
            display: flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 8px;
        }

            .MedStandorte-city-name i {
                color: #286fb7;
            }

            .MedStandorte-city-name h3 {
                color: #1b3a6a;
                font-size: 1rem;
            }

        .MedStandorte-city-population {
            color: #5087c7;
            font-size: 0.85rem;
            margin-bottom: 8px;
        }

        .MedStandorte-city-contact {
            display: flex;
            flex-direction: column;
            gap: 5px;
        }

            .MedStandorte-city-contact div {
                display: flex;
                align-items: center;
                gap: 8px;
                color: #5087c7;
                font-size: 0.9rem;
            }

            .MedStandorte-city-contact i {
                width: 16px;
                color: #5087c7;
            }

        .MedStandorte-footer {
            text-align: center;
            margin-top: 30px;
            padding: 20px;
            color: white;
            font-size: 0.9rem;
        }

        @media (max-width: 1200px) {
            .MedStandorte-content {
                flex-direction: column;
            }

            .MedStandorte-info-sidebar {
                flex: 1;
                max-height: 500px;
            }

            .MedStandorte-map-container {
                height: 600px;
            }
        }

        @media (max-width: 768px) {
            .MedStandorte-title {
                font-size: 2rem;
            }

            .MedStandorte-logo i {
                font-size: 2rem;
            }

            .MedStandorte-info-sidebar {
                padding: 15px;
            }

            .MedStandorte-medbase-btn {
                padding: 8px 15px;
                flex-basis: 100%;
                font-size: 0.9rem;
            }

            .MedStandorte-medbase-card-title {
                font-size: 1.2rem;
            }
        }

        @media (min-width: 769px) and (max-width: 991px) {
            .MedStandorte-medbase-btn {
                flex-basis: calc((100% - 10px) / 2);
            }
        }

        /* Leaflet Marker Styles */
        .MedStandorte-medpoint-marker {
            /*background: #286fb7;*/
            /*border: 2px solid #fff;*/
            border-radius: 50%;
            width: 20px;
            height: 20px;
        }

            .MedStandorte-medpoint-marker i {
                font-size: 22px;
                color: #286fb7
            }

        .MedStandorte-medbase-marker {
            background: white;
            /*border: 3px solid white;*/
            border-radius: 50%;
            width: 28px;
            height: 28px;
        }

            .MedStandorte-medbase-marker img {
                width: 28px;
                height: 28px;
            }
    