div.header > div:nth-child(1) > div:nth-child(2) {
  display: none;
}
div.header > div:nth-child(1) > div:nth-child(4) {
display: none;
}
.has_focus {
display: none;
}
#header > div:nth-child(1) > div:nth-child(2) {
  display: none;
}
#header > div:nth-child(1) > div:nth-child(4) {
  display: none;
}
.datenschutz a
 {
  color:var(--accentColor);
}
@media only screen and (min-width: 768px) {
.mod_article:not(.fullwidth).article-pb > .container {
padding-bottom: 0px;
}
.mod_article:not(.fullwidth).article-pt > .container {
padding-top: 0px;
}
.tp-bannertimer {
display: none;
}