.tabelplayer a:link {
  color: #1f5aaa;
  text-decoration: none;
  font-family: 'IBM Plex Sans';
  font-weight: 500;
  font-size: 24px;
}

.tabelplayer a:visited {
  text-decoration: none;
  color: #0084FF;
}

.tabelplayer a:hover {
  text-decoration: none;
  color: #ef4161;
}

.tabelplayer a:active {
  text-decoration: none;
  color: #0084FF;
}

.current-song {
  border: thin solid #000;
  margin-left: 1px;
  padding-left: 16px;
  background-color: #FFF;
  border-radius: 6px;
  padding-bottom: 3px;
  padding-top: 3px;
  padding-left: 10px;
  width: 100%;
  list-style-type: circle;
  list-style-position: inside;
}

.video-titel {
  font-family: 'IBM Plex Sans', sans-serif;
  text-align: center;
  color: rgb(75,87,159);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  border-bottom: 2px dotted rgb(36,46,106);
}

.kop-artikel {
  font-size: 2.7rem;
  font-family: 'Bebas Neue';
}

#audioPlayer {
  width: 100%;
}

.subkop1 {
  font-size: 2.9rem;
  font-weight: 600;
  line-height: 3.7rem;
  font-family: 'IBM Plex Sans';
}

