@-webkit-viewport {
width: device-width;
}
@-moz-viewport {
width: device-width;
}
@-ms-viewport {
width: device-width;
}
@-o-viewport {
width: device-width;
}
@viewport {
width: device-width;
}
html, body {
	min-height: 100%;
}
body {
	margin : 0 auto;
	padding : 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	background-color: #fff;
	color: #222;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: 1.5;
	font-weight: normal;
	font-variant: normal;
}

#wrapper {
	width: 100%;
	position: relative;
	text-align: left;
}
#container {
	width: 100%;
	margin: 0 auto;
	max-width: 740px;
	top: 0;
	background-color:#fff;
}


h1, h2, h3, h4, h5, h6 {
	font-family:  "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight : normal;
	margin-top: 0px;
	letter-spacing: -1px;
}
h1 {
	color: #F33240;
	margin : 0.6em 0;
	font-size : 1.8em;
	text-align: center;
	line-height : 1.2;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
}

img {
	border : 0;
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
img.title {
	-moz-border-radius:1ex;
	-webkit-border-radius:1ex;
	border-radius:1ex;
	margin: 10px 0;
}
img.meldeportal {
	margin: 20px 0;
}

form {
	margin-left:auto;
	margin-right:auto
}
fieldset {
	padding:1%;
	border:2px solid #F33240;
	-moz-border-radius:1ex;
	-webkit-border-radius:1ex;
	border-radius:1ex;
}
legend {
	color: #F33240;
	padding:5px 5px 0 5px;
	margin-bottom:.2em;
	font-size:1.2em;
}
label {
	cursor:pointer;
	display:block;
	max-width:99%;
	font-size:1em;
	
	margin-bottom:.2em;
	/*background:rgb(235,235,235);  */
  background-color:#ededed;
	-moz-border-radius:1ex;
	-webkit-border-radius:1ex;
	border-radius:1ex;
	padding:.2em;
	font-weight: bold;	
}
label span {
	display:inline-block;
	width:28%;
	vertical-align:top;
}
label span.wide {
	/*display:inline-block;*/
	width:90%;
}
label span.mini{
	font-size:.75em;
	width:75%;
	display:inline-block;
}


input, select, textarea, button {
	font:1em/120% "Helvetica Neue", Helvetica, Arial, sans-serif;;
	color:#888;
	width:70%;
	vertical-align:text-bottom;
}
textarea {
	width:99%;
	-moz-border-radius:1ex;
	-webkit-border-radius:1ex;
	border-radius:1ex;
}
input[type="submit"], input[type="button"] {
	background-color:#29176d;
	color:#fff;
	width:99%;
	-moz-border-radius:1ex;
	-webkit-border-radius:1ex;
	border-radius:1ex;
	padding: 8px;
	cursor: pointer;
	font-size:1.25em;
	margin: 12px 0;
}
input[type="radio"] {
	width:1em
}
input[type="checkbox"] {
	width:1em
}
.feld {
	width:70%;
	-moz-border-radius:1ex;
	-webkit-border-radius:1ex;
	border-radius:4px;
	display:inline-block;
}


a {
	color : #EE4023;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none;
}
a:visited {
	color : #EE4023;
}
a:focus {
	outline : thin dotted;
	color : rgb(0,0,0);
}
a:hover, a:active {
	outline : 0;
	color : #EE9923;
}

.underline {
	outline: 0;
	color: #000;
	text-decoration: underline;
}




.info{
	font-size:.75em;
	text-align:right;
}
.infoblock {
	font-size:.75em;
	text-align:right;
	display:inline-block;
}
.infotext{
	font-size:.85em;
	margin: 10px 0;
}

.fehlermeldung {
	color: red;
}


 @media only screen and (min-width:481px) and (max-width:1024px) {
	h1{
font-size: 1.75em;
}

	label span {
display:block;
width:100%
}
 input, select, textarea {
width:95%
}
 input[type="radio"] {
width:1em
}
input[type="checkbox"] {
width:1em
}
}

 @media only screen and (max-width:480px) {
h1{
font-size: 1.5em;
}
	label span {
display:none
}
 input, select, textarea {
width:95%
}
 input[type="radio"] {
width:1em
}
 input[type="checkbox"] {
width:1em
}
}