@charset "UTF-8";
@media only screen and (min-width: 1020px), only screen and (-webkit-min-device-pixel-ratio: 1.0) {
  .kategorien {
    font-family: var(--font-body);
  }
  .navi-flexbox {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: center;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    flex-direction: column;
  }
  .desktop {
    position: relative;
    z-index: 7;
    display: inline-block;
    border-left: 1px solid #fff;
    display: inline-block;
  }
  .desktop .desktop-menu {
    position: absolute;
    display: none;
    list-style: none;
    width: 100%;
    padding: 0;
    top: 100%;
    left: 0;
    margin: 0;
  }
  .desktop:hover .desktop-menu {
    display: block;
    font-family: var(--font-body);
  }
  .dropdown button {
    background: transparent linear-gradient(#023F7F, #054E99) repeat scroll 0% 0%;
    color: #FFFFFF;
    border: none;
    margin: 0;
    padding: 0.6em 1.5em;
    font-size: 1em;
    font-family: var(--font-body);
    width: 100%;
    text-align: left;
  }
  .dropdown button:hover {
    background: transparent linear-gradient(#054E99, #023F7F) repeat scroll 0% 0%;
    color: #FFFFFF;
    border: none;
    margin: 0;
    padding: 0.6em 1.5em;
    font-size: 1em;
  }
  .dropdown a {
    display: block;
    padding: 1em 1.5em;
    font-size: 1em;
    text-decoration: none;
    background: #09F;
    color: #fff;
  }
  .dropdown a:hover {
    background: #003366;
  }
}
.menu_bild {
  width: 16%;
}
.o_menu {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  background: transparent linear-gradient(#023F7F, #054E99) repeat scroll 0% 0%;
  padding-bottom: 5px;
  padding-top: 10px;
  padding-left: 1%;
  cursor: pointer;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.o_menu img {
  width: 20px;
}
.menu {
  box-sizing: border-box;
  width: 100%;
  padding: 0px 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.menu_rot {
  box-sizing: border-box;
  width: 100%;
  padding: 0px 0px;
  cursor: pointer;
  background-color: #CC1F1F;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.menu_orange {
  box-sizing: border-box;
  width: 100%;
  padding: 0px 0px;
  cursor: pointer;
  background-color: #E74C3C;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.button_gelb {
  display: block;
  background-color: #f79f27;
  padding: 10px;
}
.button_gelb2 {
  display: block;
  background-color: #f7b228;
  padding: 10px;
}
.button_gelb3 {
  display: block;
  background-color: #ffc551;
  padding: 10px;
}
.kategorien ul {
  position: static;
  list-style: none;
  text-align: left;
  width: 100%;
  z-index: 1;
  margin: 0;
  padding: 0;
  background-color: #fff;
  display: none;
}
.kategorien ul li {
  padding: 0px;
  color: #fff;
  margin-bottom: 1px;
  cursor: pointer;
}
.kategorien ul li > ul li {
  padding: 10px;
  background-color: #EAB66F;
  color: #fff;
  margin-bottom: 0px;
  cursor: pointer;
}
.kategorien .menu ul li {
  padding: 0px;
  color: #fff;
  margin-bottom: 1px;
  cursor: pointer;
}
.kategorien ul li:hover {
  background-color: #003366;
  color: #FFF;
}
.kategorien ul li:hover > ul li:hover {
  background-color: #D3875A;
  color: #fff;
}
.kategorien ul li a {
  color: inherit;
  text-decoration: none;
}
input[type=checkbox]:checked ~ ul {
  display: block;
}
} @media only screen and (max-width:1020px) {
  .menu_bild {
    width: 16%;
  }
  .navi-flexbox {
    display: none;
  }
  .o_menu {
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    background: transparent linear-gradient(#023F7F, #054E99) repeat scroll 0% 0%;
    padding-bottom: 5px;
    padding-top: 10px;
    padding-left: 1%;
    cursor: pointer;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .o_menu img {
    width: 20px;
  }
  .menu {
    box-sizing: border-box;
    width: 100%;
    padding: 0px 0px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .menu_rot {
    box-sizing: border-box;
    width: 100%;
    padding: 0px 0px;
    cursor: pointer;
    background-color: #CC1F1F;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .menu_orange {
    box-sizing: border-box;
    width: 100%;
    padding: 0px 0px;
    cursor: pointer;
    background-color: #E74C3C;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .button_menu {
    padding: 10px;
  }
  .button_gelb {
    background-color: #f79f27;
    padding: 10px;
  }
  .button_gelb2 {
    background-color: #f7b228;
    padding: 10px;
  }
  .button_gelb3 {
    background-color: #ffc551;
    padding: 10px;
  }
  .kategorien ul {
    position: static;
    list-style: none;
    text-align: left;
    width: 100%;
    z-index: 1;
    margin: 0;
    padding: 0;
    background-color: #fff;
    display: none;
  }
  .kategorien ul li {
    padding: 0px;
    color: #fff;
    margin-bottom: 1px;
    cursor: pointer;
  }
  .kategorien ul li > ul li {
    padding: 10px;
    background-color: #EAB66F;
    color: #fff;
    margin-bottom: 0px;
    cursor: pointer;
  }
  .kategorien .menu ul li {
    padding: 0px;
    color: #fff;
    margin-bottom: 1px;
    cursor: pointer;
  }
  .kategorien ul li:hover {
    background-color: #003366;
    color: #FFF;
  }
  .kategorien ul li:hover > ul li:hover {
    background-color: #D3875A;
    color: #fff;
  }
  .kategorien ul li a {
    color: inherit;
    text-decoration: none;
  }
  input[type=checkbox]:checked ~ label {
    background-color: #3D88BD;
  }
  input[type=checkbox]:checked ~ ul {
    display: block;
  }
}
