.hidden{
	display:none;
}

ul.spiegelstrich{
	margin-top:5px;
	margin-bottom:3px;
}
ul.spiegelstrich li{
	margin-left:20px;
	position:relative;
	line-height:18px;
	margin-bottom:5px;
	font-size: 100%;
}

ul.spiegelstrich li:before{
	content:'- ';
	position:absolute;
	left:-20px;
	top:0px;
}
.pwd-toggle{
	font-size:11px;
	margin-top:-10px;
	cursor:pointer;
}
.pwd-condition-wrong{
	color:red;
	
}
.pwd-condition-correct{
	color:green;
	
}
li.pwd-condition{
	margin-left:20px;
}
#kreditinstitut-container{
	position:relative;
	z-index:100;
}
#kreditinstitute{
	position:absolute;
	left:0px;
	top:69px;
	background-color:white;
	box-shadow:2px 2px 4px rgba(0, 0, 0, 0.5);
	width:95%;
	border-radius:2px;
	z-index:1000;
}
.t3form BUTTON {
	font-family: 'Sparkasse Web Light';
}
#register.no-agent .agent-only{
	display:none;
}
#register.is-agent .customer-only{
	display:none;
}
.pwd-auge{
	position:absolute;
	top:17px;
	right:calc( 5% + 7px);
	width:16px;
	height:16px;
	background-repeat: no-repeat;
	background-image:url("../images/auge.png");
}
.pwd-auge.pwd-auge-zu{

	background-image:url("../images/auge-zu.png");
}
.blue-span{
	color:#0000FF;
}
.offerer-case-filters{
	margin-bottom:-50px; 
	margin-top:-25px;
}
@media( max-width:767px){
	.offerer-case-filters{
		position:absolute;
		top:40px;
		left:0;
	}
	.offerer-case-header{
		margin-top:40px;
	}
}
.header-legend{
	font-weight: normal;
	color: #666;
	font-size: 12px;
	font-family: 'Sparkasse Web Light';
}
.d-inline{
	display: inline;
}
.indent-1{
	padding-left:14px;
}
.indent-2{
	margin-left:28px;
}
.indent-3{
	margin-left:42px;
}
.indent-4{
	margin-left:60px;
}

BODY .row.cases > .case-wrapper .columns > span.thin-text {
	font-size: 0.9em;
	font-family: 'Sparkasse Web Light';
	display: inline-block;
	margin-bottom: 0.5em;
	line-height: 1.2em;
	padding-top: 3px;
}
.t3form .small-legend {
	font-size: 0.8em;
	margin-top: 8px;
	margin-bottom: 4px;
}
