@import url("/media/templates/site/cassiopeia/css/startseite.css");

body {
	background-color: #ffffff;
}

main {
	line-height: 30px;
}

hr {
	border: 1px solid #bd9e46;
	opacity: 0.3;
}

.header-custom {
    width: 100%;
    box-sizing: border-box;
    background: #f8f8f8; /* Hintergrundfarbe (optional) */
    padding: 0 16vw; /* 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 */
    }
}


/* 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: #0e2d4e;*/
	background-image: linear-gradient(135deg, #0e2d4e, #0e2d4e);
	height: 5px;
}

.container-menu {
	width: 100%;
    /* width: 100vw;  Volle Bildschirmbreite */
    background-color: #ffffff; /* Weißer Balken Oben */
    padding: 0px 0; /* Etwas Innenabstand für das Menü */
	z-index: 1;
	/* border-bottom: 2px solid #bd9e46; */
}

.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-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 {
 /* margin-top: 1em;
  color: #fff;
  background-color: #0e2d4e;
  background-image: linear-gradient(135deg, #0e95d9, #04adee);*/
  padding-top: 30px;
  border-top: 1px solid #0d8ade;
  background: linear-gradient(#0e95d9, #04adee);
}

.footer-mini-nav {
  float: right;
  padding-top: 15px;
  width: 360px;
  height: 35px;
}

.footer-copyright {
  float: left;
  padding-top: 15px;
  width: 310px;
  height: 35px;
}

.container-search input {
   margin-top: 0px;
}


div#maximenuck113.maximenufixed {
  background-color: black;
}

#copyright {
	font-size: 12px;
    background-color: #3c3d3d;
    color: #ffffff;
    padding-bottom: 30px;
}

#copyright a {
    color: #7fd4fd;
    text-decoration: none;
}

h3._aktuelles {
    font-size: 15px;
    border-bottom: 1px solid;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.container-footer .mod-list li {
    list-style-type: none;
    padding: 0;
    margin: 0 60px 30px 0;
    float: left;
    max-width: 210px;
}

.container-footer .mod-list li a {
	font-weight: bold;
    text-decoration: none;
}

.mod-articles-category-introtext {
    margin-top: 10px;
}

.moduletable.claim {
	margin-top: -17px;
}

figure.center.item-image {
	text-align: center;
}

.com-content-article__body {
    padding: 45px 90px 1px 90px;
}

.com-content-article__body h2 {
	font-weight: normal;
    color: #474747;
	padding-bottom: 10px;
}

.com-content-category-blog__item.blog-item h2 {
	padding-bottom: 10px;
}

.com-content-category-blog__item.blog-item h2 a {
	font-weight: lighter;
    color: #474747;
	text-decoration: none;
	font-size: 24px;
}

.one-half {
    width: 450px;
    float: left;
    margin-right: 20px;
}