.harmonikaBox .harmonika {

	font-family: 'Roboto Condensed', sans-serif;
	font-size:15pt;
	font-weight:300;
	line-height:25px;
	background-color:#ededed;
	background-image:url('/_webpics/pluszeichen.png');
	background-repeat:no-repeat;
	background-position:15px center;
	min-height:85px;

	color:#000;
	cursor:pointer;
	margin-bottom:5px;
	position:relative;
	transition:.2s;
	display: flex; 
	align-items: center;
}

.harmonikaBox .harmonika.akt {
	background-image:url('/_webpics/minuszeichen.png');
}
.harmonikaBox .harmonika:hover {
	background-color:#ddd;
}

.harmonikaBox .harmonika .image {
	background-blend-mode:multiply;
	transition:.2s;

}
.harmonikaBox .harmonika:hover .image {
	background-color:#ededed;
}

.harmonikaBox .harmonika .text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	hyphens: auto;
	word-break: break-word;
	padding:0 170px 0 40px;
}

.harmonikaBox .content {
	display:none;
}

.harmonikaBox .content .auswahlBox {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between
}
.harmonikaBox .content .auswahlBox a {
	color:#000 !important;
}

.harmonikaBox .content .auswahl {
	display: flex; 
	align-items: center;
	flex: 0 1 49.5%;
	min-height:105px;
	margin-bottom:5px;
	background-position:right bottom;
	background-repeat:no-repeat;
	background-size:auto 100%;
	background-color:#f6f6f6;
	cursor:pointer;
	background-blend-mode:multiply;
}

.harmonikaBox .content .auswahl:hover {
	background-color:#eee;
}

.harmonikaBox .content .auswahl .text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:0 120px 0 20px;

}

.harmonikaBox .harmonika .image {
	position:absolute;
	height:100%;
	width:160px;
	top:0;
	right:0;
	display:block;
	background-position:left center;
	background-repeat:no-repeat;
	background-size:auto 100%;
}

.inBlockC {
	display:none;
}

.btnDocGroup {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:12pt;
	font-weight:400;
	line-height:20px;
	background-color:#e4e4e4;
	background-image:url('/_webpics/pluszeichen.png');
	background-repeat:no-repeat;
	background-position:15px center;
	min-height:13px;
	padding-left:40px;
	padding-top:8px;
	padding-bottom:8px;
	color:#000;
	cursor:pointer;
	margin-bottom:2px;
}
.btnDocGroup.akt {
	background-image:url('/_webpics/minuszeichen.png');
}

.btnDocGroup.e2 {
	background-color:#e9e9e9;
	background-size:10px;
	background-position:40px center;
	padding-left:60px;
}

.btnDocGroup.e3 {
	background-color:#efefef;
	background-size:10px;
	background-position:60px center;
	padding-left:80px;
}
.btnDocGroup.e4 {
	background-size:10px;
	background-position:80px center;
	padding-left:100px;
}
.docLink {
	display:block;
	border-bottom:1px solid #0082c8;
	line-height:35px;
}
.docLink.e2 {
	padding-left:40px;
}
.docLink.e3 {
	padding-left:60px;
}
.docLink.e4 {
	padding-left:80px;
}

.docType {
	font-family: 'Roboto Condensed', sans-serif;
	float:left;
	width:55px;
	padding-left:15px;
}
.docText {
	font-family: 'Roboto Condensed', sans-serif;
	float:left;
}

.textbox {
	margin-top:30px;
	background-color:#f4f4f4;
	padding:20px;
}


.gruppe .titel {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20pt;
	line-height: 32px;
}

.gruppe .text {
	padding-top:20px;
}

@media  only screen and (max-width: 1150px) {
	.harmonikaBox .content .auswahl {
		flex: 0 1 100%;
	}
}

@media  only screen and (max-width: 740px) {
	.harmonikaBox .content .auswahl {
		flex: 0 1 49.5%;
	}
}

@media  only screen and (max-width: 620px) {
	.harmonikaBox .content .auswahl {
		flex: 0 1 100%;
	}
}


