/*  Parallax */
.parallax-container {
	background-position-x: center;
	background-position-y: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 420px;
}

.parallax-container > .container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.overlay-parallax {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(35,40,45,0.5);
}

/* Post and Pages */
body.single .wrapper .container {
	padding-top: 65px;
}

@media only screen and (max-width: 500px) {
	body.single .wrapper .container {
		padding-top: 30px;
	}
}

body.single.single-event #page-current.container {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#top-page-current .container {
	padding-bottom: 33px;
}

#top-page-current h1#title-breadcrumbs {
	font-size: 16px;
	text-transform: none;
	line-height: 20px;
	margin-bottom: 10px;
	color: #810F01;
}

#top-page-current h2#untertitle-breadcrumbs {
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 0;
	text-align: center;
}

body.single #page-current #title-post, body.page #page-current #title-post  {
	margin-bottom: 10px;
}


body.single #page-current p#subtitle, body.page #page-current p#subtitle {
	font-size: 20px;
}


@media (min-width: 992px) {

	body.single #page-current #title-post, body.single #page-current #subtitle, body.page #page-current #title-post, body.page #page-current #subtitle  {
		text-align: center;
		margin-right: auto;
		margin-left: auto;
	}

	body.single #page-current #title-post, body.page #page-current #title-post {
		max-width: 79%;
	}

	body.single #page-current #subtitle, body.page #page-current #subtitle {
		max-width: 79%;
	}

	body.single .post-content .col-lg-6:first-child {
		padding-right: 40px;
	}

	body.single .post-content .col-lg-6:last-child {
		padding-left: 40px;
	}

}

@media (max-width: 991px) {
	body.single .post-content .col-lg-6:last-child {
		padding-top: 40px;
	}
}


@media only screen and (max-width: 500px) {
	body.single .post-content .col-lg-6:last-child {
		padding-top: 20px;
	}
}


/* Post CSS */
#page-current.container {
	padding-bottom: 0px;
}

#page-current h1#title-post {
	text-align: left;
	line-height: 43px;
	margin-bottom: 0;
}

#page-current h2#subtitle {
	font-size: 16px;
	text-align: left;
	color: #D8C28C;
	text-transform: uppercase;
	font-weight: 700;
}

.post-content h2, .post-content h3 {
	color: #810F01;
	text-align: left;
	font-weight: 400;
}

.post-content center h2, .post-content center h3 {
	text-align: center;
}

.post-content h3 {
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 20px;
	line-height: 28px;
	font-weight: 400
}

.post-content ul {
	margin-bottom: 10px;
}

.post-content ul li {
	margin-bottom: 6px;
}


/* Share */
#like-share-post {
	text-align: center;
}

#like-share-post > span {
	color: #B2B2B2;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	display: block;
	margin-bottom: 10px;
}

#like-share-post a {
	text-decoration: none;
	margin-right: 13px;
}

#like-share-post a i {
	font-size: 31px;
}

#like-share-post i#facebook { color: #3B5998; }
#like-share-post i#pinterest { color: #810F01; }
#like-share-post i#google-plus { color: #DC4A38; }
#like-share-post i#twitter { color: #4099FF; }


/* News */
body.single-new nav {
	box-shadow: 0px 12px 65px #F0F0F0;
}


@media (min-width: 1200px) {
	.wrapper #post-new.container,	.wrapper #post-qr-seite.container{
		width: 1140px !important;
	}
}

#post-new #post-img-thumb, #post-qr-seite #post-img-thumb {
	width: 100%;
	height: 460px;
	margin-bottom: 40px;
	background-position: center center !important;
	background-size: cover !important;
}

@media (max-width: 767px) {
	#post-new #post-img-thumb, #post-qr-seite #post-img-thumb {
		height: 230px !important;
	}
}

/* Map */
#map {
	width: 100%;
	height: 400px;
}


@media only screen and (max-width: 500px) {
	.slider-hm-text h1, .parallax-container h1 {
    font-size: 20px;
	}

	.slider-hm-text p, .parallax-container p {
		font-size: 14px;
		line-height: 1.2;
	}
}
