@charset "UTF-8";


@media (min-width:576px){}
@media (min-width:768px){}
@media (min-width:992px){}
@media (min-width:1200px){}
@media (min-width:1400px){}

/* Content-Teaser */
#body.tpl-2022-startseite .teaser.firstchild.textbildoben figure img {
    margin: 0 auto;
    max-height: unset;
    max-width: unset;
    box-sizing: border-box;
    padding-top: 0;
}

#body.tpl-2022-startseite .teaser .inhalt a h2 {
	font-size: 1.375rem;
	font-family: 'ApproachKoelnBold';
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 0;
	word-wrap: break-word;
    letter-spacing: 0.001em;
    color: #000 !important;
    text-align: left !important;
    line-height: 1.5rem;
}

#body.tpl-2022-startseite .teaser .inhalt p.unterzeile { 
	font-size: 1.125rem;
	color:#ee0000 !important;
	padding-bottom: 0.5em !important;
}

body.tpl-2022-startseite .teaser.textbildoben { background-color: #fff;}
body.tpl-2022-startseite .teaser.textbildoben .inhalt, 
body.tpl-2022-startseite .teaser.textbildoben figure {text-align: left;}
body.tpl-2022-startseite .teaser.textbildoben .inhalt a, 
body.tpl-2022-startseite .teaser.textbildoben .inhalt h2 { color: black;}

@media screen and (min-width: 1400px) {
	body.tpl-2022-startseite .teaser .inhalt a {
		line-height: 1.7875rem;
		font-size: 1.375rem;
		font-family: 'ApproachKoelnSemiBold';
	}
}

@media screen and (min-width: 575px) {
	body.tpl-2022-startseite .teaser .inhalt a {
		padding: 0rem 0rem 0 0;
	}

}

@media screen and (max-width: 575px) {
	body.tpl-2022-startseite .teaser .inhalt a {
		padding: 0rem 6rem 0 0;
	}
}

@media screen and (max-width: 480px) {
	body.tpl-2022-startseite .teaser .inhalt p.unterzeile {
		font-size: .875rem;
	}

}

@media screen and (min-width: 320px){
    body.tpl-2022-startseite .teaser figure a {
		max-height: unset;
	}
	body.tpl-2022-startseite .teaser .inhalt a {
		font-size: 1.375rem;
		font-family: 'ApproachKoelnSemiBold';
		padding: 1rem 0rem 1rem 0;
		}
}

@media screen and (min-width: 480px) and (max-width: 575px) {
	body.tpl-2022-startseite .teaser .inhalt a {
		padding-right: 6rem
	}
}


#body .kopfbereich .teaser.listbox ul li a {
	padding-top:7px;
	padding-bottom:7px;
}