.navbar__wrapper--left {
  display: flex;
  align-items: flex-end;
  padding: 20px 0;
  justify-content: space-between;
}
.navbar-nav li a {
  color: #929292;
  font-weight: 700;
  text-decoration: none;
}

.navbar-nav li a:focus {
  outline: none;
}

.navbar-nav li:not(:first-child) a {
  margin-left: 35px;
}

.navbar-nav li a:hover {
  color: #cd132d;
  transition: all 0.3s ease-in;
}
#menu-menu-1 {
  display: -webkit-box;
}
.navbar__navigation {
  display: none;
}
#menu-item-22 {
  position: relative;
  z-index: 3;
}

.job-angebote {
  position: absolute;
  display: flex;
  top: -114px;
  right: -8px;
  width: 0;
  height: 0;
  border-left: 160px solid transparent;
  border-right: 160px solid transparent;
  border-top: 160px solid #cd132d;
  z-index: 2;
  transition: 0.3s;
}

.job-angebote:hover {
  border-top: 160px solid #585c60;
}

.navbar__wrapper-img {
  position: absolute;
  top: -90px;
  right: -55px;
  display: inline-block;
  z-index: 5;
  width: 107px;
  text-decoration: none;
  line-height: 19px;
  color: #fff;
  text-align: center;
  font-weight: 700;
}

.job-angebote:hover,
.job-angebote:visited {
  color: #fff;
}

.job-angebote:hover {
  top: -84px;
}

.default-image {
  width: 100%;
  z-index: 1;
}

.header {
  top: 0;
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 9999;
}
#menu-item-23 {
  margin-left: 150px;
  position: relative;
  z-index: 3;
}
.hover-image {
  display: none;
}

.navbar__wrapper-img a:hover .hover-image {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
}

.navbar-nav li.current-menu-item > a {
  color: #cd132d;
}

.navbar__items {
  position: relative;
}

.navbar__logo img {
  width: 300px;
  transition: 0.3s;
}
.navbar_toggler,
.navbar__toggler__bg .navbar__navigation {
  display: none;
}

.header-scroll .navbar__logo img {
  width: 240px;
}

.header-scroll .job-angebote {
  top: -100px;
}

.header-scroll .job-angebote:hover {
  top: -84px;
}

@media (max-width: 1400px) {
  .job-angebote {
    right: -58px;
  }

  .header-scroll .job-angebote {
    right: -3px;
  }
}
@media (max-width: 1366px) {
  .navbar__logo img {
    width: 200px;
  }
  .job-angebote {
    right: -3px;
  }
}
@media (max-width: 1280px) {
  .navbar-nav li a {
    font-size: 17px;
  }

  .job-angebote {
    right: -7px;
  }

  .header-scroll .job-angebote {
    right: -7px;
  }
}

@media (max-width: 1199px) {
  #menu-item-23 {
    margin-left: 100px;
  }

  .job-angebote {
    right: -87px;
  }

  .header-scroll .job-angebote {
    right: -87px;
  }
}
@media (max-width: 1180px) {
  .navbar-nav li a {
    margin-left: 25px;
    font-size: 15px;
  }

  .job-angebote {
    right: -70px;
  }

  .header-scroll .job-angebote {
    right: -70px;
  }
}

@media (max-width: 1024px) {
  .navbar-nav li:not(:first-child) a {
    margin-left: 0;
  }

  .navbar__items {
    display: none;
  }
  .navbar_toggler {
    width: 23px;
    height: 15px;
    cursor: pointer;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 2000;
  }
  .line {
    width: 100%;
    height: 2px;
    background-color: #cd132d;
    transition: all 0.8s;
  }

  .navbar__toggler__bg {
    display: block;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    position: absolute;
    top: 34px;
    right: 19px;
    background-color: #fff;
    z-index: 1000;
    transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  }
  .navbar__navigation {
    display: flex;
    width: 100%;
    height: calc(100vh - 109px);
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1500;
    opacity: 0;
    visibility: hidden;
    transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-top: 109px;
  }
  .navbar__navigation ul {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0;
    margin-top: 30px;
  }
  nav.navbar__wrapper.aos-init.aos-animate {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mobile__bg {
    transform: scale(135);
  }
  .nav_open {
    opacity: 1;
    visibility: visible;
  }
  .close__btn {
    position: fixed;
    top: 32px;
    right: 20px;
    transition: 0.3s;
  }

  .close__btn .line-1 {
    transform: rotate(45deg) translate(4px, 6px);
  }
  .close__btn .line-2 {
    opacity: 0;
  }
  .close__btn .line-3 {
    transform: rotate(-45deg) translate(3px, -6px);
    width: 100%;
  }
  .navbar__logo-box {
    z-index: 9999;
  }
  .navbar__wrapper-img {
    position: absolute;
    top: -47px;
    right: 37%;
    display: inline-block;
    z-index: 5;
    width: 150px;
    text-decoration: none;
    line-height: 19px;
    color: #fff;
    text-align: center;
    font-weight: 700;
  }
  .job-angebote__mobile {
    position: absolute;
    display: flex;
    top: 230px;
    right: auto;
    width: 60%;
    height: 30px;
    border-left: 0;
    border-right: 0;
    border-top: 69px solid #cd132d;
    z-index: 2;
    transition: 0.3s;
  }

  .navbar__wrapper-img--mobile {
    top: -47px;
    right: 50%;
    transform: translateX(50%);
  }

  li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-23 {
    margin-top: 10px;
  }
  .navbar-nav li a {
    margin-left: 0;
    font-size: 21px;
    margin-bottom: 20px;
  }

  .navbar__logo img {
    width: 200px;
  }
}

.navbar__wrapper .menu-item-has-children {
  position: relative;
}

.navbar__wrapper .menu-item-has-children > a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.arrow-down {
  width: 0;
  height: 0;
  position: relative;
  top: -1px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #929292;
  margin-left: 10px;
  transition: all 0.4s ease-out;
}
.navbar__wrapper .menu-item-has-children.active-dropdown > a {
  color: #cd132d;
}

.navbar__wrapper .menu-item-has-children.active-dropdown .arrow-down {
  border-top-color: #cd132d;
}

.navbar__wrapper .menu-item-has-children .sub-menu {
  display: none;
  position: absolute;
  border: 1px solid #cd132d;
  background-color: #ffffff;
  list-style: none;
  padding: 20px 20px;
  margin: 0;
  left: 35px;
  top: 35px;
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
  width: 180px;
}

.navbar__wrapper .menu-item-has-children .sub-menu li a {
  margin: 0;
}

.job-angebote__mobile-hidden {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .navbar__wrapper .menu-item-has-children {
    text-align: center;
  }
  .navbar__wrapper .menu-item-has-children .sub-menu {
    position: relative;
    border: none;
    background-color: #ffffff;
    list-style: none;
    padding: 0;
    margin: 0;
    left: auto;
    top: auto;
    box-shadow: none;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: none;
    border-bottom: 1px solid #cd132d;
    transition: none;
  }

  .navbar__navigation li {
    width: 100%;
    text-align: center;
  }

  .job-angebote__mobile-hidden {
    display: flex;
    background: #cd132d;
    justify-content: center;
    align-items: center;
    top: 230px;
    right: auto;
    width: 60%;
    height: 69px;
    border: 1px solid #cd132d;
    text-align: center;
    z-index: 2;
    transition: 0.3s;
  }

  .job-angebote__mobile-hidden a {
    color: #fff !important;
    margin: 0 !important;
    font-size: 18px !important;
  }

  .job-angebote__mobile {
    display: none !important;
  }
}
