.menuv2 {
  flex-basis: 100%;
}

.ce_player {
  margin-top: 75px!important;
}
#header .spacer {
  display: none!important;
}
.menuv2 ul {
  display: inline-flex;
  flex-flow: row nowrap;
  width: 100%;
  justify-content: flex-end;
  margin-bottom: 0;
}
.menuv2 li {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 150%;
  line-height: 100%;

}
.menuv2 li a {
  color: #005477;
  text-decoration: none;
  /* font-weight: bold; */
  /* font-style: italic; */
}
.menuv2 li a:hover {
  color: #000;
}

.fett .menuv2 li a {
  font-weight: bold;
}

.gross .menuv2 li {
  font-size: 130%;
}
.gross .menuv2 li a {
  text-transform: uppercase;
}

.blau #header.sticky {
  background-color: #009ee3;
  color: #fff!important;
}
.blau .menuv2 li a {
  color: #fff;
}
.blau #header .inside .logo {
  display: none!important;
}
.blau #header .inside .logo.sticky {
  display: none!important;
}
.blau #header .inside .logo.invert {
  display: block!important;
  flex-basis: 200px;
}
.ce_rsce_headerimage .bg {
	line-height: 0;
}



