header .bar {
  position: relative;
  display: block;
  width: 100%;
  height: 95px;
  background: #ffffff;
  -webkit-box-shadow: 0 2px 0 2px rgba(0, 86, 154, 0.25);
  box-shadow: 0 2px 0 2px rgba(0, 86, 154, 0.25);
  z-index: 10;
  text-align: right;
  line-height: 95px;
}
header .logo {
  top: 10px;
  left: 50%;
  margin-left: -98px;
  position: absolute;
  height: 170px;
  display: block;
}
header.scrollable .bar {
  position: fixed;
  top: -55px;
  left: 0;
  height: 30px;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -ms-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
header.scrollable.scroll .bar {
  top: 0;
}
header.scrollable .logo {
  top: 5px;
  height: 50px;
  margin-left: -29px;
}
.teaser {
  background: url('../images/blur.jpg') center;
  background-position: 0 -150px;
  text-align: center;
  text-shadow: 0 1px 1px #000000;
}
.teaser h1,
.teaser h3 {
  color: #ffffff;
}
.teaser .intro {
  padding: 185px 0 70px 0;
}
.teaser .skyline {
  height: 200px;
  background: bottom center url('../images/skyline.png') repeat-x;
}
@media (max-width: 1200px) {
  .teaser h1 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .teaser h1 {
    font-size: 25px;
  }
  .teaser h3 {
    font-size: 23px;
  }
  .teaser .intro {
    padding: 70px 0 30px 0;
  }
  .teaser .skyline {
    height: 100px;
    background-size: 480px;
  }
}
.about {
  background: #f3f6fa;
}
.about .content-spacer {
  padding-top: 80px;
}
@media (max-width: 768px) {
  .about .content-spacer {
    padding-top: 30px;
  }
  .about h2 {
    font-size: 25px;
  }
  .about p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 25px;
  }
  h3 {
    font-size: 20px;
  }
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
.content-main {
  background: #eaedf1;
}
.blog {
  background: #eaedf1;
}
@media (max-width: 768px) {
  .blog .post {
    margin-top: 30px;
  }
}
.post {
  background: #ffffff;
  word-break: normal;
  font-size: 16px;
  line-height: 1.8em;
}
.post .content {
  padding: 30px 30px 15px 30px;
}
.post.horizontal .content {
  padding-right: 0;
}
@media (max-width: 768px) {
  .post.horizontal .content {
    padding-right: 30px;
  }
}
.post h3 {
  font-size: 25px;
}
.post .info {
  font-size: 14px;
  border-top: solid 1px #a7b5c1;
  padding: 15px 0 15px 0;
  margin-top: 15px;
}
.post .info .entry + .entry {
  margin-left: 30px;
}
.post .info .entry .glyphicon {
  margin-right: 5px;
}
.post + .post {
  margin-top: 30px;
}
.data {
  background: #eaedf1;
}
.data .combs-container {
  position: relative;
  overflow: hidden;
}
.data .combs {
  position: relative;
  height: 450px;
  left: 50%;
  top: 0;
  margin-left: -984px;
}
.data .combs .hc {
  position: absolute;
  width: 197px;
  height: 170px;
  line-height: 170px;
  font-size: 17px;
  text-align: center;
}
.data .combs .hc.hc1 {
  background: url('../images/honeycomb1.svg');
  color: #ffffff;
}
.data .combs .hc.hc2 {
  background: url('../images/honeycomb2.svg');
}
.data .combs img {
  display: block;
  position: absolute;
}
.sponsors {
  background: #ffffff;
  line-height: 120px;
}
@media (max-width: 768px) {
  .sponsors .col-sm-2 + .col-sm-2,
  .sponsors .col-sm-4 + .col-sm-4,
  .sponsors .col-sm-3 + .col-sm-3 {
    margin-top: 30px;
  }
}
.imprint {
  background-color: #00569a;
  color: #eaedf1;
  font-size: 14px;
  line-height: 19px;
}
.imprint h2,
.imprint h3,
.imprint h4 {
  color: #eaedf1;
}
.imprint a,
.imprint a:hover {
  color: #fff;
}
.content-spacer {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 1200px) {
  .content-spacer {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.spacing-top {
  padding-top: 90px;
}
@media (max-width: 1200px) {
  .spacing-top {
    padding-top: 60px;
  }
}
.spacing-top-strong {
  padding-top: 90px;
}
.spacing-top-big {
  padding-top: 120px;
}
@media (max-width: 1200px) {
  .spacing-top-big {
    padding-top: 90px;
  }
}
.row-center img {
  margin: 0 auto;
}
.align-justify {
  text-align: justify;
}
.spacing-top-30 {
  padding-top: 30px;
}
.news-list-container {
  margin-top: -30px;
}
.teaser-text {
  font-weight: bold;
}
.no-news-found {
  text-align: center;
  font-size: 35px;
  line-height: 2em;
  color: #bbbec1;
  font-weight: bold;
  text-shadow: 0 1px 1px #ffffff;
}
.img-center img {
  margin: 0 auto;
  display: block;
}
.img-right img {
  margin: auto;
  float: right;
}
.contact-image {
  border-radius: 60px;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 4px;
}
.type-text-hidden {
  display: none;
}
@media (max-width: 768px) {
  .img-center-sm img {
    margin: 0 auto;
    display: block;
    float: none;
  }
  .img-left-sm img {
    margin: auto;
    float: left;
  }
}
.align-left {
  text-align: left;
}