
body {
 margin: 0 auto;
 font-family: Arial;
 background: url(../images/1000px/19.jpg) no-repeat center center fixed;
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
 overflow: auto;
}

@font-face {
  font-family: 'LaneNarrow';
  src: url('./lanenar.ttf') format('truetype');
}

#cookienotice {
 position: fixed;
 display: block;
 visibility: visible;
 bottom: 0;
 width: calc(100% - 40px);
 height: auto;
 padding: 10px 20px 40px 20px;
 background-color: #005F97;
 color: #FFF;
 font-size: 14px;
 text-align: center;
 z-index: 100;
}

#cookienotice a.linkText {
 color: #FFF;
 text-decoration: underline;
}

#cookienotice a.linkButton {
 display: inline-block;
 color: #FFF;
 padding: 5px 0px 5px 0px;
 width: 200px;
 border: 1px solid white;
 text-decoration: none;
}

#cookienotice a.linkButton:hover {
 background-color: #FFF;
 color: #005F97;
}

.wrapper {
 width: 100%;
 margin: 0 auto;
}

.header {
 height: auto;
 text-align: center;
 margin-bottom: 160px;
}

.header-small {
display: none
}

#menu-wrapper {
 position: fixed;
 z-index: 10;
 width: 100%;
 top: 0px;
 overflow: hidden;
 text-align: center;
 background-color: #FFF;
}

#menu-wrapper img {
 height: 90px;
 margin-top: 10px;
 margin-bottom: 5px;
}

#menu-wrapper ul {
 display: block;
 height: 50px;
 width: 100%;
 margin: 0 auto;
 padding: 0;
 list-style: none;
 background-color:  #005F97;
}

#menu-wrapper li {
 position: relative;
 display: inline-block;;
 padding: 0px 15px 0px 15px;
 line-height: 50px;
 height: 50px;
 vertical-align: top;
 top: 0px;
}

#menu-wrapper a li,
#menu-wrapper a li:visited {
 color: #FFF;
 font-family: LaneNarrow, Arial, Calibri, sans-serif;
 font-size: 15px;
 font-weight: normal;
}

#menu-wrapper a li:hover {
 background-color:  #FFF;
 color: #005F97;
}

.contentwrap {
 display: table;
 width: 100%;
 height: calc(100vh - 160px);
}

.middle {
 vertical-align: middle;
}
 
.contentArea{
 display: table-cell;
 vertical-align: middle;
 position: relative;
}

.contentBoxFlex {
 display: flex;
 flex-direction: row;
 flex-wrap: wrap;
 justify-content: center;
}

.contentBox {
 display: inline-block;
 position: relative;
 margin: 0 auto;
 margin: 0px 10px 0px 10px; 
 height: auto;
 border: 1px solid  #000;
 text-align: center;
}
         
input[type=text], input[type=submit] {
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none; 
 border: none;
 border-radius: 0;
 width: 70%; 
 margin: 5px 0px 5px 0px;
 font-size: 14px;
 text-align: center;
}

input[type=text] {
 border: 1px solid #5a5a5a;
 padding: 5px;
}

input[type=submit] {
 box-sizing: content-box;
 padding: 6px;
 color: #FFF;
 background-color: #005F97;
}

input[type=submit]:hover {
 background-color: #5a5a5a;
}

.trans {
 opacity: 0.9;
}

h1 {
 font-family: Lane, Arial, Calibri, sans-serif;
 color: #005F97;
 margin: 0px;
 font-weight: 100;
 font-size: 25px; 
}

.width20per {
width: calc(20% - 10px);
padding: 5px;
}

.px25 {
 height: 25px;
}

.px50 {
 height: 50px;
}

.bgWhite {
 background-color: #FFF;
}

.bgBlue {
 background-color: ;
}

.textRedD {
 color: #A41015; 
}

.small {
 font-size: 14px;
}

.errorLogin {
 position: absolute;
 left: 0;
 right: 0;
 bottom: 15px;
 margin: auto;
}

@media only screen and (max-width: 1200px) {

.width20per {
 width: calc(40% - 10px);
 padding: 5px;
} 

}

@media only screen and (max-width: 800px) {
.header {
 margin-bottom: 0px;
}

#menu-wrapper img {
margin-top: 10px;
max-width: 90%;
}

.contentwrap {
 display: table;
 width: 100%;
 height: calc(100vh - 200px);
}

.width20per {
 width: calc(80% - 10px);
 padding: 5px;
}

h1 {
 font-size: 20px;
}

.header { 
 height: auto;
 text-align: center;
 margin-bottom: 200px; 
}

}

@media only screen and (max-height: 640px) {
.px25 {
 height: 10px;
}

.px50 {
 height: 25px;
}

.errorLogin {
 bottom: 0px;
}

.contentArea{
 vertical-align: top;
 
}

}