#countdown  .countdownletter{
    font-size: xxx-large;
}
#countdown span{
    font-weight: bold;
}
#countdown p{
    text-align: center;
    margin-top: 20px;
    font-size: xx-large;
}
#countdown h2{
    margin-bottom: 50px;
}
.tickethint {
    font-size: small;
    font-style: italic;
}
.scroll-downs {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 20px auto auto auto;

    width :34px;
    height: 55px;
}
.mousey {
    width: 3px;
    padding: 10px 15px;
    height: 35px;
    border: 2px solid #fff;
    border-radius: 25px;
    opacity: 0.75;
    box-sizing: content-box;
}
.scroller {
    width: 3px;
    height: 10px;
    border-radius: 25%;
    background-color: #fff;
    animation-name: scroll;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(.15,.41,.69,.94);
    animation-iteration-count: infinite;
}
@keyframes scroll {
    0% { opacity: 0; }
    10% { transform: translateY(0); opacity: 1; }
    100% { transform: translateY(15px); opacity: 0;}
}
.kudulelogo{
    height: 40px
}
.kudulepresent{
    text-align: center;
    margin-top: 10px;
}
#logo{
    height: 250px
}
#sponsoren .image img{
    height: 100px;
    width: auto;
    margin-left: auto !important;
    margin-right: auto !important;
}
#sponsoren .image{
    margin:0 0 8px 0;
}
@media screen and (max-width: 736px) {
    .row > .off-off-mobile{
        margin-left: 0;
    }
    #logo{
        height: 100px
    }
    #sponsoren .image img{
        height: 75px;
    }
}
.white{
    color: white;
}
.text-center{
    text-align: center;
}


#sponsoren .special{
    text-align: center;
}

.additionalsponsors p{
    text-align: center;
}