.background {
    background-repeat:no-repeat;
    background-position:top;
}
html, body {
    height:100%;
}
.fullscreen,
.content-a {
    width:100%;
    height:100%;
    overflow:hidden;
}
.fullscreen.overflow,
.fullscreen.overflow .content-a {
    height:auto;
    min-height:100%;
}
.content-a {
    display:table;
}
.content-b {
    display:table-cell;
    position:relative;
    vertical-align:middle;
    text-align:center;
}
body{
    margin:0;
    font-family:sans-serif;
    font-size:16px;
    /*line-height:100px;*/
    color:#ffffff;
    background: #000;
}
.not-fullscreen {
    /*height:50%;*/
}

.logo {
    width: 100%;
    margin: 0;
}
a, a:hover, a:active, a:focus {
    color: #ffffff;
    text-decoration: none;
}
.social, .social:hover, .social:active, .social:focus {
    font-size: 44px;
    margin-right: 10px;
}
a:hover, a:focus, .social:hover, .social:focus {
    color: #ede0ad;
}
.social:last-child{
    margin-right: 0;
}
.infoblock {
    display: block;
    text-align: center;
    width: 90%;
    max-width: 650px;
    margin: 0 auto;
    margin-top: 200px;
    padding-bottom: 20px;
}
.datesblock {
    padding-top: 20px;
    padding-bottom: 20px;
}
.content-b.bottom {
    vertical-align: bottom;
}
.imprint {
    margin-top: 20px;
}
.dates {
    text-align: left;
    text-transform: uppercase;
    font-size: 19px;
}
.dates .row {
    margin-bottom: 15px;
}
.event-name {
    font-weight: bold;
}
h1 {
    display: none;
}
h2 {
    text-transform: uppercase;
    font-weight: bold;
}
/*@media only screen and (max-width: 768px) {*/
@media only screen and (max-width: 639px) {
    .dates {
        text-align: center
    }
    h2 {
        margin-bottom: 20px;
    }
}


/* impressum */
body.impressum {
    background: #222;
    padding-top: 20px;
}
