/* Rot*/
/* Blau*/
/* 16px > % */
/* 18px */
/* padding-top %*/
@media screen {
  a.navicon, a.navicon:hover, a.navicon:active, a.navicon:focus {
    color: black;
    background: none; }
  .navicon {
    width: 60px;
    width: 40px;
    height: 45px;
    height: 30px;
    display: block;
    position: absolute;
    top: 1.25em;
    right: 1.5em;
    z-index: 9999;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer; }
    .navicon span.menuicon {
      display: block;
      position: absolute;
      height: 3px;
      width: 100%;
      top: 0;
      background: black;
      border-radius: 3px;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: 0.25s ease-in-out;
      -moz-transition: 0.25s ease-in-out;
      -o-transition: 0.25s ease-in-out;
      transition: 0.25s ease-in-out;
      -webkit-transform-origin: left center;
      -moz-transform-origin: left center;
      -o-transform-origin: left center;
      transform-origin: left center; }
    .navicon span.menuicon:nth-child(2) {
      top: 12px; }
    .navicon span.menuicon:nth-child(3) {
      top: 24px; }
  .container-nav.mm-opening .navicon span.menuicon:nth-child(1), .mm-wrapper_opened .navicon span.menuicon:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    left: 8px;
    background: #e73137; }
  .container-nav.mm-opening .navicon span.menuicon:nth-child(2), .mm-wrapper_opened .navicon span.menuicon:nth-child(2) {
    width: 0%;
    opacity: 0; }
  .container-nav.mm-opening .navicon span.menuicon:nth-child(3), .mm-wrapper_opened .navicon span.menuicon:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 26px;
    left: 8px;
    background: #e73137; } }
