@charset "utf-8";
/* CSS Document */

   
  .jp{
    /* height:65px; */
    /* width:187px; */
	/* background-image:url(/fileadmin/spielbank_wiesbaden_theme/images/jackpot.png); */
	/* height:78px; */
	/* width:225px; */
    /* background-image:url(/fileadmin/spielbank_wiesbaden_theme/images/jackpot_2021.png); */
	height:87px;
	width:250px;
    background-image:url(/fileadmin/spielbank_wiesbaden_theme/images/jackpot_2021-w250.png);
    background-repeat:no-repeat;
    text-align:center;
    cursor:pointer;
  }
  
  #jp_ani, .jp_ani{
    height:65px;
    width:187px;
    background-image:url(/fileadmin/spielbank_wiesbaden_theme/images/jackpot_banner.gif);
    background-repeat:no-repeat;
    text-align:center;
    cursor:pointer;
  }
  
  .jp .jpname{
    color:#000;
    font-size:15px;
    text-align:left;
    position:relative;
    left: 5px;
    top: 5px;
  }
  
  
  .jp .jpvalue{
    width:120px;
    font-size:18px;
    text-align:right;
    color:black;
    font-weight:bold;
    position:relative;
    /* left:35px; */
	/* left:20px;
	top: 5px; */
	left: 50px;
	top: 20px;
  }
  
  
  #jackpots {
  text-align:center;
  /*width:690px;*/
  width: 100%;
  min-height:10px;
  font-size:18px;
  
}


.MenuDialog{
background-image: url(/fileadmin/spielbank_wiesbaden_theme/images/popup_bg.png);
background-repeat: no-repeat;
background-position: center;	
background-size: contain;
background-color:#000;
/* width:320px;
height:242px;
background-image:url(/fileadmin/spielbank_wiesbaden_theme/images/popup_bg.png);
background-repeat:no-repeat; */
}
.modal_jackpot {
	background-image: url(/fileadmin/spielbank_wiesbaden_theme/images/popup_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: white;
}
.modal_titel { font-weight:bold; }
.modal_gew { color:#000000;font-weight:bold;padding-bottom: 10px; }
.modal-footer {
    display: unset;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
}

.ui-dialog .ui-dialog-titlebar 
{
  height: 25px;
  background-image:url(/fileadmin/spielbank_wiesbaden_theme/images/popuphead_bg.png);
  background-repeat:no-repeat;
  border:none;
  padding:0;
  margin-bottom: 2px;
}

.ui-dialog .ui-dialog-content {
  border:none !important;
  padding: 0 !important;
  margin:0 !important;
  
}

.jphistory{
  color:#fff;
  font-size:10px;
}

.historytext{
  width:230px;
  height:70px;
  color:#fff;
  font-size:12px;
  line-height:13px;
  text-align:left;
  position:relative;
  left:69px;
  top: 40px;
}

.historyname{
  width:230px;
  height:20px;
  color:#fff;
  font-size:15px;
  font-weight:bold;
  text-align:left;
  position:relative;
  left:69px;
  top: 30px;
}

.historyvalue{
  width:230px;
  font-size:17px;
  text-align:right;
  color:black;
  font-weight:bold;
  position:relative;
  left:-30px;
  top: 45px;
}

.JPHead{
  text-align:left;
  font-weight:bold;
  color:rgb(234,194,91);
  font-size:15px;
}

.einz_jackpots {
	float:left; width:225px; padding:0 0 25px 25px;
}

@media (max-width: 890px) {
	
.einz_jackpots {
	float:left; 
	width:100%; 
	padding: 0px 0px 25px 25px; 
	text-align:center;
}
	
}

@media (max-width: 768px) {
	
	.jp{
    height:65px;
    width:187px;
	background-image:url(/fileadmin/spielbank_wiesbaden_theme/images/jackpot.png);
  }
  .jp .jpvalue{
	  top: 5px;
	  left:20px;
  }
  
}