@charset "utf-8";

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@-ms-viewport{
    width: extend-to-zoom;
    zoom: 1.0;
}


body {
	font-family: Verdana, sans-serif; 
	font-size: 90%;
	background: #CCC;
	color: #363636;
}

.FormNotOK{
	color: red;
	font-weight:bold;
}
.focused{
	background-color: #D9EDFF;
}
.ssl-info {
	float: right;
	display:inline-block;
	border: 1px solid gray;
	padding: 3px;
	text-align: center;
	width: 100px;
	font-size: 9px;
	position: static;
	clear:none;
}

header{
	background: url(layout/Papillon_400.png) right top; 
	background-repeat: no-repeat;
	 background-size: 18%;
	 padding-right: 20%;
	}

.step, .back, .veranstaltung, .x, .veranstaltungok, .infobox{
	
	border: 3px solid; 
	padding: 10px;
	margin: 0px 10px 0px 0px;
	text-align:right;
	font-size:14px;
	font-weight:bold;
	text-align: center;
	cursor: pointer;
    border: 2px solid #9DA6C4;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.14);
	}

div.infobox {
	padding-left: 2em;
	text-align:left;
	cursor: default; 
	}
	
.back{
	background-color: #FC9;
	border-color: #F90;
	width: 270px;	
	}	
.step{
	background-color: #A8FFA8; 
	border-color:#9C6; 
	width:270px;
	float: right;
	}	
	
input, label, select, button, textarea {
	margin: 0;
	border: 0;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	background: none;
	/*line-height: 1; */
	/* Browsers have different default form fonts */
	font-size:96%;
	line-height: 1.3em;
	font-family: Verdana, sans-serif;
}
/* Remove the stupid outer glow in Webkit */
input:focus {
	outline: 0;
}
/* Box Sizing Reset
-----------------------------------------------*/

/* All of our custom controls should be what we expect them to be */
input, textarea {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
/* These elements are usually rendered a certain way by the browser */
button, input[type=reset], input[type=button], input[type=submit], input[type=checkbox], input[type=radio], select {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* Text Inputs
-----------------------------------------------*/

input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=range], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week] {
}
/* Button Controls
-----------------------------------------------*/

input[type="checkbox"], input[type="radio"] {
	width: 13px;
	height: 13px;
}
/* File Uploads
-----------------------------------------------*/

input[type=file] {
}
/* Search Input
-----------------------------------------------*/

/* Make webkit render the search input like a normal text field */
input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
 display:none;
}
/* Buttons
-----------------------------------------------*/

button, input[type="reset"], input[type="button"], input[type="submit"] {
	/* Fix IE7 display bug */
	overflow: visible;
	width: auto;
}

/* IE8 and FF freak out if this rule is within another selector */
::-webkit-file-upload-button {
 padding:0;
 border:0;
 background:none;
}
/* Textarea
-----------------------------------------------*/

textarea {
	/* Move the label to the top */
	vertical-align: top;
	/* Turn off scroll bars in IE unless needed */
	overflow: auto;
}
/* Selects
-----------------------------------------------*/

select {
}

select[multiple] {
	/* Move the label to the top */
	vertical-align: top;
}
input[type="text"],input[type="number"],input[type="email"], select {
	border: 2px solid #999; 
	padding: 3px;
	height: 1.7em;
}
/*---------------meins------------------*/

h2{
	font-size: 1.4em;
	color: #333;
	}

p, label, legend{
		word-wrap:break-word;
	}
	
a, a:visited{
	color: #039;
	}	
	
.tipp{
	vertical-align: super;
	font-weight: bold;
	color: #900;
	font-size: 70%;
	}	

#wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #CCC;
}
div.modul {
	width: 100%;
	max-width: 800px;
	padding: 2% 3%;
	background-color: #F5F5F5; 
}
.modul div.links {
	display: inline-block;
	width: 25%;
	float: left;
	text-align: right;
	padding-top: 8px;
}
.modul div.rechts {
	margin-left: 25%;
	padding-left: 3%;
	padding-top: 8px;
}
textarea, input[type="text"], input[type="email"] {
	padding: 5px;
	border: 2px solid #999; 
	border-radius: 3px;
	width: 68%;
	padding-top: 5px;
}

textarea{
	margin-bottom: 10px;
	}
	
.full{
	width: 100%;
	padding-top: 8px;
	padding-left: 1em;
	padding-right: 1em;
	}	

select{
		border-radius: 3px;
		padding: 0 5px;
		height: 2.6em;
		width: 68%;
		padding-right: 0px;
	}
	
fieldset {
	margin-bottom: 10px;
	margin-top: 20px;
	border-radius: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px lightgray solid;
	background-color: white;
		padding-right: 1em;
		padding-left: 1em;
	box-shadow: 2px 2px 2px lightgrey;
}
fieldset > legend {
	font-size: 1.3em;
	font-weight: 200;
	padding-right: .5em;
	padding-left: .5em;
	padding-top: .3em;
	padding-bottom: .3em;
	background-color: #FFF;  
	color: #F60; 
	margin-left: 1em;
	border-radius: 8px;
	border-top: 1px lightgray solid ;
	border-left: 1px lightgray solid;
	border-right: 1px lightgray solid;
	box-shadow: 3px 3px 3px lightgrey;
}
fieldset fieldset {
	border: 0;
		box-shadow: none;
}
input:hover {
	box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
	background: #FFC;
}
input:focus, textarea:focus {
	box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
	background: #FFC;
}

input[type="radio"]:checked+label{ color:green; } 
input[type="checkbox"]:checked+label{ color:green; } 


textarea {
	height: 60px;
	vertical-align: top;
}

.widerruf{
	width: 98%;
	height: 100px;
	font-size: 80%;
	white-space: pre-wrap;
	margin-top: 1em;
	margin-bottom: 0;
	}

div.rechts {
	margin-bottom: 5px;
}

.color_dark{
	background-color: #FFEADF; 
	}
.color_light{
	background-color: #FFECD9; 
	}	
	
p.subheader{
	background-color: #FFF2BF;
	padding: 5px;
	}	

.clearfix:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0px;
}
input[type=submit], input[type=button] {
	padding: 13px 12px;
	min-width: 250px;
	border: 0 none;
	cursor: pointer;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-weight: bold;
	margin: 5px 10px;
}

input[type="radio"] { margin:0px 7px 4px 1px; vertical-align:middle; width:13px; height:13px; padding:0px;}

input[type="checkbox"] { margin:0px 8px 3px 1px; vertical-align:middle; width:13px; height:13px; padding:0px;}

div.rb, div.cb{
	padding-top: 8px;
	}

.rb label, .cb label{
	display: block;
	margin-left: 20px;
	padding-bottom: 5px;
	cursor: pointer;
	}
.rb input, .cb input{
	margin-top: 3px;
	float: left;
	margin-bottom: 5px;
	}	
	
.rb input[type="text"], .cb input[type="text"] {
	margin-left: 20px;
	} 	
	
.links .rb input, .links .cb input{
	float: right;
	}
	
.rechts select.dropdown{
	width: 100px;
	margin-right: 10px;
	margin-left: 2x;
	}			

input[type=submit].weiter {
	background: #ABFB04;
}
input[type=submit].zurueck {
	background: #FFBE9F;
}
.haelfte {
	float: right;
	width: 50%;
	text-align: center;
}

div.pflicht{
	font-weight: bold;
	}
.pflicht label:after{
/*	content:"*"; */
	}	
.fehler, label.fehler, #warn{
   color: red;
	}
	
input.fehler, textarea.fehler{
   color: black;
   border: 2px solid red;
	}
	
fieldset  fieldset  div.links legend{
	float: right;
	text-align:right;
	display:inline-block;
	}
	
fieldset fieldset{
	margin-bottom: 0;
	padding-bottom: 0;
	}	

fieldset fieldset .rb textarea{
	margin-left: 20px;
	}			
	
.rechts label{
	margin-bottom: 3px;
	}	

 .agb-papillon{
	padding-bottom: 2em;
	font-size: 85%;
	padding-right: 2em;
	padding-top: 1em;
	}

.agb-papillon ol{
	padding-left: 1.8em;
	margin-left: 0;
	}	
		
 .agb-papillon li{
	margin-bottom: 10px;
	}		
	
.veranstaltung{
	background-color: #E8F3FF;
	border-color: #8CC6FF;
	cursor: default;
	padding-bottom: 20px;
	padding-top: 0;
	}	
	
.jahreswarnung{
	background-color: #FFD9B3; 
	border: #F60 solid 2px;
	cursor: default;
	padding-bottom: 10px;
	padding-top: 0;
    margin: 10px 10px 0 0;
	text-align:center;
	    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.14);
	}	

.veranstaltungok{
	background-color: #DFFFDF;
	border-color: #9C6; 
	cursor: default;
	}	
	
div#preload{
	background-image:url(layout/preload.gif);
	background-position: center right; 
	background-repeat:no-repeat; 
	position: absolute;
	margin-top: -75px;
	padding-top:90px;
	top: 50%;
	left: 50%;
	width:230px;
	height:130px;
	display:none;
	font-size:9px;
	text-align:center;
	font-weight:bold;
	color: #060;
	}
	
span.excla{
	float:left;
	display: inline-block;
	font-size:4em;
	font-weight:bold;
	margin-right:10px;
	color: red;
	padding: 3px;
	background-color: #F8F8F8;
	}		

div.buttons{
	min-height:80px;
	padding-top:20px;
	margin-bottom: 20px;
	}
.buttons fieldset{
	margin-bottom: 20px;
	background-color: #DFDFDF; 
	}	

 @media only screen and (max-width: 640px) {
.modul div.links {
	width: 100%;
	float: none;
	text-align: left;
	clear: both;
	margin-bottom: 5px;
}

.modul div.rechts{
	padding-top: 0;
	}

select{
	width: 99%;
	}

input[type="text"],input[type="email"], textarea, textarea.widerruf, .rb input[type="text"], .rb input[type="email"], .cb input[type="text"],.cb input[type="email"], .rb textarea, .cb textarea {
	width: 90%;
	margin-bottom: 2%;
}

textarea.widerruf {
	width: 95%;
	background-color: white;
}
input[type=submit] {
	width: 95%;
	margin-left: 2%;
}
.modul div.rechts {
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 0px;
}
div.modul {
	max-width: 800px;
	padding: 0em;
	padding-left: 3%;
	padding-right: 3%;
}
.haelfte {
	float: none;
	width: 100%;
	text-align: center;
}
label,legend {
	margin-bottom: 0px;
	padding: 0;
}
legend{
	float: none;
	}
 .cb label, .rb label{
	/* margin-left: 0; */
	 }
	 
fieldset  fieldset  div.links legend{
	float: none;
	display: inline-block;
	margin: 0;
	text-align: left;
}	
fieldset fieldset{
	margin-left: 0;
	margin-right: 0;
	}

fieldset legend{
		margin: 0 auto;
	}
