.bildBox {
	max-width:1800px;
	margin:0 auto;
}

.auswahlBox {
	background-color:#000;
}

.bildBlock50 {
	float:left;
	width:50%;
}

.bildBlock25 {
	float:left;
	width:25%;
}



.bildBlock50, .bildBlock25 {
	position:relative;
	cursor:pointer;
}

.bildBlock50 img, .bildBlock25 img {
	max-width:100%;
	height:auto;
	display:block;
}

.bildBlock50 .border, .bildBlock25 .border {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	border:2px solid #fff;
	z-index:100;
}

.bildBlock50 .text, .bildBlock25 .text {
	text-align:center;
	color:#fff;
	font-family: 'Istok Web', sans-serif;
	font-size:28pt;
	line-height:45px;
	padding:0;
	margin:0;
}

.pfeil {
	width:20px;
	height:50px;
	margin:10px auto;
	background:url('/page/_webpics/arrow-right-white.png') center no-repeat;
}


.harmonika {
	position:relative;
	z-index:200;
	margin-top:-2px;
	background-color:#e0e7ea;
	padding:70px 0;
}

.harmonikaTitel {
	font-size:14pt;
	background-color:#a7bac1;
	background-image:url('/page/_webpics/arrow-down-white.png');
	background-position:15px center;
	background-repeat:no-repeat;
	padding:19px 20px 19px 90px;
	color:#fff;
	margin-bottom:20px;
	cursor:pointer;
}
.harmonikaTitel.akt {
	background-image:url('/page/_webpics/arrow-up-white.png');
}

.harmonikaText {
	display:none;
}


/* RESPONSIVE */
@media  only screen and (max-width: 1200px) {
	.bildBlock50 .text, .bildBlock25 .text {
		font-size:22pt;
		line-height:32px;
	}
}

@media  only screen and (max-width: 900px) {
	.bildBlock50 .text, .bildBlock25 .text {
		font-size:18pt;
		line-height:30px;
	}
	.harmonikaText {
		padding:0 20px;
	}
}


@media  only screen and (max-width: 768px) {
	.bildBlock50 .text, .bildBlock25 .text {
		font-size:28pt;
		line-height:38px;
	}
	.bildBlock50 {
		float:left;
		width:100%;
	}

	.bildBlock25 {
		float:left;
		width:50%;
	}
}

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

	.bildBlock50 .text, .bildBlock25 .text {
		font-size:20pt;
		line-height:34px;
	}
}

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

	.bildBlock50 .text, .bildBlock25 .text {
		font-size:16pt;
		line-height:28px;
	}
}
