@font-face {
    font-family: "coalhandluke";
    src: url('/assets/fonts/CoalhandLuke TRIAL.ttf') format("truetype");
}
@font-face {
    font-family: "KGsecondChanges";
    src: url('/assets/fonts/KGSecondChancesSolid.ttf') format("truetype");
}
@font-face {
    font-family: "twcenMT";
    src: url('/assets/fonts/TCB_____.ttf') format("truetype");
}
.navbar {
    width: auto;
    right: 10px;
    position: absolute;
    height: 70px;
    z-index:10000;
    background-color: #deaf3b !important;
}

.navbar .navbar-toggler .navbar-toggler-icon {
    height: 22px !important;
    background-color: white !important;
}
.navi{
    width: auto;
    right: 10px;
    position: absolute;
    margin-top: 40px;
    z-index: 1000;
    font-weight: bolder;
}
.showBr{
    display:initial;
}
.kboor{
    position: relative;
    height:100%;
    background:url('/assets/img/front-24.png');
    background-size: auto;
    background-repeat: no-repeat;
    background-position: right;
}
.kboorNfo{
    padding:50px;
    padding-top:300px;
    text-align: center
}
.coalhand, .coalhandSmall {
    font-family: "coalhandluke", Verdana, Tahoma;
    color:white;
    font-size: 45px;
    margin-top: 60px;
}
.coalhandSmall {
    font-size: 35px;
}
.KGsecondChanges {
    font-family: "KGsecondChanges", Verdana, Tahoma;
    color: #deaf3b;
    font-size: 55px;
    margin-top: 30px;
}
.KGsecondChangesLarge {
    font-family: "KGsecondChanges", Verdana, Tahoma;
    color: #deaf3b;
    font-size: 100px;
    margin-top: 60px;
}
.VTI_text {
    position:relative;
    /*font-family: "twcenMT", Verdana, Tahoma;*/
    font-family: Impact, Verdana, Tahoma;
    color: #2B2223;
    font-size: 113px;
    margin-top: 50px;
}
.infoText {
    position:relative;
    font-family: "twcenMT", Verdana, Tahoma;
    color: #FFF;
    font-size: 40px;
    margin-top: 50px;
    line-height: 40px;
}
.infoKG {
    font-family: "KGsecondChanges", Verdana, Tahoma;
    color: white !important;
    font-size: 25px;
    margin-top: 20px;
}
.infoKG p {
    color: #2B2223;
    margin-bottom:30px;
}
.rn_button {
    background: url("/assets/img/button_rn.png") no-repeat scroll 0 0 transparent;
    color: #000000;
    cursor: pointer;
    font-weight: bold;
    height: 150px;
    padding-bottom: 2px;
    width: 150px;
    border: none;
}
.rn_button:hover {
    background: url("/assets/img/button_rn_hover.png") no-repeat scroll 0 0 transparent;
    color: #000000;
    cursor: pointer;
    font-weight: bold;
    height: 150px;
    padding-bottom: 2px;
    width: 150px;
    border: none;
}
html, body {
    height: 100%;
}
#fiets_back_wait {
    position:relative;
    background:url(/assets/img/fiets-back-wait.png);
    background-size: contain;
    left: -20%;
    width:50%;
    height: 560px;
    border:none;
    background-repeat: no-repeat;
    float:left;
}
#fiets_back {
    position:relative;
    background:url(/assets/img/fiets-back.png);
    background-size: contain;
    left: -20%;
    width:50%;
    height: 560px;
    border:none;
    cursor:pointer;
    background-repeat: no-repeat;
    float:left;
 }
#fiets_back:hover {
    background:url(/assets/img/fiets-back-hover.png);
    background-size: contain;
    left: -20%;
    width:50%;
    height: 560px;
    border:none;
    cursor:pointer;
    background-repeat: no-repeat;
    float:left;
}
#fiets_front {
    position:relative;
    background:url(/assets/img/fiets-front.png);
    left: -20%;
    background-size: contain;
    width:50%;
    height: 560px;
    border:none;
    background-repeat: no-repeat;
    float:left;
    top: 2px;
}
.nfoHeight{
    height: 85%;
}
@media (max-width:992px) {
    .showBr{
        display:none;
    }
    #fiets_front {
        left: 0px !important;
    }
    #fiets_back {
        left: 0px !important;
    }
    #fiets_back_wait {
        left: 0px !important;
    }
    .kboor{
        height: 600px;
    }
    .kboorNfo{
        padding-top: 20px;
    }
    .nfoHeight{
        height: 110%;
    }
}
.scroll_container {
    width: 100%;
    height: 1000px;
    /* background-color: #ddd; */
    overflow: hidden;
    margin-bottom: 50px;
}
.ads_box_holder {
    width: 100%;
    white-space: nowrap;
    min-width:100%;
    width: auto !important;
    width: 100%;
}
.ads_box {
    position: relative;
    top: 0;
    left: 0;
    width: 140px;
    padding: 10px 10px;
    margin-right: 10px;
}
.ads_box img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    animation: slide 20s infinite;
}
.scroll_container_sp {
    width: 100%;
    height: 100%;
    /* background-color: #ddd; */
    overflow: hidden;
}
.ads_box_holder_sp {
    /*width: 100%;
    white-space: nowrap;
    min-width:100%;
    width: auto !important;
    width: 100%;*/
    background: #deaf3b;
}
.ads_box_sp {
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    height: 170px;
    padding: 10px 10px;
    margin-right: 10px;
}
.ads_box_holder_sp{
    width: 100vw !important;
    overflow: auto;
    white-space: nowrap;
}
.ads_box_holder_sp img {
    animation: example 20s infinite linear;
}

@keyframes example1 {
    0%{ transform:translateX(0px) }
    10%{ transform:translateX(-140px) }
    20%{ transform:translateX(-280px) }
    30%{ transform:translateX(-360px) }
    40%{ transform:translateX(-500px) }
    50%{ transform:translateX(-640px) }
    60%{ transform:translateX(-780px) }
    70%{ transform:translateX(-920px) }
    80%{ transform:translateX(-1060px) }
    90%{ transform:translateX(-1200px) }
    100%{ transform:translateX(0px) }
}
.container {
    position:relative;
}
.VTI_logo {
    position:absolute;width:198px;height:155px;top:20px;left:20px;background:url(/assets/img/vti-logo-5jaar.png) no-repeat;
}
.fiets{
    position: absolute;
    width: 410px;
    height: 415px;
    bottom: -1px;
    left: -1px;
    background: url(/assets/img/fiets.png) no-repeat;
    background-size: contain
}
@media (max-width:1024px) {
    .fiets{
    width: 300px;
    height: 305px;
    }
}
.rode_neus{
    position:absolute;width:52px;height:52px;bottom: -27px;left: 50%;margin-left: -71px;background:url(/assets/img/rode_neus.png) no-repeat;
}
.uci_bord{
    position:fixed;width:750px;height:992px;bottom: -100px;left: 0px;background:url(/assets/img/uci_bord.png) no-repeat; display:none
}
@media (max-width:992px) {
    .kboor{
        margin-top: 70px;
    }
    .infoKG {
        text-align: center;
    }
    .fiets{
        display: none;
    }
    .VTI_text {
        margin-top: 30px;
        font-size: 70px;
    }
    .coalhand {
        font-size: 35px;
        margin-top: 120px;
    }
    .coalhandSmall {
        font-size: 25px !important;
    }
    .KGsecondChanges {
        font-size: 35px;
        margin-top: 30px;
    }
    .KGsecondChangesLarge {
        font-size: 45px;
        margin-top: 30px;
    }
    .rode_neus{
        width: 35px;
        height: 35px;
        bottom: -14px;
        left: 50%;
        margin-left: -47px;
        background-size: auto;
        background-size: contain;
    }
    .uci_bord{
        bottom: -130px;
        left: -120px;
    }
}
@media (max-width:500px) {
    .coalhand {
        font-size: 25px;
        margin-top: 120px;
    }
    .coalhandSmall {
        font-size: 20px !important;
        margin-top: -10px;
    }
    .KGsecondChanges {
        font-size: 25px;
        margin-top: 20px;
    }
    .KGsecondChangesLarge {
        font-size: 35px;
        margin-top: 20px;
    }
    .VTI_text {
        margin-top: 20px;
        font-size: 50px;
    }
    .infoText {
        font-size: 25px;
        margin-top: 30px;
        line-height: 25px;
    }
    .rode_neus{
        width: 35px;
        height: 35px;
        bottom: -14px;
        left: 50%;
        margin-left: -47px;
        background-size: auto;
        background-size: contain;
    }
    .rode_neus{
        width: 27px;
        height: 27px;
        bottom: -8px;
        left: 50%;
        margin-left: -34px;
    }
    .uci_bord{
        width: 550px;
        height: 100%;
        background-size: contain;
    }
}

.rot {
    -ms-transform: rotate(-2.6deg); /* IE 9 */
    -webkit-transform: rotate(-2.6deg); /* Safari prior 9.0 */
    transform: rotate(-2.6deg);
    width: 503px;
    height: 590px;
    position: absolute;
    top: 203px;
    left: 170px;
    overflow: auto;
}
.btn-deelname {
    background: #0b3452;
    margin: 0px !important;
}
#fm_tooltip
{
    position:absolute; width:600px; height: 330px;background: #FFF; top:200px; left:50%; margin-left: -300px;border: 1px solid orangered;padding:10px; border-radius: 10px; display: none;
}

@media (min-width:501px ) and (max-width:768px) {
    .rodeFiets {
        display:block; width:220px; height:36px; position:absolute; left: 8px; top: 855px;
    }
    .geleFiets {
        display:block; width:220px; height:36px; position:absolute; left: 330px; top: 855px;
    }
}
@media (min-width:769px) and (max-width:1280px) {
    .rodeFiets {
        display:block; width:315px; height:36px; position:absolute; left: 8px; top: 1105px;
    }
    .geleFiets {
        display:block; width:315px; height:36px; position:absolute; left: 430px; top: 1105px;
    }
}
@media (min-width:1281px){
    .rodeFiets {
        display:block; width:415px; height:56px; position:absolute; left: 48px; top: 1675px;
    }
    .geleFiets {
        display:block; width:415px; height:56px; position:absolute; left: 720px; top: 1675px;
    }
}
@media (max-width:500px) {
    .rodeFiets {
        display:block; width:220px; height:36px; position:absolute; left: 8px; top: 735px;
    }
    .geleFiets {
        display:block; width:220px; height:36px; position:absolute; left: 230px; top: 735px;
    }
    .rot {
        position:absolute;
        top:0px;
        left:0px;
        -ms-transform: rotate(0deg); /* IE 9 */
        -webkit-transform: rotate(0deg); /* Safari prior 9.0 */
        transform: rotate(0deg);
        width: 100%;
        height: 100%;
        overflow: initial;
    }
    .uci_bord{
        position:absolute;
        width:100%;
        height:100%;
        bottom: 0px !important;
        left: 0px !important;
        display:none;
        background: #EB6E35
    }
    .btn-deelname {
        margin-bottom: 5px !important;
    }
    #fm_tooltip
    {
        position:fixed;
        width:100%;
        height: 100%;
        background: #FFF;
        top:0px;
        left:00%;
        margin-left: 0px;
        border: none;
        padding:10px;
        border-radius: 0px;
        display: none;
    }
}
.col-6 {
    max-width:49.6%;
    margin: 0px;
    height: 25px;
    line-height: 3px;
}