.teaserFlex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row nowrap;
}
.teaserBox {
	flex:0 0 25%;
}

.teaserBox .text {
	color:#fff !important;
	background-color:#75818f;
}


.teaserBox .text {
	padding:25px;
	font-weight:400;
	text-align:center;
}
.teaserBox .text .titel {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	font-size:22pt;
	line-height:34px;
	padding-bottom:10px;
}

.teaserBox .teaserContent {
	display:block;
	border:5px solid #fff;

}

.teaserBox .teaserContent .image img {
	width:100%;
	height:auto;
	display:block;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.teaserBox .teaserContent .image {
	max-width:100%;
	width:100%;
	overflow:hidden;
	border-top:10px solid #fff;
}


.teaserBox .teaserContent:hover .image img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.teaserBox .teaserContent:hover .text {
	background:#656f7b;
}


.shortLinkBox {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;

}

.shortLinkImg {
	flex:1 1 33.333333%;
	background-color:#fff;
	transition: 0.2s;
	text-align:center;
}

.shortLinkImg img {
	width:80%;
	height:auto;
	margin:0 auto;
	display:block;
	cursor:pointer;
	transition:.2s;
}

.shortLinkImg img:hover {
	filter:brightness(0.8)
}

.imageBack.zwischenBild {
	height:800px;
}

.imageBack .inner {
	position:relative;
	display:flex;
	align-items: center;
	height:100%;
}

.imageBack.zwischenBild a{
	position:absolute;
	right:20px;
	display:inline-block;
	background-color:rgba(255,255,255,0.9);
	color:#0190d4 !important;
	padding:40px 40px 120px 40px;
	background-image:url('/page/_webpics/arrow-right-blue.svg');
	background-position:left 40px bottom 40px;
	background-repeat:no-repeat;
}

.imageBack.zwischenBild a .text1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:32pt;
	font-weight:700;
	line-height:44px;
}
.imageBack.zwischenBild a .text2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:32pt;
	font-weight:500;
	line-height:44px;
}
.imageBack.zwischenBild a .text3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:32pt;
	font-weight:300;
	line-height:44px;
}

.videoBox {
	display:block;
	margin-bottom:60px;
}
.video-container {
	width: 100%;
	padding-top: 56.25%;
	height: 0px;
	position: relative;
}
.video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

@media  only screen and (max-width: 1200px) {
	.teaserBox .text {
		padding:25px;
		font-weight:400;
		text-align:center;
	}
	.teaserBox .text .titel {
		font-size:18pt;
		line-height:32px;
		padding-bottom:10px;
	}
}

@media  only screen and (max-width: 1024px) {
	.teaserFlex {
		flex-flow: row wrap;
	}
	.teaserBox {
		flex:0 0 50%;
	}
	.teaserBox .text {
		padding:25px;
		font-weight:400;
		text-align:center;
	}
	.teaserBox .text .titel {
		font-size:22pt;
		line-height:34px;
		padding-bottom:10px;
	}
}

@media  only screen and (max-width: 767px) {

}


@media  only screen and (max-width: 680px) {
	.teaserBox {
		flex:0 0 100%;
		margin-bottom:10px;
	}
	.teaserBox .text .titel {
		font-size:18pt;
		line-height:34px;
	}
	.shortLinkImg {
		flex:1 1 100%;
		padding:20px 0;
		margin:0 auto;
	}

	.shortLinkImg img {
		width:80%;
	}

}