.src-header-divider {
  margin-left: 18px;
  margin-top: 3px;
  margin-right: 10px;
  color: black;
  font-size: 25px;
  font-weight: 200;
  opacity: 0.5;
}

.src-top-icon {
  background-size: 30px 30px;
  height: 30px;
  width: 30px;
  border: none;
  cursor: pointer;
  display: block;
  margin-top: 3px;
}
.src-search-button-toggler {
  background: url(../svg/search.svg);
  margin-left: 5px;
}

.src-search-button-toggler.open,
.src-menu-button-toggler.open {
  background: url(../svg/close.svg);
}

.src-menu-button-toggler {
  background: url(../svg/menu.svg);
}

.src-header-navigation-menu {
  width: 141px;
  min-width: 141px;
  margin-top: -5px;
}

/* FOLDABLE */
.src-header-search-foldable {
  height: 497px;
  position: relative;
  overflow: hidden;
}

.src-search-container {
  text-align: center;
  position: absolute;
  top: 50%;
  margin: auto;
  transform: translateY(-50%);
  max-width: 700px;
  left: 0;
  right: 0;
}

.src-header-search-input-container {
  margin: auto;
  text-align: center;
  position: relative;
  width: 650px;
  height: 60px;
  max-width: 650px;
  margin-top: 40px;
}
.src-header-search-input-container input {
  border-radius: 50px;
  width: 100%;
  height: 60px;
  border: 1px solid #c7c7c7;
  padding-left: 20px;
  position: relative;
}

.src-search-button {
  position: absolute;
  right: 15px;
  top: 10px;
  background: url(../svg/search.svg) no-repeat 20px
    center;
  padding: 20px 20px 20px 30px;
  border: none;
  cursor: pointer;
  display: block;
}

@media (max-width: 1299px) {
  .src-header-search-input-container {
    width: 500px;
  }
}
@media (max-width: 999px) {
  .src-header-search-foldable {
    height: 350px;
  }
  .src-header-search-input-container {
    width: 400px;
  }
}

@media (max-width: 450px) {
  .src-header-search-foldable {
    height: 300px;
  }
  .src-header-search-input-container {
    width: 250px;
  }
}

.src-header__menu {
}
.src-header-container {
  position: sticky;
  top: 0;
  z-index: 1000;
}
.src-header {
  width: 100%;
  display: flex;
  flex-direction: row;

  background-color: white;
}
.src-header__fake,
.src-header {
  height: 100px;
}

.src-header__menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-left: auto;
  height: 100%;
  padding-top: 35px;
  margin-right: 10px;
  overflow: hidden;
  -webkit-transition: padding 0.2s ease-in-out;
  -moz-transition: padding 0.2s ease-in-out;
  transition: padding 0.2s ease-in-out;
}

.src-header__logo {
//  background-color: #eb7125;
  width: 350px;
  padding: 10px;
  height: 100%;
  overflow: hidden;
}

.src-header__logo img {
  image-rendering: -moz-crisp-edges; /* Firefox */
  image-rendering: -o-crisp-edges; /* Opera */
  image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
  width: 100%;
  height: 100%;

  margin: 0;
}

.src-header__logo_black {
  width: 350px;
  padding: 10px;
  height: 100%;
  overflow: hidden;
}

.src-header__logo_black img {
  image-rendering: -moz-crisp-edges; /* Firefox */
  image-rendering: -o-crisp-edges; /* Opera */
  image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
  width: 100%;
  height: 100%;

  margin: 0;
}


.src-header__menuItem {
  float: left;
  display: block;
  margin-left: 25px;
}
.src-header__rightMenu {
  display: flex;
  flex-direction: row;
  margin-top: -5px;
}

@media (max-width: 1200px) {
  .src-header__menuItem {
    margin-left: 10px;
  }
}
@media (max-width: 1350px) {
  .src-header__menuItem--standard {
    display: none;
  }
}

@media (max-width: 500px) {
  .src-header__logo {
    width: 270px;
  }
  .src-header__fake,
  .src-header {
    height: 80px;
  }

  .src-header__rightMenu {
    margin-top: -15px;
  }

  .src-header__rightMenu {
    margin-top: -14px;
  }

  .src-header__rightMenu .src-search-button-toggler.src-top-icon {
    height: 30px;
    width: 30px;
    background-size: 30px 30px;
  }
  .src-header__rightMenu .src-header-divider {
    font-size: 18px;
    margin-top: 5px;
  }

  .src-header__rightMenu .src-menu-button-toggler.src-top-icon {
    height: 30px;
    width: 30px;
    background-size: 30px 30px;
    margin-left: 5px;
  }
}

@media (max-width: 380px) {
  .src-header__logo {
    width: 250px;
  }
  .src-header__fake,
  .src-header {
    height: 70px;
  }

  .src-header__rightMenu {
    margin-top: -15px;
  }

  .src-header__rightMenu {
    margin-top: -16px;
  }

  .src-header__rightMenu .src-search-button-toggler.src-top-icon {
    height: 30px;
    width: 30px;
    background-size: 30px 30px;
    margin-right: 0px;
  }
  .src-header__rightMenu .src-header-divider {
    font-size: 18;
    margin-left: 4px;
    margin-right: 4px;
  }

  .src-header__rightMenu .src-menu-button-toggler.src-top-icon {
    height: 30px;
    width: 30px;
    background-size: 30px 30px;
    margin-left: 0px;
  }
}

@media (max-width: 320px) {
  .src-header__logo {
    width: 230px;
  }
  .src-header__fake,
  .src-header {
    height: 65px;
  }

  .src-header__rightMenu {
    margin-top: -15px;
  }

  .src-header__rightMenu {
    margin-top: -18px;
  }

  .src-header__rightMenu .src-search-button-toggler.src-top-icon {
    height: 30px;
    width: 30px;
    background-size: 30px 30px;
    margin-right: 0px;
    margin-left: -5px;
  }
  .src-header__rightMenu .src-header-divider {
    font-size: 18px;
    margin-left: 4px;
    margin-right: 4px;
  }

  .src-header__rightMenu .src-menu-button-toggler.src-top-icon {
    height: 30px;
    width: 30px;
    background-size: 30px 30px;
    margin-left: 0px;
    margin-right: 10px;
  }
}
/* 
  @media (max-width: 420px) {
    .src-header__rightMenu {
      flex-direction: column;
    }
    .src-header__rightMenu {
      margin-top: -25px;
    }
  
    .src-header__rightMenu .src-search-button-toggler.src-top-icon {
      height: 30px;
      width: 30px;
      background-size: 30px 30px;
    }
    .src-header__rightMenu .src-header-divider {
      display: none;
    }
  
    .src-header__rightMenu .src-menu-button-toggler.src-top-icon {
      height: 30px;
      width: 30px;
      background-size: 30px 30px;
      margin-left: 5px;
    }
  }
  
  @media (max-width: 350px) {
    .src-header__rightMenu {
      margin-top: -33px;
    }
    .src-header__logo {
      width: 230px;
    }
    .src-header__fake,
    .src-header {
      height: 70px;
    }
  } */
