@charset "utf-8";
/* CSS Document */


.ziehharmonika{
	width: 100%;
    height: auto;
    background: rgba(255, 255, 255, 0.5);
	padding:0;
	margin:0;
	}

.ziehharmonika h3 {
	font-family:Verdana, Geneva, sans-serif !important;
	font-size:14px !important;
	background:rgba(23, 55, 94, 0.5) !important;
	color: #fff !important;
	text-align: left;
	border-radius: 4px;
	padding: 5px 4px;
	cursor: pointer;
	margin-top: 0 !important;
	margin-bottom: 9px;
	padding-right: 40px;
	transition: 0.25s all;
	position: relative;
	font-weight:normal;
}

.ziehharmonika h3 a{
	color: #fff !important;
	}
.ziehharmonika h3.active {
	margin-bottom: 5px;
	background:rgba(195, 46, 73, 0.5);
}
.ziehharmonika h3::before {
	content: attr(data-prefix);
	font-size: 18px;
	margin-right: 9px;
}
.ziehharmonika h3 span {
	color: #fff;
}
.ziehharmonika h3 span {
	color: #fff;
}
.ziehharmonika h3.alignLeft {
	padding-left: 10px;
}


.ziehharmonika h5 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:24px;
	background:rgba(23, 55, 94, 0.5);
	color: #fff;
	text-align: left;
	border-radius: 4px;
	padding: 5px 4px;
	cursor: pointer;
	margin-top: 0;
	margin-bottom: 9px;
	padding-right: 40px;
	transition: 0.25s all;
	position: relative;
	font-weight:normal;
}

.ziehharmonika h5 a{
	color: #fff;
	}
.ziehharmonika h5.active {
	margin-bottom: 5px;
	background:rgba(195, 46, 73, 0.5);
}
.ziehharmonika h5::before {
	content: attr(data-prefix);
	font-size: 18px;
	margin-right: 9px;
}
.ziehharmonika h5 span {
	color: #fff;
}
.ziehharmonika h5 span {
	color: #fff;
}
.ziehharmonika h5.alignLeft {
	padding-left: 10px;
}
.ziehharmonika > div {
	display: none;
	background:rgba(255, 255, 255, 0.1);
	border-radius: 4px;
	border: 1px solid #cdcdcd;
	/*text-align: justify;*/
	padding: 10px 33px;
	margin-bottom: 9px;
}
/*.ziehharmonika .arrowDown {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13.0px 7.5px 0 7.5px;
	border-color: #272e35 transparent transparent transparent;
	position: absolute;
	bottom: 0;
	left: 40px;
	transition: 0.25s all;
	opacity: 0;
}
.ziehharmonika .active .arrowDown {
	bottom: -13px;
	border-color: #009641 transparent transparent transparent;
	opacity: 1;
}*/
.ziehharmonika .collapseIcon {
	position: absolute;
	right: 20px;
	top: 45%;
	font-size: 25px;
	font-weight: 300;
	-ms-transform: translate(0, -50%);
	    transform: translate(0, -50%);
}
.ziehharmonika .collapseIcon.alignLeft {
	right: initial;
	left: 20px;
}
