.hnav {
  user-select: none;
}
.hnav ul,
.hnav li {
  text-indent: 0;
  padding: 0;
  list-style: none;
}

.hnav > ul {
  z-index: 50;
  width: 100%;
  text-align: right;
}

.hnav > ul > li {
  display: inline-block;
  float: left;
  z-index: 50;
  position: relative;
  padding: 0 16px;
}
.hnav > ul > li > a {
  font-size: 16px;
  line-height: 40px;
  display: inline-block;
  height: 52px;
  color: white;
  padding: 0;
}
.hnav a {
  font-weight: 300;
  transition: 0.3s;
  text-shadow: 0px 0px 0.3px 0.3px rgba(255, 255, 255, 0.4);
}
.hnav a:hover {
  transition: 0s;
}

.hnav > ul > li.act > a {
  color: rgb(230, 230, 230);
}
.hnav > ul > li > a:hover,
.hnav > ul > li:hover > a {
  color: rgb(255, 20, 20);
  text-shadow: 0 0 1px rgba(255, 20, 20, 0.8);
}
.hnav ul > li:hover {
}
.hnav > ul > li b {
  display: inline-block;
  width: 100%;
  height: 52px;
  background: rgba(255, 255, 255, 0);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  transition: 0s 0.15s;
}
.hnav > ul > li:hover b {
  height: 0;
}
.hnav > ul > li.sep {
  padding: 0;
}

/* sub */
.hnav > ul > li > ul {
  background-color: black;
  position: absolute;
  left: 0;
  text-align: left;
  opacity: 0;
  transform: scale(1, 0);
  transform-origin: top center;
  /*
    transition: opacity 1s;
    transition-delay: 0.3s;
    transition-timing-function: cubic-bezier(0.3,0,0.1,1);
    */
  transition: opacity 0.3s linear 0.3s, transform 0s linear 0.6s;
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.2);
  min-width: 204px;
  padding: 14px 0;
}
/* last sub right-aligned */
.hnav > ul > li:last-of-type > ul,
.hnav > ul > li:nth-last-of-type(2) > ul {
  left: auto;
  right: 0;
}

.hnav > ul > li:hover ul {
  opacity: 1;
  transform: scale(1, 1);
  /*
    transition: opacity 0.6s;
    transition-duration: 0.6s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.3,0,0.1,1);
    */
  transition: opacity 0.2s linear 0s, transform 0s linear 0s;
}

.hnav > ul > li > ul > li {
  clear: left;
}

.hnav li li a {
  font-size: 14px;
  font-weight: normal;
  line-height: 30px;
  display: block;
  padding: 0 24px;
  color: white;
  white-space: nowrap;
}

.hnav li li > a:hover {
  color: rgb(255, 20, 20);
  text-shadow: 0 0 1px rgba(255, 20, 20, 0.8);
}

.hnav li li.act > a {
  color: rgb(240, 240, 240);
}
/* sub with sub */
.hnav > ul > li > ul > li.sub > a {
  font-size: 20px;
  line-height: 30px;
  display: inline-block;
  height: 30px;
  margin-top: 15px;
  text-transform: uppercase;
}

/* meta menu */
#navi_meta > ul,
#navi_meta > ul > li {
  z-index: 75;
}
#navi_meta > ul > li > a {
  height: 36px;
}
#navi_meta > ul > li b {
  height: 36px;
}
#navi_meta > ul > li:hover b {
  height: 0;
}

.hnav.collapse > ul > li:hover > ul {
  transform: scale(1, 0);
}

/* language menu */
#navi_lang > ul,
#navi_lang > ul > li {
  z-index: 75;
}
#navi_lang > ul > li > a {
  height: 36px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 42px;
}
#navi_lang > ul > li {
  display: none;
  padding: 0 5px;
}
#navi_lang > ul > li.act {
  display: inline-block;
}
#navi_lang > ul:hover > li {
  display: inline-block;
}

/* home menu */
#navi_home {
  position: absolute;
  top: 0;
  z-index: 25;
  width: 100%;
  text-align: center;
}
#navi_home li {
  text-indent: 0;
}
#navi_home ul {
  padding: 0;
}
#navi_home > ul {
  width: 2000px;
  margin: 0 auto;
}
#navi_home > ul > li {
  display: inline-block;
  position: relative;
  float: left;
  margin: 0 40px;
  padding: calc(30vh - 280px) 20px 0;
  transition-duration: 0.8s;
  transition-delay: 0.5s;
  background-color: transparent;
  width: 320px;
  height: 350px;
  max-height: 350px;
}
#navi_home > ul > li.menuid10,
#navi_home > ul > li.menuid48,
#navi_home > ul > li.menuid49,
#navi_home > ul > li.menuid195,
#navi_home > ul > li.menuid280,
#navi_home > ul > li.sep {
  display: none;
}
#navi_home > ul > li > a {
  position: relative;
  font-family: "Kelson", "OpenSans", "Open Sans", Arial, sans-serif;
  font-size: 30px;
  line-height: 38px;
  text-transform: lowercase;
  letter-spacing: 1px;
  display: inline-block;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background-color: black;
  color: white;
  border: 4px solid white;
  padding: 136px 33px 0;
  hyphens: manual;
  user-select: none;
  background-position: top 10px center;
  background-repeat: no-repeat;
  background-size: 50%;
  transform: scale(0);
  transform-origin: center;
  animation: bubble 1.5s 1s ease-out forwards;
}
#navi_home > ul > li > a:before {
  position: absolute;
  border: 2px solid black;
  content: " ";
  z-index: -1;
  left: -6px;
  right: -6px;
  top: -6px;
  bottom: -6px;
  border-radius: 50%;
}
#navi_home > ul > li.menuid6 > a {
  background-image: url("/fileadmin/vsdruck/printmedien.svg");
}
#navi_home > ul > li.menuid7 > a {
  background-image: url("/fileadmin/vsdruck/publishingservices.svg");
}
#navi_home > ul > li.menuid8 > a {
  background-image: url("/fileadmin/vsdruck/produktionsleistungen.svg");
}
#navi_home > ul > li.menuid9 > a {
  background-image: url("/fileadmin/vsdruck/digitalemedien.svg");
}
#navi_home > ul > li.menuid121 > a {
  background-image: url("/fileadmin/vsdruck/umwelt.svg");
  /* background-color: #000;
  background-color: #a1c03a;*/
}
#navi_home > ul > li.menuid121 > a:before {
  /*border-color: #000;*/
  border-color: #a1c03a;
}
#navi_home > ul > li:nth-of-type(1) > a {
  animation-delay: 1s;
}
#navi_home > ul > li:nth-of-type(2) > a {
  animation-delay: 1.6s;
}
#navi_home > ul > li:nth-of-type(3) > a {
  animation-delay: 2.2s;
}
#navi_home > ul > li:nth-of-type(4) > a {
  animation-delay: 2.8s;
}
#navi_home > ul > li:nth-of-type(5) > a {
  animation-delay: 3.5s;
}
@keyframes bubble {
  0% {
    transform: scale(0);
  }
  40% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
#navi_home > ul > li b {
  display: inline-block;
  width: 100%;
  height: calc(100vh - 200px);
  background: rgba(255, 255, 255, 0);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  transition: 0s 0.15s;
}
#navi_home > ul > li:hover b {
  height: 0;
}

/* sub */
#navi_home > ul > li > ul {
  margin-top: 50px;
  transform: scaleY(0);
  transform-origin: top center;
  transition-duration: 0.8s;
  transition-delay: 0.5s;
}
#navi_home > ul > li > ul > li > a {
  color: black;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  width: 100%;
  display: block;
  padding: 1vh 0;
}
#navi_home > ul > li:hover {
  height: calc(100vh - 200px);
  max-height: calc(100vh - 200px);
  background-color: rgba(255, 255, 255, 0.7);
  transition-duration: 0.6s;
  transition-delay: 0s;
}
#navi_home > ul > li:hover > a {
}
#navi_home > ul > li:hover > ul {
  transform: scaleY(1);
  transition-duration: 0.6s;
  transition-delay: 0s;
}
#navi_home > ul > li > ul > li:hover a {
  color: rgb(205, 25, 25);
}

/* chapter menu */
.navi_chap {
  margin-top: 50px;
  margin-bottom: 80px;
}
.navi_chap .chapter-title > a {
  display: none;
}
.navi_chap li {
  text-indent: 0;
  padding: 0;
}
.navi_chap li a {
  display: inline-block;
  margin: 10px 0px 8px 0px;
  font-size: 32px;
  line-height: 36px;
  color: #444;
  font-style: normal;
  font-weight: 600;
}
.navi_chap li a:hover {
  color: black;
}
.navi_chap li a:before {
  content: "/";
  color: rgb(205, 25, 25);
  padding-right: 7px;
  font-size: 56px;
  font-weight: 300;
}
.navi_chap li.pagets__subgreen a:before {
  color: rgb(138, 188, 14);
}

/* footer menu */
footer .frame-type-menu_pages ul,
footer .frame-type-menu_subpages ul {
  padding: 0px;
  display: inline-block;
}
footer .frame-type-menu_pages li,
footer .frame-type-menu_subpages li {
  list-style: none;
  text-indent: 0;
  padding: 0;
  margin: 0;
  display: inline-block;
  float: left;
  border-right: 1px solid #666;
}
footer .frame-type-menu_pages li:last-of-type,
footer .frame-type-menu_subpages li:last-of-type {
  border-right: none;
}
footer .frame-type-menu_pages li:before,
footer .frame-type-menu_subpages li:before {
  content: none;
  display: none;
}
footer .frame-type-menu_pages a,
footer .frame-type-menu_subpages a {
  color: black;
  font-weight: normal;
  margin: 0 8px;
  display: block;
}
footer .frame-type-menu_pages a,
footer:hover .frame-type-menu_subpages a:hover {
  color: rgb(205, 25, 25);
}
