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

.switcher{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	cursor:pointer;
	position:relative;
	text-align:center;
	
	width:100%;
	min-height:40px;
	margin:5px 0px 25px 0px;
	line-height:40px;
	
	border:2px solid rgba(255,255,255,0.3);
	background-color:rgba(255,255,255,0.2);
	
	-webkit-border-radius: 20px 20px 20px 20px;
	-moz-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
	
	
	-webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.switcher div{
	position:absolute;
	height:30px;
	width:30px;
	top:0;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	margin-top:5px;
}
.switcher .off{
	left:10px;
	background-color:rgba(197,39,36,1);
}
.switcher .on{
	right:10px;
	background-color:rgba(166,207,73,1);
}

.buttonsystem,
#load textarea,
#load input[type="text"],
#load input[type="password"],
#load input[type="datetime"],
#load input[type="datetime-local"],
#load input[type="date"],
#load input[type="month"],
#load input[type="time"],
#load input[type="week"],
#load input[type="number"],
#load input[type="email"],
#load input[type="url"],
#load input[type="search"],
#load input[type="tel"],
#load input[type="color"],
#load input[type="file"],
#load select,
#load input[type="button"],
#load input[type="submit"],
#load button[type="button"],
#load button[type="submit"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	
	padding:0px;
	padding:6px 10px;
	
	margin:5px 0px 25px 0px;
	
	min-height:25px;
	height:auto;
	
	color:#666;
	width:100%;
	min-width:100%;
	max-width:100%;
	

	font-size:1em;

	background-color:#ffffff;
	border:1px solid rgba(0,0,0,0.3);
	
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition:border linear .2s, box-shadow linear .2s;
	-moz-transition:border linear .2s, box-shadow linear .2s;
	-o-transition:border linear .2s, box-shadow linear .2s;
	transition:border linear .2s, box-shadow linear .2s;
	
	
	
	-webkit-border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
}



#load textarea{
	width:100%;
}
#load input[type="number"]{
	width:80px;	
}


#load button[type="button"],
#load button[type="submit"],
#load input[type="button"],
#load input[type="submit"]{
	text-align:center;
	margin-top:10px;
	cursor:pointer;
	color:#fff;
	font-size:1em;
	font-weight:normal;
	background-color:rgba(197,39,36,1);
}


#load button[type="button"]:hover,
#load button[type="submit"]:hover,
#load input[type="button"]:hover,
#load input[type="submit"]:hover{
	color:#000;
	background-color:rgba(166,207,73,1);
	border:1px solid rgba(166,207,73,0.7);
	
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}







.buttonsystem{
	text-align:center;
	margin-top:10px;
	cursor:pointer;
	color:#fff;
	font-size:1em;
	font-weight:normal;
	background-color:rgba(255,255,255,0.2);
	border:1px solid rgba(0,0,0,0.3);
}
.buttonsystem.active,
.buttonsystem:hover{
	color:#fff;	
	background-color:rgba(166,207,73,0.5);
	border:1px solid rgba(166,207,73,1);
	
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.buttonsystem.active{
	background-color:rgba(166,207,73,1);
}







.noprint div,
#load textarea,
#load select,
#load button[type="button"],
#load button[type="submit"],
#load input[type="button"],
#load input[type="submit"],
.spezform input[type="text"]{
	width:100%;
	min-width:100%;
	max-width:100%;
}







#load textarea:focus,
#load input[type="text"]:focus,
#load input[type="password"]:focus,
#load input[type="datetime"]:focus,
#load input[type="datetime-local"]:focus,
#load input[type="date"]:focus,
#load input[type="month"]:focus,
#load input[type="time"]:focus,
#load input[type="week"]:focus,
#load input[type="number"]:focus,
#load input[type="email"]:focus,
#load input[type="url"]:focus,
#load input[type="search"]:focus,
#load input[type="tel"]:focus,
#load input[type="color"]:focus,
#load input[type="file"]:focus,
#load select:focus{
	border-color:rgba(62,166,53, 0.8);
	outline:0;
	outline:thin dotted \9;
	background-color:rgba(0,0,0, 0.1);
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(62,166,53,.5);
	-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(62,166,53,.5);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(62,166,53,.5);
	
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}



#load button.hide[type="button"],
#load button.hide[type="submit"],
#load input.hide[type="button"],
#load input.hide[type="submit"]{
	color:#fff;
	background-color:rgba(255,255,255,0.3);
	border:1px solid rgba(255,255,255,0.4);
	
	filter: gray() alpha(opacity=30);
	opacity: 0.30;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	-moz-opacity:0.30;
	-khtml-opacity: 0.30;
}
#load button.hide[type="button"]:hover,
#load button.hide[type="submit"]:hover,
#load input.hide[type="button"]:hover,
#load input.hide[type="submit"]:hover{
	color:#fff;
	background-color:rgba(255,255,255,0.5);
	border:1px solid rgba(255,255,255,0.6);
	
	filter: gray() alpha(opacity=99);
	opacity: 0.99;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
	-moz-opacity:0.99;
	-khtml-opacity: 0.99;
}



#load input[type="checkbox"],
#load input[type="radio"]{
	width:25px;
	max-width:25px;
	min-width:25px;
}



#load .formfehler{
	border:1px solid #ff0000;	
}