@import url("/media/templates/site/cassiopeia/css/startseite.css");

/* pt-sans-narrow-regular - latin */
@font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans Narrow'), local('PTSans-Narrow'),
       url('../fonts/pt-sans-narrow-v8-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/pt-sans-narrow-v8-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

body {
	background-color: #ffffff;
	color: #ffffff;
	font-family: 'PT Sans Narrow', Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}

main {
	background-color: #878786;
	margin-top: 0em;
	/*line-height: 36px;*/
}

.main-inhalt {
	padding: 45px 90px 1px 90px;
}

.site-grid {
    background-color: #4E4D50;
	margin-bottom: inherit;
}

.container-banner {
    margin: 0 0 0rem;
    display: block;
}

.container-component>:first-child,.container-sidebar-left>:first-child,.container-sidebar-right>:first-child,.container-component>*+*,.container-sidebar-left>*+*,.container-sidebar-right>*+* {
    margin-top: 0em
}

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 */
	flex-direction: column;
    align-content: space-around;
}

/* 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: #ffffff;
	/*background-image: linear-gradient(135deg, #0e2d4e, #0e2d4e);*/
}

.container-menu {
	width: 100%;
    /* width: 100vw;  Volle Bildschirmbreite */
    background-color: #ffffff;  /* Weißer Balken */
    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: #ffffff;
  text-decoration: none;
  font-size: 14px;
  /* text-shadow: 0 1px 0 #fff; */
}

.mod-breadcrumbs__divider { /*Breadcrumb Icon ausgeblendet*/
    display: none;
}

.breadcrumb-item+.breadcrumb-item:before {
    content: var(--breadcrumb-divider, ">>");
	color: #ffffff;
}

.breadcrumb {
  background-color: unset;
}

.breadcrumb > .active {
  color: #ffffff;
  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 {
  color: #000000;
  background-color: #ffffff;
  background-image: none;
  margin-top: 0em;
  /*border-top: 2px solid #bd9e46;*/
  padding-bottom: 50px;
}

.footer-mini-nav {
  float: right;
  padding-top: 15px;
  width: 360px;
  height: 35px;
}

.footer-copyright {
  float: left;
  padding-top: 0px;
  width: 300px;
  height: 35px;
}

.container-search input {
   margin-top: 0px;
}


div#maximenuck113.maximenufixed {
  background-color: black;
}



/* Hamm Layout - START - */

.main-inhalt h2 {
    font-family: 'PT Sans Narrow', Arial, Helvetica, sans-serif;
	font-size: 20pt;
    font-weight: normal;
    letter-spacing: 0.1em;
	margin: 15px 0 5px 0;
}

.main-inhalt h3 {
    font-family: 'PT Sans Narrow', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 20pt;
    letter-spacing: 0.1em;
    padding-bottom: 3px;
    border-bottom: 1px solid #4e4d50;
}

#Lmitte-inner {
    position: relative;
    max-width: 1320px;
    margin: 0 auto;
}

#Ltitel.home {
    height: 350px;
    max-width: 1320px;
}

#Ltitel.title {
    height: 300px;
    max-width: 1320px;
}

#Ltitel {
    max-width: 1320px;
    margin: 0 auto;
    background-color: #861327;
}

#Ltitel.home #Ltitellinks {
    height: 270px;
    width: 500px;
    padding-right: 67px;
    text-align: justify;
    font-size: 11pt;
}

#Ltitellinks {
    position: relative;
    float: left;
    width: 320px;
    text-align: left;
    padding: 40px 10px 10px 70px;
    color: #FFF;
    height: 230px;
}

#Ltitellinks {
    width: 480px; /*320*/
}

#Ltitellinks h1, #Ltitellinks h2 {
    color: #FFFFFF;
	font-family: 'PT Sans Narrow', Arial, Helvetica, sans-serif;
    font-weight: normal;
}

#Ltitel.home #Ltitelrechts {
    height: 350px;
}

#Ltitel.title #Ltitelrechts {
    height: 300px;
}


#Ltitel #Ltitelrechts {
	height: 200px;
}

#Ltitelrechts {
    position: relative;
    float: right; /*orig: float: left;*/
    max-width: 827px;
    height: 250px;
    overflow: hidden;
}

#Ltitel.home #Ltitelrechts img {
    max-height: 400px; /*350px*/
    width: auto;
}

#Labmelden {
    position: absolute;
    width: 67px;
    height: 18px;
    z-index: 4;
    left: 34px;
    color: #FFFFFF;
    top: 0px;
}

#Linhalt.home {
    max-width: 1200px;
    background-color: #878786;
    padding: 0;
    border-bottom: 0;
}
#Linhalt.home {
    height: 180px;
    max-width: 1320px !important;
}

#Linhalt.title {
    max-width: 1200px;
    background-color: #878786;
    padding: 0;
    border-bottom: 0;
}
#Linhalt.title {
    height: 180px;
    max-width: 1320px !important;
}

#Linhalt {
    clear: left;
    position: relative;
    max-width: 1060px;
    padding: 45px 100px 45px 100px;
    height: auto;
    min-height: 150px;
    z-index: 3;
    background-color: #878786;
    color: #FFFFFF;
    line-height: 1.2;
    margin: 0 auto;
    border-bottom: 1px #4e4d50 solid;
}

#Ltiteluntenlinks {
    position: relative;
    float: left;
    max-width: 600px;
    height: 250px;
}

#Ltiteluntenlinks {
    height: 230px !important;
}

#Ltiteluntenlinks img {
    max-height: 230px;
    width: auto;
}

#Ltiteluntenrechts {
    position: relative;
    float: left;
    width: 520px;
    height: 230px;
    padding: 10px 10px 10px 70px;
}

#Ltiteluntenrechts {
    height: 160px !important;
}

.news-eintrag-startseite {
    background-color: transparent;
    padding-top: 15px;
}

.news-text-startseite {
    position: relative;
    width: auto;
    padding: 0px;
}

.news-textinhalt-startseite {
    padding: 0px;
}

.menue-arbeit {
	max-width: 300px;
}

/* Hamm Layout - ENDE - */


/* Hamm Fotoalbum Layout - START - */

#fotoalbum ul.fotoalben-liste {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
}

#fotoalbum ul {
  overflow: hidden;
  padding-left: 0px;
  margin: 5px 0 25px;
}

#fotoalbum ul.fotoalben-liste li, #fotoalbum ul.fotoalben-inhalt li {
  display: inline-block;
  margin: 0 3px 2px 0;
  padding: 0;
}
#fotoalbum ul li {
  border-bottom: 0px solid #ccc;
  list-style-type: square;
  margin-left: 15px;
  padding: 5px 0 0 10px;
}
ul.fotoalben-liste li {
  background-color: #ffffff;
  max-width: 24%;
  margin: 2px;
}

@media (max-width: 768px) {
	ul.fotoalben-liste li {
		max-width: 48%;
	}
}

#fotoalbum ul.fotoalben-liste li img {
  float: left;
}

#fotoalbum ul.fotoalben-liste {
  list-style-type: none;
  list-style-position: outside;
}
.fotoalben-titel {
  font-weight: bold;
}

#fotoalbum ul.fotoalben-liste li img.mehr, #fotoalbum .news-liste .news-textinhalt img {
  margin-top: 5px;
}

strong.fotoalben-titel a {
  padding: 5px 20px;
  display: block;
  float: left;
  text-decoration: none;
  color: #666666;
  font-weight: normal;
  max-width: 90%;
  min-height: 85px;
}

.jg-image > .jg-image-caption, .jg-image-thumb + .jg-image-caption {
    padding: 0.5em 0;
    display: none;
}

/* Hamm Fotoalbum Layout - ENDE - */


/* Hamm Archiv Layout - START - */

.news-liste {
  display: flex;
  flex-direction: column;
  gap: 0.8em;
}

.news-liste img {
	display: inherit;
}

.news-eintrag {
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.4em;
}

.news-titel {
  font-size: 1.1em;
  font-weight: normal;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5em;
}

.news-datum {
  font-weight: bold;
  color: #555;
}

.news-titel a {
  color: #000;
  text-decoration: none;
}

.news-titel a:hover {
  text-decoration: underline;
}

.news-mehr img {
  width: 16px;
  height: auto;
  vertical-align: middle;
}

.archiv-inhalt {
	padding: 45px 90px 1px 90px;
}

.archiv-inhalt h2 {
    font-family: 'PT Sans Narrow', Arial, Helvetica, sans-serif;
	font-size: 14pt;
    font-weight: normal;
    letter-spacing: 0.1em;
	margin: 15px 0 5px 0;
	padding-bottom: 20px;
}

.archiv-inhalt img {
  width: 16px;
  height: auto;
  vertical-align: middle;
  display: inline;
}

.archiv-inhalt a {
  color: white;
  text-decoration: none;
}

.archiv-inhalt a:hover {
  text-decoration: underline;
}

/* Hamm Archiv Layout - ENDE - */

/* Hamm Presse Layout - START - */

.presse-bilder img {
	display: inline-block;
    margin: 10px;
}
/* Hamm Presse Layout - ENDE - */