.jumbotron.berichten {
	padding: 100px 0;
}
.jumbotron.header + .jumbotron.berichten,
.jumbotron.content_1_koloms.licht + .jumbotron.berichten.licht{
	margin-top: 0;
	padding-top: 0;
}

.jumbotron.berichten > .container > .row {
	margin: 0 -40px;
}
.jumbotron.berichten > .container > .row [class^="col-"] {
	padding: 0 20px;
}

.bericht a  {
	display: block;
	position: relative;
	cursor: url('../../../images/cursor-bericht.png') 40 40, auto;
    margin-bottom: 40px;
}
.bericht a:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 100%;
	width: 100;
	z-index: 1;
	background-color: rgba(40, 39, 39, 0.3);
	-webkit-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.bericht a:hover:before {
	background-color: rgba(147, 164, 100,0.9);
}
.bericht__content {
	position: absolute;
	top: 50%;
	width: 100%;
	padding: 0 20px;
	margin-bottom: 0;
	transform: translateY(-50%);
	text-align: center;
	z-index: 2;
}
.bericht__content span {
	display: none;
}
h2.bericht__h2 {
	color: #ffffff;
/*	font-family: "korolev";*/
	font-size: 40px;
	font-weight: 700;
	line-height: 50px;
	z-index: 2;
}

@media (max-width:767px)
{
	.jumbotron.berichten {
		padding: 70px 0 30px;
	}
	.jumbotron.header + .jumbotron.berichten {
		padding-top: 70px;
	}
	.jumbotron.berichten > .container > .row {
		margin: 0 -15px;
	}
	.jumbotron.berichten > .container > .row [class^="col-"] {
		padding: 0 15px;
	}

	.bericht a {
		cursor: pointer;
	}
	h2.bericht__h2 {
		font-size: 30px;
		line-height: 40px;
    	margin-bottom: 19px;
	}
	.bericht__content span {
		display: inline-block;
		color: #ffffff;
/*		font-family: brevia, sans-serif;*/
		font-size: 16px;
		font-weight: 600;
		line-height: 28px;
		text-transform: uppercase;
	}
}

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

}

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

}
