
.referenzBox {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top:400px;
	display:flex;
	background-repeat:no-repeat;
	background-size:cover;
	height:680px;
}

.referenzBox .textBox {
	display:block;
	color:#fff !important;
	text-shadow:0 0 20px rgba(0,0,0,0.7);
	max-width:600px;
	padding:20px;
	background-color:rgba(0,0,0,0.7);
}

.referenzBox .textBox .titel {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:300;
	font-size:32pt;
	line-height:44px;
	padding-bottom:20px;
	padding-right:30px;
	display:inline-block;
	background-image:url('/page/_webpics/buttons/zwischenbild-arrow-right.svg');
	background-repeat:no-repeat;
	background-position:top 7px right;

}

.kontaktBox {
	background-color:#f5f5f5;
	padding:60px 0;
}
.kontaktBox .kontaktTitel {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:300;
	font-size:32pt;
	line-height:44px;
	padding-bottom:50px;
	text-align:center;
}

.kontaktSubBox {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row nowrap;
}

.kontaktSubBox .kontaktSubBlock {
	text-align:center;
	flex: 0 1 33.333333%;
}
.kontaktSubBox .kontaktSubBlock .titel {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:300;
	font-size:18pt;
	line-height:30px;
	padding-bottom:10px;
}

@media  only screen and (max-width: 1200px) {
	.referenzBox {
		padding-top:400px;
		height:680px;
	}
}



@media  only screen and (max-width: 640px) {
	.kontaktSubBox {
		flex-flow: row wrap;
	}

	.kontaktSubBox .kontaktSubBlock {
		text-align:center;
		flex: 0 1 100%;
		padding:10px;
	}
}


@media  only screen and (max-width: 780px) {
	.referenzBox {
		padding-top:300px;
		height:576px;
	}
}

@media  only screen and (max-width: 500px) {
	.referenzBox {
		padding-top:40px;
		height:377px;
	}
	.referenzBox .textBox {
	}

	.referenzBox .textBox .titel {
		font-family: 'Roboto Condensed', sans-serif;
		font-weight:300;
		font-size:24pt;
		line-height:36px;
		padding-bottom:20px;
		background-position:top 6px  right;
		background-size:auto 23px;
	}
}


@media  only screen and (max-width: 420px) {
	.referenzBox {
		padding-top:40px;
		height:349px;
	}
}
