/**
 * Feature Name:	 Blog CSS
 * Version:      0.9  
 * Author:       web dev media UG
 * Author URI:   http://web-dev-media.de
 *
 * Contributor: Sven Balzer
 * Created on : 25.04.2017, 01:20:49
 *
 */

.hero-unit.has-headerimage {
	margin-top: 0;
}
@media (max-width: 767px) {
	.hero-unit.has-headerimage {
		margin-top: 117px;
	}	
}
.blog-header {
	 background-size: cover; 
	 background-position: center;
	 max-height: 570px;
}
.blog-header .wrapper-headline {
	position: static;
	margin: 0;
}
@media (min-width: 768px) {
	.blog-header .wrapper-headline {
		padding: 8% 0;
	}
}
.has-headerimage .headline-xl,
.has-headerimage .headline-m {
	color: #fff
}
.has-headerimage .headline-m {
	margin-bottom: 0;
}
.navbar-blog {
	min-height: 0; 
	margin-bottom: 0;
	border-radius: 0;
	border-bottom: 1px solid;
}
.navbar-blog ul {
    list-style: none;
}
.navbar-blog li {
    margin-left: 10px;
}
.navbar-blog li:first-child{
    margin-left: 0;
}
@media (min-width: 992px) {
	.navbar-blog .navbar-nav > li {
		float: left;
	}
}
.navbar-blog .navbar-nav > li > a {
	display: block;
	padding: 10px 15px;
	font-weight: 400;
    line-height: 16px;
}
@media (min-width: 992px) {
	.navbar-blog .navbar-nav > li > a {
		padding-top: 19px;
		padding-bottom: 19px;
	}
}


.navbar-blog a {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: transparent;
}
.navbar-blog .active a,
.navbar-blog a:hover {
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}

@media (min-width: 768px) {
.navbar-blog .navbar-nav {
		float:none;
		margin: 0 auto;
		display: table;
		table-layout: fixed;
    }
}
.single-post main {
	margin-bottom: 50px;
}

.pager {
	padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}
.pager li {
    display: inline;
}
.entry-title {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
}
.entry-content a:hover {
	text-decoration: none;
}
.screen-reader-text {
	position: absolute !important;
    height: 1px;
    width: 1px;
	overflow: hidden;
    word-wrap: normal !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.entry-content img {
	max-width: 100%;
    height: auto;
	margin: 0 0 1.5em 0;
}
img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
}
img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
}
img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
}
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	padding: 5px;
	border: 1px solid #a9a9a9;
	background-color: #fff;
}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
}
img.wp-smiley, 
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
}
.gallery {
	margin: 35px 0;
	text-align: center;
}
.gallery-item {
	display: inline-block;
	margin-left: 20px
}
.gallery-item:first-child {
	margin-left: 0;
}
.gallery-item img { 
	margin: 0;
}