html{
    margin-top: 0;
    padding-top: 0;
}
header, article aside, .primary-btn, .secondary-btn, .tertiary-btn, .cta-buttons-event, .center-btns, .related-content, .lightbox, .back-to-top-btn, footer, .cookie-banner {
    display: none;
}
body.color-lightblue {
    background-color: #fff;
}
body {
    font-size: 13px;
    padding: 0 40px 0 40px;
    color: #000;
}
#printlogo {
    display: block;
    width: 130px;
    margin-bottom: 40px;
}
.infobanner {
    font-size: 12px;
    background-color: transparent;
    border: 1px solid #000;
}
article .content {
    padding: 0;
}
h1, .sectiontitle, .meta, a {
    color: #000;
}
.sectiontitle {
    font-size: 20px;
}
.teaserbox .text .teaserbox-title {
    font-size: 22px;
}
.teaserbox-quer .date {
    padding: 11px 0 8px;
    display: inline-block;
    color: #000;
    background-color:transparent;
}
.teaserbox-quer img {
    width: 40%;
    float: right;
    margin: 0 0 30px 30px;
}
article .content > .date, .teaserbox .meta {
    font-size: 12px;
    color: #000;
}
.introtext {
    font-size: 17px;
    color: #000;
}
figure {
    max-width: 500px;
    margin: 0 auto;
}
.figure_right {
    width: calc(50% + 15px);
    float: right;
    padding-left: 30px;
}
.figure_left {
    width: calc(50% + 15px);
    float: left;
    padding-right: 30px;
}
figcaption {
    font-size: 11px;
}
.source {
    font-size: 9px;
    color: #000;
}
.column-left {
    padding: 0 20px 20px 0;
    width: 50%;
    float: left;
}
.column-right {
    padding: 0 0 20px 20px;
    float: right;
    width: 50%;
}
.teaserbox-book .book-cover-wrapper {
    width: 40%;
    padding-top: 0;
}
.teaserbox-book .text {
    width: 60%;
    padding: 20px 40px 0 0;
}



