/* colors
------------------------------------------------------------- */
/* basic ----------- */
/* black, textcolor */
/* white, background-color */
/* dark brown */
/* dark grey page background */
/* grey page background (options) */
/* white transparent */
/* leight grey */
/* leight grey */
/* leight grey account navigation btns */
/* xxx */
/* weeditmode ----------- */
/* weeditmode grey light */
/* weeditmode blue light */
/* weeditmode blue dark */
/* weeditmode yellow */
/* weeditmode blue col-bckgrd */
/* weeditmode yellow */
/* weeditmode orange */
/* weeditmode acidblue */
/* weeditmode neongreen */
/* bootstrap colors ----------- */
/* bootstrap grey */
/* bootstrap grey */
/* xxx */
/* xxx */
/* xxx */
/* website colors ----------- */
/* company color dark brown */
/* company color yellow */
/* company color dark orange */
/* company color light brown 1 */
/* company color light brown 1 transparent 69 */
/* company color light brown 2 bckgrd btn */
/* company color bckgrd btn::hover, nav.level1::hover */
/* flag germany / france red */
/* flag germany gold */
/* flag france blue */
/* company color grey brown */
/* categoriy colors ----------- */
/* category color beverages red */
/* category color flesh ocre */
/* category color cheese yellow */
/* category color fish blue */
/* category color sweets pink */
/* category color fruits green */
/* category color jam and honey lila */
/* category color oil, vinegar and herbs orange */
/* category color accessoires green */
/* category color gifts yellow */
/* forms ----------- */
/* correct */
/* error */
/* margins / paddings
------------------------------------------------------------- */
/* mixins
------------------------------------------------------------- */
/* borders
------------------------------------------------------------- */
/* margins / paddings
------------------------------------------------------------- */
/* navbar layout
------------------------------------------------------------- */
.nav-wrapper {
  background-color: #242424;
}
.nav-wrapper .container {
  padding: 0;
}
.nav-wrapper nav {
  /*height: 90px;*/
  padding: 20px 0 0 0 !important;
  /*padding-top: 20px !important;
  padding-bottom: 10px !important;*/
  background-color: #242424;
  border: 0px;
  border-radius: 0px !important;
  z-index: 1002;
}
@media (min-width: 768px) {
  .nav-wrapper nav {
    padding-top: 10px !important;
  }
}
@media (max-width: 499px) {
  .nav-wrapper nav {
    padding-top: 5px !important;
  }
}
.nav-wrapper nav {
  /* logo
  ----------------------------------------------------- */
}
.nav-wrapper nav .logo-wrapper .navbar-brand {
  position: absolute;
  margin: 0;
  top: 8px;
  left: 0;
  width: 120px;
}
.nav-wrapper nav .logo-wrapper .navbar-brand g.logo-color2 {
  fill: #FFFFFF;
}
@media (min-width: 500px) and (max-width: 575px) {
  .nav-wrapper nav .logo-wrapper .navbar-brand {
    width: 140px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .nav-wrapper nav .logo-wrapper .navbar-brand {
    width: 150px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .nav-wrapper nav .logo-wrapper .navbar-brand {
    left: 0;
    width: 170px;
  }
}
@media (min-width: 800px) and (max-width: 991px) {
  .nav-wrapper nav .logo-wrapper .navbar-brand {
    left: -15px;
    width: 170px;
  }
}
@media (min-width: 992px) and (max-width: 1040px) {
  .nav-wrapper nav .logo-wrapper .navbar-brand {
    left: 0;
    top: 20px;
    width: 200px;
  }
}
@media (min-width: 1041px) and (max-width: 1200px) {
  .nav-wrapper nav .logo-wrapper .navbar-brand {
    left: -30px;
    top: 20px;
    width: 200px;
  }
}
@media (min-width: 1201px) and (max-width: 1250px) {
  .nav-wrapper nav .logo-wrapper .navbar-brand {
    left: 0;
    top: 20px;
    width: 200px;
  }
}
@media (min-width: 1251px) {
  .nav-wrapper nav .logo-wrapper .navbar-brand {
    left: -30px;
    top: 30px;
    width: 250px;
  }
}
.nav-wrapper nav {
  /* nav tools
  ----------------------------------------------------- */
}
.nav-wrapper nav .nav-tool {
  display: inline-block;
  width: 45px;
}
@media (max-width: 991px) {
  .nav-wrapper nav .nav-tool {
    width: 50px;
  }
}
@media (max-width: 499px) {
  .nav-wrapper nav .nav-tool {
    width: 40px;
  }
}
.nav-wrapper nav .nav-tool:hover {
  cursor: pointer;
}
.nav-wrapper nav .nav-tool:hover svg circle {
  fill: #CB923E !important;
}
.nav-wrapper nav {
  /* navbar-toggler
  ----------------------------------------------------- */
}
.nav-wrapper nav .btn-navbar-toggler {
  width: 60px;
}
@media (max-width: 991px) {
  .nav-wrapper nav .btn-navbar-toggler {
    width: 50px;
  }
}
@media (max-width: 499px) {
  .nav-wrapper nav .btn-navbar-toggler {
    width: 40px;
  }
}
.nav-wrapper nav .btn-navbar-toggler:hover {
  cursor: pointer;
}
.nav-wrapper nav .btn-navbar-toggler:hover svg #bckgrd circle {
  fill: #CB923E !important;
}

.navbar-bottom {
  position: relative;
  height: 70px;
  background-color: #242424;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0% 100%);
  z-index: 1001;
}
@media (max-width: 991px) {
  .navbar-bottom {
    height: 50px;
  }
}
@media (max-width: 499px) {
  .navbar-bottom {
    height: 30px;
  }
}

.navigation-main {
  position: fixed;
  top: 0;
  width: 0;
  height: 0;
  background-color: #5e4a38;
  opacity: 0;
  z-index: 1100;
}
@media (max-width: 767px) {
  .navigation-main {
    padding-top: 100px;
  }
}
@media (min-width: 768px) {
  .navigation-main {
    padding-top: 150px;
  }
}
.navigation-main .btn-close-nav {
  width: 30px;
  margin-bottom: 30px;
}
.navigation-main .btn-close-nav svg {
  fill: #FFFFFF;
}
.navigation-main .btn-close-nav:hover {
  cursor: pointer;
}
.navigation-main .btn-close-nav:hover svg {
  fill: #000000;
}
.navigation-main .nav-col {
  overflow-x: hidden;
  overflow-y: auto;
}
.navigation-main.show {
  -webkit-animation-name: show;
          animation-name: show;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.navigation-main.hide {
  -webkit-animation-name: hide;
          animation-name: hide;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes show {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
  }
  100% {
    width: 100%;
    height: 100vh;
    opacity: 0.95;
  }
}
@keyframes show {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
  }
  100% {
    width: 100%;
    height: 100vh;
    opacity: 0.95;
  }
}
@-webkit-keyframes hide {
  0% {
    width: 100%;
    height: 100vh;
    opacity: 0.95;
  }
  100% {
    width: 0;
    height: 0;
    opacity: 0;
  }
}
@keyframes hide {
  0% {
    width: 100%;
    height: 100vh;
    opacity: 0.95;
  }
  100% {
    width: 0;
    height: 0;
    opacity: 0;
  }
}
.navigation-main {
  /* links basic
  ----------------------------------------------------- */
}
.navigation-main a {
  text-decoration: none !important;
}
@media (max-width: 767px) {
  .navigation-main .showsub {
    display: block;
    -webkit-animation: showsub 0.2s ease-in;
            animation: showsub 0.2s ease-in;
  }
  .navigation-main .hidesub {
    display: none;
  }
  @-webkit-keyframes showsub {
    0% {
      display: none;
      opacity: 0;
    }
    1% {
      display: block;
      opacity: 0;
      -webkit-transform-origin: 50% 0;
              transform-origin: 50% 0;
      -webkit-transform: scaleY(0);
              transform: scaleY(0);
    }
    100% {
      opacity: 1;
      -webkit-transform-origin: 50% 0;
              transform-origin: 50% 0;
      -webkit-transform: scaleY(1);
              transform: scaleY(1);
    }
  }
  @keyframes showsub {
    0% {
      display: none;
      opacity: 0;
    }
    1% {
      display: block;
      opacity: 0;
      -webkit-transform-origin: 50% 0;
              transform-origin: 50% 0;
      -webkit-transform: scaleY(0);
              transform: scaleY(0);
    }
    100% {
      opacity: 1;
      -webkit-transform-origin: 50% 0;
              transform-origin: 50% 0;
      -webkit-transform: scaleY(1);
              transform: scaleY(1);
    }
  }
  .navigation-main ul {
    position: relative;
    list-style-type: none;
    color: #FFFFFF;
  }
  .navigation-main ul.level0 {
    padding-left: 0;
    margin-left: 0;
  }
  .navigation-main ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5411764706);
  }
  .navigation-main ul li svg {
    width: 1.4rem;
    height: 1.4rem;
    margin-top: -0.2rem;
  }
  .navigation-main ul li svg g#Layer_2 {
    fill: #FF6700;
  }
  .navigation-main ul li a {
    display: inline-block;
    width: 100%;
    padding: 0.7rem 0 0.4rem 0;
    color: #FFFFFF;
    text-decoration: none;
    outline: none;
  }
  .navigation-main ul li a:visited {
    color: #FFFFFF;
  }
  .navigation-main ul li a:hover, .navigation-main ul li a:active {
    color: #000000;
  }
  .navigation-main ul li a.active {
    color: #000000;
  }
  .navigation-main ul li.level1:last-child, .navigation-main ul li.level2:last-child {
    border-bottom: none;
  }
  .navigation-main ul li.level1 a, .navigation-main ul li.level2 a {
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
  }
  .navigation-main ul li.level1 svg, .navigation-main ul li.level2 svg {
    width: 1.1rem;
    height: 1.1rem;
  }
  .navigation-main ul.showsub {
    /* animation-name: showsub;
    animation-duration: 0.2s;
    animation-timing-function: ease-in;
    animation-iteration-count: 1;
    animation-fill-mode: forwards; */
  }
  .navigation-main ul.hidesub {
    /* animation-name: hidesub;
    animation-duration: 0.2s;
    animation-timing-function: ease-in;
    animation-iteration-count: 1;
    animation-fill-mode: forwards; */
  }
  .navigation-main ul {
    /* @keyframes showsub {
        0% {
            height: 0;
            opacity: 0; 
        }
        100% {
            height: auto;
            opacity: 1;  
        }
    }

    @keyframes hidesub {
        0% {
            height: auto;
        }
        100% {
            height: 0; 
        }
    } */
  }
}
@media (min-width: 768px) {
  .navigation-main .showsub {
    display: block;
  }
  .navigation-main .hidesub {
    display: none;
  }
  .navigation-main ul {
    position: relative;
    width: 200px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    color: #FFFFFF;
  }
  .navigation-main ul li svg {
    width: 1.4rem;
    height: 1.4rem;
    margin-top: -0.2rem;
  }
  .navigation-main ul li svg g#Layer_2 {
    fill: #FF6700;
  }
  .navigation-main ul.level1, .navigation-main ul.level2 {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 60px;
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
  }
  .navigation-main ul.level1 svg, .navigation-main ul.level2 svg {
    width: 1.1rem;
    height: 1.1rem;
  }
  .navigation-main ul.showsub {
    -webkit-animation-name: showsub;
            animation-name: showsub;
    -webkit-animation-duration: 0.2s;
            animation-duration: 0.2s;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .navigation-main ul.hidesub {
    -webkit-animation-name: hidesub;
            animation-name: hidesub;
    -webkit-animation-duration: 0.2s;
            animation-duration: 0.2s;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  @-webkit-keyframes showsub {
    0% {
      left: 0;
      opacity: 0;
    }
    /* 1% {
        transform: translate(0);
    } */
    100% {
      left: 200px;
      opacity: 1;
    }
  }
  @keyframes showsub {
    0% {
      left: 0;
      opacity: 0;
    }
    /* 1% {
        transform: translate(0);
    } */
    100% {
      left: 200px;
      opacity: 1;
    }
  }
  @-webkit-keyframes hidesub {
    0% {
      left: 200px;
      opacity: 1;
    }
    /* 99% {
        transition: transform(0);
    } */
    100% {
      left: 0;
      opacity: 0;
    }
  }
  @keyframes hidesub {
    0% {
      left: 200px;
      opacity: 1;
    }
    /* 99% {
        transition: transform(0);
    } */
    100% {
      left: 0;
      opacity: 0;
    }
  }
  .navigation-main ul a {
    display: inline-block;
    width: 100%;
    padding: 0.7rem 0 0.4rem 0;
    color: #FFFFFF;
    text-decoration: none;
    outline: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5411764706);
  }
  .navigation-main ul a:visited {
    color: #FFFFFF;
  }
  .navigation-main ul a:hover, .navigation-main ul a:active {
    color: #000000;
  }
  .navigation-main ul a.active {
    color: #000000;
  }
}/*# sourceMappingURL=navigation.css.map */