/* roboto-flex-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: 'Roboto Flex';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/roboto-flex-v9-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }

  body {
    /*font-family: 'Roboto Flex', sans-serif; /* Fallback auf eine Standardschriftart, falls 'Roboto Flex' nicht geladen werden kann */
    /*font-size: 16px;*/
    hyphens: auto;
  }


  

  img {
    max-width: 100%;
    height: auto;
  }
 

p {
  font-size:21px;
  line-height: 40px;
}
 

  .lingtoheadline {
    text-decoration: none;

  }





  .lead {
    font-weight: 600;
    line-height: 26px;
    font-weight: 400;
  }

    .lead-news {
    font-size:   24px;
    font-weight: 600;
    line-height: 40px;
    font-weight: 600;
    color: var(--bs-body-color);
  }

  /* If the screen size is 601px wide or more, set the font-size of <div> to 80px */
@media screen and (min-width: 601px) {
  h1 {
    font-size: 48px;
  }
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 600px) {
  h1 {
    font-size: 48px;
    line-height:50px;
  }
}



img.headline2Image {
  width:100%;
  max-width:100%px;
}



.breadcrumb li {
  line-height: 40px;
  font-weight: bold;
  
}



.card-body {
  flex: none;
}

.list-group-item {
  border:0;
}

list-group {
  border:0;
}



.list-group-item span {
  margin-top:-10px;
}



.hamburger-menu {
  display: inline-block;
  cursor: pointer;
 /* width: 30px; /* Breite des Menüs */
  height: 25px; /* Höhe des Menüs */
  margin-top:10px;
}



/* Arrows */

.arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  margin-bottom: 2px;
}

.arrowright {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.arrowleft {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.arrowup {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.arrowdown {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.offcanvas-body > ul > li > a.nextmenu {
margin-left:20px;


}

.offcanvas-body {
  padding: 0;
}

.offcanvas-body > ul {
  margin:0;
  padding: 0;
}
.offcanvas-body li::marker {
  content: '';
  font-size: 1.2em;
}

.offcanvas-body > ul > li {
  line-height: 36px;
  font-size: 24px;
  margin-top: 10px;
  border-bottom: 1px solid #000;
  left:0;
  padding-left: 20px;
  padding-bottom: 10px;
}

.shortlinksNav {
  margin-left: 20px;
  margin-bottom: 0;
  font-weight: 600;
}

.relKeyword {
  font-weight: bold;
}

.relContent {
margin-top: -20px;
}

h2.relTitleH {
  font-size:32px;
  line-height: 38px;
  margin-top: 20px;
  margin-bottom: 20px;;
  text-align: center;
}

.useful-links {
  font-size:21px;
}

.linkintern {
  text-decoration: underline;
  font-weight: 600;
}

.display-1, .display-2, .display-3, .display-4, .display-5, .display-6 {

font-weight: 500;

.fullscreen-overlay {
    display: none; /* Versteckt initial */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    overflow: auto; /* Ermöglicht Scrollen */
}

/* Bild-Stile */
.fullscreen-overlay img {
    display: block;
    margin: auto;
    max-width: none; /* Keine Begrenzung der Breite */
    max-height: none; /* Keine Begrenzung der Höhe */
    transform: scale(1); /* Standardgröße */
    cursor: zoom-in;
    transition: transform 0.3s ease;
}

/* Bild gezoomt */
.fullscreen-overlay img.zoomed {
    transform: scale(2); /* Vergrößerung */
    cursor: zoom-out;
}