@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url('/themes/custom/mietbus/fonts/poppins-v20-latin-300.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('/themes/custom/mietbus/fonts/poppins-v20-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  src: url('/themes/custom/mietbus/fonts/poppins-v20-latin-italic.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('/themes/custom/mietbus/fonts/poppins-v20-latin-700.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-700italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 700;
  src: url('/themes/custom/mietbus/fonts/poppins-v20-latin-700italic.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@media screen and (min-width: 1171px) {
  #block-mietbus-mainnavigation.menu--main {
    height: 100%;
    margin-left: auto;
    font-size: 1.25rem;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
    transition-delay: 0;
  }
  #block-mietbus-mainnavigation.menu--main .menu--root {
    margin: 0;
    padding: 0;
    height: 100%;
    display: flex;
    position: relative;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
    transition-delay: 0;
  }
  #block-mietbus-mainnavigation.menu--main .menu--root .menu-item--level-1 {
    margin: 0;
    list-style-type: none;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
    transition-delay: 0;
    position: relative;
  }
  #block-mietbus-mainnavigation.menu--main .menu--root .menu-item--level-1 > a,
  #block-mietbus-mainnavigation.menu--main .menu--root .menu-item--level-1 > span {
    color: #212426;
    display: flex;
    align-items: center;
    height: 100%;
    text-decoration: none;
    padding: 15px;
    line-height: 1;
    position: relative;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
    transition-delay: 0;
  }
  #block-mietbus-mainnavigation.menu--main .menu--root .menu-item--level-1 > a:hover,
  #block-mietbus-mainnavigation.menu--main .menu--root .menu-item--level-1 > span:hover,
  #block-mietbus-mainnavigation.menu--main .menu--root .menu-item--level-1 > a.is-active,
  #block-mietbus-mainnavigation.menu--main .menu--root .menu-item--level-1 > span.is-active {
    color: #892121;
  }
  #block-mietbus-mainnavigation.menu--main .menu--root .menu-item--level-1.menu-item--active-trail > a,
  #block-mietbus-mainnavigation.menu--main .menu--root .menu-item--level-1.menu-item--active-trail > span {
    color: #5ea62b;
  }
  #block-mietbus-mainnavigation.menu--main .menu--root .menu-item--level-1:last-child {
    margin-left: 10px;
  }
  #block-mietbus-mainnavigation.menu--main .menu--root .menu-item--level-1:last-child > a {
    background: #892121;
    color: #ffffff;
    font-weight: 700;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border: 2px solid #892121;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
    transition-delay: 0;
  }
  #block-mietbus-mainnavigation.menu--main .menu--root .menu-item--level-1:last-child > a:hover {
    background: transparent;
    color: #212426;
  }
  #block-mietbus-mainnavigation.menu--main.menu-item--active-trail > a {
    position: relative;
  }
  #block-mietbus-mainnavigation.menu--main.menu-item--active-trail > a:after {
    content: '';
    position: absolute;
    bottom: 50px;
    left: 15px;
    right: 15px;
    height: 2px;
    background: #0069b4;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
    transition-delay: 0;
  }
}
@media screen and (min-width: 1171px) and screen and (max-width: 1170px) {
  #block-mietbus-mainnavigation.menu--main.menu-item--active-trail > a:after {
    bottom: 10px;
  }
}
.header-small #block-esh-main-menu.menu--main .menu--root .menu--level-2 {
  top: calc(100% + 20px);
}
.menu-item--collapsed {
  list-style-type: none;
  list-style-image: none;
}
@media screen and (max-width: 1170px) {
  #block-mietbus-mainnavigation.menu--main {
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    padding: 125px 10px 20px 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    transform: translateX(100%);
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
    transition-delay: 0;
  }
  #block-mietbus-mainnavigation.menu--main > ul {
    height: 100%;
    width: 100%;
    max-width: 380px;
    padding: 30px 20px;
    margin: 0;
    overflow-y: auto;
    text-align: right;
    background: #ffffff;
    border-radius: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  #block-mietbus-mainnavigation.menu--main > ul > li {
    margin: 0 0 20px 0;
    font-size: 1.75rem;
    list-style-type: none;
  }
  #block-mietbus-mainnavigation.menu--main > ul > li a {
    color: #212426;
    position: relative;
    display: block;
    text-align: center;
    text-decoration: none;
  }
  #block-mietbus-mainnavigation.menu--main > ul > li:last-child > a {
    background: #892121;
    color: #ffffff;
    font-weight: 700;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border: 2px solid #892121;
    padding: 10px;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
    transition-delay: 0;
  }
  #block-mietbus-mainnavigation.menu--main > ul > li:last-child > a:hover {
    background: transparent;
    color: #212426;
  }
  .hamburger {
    width: 65px;
    height: 60px;
    position: absolute;
    right: 25px;
    top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 15px;
    cursor: pointer;
    z-index: 200;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
    transition-delay: 0;
  }
  .hamburger > div {
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background: #212426;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
    transition-delay: 0;
  }
  .hamburger > div:first-child {
    transform-origin: 8px 9px;
    transform: rotate(0);
  }
  .hamburger > div:nth-child(2) {
    width: 90%;
  }
  .hamburger > div:last-child {
    transform-origin: 8px -7px;
    transform: rotate(0);
  }
  .menu--main-open {
    height: 100vh;
    overflow: hidden;
  }
  .menu--main-open #block-mietbus-mainnavigation.menu--main {
    transform: translateX(0);
  }
  .menu--main-open .hamburger > div:first-child {
    transform: rotate(45deg);
  }
  .menu--main-open .hamburger > div:nth-child(2) {
    transform: scale(0);
  }
  .menu--main-open .hamburger > div:last-child {
    transform: rotate(-45deg);
  }
}
.menu--footer {
  grid-column: 1/4;
}
@media screen and (max-width: 769px) {
  .menu--footer {
    grid-column: 1/3;
  }
}
@media screen and (max-width: 581px) {
  .menu--footer {
    grid-column: 1/2;
    grid-row: 4/5;
  }
}
.menu--footer h2 {
  margin: 0;
}
.menu--footer ul {
  margin: 10px 0 0 0 !important;
  padding: 0;
  list-style-type: none;
  display: flex;
}
.menu--footer ul li {
  margin: 0 20px 0 0;
}
.menu--footer ul li a {
  color: inherit;
  text-decoration: none;
}
.menu--footer ul li a:before {
  font-family: 'FontAwesome';
  content: '\f105\0a0';
  font-weight: normal;
}
.menu--footer ul li a:hover {
  text-decoration: underline;
}
/*# sourceMappingURL=menu.css.map */