/*

sm
@media (min-width:576px){}

md
@media (min-width:768px){}

lg
@media (min-width:992px){}

xl
@media (min-width:1200px){}

xxl
@media (min-width:1400px){}

*/

.breadcrumb-wrapper {
	display:none;
}


body h1 {
    color: rgba(239,0,0,1);
}

 .teaser .inhalt p.unterzeile{
	margin-bottom: 0;
}

#body .listbox li a{
	margin-top:0;
}
#body .listbox li {
	background-image: none;
	padding:0;
}

.startseite ul {
	padding-left:0;
	margin-left:0;
	list-style-type: none;
}
.startseite li {
	list-style-type: none;
}
body.tpl-2022-startseite .fun-facts {
   /* display: none; */
}

 figure .copyright, span.copyright {
    color: #6C655F;
    display: block;
    font-size: 0.7em;
    font-weight: normal;
    line-height: 1.3;
}

/* button im Hero-Teaser ausblenden, wenn kein Link */
.heroteaser a[href=""] {
    display: none;
}

/* Bild trotzdem anzeigen, auch ohne Link */
.heroteaser figure a[href=""]  {
	display: block;
}