@font-face {
	font-family: 'PT Sans';
	src: url('/_fonts/PT_Sans/PTSans-Regular.ttf') format('truetype'); 
}

@font-face {
	font-family: 'Lato';
	src: url('/_fonts/Lato/Lato-Regular.ttf') format('truetype'); 
}

body{
font-family: 'PT Sans', sans-serif;
}

h1{
font-family:'Lato', sans-serif;
font-weight:bold;
}

/* Titel der jeweiligen Seite */
.entry-title {
	font-size: 33px;
	font-weight: 300;
	color: #009640;
	line-height: 1.09091;
	margin: 0 0 12px;
	text-transform: none;
}

/* Zwischenueberschriften h5 Farbe */
h5 {
	color: #009640 !important;
	font-size: 18px;
	line-height: 1.33333;
}

/* Menuleiste oben Text */
.site-navigation a {
	font-size: 15px;
	text-transform: none;
	display: block;
	border-left: 1px solid;
	padding-left: 1.5em;
	padding-right: 1.5em;
}

/* Widget rechte Spalte Titel und Farben*/
.content-sidebar .widget .widget-title {
	border-top: 2px solid #009640 !important;
	color: #009640 !important;
	font-size: 15px;
	font-weight: 900;
	margin: 0 0 18px;
	padding-top: 7px;
	text-transform: none;
}

/* Logo vor der Überschrift */
.entry-title:before {
	content: url('https://stellamaris.erzbistum.hamburg/wp-content/uploads/sites/4/2021/05/STELLA_MARIS_LOGO_HH_FULLCOLOUR_29_33.jpg');
	margin-right: 10px;
}

.site-info {
	display: none;
}