.credits-cover{
    position: absolute;
    top:0px;
    left:0px;
    display: block;
    margin:0px; 
    width:100%;
    height:100%;
    background: #777;
    opacity: 0;
    z-index: 999999998;
    display: none;
    cursor: pointer;
}
.credits-cover.on{
    display: block;
}
.credits .wrap{
    padding:0px;
    height: auto;
}
.credits{
    position: relative;
    width: 100%;
    bottom:auto;
    padding: 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
    height:0px;
    z-index: 2001;
    z-index: 999999999;
    margin-top: -24px;
    line-height:24px;
    display:block;
}
.credits .c-topspacer{
    position: relative;
}

.credits .c-short{
    position: relative;
    display: block;
    padding-top: 0px;
    cursor: pointer;
    padding-bottom: 0px;
    color: #fff;
    opacity: .25;
    top: 0px;
}
.credits .c-short:hover{
    color: #000;
    opacity: 1;
}


.credits.fixed{
    position: fixed;
    bottom:0px;
    padding-bottom:0px;
}
.credits.on .c-topspacer{
    background-color: #fff;
    position: absolute;
    width: 100%;
    height:auto;
    top:0px;
    bottom:0px;
    padding: 0px 95px;
    padding-left: 95px;
    padding-top: 40px;
    margin-top: 60px;
    box-shadow: 0px -3px 25px -3px #000;
}
.credits.fixed .c-short{
    top: -30px;
}
.credits .c-centerbox{
    position: relative;
    margin:0px auto;
    padding: 0px auto;
    display: block;
    text-align: center;
}
.credits .c-content{
    display: none;
    padding-top: 0px;
    font-size: 16px;
    font-size: 1.6rem;
}
.credits .c-company{
    display: block;
    margin: 10px 0px 0px 0px;
    min-width:100px;
    cursor: default;
    color:#333 !important;
    text-align: left;
    line-height: 24px;
}
.credits a{
    color: #333 !important;
    height:14px;
    text-decoration: none;
}
.credits a:hover{
    color: #333 !important;
    border-bottom: 1px solid #333;
    text-decoration: none;
}
.credits .c-company .c-header{
    color: #3b4 !important;
    font-size: 16px;
    letter-spacing: 0.5px;
}


.credits .c-logo {
    display: none;
    position: absolute;
    width:375px;
    height: 120px;
    left: 25px;
    top: -60px;
    margin:0px;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url('logo_nenontwerp.png');
}
@media all and (max-width: 420px) {
    .credits .c-logo{
        left: 5px;
    }
    .credits.on .c-topspacer{
        padding-left: 75px;
        padding-right: 15px;
    }
}


.credits .c-reset{
    position: absolute;
    display: none;
    text-align: right;
    right: 20px;
    top:20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.credits .c-reset:after{
    content:'\2297';
    position: relative;
    display: block;
    font-size: 32px;
    color: #999;
    right: 0px;
    top:-5px;
    width: 20px;
    height: 20px;
}
.credits .c-reset:hover:after{
    color: #000;
}
.credits.on .c-logo,
.credits.on .c-content,
.credits.on .c-reset{
    display: block;
}
.credits.on .c-short{
    display: none;
}

