
.bannerbundesligatournament {
   
  /* The image used */
  background-image: url("https://sportsbetevents.com/img/banner_bundesliga_tournament_de.jpg");

  /* Full height */
  height: 100%;
  width: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
   background-size:contain;
}

.bannerbundesligatippspiel {
   
  /* The image used */
  background-image: url("https://sportsbetevents.com/img/banner_bundesliga_tippspiel_grey.jpg");

  /* Full height */
  height: 100%;
  width: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
   background-size:contain;
}

.bannerwmtippspiel {
   
  /* The image used */
  background-image: url("https://sportsbetevents.com/img/banner_wm.jpg");

  /* Full height */
  height: 100%;
  width: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
   background-size:contain;
}

.bannerbundesligaereignisquiz {
   
  /* The image used */
  background-image: url("https://sportsbetevents.com/img/banner_bundesliga_ereignisquiz_grey.jpg");

  /* Full height */
  height: 100%;
  width: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
   background-size:contain;
}

.bannereurotippspiel {
   
  /* The image used */
  background-image: url("https://sportsbetevents.com/img/banner_euro.jpg");

  /* Full height */
  height: 100%;
  width: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
   background-size:contain;
}


/* Wenn über das Bild mit der Maus gefahren wird, wird ein anderes Bild angezeigt. deaktiviert weil ich nicht zeigen will mit Geld

.bannerbundesligatournament:hover {
    
    The image used 
  background-image: url("https://sportsbetevents.com/img/banner_bundesliga_tournament_info.jpg");

   Full height 
  height: 100%;
  width: 100%;

  Center and scale the image nicely 
  background-position: center;
  background-repeat: no-repeat;
  background-size:contain;
}
*/



.bannerbundesliga1vs1 {
   
  /* The image used */
  background-image: url("https://sportsbetevents.com/img/banner_bundesliga_1vs1.jpg");

  /* Full height */
  height: 100%;
  width: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size:contain;
}

.bannerbundesliga1vs1:hover {
   
  /* The image used */
  background-image: url("https://sportsbetevents.com/img/banner_bundesliga_1vs1_info.jpg");

  /* Full height */
  height: 100%;
  width: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size:contain;
}

.info {
    
    border:4px solid red !important; 
    background-color:transparent;
    font-size:20px;
    margin-bottom:25px;
    padding:10px;
}

.htpbtn {
    background-color: #cafd00;
    border-radius: 5px;
   
    
    color: black;
    
    height:80px;
    font-weight: 700;
    text-align: center;
    
}


@media (max-width: 992px) {


.info {
    font-size:25px;
    
} 

.infobtn {
    font-size:1.5rem !important;
}
}
