@charset "UTF-8";
/* CSS Document */
html, body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
}
body {
  padding-top: 30px;
}
.rahmen_silber {
  border: thin solid rgba(157, 159, 183, 1.00);
}
/*Menueleiste*/
@media (max-width: 991.98px) {
  .offcanvas-collapse.open {
    visibility: visible;
    transform: translateX(-100%);
  }
  .offcanvas-collapse {
    position: fixed;
    top: 56px; /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
  }
}
.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}
.nav-scroller .nav {
  color: rgba(255, 255, 255, .75);
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.nav-scroller .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
  color: #6c757d;
}
.nav-scroller .nav-link:hover {
  color: #FFFFFF;
}
.nav-scroller .active {
  font-weight: 500;
  color: #0A0E0F;
}
.dropdown-divider {
  border-bottom: thin solid rgba(128, 128, 128, 1.00);
}
.bd-mode-toggle {
  z-index: 1500;
}
.bd-mode-toggle .dropdown-menu .active .bi {
  display: block !important;
}
/*Farbe Menueleiste*/
.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(15, 18, 18, 1.00) !important;
}
/*Abgedunkelter Hintergrund*/
.offcanvas-backdrop {
  background-color: rgba(0, 0, 0, 0.50);
}
/*Farbe des Offcanvas*/
.text-bg-dark {
  color: #fff !important;
  background-color: rgba(10, 14, 15, 0.80) !important
}
/*Position Hamburger rechts oben*/
.navbar-toggler {
  display: block;
  margin-left: auto;
}
/*Menueleistenicons oder was auch immer*/
.bi {
  vertical-align: -.125em;
  fill: currentColor;
}
.navbar-toggler:focus {
  box-shadow: none;
}
/*Bilder*/
.rahmen-lrb {
  border-bottom: thin solid rgba(14, 17, 17, 1.00);
  border-right: thin solid rgba(14, 17, 17, 1.00);
  border-left: thin solid rgba(14, 17, 17, 1.00);
}
/*Bilder*/
.bildmitte {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  padding-right: 0px;
}
.position01 {
  position: absolute;
  left: 0%;
  right: 0%;
  display: inline-block;
  top: 175px;
}
/*Layout*/
.flex-container-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-item-logo {
  margin: 7px;
}
.abstand {
  padding-left: 150px;
  padding-right: 150px;
}
.bildabstand {
  display: block;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 15px;
}
.intextbild {
  float: left;
  padding-right: 20px;
  max-width: 50%;
  padding-bottom: 2px;
}
.intextbild2 {
    float: left;
    padding-right: 20px;
    max-width: 30%;
    padding-bottom: 2px;
    padding-top: 11px;
}
div p a  {
    color: #FFFFFF;
    text-decoration: none;
}
div p a:hover  {
    color: #C3C2C2;
    text-decoration: none;
}
div p a:visited  {
    color: #919090;
    text-decoration: none;
}
/*Schriften*/
.h1, h1 {
  font-size: 2.7rem;
  text-transform: uppercase;
  font-family: "europa", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.clear {
    clear: left;
}
/*Bildabstaende*/
.randlos {
  padding-left: 8px;
  padding-right: 8px;
}
.innenabstand10 {
    padding-left: 8px;
    padding-right: 8px;
}
.h2, h2 {
  font-size: 2.2rem;
  font-family: "europa", sans-serif;
  font-weight: 300;
  font-style: normal;
  margin-bottom: 15px;
  margin-top: 25px;
}
.h4, h4 {
  font-size: 1.7rem;
  font-family: "europa", sans-serif;
  font-weight: 300;
  margin-top: 25px;
  margin-bottom: 10px;
}
.h5, h5 {
  font-size: 1.2rem;
  text-transform: uppercase;
  font-family: "europa", sans-serif;
  font-weight: 300;
  border-bottom: thin solid rgba(252, 26, 26, 1.00);
  padding-bottom: 4px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.p, p {
  font-family: "europa", sans-serif;
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 30px;
}
.kursivgross {
    font-style: italic;
	font-size: 1.2em;
    line-height: 1.8em;
    padding-top: 30px;
    padding-bottom: 30px;
    color: rgba(193, 193, 193, 1.00);
}
.rot {
  color: rgba(255, 0, 0, 1.00);
}
/*Media*/
@media (max-width:991.99px) {
  .intextbild {
    float: left;
    padding-right: 20px;
    max-width: 60%;
    padding-bottom: 2px;
  }
  .intextbild2 {
    float: left;
    padding-right: 20px;
    max-width: 50%;
    padding-bottom: 2px;
  }
  .kursivgross {
    font-style: italic;
    font-size: 1.1em;
    line-height: 1.8em;
    padding-top: 30px;
    padding-bottom: 30px;
    color: rgba(193, 193, 193, 1.00);
  }
}
@media (max-width: 767.98px) {
  .h1, h1 {
    font-size: 2.2rem;
  }
  .h2, h2 {
    font-size: 2rem;
  }
  .h4, h4 {
    font-size: 1.5rem;
  }
  .h5, h5 {
    font-size: 1.1rem;
  }
  .kursivgross {
    font-style: italic;
    font-size: 1em;
    line-height: 1.8em;
    padding-top: 30px;
    padding-bottom: 30px;
    color: rgba(193, 193, 193, 1.00);
  }
  .abstand {
    padding-left: 80px;
    padding-right: 80px;
  }
  .intextbild {
    float: left;
    padding-right: 10px;
    max-width: 70%;
    padding-bottom: 2px;
  }
}
@media (max-width: 575.98px) {
  .h1, h1 {
    font-size: 1.6rem;
  }
  .h2, h2 {
    font-size: 1.8rem;
  }
  .h4, h4 {
    font-size: 1.3rem;
  }
  .h5, h5 {
    font-size: 1rem;
  }
  .abstand {
    padding-left: 20px;
    padding-right: 20px;
  }
  .intextbild {
    float: left;
    padding-right: 10px;
    max-width: 100%;
    padding-bottom: 2px;
  }
  .intextbild2 {
    float: left;
    padding-right: 20px;
    max-width: 100%;
    padding-bottom: 2px;
  }
}
