.wrapper > header,
footer,
.breadcrumbBlock,
.tabNav,
.tabSelect {
    display: none !important;
}

main {
    margin-top: 0 !important;
}

div > header {
    display: block !important;
}
h1,
h2 {
    font-size: 30px !important;
    margin-bottom: 20px !important;
}

.dayBlock {
    margin-bottom: 20px !important;
}

.calendarEntry {
    margin-bottom: 10px !important;
    padding-bottom: 10px !important;
    border-bottom: 1px dotted #333 !important;
}

h3 {
    margin-bottom: 10px !important;
    padding-top: 10px !important;
    font-size: 22px !important;
    font-weight: bold !important;
    border-bottom: 1px solid #333 !important;
}

.standort {
    font-weight: bold !important;
}

.uhrzeit {
    margin-right: 20px !important;
}

.zusatzhinweis::before {
    content: '– ' !important;
}

.zusatzhinweis::after {
    content: ' –' !important;
}

.showmore {
    display: none !important;
}