div.posts {
    font-family: sans-serif;
    line-height: 1.4;
}

div.posts a {
    text-decoration: none;
}

div.posts a:hover {
    text-decoration: underline;
}

div.posts > div {
    background: white;
    position: relative;
    padding: 20px;
    border: 1px solid rgba(19, 46, 6);
}

@media (min-width: 537px) {
    div#ndr video {
        width: 80%;
    }
    div.posts > div:nth-child(odd) {
        background-color: white;
        display: flex;
        margin-left: 20%;
        width: 80%;
        border-right: 0;
    }

    div.posts > div:nth-child(even) {
        width: 80%;
        border-left: 0;
    }
}

@media (max-width: 537px) {    
    div.posts > div {
        width: 100%;
        margin-right: 0;
    }    
    div#ndr video {
        width: 95%;
    }
}

div.posts #abendblatt img {
    padding-right: 10px;
    border-radius: 5px;
    height: 30%;
}


div.posts #abendblatt #image {
    float: left;
}

#abendblatt p#autor {
    font-size: 0.9em;
}

div#yazid > div > p:first-child {
    text-align: center;
    font-size: 1.5em;
}

div#yazid li {
    width: 100%;
}

div#yazid div#neben div:first-child ul {
    list-style-type: none;
    width: 20em;
    margin-bottom: .5em;
}

div#yazid div#neben div:first-child ul li:nth-child(odd) {
    padding-left: .2em;
    background-image: linear-gradient(to right, rgba(211, 211, 211, 0.2), white);
}

div#yazid div#neben div:first-child ul li:nth-child(even) {
    padding-left: 1em;
    background-image: linear-gradient(to right, rgba(190, 190, 190, 0.3), white);
}

div#yazid ul li:first-child {
    border-top-left-radius: 10px;
}

div#yazid div#neben > div a {
    font-size: 1em;
}

div#yazid ul li:last-child {
    border-bottom-left-radius: 10px;
}

div#yazid div#neben div:last-child {
    margin-top: 1em;
}

div#yazid div#neben {
    display: flex;
    justify-content: flex-start;
}

#yazid #neben > div:last-child {
    width: 50%;
}

div#ndr {
    display: flex;
    justify-content: center;
}

div#exhibition {
    display: flex;
    flex-direction: column;
}

div#exhibition a.readMore {
    text-decoration: underline;
    cursor: pointer;
    margin-bottom: 1em;
}

div#exhibition p.more {
    display: none;
}

div#exhibition blockquote {
    border-left: 5px solid rgb(95, 95, 95);
    background-image: linear-gradient(to right, rgb(214, 214, 214), white);
    quotes: "\201C""\201D""\2018""\2019";
    padding: .6em;
    margin-top: 1.7em;
}

div#exhibition blockquote:after, blockquote:before {
    color: rgb(95, 95, 95);
    font-size: 2em;
    line-height: 0;
}

div#exhibition blockquote:before {
    vertical-align: -.25em;
    margin-right: .2em;
    content: open-quote;
}

div#exhibition blockquote:after {
    vertical-align: -.5em;
    margin-left: .2em;
    content: close-quote;
}

div#exhibition > div {
    display: flex;
    justify-content: flex-start;
}

div#exhibition img {
    padding-right: 15px;
    height: 23em;
    float: left;
}

@media (max-width: 900px) {
    div#exhibition img {
        float: none;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
}

@media (max-width: 1400px) {
    div#exhibition > div {
        display: block;
    }
}

div#exhibition p {
    margin-bottom: 10px;
}

#exhibition span.title {    	
    font-size: 1.3em;
}

div#exhibition span.me {
    font-size: 1.5em;
    border: 2px solid rgb(190, 190, 190);
    padding: 3px 6px 3px 6px;
    background: rgba(0, 173, 204, 0.116);
    border-radius: 5px;
    float: left;
    margin-right: .5em;
}

div#exhibition > div > div {
    margin-left: 9%;
}

footer {
    margin-top: 0 !important;
}

div#farbenspiele {
    flex-direction: column;
}