body {
    margin: 0;
    padding: 0;
    background-color: #16242c;
    font-family: 'Be Vietnam Pro', sans-serif;
    color: white;
    background-image: url("bg.gif");
    background-attachment: fixed;
    line-height: 1.5;
    font-weight: 300;
    font-size:15px;
}

.bg{
    background: linear-gradient(#16242c, transparent, transparent);
    width: 100%;
}

h1{
    color:#2edd9d;
}

.banner{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 30px;
    padding-left:15px;
}

.topbar{
    display: inline-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-end;
}

.nav{
    margin-right: 8px;
    color: white !important;
    font-size: 13px;
}

.heading{
    font-weight: 900;
    font-size: 2em;
    text-decoration-line: underline;
}

.programm {
    margin: 0 auto;
    max-width: 700px;
    overflow: hidden;
    display:flex;
    flex-direction: column;
}

.acts{
    font-weight: 600;
    padding-bottom: 12px;
    padding-top: 26px;
    font-size: 1em;
    hyphens: auto;
}

.style{
    padding-bottom: 26px;
    font-weight: 200;
    font-style: italic;
}

.title{
    font-weight: 900;
    font-size: 2em;
    color:#2edd9d;
}

a {
    color: #7a6b5f;
}

.link {
    line-height: 1.6;
}

.link a{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    display: block;
}

.divider{
    margin-bottom: 2em;
}

.description {
    margin-bottom: 26px;
}


.info{
    color: #141c1c;
    background: #2edd9d;
    font-weight: 700;
    padding-left: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    align-items: center;
}

.infoText{
    padding-left: 10px;
    line-height: normal;
}

.infoImage{
    height: 100%;
}

.date{
    color: #857a71;
    margin-bottom: 12px;
    font-size:14px;
}

.event{
    background-color: #141c1c;
    padding:25px;
    color:#f4f4f4;
}

.image{
    width: 35%;
    display: block;
}

.navi{
    margin-left: auto;
    margin-right: auto;
}

.topbar{
    display: inline-flex;
    margin-bottom: 16px;
    font-size: 1.2em;
    color: white;
    margin-left:auto;
}

div#footer{
    text-align: center;
}

@media (min-width:992px){
    body{
        font-style: 16px;
    }

    .date{
        font-size: 1.4em;
    }

    .acts{
        font-size: 1.2em;
    }
}
