input[type="checkbox"]:hover {
    cursor: pointer;
}
.exaCheckbox {
    display: inline-block;
    top: 1px;
    margin-right: 0.5em;
    vertical-align: top;
}

.exaRefinementHeadline {
  border-bottom: 0.1em solid #eee;

} 

.exaRefinementList {
    padding-left: 1em;
    padding-right: 1em;
	margin:0xp;
}

.exaErgebnis {
	margin-bottom: 0.5em !important;
}

.exaErgebnis small {
	display: block;
}

.exaErgebnis em {
	background-color: #98bf0d;
	font-style: normal;
	font-weight: bold;
    padding: 1px;
    color: white;
}

.exaButton {
-webkit-appearance: initial;
background: transparent;
padding: 0px;
border: none;
}

.exaLabel {
	background-color:#004B95;
	color: white;
	padding: 0.25em 0.5em 0.25em 0.5em;
	font-weight: bold;
	font-size: small;
	border-radius: 0.5em;
	border-bottom-color: transparent;
} 
.exaLabel:hover {
	background-color:#98BF0D;
	cursor: pointer;
} 

.noUnderline:hover {
	text-decoration: none;
} 

.ui-widget {
    font-family: inherit;
	font-size: inherit;
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
	background: transparent;
	font-size: larger;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 1em 1em 2.5em;
    border: 0px;
    overflow: visible;
}
.exaLinkMarginal {
    display: inline-block;
    background-image: none;
    padding: 0px;
	margin-left: 3px;
    top: -2px;
    width: 75%;
    vertical-align: sub;
    $--color: #617C1F !important;--$
	font-size: small;
}

.exaLinkMarginal:hover {
	text-decoration: none;
   $-- color: #617C1F !important;--$
}

.exaBadge {
	padding: 2px;
	margin-left: 0.25em;
	color: inherit;
}

.exaMarginalItem {
	background-image: none;
    border-bottom: 1px dotted #CCCCCC;
    display: block;
    margin-bottom: 5px;
    margin-top: 5px;
}

.exaMarginalHeadline {
	border-bottom: 1px dotted #CCCCCC;
    font-size: small !important;
    font-weight: bold;
    color: inherit;
	margin-bottom: 0px !important;
}
.exaButtonWrapper {
	padding: 1em 1em 1em 1em;
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
}
.exaButtonMarginal {
	-webkit-appearance: initial;
	padding: 0px;
	border: none;
	background: transparent;
}
.exaMarginalItemWrapper {
    padding: inherit !important;
    display: block;
    background: transparent;
}
#sidebar a:visited, 
#sidebar a:hover:visited {
    color: #617C1F !important;
}