        body{
            background-color: #ffffff;
            padding-top: 50px;
            margin: 0; -webkit-text-size-adjust: 100%;
            font-family: 'Red Hat Display', Arial;
        }
                .left {
            background: #343a40 !important;
        }   
            
       #sidebar-menu,
       #sidebar-menu ul,
       #sidebar-menu li,
       #sidebar-menu a {
           margin: 0;
           padding: 0;
           border: 0;
           list-style: none;
           font-weight: normal;
           text-decoration: none;
           line-height: 1.3;
           font-size: 14px;
           position: relative;
       }

       #sidebar-menu {
           width: 100%;
           border-top: 1px solid rgba(26, 29, 32, 1);
           padding-top: 5px;
       }

       #sidebar-menu > ul > li > a {
           font-size: 14px;
           display: block;
           color: #e3e3e3;
           border-left: 4px solid transparent;
           padding: 10px 15px;
           transition: all 0.3s ease;
           position: relative;
           border-radius: 8px;
           backdrop-filter: blur(2px);
           margin-left: 5px;
           margin-right: 5px;
       }

       #sidebar-menu > ul > li.active > a {
           color: rgba(250, 250, 250, 1);
           background-color: rgba(26, 29, 32, 1) !important;
           border-radius: 8px !important;
           box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1), 0 4px 20px rgba(0, 0, 0, 0.15);
           position: relative;
       }

       #sidebar-menu > ul > li > a::before {
           content: "";
           position: absolute;
           top: 8px;
           bottom: 8px;
           left: 2px;
           width: 6px;
           border-radius: 4px;
           transition: background-color 0.3s ease;
       }
       
       #sidebar-menu > ul > li.active > a::before {
           background-color: rgba(227, 227, 227, 1);
       }

       #sidebar-menu > ul > li > a:hover {
           background-color: rgba(31, 35, 38, 1);
           color: rgba(193, 193, 193, 1);
           box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
           z-index: 20;
       }

       #sidebar-menu > ul > li > a:hover::before {
           background-color: rgba(227, 227, 227, 0.5);
           box-shadow: none;
       }

       #sidebar-menu ul ul {
           border-bottom: 1px solid #343a40 !important;
       }
       
       #sidebar-menu > ul > li > a > i {
            margin-right: 5px;
            margin-left: 3px;
            color: rgba(341, 341, 341, 1);
        }
        
        #sidebar-menu > ul > li.active > a > i {
            color: rgba(250, 250, 250, 1);
        }
        
        #sidebar-menu > ul > li > a:hover > i {
            color: rgba(193, 193, 193, 1) !important;
        }
        
        #sidebar-menu > ul > li > a > i.i-right {
            margin: 3px -5px 0 0;
            float: right;
        }
        
        #sidebar-menu > ul > li > a span.label {
            float: right;
        }
        
        .sidebar-inner .media{
            color: #e3e3e3;
        }
        
        .sidebar-inner .media a{
            color: #e3e3e3;
        }
        
        
        
        
        
        #sidebar-menu ul ul {
            display: none;
            border-bottom: 1px solid #343a40;
            background: rgba(47, 52, 58, 1);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.07);
            border-radius: 8px;
            margin-left: 5px;
            margin-right: 5px;
        }
        #sidebar-menu ul ul.visible {
            display: block;
            margin-top: 1px;
        }
        #sidebar-menu ul ul li {
            border-top: 0;
        }
        #sidebar-menu ul ul a {
            padding: 10px 25px;
            display: block;
            color: #e3e3e3;
            font-size: 13px;
            transition: all 0.3s ease;
            border-radius: 8px;
        }
        #sidebar-menu ul ul a:hover {
            color: rgba(193, 193, 193, 1);
            background: rgba(31, 35, 38, 1);
        }
        #sidebar-menu ul ul li.active a {
            color: color: rgba(250, 250, 250, 1);;
            background: rgba(31, 35, 38, 1);
        }
        
        #sidebar-menu > ul ul > li > a::before {
           content: "";
           position: absolute;
           top: 12px;
           bottom: 14px;
           left: 4px;
           width: 4px;
           border-radius: 4px;
           transition: background-color 0.3s ease;
           margin-left: 4px;
       }
       
       #sidebar-menu > ul ul > li.active > a::before {
           background-color: rgba(227, 227, 227, 1);
       }

       #sidebar-menu > ul ul > li > a:hover::before {
           background-color: rgba(227, 227, 227, 0.5);
           box-shadow: none;
       }
        #sidebar-menu ul ul a i {
            margin-right: 5px;
        }
        
        .kundencenter-hr{
            border-top: 2px solid rgba(26, 29, 32, 1);
            margin-top: 2px;
            margin-bottom: 2px;
        }
        
        
                .slimscrollNav {
            background: #343a40 !important;
            width: auto;
            text-align: center;
            overflow-x: auto;
            white-space: nowrap;
            margin-left: -20px;
            margin-right: -20px;
            margin-bottom: 30px;
            margin-top: 10px !important;
            box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.35);
        }
        
        .slimScrollDiv{
            margin-bottom: 20px;
            max-height: -webkit-fill-available;
        }
        
        .sidebar-scroll-y > .slimScrollDiv {
            margin-bottom: 0px !important;
        }

        .tabs {
            color: #e3e3e3;
            display: inline-block;
            padding: 5px 10px; /* Simplified padding */
            margin: 5px 0; /* Simplified margin */
            font-size: 14px;
            transition: all 0.2s; /* Transition for all properties */
            outline: none;
            cursor: pointer;
            border-radius: 8px;
            position: relative; /* Needed for pseudo-element positioning */
        }

        .tabs:hover {
            background-color: rgba(31, 35, 38, 1);
            color: rgba(193, 193, 193, 1);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
        }

        .tabs.active {
            font-weight: bold;
            color: rgba(250, 250, 250, 1);
            background-color: rgba(26, 29, 32, 1) !important;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1), 0 4px 20px rgba(0, 0, 0, 0.15);
        }

        .tabs::before { /* Styles for both hover and active */
            content: "";
            position: absolute;
            top: 50%;
            left: 5px;
            transform: translateY(-50%);
            width: 6px;
            height: 13px;
            border-radius: 4px;
            transition: background-color 0.2s; /* Transition for background color */
            opacity: 0; /* Initially hidden */
        }

        .tabs:hover::before {
            opacity: 1; /* Visible on hover */
            background-color: rgba(227, 227, 227, 0.5); /* Slightly transparent on hover */
        }

        .tabs.active::before {
            opacity: 1; /* Always visible on active */
            background-color: rgba(227, 227, 227, 1); /* Opaque on active */
        }

        .tabs {
            padding-left: 20px; /* Consistent padding with pseudo-element */
        } 
        
        
        
        
        .tablist {
            background: #343a40 !important;
            overflow-x: auto;
            white-space: nowrap;
            border-radius: 8px;
            margin: 0px 3px 0px 3px;
            transition: border-radius 0.2s ease;
        }
        
        .navtabs {
            width:100%;
            text-align:center; 
            padding-left: 2px;
            padding-right: 2px;
        /*    height: 32px;*/
            overflow: hidden;
        }
        
        
        /* Falls navtabs.navdown unsichtbar ist, stelle sicher, dass seine .tablist volle Rundung behält */
        .navtabs.navdown[style*="display: none"] .tablist {
            border-top-left-radius: 8px;
            border-top-right-radius: 8px;
        }

        /* Wenn das unmittelbar folgende Element (navtabs.navdown) sichtbar ist, 
           setze bei dem oberen navtabs die unteren Ecken auf 0 */
        .navtabs:has(+ .navtabs.navdown[style*="display: block"]) .tablist {
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
        }

        /* Und wenn navtabs.navdown sichtbar ist, setze die oberen Ecken auf 0 */
        .navtabs.navdown[style*="display: block"] .tablist {
            border-top-left-radius: 0;
            border-top-right-radius: 0;
        }
        
        .navtabs.navdown {
            margin-top: -1.5px;
        }
        
        .navdown > .tablist > .tabs::before {
            height: 9px;
        }
        
        .modalBuchungsinformationenButton{
            color: #e3e3e3;
            margin-top: 12px; 
            float: right; 
            margin-right: 10px; 
            cursor: pointer;
        }
        
                
        .page-heading {
            margin: 0px 0 20px;
        }

        .page-heading h1 {
            margin: 0;
            color: #e3e3e3;
            padding: 10px 20px 10px 20px; 
            font-weight: 400;
            font-size: 24px;
            background-color: #343a40;
            border-radius: 12px; 
            display: inline-block;
        }
        
        .page-heading.nav .desktop {
            background-color: #343a40;
            color: #e3e3e3;
            padding: 5px 10px;
            border-radius: 8px;
            font-size: 14px;
            opacity: 0;
            transform: scale(0.8);
            transition: opacity 0.7s ease, transform 0.7s ease;
            font-size: 14px; 
            margin-left: 27px; 
            margin-top: 14px; 
            margin-bottom: -17px; 
            display: none;
        }

        .page-heading.nav .desktop.show {
            opacity: 1;
            transform: scale(1);
        }

        
                /* Scrollbalken auf Desktop-Geräten anzeigen */

        /* WebKit-Browser (Chrome, Safari, Edge) */
        ::-webkit-scrollbar {
            width: 12px;
            height: 12px; /* Auch für horizontale Scrollbalken */
        }

        ::-webkit-scrollbar-thumb {
            background-color: #343a40;
            border-radius: 12px;
        }

        ::-webkit-scrollbar-track {
            background-color: #e3e3e3;
            border-radius: 12px;
        }

        /* Scrollbalken auf Mobilgeräten anpassen */
        @media (max-width: 767px) { /* Beispiel-Breakpoint für Mobilgeräte */
            /* Vertikalen Scrollbalken (WebKit) ausblenden */
            ::-webkit-scrollbar {
                width: 0; /* Breite auf 0 setzen, um ihn auszublenden */
            }

            /* Horizontalen Scrollbalken (WebKit) beibehalten */
            ::-webkit-scrollbar-thumb:horizontal {
                display: block; /* Sicherstellen, dass er angezeigt wird */
            }

            /* Alternative, um nur die vertikale Scrollbar auszublenden, aber Scrollen weiterhin zu ermöglichen:
               body {
                   overflow-y: auto; /* Erlaubt vertikales Scrollen */
                   -webkit-overflow-scrolling: touch; /* Aktiviert sanftes Scrollen auf iOS */
               } */
        }

        
                .body.rows {
            top: 50px;
            bottom: 50px;
        }
        .body.content.rows {
            top: 50px;
            bottom: 0px;
            background: #e5e9ec;
            padding: 20px;
            font-size: 13px;
        }

        .body.content.rows.aktuelleBelegung {
            top: 0px;
            bottom: 0px;
            background: #e5e9ec;
            padding: 20px;
            font-size: 13px;
        }
        
        @media (max-width: 767px) {
            .body.content.rows {
                padding: 5px;
            }
            
            .body.content.rows.aktuelleBelegung {
                padding: 5px;
            }
        }

        @media (min-width: 990px) {
            .body.content.rows {
                margin-left: 7px;
                margin-right: 7px;
                margin-bottom: 7px;
                border-radius: 25px;
                padding: 15px;
                border: 5px solid;
                border-color: #e5e9ec;
            }
        }
        
                .btn-primary, .btn-primary[disabled], .btn-primary:focus, .btn-primary[disabled]:focus {
            color: #0d47a1 !important;
            background: #e3f2fd !important;
            border-color: #8aacc8;
            transition: background-color 0.2s, box-shadow 0.2s;
            box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
        }
        
                    .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus{
                color: #0d47a1;
                background: #e3f2fd !important;
                border-color: #8aacc8;
                transition: background-color 0.2s, box-shadow 0.2s;
            }
                    .label-primary {
            color: #0d47a1;
            background: #e3f2fd !important;
            border: 1px solid #8aacc8;
        }
                .btn-primary:hover, .btn-primary[disabled]:hover {
            color: #0a3d91 !important;
            background: #bbdefb !important;
            border-color: #607d8b;
            transition: background-color 0.2s, box-shadow 0.2s;
            box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
        }
        
                .btn-info, .btn-info[disabled], .btn-info:focus, .btn-info[disabled]:focus {
            color: #006064 !important;
            background: #e0f7fa !important;
            border-color: #0097a7;
            transition: background-color 0.2s, box-shadow 0.2s;
            box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
        }
        
                .label-info {
            color: #006064;
            background: #e0f7fa !important;
            border: 1px solid #0097a7;
        }
                .btn-info:hover, .btn-info[disabled]:hover {
            color: #005554 !important;
            background: #b2ebf2 !important;
            border-color: #00796b;
            transition: background-color 0.2s, box-shadow 0.2s;
            box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
        }
        
                .btn-success, .btn-success[disabled], .btn-success:focus, .btn-success[disabled]:focus {
            color: #1b5e20 !important;
            background: #e8f5e9 !important;
            border-color: #388e3c;
            transition: background-color 0.2s, box-shadow 0.2s;
            box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
        }
        
                .label-success {
            color: #1b5e20;
            background: #e8f5e9 !important;
            border: 1px solid #388e3c;
        }
                .btn-success:hover, .btn-success[disabled]:hover {
            color: #165c1a !important;
            background: #c8e6c9 !important;
            border-color: #2e7d32;
            transition: background-color 0.2s, box-shadow 0.2s;
            box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
        }
        
                .btn-warning, .btn-warning[disabled], .btn-warning:focus, .btn-warning[disabled]:focus {
            color: #f57f17 !important;
            background: #fffde7 !important;
            border-color: #ff9800;
            transition: background-color 0.2s, box-shadow 0.2s;
            box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
        }
        
                .label-warning {
            color: #f57f17;
            background: #fffde7 !important;
            border: 1px solid #ff9800;
        }
                .btn-warning:hover, .btn-warning[disabled]:hover {
            color: #f47b14 !important;
            background: #fff8bd !important;
            border-color: #f57f17;
            transition: background-color 0.2s, box-shadow 0.2s;
            box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
        }
        
                .btn-danger, .btn-danger[disabled], .btn-danger:focus, .btn-danger[disabled]:focus {
            color: #d32f2f !important;
            background: #ffc2d7 !important;
            border-color: #c2185b;
            transition: background-color 0.2s, box-shadow 0.2s;
            box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
        }
        
                .label-danger {
            color: #d32f2f;
            background: #ffc2d7 !important;
            border: 1px solid #c2185b;
        }
                .btn-danger:hover, .btn-danger[disabled]:hover {
            color: #c2185b !important;
            background: #f48fb1 !important;
            border-color: #b71c1c;
            transition: background-color 0.2s, box-shadow 0.2s;
            box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
        }
        
                .btn-default, .btn-default[disabled], .btn-default:focus, .btn-default[disabled]:focus {
            color: #37474f !important;
            background: #dce2e5 !important;
            border-color: #607d8b;
            transition: background-color 0.2s, box-shadow 0.2s;
            box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
        }
        
                .label-default {
            color: #37474f;
            background: #dce2e5 !important;
            border: 1px solid #607d8b;
        }
                .btn-default:hover, .btn-default[disabled]:hover {
            color: #263238 !important;
            background: #c0c9ce !important;
            border-color: #455a64;
            transition: background-color 0.2s, box-shadow 0.2s;
            box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
        }
        
        