/**
 * @file
 * Visual styles for menu.
 */
/* FARBEN */
/* Schattem */
/* HEADLINES */
/* VERSCHIEDENES */
.region-breadcrumb {
  display: none; }

/* TOGGLE */
.b-toggle-main {
  float: left;
  width: 24px;
  height: 14px;
  margin: 18px 0 0 15px; }

.b-toggle-main .l-toggle-main a {
  background: no-repeat transparent url("../../images/svg/icon_menu.svg") center center/24px 14px;
  display: block;
  width: 24px;
  height: 14px;
  text-indent: -2000px; }

/* M-MAIN */
nav.m-main {
  position: absolute;
  z-index: -1;
  background: #0099D5;
  width: 255px;
  left: -255px;
  top: 60px;
  color: #fff;
  transition: all ease-in-out .4s; }

nav.m-main.active {
  left: 0px; }

.m-main {
  padding: 30px 0; }

.m-main a {
  text-decoration: none; }

.m-main > .menu {
  margin: 0;
  padding: 0; }

.m-main > .menu > .menu-item {
  font-family: 'Mulish-Bold';
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: normal;
  color: #fff;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
  padding: 15px; }

.m-main > .menu > .menu-item .menu-item {
  font-family: 'noto_sansregular';
  font-size: 1rem;
  line-height: 1.2;
  color: #fff;
  padding: 5px 0; }

.m-main > .menu > .menu-item .menu-item:first-child {
  margin-top: 10px; }

/* M-FOOTER */
nav.m-footer ul {
  margin: 0;
  padding: 0 0 1rem;
  font-size: 0.875rem;
  line-height: 1.35;
  color: #fff; }

nav.m-footer ul li {
  display: inline-block; }

nav.m-footer ul li::after {
  content: "|"; }

nav.m-footer ul li:last-child::after {
  content: ""; }

nav.m-footer ul li a {
  text-decoration: none; }

/* BEARBEITEN MENU */
nav.tabs {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  z-index: 100;
  color: #003871; }

nav.tabs li {
  display: inline-block;
  padding: 0 5px; }

@media screen and (min-width: 1024px) {
  .b-toggle-main {
    width: 34px;
    height: 20px;
    margin: 40px 0 0 0px; }

  .b-toggle-main .l-toggle-main a {
    background-size: 34px 20px;
    width: 34px;
    height: 20px; }

  /* M-MAIN */
  nav.m-main {
    width: 410px;
    left: -410px;
    top: 90px;
    color: #fff; }

  .m-main > .menu > .menu-item {
    padding: 15px 45px; }

  .m-main > .menu > .menu-item .menu-item {
    font-size: .9rem;
    line-height: 1.2; }

  nav.m-footer ul {
    text-align: center;
    width: 425px;
    font-size: 0.7rem;
    line-height: 1.375;
    color: #fff; }

  .b-footer-copyright {
    font-size: 0.7rem;
    line-height: 1.375;
    color: #fff;
    text-align: center;
    width: 425px; } }

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