/*@import url(https://fonts.googleapis.com/css?family=Roboto:700,500);
@import url(https://fonts.googleapis.com/css?family=Roboto:900);*/

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'),
       url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-v30-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto'),
       url('../fonts/roboto-v30-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-v30-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto'),
       url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-v30-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


body,
html {
  height: 100%;
  /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  font-family: 'Roboto', sans-serif;
  /*font-weight: 700;*/
  line-height: .8em;
  font-size: 53px;
  color: white;
  background: black;
}
.bs-container {
  height: 100%;
  position: relative;
  padding-left: 7%;
  padding-right: 7%;
  overflow: visible;
}

#bg-container {
  background-size: cover;
  background-position: center;
  height: 100%;
  position: fixed;
  left: 0;
  top:0;
  bottom: 0;
  right: 0;
}
.red {
  color: #ff1f39;
}
.bg-img {
  background-size: cover;
  background-position: center;
  height: 100%;
}
.wrapper-table {
  display: table;
  height: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
  width: 100%;
}
.wrapper-cell {
  display: table-cell;
  vertical-align: middle;
}
.show-ipad {
  display: none;
}
#mobile-footer {
  background: #666666;
  opacity: .5;
  width: 100%;
  height: 100px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
}
#next-game {
  background: rgba(0,0,0,0.5);;
  position: absolute;
  right: 7%;
  top: 0;
  text-align: center;
  min-width: 180px;
  float: left;
  display: none;
}

#next-game .gradient-bg {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0d0e11+0,222527+100 */
background: #0d0e11; /* Old browsers */
background: -moz-linear-gradient(-132deg,  #0d0e11 0%, #222527 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-132deg,  #0d0e11 0%,#222527 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(132deg,  #0d0e11 0%,#222527 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d0e11', endColorstr='#222527',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
height: auto;
    float: left;
    width: 100%;
    padding: 5px 10px;
    height: 55px;

}

#next-game .date {
  font-size: 9px;
      font-weight: 500;
      color: #B4B3B1;
    line-height: 7px;
  /*float: left;
  clear: both;*/
}

#next-game .game {
  font-size: 14px;
  color: white;
  width: 100%;
  float: left;
  clear: both;

}

#next-game .game .team1{
  width: calc(50% - 36px);
  text-align: right;
}

#next-game .game .type {
  margin: 0 14px;
}

#next-game .game .team2{
  width: calc(50% - 36px);
  text-align: left;
}

#next-game .game div {
  float: left;
}

#next-game .game img {
  margin: 0 10px;
  /*margin-top: 8px;  /*new*/
}


#next-game table {
  width: 100%
}


#next-game table td {
  width: 33.3%;
}

#next-game table tr.days-hours-minutes{
  font-size: 30px;
  color: white;
  text-align: center;
}

#next-game table tr.time-desc {
  font-size: 9px;
  font-weight: 500;
  color: #B4B3B1;
  line-height: 3px;
  text-align: center;
}

#next-game .time-to-game {
clear: both;
width: 100%;
height: 55px;
width: 160px;
height: 55px;
margin-left: auto;
margin-right: auto;
}

#next-game .time-to-game div {
  float: left;
  margin-right: 32px;
  position: relative;
  line-height: 32px;
}

#next-game .time-to-game .days:after, #next-game .time-to-game .stunden:after {
  content: '';
    width: 2px;
    height: 64px;
    background: black;
    display: block;
    float: left;
    position: absolute;
    top: 0px;
    left: calc(100% + 20px);
    border-left: 1px solid #5A5A5A;
}

#next-game .time-to-game div:last-of-type {
  margin-right: 0
  }

#next-game .time-to-game div:last-of-type:after {
  content: none;
}

span.time-desc {

}

.absolute-wrapper {
  position: absolute;
  right: 7%;
  bottom: 0;
}

#info-pages {
  position: absolute;
  right: 0;
    bottom: 55px;
  font-size: 13px;
  color: white;
  padding-bottom: 5px;
  text-align: right;
  padding-right: 14px;
}

#info-pages ul li {
  cursor: pointer;
}



.modal-header {
  border: none;
  padding: 0;
}

.modal-content {
  border-radius: 0px;
  color: white;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  background: transparent;
  border: 1px solid #666666;
  box-shadow: none;
}

.modal-content h1 {
  font-size: 30px;
  font-weight: 700;
}

.modal-content button.close {
  padding-top: 10px;
  padding-right: 10px;

}

.close {
    color: white;
}

.modal-backdrop.in {
  opacity: .86;
}

.modal-body {
  padding: 0 25px;
}

.modal-body img {
  max-width: 100%;
  width: 220px;
  height: auto;
}

#info-pages #display-container {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
}

#info-pages #display-container.active {

}

#info-pages ul {
padding: 0;
margin: 0;
list-style: none;
}

#info-pages ul li {
line-height: 20px;
}

#info-pages a {
  color: inherit;
  text-decoration: none;
}
#info-pages a:hover {
  text-decoration: underline;
}

#credits {
  background: rgba(0,0,0,0.5);
  height: 55px;
  position: absolute;
  right: 0;
  bottom: 0;
    font-size: 13px;
    color: white;
    font-weight: bold;
    padding: 0 15px;
        padding-top: 6px;

}

#credits .middle div {
  float: left;
  margin-right: 20px;
}

#credits .middle div:last-of-type {
  margin-right: 0;
}



/*#credits div:after {
  content: '';
    width: 2px;
    height: 45px;
    background: black;
    display: block;
    float: left;
    position: absolute;
    top: 0px;
    left: calc(100%);
    border-left: 1px solid #5A5A5A;
}*/

#credits .middle .img-box {
  height: 30px;
  width: 30px;
    opacity: .4;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 5px;
    transition: .6s;
  }

  #credits .middle .img-box a {
    display: block;
    width: 100%;
    height: 100%;
  }

  #credits .middle .img-box:hover {
    opacity: 1;
  }

#credits .middle #adidas{
  background-image: url('../img/bs_adidas_logo.png');
}
/*#credits .middle #adidas-orig{
  background-image: url('../img/bs_adidas_orig_logo.png');
}
#credits .middle #adidas-orig:hover{
  background-image: url('../img/bs_adidas_orig_logo_blue.png');
}*/

#credits .middle #toom {
  background-image: url('../img/toom_w.png');
  width: 42px;
}
#credits .middle #toom:hover {
  background-image: url('../img/toom_c.png');
  width: 42px;
}

#credits .middle #sportschau {
  background-image: url('../img/sportschau_w.png');
  width: 60px;
}
#credits .middle #sportschau:hover {
  background-image: url('../img/sportschau_c.png');
}

#credits .middle #easports {
  background-image: url('../img/easports_w.png');
}
#credits .middle #easports:hover {
  background-image: url('../img/easports_c.png');
}

#credits .middle #brax{
  background-image: url('../img/Brax_T-weiss.png');
  opacity: .4;
}
#credits .middle #brax:hover{
  /*background-image: url('../img/Brax_T-weiss.png');*/
  opacity: 1;

}


#credits .middle #funny-frisch{
  background-image: url('../img/bs_funny_frisch_logo_w.png');
}
#credits .middle #funny-frisch:hover{
  background-image: url('../img/bs_funny_frisch_logo_c.png');
}
#credits .middle #beats{
  background-image: url('../img/bs_beats_logo_w.png');
}
#credits .middle #beats:hover{
  background-image: url('../img/bs_beats_logo_c.png');
}
#credits .middle #kettler{
  background-image: url('../img/bs_kettler_logo_w.png');
}
#credits .middle #kettler:hover{
  background-image: url('../img/bs_kettler_logo_c.png');
}
#credits .middle #garmin{
  background-image: url('../img/Garmin_LGO_008-schwarz_ohneDreieck_weiss.png');
  opacity: .5;
  width: 50px;
}
#credits .middle #garmin:hover{
  opacity: 1;
}


#credits img {
  height: 30px;
  width: auto;
  opacity: .4;
}
#b-says {
  font-size: 53px;
  font-weight: 500;
  line-height: .8em;
  letter-spacing: -0.02em;
  margin-bottom: 40px;
}
#social-media {
  font-size: 120px;
  line-height: 120px;
  margin-bottom: 50px;
  transition: .6s;
  font-weight: 500;
}

#social-media:hover {
  text-decoration: underline;
}

#social-media a {
  color: inherit;
  text-decoration: none;
}
#social-media-sources {
  font-size: 17px;
  text-transform: uppercase;
}
#social-media-sources ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 20px;
}
#social-media-sources ul li {
  float: left;
  margin-right: 15px;
}
#social-media-sources ul li img {
  width: 45px;
  opacity: .5;
  transition: .6s;
}
#social-media-sources ul li a:hover img {
opacity:1;
}




@media (max-width: 2400px) {

  #b-says {
    font-size: 40px;
    line-height: 34px;
  }
  #social-media {
    font-size: 100px;
    line-height: 100px;
  }
  #social-media-sources {
    font-size: 14px;
    line-height: 20px;
  }
  #social-media-sources ul {
    margin-top: 10px;
  }
  #social-media-sources ul li {
    margin-right: 15px;
  }
  #social-media-sources ul li img {
    width: 30px;
  }

}

@media (max-width: 1700px) {
  #b-says {
    font-size: 40px;
    line-height: 32px;
  }
  #social-media {
    font-size: 70px;
    line-height: 70px;
  }
  #social-media-sources {
    font-size: 12px;
    line-height: 16px;
  }
  #social-media-sources ul {
    margin-top: 5px;
  }
  #social-media-sources ul li {
    margin-right: 12px;
  }
  /*#social-media-sources ul li img {
    width: 20px;
  }*/
}


@media (max-width: 1200px) {
  #b-says {
    font-size: 32px;
    line-height: 28px;
  }
  #social-media {
    font-size: 60px;
    line-height: 60px;
  }
  #social-media-sources {
    font-size: 12px;
    line-height: 16px;
  }
  #social-media-sources ul {
    margin-top: 5px;
  }
  #social-media-sources ul li {
    margin-right: 12px;
  }
  /*#social-media-sources ul li img {
    width: 20px;
  }*/
}
/* <= ipad */
@media (max-width: 768px) {
  .hide-ipad {
    display: none;
  }
  .show-ipad {
    display: block;
  }
}

@media (max-width: 750px) {
  #b-says {
    font-size: 28px;
    line-height: 25px;
  }
  #social-media {
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 20px;
  }
}
/* < ipad */
/* <= iphone 6 */
@media (max-width: 375px) {

   #b-says {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 30px;
  }
  #social-media {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 20px;
  }

.bs-container {
  padding-left: 0;
  padding-right: 0;
  /*word-break: break-all;*/
}

  #social-media-sources {
    font-size: 10px;
    line-height: 16px;
  }
  #social-media-sources ul {
    margin-top: 5px;
  }
  #social-media-sources ul li {
    margin-right: 15px;
  }
  #social-media-sources ul li img {
    width: 30px;
  }

  #next-game {
    left: -15px;
    top: 0;
    right: -15px;
    display: none;
  }

  #next-game .date {
    font-size: 10px;
  }

  #next-game .game {
    font-size: 14px;
  }

  #next-game .game .team1{
    width: calc(50% - 29px);
    text-align: right;
    padding: 0;
  }


  #next-game .game .team2{
    width: calc(50% - 29px);
    text-align: left;
    padding: 0;
  }

  #next-game .game .type img {
    width: 30px;
    margin: 0;
    margin-top: 6px; /* new */
  }

#next-game .time-to-game {
  margin-top: 70px;
  height: inherit;
  width: 140px;
}
    #next-game .time-to-game .days-hours-minutes {
      font-size: 30px;
      line-height: 10px;
    }

    #next-game .time-to-game .time-desc {
      font-size: 10px;
      line-height: 26px;
    }


    #credits {
      margin-left: -15px;
margin-right: -15px;
left: 0;
right: 0;
position: absolute;
    }

    #credits .middle {
      width: 226px;
      margin-left: auto;
      margin-right: auto;
      float: none;
      padding-bottom: 8px;
      overflow: auto;
    }

    #credits .middle div:first-child {
      float: none;
    }


  #credits .middle .img-box {
    height: 29px;
    width: 20px;
  }

  #info-pages {
    position: absolute;
    right: 0px;
    font-size: 13px;
    color: white;
    padding-bottom: 0px;
  }


}
/* <= iphone 5 */
@media (max-width: 320px) {

  #social-media-sources {
    font-size: 10px;
    line-height: 16px;
  }
  #social-media-sources ul {
    margin-top: 5px;
  }
  #social-media-sources ul li {
    margin-right: 15px;
  }
  #social-media-sources ul li img {
    width: 30px;
  }
}
/*# sourceMappingURL=custom.css.map */
