@import url("/media/templates/site/cassiopeia/css/startseite.css");

.header-custom {
    width: 100%;
    box-sizing: border-box;
    background: #f8f8f8; /* Hintergrundfarbe (optional) */
    padding: 1vw 15vw; /* Links und rechts gleichmäßiger Abstand */
}

/* Flexbox-Container für die Hauptanordnung */
.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; /* Ermöglicht Umbruch bei kleinerer Breite */
}

/* Logo-Bereich */
.logo {
    flex-shrink: 0; /* Verhindert Skalierung des Logos */
}

/* Rechte Seite (Navigation + Suche) */
.header-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px; /* Abstand zwischen Navigation und Suche */
}

/* Responsive Anpassung */
@media (max-width: 768px) {
    .header-container {
        flex-direction: column;
        align-items: center; /* Zentriert Inhalte für mobile Ansicht */
        text-align: center;
    }

    .header-right {
        align-items: center; /* Navigation und Suche zentrieren */
    }
}

@media (width >= 1200px) {
  h1, .h1 {
    font-size: 1.9rem;
  }
}

h1, .h1 {
  font-size: calc(1.375rem + 0.1vw);
  font-weight: normal;
}

/* Alle Menülinks */
.mod-menu.mod-list.nav a {
  color: black;
  text-decoration: none;
  padding: 8px 12px;
  display: block;
}

/* Hover-Farbe */
.mod-menu.mod-list.nav a:hover {
  background-color: #e1e1e1;
}

.mod-menu.mod-list.nav li.active.deeper.parent > a {
  background-color: black !important;
  color: white !important;
}

.mod-menu.mod-list.nav li li.current > a {
  background-color: #eeeeee !important;
  color: black !important;
}

.menu.maximenuck li {
	list-style: none;
}

.container-header {
	background-color: #fff;
	background-image: linear-gradient(135deg, #fff, #cecece);
}

.container-menu {
	width: 100%;
    /* width: 100vw;  Volle Bildschirmbreite */
    background-color: black; /* Schwarzer Balken */
    padding: 0px 0; /* Etwas Innenabstand für das Menü */
	z-index: 1;
}

.container-menu .maximenuck {
    max-width: 1400px; /* Begrenzung für das Menü */
    margin: 0 auto; /* Zentrieren des Menüs */
}

.container-sidebar-left .sidebar-left:last-child {
	border: 0px;
}

.pathway {
  color: #6f6f6f;
  text-decoration: none;
  font-size: 14px;
  text-shadow: 0 1px 0 #fff;
}

.breadcrumb {
  background-color: unset;
}

.breadcrumb > .active {
  color: #999;
  font-size: 14px;
}

.custom-breadcrumbs {
	width: 100%;
    background-color: #e5e5e5; /* Grauer Balken */
    padding: 0px 0; /* Etwas Innenabstand für das Menü */
	/*z-index: 5;*/
}

.custom-breadcrumbs .mod-breadcrumbs__wrapper {
    max-width: 1400px; /* Begrenzung für das Menü */
    margin: 0 auto; /* Zentrieren des Menüs */
}

.page-header {
    background-color: black;
    color: yellow;
    /* height: 35px; */
    margin: 0 0 10px;
    padding: 8px 0 1px 14px;
    width: 66%;
}

.page-header-content {
    background-color: black;
    color: yellow;
    float: left;
    font-size: 14pt;
    margin: -21px 0 0;
    padding: 5px;
    width: 66%;
}

.footer .grid-child {
	display: block;
}

.footer {
  color: #fff;
  background-color: #000;
  background-image: linear-gradient(135deg, #000, #3e3e3e);
  margin-top: 1em;
}

.footer-mini-nav {
  float: right;
  padding-top: 15px;
  width: 360px;
  height: 35px;
}

.footer-copyright {
  float: left;
  padding-top: 15px;
  width: 290px;
  height: 35px;
}

.container-search input {
   margin-top: 0px;
}

div#maximenuck113.maximenufixed {
  background-color: black;
}

video.camera-control {
  height: auto !important;
  width: 100% !important;
}