/** Header **/
.header-top {
    position: relative;
    display: flex;
    justify-content: space-between;
}
.header-title {
    direction: block;
    font-size: 1.5em;
    padding: 5px 15px;
}
.header-title a {
    text-decoration: none;
}
.header-size {
    padding: 5px 15px;
}
.header-size ul {
    display: flex;
    list-style: none;
    margin-bottom: 0;
}
.header-size ul li {
    padding: 10px 0 0 30px;
}

.header-image img {
    width: 100%;
}

.header-button ul {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style-type: none;
    width: 100%;
    padding-left: 0;
    margin-bottom: 0;
}
.header-button li {
    position: relative;
    width: 33.1%;
    padding: 5px 10px;
    margin-right: 2px;
    margin-top: 2px;
    background-color: #999;
}
.header-button li:last-of-type {
    margin-right: 0;
}
.header-button li a {
    text-decoration: none;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
}
.header-button .fa {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
    color: rgba(0,255,0,1);
}
.header-button .fa.fa-xmark {
    color: rgba(255,255,0,1);
}
.ausstellung {
    background-color: rgba(158,23,29,1) !important;
}
.comedy {
    background-color: rgba(149,71,97,1) !important;
}
.musik {
    background-color: rgba(74,123,138,1) !important;
}
.theater-tanz {
    background-color: rgba(86,130,77,1) !important;
}
.sonstiges {
    background-color: rgba(199,152,64,1) !important;
}

.header-hinweis ul {
    position: relative;
    display: flex;
    flex-direction: row;
    list-style-type: none;
    width: 100%;
    padding-left: 0;
    padding-top: 2px;
    margin-bottom: 0;
}
.header-hinweis li {
    position: relative;
    padding: 5px 0 5px 10px;
    font-size: 0.8em;
}
.header-hinweis li:first-of-type {
    width: calc(20% - 2px);
    margin-right: 2px;
    background-color: rgba(158,23,29,1);
    color: rgba(255,255,255,1);
}
.header-hinweis li:last-of-type {
    width: 80%;
    padding: 5px 10px;
    background-color: rgba(158,23,29,0.25);
}

.header-search {
    text-align: right;
    padding: 10px 15px;
    margin: 2px 0;
    background-color: rgba(0,0,0,0.2);
}
.header-search label {
    padding: 0 10px;
}