body {
  background: #DEDEF0 url(../img/body-background.png) repeat-x top;
  text-align: center;
  margin: 0;
  padding: 0;
}

.main-logo {
  position: absolute;
  right: -80px;
  top: 0;
}

.buttons {
  position: absolute;
  top: -170px;
  left: -100px;
}

.buttons ul li a div {
   display:none;
}

@media only screen and (device-width: 768px) {
  /* For general iPad layouts */
  .buttons {
    left: 10px;
  }
}

@media only screen and (device-width: 480px) {
  /* For general iPhone layouts */
  .buttons {
    left: 10px;
  }
}

@media only screen and (max-width: 1200px) {
  .buttons {
    left: -50px;
  }
}
 
@media only screen and (max-width: 1100px) {
  .buttons {
    left: 10px;
  }
}

.wrapper {
  width: 1011px;
  margin: 0 auto;
  padding-top: 225px;
  text-align: left;
  background: 550px 75px url(../img/watermark.png) no-repeat;
  position: relative;
}

.navigation {
  width: 100%;
  height: 45px;
  position: absolute;
  top: -45px;
  left: 0;
}

.navigation .languagechange, .navigation .languagechange_de {
  float: right;
}

.container_wrapper {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}

.container {
  position: relative;
  background-color: #fff;
  width: 825px;
  float: left;
}

.lcol {
  float: left;
  width: 213px;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  overflow: hidden; 
/*  height: 0;
  width: 0;
  display: inline; */
}

.shadow, .shadow_nav {
  -moz-box-shadow: 0 0 10px #000;
  -webkit-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
}

.content {
  float: right;
  width: 520px;
  padding: 0 45px;
  margin-bottom: 20px;
}

table.contenttable {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  hyphenate-limit-chars: 6 3 3;
  hyphenate-limit-lines: 2;
  -webkit-hyphenate-limit-before: 3;
  -webkit-hyphenate-limit-after: 3;
  -webkit-hyphenate-limit-chars: 6 3 3;
  -webkit-hyphenate-limit-lines: 2;
  -moz-hyphenate-limit-chars: 6 3 3;
  -moz-hyphenate-limit-lines: 2;
  -ms-hyphenate-limit-chars: 6 3 3;
  -ms-hyphenate-limit-lines: 2;
}

.rcol {
  background-color: transparent;
  width: 186px;
  float: right;
  margin-top: 37px;
}

.rcol2 {
  background-color: transparent;
  width: 186px;
  float: right;
  margin-top: 50px;
}

.rcol2 .box h2 {
  /*background-image: url(../img/quick_check_hakerl.png);*/
  background-size: 36px;
  background-repeat: no-repeat;
  background-position: right top;
}

.footer {
  height: 40px;
  clear: both;
}

.fixshadow {
  background: #FFFFFF;
  height: 100%;
  width: 10px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1000;
}

.fixshadow.top {
  height: 10px !important;
  width: 100%;
}

h4, .skipnav, .accessibility {
  position: absolute;
  top: -2000em;
  left: -2000em;
  z-index: 200;
  height: 0;
  width: 0;
  display: inline;
}

.etracker {
  padding: 0;
  margin: 0;
  line-height: 0px;
}
.etracker a {
  display: none;
}

.cc_container {
    background: #666697 !important;
    color: #FFFFFF !important;
    font-size: 17px !important;
    font-family: Arial,Helvetica,sans-serif !important;
    box-sizing: border-box !important;
    border-top: 1px solid #666697 !important;
}
.cc_container .cc_btn, .cc_container .cc_btn:visited {
    color: #FFFFFF !important;
    background-color: #D53737 !important;
}
.cc_container .cc_message {
    color: #FFFFFF !important;
}

.tx-powermail .powermail_fieldset .powermail_field {
    padding: 0 !important;
    border: none !important;
}
.powermail_input {
    width: 200px !important;
}
.powermail_fieldwrap.layout1 .powermail_input, .powermail_fieldwrap.layout1 div.powermail_field select{
    width: 420px !important;
}
div.rawslider {
  display: none;
  visibility: hidden;
}

.hyphenate {
  hyphens: auto; 
  -webkit-hyphens: auto; 
  -moz-hyphens: auto; 
  -ms-hyphens: auto;
}
