/* General */
.col4{
	width: 24.25%;
	float: left;
	margin-right: 1%;
	position: relative;
	margin-bottom: 1em;
}

.col4:nth-child(4n){
	margin-right: 0;
}

.col4 h1{
	margin-bottom: 0!important;
}

.col4 img{
	width: 100%;
	height: auto;
}

.col4 .subH{
	background-color: rgba(147, 165, 27, 0.9);
	opacity: 0;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.col4 .subH:hover{
	opacity: 1;
}

.col4 .subH *{
	color: #FFF;
}

.col4 .subH a{
	display: inline-block;
	width: 100%;
	height: 100%;
}

.single-bild-head h1 {
	font-size: 140px;
	line-height: 160px;
	font:700 'Roboto Condensed', sans-serif;
	color: #93a51b;
}

h2 {
	font-size: 85px;
	line-height: 95px;
	font:700 'Roboto Condensed', sans-serif;
	color: #93a51b;
}

.posts h3{
	font-size: 40px;
	line-height: 50px;
	font:700 'Roboto Condensed', sans-serif;
	color: #93a51b;
	word-break: break-word;
}

@media all and (min-width: 993px){
	.col4 .subH{
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		bottom: 0;
	}

	.col4 .subH a p{
		position: absolute;
		margin: 0;
		left: 15px;
		bottom: 15px;
	}
}

@media all and (min-width: 768px) and (max-width: 992px){

	.col4{
		width: 32.66%;
	}

	.col4:nth-child(3n){
		margin-right: 0;
	}

	.col4:nth-child(4n){
		margin-right: 1%;
	}

	.col4 .subH{
		display: inline-block;
		width: 100%;
		margin-top: 2px;
		opacity: 1;
	}

	.col4 .subH a p{
		padding: 10px;
		margin: 0;
	}
}

@media all and (max-width: 767px){
	.col4{
		width: 100%;
	}

	.col4:nth-child(4n){
		margin-right: 0;
	}

	.col4 .subH{
		display: inline-block;
		width: 100%;
		margin-top: 2px;
		opacity: 1;
	}

	.col4 .subH a p{
		padding: 10px 0 10px 10px;
		margin: 0;
	}

	.single-bild-head h1 {
		font-size: 85px;
		line-height: 95px;
	}
}

/* PAX 25 - 500 */

/* posts */
.page.posts{
	padding-top: 0;
	position: absolute;
	top: 95%;
	width: 100%;
}

.posts .row{
	margin: 40px 0 0;
	float: left;
	width: 100%;
}

.posts .row:last-child{
	margin-top: 0;
}

.posts .row.gallery img{
	margin-bottom: 40px;
	margin-right: 25px;
}

.posts .row.gallery .full{
	float: left;
	width: 100%;
}

.posts .row.gallery .full img{
	margin-right: 0;
	width: 100%;
}

.posts .row.gallery .full2 img:last-child{
	margin-right: 0;
}

.posts .row.gallery .full2 img{
	height: 300px;
	width: auto;
}

.single-bild-head{
	width: 100%;
	position: fixed;
	top: 0;
	z-index: -1;
	height: 95%;
}

.single-bild-head > div{
	position: relative;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.single-bild-head img{
	width: 100%;
	height: auto;
}

.single-bild-head .pax-infos{
	position: absolute;
	bottom: 5%;
	right: 5%;
}

.single-bild-head .pax-infos p {
	color: #93a51b;
	text-align: right;
	font:700 30px 'Roboto Condensed', sans-serif;
	line-height: 100%;
	margin: 0 10px -15px 0;
}

.posts .titel{
	max-width: 100%!important;
	 text-transform: uppercase;
}

.posts .titel, .posts .untertitel {
	max-width: 50%;
	float: left;
	clear: both;
}

 .posts .untertitel {
 	font-size: 18px;
 	line-height: 28px;
 	font-weight: 400;
 }

.posts .row .col *{
	text-transform: initial;
}

.posts .row .col{
	width: 38%;
	margin: 0 5%;
}

.posts .row .col p{
	margin-top: 0;
}

.posts .row .col2{
	width: 50%;
}

@media all and (max-width: 767px){
	.posts .titel, .posts .untertitel {
		max-width: 100%!important;
	}

	.page.posts .title {
		font-size: 36px;
	}

	.posts .row.gallery img{
		margin-right: 0;
	}

	.posts .row .col{
		width: 100%;
		margin: 25px 0 0;
	}

	.posts .row .col p{
		margin: 0 0 10px 0;
	}

	.posts .row .col p:last-child{
		margin-bottom: 0;
	}

	.posts .row .col2{
		width: 100%;
	}

	.posts .row.gallery .full2 img{
		width: 100%;
		height: auto;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.posts .row.gallery .full img {
		margin-bottom: 20px;
	}
}