.navbar-fixed {
  top: 0;
  z-index: 9999;
  position: fixed;
  width: 100%;
}

.text-unmuted {
  color: #9055A2 !important
}

.durchgestrichen {
  text-decoration: line-through;
}

.text-warning-darker {
  color: #b38600 !important;
}


/* Desktop Logo Größe */
.navbar-brand img {
  max-width: 147px;
}

.nav-wrapper {
  /* damit es nicht springt! */
  min-height: 100px;
}

@media screen and (max-width: 575px) {
  .slide-over {
    display: block
  }

  .justify-content-xs-center {
    justify-content: center !important;

  }

  .navbar-brand {
    margin-right: 0;
  }

  /* Mobil Logo Größe */
  .navbar-brand img {
    max-width: 257px;
  }

  /*.nav-wrapper {  damit es nicht springt!
  min-height: 1px;
} */
}

.list-inline-item-normal {
  display: inline-block
}

.list-inline-item-normal:not(:last-child) {
  margin-right: .5rem
}

/* Logo Footer  */
.main-footer .logo img {
  max-width: 127px;
}

/* Dropdwon Main Menu  */

.dropdown-main-menu.show {
  display: flex;
  padding: 20px;
  padding-left: 60px;
  margin-top: 0;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -1px -1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -1px -1px 2px rgba(0, 0, 0, 0.1);
}

.dropdown-main-menu ul {
  padding: 0;
}

.dropdown-main-menu li {
  list-style: none;
}

.dropdown-main-menu li a {
  display: block;
  padding: 10px 160px 10px 20px !important
}

.dropdown-main-menu li a::before {
  display: none;
}

.dropdown-main-menu-close {
  position: absolute;
  top: 30px;
  left: 20px;
  background: none;
  border: none;
}

/* Megamenu Mobile */
body {
  position: relative;
}

.sitewrapper {
  position: relative;
  left: 0;
  max-width: 100vw;
  transition: left .4s, max-width 0s 0s;
}

.megamenu {
  position: fixed;
  top: 0;
  left: -80vw;
  transition: left .4s;
  background-color: black;
  width: 80vw;
  height: 100vh;
  padding: 0;
}

body.megamenu-open {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

body.megamenu-open .sitewrapper {
  left: 40vw;

  overflow-x: hidden;
  max-width: 60vw;
  transition: left .4s, max-width 0s .4s;
  max-height: 100vh;

}

body.megamenu-open .sitewrapper-inner {
  width: 100vw;
}

body.megamenu-open .megamenu {
  left: 0vw;
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  overflow: auto;
}

@media screen and (min-width:992px) {
  .megamenu {
    display: none;
  }
}


.megamenu-top {
  width: 100%;
  display: flex;
  justify-content: space-between;

  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.megamenu-top a,
.megamenu-top ul a,
.megamenu-top ul span {
  display: block !important;
  color: white !important;
  padding: 13px 16px !important;
  display: flex;
  align-items: center;
  text-decoration: none;

}

.megamenu-top ul {
  margin: 0;
}

.megamenu-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px 0;
}


.megamenu-search {
  display: flex;
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);

}

.megamenu-search form {
  width: 100%;
}



.megamenu-search input {

  background-color: transparent;
  border: none;
  padding: 15px 16px;
  color: white;
  width: calc(100% - 40px);

}

.megamenu-search input::placeholder {
  color: white;
}

.megamenu-search button {
  color: white;
}


.megamenu-categories {}

.megamenu-categories .nav-header {
  color: white;
  text-transform: uppercase;
  padding: 10px 16px;
  font-size: 80%;
  font-weight: bold;
}

.megamenu-categories .nav-link,
.megamenu-categories .nav-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}


.megamenu-categories .nav-link a {
  display: block;
  color: white;
}


.megamenu-language-select img {
  height: 20px;
  width: auto;
}

.megamenu-language-select .dropdown-toggle img {
  margin-right: 5px;
  top: -3px;
  position: relative;
}


.megamenu-language-select .megamenu-language-select-dropown {
  margin-top: 1px;
  min-width: 0;

}


.megamenu-top .dropdown-mobile-menu {
  background-color: black;
  color: white;
  padding: 20px;
  margin-top: 1px;
  width: 80vw;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.megamenu-top .dropdown-mobile-menu li {
  list-style: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
