.header-fs-menu {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.85);
  min-height: 0 !important;
  width: 100%;
  z-index: 999; }
  .header-fs-menu .header-container {
    position: relative; height: 50px;}
  .header-fs-menu .fs-logo {
    display: inline-block;
    float: left; }
  .header-fs-menu .fs_nav_toggle_button {
    background-color: #000;
    border: 1px solid white;
    color: #ffffff;
    font-size: 14px;
    padding: 10px 20px;
    position: absolute;
    right: 15px;
    z-index: 11000;
    top: 30%;
    transform: translateY(-50%); }
    .header-fs-menu .fs_nav_toggle_button:focus {
      background-color: black; }
  @media screen and (max-width: 990px) {
    .header-fs-menu .fs-logo img {
      width: 32vw; } }
  @media screen and (max-width: 580px) {
    .header-fs-menu .fs-logo img {
      width: 185px; } }

.ul_fullscreen-menu {
  list-style: none;
  transition: 0.5s;
  padding-bottom: 10px; }
  .ul_fullscreen-menu li {
    list-style: none;
    padding: 0; }
    .ul_fullscreen-menu li a:focus {
      color: #000000 !important; }
  .ul_fullscreen-menu:hover > li > a {
    color: #bbbbbb; }
    .ul_fullscreen-menu:hover > li > a:hover {
      color: #ffffff; }

.fullscreen-nav {
  background-color: #000;
  height: 100%;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 10000; }
  
  .fullscreen-nav .text-on-menu {
    position: absolute;
    width: 100vw;
    height: 100vh;
    display: flex;
    color: white;
    align-items: flex-end;
    padding-bottom: 6.25rem;
    padding-left: 5vw;
    left: 0;
    top: 0;
    bottom: 100%;
    width: 30vw;
    z-index: 9; }
  .no-js .fullscreen-nav {
    top: -100vh;
    transition: 0.5s;
    display: block; }
  .js .fullscreen-nav {
    top: 0; }
  @media screen and (max-width: 1024px) {
    .fullscreen-nav .text-on-menu {
      display: none; } }
  @media screen and (max-width: 760px) {
    .fullscreen-nav.lev1-is-open .ul_fullscreen-menu {
      margin-left: -300px; } }

input#fsmenu_toggle {
  position: fixed;
  left: -100vw; }

.no-js #fsmenu_toggle:checked ~ .fullscreen-menu .fullscreen-nav {
  top: 0; }

.fullscreen-menu .logo {
  clear: none;
  position: relative;
  text-align: left; }

.fullscreen-menu a {
  color: #ffffff;
  text-decoration: none; }

.fullscreen-menu .nav-inner {
  align-items: flex-end;
  bottom: 100%;
  color: white;
  display: flex;
  height: 100vh;
  left: 0;
  padding-bottom: 6.25rem;
  padding-left: 50vw;
  top: 0;
  position: absolute;
  width: 100vw; }
  .fullscreen-menu .nav-inner .inner-container {
    width: 25vw;
    position: relative; }

.fullscreen-menu .lev-0 {
  width: 25vw;
  position: relative; }
  .fullscreen-menu .lev-0 > li > a {
    font-size: 42px;
    line-height: 1.3; }
  .fullscreen-menu .lev-0 > li + li {
    margin-top: 1.5rem; }
  .fullscreen-menu .lev-0 > li:hover .lev-1-wrapper {
    display: block; }

.fullscreen-menu .lev-1 > li > a {
  color: #bbbbbb;
  display: block;
  font-size: 24px;
  padding: 5px 0; }
  .fullscreen-menu .lev-1 > li > a:hover {
    color: #ffffff; }

.fullscreen-menu .lev-1 > li + li {
  margin-top: 10px; }

.fullscreen-menu .fsmenu-inner-wrapper {
  bottom: 0;
  position: absolute;
  left: 100%;
  width: 30vw;
  padding-left: 1vw;
  top: 0; }

.fullscreen-menu .child-opener {
  background-image: url(/template/images/pfeil_weiss.svg);
  display: inline-block;
  float: right;
  height: 40px;
  margin-top: 8px;
  width: 40px; }

.fullscreen-menu .lev-1-wrapper {
  display: none; }

.fullscreen-menu .arrow-white-left {
  background-image: url(/template/images/pfeil_weiss.svg);
  display: inline-block;
  height: 40px;
  width: 40px;
  transform: rotate(180deg); }

.fullscreen-menu .lev1-switch-back {
  display: none; }

@media screen and (max-width: 1280px) {
  .fullscreen-menu .nav-inner {
    padding-left: 40vw; }
    .fullscreen-menu .nav-inner .inner-container {
      width: 30vw; }
      .fullscreen-menu .nav-inner .inner-container .lev-0 {
        width: 30vw; }
        .fullscreen-menu .nav-inner .inner-container .lev-0 > li > a {
          font-size: 3.28vw; }
  .fullscreen-menu .child-opener {
    height: 3.125vw;
    margin-top: 0.625vw;
    width: 3.125vw; } }

@media screen and (max-width: 1024px) {
  .fullscreen-menu .nav-inner {
    padding-left: 5vw; }
    .fullscreen-menu .nav-inner .inner-container {
      width: 40vw; }
      .fullscreen-menu .nav-inner .inner-container .lev-0 {
        width: 40vw; }
  .fullscreen-menu .fsmenu-inner-wrapper {
    width: 45vw; }
  .fullscreen-menu .child-opener {
    height: 32px;
    margin-top: 6px;
    width: 32px; } }

@media screen and (max-width: 760px) {
  .fullscreen-menu .nav-inner .inner-container {
    overflow-x: hidden;
    width: 300px; }
    .fullscreen-menu .nav-inner .inner-container .lev-0 {
      width: 300px; }
      .fullscreen-menu .nav-inner .inner-container .lev-0 > li > a {
        font-size: 26px; }
  .fullscreen-menu .lev1-switch-back {
    display: block; }
  .fullscreen-menu .lev-1-wrapper {
    display: block; } }

.fullscreen-menu .fsmenu-inner-wrapper {
  width: 300px; }

body.fs-is-open {
  max-height: 100%;
  overflow: hidden; }

.nav__toggle {
  display: none; }

/*
#fsmenu_toggle,
.nav__toggle span {
    display: none;
}
*/
/*
.nav__toggle {
    cursor: pointer;
    float: right;
    height: 50px;
    padding: 20px;
    width: 70px;
    position: relative;
    z-index: 11000;
    &:before {
        content: '';
        border-top: 2px solid black;
        position: absolute;
        height: 10px;
        width: 30px;
        transition: 0.5s;
    }
    &:after {
        content: '';
        border-bottom: 2px solid black;
        position: absolute;
        height: 10px;
        width: 30px;
        transition: 0.5s;
    }
}

#fsmenu_toggle:checked {
    & + .nav__toggle {
        &:before {
            border-color: #ffffff;
            margin-top: 4px;
            margin-left: -4px;
            height: 0;
            width: 40px;
            transform: rotate(-45deg);
        }
        &:after {
            border-color: #ffffff;
            margin-top: 4px;
            margin-left: -4px;
            height: 0;
            width: 40px;
            transform: rotate(45deg);
        }
    }
}
 
.nav__toggle.closeswitch {
    margin-top: 15px;
    z-index: 1000;
    &:before {
        border-color: #ffffff;
        margin-top: 4px;
        margin-left: -4px;
        height: 0;
        width: 40px;
        transform: rotate(-45deg);
    }
    &:after {
        border-color: #ffffff;
        margin-top: 4px;
        margin-left: -4px;
        height: 0;
        width: 40px;
        transform: rotate(45deg);
    }
}
*/

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