.bg-body {
  --bs-bg-opacity: 1;
  background-color: var(--bs-primary) !important;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-light-border-subtle);
  font-weight: 600;
}

nav .nav-item {
  padding-left: 2px;
  padding-right: 0px;
}

.nav-link {
  font-size: 20px;
  font-weight: 400;
  color: var(--bs-light);
  text-decoration: none;
  border-bottom: none !important;
  border-right: var(--bs-light) 1px solid;
}

.nav-item:last-child .nav-link {
  border-right: none;
}

.nav-link:focus, .nav-link:hover {
  color: var(--bs-light);
  text-decoration: none;
  border-bottom: rgba(255,255,255,0.5) dotted;
}

a.nav-link {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  line-height: 26px;
}

.navbar {
  background: var(--bs-primary);
  padding-bottom: 12px !important;
  padding-top: 14px !important;
}

@media (max-width: 575px) {
  .con-logo {
    max-width: 275px;
  }
}

picture img {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 992px) {
  .zoom-area p {
    margin-left: 400px;
  }
}

.zoom-area figure {
  float: left;
  margin-left: 0;
  margin-right: 20px;
  margin-top: 0;
  margin-bottom: 1em;
  width: 100%;
  max-width: 380px;
}

@media (max-width: 991px) {
  .zoom-area p {
    margin-left: 0;
  }
}

/* Fließtext-Bild-Formatierung */

/* Basis */
.zoom-area .zoom-wrapper{
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: visible;
}

.zoom-area .zoom-wrapper img{
  transition: transform .18s ease;
  transform-origin: center center;
  will-change: transform;
}

.zoom-area .zoom-close{
  display: none;
  margin-top: .5rem;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: .5rem;
  padding: .1rem .5rem;
  line-height: 1.2;
}

.zoom-area .zoom-wrapper.is-zoomed .zoom-close{
  display: inline-block;
}

/* Desktop: links fix, wächst nach rechts/oben/unten */
@media (min-width: 992px){
  .zoom-area .zoom-wrapper{ align-items: flex-start; }
  .zoom-area .zoom-wrapper img{ transform-origin: left center; }

  @media (hover: hover) and (pointer: fine){
    .zoom-area .zoom-wrapper:hover img{
      transform: scale(1.82);
    }
  }
}

/* MD und kleiner: Overlay-Zoom bis max Browserbreite */
@media (max-width: 991.98px){
  body.zoom-lock{ overflow: hidden; }

  .zoom-overlay{
    position: fixed;
    inset: 0;
    z-index: 1055;
    background: rgba(0,0,0,.55);
    padding: 1rem;
    box-sizing: border-box;

    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }

  .zoom-overlay.is-open{ display: flex; }

  .zoom-overlay img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 80vh;
    height: auto;
    object-fit: contain;
  }

  .zoom-overlay .zoom-close{
    display: inline-block;
    margin-top: .75rem;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: .5rem;
    padding: .1rem .6rem;
    line-height: 1.2;
  }
}


/* END Fließtext-Bild-Formatierung */

footer p {
  color: #ffffff;
  font-size: 14px;
}

footer a {
  color: #ffffff;
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
}

footer a:hover {
  text-decoration: none;
}

footer li {
  border-right: #ffffff 1px solid;
  padding-right: 26px;
  padding-left: 26px;
  line-height: 20px;
}

footer li:last-child {
  border-right: none;
}

footer svg {
  color: var(--bs-primary);
  border-radius: 14px;
  background: #ffffff;
  font-size: 26px;
  line-height: 24px;
  border: 2px solid rgb(255,255,255);
}

.list-inline-item:not(:last-child) {
  margin-right: 0;
}

