/* Beispiel für eine Hintergrundfarbe über 100 % Breite */
.grau { background-color: #708090; }

/*
   eventuell noch die Schriftfarbe anpassen
   p für Absatz
   h1 bis h6 für die Überschriften
*/

.grau p { color: #ffffff; }
.grau h2 { color: #ffffff; }

th, td {
	padding: 0;
}

#footer li:before {
	content: none;
}

.layout_latest figure {
	margin-bottom: 20px;
}

#article-90 {
  overflow: hidden;
}

#article-90 .mod_newslist {
  margin: 0 -12px 20px;
}

#article-90 .mod_newslist:not(.slick-initialized) {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-left: 0;
  margin-right: 0;
}

#article-90 .layout_latest {
  display: flex !important;
  flex-direction: column;
  height: auto;
  min-height: 100%;
  margin: 0 12px;
  padding: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-top: 0;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

#article-90 .layout_latest figure {
  width: 100%;
  aspect-ratio: 4 / 3;
  margin: 0;
  overflow: hidden;
  background: #f1f1f1;
}

#article-90 .layout_latest figure a {
  display: block;
  height: 100%;
}

#article-90 .layout_latest figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#article-90 .layout_latest .vlh-news-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 22px;
}

#article-90 .layout_latest p.info {
  order: -1;
  margin: 0 0 10px;
  color: #666;
  font-size: 0.8rem;
}

#article-90 .layout_latest h2 {
  margin: 0 0 12px;
  font-size: 1.2rem;
  line-height: 1.45rem;
}

#article-90 .layout_latest h2 a {
  color: #546ba6;
  text-decoration: none;
}

#article-90 .layout_latest h2 a:hover,
#article-90 .layout_latest h2 a:focus {
  color: #e89444;
  text-decoration: none;
}

#article-90 .layout_latest .ce_text {
  flex: 1 1 auto;
}

#article-90 .layout_latest .ce_text p {
  margin: 0 0 16px;
}

#article-90 .layout_latest p.more {
  margin: auto 0 0;
}

#article-90 > p {
  text-align: center;
}

#article-90 .layout_latest p.more a,
#article-90 > p .btn {
  display: inline-block;
  color: #fff;
  background: #e89444;
  border-radius: 4px;
  padding: 8px 14px;
  text-decoration: none;
}

#article-90 .layout_latest p.more a:hover,
#article-90 .layout_latest p.more a:focus,
#article-90 > p .btn:hover,
#article-90 > p .btn:focus {
  color: #fff;
  background: #546ba6;
  text-decoration: none;
}

#article-90 .slick-track {
  display: flex;
}

#article-90 .slick-slide {
  height: auto;
}

#article-90 .slick-prev,
#article-90 .slick-next {
  z-index: 2;
  width: 38px;
  height: 38px;
  background: #e89444;
  border-radius: 50%;
}

#article-90 .slick-prev {
  left: -2px;
}

#article-90 .slick-next {
  right: -2px;
}

#article-90 .slick-prev:before,
#article-90 .slick-next:before {
  color: #fff;
  font-size: 30px;
  line-height: 38px;
}

#article-90 .slick-disabled {
  opacity: 0.35;
}

#article-90 .slick-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 16px 0 0;
  padding: 0;
}

#article-90 .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
}

#article-90 .slick-dots li:before {
  content: none;
}

#article-90 .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  overflow: hidden;
  color: transparent;
  background: #d5d5d5;
  border: 0;
  border-radius: 50%;
}

#article-90 .slick-dots .slick-active button {
  background: #e89444;
}

#article-91 .mod_newslist .layout_latest .float_left {
  box-sizing: content-box;
  width: 200px;
  height: 150px;
  overflow: hidden;
}

#article-91 .mod_newslist .layout_latest .float_left a {
  display: block;
  height: 100%;
}

#article-91 .mod_newslist .layout_latest .float_left img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#article-91 .pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 20px;
  margin: 28px 0 0;
  padding-top: 18px;
  border-top: 1px dotted #d6b58f;
}

#article-91 .pagination p {
  margin: 0;
  color: #555;
  font-size: 0.875rem;
}

#article-91 .pagination ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#article-91 .pagination li {
  display: block;
  margin: 0;
  padding: 0;
}

#article-91 .pagination li:before {
  content: none;
}

#article-91 .pagination a,
#article-91 .pagination strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  min-height: 36px;
  padding: 7px 12px;
  color: #e89444;
  background: #fff;
  border: 1px solid #e89444;
  border-radius: 4px;
  line-height: 1.2;
  text-decoration: none;
}

#article-91 .pagination a:hover,
#article-91 .pagination a:focus {
  color: #333;
  background: #f8df71;
  border-color: #e89444;
  text-decoration: none;
}

#article-91 .pagination strong.active {
  color: #fff;
  background: #e89444;
  border-color: #e89444;
}

#article-91 .pagination .previous a,
#article-91 .pagination .next a {
  min-width: 0;
  padding-right: 14px;
  padding-left: 14px;
}

@media screen and (max-width: 37.5em) {
  #article-91 .pagination {
    justify-content: center;
  }

  #article-91 .pagination p {
    flex: 0 0 100%;
    text-align: center;
  }

  #article-91 .pagination ul {
    justify-content: center;
  }
}

@media screen and (max-width: 56.25em) {
  #article-90 .mod_newslist {
    margin-left: -28px;
    margin-right: -28px;
  }
}

@media screen and (max-width: 37.5em) {
  #article-90 .mod_newslist {
    margin-left: -44px;
    margin-right: -44px;
  }

  #article-90 .layout_latest .vlh-news-card__body {
    padding: 18px;
  }
}

.slick-slide img {
	width: 100%;
}

.ce_slick_slider button {
	background: none;
}

.ie .ce_vlh_gallery {
	display: flex!important;
	flex-wrap: wrap;
}

.mm-listitem strong {
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 10px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
    text-decoration: none;
}

.ce_vlh_gallery.gedenken .element {
  margin-bottom: 20px;
  border: 4px solid #000;
}

.vlh-image-placeholder {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  background: #f1f1f1;
  border: 1px solid #ddd;
}

.content-gallery ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px 48px;
  margin: 0 0 1em 0;
  padding: 0;
  list-style: none;
}

.content-gallery li {
  padding-left: 0;
}

.content-gallery li:before {
  content: none;
}

.content-gallery figure {
  margin: 0;
}

.content-gallery img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 34.37em) {
  .content-gallery--cols-2 ul,
  .content-gallery--cols-3 ul,
  .content-gallery--cols-4 ul,
  .content-gallery--cols-5 ul,
  .content-gallery--cols-6 ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 48em) {
  .content-gallery--cols-3 ul {
    grid-template-columns: repeat(3, 1fr);
  }

  .content-gallery--cols-4 ul,
  .content-gallery--cols-5 ul,
  .content-gallery--cols-6 ul {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (min-width: 68.75em) {
  .content-gallery--cols-5 ul {
    grid-template-columns: repeat(5, 1fr);
  }

  .content-gallery--cols-6 ul {
    grid-template-columns: repeat(6, 1fr);
  }
}

.ce_slick_slider h2 a:before {
  content: "\f1b0";
  background-color: #e89444;
  color: white;
  border-radius: 50%;
  line-height: normal;
  margin-right: 10px;
  font-family: "Font Awesome 5 Free";
  padding: 6px;
  text-decoration: none;
}

.headline-check > h1:before,
.headline-check > h2:before,
.headline-check > h3:before,
.headline-check > h4:before,
.headline-check > h5:before,
.headline-check > h6:before {
  content: "\f058";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25em;
  height: 1.25em;
  background-color: #e89444;
  color: #fff;
  border-radius: 50%;
  font-size: 0.72em;
  line-height: 1;
  margin-right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: 0.12em;
}


.ie .ce_vlh_gallery.xs-1 .element { width: 100%; }
.ie .ce_vlh_gallery.xs-2 .element { width: 48%; }
.ie .ce_vlh_gallery.xs-3 .element { width: 31.5%; }

@media screen and (min-width: 34.37em) {
.ie .ce_vlh_gallery.sm-1 .element { width: 100%;}
.ie .ce_vlh_gallery.sm-2 .element { width: 48%;}
.ie .ce_vlh_gallery.sm-3 .element { width: 31.5%;}
.ie .ce_vlh_gallery.sm-4 .element { width: 23%;}
}

@media screen and (min-width: 48em) {
.ie .ce_vlh_gallery.md-1 .element { width: 100%; }
.ie .ce_vlh_gallery.md-2 .element { width: 48%; }
.ie .ce_vlh_gallery.md-3 .element { width: 31.5%; }
.ie .ce_vlh_gallery.md-4 .element { width: 23%; }
.ie .ce_vlh_gallery.md-5 .element { width: 18.4%; }
}

@media screen and (min-width: 58.75em) {
.ie .ce_vlh_gallery.lg-1 .element { width: 100%; }
.ie .ce_vlh_gallery.lg-2 .element { width: 48%; }
.ie .ce_vlh_gallery.lg-3 .element { width: 31.5%; }
.ie .ce_vlh_gallery.lg-4 .element { width: 23%; }
.ie .ce_vlh_gallery.lg-5 .element { width: 18.4%;}
.ie .ce_vlh_gallery.lg-6 .element { width: 15%; }
}

@media screen and (min-width: 68.75em) {
.ie .ce_vlh_gallery.xl-1 .element { width: 100%; }
.ie .ce_vlh_gallery.sm-2 .element { width: 48%; }
.ie .ce_vlh_gallery.md-3 .element { width: 31.5%; }
.ie .ce_vlh_gallery.lg-4 .element { width: 23; }
.ie .ce_vlh_gallery.xl-5 .element { width: 18.4%;}
.ie .ce_vlh_gallery.xl-6 .element { width: 15%; }
}

#nav-mobile {
  display: none;
}

.mm-wrapper #nav-mobile {
  display: block;
}
