@font-face {
	font-family: HelveticaLt;
	src: url('/static/wf/assets-nao/img/Helvi.otf');
}

body {
	font-family: Arial, HelveticaLt;
	width: calc( 100% - 15px);
}

a {
	color: white;
}

a:hover {
	text-decoration: none;
	color: white
}

.displayNone {
	display: none;
}
.errorRed {color:#a94442;}

#imgNAOSignet {
	margin-top: 20px;
	margin-bottom: 45px;
}

#navWrapper {
	background-color: #922224;
}

#navTextWrapper {
	font-size: 12px;
	color: white;
	font-weight: 300;
	margin-left: 5%;
	line-height: 2.2;
}

.strokeMargin {
	margin-left: 10px;
	margin-right: 10px;
}

.justifyText {
	text-align: justify;
	font-size: 14px;
}

#contentWrapper {
	margin-left: 5%;
	margin-top: 50px;
}

#mainContent {
	padding: 25px;
	background: rgba(255,255,255,0.8);
	border-radius: 5px;
}

#megaWrapperOne {
	background-color: #e9e9e9;
}

#megaWrapperTwo {
	min-height: 650px;
}

#footerWrapper {
	height: 100px;
	background-color: #e9e9e9
}

#backgroundImg1 {
    width: 243%;
	height: 200%;
	position: absolute;
	left: -649px;
	top: -371px;
	opacity: 0.15;
	z-index: -1; /* Ensure div tag stays behind content; -999 might work, too. */
}

#backgroundImg2 {
    width: 150%; 
    height: 150%; 
    position: fixed; 
    left: -25%; 
    top: -30%;
    z-index: -950; /* Ensure div tag stays behind content; -999 might work, too. */
}

.stretch {
    height:100%;
}

#inputFields {
	height: 270px;
	background-color: white;
/*	margin-top: 100px; */
	width: 220px;
}

#inputHeading {
	padding-top: 15px;
}

#redBox {
	background-color: #922224;
	height: 270px;
	width: calc(100% - 221px);
/*	margin-top: 100px; */
}

.inputRow {
	margin-right: -11%;
	margin-top: 66px;
	box-shadow: 0px 1px 2px #666;
}

#loginText {
	font-size: 12px;
	margin-top: -10px
}

.inputBottomMargin {
	margin-bottom: 20px;
}

#lbRemember {
	font-size: 11px;
    font-weight: bold;
}

#btnGo {
	color: white;
	background-color: #922224;
	padding-top: 4px;
	border-color: #922224;
	height: 28px;
}

#lockImgWrapper {
 z-index: 10;
}

#imgNet {
	z-index: -1000;
    /*margin-bottom: -272px;*/
    width: 280px;
   /* margin-left: 62.5%;*/
}

#inputParent {
	margin-left: 2%;
/*	z-index: -500 */
}

#imgNetWrapper {
	height: 0px;
}

#imgNAOLock, #imgNAOArrow, #imgNAOBalloon {
	z-index: -90;
	width: 50px;
	margin-left: 14px;
	margin-bottom: 4px;
}

.naoBalloonText {
	font-size: 16px;
	text-align: center;
	margin-bottom: -6px;
}

#balloonImgWrapper, #arrowImgWrapper {
	width: 77px;
}

#imgNAOArrow {
	margin-top: 4px;
}

#imgNAOLock:hover, #imgNAOArrow:hover, #imgNAOBalloon:hover {
	cursor: pointer;
}

.form-control:focus {
	border-color:#922224;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(146,34,36,.6);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(146,34,36,.6)
}

.wechdormid {
    display: none;
}

.btn-primary {
    background-color: #922224;
    border-color: #922224;
    -webkit-box-shadow: 0 1px 2px #888;
	box-shadow: 0 1px 2px #888;
	background-image: none;
}

.btn-primary.active,.btn-primary.focus,.btn-primary:active,.btn-primary:focus,.btn-primary:hover,.open>.dropdown-toggle.btn-primary {
	background-color: rgba(146, 34, 36, 0.88);
	border-color: rgba(146, 34, 36, 1); 
}
.form-control.has-error,.panel-heading.has-error{
  border:1px solid #a94442;
  background-color:#F7ECEC;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.form-control.has-error:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
}

.dsgvo a {color:#922224;}
   
