/**

  Footer.css
  
  Styling van de pagina Footer. inc. (sub)navigatie e.d.
  
*/

footer.main {
  width: auto;
  margin-top: 30px;
  padding: 0 31px 40px 30px;
}
.homepage footer.main {	
  background: #fff url('Lotto/images/content/ball-rich-small.png') 160px 50px no-repeat;
}

/* footer.main { content: ""; display: table; clear: both; } */

footer.main > header h1 {
  padding: 47px 25px 24px 25px;
	font-size: 35px;
  margin-bottom: 0;
}

footer.main .content ul.faq {
	padding-left: 2px;
}
footer.main .content ul.faq li {
	margin: 0;
	padding: 0;
}
footer.main .content ul.faq li a.more {
	display:block;
	padding-right: 10px;
	font-weight: normal;
	background-position: 100% 7px;
	margin-top: 5px;
}



footer.main .blocks {
  position: relative;
	padding-bottom: 30px;
}

footer.main .block {
	min-height: 80px;
  border-left: 1px solid #F2F2F2;
  -webkit-border-radius: 0;
  border-radius: 0;
  /* No PIE needed. */
}
footer.main .block:first-child {
  border-left: none;
}

footer.main .block h3 {
	margin: 0 0 13px 0;
}

footer.main .block p {
	margin-bottom: 5px;
}

.hanging-ball {
  display: block;
  width: 73px;
  height: 95px;
  position: absolute;
  top: 136px;
  left: 276px;
  background: transparent url('Lotto/images/layout/footer-hanging-ball.png') 0 0 no-repeat;
}


/* 
    Footer - default:
*/
.smallprint,
.nav-footer {
  display: block;
  clear: both;
  list-style: none;
  padding: 20px 20px 0 20px;
  color: #999;
}

.nav-footer {
	border-top:1px solid #bebab8;
	padding: 50px 20px 0 20px;
}


.nav-footer li {
  display: inline;
}

.nav-footer li.seperator {
	padding: 0 0 0 15px;
}

.nav-footer li a {
  display: inline-block;
  margin: 5px 10px 5px 0;
  color: #999;
  text-decoration: none;
	line-height:16px;
	vertical-align:middle;
}

.nav-footer li img {
	margin: 0 6px 0 0;
  vertical-align: middle;
}


.nav-footer li a:focus,
.nav-footer li a:hover {
  text-decoration: underline;
}


#endorsement {
    background: #FFFFFF;
    position: relative;
    border-top: 1px solid #A6A8AB;
    z-index: 1000;
}
#endorsement * {
    box-sizing: border-box;
}
#endorsement .endorsement__wrapper {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    height: 120px;
}
#endorsement .endorsement__logo  img{
    text-align: center;
    position: absolute;
    text-decoration: none;
    top: -31px;
    width: 310px;
    height: 88px;
    left: calc(50% - 155px);
}
#endorsement .endorsement__speelbewust {
    display: inline-block;
    padding-top: 55px;
    text-transform: uppercase;
    color: #A6A8AB;
    text-decoration: none;
}
#endorsement .endorsement__speelbewust--image img {
    width: 100px;
    height: 8px;
}
@media only screen and (min-width: 480px) {

    #endorsement .endorsement__wrapper {
       width: 999px;
        text-align: left;
        height: 80px;
    }
    #endorsement .endorsement__logo img {
        top: -31px;
        width: 310px;
        left: calc(50% - 155px);
    }
    #endorsement .endorsement__speelbewust {
        left: 0;
        padding-top: 46px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 1024px) {
    #endorsement .endorsement__speelbewust {
        padding-left: 20px;
    }
}
