#main {
  width: 800px;
  max-width: 100%;
  height: 475px;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}

#topMenu {
  height: 50px;
  text-align: center;
  font-family: sans-serif;
  letter-spacing: 0.4pt;
}

#topMenuInner {
  display: block;
  color: #066e88;
}

#topMenuInner a:hover,
#topMenuInner a {
  color: #066e88;
}

#logo {
  height: 210px;
  background-image: url("../img/dark.png");
  background-size: cover;
  background-position-y: -30px;
}

.linkInfo {
  text-align: center;
  font-family: sans-serif;
  letter-spacing: 0.4pt;
  display: none;
  padding-top: 20px;
  color: gray;
}

#linkList {
  height: 125px;
  text-align: center;
}

.linkButton,
.linkButton a {
  height: 125px;
  width: 125px;
  display: inline-block;
  vertical-align: top;
  color: lightgray;
}

.linkButton div {
  line-height: 125px;
}

body {
  margin: 0;
  padding: 0;
  background-color: #1b262c;
}

#blindInfo {
  color: #1b262c;
  display: none;
}

a {
  text-decoration: none;
}

#linkYouTube a:hover,
#linkInfoYouTube b {
  color: #ff0000;
}

#linkYouTube:hover ~ #linkInfoYouTube {
  display: block;
}

#linkTwitch a:hover,
#linkInfoTwitch b {
  color: #6441a4;
}

#linkTwitch:hover ~ #linkInfoTwitch {
  display: block;
}

#linkTwitter a:hover,
#linkInfoTwitter b {
  color: #1da1f2;
}

#linkTwitter:hover ~ #linkInfoTwitter {
  display: block;
}

#linkInstagram a:hover,
#linkInfoInstagram b {
  color: #f77737;
}

#linkInstagram:hover ~ #linkInfoInstagram {
  display: block;
}

#linkDownloads a:hover,
#linkInfoDownloads b {
  color: #16c774;
}

#linkDownloads:hover ~ #linkInfoDownloads {
  display: block;
}

#impressum {
  width: 1200px;
  height: 900px;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  font-family: sans-serif;
  letter-spacing: 0.4pt;
  color: gray;
}

.download {
  color: #066e88;
}

.download .entry {
  margin: 10px;
  padding: 30px;
  background-color: #22343d;
}

.download .thumbnail {
  padding: 0px;
}

.download .entry .thumbnail .img {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 160px;
  height: 90px;
}

.explanation {
  font-weight: bold;
  color: #066e88;
}

#logo-header {
  height: 210px;
  background-image: url("../img/dark.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#datenschutz {
  color: #066e88;
  margin-left: 5%;
  margin-right: 5%;
  text-align: justify;
}

.small {
  font-size: 12px !important;
  font-weight: normal !important;
}
