﻿/*---------------------------------------------------------------------------*/
/* ShowGame page */
/*---------------------------------------------------------------------------*/
.game-page .game__header {
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 5px 0px 5px 0px;
  background-color: #03c32c;
  color: #FFFFFF;
  font-weight: bold;
  text-align: left;
}
.game-page .game__teams {
  font-size: 1.2em;
  font-weight: bold;
}
@media (min-width: 768px) {
  .game-page .game__teams {
    font-size: 2em;
  }
}
.game-page .game__date {
  float: right;
  margin-right: 15px;
}
.game-page .game__league {
  float: left;
  margin-left: 15px;
}
.game-page .game__result {
  font-size: 2em;
}
.game-page .game__author {
  text-align: center;
  font-size: 1.2em;
}
.game-page .game__teaser {
  vertical-align: top;
  text-align: left;
  font-weight: bold;
  font-size: 1.1em;
}
.game-page .game__text {
  text-align: left;
}
.game-page .game__links {
  margin-top: 30px;
  text-align: left;
}
.game-page .game__links a {
  display: block;
  margin-bottom: 10px;
}
.game-page .game__image {
  min-width: 100%;
  margin-top: 1.5em;
  text-align: center;
}
.game-page .game__image img {
  max-height: 500px;
}
.game-page .game__image figcaption {
  font-size: 1.2em;
}
.game-page .game__images-headline {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}
.game-page .game__images {
  position: relative;
}
.game-page .game__images .swiper-container {
  height: auto;
}
@media (max-width: 576px) {
  .game-page .game__images .swiper-container {
    height: auto;
  }
}
.game-page .game__images .swiper-container .swiper-pagination {
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
}
.game-page .game__images .swiper-container figure img {
  height: 600px;
}
@media (max-width: 768px) {
  .game-page .game__images .swiper-container figure img {
    height: 500px;
  }
}
@media (max-width: 576px) {
  .game-page .game__images .swiper-container figure img {
    height: 300px;
  }
}
.game-page .game__images .swiper-container figure figcaption {
  text-align: center;
  font-size: 1.2em;
}
.game-page .game__images .image-buttons {
  position: absolute;
  bottom: 3.5em;
  z-index: 301;
}
.game-page .game__images.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  width: 100%;
  height: 100%;
  background: #222;
}
.game-page .game__images.fullscreen .swiper-container {
  height: 100%;
}
.game-page .game__images.fullscreen .swiper-container figure h4 {
  position: absolute;
  top: 0px;
  left: 1px;
  right: 1px;
  margin-top: 0px;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  color: #fff;
  /*background: #222;*/
  background: rgba(34, 34, 34, 0.6);
}
.game-page .game__images.fullscreen .swiper-container figure img {
  height: 100%;
}
.game-page .game__images.fullscreen .swiper-container figure figcaption {
  position: absolute;
  bottom: 0px;
  left: 1px;
  right: 1px;
  margin-bottom: 0px;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  color: #fff;
  /*background: #222;*/
  background: rgba(34, 34, 34, 0.6);
}
.game-page .game__images.fullscreen .swiper-container .image-buttons {
  bottom: 2.5em;
}
@media (max-width: 576px) {
  .game-page .game__images.fullscreen .swiper-container .image-buttons {
    position: absolute;
    top: 0.1em;
    left: 0.1em;
    right: 0.1em;
  }
  .game-page .game__images.fullscreen .swiper-container .image-fullscreen {
    position: absolute;
    left: 0em;
  }
  .game-page .game__images.fullscreen .swiper-container .image-auto-play {
    position: absolute;
    right: 0em;
  }
}
