.aktuelles_video .text-container h2 {
  text-transform: uppercase;
  font-size: 5rem;
  color: var(--headline-color);
  font-weight: 400;
  margin-bottom: 3rem;
}

.aktuelles_video .text-container h2 strong {
  display: block;
}

.aktuelles_video p {
  color: var(--headline-color);
  font-size: 2.1rem;
}

.aktuelles_video .video-container {
  margin-left: 2rem;
  width: calc(66.6667% - 1rem);
}

.aktuelles_video .text-container {
  width: calc(33.3333% - 1rem);
}

@media only screen and (max-width: 1024px) {

  .aktuelles_video .video-container,
  .aktuelles_video .text-container {
    width: calc(50% - 1rem);
  }
}

@media only screen and (max-width: 768px) {

  .aktuelles_video .video-container,
  .aktuelles_video .text-container {
    width: 100%;
    margin: 0;
  }

  .aktuelles_video .video-container {
    margin-top: 2rem;
  }

  .aktuelles_video .text-container h2 {
    font-size: 4rem;
  }

  .aktuelles_video p {
    font-size: 1.8rem;
  }

  .aktuelles_video .arrow_down {
    display: none;
  }
}


.videos-nav ul,
.videos-nav ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.videos-nav ul li a{
  padding: 1rem 2rem;
  text-align: center;
  background-color: var(--headline-color);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.5rem;
}
.videos-nav ul li a.active{
  text-decoration: none;
  background-color: transparent;
  color: var(--secondary);
  font-weight: bold;
  font-weight: 1000;
  font-size: 21px;
}