/**
 * @Author: Andrea Dittler | webspezi.com
 * @Date:   2024-02-23 12:27:49
 * @Last Modified by:   Dineke Baarlink-Carstensen
 * @Last Modified time: 2025-12-20 18:23:20
 */
/**
 * @Author: Andrea Dittler | webspezi.com
 * @Date:   2024-02-23 12:28:11
 * @Last Modified by:   Andrea Dittler | webspezi.com
 * @Last Modified time: 2024-02-23 12:30:41
 */
@media only screen and (max-width: 1499px) {
  .container {
    max-width: 100vw !important;
  }
}

/**
 * @Author: Andrea Dittler | webspezi.com
 * @Date:   2024-02-23 12:35:11
 * @Last Modified by:   Andrea Dittler | webspezi.com
 * @Last Modified time: 2024-02-24 14:07:57
 */
#kopf #suche input {
  padding-left: 10px;
  font-size: 14px;
  border: none;
  width: 235px;
  height: 35px;
}

#kopf #suche button {
  margin-left: -40px;
  height: 35px;
}

#topnav {
  padding-bottom: 0;
}

#topnav ul {
  margin: 0;
  padding: 0 5px;
}

#topnav a.nav-link {
  font-size: 14px;
}

#topnav ul.navbar-nav .dropdown-menu {
  border-bottom: 1px solid var(--bs-primary);
  border-top-color: transparent;
  padding: 0;
}

#topnav ul.navbar-nav .dropdown-menu a {
  font-size: 13px;
  padding: 10px;
  white-space: nowrap;
  display: block;
  border-bottom: 1px solid var(--bs-info);
  color: #1b0d1e;
}

#topnav ul.navbar-nav li a:hover {
  text-decoration: none;
  background-color: var(--bs-info);
}

#topnav ul.navbar-nav li.level_1 {
  margin-bottom: 0;
  position: unset;
}

#topnav ul.navbar-nav li.level_1>a.nav-link {
  font-weight: 400;
  letter-spacing: 1px;
  color: white;
  padding: 10px ;
  text-transform: uppercase;
  border: 1px solid var(--bs-primary);
  border-bottom-color: transparent;
}

#topnav ul.navbar-nav li.level_1.active>a.nav-link,
#topnav ul.navbar-nav li.level_1:hover>a.nav-link {
  color: #1b0d1e;
  background: white;
}

@media only screen and (min-width: 992px) {
  #topnav ul.navbar-nav li.level_1[data-navid="18"] {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  #topnav ul.navbar-nav li.level_1>a.nav-link {
    border-top: 0px solid white;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
    background: var(--bs-primary);
  }

  #topnav ul.navbar-nav li.level_1.active>a.nav-link,
  #topnav ul.navbar-nav li.level_1:hover>a.nav-link {
    background: var(--bs-info);
  }

  #topnav ul.navbar-nav li.level_1.dropdown:after {
    content: "\f0d7";
    font-family: var(--fa-style-family, "Font Awesome 6 Pro");
    font-weight: var(--fa-style, 900);
    color: white;
    position: absolute;
    right: 16px;
    font-size: 30px;
    margin-top: 10px;
  }
}

#topnav ul.navbar-nav li.level_2>.dropdown-menu {
  right: -100%;
  top: 0;
  border-top: 1px solid var(--bs-primary);
}

#topnav ul.navbar-nav li[data-navID="11"] {
  background-color: var(--bs-danger);
}

#topnav .menu-button {
  padding: 15px;
  margin-left: 5px;
  border: none;
  background-color: white !important;

  .fa {
    color: #09508e;
  }
}

/*# sourceMappingURL=style24.css.map */