body {
    background-image: url(/assets/img/slice_hg_2024_03.jpg);
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: rgba(251, 249, 237, 1);
    font-family: Raleway, Verdana, Geneva, sans-serif;
}

li.nav-item {
  padding-left: 18px;
  white-space: normal;
}
a.nav-link {
    white-space: normal;
    color: rgb(0, 0, 0);
}

/* @media (prefers-color-scheme: dark) {
    a.nav-link {
        color: rgb(255, 255, 255);
    }

}  */

li.nav-item.active {
   font-weight: 700;
  background-image: url("/media/menu-hg_trans.png");
  background-repeat: no-repeat;
  background-position: top left;
  white-space: normal;
}

.dropdown-item {
  padding-left: 22px;
    font-family: Raleway, sans-serif;
    color: rgb(0, 0, 0);
    font-size: 17px;
    padding-top: 3px;
    padding-bottom: 3px;
    white-space: normal;
}
.dropdown-item.active {
    font-weight: 700;
    color: #5c5da0 !important;
    white-space: normal;
 /* background-image: url("/media/menu-dropdown-hg_trans.png");
  background-repeat: no-repeat;
  background-position: top left; */
}

h1 {
  font-family: 'desyrel';
  font-size: 34px;
  color: var(--bs-primary);
}

h2 {
  font-family: 'desyrel';
  font-size: 30px;
  color: var(--bs-primary);
}

h3 {
  font-family: 'Raleway';
  font-size: 22px;
  font-weight: 700;
  color: var(--bs-primary);
}

h4 {
  font-family: 'Raleway';
  font-size: 16px;
  font-weight: 700;
  color: var(--bs-primary);
}

h5 {
  font-family: 'Raleway';
  font-size: 16px;
  font-weight: 700;
  color: var(--bs-primary-text-emphasis);
}

h6 {
  font-family: 'Raleway';
  font-size: 16px;
  font-weight: 700;
  color: var(--bs-code-color);
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: static;
}
@media (min-width: 1200px) {
}
.dropdown-menu {
    --bs-dropdown-bg: rgba(255, 255, 255, 0);
    --bs-dropdown-border-width: 0px;
}
.dropdown-item:focus, .dropdown-item:hover, .dropdown-item.active {
    color: var(--bs-dropdown-link-hover-color);
    background-color: rgba(255, 255, 255, 0);
}
.image-style-align-left {
    float: left;
    margin-right: 15px;
}
.image-style-align-right {
    float: right;
    margin-left: 15px;
}
@media (min-width: 577px) {
    .inhalt {
        padding-right: 50px;
    }
}
@media (max-width: 576px) {
    .inhalt {
        padding-right: 15px;
    }
}

.nav-link {
    font-family: Raleway, sans-serif;
    color: rgb(0, 0, 0);
    font-size: 17px;
    padding-top: 3px;
    padding-bottom: 3px;
}
#modal-1.show {
  display: block;
  background-color: rgba(100, 100, 100, 0.4);
}
.consent_manager-accept-none,
.consent_manager-save-selection {
    display: none !important;
}





















































