
.offer__headline--1-navy {
      color: #1f2947;
  }

.header-wrapper{
	max-width: 1300px;
	margin: 0 auto;
}

.offer__headline{
	font-size:65px
}


.page-top {
    background-image: url("../images/casino/slotsPages/ff-bg-desktop.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.offer__headline{
	padding-top: 0px;
}


.logoHeader {
	width: 110px;
}



.btn{
  background-color: #e10a0a;
}

.btnHolder{
	padding: 15px 0px 30px 0px;
}

.top{
	width: 100%;
}

.logoTop{
	background-color: #FFFFFF;
}

.offer__key-tcs{
	background-color: #01182d;
	padding: 10px 40px;
}

img.hero-image {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}


.bar {
  overflow: hidden;
  text-decoration: none;
  background-color: #111111;
  color: #ffffff;
  display: block;
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 20px;
  border-top: 1px solid #242424;
  border-bottom: 1px solid #111111;
}


.bar--sticky {
  position: -webkit-sticky;
  position: sticky;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  bottom: 0;
}
 
.sticky-bar-visible .bar--sticky {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}


.bar__wrapper {
  width: 100%;
}

.bar--light {
  background-color: #e10a0a;
  border-color: #e10a0a;
}

.bar-inner-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -10px -20px;
}

.bar-inner-grid--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bar-inner-grid__item {
  padding: 10px 20px;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.cta--no-border {
  border: 0;
  min-width: 0;
  padding: 0;
  border-radius: 0;
  background-color: transparent !important;
  color: #ffffff;
  gap: calc(10em / 22);
  height: auto;
  font-weight: bold;
  font-size: 30px;
  text-transform: uppercase;
}




@media screen and (max-width:425px){
  
  .offer__headline--1 {
      font-size: 0.75em;
      padding-bottom: 5px;
  }

  .offer__headline--1-navy {
    font-size: 1em;
      padding-bottom: 5px;
      color: #1f2947;
  }

  .offer__headline--2 {
      font-size: 0.75em;
      padding-bottom: 5px;
  }

}



@media screen and (max-width:640px){

	.page-top {
      background-image: url("../images/casino/slotsPages/ff-bg-desktop.jpg");
	    background-position: bottom center;
	    background-repeat: no-repeat;
	    background-size: cover;
	}

	img.hero-image {
	    display: block;
	    max-width: 100%;
	}

	.logoHeader {
		width: 100px;
	}
	
	.offer__headline--1 {
	    font-size: 0.5em;
	    padding-bottom: 5px;
	}

  .offer__headline--1-navy {
    font-size: 0.5em;
      padding-bottom: 5px;
      color: #1f2947;
  }

	.offer__headline--2 {
	    font-size: 0.5em;
	    padding-bottom: 5px;
	}

    .mobile-sticky-button {
        position: fixed;
        bottom: 0;
        width: 100%;
        padding: 20px 0;
        background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 90%, rgba(255,255,255,1) 99%);
        background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%,rgba(255,255,255,1) 99%);
        background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%,rgba(255,255,255,1) 99%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    }
}



@media screen and (max-width:425px){
  
  .offer__headline--1 {
      font-size: 0.75em;
      padding-bottom: 5px;
      line-height: 1;
  }

  .offer__headline--1-navy {
    font-size: 0.75em;
      padding-bottom: 5px;
      line-height: 1;
      color: #1f2947;
  }

  .offer__headline--2 {
      font-size: 0.75em;
      padding-bottom: 5px;
  }

}


@media screen and (max-width:320px){
  
  .offer__headline--1 {
      font-size: 0.5em;
      padding-bottom: 5px;
  }

  .offer__headline--1-navy {
    font-size: 0.5em;
      padding-bottom: 5px;
      color: #1f2947;
  }

  .offer__headline--2 {
      font-size: 0.5em;
      padding-bottom: 5px;
  }

}


