﻿.navigation {
  padding-bottom: 165px;
  /*Desktop*/
  /*Mobile*/
}
.navigation .desktop-nav .header-background {
  /* 
        .logo-nav.shrink {
          .brand-logo {
            display: none;
          }
        } */
}
.navigation .desktop-nav .header-background .background-image {
  width: 100%;
  height: 30vw;
  position: relative;
}
.navigation .desktop-nav .header-background .background-image .image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.navigation .desktop-nav .header-background .logo-nav {
  width: 100%;
  position: absolute;
  top: 0;
  /*position: fixed;
  z-index: 10000;*/
}
.navigation .desktop-nav .header-background .logo-nav .brand-logo {
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 150px;
  padding-top: 15px;
  padding-bottom: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 5px solid #D41217;
  /*wie footer line*/
}
.navigation .desktop-nav .header-background .logo-nav .brand-logo img {
  width: 170px;
}
.navigation .desktop-nav .header-background .logo-nav .navigation-wrapper {
  width: 60%;
  /*gleiches verhalten wie cw*/
  margin: 0 auto;
}
.navigation .desktop-nav .header-background .logo-nav .navigation-wrapper .navigation .nav-first-level {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
  /*               >li {
                  padding: 15px 0;
                } */
}
.navigation .desktop-nav .header-background .logo-nav .navigation-wrapper .navigation .nav-first-level li {
  background-color: rgba(212, 18, 23, 0.9);
  color: #fff;
  text-align: center;
  width: 30%;
}
.navigation .desktop-nav .header-background .logo-nav .navigation-wrapper .navigation .nav-first-level li .nav-second-level li{
  width: 100%;
}
.navigation .desktop-nav .header-background .logo-nav .navigation-wrapper .navigation .nav-first-level li a {
  color: #fff;
}
.navigation .desktop-nav .header-background .logo-nav .navigation-wrapper .navigation .nav-first-level li a div {
  padding: 15px 0;
}
.navigation .desktop-nav .header-background .logo-nav .navigation-wrapper .navigation .nav-first-level li:hover {
  background-color: #fff;
  color: #D41217;
}
.navigation .desktop-nav .header-background .logo-nav .navigation-wrapper .navigation .nav-first-level li:hover > a {
  color: #D41217;
}
.navigation .desktop-nav .header-background .logo-nav .navigation-wrapper .navigation .nav-first-level > li.active {
  background-color: #fff;
  color: #D41217;
}
.navigation .desktop-nav .header-background .logo-nav .navigation-wrapper .navigation .nav-first-level > li.active > a {
  color: #D41217;
}
.navigation .desktop-nav .header-background .logo-nav .navigation-wrapper .navigation .nav-first-level .nav-second-level {
  display: none;
  list-style: none;
  position: absolute;
  top: 55px;
  padding-left: 0;
  z-index: 1;
}
.navigation .desktop-nav .header-background .logo-nav .navigation-wrapper .navigation .nav-first-level .nav-second-level > li {
  padding: 15px 15px;
  text-align: left;
}
.navigation .desktop-nav .header-background .logo-nav .navigation-wrapper .navigation .nav-first-level .nav-second-level li:hover {
  background-color: #D41217;
  color: #fff;
}
.navigation .desktop-nav .header-background .logo-nav .navigation-wrapper .navigation .nav-first-level .nav-second-level li:hover a {
  color: #fff;
}
.navigation .desktop-nav .header-background .logo-nav .navigation-wrapper .navigation .nav-first-level .nav-second-level li a:hover {
  color: #fff;
}
.navigation .desktop-nav .header-background .logo-nav .navigation-wrapper .navigation .nav-first-level .nav-second-level > li.active {
  background-color: #D41217;
}
.navigation .desktop-nav .header-background .logo-nav .navigation-wrapper .navigation .nav-first-level .nav-second-level > li.active > a {
  /*                   &::before {
                      content: '-';
                    } */
}
.navigation .desktop-nav .header-background .logo-nav .navigation-wrapper .navigation .nav-first-level > li:hover ul {
  display: block;
}
.navigation .desktop-nav .rollout-buttons {
  position: fixed;
  top: 35%;
  right: 0;
  z-index: 10001;
  display: flex;
  align-items: center;
  background-color: #D41217;
  color: #fff;
  padding: 15px 20px;
}
.navigation .desktop-nav .rollout-buttons img {
  padding-right: 15px;
  width: 40px;
}
.navigation .desktop-nav .rollout-buttons > div {
  display: none;
  width: 10vw;
}
.navigation .desktop-nav .member-card {
  top: calc(35% + 70px);
}
.navigation .mobile-nav-wrapper {
  display: none;
}
.navigation .mobile-nav-wrapper .header {
  width: 100%;
}
.navigation .mobile-nav-wrapper .header .image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.navigation .mobile-nav-wrapper .mobile-nav {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
  position: absolute;
  z-index: 100;
}
.navigation .mobile-nav-wrapper .mobile-nav .mobile-menu .toggle-background {
  position: relative;
  padding-left: 30px;
}
.navigation .mobile-nav-wrapper .mobile-nav .mobile-menu .toggle-background .toggle {
  width: 50px;
  height: 50px;
}
.navigation .mobile-nav-wrapper .mobile-nav .mobile-menu .toggle-background .toggle span {
  display: block;
  width: 30px;
  height: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #D41217;
  transition: 0.5s;
}
.navigation .mobile-nav-wrapper .mobile-nav .mobile-menu .toggle-background .toggle span:nth-child(1) {
  transform: translate(-50%, -50%) translateY(-10px);
  transition: 0.2s;
}
.navigation .mobile-nav-wrapper .mobile-nav .mobile-menu .toggle-background .toggle span:nth-child(4) {
  transform: translate(-50%, -50%) translateY(10px);
}
.navigation .mobile-nav-wrapper .mobile-nav .mobile-menu .toggle-background .toggle.active span:nth-child(1) {
  transform: translate(-50%, -50%) translateY(-35px);
  opacity: 0;
}
.navigation .mobile-nav-wrapper .mobile-nav .mobile-menu .toggle-background .toggle.active span:nth-child(4) {
  transform: translate(-50%, -50%) translateY(35px);
  opacity: 0;
}
.navigation .mobile-nav-wrapper .mobile-nav .mobile-menu .toggle-background .toggle.active span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
  transition-delay: 0.2s;
  z-index: 500;
  background-color: #fff;
}
.navigation .mobile-nav-wrapper .mobile-nav .mobile-menu .toggle-background .toggle.active span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(45deg);
  transition-delay: 0.2s;
  z-index: 500;
  background-color: #fff;
}
.navigation .mobile-nav-wrapper .mobile-nav .overlay {
  background-color: #D41217;
  color: #fff;
  text-transform: uppercase;
  width: 100vw;
  height: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  overflow-x: hidden;
  transition: 0.5s;
  overflow-y: scroll;
  display: block;
}
.navigation .mobile-nav-wrapper .mobile-nav .overlay .overlay-container {
  padding: 60px;
}
.navigation .mobile-nav-wrapper .mobile-nav .overlay .overlay-container .mobile-nav-first-level {
  list-style: none;
}
.navigation .mobile-nav-wrapper .mobile-nav .overlay .overlay-container .mobile-nav-first-level > li > a {
  color: #fff;
  text-decoration: none;
}
.navigation .mobile-nav-wrapper .mobile-nav .overlay .overlay-container .mobile-nav-first-level li:hover a {
  text-decoration: underline;
}
.navigation .mobile-nav-wrapper .mobile-nav .overlay .overlay-container .mobile-nav-first-level li {
  padding: 20px 0;
}
.navigation .mobile-nav-wrapper .mobile-nav .overlay .overlay-container .mobile-nav-first-level .active a {
  font-weight: bold;
}
.navigation .mobile-nav-wrapper .mobile-nav .overlay .overlay-container .mobile-nav-first-level .mobile-nav-second-level {
  list-style: none;
  text-decoration: none;
}
.navigation .mobile-nav-wrapper .mobile-nav .overlay .overlay-container .mobile-nav-second-level {
  padding-left: 20px;
}
.navigation .mobile-nav-wrapper .mobile-nav .overlay .overlay-container .mobile-nav-second-level > li {
  padding-top: 15px;
  padding-bottom: 0;
}
.navigation .mobile-nav-wrapper .mobile-nav .overlay .overlay-container .mobile-nav-second-level > li > a {
  color: #fff;
}
.navigation .mobile-nav-wrapper .mobile-nav .overlay .buttons {
  padding-left: 2em;
  padding-top: 60px;
}
.navigation .mobile-nav-wrapper .mobile-nav .overlay .buttons .header-buttons .online-shop, .navigation .mobile-nav-wrapper .mobile-nav .overlay .buttons .header-buttons .member-card {
  display: flex;
}
.navigation .mobile-nav-wrapper .mobile-nav .overlay .buttons .header-buttons .online-shop p, .navigation .mobile-nav-wrapper .mobile-nav .overlay .buttons .header-buttons .member-card p {
  padding-left: 15px;
}
.navigation .mobile-nav-wrapper .mobile-nav .overlay .buttons .header-buttons .online-shop {
  padding-bottom: 30px;
}
.navigation .mobile-nav-wrapper .mobile-nav .m-rollout-buttons {
  background-color: #D41217;
  padding: 10px;
  position: fixed;
  right: 0;
  bottom: 60px;
  z-index: 1000;
  display: flex;
  align-items: center;
  color: #fff;
  padding: 10px 15px;
  -webkit-box-shadow: 0px 0px 15px 3px rgba(244, 196, 197, 0.5);
  -moz-box-shadow: 0px 0px 15px 3px rgba(244, 196, 197, 0.5);
  box-shadow: 0px 0px 15px 3px rgba(244, 196, 197, 0.5);
}
.navigation .mobile-nav-wrapper .mobile-nav .m-rollout-buttons img {
  width: 20px;
}
.navigation .mobile-nav-wrapper .mobile-nav .m-rollout-buttons .text {
  display: none;
  padding-left: 5px;
  font-size: 13px;
}
.navigation .mobile-nav-wrapper .mobile-nav .member-card {
  bottom: 17px;
}
.navigation .mobile-nav-wrapper .nav-logo {
  width: 100%;
  position: absolute;
  padding-top: 30px;
}
.navigation .mobile-nav-wrapper .nav-logo a {
  margin-right: 0;
  display: flex;
  justify-content: center;
}
.navigation .mobile-nav-wrapper .nav-logo a img {
  width: 30vw;
  min-width: 120px;
  max-width: 160px;
  padding-top: 0;
}

@media (max-width: 1700px) {
  .navigation .desktop-nav .header-background .background-image {
    height: 40vw;
  }
  .navigation .desktop-nav .header-background .logo-nav .navigation-wrapper {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .navigation {
    padding-bottom: 0px;
  }
  .navigation .header{
    height: 150px;
    position: fixed;
    top: 0;
    background: rgba(255, 255, 255, 0.9);
  }
  .navigation .desktop-nav {
    display: none;
  }
  .navigation .mobile-nav-wrapper {
    display: flex;
  }
}
@media (max-width: 768px) {
  .navigation .desktop-nav .header-background .logo-nav .navigation-wrapper {
    width: 90%;
  }
}
@media (max-width: 576px) {
  .navigation {
    padding-bottom: 0px;
  }
}
.overlay-container .overlay-content .mobile-nav-first-level .nav-second-level{
  list-style-type: none;
}

.overlay-container .overlay-content .mobile-nav-first-level .nav-second-level li a{
  color: #fff;
}

/*# sourceMappingURL=navigation.css.map */
