/* NAV */
.navbar {
    --bs-navbar-nav-link-padding-x: 0.75rem;
    padding: 1rem 0;
    z-index: 11;
    background: #ffffff;
}
.navbar-nav {
    padding-right: 2rem;
}
.dropdown-menu {
    --bs-dropdown-font-size: 1.175rem;
}
.navbar-nav,
.mainmenu,
.childmenu,
.childchildmenu {
  font-weight: 400;
  font-size: 1.375rem;
}

.nav-item :not(.selected) {
  color: var(--bs-gray-300);
}
.navigation.offcanvas.offcanvas-start {
  max-width: 100%;
  width: auto;
  height: 100vh;
  padding: 2rem 2rem 2rem 8rem;
}
.navigation .mainhead,
.navigation .childhead {
  font-size: 1.875rem;
  font-weight: 700;
  color: var(--bs-primary);
  font-family: var(--bs-font-headline);
}
.navigation .h3.mainhead,
.navigation .h3.childhead {
  color: var(--bs-gray-200) !important;
  font-weight: 600;
  font-family: var(--bs-font-headline);
  margin-bottom: 2rem;
}
.navbar-nav .nav-link {
  padding: 0 1rem;
  color: var(--bs-gray-200) !important;
  font-size: 1.375rem;
}
.navbar-nav .nav-item.active .nav-link {
  color: var(--bs-secondary) !important;
}
.dropdown-item {
  font-weight: 400;
}
.offcanvas {
  background: rgb(7,30,51); background: linear-gradient(125deg, rgba(7, 30, 51, 1) 20%, rgba(14, 45, 73, 1) 70%);
  color: var(--bs-gray-200);
  font-family: var(--bs-font-headline);
}
.navigation .offcanvas-header {
  align-items: flex-start;
  padding-top: 0;
}
.navigation .offcanvas-body {
  padding: 0;
  display: flex;
  flex-direction: row;
  margin-top: 2.6rem;
  background-color: transparent !important;
}
.navigation .grid-2 ul {
  display: none;
}
.navigation .grid-2 ul.active,
.navigation .grid-3 ul.active {
  display: block;
  background: transparent !important;
  height: 100%;
}
.navigation .grid-3 ul {
  display: none;
}
.navigation .offcanvas-body .mainmenu,
.navigation .offcanvas-body .childchildmenu {
  padding: 0;
  margin-right: 6rem;
}
.navigation .offcanvas-body .childmenu {
  margin-right: 5rem;
  padding: 0;
}
.navigation .offcanvas-body .mainmenu .nav-item {
  padding: 0.3rem 0 0.3rem 0;
}
.navigation .offcanvas-body .mainmenu {
  margin-top: 4.475rem;
  width: 15vw;
}
.navigation .offcanvas-body .mainmenu .nav-item {
  border-bottom: 1px solid transparent;
}
.navigation .offcanvas-body .childmenu .nav-item,
.navigation .offcanvas-body .childchildmenu .nav-item {
  list-style: none;
  padding: 0.3rem 0 0.3rem 0;
  border-bottom: 1px solid transparent;
  width: 20vw;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.navigation .offcanvas-body .childmenu .nav-item:hover,
.navigation .offcanvas-body .childchildmenu .nav-item:hover {
  background-color: transparent;
  color: var(--bs-primary) !important;
  border-bottom: 1px solid var(--bs-secondary);
}
.navbar-nav .nav-item:hover :not(.selected),
.offcanvas-body .nav-item:hover :not(.selected) {
  color: var(--bs-secondary) !important;
}
.nav-item .selected {
  color: var(--bs-gray-300);
}
.navigation .offcanvas-body .mainmenu .nav-item :not(.selected) {
  border-bottom: 1px solid transparent;
}
.grid-1 .nav-item :not(.selected) {
  color: var(--bs-gray-300);
}
.grid-1 .nav-item :not(.selected)::hover {
  color: var(--bs-secondary);
}
.navigation .sub::after {
  content: '\f054';
  font-size: 0.8rem;
  vertical-align: middle;
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  position: absolute;
  right: 10px;
  top: 15px;
  color: var(--bs-gray-500);
}
.navigation .sub:hover::after {
  color: var(--bs-secondary);
}
.navigation .nav-item.active.sub::after {
  color: var(--bs-secondary);
}
.navigation .grid-2 .nav-item.active,
.navigation .grid-3 .nav-item.active {
  background-color: transparent !important;
  border-bottom: 1px solid var(--bs-gray-800);
}
.navigation .grid-2 .nav-item.active a,
.navigation .grid-3 .nav-item.active a {
  color: var(--bs-secondary);
}
.navbar-nav .child5 img,
.navigation .child5 img {
  position: relative;
  top: -2px;
}
.btn-close {
  background: none;
}
.navbar-toggler {
  color: var(--bs-primary);
}
.navbar-toggler .hamburger-toggle .hamburger span {
  background: var(--bs-primary);
}
.navbar-toggler .hamburger-toggle:hover .hamburger span {
  background: var(--bs-secondary);
}
.offcanvas-header .btn-close {
  opacity: 1;
}
.offcanvas-header .btn-close i {
  color: var(--bs-gray-300);
  font-size: 2rem;
  background: none;
}
.offcanvas-header .btn-close:hover i {
  color: var(--bs-secondary);
}
.offcanvas-body .btn-close {
  background: none;
}
.navigation .offcanvas-body .mainmenu .nav-item .nav-link.selected {
  border-bottom: 1px solid var(--bs-gray-800) !important;
  color: var(--bs-secondary) !important;
}
.navigation .offcanvas-body .mainmenu .nav-item:hover {
  border-bottom: 1px solid var(--bs-secondary) !important;
}
.navigation .offcanvas-body .mainmenu .nav-item.active .nav.link.selected {
  border-bottom: 1px solid var(--bs-secondary) !important;
}
.navigation .offcanvas-body .mainmenu .nav-item.active .nav-link {
  color: var(--bs-secondary) !important;
}
.navbar-toggler {
  border: none;
  padding: 0;
  outline: none;
  color: transparent !important;
}
.navbar-toggler .hamburger-toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  z-index: 11;
}
.navbar-toggler .hamburger-toggle .hamburger {
  position: absolute;
  transform: translate(-50%, -50%) rotate(0deg);
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  pointer-events: none;
}
.navbar-toggler .hamburger-toggle .hamburger span {
  background: var(--bs-primary);
}
.navbar-toggler .hamburger-toggle .hamburger span {
  width: 100%;
  height: 2px;
  position: absolute;
  background: var(--bs-gray-100);
  border-radius: 2px;
  z-index: 1;
  transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
  left: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger span:first-child {
  top: 10%;
  transform-origin: 50% 50%;
  transform: translate(0% -50%) !important;
}
.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
  top: 50%;
  transform: translate(0, -50%);
}
.navbar-toggler .hamburger-toggle .hamburger span:last-child {
  left: 0px;
  top: auto;
  bottom: 10%;
  transform-origin: 50% 50%;
}
.btn-close:focus {
  box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.25) !important;
}

/* SEARCHMONITOR */
.searchmonitor {
  z-index: 10;
  background: var(--bs-secondary);
}
.searchmonitor .btn-close {
  background-color: transparent;
  background: none;
  padding: 0;
  width: 40px;
  height: 40px;
}
.searchmonitor.offcanvas.offcanvas-top {
  top: 108px;
  height: max-content;
  border-bottom: 2px solid var(--bs-primary);
}

.searchmonitor .accordion-button {
  border-bottom: 1px solid var(--bs-gray-300);
}

.searchmonitor .accordion-button,
.searchmonitor .accordion-button:focus {
  font-size: 1.41rem;
  box-shadow: none;
}

.searchmonitor .accordion-button[aria-expanded='true'] {
  border-bottom: 2px solid var(--bs-gray-300);
}
.searchmonitor .checkboxList {
  list-style: none;
  padding: 0;
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control, .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select, .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.searchmonitor .search.offcanvas-header {padding-top: 40px !important;}

.accordion-button::after {
  background: transparent !important;
  background-image: none !important;
  font-family: 'Font Awesome 5 Free';
  content: '\f078';
  font-size: 1rem;
  font-weight: 900;
  margin-top: 0.1rem;
}

button.search {
  border: none;
  padding: 0;
  outline: none;
  background: transparent;
  display: flex;
  align-self: flex-start;
  margin-top: .475rem;
  align-self: center;
  color: var(--bs-secondary);
}

button.search i {
  font-size: 1.275rem;
}

.search-section .input-group input[type=search] {
  background-color: var(--bs-white);
  color: var(--bs-body-color);
  border-left: 1px solid var(--bs-primary);
  border-top: 1px solid var(--bs-primary);
  border-bottom: 1px solid var(--bs-primary);
  border-right: unset;
  padding: .875rem 1.475rem;
}

.search-section .input-group .btn {
  border-right: 1px solid var(--bs-primary);
  border-top: 1px solid var(--bs-primary);
  border-bottom: 1px solid var(--bs-primary);
  border-left: unset;
  background-color: var(--bs-white);
}

.search-section .input-group .btn i {
  font-size: 1.275rem;
  color: var(--bs-primary);
  margin-top: 3px;
}

.lang {
  margin-top: 1.275rem;
}

.lang .dropdown-menu {
  min-width: unset;
  padding: 0 5px;
}

.lang .dropdown-menu {
  min-width: unset;
  padding: 0 5px;
}

.lang .dropdown-menu li a {
  text-align: center;
}

@media screen and (max-width: 1399px) {
  .navigation .offcanvas-body {
    margin-top: 2rem;
  }
  .navigation.offcanvas.offcanvas-start {
    padding: 2rem 2rem 2rem 2rem;
  }
  .navigation .offcanvas-body .mainmenu,
  .navigation .offcanvas-body .childchildmenu,
  .navigation .offcanvas-body .childmenu {
    margin-right: 4.5rem;
  }
  .navigation .offcanvas-body .childmenu .nav-item,
  .navigation .offcanvas-body .childchildmenu .nav-item {
    width: 27vw;
  }
  .navigation .offcanvas-body .mainmenu {
    width: 15vw;
  }
  button.search {
    margin-top: 0;
    margin-left: 1rem;
  }
}

@media screen and (max-width: 1199px) {
  .navigation.offcanvas.offcanvas-start {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .navigation.offcanvas.offcanvas-start {
    padding: 2rem;
  }
  .offcanvas-header .sitelogo {
    width: 150px;
    height: auto;
  }
  .navigation .offcanvas-body .mainmenu,
  .navigation .offcanvas-body .childchildmenu,
  .navigation .offcanvas-body .childmenu {
    margin-right: 2rem;
  }
  .navigation.offcanvas.offcanvas-start {
    width: 100%;
  }
  .navigation .offcanvas-body .childmenu .nav-item,
  .navigation .offcanvas-body .childchildmenu .nav-item {
    width: 33vw;
  }
  .navigation .offcanvas-body .mainmenu {
    width: 100%;
  }
  .navigation .offcanvas-body {
    flex-direction: column;
    position: relative;
  }
  .grid-1,
  .grid-2,
  .grid-3 {
    width: 100%;
  }
  .grid-2,
  .grid-3 {
    width: 100%;
    position: absolute;
    top: 0;
    background: transparent !important;
  }
  .navigation .offcanvas-body .childmenu .nav-item,
  .navigation .offcanvas-body .childchildmenu .nav-item {
    width: 100%;
  }
  .navigation .offcanvas-body .mainmenu,
  .navigation .offcanvas-body .childchildmenu,
  .navigation .offcanvas-body .childmenu {
    margin: 1rem 0 0 0;
  }
  .navigation.offcanvas.offcanvas-start {
    padding: 1rem;
  }
  .navigation .offcanvas-body {
    margin-top: 1rem;
  }
  .navigation .offcanvas-body .childmenucloser,
  .navigation .offcanvas-body .childchildmenucloser {
    border: 0;
    margin-bottom: 2rem;
  }
  .navigation .offcanvas-body .childmenucloser i,
  .navigation .offcanvas-body .childchildmenucloser i {
    line-height: 1.975;
    color: var(--bs-primary) !important;
  }
  .navigation .offcanvas-body .childmenucloser::after,
  .navigation .offcanvas-body .childchildmenucloser::after {
    content: 'Zurück';
    padding-left: 15px;
    color: var(--bs-primary) !important;
  }
  .navigation .grid-2 ul.active,
  .navigation .grid-3 ul.active {
    height: calc(100vh - 165px);
  }
  .searchmonitor.offcanvas.offcanvas-top {
    top: 104px;
  }
  .lang {
    display: none !important;
  }
  .navbar .sitelogo,
  .offcanvas-header .sitelogo {
    width: 190px;
    height: auto;
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .navbar .sitelogo, .offcanvas-header .sitelogo {width: 200px;height: auto;margin-top: 5px;}
  .searchmonitor.offcanvas.offcanvas-top {top: 93px;}
  .searchmonitor .search.offcanvas-header {padding-top: 20px !important;}
  .search-section .input-group.mb-5 {margin-bottom: 1.5rem !important;}
}

@media screen and (min-width: 992px) {
  .navbar .sitelogo,
  .offcanvas-header .sitelogo {
    width: 265px;
    height: auto;
    margin-top: 0;
  }
  .navbar .navbar-collapse {
    justify-content: flex-end;
  }
}

@media screen and (min-width: 992px) and (max-width: 1079px) {
  .navbar-nav, .mainmenu, .childmenu, .childchildmenu {
    font-size: 1.225rem;
  }
}

@media screen and (min-width: 1200px) {
  .navbar-nav .nav-link {
    padding: 0 1.575rem !important;
  }
}


