/*
Theme Name: twentysixteen-child
Description: Himmelrauschen Childtheme
Author: Jörg Hänisch
Author URI: http://www.joerghaenisch.de
Template: twentysixteen
Version: 1.0
Tags:
*/

@import url("../twentysixteen/style.css");

blockquote {
	color:#fff;
}

.site-title {
	font-size: 14px;
	font-size: 1.3rem;
	font-weight: 400;
}

.site-description {
	font-size: 1rem;
	font-weight: 400;
}

.main-navigation {
	font-size: 0.9rem;
	font-weight: 400;
}

.main-navigation ul ul {
		border-bottom: 1px solid #d8d445;
		display: block;
		left: -999em;
		margin: 0;
		position: absolute;
		z-index: 99999;
	}

.main-navigation ul ul li {
		background-color: #fff;
		border: 1px solid #d8d445;
		border-bottom-width: 0;
	}

.main-navigation ul ul:before {
		border-color: #d8d445 transparent;
		border-width: 0 10px 10px;
		right: 9px;
		top: -9px;
	}

.entry-title {
	hyphens:none;
	}

.widget {
	border-top: 10px solid #d8d445;
	margin-bottom: 3.5em;
	padding-top: 1.75em;
	}

.image-wrapper-outer {
	clear:both;
	padding-top:1.75em;
	}

.image-wrapper-inner img {
	border-radius:50%;
	border:10px solid #c9b500;
	}

.logo-wall {
	background-color:#ffffff;
	padding:1em 0.5em 1em 1em;
	}

.logo-wall img {
	padding:1em ;
	}

.2-stimmen {
	clear:both ;
        float:left;
background-color:#9FF;
	}



