#hamburger{
    visibility: hidden;
}

header +  div {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
}
.bg-black{ /* white*/
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.offcanvas {
    background-color: white;
}

.offcanvas-header .btn-close {
    position: relative;
    bottom: 10px;
    right: 12px;
}

.navbar-toggler {
    height: 39px;
    padding-right: 24px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-style: none;
}

 ul > li:nth-child(5) > a{
      font-weight: normal !important;
  }
ul > li:nth-child(4) > a{
    font-weight: normal !important;
}
ul > li:nth-child(6) > a{
    font-weight: normal !important;
}

@media (min-width: 200px) and (max-width: 1199px) {/* Abstand Aufzüge zu Offene Stellen Mobile*/
    .nav.flex-column.flex-xl-row.bg-black-xl.py-16.ms-8 li:nth-child(3) {
        margin-right: 0px;
    }
}
@media (min-width: 1200px) {/* Abstand Aufzüge zu Offene Stellen */
    .nav.flex-column.flex-xl-row.bg-black-xl.py-16.ms-8 li:nth-child(3) {
        margin-right: 40px;
    }
}
@media (min-width: 1500px) {/* Abstand Aufzüge zu Offene Stellen */
    .nav.flex-column.flex-xl-row.bg-black-xl.py-16.ms-8 li:nth-child(3) {
        margin-right: 80px;
    }
}
@media (min-width: 1998px) {
    .offcanvas.offcanvas-end.show li:nth-child(3) {
        margin-right: 0px;
    }
}

.nav-item a {
    font-family: 'Mokoko Extra-Bold';
    font-size: 20px;
    line-height: 22px;
}
@media (min-width: 1200px) {
    .nav-item a.is-active {
        color: #F39200;
    }
}

.nav-item:last-child a, .nav-item:nth-last-child(2) a {
    font-family: 'Mokoko';
    font-weight: bold;
}
.nav-item:last-child a, .nav-item:nth-last-child(3) a {
    font-family: 'Mokoko';
    font-weight: bold;
}
@media (max-width: 1199px) {
    #offcanvasNavbar, .offcanvas-header, .offcanvas-body {
        width: 182px;
    }

    .offcanvas-header {
        padding: 24px;
    }

    .btn-close {
        background: none;
    }

    .nav-item {
        margin-top: 9px;
        margin-bottom: 9px;
        margin-left: 14px;
    }
    .nav-item:nth-last-child(3) {
        /*margin-bottom: 31px; */
    }
}

.nav-item a {
    color: black;
    text-decoration: none;
}
.nav-item a:hover {
    color: #F39200;
}
nav#block-atlantiq-main-menu{
    height: 87px;
}
nav[role="navigation"] {
  /*  height: 87px; */
    z-index: 15;
    box-shadow: 0px 0px 29px 1px grey;
}
.nav.flex-column{ /* rechter Rand bei Navigation (nur desktop ansicht) */
    margin-right: 40px;
}

@media (min-width: 0px) and (max-width: 1199px){
    .nav.flex-column{ /* rechter Rand bei Navigation (nur desktop ansicht) */
        margin-right: 0px;
    }
}
.navbar-toggler:focus { /* hamburger*/
    box-shadow: none!important;
}
