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

.erklaerung {
font-size: 1rem;
color:#660066; 
}
.erklaerung-left {
font-family: "Helvetica Neue", Arial, sans-serif;
font-size: 0.8rem;
color: #222;
float: left;
margin-left: 20px;float: left;
}
.erklaerung-right {
font-family: "Helvetica Neue", Arial, sans-serif;
font-size: 0.8rem;
color: #222;
float: left;
margin-left: 20px;
}

.infoiconmf {
	position: relative;
	top: -0.0em;
	display: inline-block;
	width: 1.2em;
	height: 1.2em;
	background: #6c006c;
	color: #fff;
	cursor: pointer;
	margin-right: 0.2em;
	margin-left: 0.1em;
	border-radius: 1em;
	text-align: center;
}
.infoiconmf:before {
	content: '?';
	font-size: 1em;
	display: block;
	font-family: "Helvetica Neue", Arial, sans-serif;
}

label > .infoiconmf,
p > .infoiconmf {
	width: 1.4em;
	height: 1.4em;
	top: -0.2em;
}
label > .infoiconmf:before,
p > .infoiconmf:before {
	font-size: 1.2em;
}

.faq {
    margin-bottom: 0;
}
.faq:before, .faq:after {
    content: " ";
    display: table;
}
.faq:after {
    clear: both;
}
.faq dd {
    display: block;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
}
.faq dd.active > a {
    background: none repeat scroll 0 0 #e8e8e8;
}
.faq dd > a {
    background: none repeat scroll 0 0 #efefef;
    color: #222;
    display: block;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 0.8rem;
    padding: 0.8rem;
}
.faq dd > a:hover {
    background: none repeat scroll 0 0 #e3e3e3;
}
.faq dd > .content {
    display: none;
    padding: 1rem;
    color: #222;
}
.faq dd > .content.active {
    background: none repeat scroll 0 0 #FAFAFA;
    display: block;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 0.8rem;
}

