
a.disabled {
    pointer-events: none;
    cursor: default;
}

p {
	margin: 0 0 1em 0;
    text-align: justify;
}

#shadow{
filter: progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=0, Strength=3)  progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=45, Strength=3)  progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=90, Strength=3)  progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=135, Strength=3)  progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=180, Strength=3)  progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=225, Strength=3)  progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=260, Strength=3)  progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=305, Strength=3);
	-webkit-box-shadow: 0px 0px 6px #333333;
	-moz-box-shadow: 0px 0px 6px #333333;
	box-shadow: 0px 0px 6px #333333;
float:left;
width: 1140px;
background:#fff;
}


/***************************************************************
************************** Formulare ***************************
****************************************************************/
#loginbox{
padding:20px;
padding-top:100px;
}
#loginbox.loginMessage {
	padding: 20px;
	padding-top: 20px;
	background: #efefef;
	text-align: center;
}
.page-header h1{
font-size:17px;
margin-top:50px;
padding-bottom:20px;
}

fieldset {
	margin-top: 20px;
	padding: 0;
	border: none;

}
fieldset p {
	width: 80%;
}
legend {
	font-size: 20px;
	color: #5dbc50;
	/* font-weight: bold; */
	padding-left: 10px;
	padding-right: 10px;
	font-weight: 600;
}
label {
	display: inline-block;
	font-weight: normal;
	margin-bottom: 5px;
	width: 90%;
	margin-top: 15px;
	font-size: 1.1em;
	color: #000;
	font-family: 'Panton-Bold', Arial, sans-serif;
}
.check {
    clear:both;
    width: 100%;
     padding-top: 10px;
}
.sub.check, .subsub.check {
	padding-bottom: 0.5em;
	min-height: 1.5em;
}
.sub.check:hover{
background-color:rgba(232,232,232,0.4);
}
.subsub i {
	float: left;
	margin-right: 1%;
	margin-left: 1%;
	width: 1.5%;
}
.check label{
    width:90%;
    float:left;
    margin-top: 0px;

}
#formedit {
	margin-top: 50px;
}
.subsub label {
	width: 85.5%!important;
}
.sub a i {
	text-decoration: none;

}
.sub small {
	display: block;
	width: 77%;
	margin: 0 0 10px 0;
}

#pImage img {
	width: 80%;
	max-width: 400px;
	display: inline-block;
	vertical-align: text-bottom;
}

.antwort .sub div {
	width: 87%;
	position: relative;
	display: block;
	left: 22px;
	border: 2px dashed rgba(226,242,230,0.9);
	padding: 2%;
	background-color: #fff;
}
.blue textarea, .blue select, .blue input{
background-image: linear-gradient(to bottom, #428bca 0px, #2d6ca2 100%);
color:#fff;
}
input {
	background-color: #fff;
	background-image: none;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #555;
	display: block;
	font-size: 14px;
	padding: 6px 12px;
	vertical-align: middle;
	width: 95%;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	border: 2px solid #000;
}
.LoginField #email {
	max-width: 550px;
}

input:disabled {
background:#E3E3E3
}
input:focus, textarea:focus, select:focus {
	 box-shadow: 0 0 5px rgba(0, 0, 0, 1);
	border: 2px solid rgba(0, 0, 0, 1);
}

.blackSection input:focus, .blackSection textarea:focus, .blackSection select:focus {
	/* box-shadow: 0 0 5px rgba(0, 0, 0, 1); */
	border: 2px solid rgba(50, 211, 66,1);;
}

.subradio, .check {
	display: flex;
	margin: 1% 0;
}

.subradio input, .check input {
	width:20px;
	height:20px;
	border: 2px #000 solid;
}

.check{
	max-width: 400px;
}

.check span {
	max-width: 280px;
	margin-left: 20px;
}

.subradio {
	width: 80px;
	justify-content: space-between;
}

.subradio span{
	width: 40px;
}

.subcheck h2 {
	margin: 4% 0 0 0;
}

.subcheck:nth-child(2n) {
	background: #f7f7f7;
	padding: 10px 2% 02%;
	margin: 2% 0;
}

#showgooglemaps{
	height:400px!important;
	width:100%;
	position: relative;

}

#showgooglemaps #maperror{
	width:100%;
	height:400px;
	z-index:9999;
	position: absolute;
	background:#ddd;
	padding:10px
}
#showgooglemaps #mapouter{
	width:100%;
	height:400px;
	z-index:99;
	position: absolute;
	background:#ddd;
}
#showgooglemaps #mapouter i{

	margin-left:48%;
	margin-right:48%;
	margin-top:40px;
	font-size: 80px;
}
#Wstand::before {
	content: '+';
	margin: 0 10px;
}

#Wstand {
	height: 42px;
	padding: 8px 0;
	margin: 20px 0;
	position: relative;
	overflow: hidden;
	display: block;
	border: 1px solid #000;
	width: 253px;
}

#Wstand:hover{
	background: #000;
	color: #fff;
}

.standortOne {
	margin: 0 0 20px 0;
	border-bottom: 2px solid #000;
	padding: 0 0 40px 0;
}

#sidNewDiv{
    width:98%;
    float:left;
    background:#ddd;
    padding:1%;
}

#sidNewDiv select{
    margin-bottom:5px;
}
#fixedUnspezific{
    position:fixed;
    top:200px;
    left:20px;
    background:#1EAD3C;
    float:left;
    color:#fff;
    width:250px;
    padding:5px 5px 5px 5px;
    max-height:400px;
    overflow-y: scroll;
    overflow-x: none;

}
#fixedUnspezific label{
    color:#fff;

}
#Submits{
    position:fixed;
    top:620px;
    left:20px;
      width:250px;
}
input[type="submit"] {
	width: 240px;
	cursor: pointer;
	cursor: hand;
	display: inline-block;
}

.submitextend{
    width:100%!important;
    margin:0 0 10px 0px!important;
    padding:3px;
    font-size:12px;
    text-transform: none;
    text-align: left;
    letter-spacing:0.01em

}
.submitred{
    background-color: orange;

}
.submitredred{
    background-color: red;

}
.submitblue{
    background-color: lightblue;
    color:#555;


}
input[type="checkbox"]{
width:15px;
float:left;
}

input[type="radio"]{
width:15px;
float:left;
}
.submit, #abort{
margin-left:20px;
/*margin-bottom:20px;*/
padding-left:10px;
padding-right:10px;
}

#pImage {
	width: 80%;
}

.imageError {
	display: inline-block;
	text-align: center;
	padding: 14px;
	height: 95px;
	background: #ffa9a9;
	max-width: 400px;
	vertical-align: text-bottom;
}

.imageError .fa.fa-picture-o {
	color: #000;
	font-size: 200%;
	display: block;
}

.deleteButton {
	display: inline-block;
	padding: 12px 14px;
	border: 2px solid #000;
	height: 50px;
	width: 50px;
	color: #000;
	bottom: 0;
	position: relative;
	vertical-align: text-bottom;
}

.deleteButton:hover {
	background: #000;
}

.deleteButton i{
	color: #000;
}

.deleteButton:hover i{
	color: #fff;
}

#abort {
	color: #000;
	border-color: #000;
	display: inline-block;
	position: relative;
	width: 240px;

}

textarea{
clear:both;
width: 92%;
height:200px;
transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  border: 1px solid #ccc;
    border-radius: 4px;
 font-size: 15px;
font-family: 'Avenir_next_regular', sans-serif;
}
select{
clear:both;
width: 92.5%;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  border: 2px solid #ccc;
   border-radius: 4px;
/*! height:30px; */
 font-size: 15px;
font-family: 'Avenir_next_regular', sans-serif;
}

select, input[type="text"], input[type="file"], input[type="numeric"], input[type="number"], input[type="Sonstiges"] , input[type="password"] {
	border: 2px solid #000;
	height: 35px;
	border-radius: 3px;
	max-width: 80%;
	padding: 0 5px;
}

.blue option{
background-image: linear-gradient(to bottom, #428bca 0px, #2d6ca2 100%)!important;
background: #428bca !important;
}

textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px 0px 3px 3px;
	border: 2px solid #000;

	border-radius: 0;
	max-width: 80%;
	padding: 0 5px;
}
.error {
	background-image: linear-gradient(to bottom, #444 0px, #555 100%);
	background-repeat: repeat-x;
	border-color: #2b669a;
	color: #fff;
	width: 230px;
	margin-top: 10px;
	text-align: center;
	display: block;
	line-height: 30px;
	padding: 10px;
	position: relative;
	margin: 0 auto;
	top: -44px;
	text-align:left;
}
.error ul{
	padding-left:15px;
	}
.error ul li{
	padding:0;
}
.captchaZahl{
    width:100%;
    display:block;
font-size:0.9em;
color:#666;}
.fa-star::before {
    color: #af000b;
    font-size: 10px;
    vertical-align: super;
}
.fa{
color: #777;
	}
.sub a{
text-decoration:none;
color: #777;
}
table{
width:98%;
margin:10px;
border-collapse: collapse;
font-size:1.1em
}

table#start a {
	width: 50px;
	height: 50px;
	display: block;
	text-align: center;
	margin: auto;
	padding: 10px 0;
}

table#start a i {
	color:#000;
}
table#start a:hover{
	background:#000;
}
table#start a:hover i{
	color:#fff;
}


table tr:nth-child(even){
background:#dcf5df;
}

table tr:hover {
	background: #32d342;
}

table td{
padding:5px;
vertical-align:top;
text-align:left;
}
table td.tot{
	background:red!important;
	color:#fff!important;;
}
table td.achtung{
	background:orange!important;
	color:#fff!important;;
}

table th {
	text-align: left;
	font-weight: normal;
	font-size: 16px;
	text-align: left;
	vertical-align: bottom;
	min-width: 85px;
}
.new{
margin-left:20px;

}
.new a{
text-decoration:none;
color: #777;
}
.new a:hover{
color:#5dbc50;
}
.new i{
    color:#5dbc50;
}
#helpStatus{
background:#4087C4;
float:left;
width: 820px;
color:#fff;
margin-bottom:20px;
}
.sub.checkbox{
    margin-top:10px;

}
.typeahead__container{
    width:70%;
    float:left;

}
.AllArgs{
    color: #000;
    float:left;
    width:25%;
   border:solid 1px #ccc;
    background:lightgoldenrodyellow;
    padding:5px 5px 5px 5px;
    text-align:center;
    font-weight:400;
}
#allArgsList{
    display:none;
    text-align:left;
    font-weight:100;
}
#allArgsList ul{
list-style:unset;
    margin-left:15px;
    color:#444
}
#allArgsList li{
 margin-left:10px;
}
#allArgsList li a{
    text-align:left;
    color:#444;
     text-decoration: underline
}
#allArgsList li a:hover{
 color:#5dbc50;
    text-decoration: none
}
#allArgsList .MyArgList{
    color:brown
    }
#allArgsList .AllArgsGroup{
    list-style-type: none;
    font-weight:400;
    color:#5dbc50;
    margin-left:-10px;
}


/***************************************************************
************************** Upload ***************************
****************************************************************/

.btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;

    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;

    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    width:92.5%
}
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: thin dotted;
    outline-offset: -2px;
}
.btn:hover, .btn:focus {
    color: #333;
    text-decoration: none;
}
.btn:active, .btn.active {
    background-image: none;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
    outline: 0 none;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    box-shadow: none;
    cursor: not-allowed;
    opacity: 0.65;
    pointer-events: none;
}
.btn-default {
    background-color: #fff;
    border-color: #ccc;
    color: #333;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    background-color: #e6e6e6;
    border-color: #adadad;
    color: #333;
}
.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    background-image: none;
}
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default.active[disabled], fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc;
}
.btn-default .badge {
    background-color: #333;
    color: #fff;
}
.btn-primary {
    background-color: #428bca;
    border-color: #357ebd;
    color: #fff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background-color: #3071a9;
    border-color: #285e8e;
    color: #fff;
}
.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd;
}
.btn-primary .badge {
    background-color: #fff;
    color: #428bca;
}
.btn-success {
    background-color: #5cb85c;
    border-color: #4cae4c;
    color: #fff;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    background-color: #449d44;
    border-color: #398439;
    color: #fff;
}
.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    background-image: none;
}
.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success.active[disabled], fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success .badge {
    background-color: #fff;
    color: #5cb85c;
}
.btn-info {
    background-color: #5bc0de;
    border-color: #46b8da;
    color: #fff;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
    background-color: #31b0d5;
    border-color: #269abc;
    color: #fff;
}
.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
    background-image: none;
}
.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info.active[disabled], fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info .badge {
    background-color: #fff;
    color: #5bc0de;
}
.btn-warning {
    background-color: #f0ad4e;
    border-color: #eea236;
    color: #fff;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
    background-color: #ec971f;
    border-color: #d58512;
    color: #fff;
}
.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
    background-image: none;
}
.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning.active[disabled], fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning .badge {
    background-color: #fff;
    color: #f0ad4e;
}
.btn-danger {
    background-color: #d9534f;
    border-color: #d43f3a;
    color: #fff;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
    background-color: #c9302c;
    border-color: #ac2925;
    color: #fff;
}
.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
    background-image: none;
}
.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger.active[disabled], fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger .badge {
    background-color: #fff;
    color: #d9534f;
}
.btn-link {
    border-radius: 0;
    color: #428bca;
    cursor: pointer;
    font-weight: normal;
}
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
    background-color: transparent;
    color: #2a6496;
    text-decoration: underline;
}
.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none;
}
.btn-lg, .btn-group-lg > .btn {
    border-radius: 6px;
    font-size: 18px;
    line-height: 1.33;
    padding: 10px 16px;
}
.btn-sm, .btn-group-sm > .btn {
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.5;
    padding: 5px 10px;
}
.btn-xs, .btn-group-xs > .btn {
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.5;
    padding: 1px 5px;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 5px;
}
input.btn-block[type="submit"], input.btn-block[type="reset"], input.btn-block[type="button"] {
    width: 100%;
}
.glyphicon {
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    position: relative;
    top: 1px;
}
.glyphicon-plus::before {
    content: "+";
}
.progress {
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    width:92.5%;
}
.progress-bar {
    background-color: #428bca;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
    color: #fff;
    float: left;
    font-size: 12px;
    height: 100%;
    line-height: 20px;
    text-align: center;
    transition: width 0.6s ease 0s;
    width: 0;
}
.progress-bar.active {
    animation: 2s linear 0s normal none infinite running progress-bar-stripes;
}
.progress-bar[aria-valuenow="1"], .progress-bar[aria-valuenow="2"] {
    min-width: 30px;
}
.progress-bar[aria-valuenow="0"] {
    background-color: transparent;
    background-image: none;
    box-shadow: none;
    color: #777;
    min-width: 30px;
}
.progress-bar-success {
    background-color: #5cb85c;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
#realname li {
    margin-left: 20px;

}
.achtungfertig{
	background:orange;
	padding:20px;

	width:70%;
	margin: 0 0 20px 5%;
	}
.achtungfertig i{
	font-size:300%;
	float:left;
	margin-right:20px;
	margin-top:20px;

}
.help {
	width: 95%;
	display: block;
	/* color: #999; */
	border-left: 2px #000 solid;
	margin: 0 0 0 5%;
	padding: 0 5%;
}
.helpbox{
    border:solid 1px #ddd;
    padding:5px;
    background:#eee;
    color:#555

}
.GivenAnswers{
    margin-top:15px;
}
.GivenAnswers h3{
 margin:0;
}
.GivenAnswers ul{
    list-style: disk;
    padding:15px
}
.GivenAnswers ul div{
 border:solid 1px #5dbc50;
    padding:5px;
    width:90%;
    margin:5px
}
.GivenAnswers ul div h4{
 margin:0;
    color:#555;
}
.help > i {
	padding: 0 6px;
}
.btn .help{
	color:#fff
	}
.fileinput-button {
  position: relative;
  overflow: hidden;
}
.fileinput-button input {


  -ms-filter: 'alpha(opacity=0)';

  direction: ltr;
  cursor: pointer;
}

/* Fixes for IE < 8 */
@media screen\9 {
  .fileinput-button input {
    filter: alpha(opacity=0);
    font-size: 100%;
    height: 100%;
  }
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    display: block;
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
