/* #region footer */
footer div.footer {
  background-color: var(--secondary-color);
}
footer div.footer ul li {
  padding: 0.2rem 0;
}
footer div.footer ul li a {
  text-decoration: none;
}

/*#endregion*/
.container.teamfoto {
  padding-top: 0;
  padding-bottom: 0;
}
.container.teamfoto .imagebox {
  max-height: 65vh;
  overflow: hidden;
}
.container.teamfoto .imagebox .imagebox-desc {
  width: 50%;
}
.container.cover {
  padding-bottom: 0px;
}
.container.cover-container.cover-type-a {
  display: none !important;
}
.container.cover-container.cover-type-b {
  width: 100%;
  height: 50vh;
  overflow: hidden;
  max-width: unset;
  display: block !important;
  position: relative;
  padding-top: 4rem;
  padding-bottom: 2rem;
}
.container.cover-container.cover-type-b img {
  width: inherit;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.container.cover-container.cover-type-b .overlay {
  background-color: var(--secondary-color);
  opacity: 0.8;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 10;
}
.container.cover-container.cover-type-b .carousel-caption {
  z-index: 100;
  text-align: left;
  color: var(--accent-color);
}
.container.cover-container.cover-type-b .carousel-caption .caption {
  bottom: 0;
}
.container.cover-container.cover-type-b .carousel-caption .caption .cover-headline {
  text-align: left;
}
.container.cover-container.cover-type-b .carousel-caption .divider {
  background-color: var(--accent-color);
  width: 3rem;
  height: 0.2rem;
}

/* #region playerprofile */
.player-overview .player .textbox p {
  margin-top: 0;
  margin-bottom: 0;
}
.player-overview .player .textbox p span.number {
  font-size: 3.5rem;
  line-height: 4rem;
  margin-right: 1rem;
  padding-right: 1rem;
}
.player-overview .player .image-container img {
  display: inline-block;
  vertical-align: middle;
  aspect-ratio: 1/1;
  height: unset;
}

/*#endregion*//*# sourceMappingURL=style.css.map */