body
  {
  width: 100%;
  padding: 0px;
  margin: 0px;
/*  background: #730062;    */
  background: url('../img/discobackground.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  }
html
  {
  overflow-y: scroll;
  }

.wrapper
  {
  width: 1050px;
  margin: 0 auto;
  }

.header
  {
  margin: 0px auto;
  width: 1050px;
  height: 250px;
  }

#headerbox
  {
  background-image: url('../img/banner.jpg');
  margin: 0px auto;
  width: 1050;
  height: 250px;
  }

/**********************************************      Menü        *************************************/
#nav
  {
  margin-top: 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100%;
/*  background: #9F1164;      */
  }
#nav > ul
  {
  position: relative;
  display: flex;
  justify-content: left;
  width: 1050px;
  margin: 0 auto;
  padding: 0px;
  }
#nav a
  {
  display: block;
  text-decoration: none;
  }
#nav > ul > li
  {
  color: #fff;
  list-style-type: none;
  transition: 0.4s;
  }
#nav > ul > li > a
  {
  padding: 10px 40px 10px 10px;
  color: #ffddcc;
  text-decoration: none;
  display: inline-block;
/*  font-family: Georgia, "Times New Roman", Times, serif;   */
  font-family: Arial;
  font-size: 20px;
  font-weight: bold;
  }
#nav > ul > li > a:hover
  {
  color: #000;
  }

.backtotop
  {
/*  background: url(../img/backtotop.png);         */
  position: fixed;
  bottom:30px;
  right:20px;
  z-index: 999;
  padding: 2em;
  }

#sys_contact
  {
  background-image: url("../img/email.png");
  background-position: 0 0;
  height: 40px;
  text-decoration: none;
  width: 40px;
  position: fixed;
  right: 15px;
  top: 50px;
  }
#sys_facebook
  {
  background-image: url("../img/fbook.png");
  background-position: 0 0;
  height: 40px;
  text-decoration: none;
  width: 40px;
  position: fixed;
  right: 15px;
  top: 100px;
  }

/********************************   Bild            *********************************************/
.imager1
  {
  margin: 0px 0px 0px -425px;
  padding: 0px;
  width: 1900px;
  height: 200px;
  background: url('../img/imager1.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  }
.imager2
  {
  margin: 0px 0px 0px -425px;
  padding: 0px;
  width: 1900px;
  height: 200px;
  background: url('../img/imager2.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  }
.imager3
  {
  margin: 0px 0px 0px -425px;
  padding: 0px;
  width: 1900px;
  height: 200px;
  background: url('../img/imager3.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  }

/**********************************    Content        *********************************************/
#contentArea
  {
  width: 1050px;
/*  background-color: #9F1164;     */
  background: transparent;
  margin: 0;
  padding: 0;
  }

/*********************************     Textauszeichnung     ***************************************/

a
  {
  color:#fff;
  text-decoration: none;
  }
h1
  {
  font-size: 28px;
  font-family: Arial;
  color: #fff;
  align: left;
  }
h2
  {
  font-size: 24px;
  font-family: Arial;
  color: #fff;
  align: left;
  }
h3
  {
  font-size: 22px;
  font-family: Arial;
  color: #fff;
  align: left;
  }
h4
  {
  font-size: 18px;
  font-family: Arial;
  color: #fff;
  align: left;
  }
h5
  {
  font-size: 14px;
  font-family: Arial;
  color: #fff;
  align: left;
  }
h6
  {
  font-size: 12px;
  font-family: Arial;
  color: #fff;
  align: left;
  }
p > a
  {
  text-decoration: underline;
  color: #00CCFF;
  }
p.text1
  {
  text-align: justify;
  font-size: 16px;
  line-height: 25px;
  font-family: Arial;
  color: #fff;
  }
p.text2
  {
  text-align: justify;
  font-size: 14px;
  line-height: 20px;
  font-family: Arial;
  color: #fff;
  }
p.text3
  {
  text-align: justify;
  font-size: 12px;
  line-height: 18px;
  font-family: Arial;
  color: #fff;
  }
hr.grey
  {
  background-color: #999999;
  height: 1px;
  border: none;
  width: 100%;
  }
.fright
  {
  float: right;
  margin: 5px 3px 1px 20px;
  box-shadow: 2px 2px 2px #333;
  border-radius: 3px 3px 3px 3px;
  z-index: 4;
  -moz-box-shadow: 4px 4px 2px #333; /* Mozilla Firefox */
  -webkit-box-shadow: 4px 4px 2px #333; /* Google Chrome */
  transition: transform 0.7s;
  }
.fright:hover
  {
  box-shadow: 9px 9px 7px #333;
  border-radius: 5px 5px 5px 5px;
  z-index: 10;
  -moz-box-shadow: 4px 4px 2px #333; /* Mozilla Firefox */
  -webkit-box-shadow: 4px 4px 2px #333; /* Google Chrome */
  transform: scale(2.5, 2.5);
  }
ul.list1
  {
  list-style-type: none;
  list-style-image: url('../img/haken.png');
  font-size: 17px;
  font-family: Arial;
  line-height: 30px;
  color: #fff;
  }
ul.list2
  {
  list-style-type: none;
  list-style-image: url('../img/dot.png');
  font-size: 17px;
  font-family: Arial;
  line-height: 30px;
  color: #fff;
  }
.tab1 td
  {
  vertical-align: top;
  }
.tab2 td
  {
  vertical-align: middle;
  text-align: center;
  }
.footer
  {
  background: transparent;
  height: 50px;
  clear: both;
  font-size: 12px;
  font-family: Arial;
  color: #fff;
  }
.footer a:hover
  {
  color: #808080;
  }
.footer a:active
  {
  color: #fff;
  }

/*-----------------------------Eingabe Formulare------------------------------------------*/

.input
  {
  width: 545px;
  font-size: 16px;
  height: 40px;
  }

.wdh
  {
  display: none;
  }

.select
  {
  width: 550px;
  font-size: 16px;
  font-color: #C0C0C0;
  height: 40px;
  }

input.button
  {
  background: #ff0000;
  background: -moz-linear-gradient(#000000 0%, #646464 50%, #000000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c4c4c4), color-stop(100%,#000000));
  background: -webkit-linear-gradient(top, #c4c4c4 0%,#000000 100%);
  background: -o-linear-gradient(top, #fc4c4c4 0%,#000000 100%);
  background: -ms-linear-gradient(top, #c4c4c4 0%,#000000 100%);
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  color: #DFE1E2;
  border: 0px;
  height: 30px;
  width: 100px;
  border-radius: 5px;
  box-shadow:1px 1px 1px #646464;
  -moz-box-shadow:1px 1px 1px #646464;
  -webkit-box-shadow:1px 1px 1px #646464;
  }
input.button:hover
  {
  background: #ff9999;
  background: -moz-linear-gradient(#646464 0%, #000000 50%, #646464 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#c4c4c4));
  background: -webkit-linear-gradient(top, #000000 0%,#c4c4c4 100%);
  background: -o-linear-gradient(top, #000000 0%,#c4c4c4 100%);
  background: -ms-linear-gradient(top, #000000 0%,#c4c4c4 100%);
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  color: #fffff0;
  border: 0px;
  height: 30px;
  width: 100px;
  }

#mailok
  {
  display: none;
  position: fixed;
  transform: translate(0,0);
  width: auto;
  left: 0;
  right: 0;
  height: auto;
  top: 0;
  bottom: 0;
  z-index: 990;
  background: #transparent;
  padding: 180px 60px 0px 0px;
  }
#mailok:target
  {
  display: block;
  }
#mailok .shade
  {
  display: block;
  position: absolute;
  width: auto;
  left: 0;
  right: 0;
  height: auto;
  top: 0;
  bottom: 0;
  z-index: 995;
  opacity: 0.5;
  background: #222222;
  }
#mailok .outer
  {
  margin:0 auto;
  width: 400px;
  height: 120px;
  position: relative;
  z-index: 999;
  }
#mailok .inner
  {
  font-family: Arial;
  font-size: 16px;
  width: 100%;
  height: 93%;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background: #ffffff; /* Old browsers */
  background: linear-gradient(top, #c4c4c4 0%, #ffffff 50%, #c4c4c4 100%);
  background: -moz-linear-gradient(top, #c4c4c4 0%, #ffffff 50%, #c4c4c4 100%);
  background: -webkit-linear-gradient(top, #c4c4c4 0%, #ffffff 50%, #c4c4c4 100%);
  background: -ms-linear-gradient(top, #c4c4c4 0%, #ffffff 50%, #c4c4c4 100%);
  background: -o-linear-gradient(top, #c4c4c4 0%, #ffffff 50%, #c4c4c4 100%);
  padding: 16px;
  border-radius: 7px;
  box-shadow: 8px 0px 8px #323232, -8px 0px 8px #323232;
  -moz-box-shadow: 8px 8px 6px #323232, -8px 8px 8px #323232;
  -webkit-box-shadow: 8px 8px 6px #323232, -8px 8px 6px #323232;
  }
#mailok .header
  {
  position: relative;
  }
#mailok a.close
  {
  position: relative;
  font-family: Arial;
  color: #646464;
  font-size: 24px;
  top: 0;
  right: 0;
  }

#mailfake
  {
  display: none;
  position: fixed;
  transform: translate(0,0);
  width: auto;
  left: 0;
  right: 0;
  height: auto;
  top: 0;
  bottom: 0;
  z-index: 990;
  background: #transparent;
  padding: 180px 60px 0px 0px;
  }
#mailfake:target
  {
  display: block;
  }
#mailfake .shade
  {
  display: block;
  position: absolute;
  width: auto;
  left: 0;
  right: 0;
  height: auto;
  top: 0;
  bottom: 0;
  z-index: 995;
  opacity: 0.5;
  background: #222222;
  }
#mailfake .outer
  {
  margin:0 auto;
  width: 400px;
  height: 120px;
  position: relative;
  z-index: 999;
  }
#mailfake .inner
  {
  font-family: Arial;
  font-size: 18px;
  width: 100%;
  height: 93%;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background: #ffffff; /* Old browsers */
  background: linear-gradient(top, #c4c4c4 0%, #ffffff 50%, #c4c4c4 100%);
  background: -moz-linear-gradient(top, #c4c4c4 0%, #ffffff 50%, #c4c4c4 100%);
  background: -webkit-linear-gradient(top, #c4c4c4 0%, #ffffff 50%, #c4c4c4 100%);
  background: -ms-linear-gradient(top, #c4c4c4 0%, #ffffff 50%, #c4c4c4 100%);
  background: -o-linear-gradient(top, #c4c4c4 0%, #ffffff 50%, #c4c4c4 100%);
  padding: 16px;
  border-radius: 7px;
  box-shadow: 8px 0px 8px #323232, -8px 0px 8px #323232;
  -moz-box-shadow: 8px 8px 6px #323232, -8px 8px 8px #323232;
  -webkit-box-shadow: 8px 8px 6px #323232, -8px 8px 6px #323232;
  }
#mailfake .header
  {
  position: relative;
  }
#mailfake a.close
  {
  position: relative;
  font-family: Arial;
  color: #646464;
  font-size: 24px;
  top: 0;
  right: 0;
  }

/********************************************* Footer ***************************************************/

.footerlinks
  {
  text-decoration: none;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  color:#fff;
  width: 1100px;
  padding: 15px 0px 0px 10px;
  margin:
  }
.footerlinks a
  {
  text-decoration: none;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  color:#fff;
  }

/********************************************** Cookie **************************************************/

#cookieinfo
  {
  padding-top: 15px;
  padding-right: 15px;
  text-align: center;
  top: 0px;
  height: 80px;
  color: white;
  background: #000000;
  background: -moz-linear-gradient(top, #730062 0%, #000 100%);
  background: -webkit-linear-gradient(top, #730062 0%,#000 100%);
  background: linear-gradient(to bottom, #730062 0%,#000 100%);
  box-shadow: 0px 3px 10px 1px rgba(0,0,0,0.75);
  position:fixed;
  z-index: 10000;
  width: 100%;
  font-size: 16px;
  line-height: 21px;
  font-family: Arial;
  }
#cookiebutton
  {
  border: 3px solid #fff;
  border-radius: 4px;
  width: 50px;
  height: 35px;
  background: none;
  font-size: 18px;
  color: #fff;
  font-family: Arial;
  text-align: center;
  }
#cookiebutton:hover
  {
  border: 3px solid #fff;
  border-radius: 4px;
  background: #fff;
  color: #808080;
  }
a
  {
  color: #ffff00;
  }