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

.formular_anmeldung {
	color: #1F1F1F;
	font-family: Verdana,Arial,sans-serif;
	font-size: 11px;
	border: 3px solid #FFFFFF;
	background-color: #FFFFFF;
	padding: 5px;
	width: 320px;
	height: 100px;
}
.radiobutton { color:#2C6ED5; font-size:12px; border: none; padding:2px; } 
.checkbox { color:#2C6ED5; font-size:12px; border: none; padding:2px; } 
.textfield_gross {
	color: #1F1F1F;
	font-family: Verdana,Arial,sans-serif;
	font-size: 11px;
	background-color: #CCCCCC;
	padding: 5px;
	width: 320px;
	height: 24px;
	border-style: dotted;
}
.textfield_klein {
	color: #1F1F1F;
	font-family: Arial;
	font-size: 11px;
	background-color: #CCCCCC;
	padding: 5px;
	width: 100px;
	height: 24px;
	border-style: dotted;
}
.textfield_220px {
	color: #1F1F1F;
	font-family: Verdana,Arial,sans-serif;
	font-size: 11px;
	background-color: #CCCCCC;
	padding: 5px;
	width: 215px;
	height: 24px;
	border-style: dotted;
}
.textbox { color:#1F1F1F; font-family:Verdana,Arial,sans-serif; font-size:11px; border: 3px solid #FFFFFF; background-color: #FFFFFF; padding:5px; width:320px; height:100px; }


.Table {
	margin:0px;padding:0px;
	width:100%;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.Table table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.Table tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.Table table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.Table table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.Table tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.Table tr:hover td{
	
}
.Table tr:nth-child(odd){ background-color:#aad4ff; }
.Table tr:nth-child(even)    { background-color:#ffffff; }.Table td{
	vertical-align:middle;
	
	
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:4px;
	font-size:10px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.Table tr:last-child td{
	border-width:0px 1px 0px 0px;
}.Table tr td:last-child{
	border-width:0px 0px 1px 0px;
}.Table tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.Table tr:first-child td{
		background:-o-linear-gradient(bottom, #005fbf 5%, #003f7f 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #005fbf), color-stop(1, #003f7f) );
	background:-moz-linear-gradient( center top, #005fbf 5%, #003f7f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#005fbf", endColorstr="#003f7f");	background: -o-linear-gradient(top,#005fbf,003f7f);

	background-color:#005fbf;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.Table tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #005fbf 5%, #003f7f 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #005fbf), color-stop(1, #003f7f) );
	background:-moz-linear-gradient( center top, #005fbf 5%, #003f7f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#005fbf", endColorstr="#003f7f");	background: -o-linear-gradient(top,#005fbf,003f7f);

	background-color:#005fbf;
}
.Table tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.Table tr:first-child td:last-child{
	border-width: 0px 0px 1px 1px;
}#form1 p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 36px;
}

.onoffswitch {
    position: relative; width: 76px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #666666; border-radius: 19px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 19px; padding: 0; line-height: 19px;
    font-size: 15px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
    border-radius: 19px;
    box-shadow: 0px 9.5px 0px rgba(0,0,0,0.08) inset;
}
.onoffswitch-inner:before {
    content: "ON";
    padding-left: 5px;
    background-color: #21DB1B; color: #FFFFFF;
    border-radius: 19px 0 0 19px;
}
.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 5px;
    background-color: #DE2C2C; color: #FFFFFF;
    text-align: right;
    border-radius: 0 19px 19px 0;
}
.onoffswitch-switch {
    display: block; width: 19px; margin: 0px;
    background: #FFFFFF;
    border: 2px solid #666666; border-radius: 19px;
    position: absolute; top: 0; bottom: 0; right: 53px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; 
    background-image: -moz-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%); 
    background-image: -webkit-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%); 
    background-image: -o-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%); 
    background-image: linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%);
    box-shadow: 0 1px 1px white inset;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}

.apple-switch {
  position: relative;
  display: inline-block;
  width: 40px; /* Kleiner Wert für die Breite */
  height: 20px; /* Kleiner Wert für die Höhe */
}

.apple-switch input {
  display: none;
}

.apple-switch label {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ddd;
  border-radius: 20px; /* Hälfte der Höhe für einen runden Schieberegler */
  transition: background-color 0.3s;
}

.apple-switch input:checked + label {
  background-color: #4caf50; /* Farbe für den eingeschalteten Zustand */
}

.apple-switch label:before {
  position: absolute;
  content: '';
  height: 16px; /* Kleiner Wert für die Höhe des Schalters */
  width: 16px; /* Kleiner Wert für die Breite des Schalters */
  left: 2px;
  bottom: 2px;
  background-color: #fff;
  border-radius: 50%;
  transition: transform 0.3s;
}

.apple-switch input:checked + label:before {
  transform: translateX(16px); /* Hälfte der Breite für den eingeschalteten Zustand */
}

