@media only screen and (max-width:1010px) {

#logo {
    float: none;
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.logo {
    max-width: 95%;
}

#banner {
    display: inline-block;
}

.banner-holder-left {
    text-align: center;
    font-size: 1.5em;
    padding-right: 0;
    width: auto;
    
}

.banner-holder-right {
    text-align: center;
    padding-left: 0;
    width: auto;
}



#mainnav {
    display: none;
}

#menu {
    width: 100%;
    position: relative;
}

#mobilemenu {
    display: block;
    float: none;
    margin-right: 0;
    text-align: center;
    margin-top: 1em;
}

#mobilemenu img {
    max-width: 70px;
}

.mobilemenu {
    width: auto;
    text-align: center;
    font-size: 2.5em;
    font-weight: bold;
}

.event {
    width: auto;
    margin: 0;
    margin-bottom: 1em;
}

.sub-headline-holder {
    text-align: center;
}

.sub-column {
    width: 95%;
}



#footer {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

}




@media only screen and (max-width:1024px) {
    .logo {
        max-width: 330px;
    }
}