.auswahl {
	display:block;
	background-color:#efefef;
	color:#8c8c8c;
	background-image:url('/page/_webpics/plus-symbol.jpg');
	background-position:left center;
	background-repeat:no-repeat;
	padding:13px 20px 13px 60px;
	font-size:16pt;
	line-height:25px;
	margin-bottom:10px;
}

.auswahl:hover {color:#000;}
.ausgabeText {padding:20px 0 30px;display:none;font-size:11pt;}
.akt {color:#000;}


.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	width: 100%;
	height: auto;
}
.embed-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.thumbnail-hover {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all 0.4s ease 0s;
	z-index:1000;
	cursor:pointer;
}
.thumbnail-hover a {
	display:block;
	width: 100%;
	height: 100%;
}


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

.videoBox .video {
	flex:1 1 50%;
	padding-right:15px;
}
.videoBox .video img {
	width:100%;
	height:auto;
	display:inline-block;
}

.videoBox .text {
	flex:1 1 50%;
	padding-left:15px;
}

.harmonikaBoxTitel {
	font-family: 'Roboto Condensed', sans-serif;
	height:170px;
	background-size:cover;
	background-position:center;
	display:flex;
	align-items: center;
	margin-bottom:10px;
	color:#fff;
	font-size:33pt;
	font-weight:bold;
	padding:0 60px;
}



@media  only screen and (max-width: 920px) {
	.auswahl {
		font-size:14pt;
		line-height:25px;
	}
	
	.harmonikaBoxTitel {
	height:140px;
	background-size:cover;
	background-position:center;
	font-size:28pt;
	font-weight:bold;
	padding:0 40px;
}
	
}




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

	.videoBox .video {
		flex:1 1 100%;
		padding-right:0;
	}
	.videoBox .text {
		flex:1 1 100%;
		padding-left:0;
		padding-top:20px;
	}
	.auswahl {
		font-size:12pt;
		line-height:22px;
	}
	
		.harmonikaBoxTitel {
	height:110px;
	background-size:cover;
	background-position:center;
	font-size:25pt;
	font-weight:bold;
	padding:0 30px;
}
	
}

