/*
/* fira-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/fira-sans-v18-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* fira-sans-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/fira-sans-v18-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* fira-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/fira-sans-v18-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* fira-sans-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/fira-sans-v18-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* fira-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/fira-sans-v18-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* fira-sans-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/fira-sans-v18-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* fira-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/fira-sans-v18-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* fira-sans-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/fira-sans-v18-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* Zeigt Untermenüs an, wenn ein Menüpunkt aktiv ist oder im Pfad liegt */
aside .inside .active .level_2 {
    display: block;
}

body {
  font-family: "Fira Sans", sans-serif;
  line-height: 1.7rem;
}

aside .active > ul.level_2,
aside .trail > ul.level_2 {
    display: block;
}

/* Untermenüs standardmäßig verstecken */
aside ul.level_2 {
    display: none;
}

aside .level_2 li a {
    background: #f5f5f5;
}

.nav-sidebar .level_2 strong {
    background: #666666;
}

.nav-main .level_1 {
  gap: 0 2rem;
  justify-content: flex-start;
  align-items: center;
}

.swiper-slide .content-text .text-wrapper {
  background: #CDE892;
  min-height: 350px;
}

#nav-zeile-header {
    display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: #F9FAFB;
  padding: 0.5rem 1.5rem;
}

#nav-zeile-header li {
  background: #cde892;
  padding: 4px 8px;
  border-radius: 0px;
}

#nav-sub a {
  font-weight: 400;
}

#nav-zeile-header .inside {
  width: 100%;
  max-width: 100rem;
}

 .mod_article:first-child .mod_article__inner {
   padding-top: calc(.5*2rem);
  }
  
  .nav-main li.nav-expanded>ul {
   display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 Spalten */
  gap: 20px; /* Abstand zwischen Zellen */
  position: fixed;
  width: 70vw;
  margin-left: 15vw;
  margin-right: 15vw;
  left:0;
  height: auto;
}

.layout_latest + .layout_latest {
  margin-top: 0rem;
}

.mod_article__inner > .mod_newslist:not([class*="col-"]) {
  display: grid;
  gap: 2em;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));   
  grid-template-rows: masonry;
}
  
.mod_article__inner > .mod_newslist:not([class*="col-"]) {
  grid-column: 1/13;
}
.layout_latest h2 {
  text-align: left;
  font-size: 1.6rem !important;
}

#article-191 h2 {
 color: #fff;
}

#article-191 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background: #707680;
  color: #fff;
}

#article-1, #article-196 {
  background: #ededed;
  padding-top: 3rem;
  padding-bottom: 5rem;
}

.layout_latest {
  background: #fff;
  border-radius: 0;
  padding: 0;
  position: relative;
}

#article-189 {
  padding-top: 3rem;
}

#shortlinks {
  color: #25455f;
  z-index: 1000;
  left: 0;
}

.shortlinks {
  position: fixed;
  top: 0;
  border-top: none;
  z-index: 1000;
  display: flex;
  align-items: center;
  height: 100%;

}

.container {
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: 100%;
}

.content-hyperlink {
  background: #203b51;
  padding: 10px 10px 3px 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

#container {
    padding-bottom: 0rem;
  }
  
.content-headline {
  font-size: 1.5rem;
}

.button-primary, form .submit {
  background: hsl(206.9, 43.9%, 25.9%);
}

.layout--1-column .mod_article, [id="footer"] {
  padding: 4rem;
}

.content-headline {
  font-size: 2.5rem;
}

.link:hover, .mod_sitemap a:hover, .pagination a:hover, .link:focus, .mod_sitemap a:focus, .pagination a:focus, .hyperlink_txt:hover, .hyperlink_txt:focus, .external-link:hover, .external-link:focus, a:not([class], figure > a):hover, a:not([class], figure > a):focus {
  color: #5AAA00;
}

@media only screen and (min-width: 64rem) {
  .nav-main :is(a:hover, a:focus, a.trail, strong) {
    color: var(--secondary-900);
    text-decoration-color: #5AAA00;
  }
}

.kontakt {
  font-size: 1.5rem;
}

.header {
  background: #cde892;
  position: absolute;
  padding: 30px;
}

.masonry {   
  display: grid;   
  gap: 2em;   
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));   
  grid-template-rows: masonry; 
}

.masonry-termine {
  display: grid;   
  gap: 2em;   
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));   
  grid-template-rows: masonry;
}

.kachel-termin {
  position: relative;
  width: 100%;
  max-width: 450px;
  border-radius: 0px;
  overflow: hidden;
}

.item {
  background: #CDE892;
  padding: 20px;
}

.info, .layout_latest h2, .layout_latest .ce_text {
  padding: 0 20px;
}

.layout_latest .ce_text {
  margin-bottom: 50px;
}

li .home {
  display: none;
}

.more {
  text-align: right;
}

.layout_latest .more a {
  border-radius: 0;
  background: #203B51;
  border: 0;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
}

.layout_latest .more a:focus, .layout_latest .more a:hover {
  background: #CDE892;
  color: #203B51;
}

.button--lg, form .submit {
  border-radius: 0rem;
}

.button-primary:hover, form .submit:hover, .button-primary:focus, form .submit:focus {
  background: #081c2b;
}

.swiper-button-next, .swiper-button-prev {
  border-radius: 0rem;
}

.swiper-button-next:is(:hover, :focus-visible), .swiper-button-prev:is(:hover, :focus-visible) {
  background: #081c2b;
}

.layout_latest .more {
  /* Der Textbereich nimmt den gesamten freien Platz ein und drückt den Button nach unten */
  flex-grow: 1; 
}


.kachel {
  position: relative;
  width: 100%;
  max-width: 650px; /* Maximale Breite der Kachel */
  border-radius: 0px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  min-height: 300px;
}

.kachel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Halbtransparentes Schwarz */
  display: flex;
  align-items: center; /* Vertikale Zentrierung */
  justify-content: center; /* Horizontale Zentrierung */
  opacity: 1; /* Overlay ist standardmäßig unsichtbar */
  transition: opacity 0.3s ease; /* Weiche Einblendung */
}

/* Hover-Effekt */
.kachel:hover .overlay {
  opacity: 0;
}

.titel {
  color: #fff;
  margin: 0;
  padding: 10px;
  text-align: center;
  transition: transform 0.3s ease;
}

.flex {
  display: flex;
}

.md\:flex-row {
    flex-direction: row;
  }
  
    .lg\:-ml-36 {
    margin-left: -144px;
  }
  
   .md\:mb-12 {
    margin-bottom: 48px;
  }
  
   .md\:pr-16 {
    padding-right: 64px;
  }
  
   .md\:pl-11 {
    padding-left: 44px;
  }
  
   .md\:py-16 {
    padding-bottom: 64px;
    padding-top: 64px;
  }
  
    .md\:w-\[57\%\] {
    width: 57%;
  }
  
   .md\:mt-12 {
    margin-top: 48px;
  }
  
  .bg-primary-500 {
  --tw-bg-opacity: 1;
  background-color: #CDE892;
}
  .md\:order-2 {
    order: 2;
  }

 .md\:order-1 {
    order: 1;
    z-index: 1;
  }
  
  .card-item {
  background-color: #fff;
  height: calc(100% - 1rem);
  margin-bottom: 1rem;
  box-shadow: 0 0 15px rgba(0,0,0,0.15);
  transition: all 0.5s;
}

.model-search-listing-view .card-item {
  height: calc(100% - 2rem);
  margin-bottom: 2rem;
  opacity: 0;
  transition: opacity 1.5s;
}

.card-item-event-element {
  display: flex;
  position: relative;
}

.card-item-event-element-left {
  line-height: 1.2;
  color: #fff;
  text-align: center;
  background-color: #CDE892;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  max-width: 120px;
  display: flex;
}

.card-item-event-element-right {
  height: 100%;
  width: 100%;
}

.card-item-body {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.card-item-event-element .card-item-body-text {
  padding: 0.8rem 0.8rem;
}

.card-item-bottom-more-link a::after, .card-item-report-bottom-more-link a::after {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 0;
  opacity: 0;
  transition: all 0.5s;
}

.card-item-event-element-left-date {
  padding: 0.8rem;
  margin: auto;
}

.card-item-event-element-left {
  line-height: 1.2;
  color: #fff;
  text-align: center;
}

.card-item-event-element-left-date-day {
  font-size: 2.5rem;
}

.card-item-event-element-left {
  line-height: 1.2;
  color: #203B51;
  text-align: center;
}

.card-item .card-item-bottom-more-link a, .card-item .card-item-report-bottom-more-link a, .card-item .badge {
  transition: all 0.5s;
}

.card-item-sector {
  margin-bottom: 0.5rem;
}

.badge-primary {
  background: #EDEDED;
  color: #203B51;
}

.card-item-event-element-left .badge-primary {
  background: transparent;
  margin-bottom: 0;
  padding: 0;
}

.badge {
  font-size: 100%;
  position: relative;
  top: -1px;
  border-radius: 3px;
  text-transform: uppercase;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 90%;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}

.card-item-heading {
  font-size: 1.15rem;
  text-transform: none;
}

.card-item-bottom-more-link {
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #203B51;
}

.card-item-bottom-more-link:hover {
  background: #CDE892;
}

.card-item-bottom-more-link a, .card-item-report-bottom-more-link a {
  padding: 0.5rem 1rem;
  position: relative;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.card-item-bottom-more-link a:hover, .card-item-report-bottom-more-link a:hover {
  color: #203B51;
}

.kategorie {
  background: #203B51;
  color: #fff;
}