.container {
  margin: 0 auto;
  position: relative;
  text-align: center;
}
div.head h1.intro {
  background: url(../img/logob.png) no-repeat top left;
  height: 233px;
  width: 300px;
  margin: 30px 0 20px 0;
}
div.head a.start {
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 60px;
  text-transform: uppercase;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 22px;
}
h2 {
  color: #fff;
  font-size: 50px;
  line-height: 75px;
}
div.newsbox {
  background: transparent url(../img/black30.png);
  position: fixed;
  z-index: 100;
  bottom: 45px;
  width: 100%;
  padding: 0 0 15px 0;
}
div.news-latest {
  width: 980px;
  margin: 10px auto 0 auto;
  border-top: 1px solid #fff;
  padding: 0 0 15px 0;
}
div.news-latest div.latest-inner {
  margin: 0 0 0 10px;
}
div.news-latest h2 {
  font-size: 14px;
  color: #000;
  background: #fff;
  line-height: 14px;
  display: inline-block;
  padding: 5px 15px 5px 5px;
  font-family: "Open Sans Condensed", sans-serif;
}
div.latest-item {
  float: left;
  width: 300px;
  margin: 0 30px 0 0;
}
div.latest-item:last-child {
  margin: 0;
}
div.latest-item h3 {
  color: #ccd83f;
  margin-bottom: 15px;
}
div.latest-item p {
  color: #fff;
}
div.latest-item a.latest-more {
  color: #fff;
  font-weight: 400;
}
body.aktiv div.newsbox,
body.aktiv div.newsplug {
  display: none;
}
div.control {
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 30%;
  right: 0;
  z-index: 100;
}
div.control i {
  font-size: 30px;
  color: #000;
  background: #fff;
  padding: 5px 0 0 0;
}
div.control div {
  height: 40px;
  width: 40px;
  margin: 0 0 3px 0;
  background: #fff;
}
div.control div.newsplug {
  height: 80px;
}
div.control span {
  font-size: 10px;
  color: #000;
  line-height: 11px;
}
div.phone {
  position: relative;
  bottom: 95px;
  z-index: 200;
  background: #ccd83f;
  margin: 0 0 0 -1px;
  height: 50px;
}
div.phone a {
  display: inline-block;
  float: left;
  height: 45px;
  width: 24%;
  border-left: 1px solid #445018;
  color: #445018;
  text-align: center;
  font-weight: 400;
  padding: 5px 0 0 0;
  font-size: 12px;
}
div.phone a i {
  font-size: 25px;
}
@media (min-width: 480px) and (max-width: 767px) {
  div.phone {
    display: block;
  }
  h1,
  h2 {
    font-size: 24px;
  }
  div#scroller {
    width: auto;
  }
}
@media (max-width: 767px) {
  div.head h1.intro {
    background: url(../img/logobs.png) no-repeat top left;
    height: 117px;
    width: 150px;
    margin: 10px 0 10px 0;
  }
  div.head h2 {
    font-size: 35px;
    line-height: 40px;
  }
  div.control,
  div.newsbox {
    display: none;
  }
  a.start {
    /* display: none; */
  }
  .hidden-mobile {
    /* display: none !important; */
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  div.head h1.intro {
    background: url(../img/logobs.png) no-repeat top left;
    height: 117px;
    width: 150px;
    margin: 20px 0 10px 0;
  }
  div.head h2 {
    font-size: 35px;
    line-height: 40px;
  }
  div.phone {
    display: none;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  div.phone {
    display: none;
  }
}
@media (min-width: 1200px) {
  div.phone {
    display: none;
  }
}
