body, html {
  height: 100%;
  min-height: 768px;
  min-width: 1024px;
}

body {
  font: 11pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  color: #fff;
  background: url(../img/page-bg.jpg) center center #001250;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;
  letter-spacing: +1px;
}

a:link, a:active, a:visited {
  color: #fff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a img {
  border: none;
}

h2 {
  font-size: 12pt;
  font-weight: bold;
  margin-bottom: 0.5em;
}

h3 {
    font-size: 10pt;
    font-weight: bold;
    margin-bottom: 0.5em;
    margin-left: 15px;
}

ol {
    list-style-type: disc;
    margin-left: 35px;
    margin-bottom: 10px;
}

li {
    margin-bottom: 5px;
}

.clear {
  clear: both;
}

.btn a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}

.close.btn {
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(../img/video-btn.png) no-repeat -100px 0;
}

/* Impressum */

.menuebox {
  display: none;
  position: absolute;
  width: 430px;
  height: 231px;
  color: #001250;
  background: url(../img/menue-bg.png) no-repeat;
  padding: 15px;
}

/* Datenschutz */

.menueboxdat {
    display: none;
    position: absolute;
    width: 430px;
    height: 690px;
    color: #001250;
    background-color: white;
    border-radius: 5px;
    padding: 15px;
    overflow: auto;
}

/* Spezial-Paragraph Datenschutz */

#dat {
    margin-right: 10px;
}

/* Referenzen */

.menueboxref {
    display: none;
    position: absolute;
    width: 430px;
    height: 550px;
    color: #001250;
    background-color: white;
    border-radius: 5px;
    padding: 15px;
    overflow: auto;
}

#distance { 
	width: 0px;
	height: 50%;
	margin-bottom: -384px;
	float: left;
}

#main {
  position: relative;
  width: 1024px;
  height: 768px;
  margin: 0 auto;
  text-align: left;
  clear: left;
}

#logo {
  width: 233px;
  height: 57px;
  background: url(../img/logo.png) no-repeat;
  margin-top: 10px;
  margin-left: 10px;
}

#buttons {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: url(../img/main-bg.png) no-repeat center center;
}

#buttons div {
  position: absolute;
}

#buttons .desc {
  display: none;
  text-align: center;
}

#buttons .b01.btn {
  width: 101px;
  height: 101px;
  top: 217px;
  left: 104px;
}

#buttons .b01.desc {
  top: 200px;
  left: 128px;
}

#buttons .b02.btn {
  width: 101px;
  height: 101px;
  top: 145px;
  left: 322px;
}

#buttons .b02.desc {
  top: 130px;
  left: 350px;
}

#buttons .b03.btn {
  width: 101px;
  height: 101px;
  top: 142px;
  left: 600px;
}

#buttons .b03.desc {
  top: 130px;
  left: 545px;
}

#buttons .b04.btn {
  width: 101px;
  height: 101px;
  top: 218px;
  left: 815px;
}

#buttons .b04.desc {
  top: 200px;
  left: 822px;
}

#buttons .b05.btn {
  width: 130px;
  height: 128px;
  top: 405px;
  left: 808px;
}

#buttons .b05.desc {
  top: 388px;
  left: 833px;
  }

#buttons .b06.btn {
  width: 130px;
  height: 128px;
  top: 500px;
  left: 447px;
}

#buttons .b06.desc {
  top: 470px;
  left: 420px;

}

#buttons .b07.btn {
  width: 130px;
  height: 128px;
  top:  410px;
  left: 83px;
}

#buttons .b07.desc {
  top: 388px;
  left: 120px;
}

#video {
  position: relative;
  width: 910px;
  height: 539px;
  margin: 65px auto 0;
  background: url(../img/video-bg.png) no-repeat;
}

#video .close.btn {
  bottom: 3px;
  right: 40px;
}

#player {
  background-color: #000;
  position: absolute;
  width: 850px;
  height: 480px;
  top: 29px;
  left: 30px;
}

#referenzen {
  left: 5px;
  bottom: 47px;
  font-size: 8pt;
}

#referenzen li {
  padding-left: 15px;
}

#impressum {
  right: 5px;
  bottom: 47px;
  font-size: 8pt;
}

#impressum p {
  padding-left: 15px;
  padding-bottom: 1em;
}

#impressum a {
  color: #001250;
}

#datenschutz {
  right: 5px;
  bottom: 47px;
  font-size: 8pt;
}

#datenschutz p {
  padding-left: 15px;
  padding-bottom: 1em;
}

#datenschutz a {
  color: #001250;
}
#referenzen .close, #impressum .close {
  bottom: 15px;
  right: 15px;
}

#datenschutz .close {
  position: sticky;
  margin-left: 380px;
 }

#mainnav {
  display: none;
  position: absolute;
  width: 100%;
  bottom: 10px;
  text-align: center;
}