/*****
Theme Name: Klickhin MH Magazine Child Theme
Theme URI: https://www.mhthemes.com/themes/mh/magazine/
Description: This is a child theme for MH Magazine WordPress theme to make customizations much easier for you. By using this child theme you make sure, that you keep your changes after an update of the parent theme.
Author: MH Themes + J&ouml;rg Schimke
Author URI: https://www.mhthemes.com/ http://klickhin.de/
Template: mh-magazine
Version: 1.0.0
License: GNU General Public License v2.0
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*****/

/*.sb-widget .cp-xl-title a, .sb-widget .cp-widget-title a { color: #008D31; }*/
h2.mh-header-tagline, h3.mh-header-tagline {
	color: #008d31;
}

img.mh-header-image {
	float: left;
}

div.mh-header-text {
	text-align: right;
}

div.entry.clearfix p:first-of-type {
	font-weight: bold;
	font-size: 110%;
}

li.tumblr_post.link a {
	font-weight: bold;
	font-size: 110%;
}

li.tumblr_post.link a.tumblr_link {
	font-weight: normal;
	font-size: 80%;
	color: #666666;
}

/*meine Stile*/
div.links44 {
	width:44%;
	float:left;
	margin:8px 10px 10px 0px;
}

div.links44bg {
	width:44%;
	float:left;
	margin:8px 10px 10px 0px;
	background-color:#b1d799;
	padding:3px;
}

.keinfloat {
	clear:both;
}

/*Kommentare deaktiviert ausblenden*/

.mh-no-comments {
	display:none;
}

/*Better Click to Tweet in eigener Zeile beginnen*/

span.bctt-click-to-tweet {
	clear:both;
}

/*einen Content-Block hervorheben*/

#custom_post_widget-2232.content_block {
	background-color:#008d31;
	color:#ffffff;
	margin:10px;
	padding:10px;
	font-weight: bold;
	font-size: 120%;
	text-align: center;
}