html {
  height: 100%;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 300;
}
.navigation {
  border-bottom: 1px solid #7DA1CC;
  padding-bottom: 15px;
  margin-bottom: 0;
  background-color: #fff;
  color: #415E88;
  font-size: 12px;
}
.navigation a {
  color: #415E88;
}
.navigation strong {
  font-weight: 700;
}
.navigation strong.highlight {
  color: #EE1C25;
}
.navigation .logo {
  padding: 0;
  height: auto;
}
.navigation .logo img {
  max-width: 170px;
}
.navigation .info-box-a,
.navigation .info-box-b {
  margin-top: 15px;
}
section.slider .slider-page > div {
  height: 200px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
section.slider .slick-dots {
  bottom: -31px;
  margin-bottom: 0;
  padding: 2px 0 4px 0;
  background-color: #7DAACB;
}
section.slider .slick-dots li {
  margin: 0;
}
section.slider .slick-dots li button:before {
  font-size: 12px;
  color: #fff;
  opacity: 1;
}
section.slider .slick-dots li.slick-active button:before {
  color: #000;
}
section.slider-mini {
  padding-top: 40px;
}
section.slider-mini h1 {
  margin: 0 0 40px 0;
  font-size: 34px;
  line-height: 44px;
  font-weight: 300;
  color: #007CD1;
}
section.slider-mini img {
  max-width: 100%;
}
section.slider-mini .slick-prev:before,
section.slider-mini .slick-next:before {
  color: #000;
}
section.box-text .box {
  color: #fff;
  padding: 20px 20px 25px 20px;
  margin-top: 20px;
}
section.box-text .box h1 {
  margin: 0 0 30px 0;
  font-size: 30px;
  line-height: 32px;
}
section.box-text .box p {
  margin: 0;
  font-size: 17px;
  line-height: 23px;
}
section.box-text .box p a {
  font-weight: 700;
  color: #fff;
}
section.box-text .box.box-1 {
  background-color: #6482B3;
}
section.box-text .box.box-2 {
  background-color: #415E88;
}
section.box-text .box.box-3 {
  background-color: #002139;
}
section.cite {
  padding-top: 40px;
  padding-bottom: 35px;
}
section.cite .cite-icon img {
  margin-top: 10px;
  width: 10%;
}
section.cite .cite-text {
  font-size: 34px;
  line-height: 44px;
  font-weight: 300;
  font-style: italic;
  color: #007CD1;
}
section.teaser-text {
  background-color: #98AACB;
  padding-top: 30px;
  padding-bottom: 35px;
}
section.teaser-text p {
  padding: 0;
  font-size: 34px;
  line-height: 44px;
}
section.box-image {
  margin-bottom: 40px;
}
section.box-image .box {
  margin-top: 20px;
  border: 1px solid #7DA1CC;
}
section.box-image .box h1 {
  margin: 0;
  font-size: 30px;
  line-height: 32px;
  padding: 20px;
}
section.box-image .box p {
  font-size: 17px;
  line-height: 23px;
  padding: 0 20px 20px 20px;
}
section.box-image .box p a {
  font-weight: bold;
  color: #000;
}
section.box-image .box img {
  max-width: 100%;
}
.slick-prev {
  left: 20px;
}
.slick-next {
  right: 20px;
}
.margin-top {
  margin-top: 40px;
}
footer {
  margin-top: 40px;
  padding: 10px 0 20px 0;
  background-color: #002139;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}
footer a {
  color: #fff;
}
footer a:hover,
footer a:focus {
  color: #fff;
}
.btn-default {
  background-image: none;
}
@media (min-width: 768px) {
  .navigation .logo img {
    max-width: 220px;
  }
  .navigation .info-box-a,
  .navigation .info-box-b {
    line-height: 16px;
  }
  .navigation .info-box-b {
    text-align: right;
  }
  section.slider .slider-page > div {
    height: 300px;
  }
  #boxes-intro .box {
    min-height: 305px;
    margin-top: 0;
  }
  #boxes-two .box {
    min-height: 715px;
  }
  section.cite .cite-icon {
    text-align: right;
  }
  section.cite .cite-icon img {
    width: auto;
  }
  .slick-prev {
    left: -5px;
  }
  .slick-next {
    right: -5px;
  }
  footer .left {
    text-align: left;
  }
  footer .right {
    text-align: right;
  }
}
@media (min-width: 992px) {
  body {
    padding-top: 100px;
  }
  .navigation {
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 1030;
    min-height: 100px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .navigation .logo img {
    max-width: 100%;
  }
  .navigation .info-box-a,
  .navigation .info-box-b {
    margin-top: 30px;
    font-size: 10px;
    line-height: 12px;
    text-align: left;
  }
  section.slider .slider-page > div {
    height: 400px;
  }
  #boxes-intro .box {
    min-height: 225px;
  }
  section.box-image {
    margin-top: 40px;
  }
  section.box-image .box {
    margin-top: 0;
  }
  #boxes-img-one .box {
    min-height: 775px;
  }
  #boxes-two .box {
    min-height: 500px;
  }
  #lernen-sie-uns-kennen .box {
    min-height: 730px;
  }
  .slick-prev {
    left: -25px;
  }
  .slick-next {
    right: -25px;
  }
}
@media (min-width: 1200px) {
  body {
    padding-top: 118px;
  }
  .navigation {
    padding-bottom: 35px;
    box-shadow: 0 0 10px #888;
  }
  .navigation .info-box-a {
    padding-right: 0;
  }
  .navigation .info-box-a,
  .navigation .info-box-b {
    margin-top: 37px;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
  }
  section.slider .slider-page > div {
    height: 600px;
  }
  #boxes-intro .box {
    min-height: 200px;
  }
  #boxes-img-one .box {
    min-height: 771px;
  }
  #boxes-two .box {
    min-height: 408px;
  }
  #lernen-sie-uns-kennen .box {
    min-height: 715px;
  }
}
/*# sourceMappingURL=main.css.map */