/*
Theme Name: Gaudinauten Theme
Theme URI: http://gaudinauten.net
Template: mh-magazine
Author: Gaudinauten UG
Author URI: http://gaudinauten.net
Description: Das Gaudinauten Standard Theme basiert auf MH Magazin und bietet ein flexibles WordPress Theme für die blogs des Gaudinauten Netzwerks. Es ist in weiten Bereichen anpassbar und sollte daher nur in Ausnahmenfällen durch andere Themes ersetzt werden.
Tags: one-column,two-columns,left-sidebar,right-sidebar,flexible-header,custom-background,custom-colors,custom-header,custom-menu,custom-logo,featured-images,footer-widgets,theme-options,threaded-comments,full-width-template,post-formats,translation-ready,rtl-language-support,blog,entertainment,news
Version: 3.9.0.1575061638
Updated: 2019-11-29 22:07:18

*/

body { font-family: 'Open Sans', Helvetica, Arial, sans-serif; font-size: 14px; font-size: 0.875rem; line-height: 1.6; word-wrap: break-word; }

/* Post Thumbnail definitions */
.entry-thumbnail {
	width: 47%;
	float: right;
	margin-left: 30px;
}
@media screen and (max-width: 620px) {
	.entry-thumbnail {
		width: 100%;
	}
}

/* GN Latest Posts */
.gn-latest-posts li {
	display: block;
	clear: both;
	padding-top: 0px;
}
.gn-latest-posts-textintro {
	font-weight: bold;
	padding-bottom: 10px;
}
.gn-latest-posts__post-category {
	float: left;
	font-size: 92%;
	color: #808080;
}
.gn-latest-posts__post-date {
	float: right;
	font-size: 92%;
	color: #808080;
}

/* GN Taxonomy Hierarchy List */
.gn-list-child-categories-list ul {
	color: #f00;
	list-style: circle;
	padding-left: 0px;
	text-indent: 0em;
}
.gn-list-child-categories-list .children ul {
	color: #f00;
	list-style: circle;
	padding-left: 15px;
}

.gn-list-child-categories-list .children li {
	color: #f00;
	list-style: square;
	padding-left: 0px;
	text-indent: 0.2em;
}

.gn-list-child-categories-list a {
	color: #0066ff;
}
.gn-list-child-categories-list a:hover {
	color: #ff0000;
	text-decoration: underline;
}
.mh-widget h4 {
	margin-bottom: 10px;
}
.gn-list-child-categories-textintro {
	margin-bottom: 5px;
}
.gn-list-child-categories-list .children {
  padding-left: 15px;
	margin-bottom: 5px;
}
.gn-list-child-categories-list .children .current-cat {
	font-weight: bold;
}
.gn-list-child-categories-list .current-cat .current-cat-ancestor {
	font-weight: normal;
}

