/**
 * TABLE OF CONTENTS
 *
 * - Countdown
 * - Advent calendar
 * - Banner cutoff mit Html & Buehne Breitenfix & Template Tab content
 * - Kacheln gross 3er-Bubble
 * - Kacheln uebereinander 3er 2-1-2
 * - Product matrix
 * - Teaserbild Text unten
 * - Template Tab content
 * - Timed overlay
 * - Product detail teaser labels item
 * - Global promo header
 */

/******************************************************************************************
 * Countdown                                                                              *
 ******************************************************************************************/

.countdown-wrapper {
  font-size: 22px;
}

.countdown-text {
  font-weight: 800;
}

.countdown-time {
  letter-spacing: 2px;
  font-weight: 600;
  white-space: nowrap;
}

.countdown-time > span {
  margin-right: 3px;
}

@media (min-width: 480px) {
  .countdown-time {
    margin-left: 20px;
  }
}

/******************************************************************************************
 * Advent calendar                                                                        *
 ******************************************************************************************/

.adventcalendar-number {
  position: absolute;
  font-weight: bold;
  text-align: center;
}

.adventcalendar-text {
  color: white;
  position: absolute;
  text-align: center;
  font-weight: 600;
}

.adventcalendar-text-1 {
  letter-spacing: -0.1vw;
}

.adventcalendar-text-2 {
  font-weight: 900;
}

.adventcalendar-text-3 {
  letter-spacing: -0.12vw;
}

@media (max-width: 991px) {

  .adventcalendar-number {
    top: 4.9vw;
    left: 10.1vw;
    width: 9.2vw;
    height: 9.2vw;
    line-height: 9.2vw;
    font-size: 7vw;
  }

  .adventcalendar-text {
    top: 3.9vw;
    left: 3vw;
    height: 42vw;
    width: 94vw;
  }

  .adventcalendar-text-1 {
    font-size: 5.7vw;
    line-height: 6.8vw;
    margin-left: 0.7vw;
  }

  .adventcalendar-text-2 {
    font-size: 6.67vw;
    line-height: 1.11em;
    margin-top: 4.2vw;
    letter-spacing: 0.15vw;
  }

  .adventcalendar-text-3 {
    font-size: 3.74vw;
    margin-top: 2.2vw;
  }
}

@media (min-width: 992px) and (max-width: 1299px) {

  .adventcalendar-number {
    top: 7.7vw;
    left: 10.9vw;
    width: 7.7vw;
    height: 7.6vw;
    line-height: 7.6vw;
    font-size: 5.5vw;
  }

  .adventcalendar-text {
    top: 1vw;
    left: 20vw;
    height: 25vw;
    width: 60vw;
  }

  .adventcalendar-text-1 {
    font-size: 4vw;
    margin-top: 1.9vw;
  }

  .adventcalendar-text-2 {
    font-size: 4.47vw;
    line-height: 1.2em;
    margin-top: 1.2vw;
  }

  .adventcalendar-text-3 {
    font-size: 2.9vw;
    margin-top: 1.2vw;
  }
}

@media (min-width: 1300px) {

  .adventcalendar-number {
    top: 4.9vw;
    left: 18.9vw;
    width: 6.6vw;
    height: 6.7vw;
    line-height: 6.7vw;
    font-size: 5vw;
  }

  .adventcalendar-text {
    top: 1.1vw;
    left: 26vw;
    height: 18.5vw;
    width: 48vw;
  }

  .adventcalendar-text-1 {
    font-size: 3.29vw;
  }

  .adventcalendar-text-2 {
    font-size: 3.58vw;
    line-height: 1.1em;
    margin-top: 0.9vw;
  }

  .adventcalendar-text-3 {
    font-size: 2.55vw;
  }
}

/******************************************************************************************
 * Banner cutoff mit Html  &&  Buehne Breitenfix  &&  1st also Template tab content       *
 ******************************************************************************************/

@media (min-width: 1300px) {
  .buehne-breitenfix-img {
    width: 1920px !important;
    max-width: 1920px;
    height: auto;
    margin-left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 1500px) {
  .slick-slider--stage-fix .slick-arrow.slick-prev:before,
  .slick-slider--stage-fix .slick-arrow.slick-next:before {
    font-size: 2rem;
  }

  .slick-slider--stage-fix .slick-arrow.slick-prev {
    left: -25px;
  }

  .slick-slider--stage-fix .slick-arrow.slick-next {
    right: -25px;
  }
}

/******************************************************************************************
 * Kacheln gross 3er-Bubble                                                               *
 ******************************************************************************************/

.teaser-image-bubble {
  position: absolute;
  font-size: 17px;
  border-radius: 50%;
  width: 96px;
  height: 96px;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 12px;
  top: 95px;
  padding: 2px 4px;
  font-weight: 700;
  line-height: 1.2em;
  color: #ffffff;
  text-align: center;
}

.teaser-image-bubble-caption {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 16px 24px;
}

.teaser-image-text {
  font-size: 30px;
  letter-spacing: -0.4px;
}

.teaser-image-text span {
  display: block;
}

.teaser-image-pricebox {
  position: absolute;
  height: 58px;
  background: white;
  border-radius: 3px;
  bottom: 27px;
  left: 11px;
  padding: 4px 10px;
}

.teaser-image-pricebox span {
  display: block;
}

.teaser-image-old-price {
  text-decoration: line-through;
  color: #8da8b3;
  font-size: 15px;
  font-weight: 400;
}

.teaser-image-new-price {
  color: #009fe3;
  font-weight: 700;
  font-size: 28px;
  line-height: 0.95em;
}

.teaser-image-arrow-text {
  position: absolute;
  right: 21px;
  bottom: 24px;
  font-weight: 600;
}

.teaser-image-arrow-text:after {
  font-weight: bold;
}

/******************************************************************************************
 * Kacheln uebereinander 3er 2-1-2                                                        *
 ******************************************************************************************/

@media screen and (max-width: 590px) {
  .teaser-images div.col-for-big-tile-2-1-2 {
    margin-left: 0;
  }
}

/******************************************************************************************
 * Product matrix                                                                         *
 ******************************************************************************************/

.product-matrix {
  background-color: #e9f6ff;
}

.product-matrix-heading {
  text-align: center;
}

.product-matrix-table {
  width: calc(100% - 120px);
  margin: 0 60px;
}

.product-matrix tbody tr:nth-child(odd) {
  background-color: #fff;
}

.product-matrix tbody td {
  font-size: 80%;
}

.product-matrix tbody td i {
  font-size: 250%;
}

.product-matrix th, .product-matrix td {
  padding: 10px;
}

.product-matrix th {
  text-align: center;
  vertical-align: top;
}

.product-matrix th img {
  margin-bottom: 5px;
}

.product-matrix th small {
  font-weight: normal;
}

.product-matrix td {
  text-align: center;
  width: 13%;
}

.product-matrix td:nth-child(1) {
  width: 4%;
  vertical-align: top;
  padding-top: 1.5em;
  padding-right: 0;
}

.product-matrix td i {
  font-size: 2em;
}

.product-matrix td.product-matrix-label {
  text-align: left;
  width: 18%;
  font-size: 100%;
  padding: 20px 10px;
}

.product-matrix td.product-matrix-label > div {
  text-transform: uppercase;
}

.product-matrix-top {
  color: #009fe3;
  font-weight: bold;
  text-align: center;
}

.product-matrix-bracket {
  position: relative;
}

.product-matrix-bracket::before, .product-matrix-bracket::after {
  content: '';
  position: absolute;
  width: 38%;
  height: 10px;
  right: 62%;
  top: 20px;
  border-top: 1px solid #009fe3;
  border-left: 1px solid #009fe3;
}

.product-matrix-bracket::after {
  right: auto;
  left: 62%;
  border-left: none;
  border-right: 1px solid #009fe3;
}

.product-matrix-products a {
  text-decoration: none;
}

.product-matrix-products img, .product-matrix-products small {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.product-matrix-awards th {
  padding-bottom: 30px;
}

tfoot .product-matrix-awards th {
  padding-bottom: 10px;
}

.product-matrix-awards hr {
  margin-top: 0;
}

/******************************************************************************************
 * Teaserbild Text unten                                                                  *
 ******************************************************************************************/

.teaser-hover-image img {
  transition: transform 0.2s ease-in-out;
}

.teaser-hover-image:hover img {
  transform: scale(1.04);
}

/******************************************************************************************
 * Template tab content                                                                   *
 ******************************************************************************************/

.burger-icon {
  margin: 7px 4px 2px 0;
  float: right;
  width: 24px;
  height: 19px;
  position: relative;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: .5s ease-in-out;
}

.burger-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: white;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

.burger-icon span:nth-child(1) {
  top: 0;
}

.burger-icon span:nth-child(2), .burger-icon span:nth-child(3) {
  top: 8px;
}

.burger-icon span:nth-child(4) {
  top: 16px;
}

.fullwidth-image-wrapper {
  position: relative;
}

.fullwidth-image-headline {
  position: absolute;
  top: 25%;
  width: 100%;
  left: 0;
}

.fullwidth-image-headline-background {
  background: rgba(255, 0, 0, 0.75);
  padding: 20px;
  margin-left: -20px;
  display: inline-block;
}

.tabbed-section-menu {
  position: relative;
  margin-top: -40px;
}

.tabbed-section-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tabbed-section-menu li {
  -ms-flex: 1;
  flex: 1;
  padding: 0 3px;
  z-index: 1;
}

.tabbed-section-menu a {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #fff;
  height: 40px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.tabbed-section-menu a.is-active, .tabbed-section-menu a:hover {
  font-weight: bold;
}

.tabbed-section-menu a.is-active:before, .tabbed-section-menu a:hover:before {
  content: ' ';
  width: 100%;
  height: 10px;
  background: red;
  display: block;
  position: absolute;
  top: -10px;
  left: 0;
}

.tabbed-section-menu-small {
  background: red;
  text-align: right;
}

.tabbed-section-menu-small h1 {
  float: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 35px;
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 400;
  text-transform: uppercase;
}

.burger-icon {
  display: inline-block;
  float: none;
  margin: 0 5px 0 0;
  vertical-align: middle;
  width: 20px;
  height: 17px;
}

.burger-icon span {
  background: #002c5c;
  height: 2px;
}

.burger-icon span:nth-child(2), .burger-icon span:nth-child(3) {
  top: 6px;
}

.burger-icon span:nth-child(4) {
  top: 12px;
}

.dropdown {
  display: inline-block;
  position: relative;
  border: 1px solid #002c5c;
  color: #002c5c;
  text-align: left;
  font-size: 0.875rem;
}

.dropdown-toggle {
  display: inline-block;
  cursor: pointer;
  padding: 6px;
}

.dropdown-toggle:hover {
  text-decoration: none;
}

.dropdown-menu {
  position: absolute;
  width: calc(100% + 2px);
  left: -1px;
  top: 100%;
  z-index: 1;
  margin: 0;
  padding: 0 6px;
  list-style: none;
  background: red;
  border: 1px solid #002c5c;
  border-top: none;
}

.dropdown-menu li {
  border-top: 1px solid #002c5c;
}

.dropdown-menu a {
  display: block;
  padding: 10px 0;
}

.dropdown-menu a.is-active {
  font-weight: bold;
}

/******************************************************************************************
 * Timed overlay                                                                          *
 ******************************************************************************************/

.timed-countdown-overlay {
  position: fixed;
  width: 100vw;
  height: 50vh;
  top: 18vh;
  left: 0;
  z-index: 9999;
  padding: 2em 0;
}

@media (max-width: 820px) {
  .timed-countdown-overlay {
    top: 13vh;
    padding: 1em 0;
  }
}

/******************************************************************************************
 * Product detail teaser labels item                                                      *
 ******************************************************************************************/

.product-detail-teaser__labels__item {
  max-width: 180px !important;
}

/******************************************************************************************
 * Global promo header                                                                    *
 ******************************************************************************************/

.global-promo-header {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 5px;
}

.global-promo-header:hover {
  text-decoration: none;
}

.global-promo-header .global-promo-header-text {
  margin-bottom: 10px;
  margin-top: 10px;
}

/******************************************************************************************
 * Games reco                                                                             *
 ******************************************************************************************/

.slick-slider--products-games .product-teaser {
  padding: 10px;
  border: 1px solid #009fe3;
}

.slick-slider--products-games .slick-arrow.slick-next:before {
  content: ">";
  font-family: "Open Sans";
  font-weight: 900;
  font-size: 2.8rem;
}

.slick-slider--products-games .slick-arrow.slick-prev:before {
  content: "<";
  font-family: "Open Sans";
  font-weight: 900;
  font-size: 2.8rem;
}

.slick-slider--products-games .slick-slider--teaser-items .slick-dots {
  margin-bottom: -40px;
}

.slick-slider--products-games .slick-slider .slick-dots li {
  margin: 0 8px;
}

.slick-slider--products-games .slick-slider .slick-dots li button {
  border-radius: 0;
  height: 3px;
  padding: 0;
  width: 18px;
  transition: all 0.1s ease-in-out;
}

.slick-slider--products-games .slick-slider .slick-dots li.slick-active button {
  background: #009fe3;
  height: 18px;
}

.product-slider-cta-wrapper {
  text-align: right;
  margin-right: 22px;
  padding-top: 10px;
  position: relative;
  display: inline-block;
  float: right;
}

.games-cta-link {
  color: inherit;
  font-weight: bold;
  font-size: 1.2rem;
}

.slick-slider--products-games .price-box {
  float: left;
}

.slick-slider--products-games .badge-sale.badge {
  height: 45px;
  margin-left: 10px;
  font-size: 1.1rem;
  line-height: 45px;
  top: 2px;
  position: relative;
}

.seo-small-text {  
  padding: 5px 0; 
  font-size: 0.50rem;
}

h1.seo-small-text { 
  font-size: 1.00rem;
  padding-top: 0;
  margin: 10px 0px 5px 0px; 
}

h2.seo-small-text { 
  font-size: 0.80rem;
  padding-top: 0;
  margin: 10px 0px -5px 0px; 
}

h3.seo-small-text {
  font-size: 0.70rem;
  padding-top: 0;
  margin: 10px 0px -5px 0px; 
}
ul.seo-small-text {  
  font-size: 0.60rem;
  padding-left: 20px;
  margin: 0px 0px 0px 0px; 
}
