/* LESS Document */
/* Farben */
body {
  width: 1760px;
  background: #0D0906;
  background-image: url(../images/back_01.jpg);
  background-attachment: fixed;
  background-size: 100%;
  background-repeat: repeat-y;
  color: #fff;
  margin: 0px auto;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 40px;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}
form {
  margin: 0px;
}
a:link {
  color: #fff;
  text-decoration: none;
}
a:visited {
  color: #fff;
  text-decoration: none;
}
a:hover {
  color: #fff;
  text-decoration: none;
}
a:active {
  color: #fff;
  text-decoration: none;
}
.bg_beige a:link {
  color: #000;
  text-decoration: underline;
}
.bg_beige a:visited {
  color: #000;
  text-decoration: underline;
}
.bg_beige a:hover {
  color: #444;
  text-decoration: none;
}
.bg_beige a:active {
  color: #000;
  text-decoration: underline;
}
h2 {
  padding: 0px;
  margin: 20px 0px 10px 0px;
  font-size: 70px;
}
h3 {
  padding: 0px;
  margin: 40px 0px 10px 0px;
  font-size: 40px;
}
#mainheadline table {
  width: 1760px;
}
#mainheadline table .outertd {
  width: 400px;
  border: 0px solid;
}
#mainheadline table .outertdright {
  width: 400px;
  text-align: right;
  border: 0px solid;
}
#mainheadline table .mainheadline {
  font-weight: bold;
  font-size: 60px;
  text-align: center;
  border: 0px solid;
  white-space: nowrap;
  vertical-align: middle;
}
.homebutton {
  width: 80px;
  height: 80px;
  border-radius: 25px;
  background: #f8ac00;
  margin: 10px;
  display: inline-block;
  text-align: center;
  border: 5px solid #ffffff;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.99);
}
.homebutton .homebutton_imgbox {
  width: 80px;
  height: 80px;
  display: table-cell;
  vertical-align: middle;
}
.homebutton .homebutton_imgbox img {
  width: 85%;
}
#mainheadline input {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 96px;
  height: 80px;
  border-radius: 25px;
  background: #f8ac00;
  color: #fff;
  font-weight: bold;
  font-size: 40px;
  margin: 20px;
  padding: 0px;
  border: 5px solid #ffffff;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.99);
  text-align: center;
  cursor: pointer;
}
#content {
  width: 1760px;
  margin: 20px auto 20px auto;
  padding: 0px 20px;
}
#content .left {
  width: 1760px;
  text-align: left;
}
.bg_beige {
  background-color: #fff8e9;
  border-radius: 30px;
  box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.99);
  color: #222;
  padding: 25px 50px;
  margin-bottom: 25px;
}
.bg_beige td {
  color: #000;
}
.alignleft {
  text-align: left !important;
}
.menu_div {
  width: 435px;
  color: #222;
  float: left;
  min-height: 1000px;
}
.menu_div ul {
  list-style-type: none;
  width: 400px;
  color: #222;
  margin: 0px;
}
.menu_div li {
  background-color: #212b6b;
  width: 300px;
  color: #FFFFFF;
  border-radius: 25px;
  padding: 16px 30px 12px 30px;
  margin-bottom: 22px;
}
.namensbutton {
  width: 430px;
  border-radius: 25px;
  background: #212b6b;
  color: #fff;
  margin: 20px;
  padding: 25px 15px;
  border: 5px solid #ffffff;
  box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.99);
  text-align: left;
  display: inline-block;
}
.namensbutton .nachname {
  font-weight: bold;
  font-size: 55px;
}
.namensbutton .vorname {
  font-weight: 100;
  font-size: 50px;
  float: left;
}
.namensbutton .mailicon {
  float: right;
}
.login_left {
  width: 1450px;
  float: left;
  text-align: left;
}
.login_left .login_name {
  font-weight: bold;
  font-size: 80px;
}
.login_left .login_code {
  font-weight: bold;
  font-size: 300px;
  text-align: center;
  margin-top: 400px;
  letter-spacing: 60px;
}
.login_pinpad {
  text-align: center;
  float: left;
  padding-top: 190px;
}
.login_pinpad .ziffer {
  width: 250px;
  height: 195px;
  border-radius: 50px;
  background: #f8ac00;
  color: #fff;
  font-weight: bold;
  font-size: 120px;
  margin: 20px;
  padding: 55px 0px 0px 0px;
  border: 5px solid #ffffff;
  box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.99);
  text-align: center;
  float: left;
  cursor: pointer;
}
.login_pinpad .text {
  width: 250px;
  height: 73px;
  border-radius: 50px;
  background: #BB0000;
  color: #fff;
  font-weight: bold;
  font-size: 40px;
  margin: 169px 20px 20px 20px;
  padding: 27px 0px 0px 0px;
  border: 5px solid #ffffff;
  box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.99);
  text-align: center;
  float: left;
  cursor: pointer;
}
#maininfo {
  width: 1400px;
  background: #212b6b;
  border-radius: 25px;
  text-align: center;
  font-weight: bold;
  padding: 40px;
  border: 5px solid #ffffff;
  box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.99);
}
.float_left {
  float: left;
}
.float_right {
  float: right;
}
.clear {
  clear: both;
}
