body{
    background: #f8f9fa;
}

/* Header */

.header-wrapper{
    background: #000;
    margin: -20px -2000px 0;
    padding-top: 20px;
    /*position: absolute;*/
    /*left: 0;*/
    /*right: 0;*/
    /*top: 0;*/
}
.header-wrapper>div{
    width: 960px;
    margin: auto;
    /*height: 100px;*/
}
.header-container .header .links li a{
    color: #fff;
}

.header-wrapper #search_contact{
    border:0;
    background: none;
}


.header-wrapper #nav{
    background: none;
}
#nav li{
    background: none;
}
#nav li a{
    color: #fff !important;

}

.header-container .quickphone,
.header-wrapper #search_contact .contact{
    display: none;
}


/* Footer */

.footer-container{
    background: #2d2d2d;
}
.footer-container .footer {
    padding-top: 70px;
}

.footer .footer_block{
    background: none;
    border-top: 2px solid red;
    width: 220px;
    margin:0 10px;
    padding: 20px 0 0;
}

.footer_block ul li{
    background: none;
    font-size:16px;
    padding:0;
    line-height: 34px;
    color: #fff;
}

.footer_block ul li a,
.footer_block ul li p{
    color: #fff;
}

.footer_block ul li a:hover{
    text-decoration: none;
    color: red;
}

.footer_block ul li.title-li{
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.footer_block.overige a{
    color: red !important;
}
.footer_block.overige a,
.footer_block.overige div{
    line-height: 23px;
}
.footer_block.overige small{
    margin: 0;
    line-height: 23px;
    font-size: 12px;
    font-weight: 300;
    color: #a8a8a8;
}

.improve-title{
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 23px;
}

.footer_block.overige a.improve-button{
    margin-top: 16px;
    width: 255px;
    height: 32px;
    line-height: 28px !important;
    border-radius: 60px;
    border: 2px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    cursor: pointer;
    display: block;
    text-decoration: none;
}


#footer-extra,
#footer-extra-rights{
    width: 960px;
    margin: 40px auto 0;
    text-align: left;

}
#footer-extra{
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;

}
#footer-extra p{
    color: #adadad;
}
#footer-extra ul{
    margin: 0;
    line-height: 23px;
    font-size: 13px;
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#footer-extra ul li{
    margin-left: 10px;
}
#footer-extra ul li:first-of-type {
    margin-left: 0;
}
#footer-extra ul li a{
    color: #adadad;
    text-decoration: none;
}
#footer-extra .footer-copyright a{
    color: #fe0000;
    text-decoration: none;
    white-space: nowrap;

}
#footer-extra .footer-copyright p{
    margin: 0;
    display: inline-block;
    white-space: pre-wrap;
}

#footer-extra-rights{
    padding-bottom: 56px;
}
#footer-extra-rights p{
    color: #adadad;
    font-size: 13px;
    margin-bottom: 0;
}

#mst-socials{
    margin-bottom: 40px;
}
#mst-socials .mst-logo{
    background: url("https://files.motorsportlive.com/assets/images/header/logo-motorsport-tickets.svg") no-repeat;
    background-size: auto;
    background-size: contain;
    display: block;
    margin: 0 auto;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 176px;
    height: 42px;
}

#mst-socials svg{
    width: 47px;
    height: 47px;
    background-size: contain;
    background-repeat: no-repeat;
    fill: #fff;

}
#mst-socials ul{
    margin: 24px auto 0;
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 250px;
}
