﻿div#linknavigation {
  font-family: Roboto;
  height: 1%;
  position: absolute;
  right: 0;
  top: 0;
  visibility: visible;
  width: auto;
  z-index: 50;
}
div#linknavigation a {
  color: #fff;
  text-decoration: none;
}

ul#linknavigation {
  font-family: Roboto;
  border-bottom-left-radius: 8px;
  background-color: var(--beck-gray-10);
  right: 0;
  top: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
  z-index: 100;
  height: 19px;
}
ul#linknavigation li {
  color: #333;
  float: left;
  font-weight: bold;
  line-height: 19px;
  text-align: center;
  min-width: 100px;
  border-left: solid 1px white;
  padding: 0 7px;
  border-bottom-left-radius: 8px;
  background-color: transparent;
}
ul#linknavigation li:hover > a {
  cursor: pointer;
  color: #fff;
  text-decoration: underline;
}
ul#linknavigation li a {
  color: #333;
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: block;
}
ul#linknavigation li.beck-online:hover {
  background-color: var(--beck-secondary);
}
ul#linknavigation li.beck-personal:hover {
  background-color: #196b42;
}
ul#linknavigation li.beck-steuern:hover {
  background-color: #a80030;
}
ul#linknavigation li.beck-shop:hover {
  background-color: #7c868d;
}
ul#linknavigation li.beck-akademie:hover {
  background-color: #333;
}
ul#linknavigation li.beck-stellenmarkt:hover {
  background-color: #ec661c;
}
ul#linknavigation li.beck-aktuell:hover {
  background-color: #de313b;
}
ul#linknavigation li:not(.out-of-viewport) {
  font-size: 0.8rem;
}
ul#linknavigation li:not(.out-of-viewport):hover > a {
  color: #fff;
  cursor: pointer;
  text-decoration: underline;
}

.out-of-viewport {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.out-of-viewport a:focus {
  position: static;
  width: auto;
  height: auto;
}
