
html body.extraHeight { margin-top: 0;} 
html body{ margin-top: 0px; background-color: #1f1f1f; } 

div#header { display: none; } 
div#main { float: none; margin-left: auto; margin-right: auto; }
div#content{ box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 68%); }
div#bottom-news > h1, #bottom-news > div > h1 { color: white; }

div#footer { background: #292929;  box-shadow: none; }
  
div#right>h1, div#right>div>h1, div#right>h2, div#right>h3, div#right>h4 { color: white; }
div#bottom-news h1 { color: white; }
div.teaser-datum-titel h3 { color: white; }
div#right .content p { color: white; }
div.teaser-datum-titel a.read-more-btn { border: 0; }
div.teaser-datum-titel a { border-top: #525252 solid 1px; }
div#bottom-news a { border-top: #525252 solid 1px; }
  
div#bottom-news a:hover { background-color: #313131; box-shadow: none; }
  
@media (min-width: 550px) { 
  
#right { display: none; }

}

@media (min-width: 720px) { 
	div#main { margin-top: 0px; }
}


@media (min-width: 960px) { 

div#bottom-news > a > h1 {
    color: black;
}
  