html,
body {
  margin: 0px;
  padding: 0px;
  font-family: "aktiv-grotesk-std", Arial, Sans-Serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  color: #313131;
}
.table {
  display: table;
  width: 100%;
  height: 100%;
}
.table .tr {
  display: table-row;
  width: 100%;
  height: 100%;
}
.table .tr .td {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.scrollblock p {
  font-size: 15px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  line-height: 1.3em;
  margin: 4px 0px;
  opacity: .9;
}
.scrollblock h1 {
  margin: 2px 0px;
  font-size: 15px;
  opacity: 1;
}
.csc-textpic-text a {
  color: #ffffff;
  opacity: .5;
  text-decoration: none;
  z-index: 9999;
}
.csc-textpic-text a:hover {
  color: #333333;
  opacity: .7;
}
.csc-textpic-text footer a {
  text-decoration: none;
}
.csc-textpic-text footer a:hover {
  text-decoration: underline;
}
#menue {
  position: fixed;
  top: 15px;
  left: 15px;
  width: 280px;
  height: 108px;
  background-color: #ffffff;
  color: #a6a6a6;
  z-index: 2000;
}
@media screen and (max-width: 520px) {
  #menue {
    position: absolute !important;
  }
}
#menue div {
  position: relative;
  float: left;
  margin: 20px;
  font-size: 15px;
  letter-spacing: 0.01em;
  line-height: 1.35em;
}
#menue div a {
  color: #333333;
  text-decoration: none;
  position: relative;
  z-index: 2002;
}
#menue h1 {
  margin: -1px 0px;
  font-size: 15px;
}
#menue ul {
  margin: 17px 0px 0px 0px;
  padding: 0px;
  list-style-type: none;
  position: relative;
  z-index: 2001;
}
#menue ul li {
  float: left;
}
#menue ul li a {
  color: #a6a6a6;
  text-decoration: none;
  display: block;
  margin-right: 5px;
  float: right;
}
#menue ul li a:hover {
  color: #333333;
}
#menue ul li .active {
  color: #333333;
}
#cookiehinweis {
  position: fixed;
  left: 15px;
  top: 460px;
  width: 280px;
  box-sizing: border-box;
  padding: 0 0 50px 0;
}
@media screen and (max-width: 520px) {
  #cookiehinweis {
    position: absolute;
    width: calc(100% - 30px);
    z-index: 10001;
  }
}
#cookiehinweis #cookiehinweis-wrapper {
  background: rgba(49,49,49,0.8);
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 520px) {
  #cookiehinweis #cookiehinweis-wrapper {
    background: #4a4a4a;
  }
}
#cookiehinweis #cookiehinweis-wrapper .csc-default {
  background: transparent !important;
}
#cookiehinweis #cookiehinweis-wrapper p {
  font-size: 14px;
  color: rgba(255,255,255,0.7);
}
#cookiehinweis #cookiehinweis-wrapper a {
  color: inherit;
  text-decoration: none;
}
#cookiehinweis #cookiehinweis-wrapper a:hover {
  text-decoration: underline;
}
#cookiehinweis #cookiehinweis-wrapper button {
  background: #313131;
  display: inline-block;
  padding: 3px 10px 4px 10px;
  border: none;
  color: #ffffff;
  cursor: pointer;
}
#servicemenu {
  font-size: 15px;
}
#servicemenu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#servicemenu ul li {
  display: inline-block;
  margin: 0;
}
#servicemenu ul li:after {
  content: '\0a0|\0a0';
  color: rgba(255,255,255,0.7);
}
#servicemenu ul li:last-child:after {
  content: '';
}
#servicemenu ul li a {
  color: rgba(255,255,255,0.7);
  text-decoration: none;
}
#servicemenu ul li a:hover {
  text-decoration: underline;
}
footer {
  position: absolute;
  bottom: 15px;
}
footer p {
  border-top: 1px solid #ffffff;
  display: inline;
  text-transform: uppercase;
  font-size: 11px !important;
  font-weight: 700;
  letter-spacing: 0.1em;
}
