body {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background-color: #fcfcfc; }

p {
  color: #b3b3b3;
  font-weight: 300; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

a 
{
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; 
  color:  #004657;
}
a, a:hover 
{
    text-decoration: none !important;
}


  
h2 {
  font-size: 20px; }

body {
  position: relative; }
  body:before {
    position: absolute;
    content: "";
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }
  body.show-sidebar:before {
    opacity: 1;
    visibility: visible; }

  
.brand_color{color: #004657 !important;}  
.brand_bgcolor{background-color: #004657 !important;}   
.btn-link{color: #004657 !important;}
.btn-primary {background-color: #004657 !important;}
.brand
{
    max-width: 200px;
    max-height: 250px;
    
}
  
.site-section {
  padding: 7rem 0; }

aside, main {
  height: 100vh;
  min-height: 580px; }

aside {
  width: 300px;
  left: 0;
  z-index: 1001;
  position: fixed;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  background-color: #fff;
  -webkit-transition: 1s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
  transition: 1s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: 1s transform cubic-bezier(0.23, 1, 0.32, 1);
  transition: 1s transform cubic-bezier(0.23, 1, 0.32, 1);
  transition: 1s transform cubic-bezier(0.23, 1, 0.32, 1), 1s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1); }
  .show-sidebar aside {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  aside .toggle {
    padding-left: 30px;
    padding-top: 30px;
    position: absolute;
    right: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%); }
    .show-sidebar aside .toggle .burger:before, .show-sidebar aside .toggle .burger span, .show-sidebar aside .toggle .burger:after {
      background: #fff; }
  .show-sidebar aside {
    -webkit-box-shadow: 10px 0 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 10px 0 30px 0 rgba(0, 0, 0, 0.1); }
  aside .side-inner {
    padding: 10px 0;
    height: 100vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
    aside .side-inner .profile {
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      margin-bottom: 5px;
      padding-bottom: 30px;
      border-bottom: 1px solid #efefef; }
      aside .side-inner .profile .profile-img {
        width: 80px;
        margin: 0 auto 20px auto;
        border-radius: 50%; }
      aside .side-inner .profile .name {
        font-size: 18px;
        margin-bottom: 0; }
      aside .side-inner .profile .rolle {
        font-size: 14px;
        color: #cfcfcf; }
    aside .side-inner .counter 
    {
      margin-bottom: 10px;
      padding-bottom: 10px;
      border-bottom: 1px solid #efefef;
      text-align: center; 
      padding-left: 10px;
      padding-right: 10px;
    }
      aside .side-inner .counter div .number {
        display: block;
        font-size: 20px;
        color: #000; }
      aside .side-inner .counter div .modulname {
        color: #cfcfcf; }
      aside .side-inner .counter div .active {
        color: #004657; }
    aside .side-inner .nav-menu ul, aside .side-inner .nav-menu ul li {
      padding: 0;
      margin: 0px;
      list-style: none; }
    aside .side-inner .nav-menu ul li a {
      display: block;
      padding-left: 30px;
      padding-right: 30px;
      padding-top: 10px;
      padding-bottom: 10px;
      color: #8b8b8b;
      position: relative;
      -webkit-transition: .3s padding-left ease;
      -o-transition: .3s padding-left ease;
      transition: .3s padding-left ease; }
      aside .side-inner .nav-menu ul li a:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 0px;
        background-color: #ff7315;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: .3s opacity ease, .3s visibility ease, .3s width ease;
        -o-transition: .3s opacity ease, .3s visibility ease, .3s width ease;
        transition: .3s opacity ease, .3s visibility ease, .3s width ease; }
      aside .side-inner .nav-menu ul li a:active, aside .side-inner .nav-menu ul li a:focus, aside .side-inner .nav-menu ul li a:hover {
        outline: none; }
      aside .side-inner .nav-menu ul li a:hover {
        background: #fcfcfc;
        color: #000; }
        aside .side-inner .nav-menu ul li a:hover:before {
          width: 4px;
          opacity: 1;
          visibility: visible; }
    aside .side-inner .nav-menu ul li.active a {
      background: #fcfcfc;
      color: #000; }
      aside .side-inner .nav-menu ul li.active a:before {
        opacity: 1;
        visibility: visible;
        width: 4px; }

.nav-menu ul .submenu {
  display: none; /* Verstecke das Untermenü standardmäßig */
  padding-left: 20px !important; /* Optional: etwas Einrückung für das Untermenü */
}

.nav-menu ul .submenu li {
  margin-top: 5px; /* Optional: Abstand zwischen den Untermenü-Elementen */
}
   
      
main {
  width: calc(100%); }
  main .post-entry {
    margin-bottom: 30px; }
    main .post-entry .custom-thumbnail {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
      flex: 0 0 80px;
      margin-right: 30px; }
  main .post-content h3 {
    font-size: 18px; }
  main .post-content .post-meta {
    font-size: 15px;
    color: #ccc; }

/* Burger */
.burger {
  width: 28px;
  height: 32px;
  cursor: pointer;
  position: relative;
  z-index: 99;
  float: right; }

.burger:before, .burger span, .burger:after {
  width: 100%;
  height: 2px;
  display: block;
  background: #000;
  border-radius: 2px;
  position: absolute;
  opacity: 1; }

.burger:before, .burger:after {
  -webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  content: ""; }

.burger:before {
  top: 4px; }

.burger span {
  top: 15px; }

.burger:after {
  top: 26px; }

/* Hover */
.burger:hover:before {
  top: 7px; }

.burger:hover:after {
  top: 23px; }

/* Click */
.burger.active span {
  opacity: 0; }

.burger.active:before, .burger.active:after {
  top: 40%; }

.burger.active:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5);
  /*for IE*/ }

.burger.active:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-5);
  /*for IE*/ }

.burger:focus {
  outline: none; }


.side-inner .logo
{
   max-width: 200px;
   max-height: 100px;
   margin-bottom: 20px;
}

.design-select {
  width: 80%; /* Breite des Select-Feldes */
  padding: 0px; /* Innenabstand für Text */
  border: 0px solid #cfcfcf; /* Leichte Rahmenfarbe */
  border-radius: 5px; /* Abgerundete Ecken */
  font-size: 14px; /* Schriftgröße */
  background-color: #ffffff; /* Hintergrundfarbe */
  color: #000;
  outline: none; /* Entfernt den Fokusrahmen */
  appearance: none; /* Entfernt den Standard-Stil */
  cursor: pointer; /* Zeigt den Mauszeiger an */
  text-align: center; /* Text im Select zentrieren */
  text-align-last: center; /* Text der ausgewählten Option zentrieren */

}

.design-select:hover {
  background-color: #000; /* Leicht dunklerer Hintergrund beim Hover */
  color: #ff7315;
}

.design-select option {
  padding: 10px; /* Innenabstand für Optionen */
  text-align: center; /* Text innerhalb der Optionen zentrieren */
}

.sidebar .col 
{
    cursor: pointer;
}

.sidebar .icon
{
    max-height: 50px;
    max-width: 50px;
    padding-bottom: 10px;
    transition: filter 0.3s ease-in-out;
}

.icon-inactive 
{
        filter: grayscale(100%);
        opacity: 0.5;
}

.icon-active
{
        filter: none;
        opacity: 1;
}

.icon-inactive:hover
{
   filter: none;
   opacity: 1;
}

.container-fluid {
  max-width: calc(100% - 150px) !important; /* Breite um 320px reduziert */
  margin-left: 100px !important;
  margin-right: 50px;
}

.nav-menu .icon
{
    max-width: 30px;
    max-height: 30px;
}

.has-submenu > .submenu 
{
    border:none;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); /* Anfangszustand (leichter Schatten) */
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2); /* Kräftigerer Schatten beim Öffnen */
    border: 1px solid #eaeaea;
}

.modul-item
{
    margin-bottom: 10px;
}

/* Hover-Effekt für Tabellenzeilen */
#produkte-sortable tr:hover {
    background-color: #C6E2FF !important;
    color: #000 !important;
}

/* Zusätzlich sicherstellen, dass alle Elemente innerhalb der Zeile ebenfalls die richtige Farbe bekommen */
#produkte-sortable tr:hover td,
#produkte-sortable tr:hover a,
#produkte-sortable tr:hover span {
    color: red !important;
    background-color: #C6E2FF !important;
}

/* Bei Hover sollen Links/Buttons lesbar bleiben */
#produkte-sortable tr:hover .btn {
    color: initial !important;
}

.nav_logout
{
    border-top: 1px solid rgb(239, 239, 239);
}

/* CSS für die Sidebar, um sie korrekt zu verbergen/anzuzeigen */
.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 300px; /* Passe an die Breite deiner Sidebar an */
    background-color: #fff; /* Farbe anpassen */
    transition: transform 0.3s ease-in-out;
    z-index: 9998;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    overflow-y: auto;
    
    /* Standardmäßig ausgeblendet durch Verschieben nach links */
    transform: translateX(-100%);
}

/* Wenn .show-sidebar auf body ist, zeige die Sidebar an */
body.show-sidebar .sidebar {
    transform: translateX(0);
}

/* Zusätzliche Stile für den Body beim Übergang */
body {
    transition: padding-left 0.3s ease-in-out;
}

body.show-sidebar {
    padding-left: 300px; /* Sollte der Breite der Sidebar entsprechen */
}

/* Responsive Anpassungen */
@media (max-width: 768px) {
    body.show-sidebar {
        padding-left: 0;
    }
    
    body.show-sidebar .sidebar {
        transform: translateX(0);
        width: 250px;
    }
    
    body.show-sidebar .js-menu-toggle {
        left: 270px;
    }
}

/* Verbesserte Styles für den Hamburger-Button */
.js-menu-toggle {
    position: fixed;
    left: 20px;
    top: 20px;
    z-index: 9999;
    background-color: #004657; /* Zu deiner Brand-Farbe geändert */
    border: none;
    width: 44px;
    height: 44px;
    border-radius: 50%; /* Runder Button statt quadratisch */
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    opacity: 0.9; /* Leicht transparent */
}

.js-menu-toggle:hover {
    opacity: 1; 
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

body.show-sidebar .js-menu-toggle {
    left: 320px; /* 300px (Sidebar-Breite) + 20px Abstand */
    background-color: #fff; /* Weißer Hintergrund wenn Sidebar offen */
    border: 1px solid #eaeaea;
}

/* Hamburger-Icon */
.hamburger-icon {
    position: relative;
    width: 20px;
    height: 2px;
    background-color: white;
    transition: all 0.3s;
    left: -7px;
}

.hamburger-icon:before,
.hamburger-icon:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: white;
    transition: all 0.3s;
}

.hamburger-icon:before {
    top: -6px;
}

.hamburger-icon:after {
    top: 6px;
}

/* Animation für das Icon, wenn aktiv */
.js-menu-toggle.active .hamburger-icon {
    background-color: transparent;
}

.js-menu-toggle.active .hamburger-icon:before,
.js-menu-toggle.active .hamburger-icon:after {
    background-color: #004657; /* Icon-Farbe ändern wenn aktiv */
}

.js-menu-toggle.active .hamburger-icon:before {
    transform: rotate(45deg);
    top: 0;
}

.js-menu-toggle.active .hamburger-icon:after {
    transform: rotate(-45deg);
    top: 0;
}

/* In der mobilen Ansicht den Button kleiner machen */
@media (max-width: 768px) {
    .js-menu-toggle {
        width: 40px;
        height: 40px;
    }
}

/* Allgemeine Stile für An- und Abreisen */
.section-divider {
    height: 2rem;
    background-color: rgba(0, 0, 0, 0.03);
    border: none;
}

/* Sonntags-Button Styling */
.sunday-btn {
    background-color: #FFB6C1;
}

.btn-primary.sunday-btn {
    background-color: #7e2a5d;
    border-color: #7e2a5d;
}

/* Abreise-Zeilen Styling (ehemals pink) */
.table > tbody > tr.abreise-row > td {
    background-color: #FF92A5 !important;
    color: #000 !important;
    --bs-table-accent-bg: #FF92A5 !important;
    --bs-table-bg: #FF92A5 !important;
}

/* Anreise-Zeilen Styling (ehemals hellgrün) */
.table > tbody > tr.anreise-row > td {
    background-color: #92D050 !important;
    color: #000 !important;
    --bs-table-accent-bg: #92D050 !important;
    --bs-table-bg: #92D050 !important;
}

/* Zimmerwechsel-Zeilen Styling */
.table > tbody > tr.wechsel-abreise-row > td {
    background-color: #FF92A5 !important;
    color: #000 !important;
    --bs-table-accent-bg: #FF92A5 !important;
    --bs-table-bg: #FF92A5 !important;
}

.table > tbody > tr.wechsel-anreise-row > td {
    background-color: #FFC000 !important; /* Orange statt #fbc795 für besseren Kontrast in Bootstrap 5 */
    color: #000 !important;
    --bs-table-accent-bg: #FFC000 !important;
    --bs-table-bg: #FFC000 !important;
}

/* Überschreiben des Hover-Effekts für farbige Zeilen */
.table-hover > tbody > tr.abreise-row:hover > td,
.table-hover > tbody > tr.anreise-row:hover > td,
.table-hover > tbody > tr.wechsel-abreise-row:hover > td,
.table-hover > tbody > tr.wechsel-anreise-row:hover > td {
    --bs-table-accent-bg: inherit !important;
    filter: brightness(0.95);
}

/* Tabellen-Anpassungen für Bootstrap 5 */
.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

/* Bootstrap 5 Farbanpassungen */
.table-danger {
    --bs-table-bg: #FF92A5 !important;
    --bs-table-striped-bg: #FF92A5 !important;
    --bs-table-active-bg: #FF92A5 !important;
    --bs-table-hover-bg: #ff8599 !important;
    color: #000 !important;
}

.table-success {
    --bs-table-bg: #92D050 !important;
    --bs-table-striped-bg: #92D050 !important;
    --bs-table-active-bg: #92D050 !important;
    --bs-table-hover-bg: #85c043 !important;
    color: #000 !important;
}

.table-warning {
    --bs-table-bg: #FFC000 !important;
    --bs-table-striped-bg: #FFC000 !important;
    --bs-table-active-bg: #FFC000 !important;
    --bs-table-hover-bg: #efb500 !important;
    color: #000 !important;
}

/* Responsive Anpassungen */
@media (max-width: 768px) {
    .table th, .table td {
        padding: 0.5rem;
        font-size: 0.875rem;
    }
    
    .container-fluid {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    
    h1 {
        font-size: 1.75rem;
    }
    
    h2 {
        font-size: 1.5rem;
    }
}



/* Gemeinsamer Container für die Badge-Gruppen */
.tag-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background-color: #fcfcfc;
}

/* Einzelnes Badge mit Icon */
.tag-badge {
    display: flex;
    align-items: center;
    min-width: 180px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 4px;
    margin-bottom: 6px;
    background-color: #f8f9fa;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

/* Badge-Text */
.tag-badge .badge {
    flex-grow: 1;
    text-align: left;
    padding: 6px 10px;
    font-size: 0.9rem;
}

/* Löschen-Button */
.tag-badge .btn-remove {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    padding: 0;
    margin-left: 5px;
    border-radius: 50%;
    font-size: 22px;    /* Größere Schrift für ein größeres X */
    font-weight: bold;
}

/* Icon im Button */
.tag-badge .btn-remove i {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
}

/* Responsive Anpassungen */
@media (max-width: 768px) {
    .tag-badge {
        min-width: 150px;
    }
}
