/* CSS Document */

*{
	/*font-family:HelveticaNeueW02-Thin, Arial, Helvetica, sans-serif ;*/
	/*font-family:HelveticaNeueW02-45Ligh, Arial, Helvetica, sans-serif ;*/
	font-family:open_sanslight, Arial, Helvetica, sans-serif;
}
body{
	margin:0px;
	padding:0px;
}

h1, h2, h3, h4, h5{
	margin:0px;
	margin-bottom:10px;
}
#contentWrapper{
	/*position:absolute;
	width:100%;
	height:100%;*/
	max-width:1010px;
	min-width:550px;
	margin-top: 10px;
  margin-right: auto; /* Abstand rechts */
  margin-bottom: 10px;
  margin-left: auto; /* Abstand links */
}

#content{
/*	width: 1010px;*/
}

#top{
	/*height:225px;*/
	margin:0px;
	/*background-image:url(../images/header_wmf.svg);*/
	/*background-position:left;*/
	background-repeat:no-repeat;
	/*margin-bottom:20px;*/
	padding:0px;
	/*background-size:100%;*/
	
	padding-bottom: 23%;
}

#left, #right{
	margin:15px;
}

#left{
	float:left;
	width:45%;
	max-width:456px;
}
#right{
/*	border:2px solid #AAE0EC;*/
/*	float:right;
	width:45%; */
	padding:10px;
	min-width:360px;
	max-width:457px;
	display:inline-block;
}

input, select, textarea, #right, #datenschutz{
	border:1px solid #00AEEA;
	
	
}
input, select, textarea{
	/*box-shadow: 2px 2px 3px #7E7E7E;*/
}

textarea{
	width:100%;
}

.daten input, .daten select{
	margin-bottom:5px;
}
.daten label{
	float:left;
	width:150px;
	padding-right: 15px;
	
}
.bedarf input{
	float:left;
	margin-left: 21px;
}
.bedarf label{
	width: 87%;
	padding-left: 6px;
	display: inline-block;
	padding-bottom: 5px;
}

.bedarf ul{
	line-height: 1.5em;
}


.ds{
	font-size:0.8em;
}

.zaehler{
	font-size:0.9em;
	float:right;

}


.default{
	color:#999;
}

/* Datenschtz Label */
#datenschutz .title{
	width: 100%;
	height: 25px;
	background-color: #00AEEA;
	display: block;
	padding: 5px;
	margin: -5px -5px 5px -5px;
	font-weight: bold;
	font-size: 1.1em;
	
}

#datenschutz .title a{
	font-weight:bold;
	float:right;
	margin-right:5px;
	text-decoration:none;
	font-weight:bold;
	cursor:pointer;
	border: 1px solid black;
	padding: 4px;
	margin-top: -3px;
	background-color: #fff;
	border-radius: 4px;
	padding-left: 7px;
	padding-right: 7px;
}

#datenschutz{
	/*display:none;*/
	width: 70%;
	background-color: #fff;
	padding: 10px;
	box-shadow: 2px 2px 3px #7E7E7E;
	z-index:1;
	text-align:justify;
    max-width: 800px;
}

.datenschutzerklaerung{
	text-decoration:underline;
	cursor:pointer;


}

.center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); /* Yep! */


}

.centerH {
  position: relative;
  left: 50%;
  transform: translate(-50%); /* Yep! */
}

.button.active{
	color:#000;	
	cursor:pointer;
}
.button {

	color:#999;
	cursor:not-allowed;
}

#bgLayer{
	width:100%;
	height:100%;
	position:fixed;
	top: 0px;
	left:0px;
	background-color: rgba(204, 204, 204, 0.7);
	z-index:2;
	display:none;
}

.dserror{
	color:red;
}

/** FORM VALIDATOR */
label.error, .daten label.error{
	width:100%;
	text-align:right;
	font-size:0.8em;
	color:red;
/*	float:right;*/
	
}
.daten input.error, .daten select.error{
	border-color:#f00;
}
.bedarf label.error{
	/*position: absolute;*/
	right: 25px;
	margin-top: -17px;
}

/**  Real Person Check */
.realperson-challenge{
	float:right;
	
}

@media screen and (max-width: 981px) {
	#left{
		clear:left;
		width: 95%;
		max-width: 100%;
	}
	
	#top{
		background-size:100%;
		
	}
}



.tooltipster-shadow {
	border-radius: 5px;
	background: #fff;
	box-shadow: 0px 0px 14px rgba(0,0,0,0.3);
	color: #2c2c2c;
	
}

.tooltipster-base {
	border-color: #f00;
	border-style:solid;
	border-width:1px;
}
.tooltipster-shadow .tooltipster-content {
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	line-height: 16px;
	padding: 8px 10px;
}