/* FEATURED-image */
.home-slide-item img {
	width: auto;
	height: auto;
}


/* LOGO */
.website-logo img {
	height: 50px;
}

#masthead .site-branding {
	margin-bottom: 10px;
}

/*avoid mentioning "Kategorie" as title*/
.page-header {
	display:none;
}

/* SINGLE-PAGE-HEADER */
.single-featured-img-inner::before {
	margin-bottom: -60px !important;
}
@media only screen and (max-width: 500px) {
	.single-featured-img-inner::before {
		margin-bottom: -34px !important;
	}
}

/* entry-HEADER */
.single-featured-img-inner {
	height: 6vh;
}

/*Menu-Bar font*/
.wf-active .main-navigation {
}


/***** hide title for IMPRESSUM & HEFT *****/
/*Page "Impressum"*/
.post-607 .single-featured-img-inner {
	height: 80px;
	padding: 0 !important;
}
.post-607 .entry-title {
	/*display:none;*/
	margin-top: 65px;
	color: white;
}
.post-607 .hentry-inner {
	padding-top: 40px;
}

/*Page "Heft"*/
.post-399 .single-featured-img-inner {
	height: 80px;
	padding: 0 !important;
}
.post-399 .entry-title {
	/*display:none;*/
	margin-top: 65px;
	color: white;
}
.post-399 .hentry-inner {
	padding-top: 40px;
}
/**************************/

/*
.single-featured-img-inner.entry-title {
 	margin-left: 0vw !important;
	margin-right: 0vw !important;
}
*/

.entry-header {
}

.entry-title {
	text-shadow: none;
}

.entry-author {
	display: none;
}

/* entry-BODY */
.hentry-wrap {
	padding-top: 0vh;
}

.hentry-inner.inactive-sidebar ::before {
	border: none !important;
	/*margin-bottom: -10vh;*/
}

.widget .widget-title {
	margin-bottom: 0px;
	/*margin-right: 40em;*/
}



/***************** ON-FONT */
   @font-face {
	font-family: "karlheinz-title";
	src: url('http://fontx.on-cologne.de/HKGrotesk-BoldItalic.ttf') format('truetype'),
		url('http://fontx.on-cologne.de/HKGrotesk-BoldItalic.woff') format('woff'),
		url('http://fontx.on-cologne.de/HKGrotesk-BoldItalic.woff2') format('woff2');
}

.site-title h1 {
font-family: "karlheinz-title" !important;	
	}	
/*****************/


/*
.entry-meta {
	margin-bottom: 0px !important;
}

.avatar-container {
	display: none;
}

.author-info {
	display: none;
}
*/