@import url(//fonts.googleapis.com/css?family=Noto+Sans:400,700,400italic,700italic&subset=latin,cyrillic-ext,greek-ext,latin-ext,cyrillic);
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
html {
  font-size: 16px;
}

/* @media screen and (min-width: $media-small) {
  html {
    font-size: calc($font-size + 6 * ((100vw - 320px) / 680));
  }
}
@media screen and (min-width: 1000px) {
  html {
    font-size: $font-size-big;
  }
}  */
/**
 * MENU TOGGLE TYPE
 *
 * Use a Hamburger Icon or a Navigation bar.
 * Please note the slightly different HTML markup (demos).
 *
 */
/**
 * LABEL FORM
 */
/**
 * COLORS
 *
 * You can assign different colors to the first level and the sublevels,
 * e.g. a transparent bar and colored sublevels (see hamburger demo).
 */
/* first menu level */
/* menu sublevels */
/* active page */
/* miscellaneous */
/*$cbn-color-arrow: #fff;*/
/**
 * MEASURES
 */
/**
 * MENU TOGGLE TYPE
 */
#toggle-menu {
  background-image: url("../img/menu/twotone-menu-24px.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  background-color: #FCFCFC;
  display: block;
  width: 40px;
  height: 40px;
}
#toggle-menu:hover {
  background-color: #FFE439;
}

/**
 * MENU ARROWS
 */
.cbnav__arrow, .cbnav__arrow--sub {
  background-image: url("../img/menu/baseline-keyboard_arrow_down-24px.svg");
  background-repeat: no-repeat;
  background-position: center;
  height: 2.15em;
  display: block;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 0;
  width: 2.25em;
}

@media (min-width: 768px) {
  .cbnav__arrow--sub {
    background-image: url("../img/menu/baseline-keyboard_arrow_right-24px.svg");
  }
}

/**
 * LABELS
 */
.cbnav__label:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.cbnav__label {
  display: block;
  background-color: #FFDD00;
  height: 100%;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 2.25em;
}

/**
 * MOBILE VIEW
 */
.cbnav__lvl--first {
  background-color: #FFEA63;
  position: absolute;
  z-index: 100;
  min-width: 20em;
}
.cbnav__lvl--first::after {
  clear: both;
  content: "";
  display: table;
}

.cbnav__lvl--sub {
  background-color: #FFEA63;
}

.cbnav__lvl--first,
.cbnav__lvl--sub {
  margin: 0;
  padding: 0;
}

.cbnav__lvl--first,
.cbnav input[type=checkbox] {
  display: none;
}

#toggle:checked + .cbnav__lvl--first,
.cbnav input[type=checkbox]:checked + .cbnav__lvl--sub {
  display: block;
}

.cbnav__item {
  color: #444;
  display: block;
  position: relative;
}
.cbnav__item a {
  display: block;
  position: relative;
  text-decoration: none;
}
.cbnav__item a:hover, .cbnav__item a:focus {
  text-decoration: none;
}
.cbnav__item--header {
  background-color: #FFEA63;
  color: #666;
  display: block;
  font-size: 0.75em;
  padding: 1.5em 1.25em 0.25em;
}

.cbnav__link--first, .cbnav__label-first {
  background-color: #FFE439;
  color: #444;
  padding: 0.75em 1em;
  padding-right: 3.25em;
}
.cbnav__link--first:hover, .cbnav__label-first:hover {
  background-color: #FFDD00;
  color: #000;
}

.cbnav__lvl--sub {
  display: none;
  padding-left: 1em;
}

.cbnav__link--sub {
  background-color: #FFEA63;
  color: #444;
  padding: 0.75em 1em;
  padding-right: 3.25em;
  border-bottom: 1px solid DarkGrey;
  margin: 5px;
}
.cbnav__link--sub:hover {
  background-color: #FFDD00;
  color: #000;
}

.cbnav__link--active {
  background-color: #5F36B3;
  color: #eee;
  padding: 0.75em 1em;
  padding-right: 3.25em;
}

ul span.cbnav__label {
  display: none;
}

/**
 * DESKTOP VIEW
 */
@media only screen and (min-width: 768px) {
  .cbnav__arrow {
    display: none;
  }

  .cbnav {
    background-color: #FFE439;
  }

  .cbnav__lvl--first {
    position: relative;
    z-index: auto;
    background-color: #FFEA63;
    margin-top: 1px;
    min-width: auto;
  }

  #toggle-menu,
.cbnav input[type=checkbox]:checked + .cbnav__lvl--sub {
    display: none;
  }

  .cbnav__lvl--first,
.cbnav__item:hover > input[type=checkbox] + .cbnav__lvl--sub {
    display: block;
  }

  .cbnav__item {
    float: left;
  }
  .cbnav__item:last-child a {
    border-bottom: none;
  }

  .cbnav__link--first, .cbnav__label-first {
    background-color: #FFE439;
    color: #444;
    padding: 0.75em 1em;
    padding-right: 3.25em;
    border-right: 1px solid DarkGrey;
  }
  .cbnav__link--first:hover, .cbnav__label-first:hover {
    background-color: #FFDD00;
    color: #000;
  }

  .cbnav__link--active {
    background-color: #5F36B3;
    color: #eee;
  }

  .cbnav__lvl--sub {
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 15em;
    z-index: 3000;
  }
  .cbnav__lvl--sub .cbnav__item {
    float: none;
  }
  .cbnav__lvl--sub .cbnav__lvl--sub {
    top: 0;
    left: 100%;
  }
}

/*# sourceMappingURL=ASCP_cb_menu.css.map */
