@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-search {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  .container-search {
    position: static;
    transform: none;
    margin-top: 1em;
  }
}

.container-header .container-search {
  margin-top: 0;
}

.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: #454545;
  text-decoration: none;
  font-size: 14px;
  text-shadow: 0 1px 0 #fff;
}

.breadcrumb {
  background-color: unset;
}

.breadcrumb > .active {
  color: #1c1c1c;
  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;
}

/* VisForms Formularfelder links bündig -START- */

@media (width >= 1400px) {
  .wiesn-breakfast .offset-xxl-3 {
    margin-left: 1%;
  }
}

@media (width >= 1200px) {
  .wiesn-breakfast .offset-xl-3 {
    margin-left: 1%;
  }
}

@media (width >= 992px) {
  .wiesn-breakfast .offset-lg-3 {
    margin-left: 1%;
  }
}

@media (width >= 768px) {
  .wiesn-breakfast .offset-md-3 {
    margin-left: 1%;
  }
}

@media (width >= 576px) {
  .wiesn-breakfast .offset-sm-3 {
    margin-left: 1%;
  }
}

.wiesn-breakfast .offset-3 {
  margin-left: 1%;
}

@media (width <= 576px) {
  .wiesn-breakfast .col-9 {
   flex: none;
   width: 99%;
 }
}

/* VisForms Formularfelder links bündig -ENDE- */

/* Kachelmenü Start alte Seite -START- */

.start-content {
  height: 170px;
  margin-left: auto;
  margin-right: auto;
  max-width: 920px;
  position: relative;
}

#start-nav-content a {
  float: left;
  width: 150px;
  height: 150px;
  background-repeat: no-repeat;
  margin: 12px;
  padding: 5px;
  position: relative;
  color: white;
}

a.start-tile-01 {
  background-color: #2f55a7;
  background-image: url("../images/icon-start/icon-kopier-white.png");
  background-position: center 25px;
}

.start-tile-03 {
  background-color: #772f2f;
  background-image: url("../images/icon-start/icon-software-white.png");
  background-position: center 22px;
}

.start-tile-04 {
  background-color: #2f7b3a;
  background-image: url("../images/icon-start/icon-managed-white.png");
  background-position: center 25px;
}

.start-tile-05 {
  background-color: #2f85a0;
  background-image: url("../images/icon-start/icon-praesentation-white.png");
  background-position: center 25px;
}

.start-tile-06 {
  background-color: #584882;
  background-image: url("../images/icon-start/icon-it-service-white.png");
  background-position: center 25px;
}

/* Kachelmenü Start alte Seite -ENDE- */