body {
    font-family: 'Roboto Slab', serif;
    margin: 0;
}
#stage {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0px;
    overflow: hidden;
    background: #000;
}
#bg,
#left,
#left div,
#right,
#right div {
    height: 100vh;
    position: absolute;
    top: 0px;
}
#bg,
#left,
#right {}
#bg,
#left {
    left: 0px;
}
#right {
    left: 50vw;
}
#bg,
#left div,
#right div {
    width: 100vw;
    background-size: cover;
    background-position: center;
}
#left,
#right {
    width: 50vw;
    overflow: hidden;
    /*transition: all 1s;*/
}
#left div,
#right div {
    position: absolute;
    background-color: #000;
}
#right div {
    left: -50vw;
}
header {
    position: fixed;
    top: 0px;
    z-index: 100;
    background: #fff;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
nav {
    margin: 10px;
}
nav ul li {
    display: inline;
}
main {
    position: relative;
    max-width: 900px;
    background: #fff;
    margin: 0 auto;
}
.desktop main {
    margin-top: 100vh;
}
#content {
    margin: 4%;
    padding-top: 20px;
    padding-bottom: 20px;
}
#logo {
    width: 200px;
    margin: 10px;
}
nav ul {
    text-indent: 0;
    padding: 0;
    background: #fff;
}
nav > ul > li {
    position: relative;
}
nav li {
    background: #fff;
    margin-right: 15px;
    cursor: pointer;
}
nav li ul {
    position: absolute;
    left: -15;
    font-size: 0.9em;
    padding: 5px;
    z-index: 1;
    padding-bottom: 10px;
    display: none;
}
nav li ul li {
    line-height: 1.7em;
    display: inherit;
    margin-left: 10px;
    margin-right: 10px;
    text-align: left;
    white-space: nowrap;
}
nav li ul li:hover {
    text-decoration: underline;
}
nav li.menuSubtitle {
    cursor: default;
    font-weight: bold;
    font-size: 0.9em;
    margin-bottom: 4px;
    margin-top: 5px;
    color: #666;
}
nav li.active {
    border-bottom: solid 2px;
}

/*
nav li:hover ul {
    display: block;
}
*/

hr {
    border: none;
    background: #000;
    height: 1px;
}
h1 {
    font-size: 2em;
    font-weight: normal;
}
h2 {
    font-weight: 800;
    font-size: 1.3em;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
section#content p {
    max-width: 770px;
}
p.info {
    font-size: 0.85em;
}
p.lead {
    font-weight: 700;
    font-size: 1.1em;
}
dl {
    line-height: 1.5em;
    margin-bottom: 1.5em;
    border-top: solid 1px;
    padding-top: 10px;
}
dt {
    float: left;
    margin-right: 0.3em;
}
.nameFirst dt {
    font-weight: 700;
}
.nameLast dt {
    font-size: 0.85em;
}
dd {
    margin-left: 0px;
}
.nameFirst dd {
    font-size: 0.85em;
}
.nameLast dd {
    font-weight: 700;
}
dl h2 {
    margin-bottom: 6px;
}
dl h2:first-child {
    margin-top: 5px;
}
a,
a:visited {
    color: #000;
}
a.docLink {
    font-size: 0.85em;
    color: #000;
    display: block;
    margin-bottom: 5px;
}
a.docLink::before {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    background-image: url(img/doc.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: -3px;
    margin-right: 4px;
}
.timeline dt {
    width: 40px;
    border-right: solid 2px;
}
.timeline dd:before {
    content: '\25CF';
    margin-left: -0.6em;
    margin-right: 8px;
}
#content img {
    width: 20%;
    margin-top: 5px;
    transition: width 0.2s;
    cursor: pointer;
}
#content img.imgZoom {
    width: 100%;
}
video {
    width: 100%;
}
.video {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 1em;
    padding-bottom: 70%;
}
.video div {
    padding-bottom: 56%;
}
.video iframe,
.video object,
.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
article.event {
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: solid 1px;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}
article.event p {
    margin: 0;
    margin-right: 10px;
}
section#content .event p {
    max-width: none;
}
article.event .titel {
    font-size: 1.6em;
    width: 100%;
}
.events_projektseite .titel {
    display: none;
}
.events_projektseite .ort {
    font-size: 1.3em;
    width: 100%;
}
.events_projektseite .event_info {
    order: 4;
}
.logos{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#content .logos img {
    width: auto;
    max-width: 130px!important;
    max-height: 40px;
    margin-right: 30px;
}

/****************** MOBILE  (class attached with jQuery) ****************/

.mobile main {
    margin-top: 0;
}
.mobile #content {
    padding-top: 0;
}
.mobile header,
.mobile #stage {
    position: relative;
}
.mobile #stage,
.mobile #bg,
.mobile #left,
.mobile #right {
    height: 0;
    padding-bottom: 70%;
}
.mobile #left div,
.mobile #right div {
    height: 0;
    padding-bottom: 140%;
}
.mobile nav ul {
    margin-top: 5px;
    line-height: 1.8em;
}
.mobile #logo {
    margin-top: 30px;
    margin-bottom: 5px;
}

/**********************************************************************/

@media (max-width:500px) {
    nav > ul > li {
        position: inherit;
    }
    nav li ul {
        width: 100%;
        left: 0;
    }
    #content img,
    #content img.imgZoom {
        width: 100%;
        cursor: inherit;
        pointer-events: none;
    }
}
