body {
  color: #fff;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  /*font-family: 'Open Sans', sans-serif;*/
  font-size: 16px;
  font-weight: 400;
  background-color: #4a5d68;
}

div#logo {
  position: absolute;
  z-index: 9999;
  top: 8%;
  left: 5.2%;
}
div#credit {
  position: absolute;
  z-index: 9999;
  right: 1%;
  bottom: 90px;
}
div#credit p {
  margin: 0;
  color: #bbb;
  color: rgba(255,255,255,0.7);
}
#slides {
  position: relative;
}
#slides .slides-container {
  display: none;
}
#slides .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
#slides .scrollable:after {
  content: "";
  display: table;
  clear: both;
}

.slides-navigation {
  display: none;
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  top: 46%;
  width: 100%;
}
.slides-navigation a {
  position: absolute;
  display: block;
}
.slides-navigation a.prev {
  left: 60px;
}
.slides-navigation a.next {
  right: 60px;
}
.slides-navigation a.prev img {
  opacity: 0.5;
}
.slides-navigation a.next img {
  opacity: 0.5;
}

.slides-pagination {
  position: absolute;
  z-index: 3;
  bottom: 90px;
  text-align: center;
  width: 100%;
}
.slides-pagination a {
  border-radius: 15px;
  width: 14px;
  height: 14px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  color: #bbb;
  color: rgba(255,255,255,0.01);
  background-color: #bbb;
  background-color: rgba(255,255,255,0.4);
  margin: 5px;
  overflow: hidden;
  text-indent: -100%;
}
.slides-pagination a.current {
  color: #fff;
  background: #fff;
}

footer {
  font-size: 87.5%;
  z-index: 9999;
  background-color: #4a5d68;
  position: absolute;
  top: auto;
  bottom: 0;
  height: auto;
  width: 100%;
}
.arrow-wrapper {
  text-align: center;
  margin-top: -19px;
}
#footer-arrow {
  width: 40px;
  max-width: 40px;
}
#footer-arrow:hover {
  cursor: pointer;
}
.headline-haftung,
.headline-impressum {
  margin-left: 4.9999%;
  margin-right: 4.9999%;  
}
.headline-haftung p,
.headline-impressum p {
  margin-top: 1em;
}
footer p {
  margin-top: 0;
}
#content-box,
#content2-box {
  display: none;
}
.col {
  float: left;
  width: 29.3229%;
  padding: 0 0.5208% 0.5208%;
}
.col1 {
    margin-left: 4.4791%;
}
p span {
  color: #a3acb1;
  font-weight: 300;
}
p span.strong {
  font-weight: 700;
}
#impressumclick span,
#haftungclick span,
footer a {
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
  font-weight: normal;
}
#impressumclick span:hover,
#haftungclick span:hover,
footer a:hover {
  color: #a3acb1;
}
.headline-impressum p strong:hover {
  cursor: pointer;
  color: #a3acb1;
}
#haftung-close,
#impressum-close {
  width: 16px;
  height: 16px;
  font-size: 30px;
  line-height: 0.5;
  border: 1px solid #fff;
  text-align: center;
  position: absolute;
  top: 19px;
  right: 4.4791%;
}
#haftung-close:hover,
#impressum-close:hover {
  cursor: pointer;
  color: #a3acb1;
  border-color: #a3acb1;
}

/* Smaller Viewports */

/*@media screen and (max-width: 1000px) {
  #content-box,
  #content2-box {
    margin-left: 4.4791%;
    margin-right: 4.4791%;
  }
  .col1 {
    margin-left: 0;
  }
  .col {
    width: 100%;
  }
  .headline-haftung {
    margin-left: 0.5208%;
    margin-right: 0.5208%;
  }
}*/