.service {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto; }
  .service .headline {
    width: calc(100% - 60px);
    min-height: calc(10vh - 30px);
    padding: 30px 30px 0px;
    font-size: 2em; }
    .service .headline h2 {
      color: #0c6ba3;
      text-transform: uppercase;
      margin: 0px; }
  .service .services {
    width: 100%; }
    .service .services article {
      width: 100%;
      font-size: 2.2em;
      display: none;
      position: relative; }
      .service .services article figure {
        width: 100%;
        height: 100%;
        margin: 0px;
        padding: 40px 0px;
        overflow: hidden;
        position: relative;
        background-color: #2E2D2D; }
        .service .services article figure figcaption {
          width: calc(90% - 10px);
          height: calc(80% - 10px);
          border: 5px solid #ffffff;
          position: relative;
          color: #ffffff;
          top: 10%;
          left: 5%;
          z-index: 2; }
          .service .services article figure figcaption .aHeadline {
            margin: 0px 20px; }
          .service .services article figure figcaption .aShortDescription {
            margin: 0px 20px;
            min-height: 130px; }
          .service .services article figure figcaption .aMore {
            text-align: center;
            margin: 20px 20px; }
            .service .services article figure figcaption .aMore a {
              position: relative;
              border: 2px solid #ffffff;
              padding: 5px 10px;
              color: #ffffff;
              font-weight: bold;
              text-transform: uppercase;
              text-decoration: none;
              z-index: 1;
              transition: all 120ms ease-in-out; }
            .service .services article figure figcaption .aMore a:hover {
              background-color: #ffffff;
              color: #000000; }
        .service .services article figure .backgroundImage {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0px;
          left: 0px;
          right: 0px;
          bottom: 0px;
          background-color: #000000;
          background-size: cover;
          background-repeat: no-repeat;
          z-index: 0;
          opacity: 0.4; }
  .service .more {
    width: calc(100% - 60px);
    min-height: calc(10vh - 60px);
    text-align: right;
    padding: 30px 30px; }
    .service .more a {
      text-decoration: none;
      color: #c3c3c3;
      text-transform: uppercase;
      font-size: 3em; }
    .service .more a:hover {
      color: #373737; }

@media (min-width: 0px) and (max-width: 768px) {
  .service {
    max-height: 750px; }
    .service .headline {
      height: auto;
      font-size: 1.2em; }
    .service .services article figure {
      font-size: 0.7em; }
      .service .services article figure figcaption .aShortDescription {
        min-height: 250px; }
    .service .more {
      text-align: center;
      height: auto; } }
@media (min-width: 1200px) {
  .service .services article figure figcaption .aMore {
    text-align: right; } }

/*# sourceMappingURL=teaser.css.map */


.news {
  width: 100%;
  max-width: 1920px;
  height: auto;
  margin: 0 auto;
  display: inline-block; }
  .news .headline {
    width: calc(100% - 60px);
    min-height: calc(10vh - 30px);
    padding: 30px 30px 0px;
    font-size: 2em; }
    .news .headline h2 {
      color: #0c6ba3;
      text-transform: uppercase;
      margin: 0px; }
  .news .articles {
    width: 100%;
    height: 80vh; }
    .news .articles .leftBox, .news .articles .rightBox {
      width: 50%;
      float: left;
      position: relative;
      top: 50%;
      transform: translate(0%, -50%); }
    .news .articles article.smallLayout figure figcaption {
      height: 40%; }
    .news .articles article {
      width: calc(100% - 60px);
      margin: 30px;
      position: relative;
      float: left;
      overflow: hidden; }
      .news .articles article .tag {
        position: absolute;
        top: 5%;
        left: 3%;
        border: 2px solid #ffffff;
        padding: 5px 10px;
        color: #ffffff;
        font-weight: bold;
        text-transform: uppercase;
        z-index: 1; }
      .news .articles article figure {
        width: 100%;
        height: 100%;
        position: relative;
        margin: 0px; }
        .news .articles article figure a img {
          width: 100%;
          display: block;
          position: relative; }
        .news .articles article figure a figcaption {
          width: calc(100% - 40px);
          padding: 20px;
          height: 35%;
          position: absolute;
          background-color: rgba(0, 0, 0, 0.4);
          bottom: 0px;
          font-size: 2em; }
          .news .articles article figure a figcaption p {
            margin: 0px;
            color: #ffffff; }
          .news .articles article figure a figcaption .date {
            position: absolute;
            right: 3%;
            bottom: 5%;
            color: #c3c3c3; }
    .news .articles article:hover {
      transform: perspective(1000px) translate3d(0, 0, 21px);
      box-shadow: 0 3px 30px rgba(0, 0, 0, 0.8); }
  .news .more {
    width: calc(100% - 60px);
    min-height: calc(10vh - 60px);
    text-align: right;
    padding: 30px 30px; }
    .news .more a {
      text-decoration: none;
      color: #c3c3c3;
      text-transform: uppercase;
      font-size: 3em; }
    .news .more a:hover {
      color: #373737; }

@media (min-width: 0px) and (max-width: 480px) {
  .news .headline {
    height: auto;
    font-size: 1.2em; }
  .news .articles article figure img {
    width: auto !important;
    height: 100%; } }
@media (min-width: 0px) and (max-width: 768px) {
  .news .articles {
    height: auto;
    display: inline-block; }
    .news .articles .leftBox, .news .articles .rightBox {
      width: 100%;
      top: 0px;
      transform: translate(0, 0); }
    .news .articles article {
      height: 250px !important; }
      .news .articles article figure figcaption {
        font-size: 1.2em !important; }
  .news .more {
    text-align: center;
    height: auto;
    padding: 0px 30px 30px; } }
@media (min-width: 769px) and (max-width: 992px) {
  .news .articles .leftBox, .news .articles .rightBox {
    width: 100%;
    top: 0px;
    transform: translate(0, 0); }
  .news .articles article {
    height: 250px !important; }
    .news .articles article figure figcaption {
      font-size: 1.4em !important; } }
@media (min-width: 993px) and (max-width: 1279px) {
  .news .articles .leftBox, .news .articles .rightBox {
    width: 100%;
    top: 0px;
    transform: translate(0, 0); }
  .news .articles article figure figcaption {
    font-size: 1.6em !important; } }
@media (min-width: 1280px) and (max-width: 1480px) {
  .news .articles article figure figcaption {
    font-size: 1.4em !important; } }

/*# sourceMappingURL=teaser.css.map */


.customer {
  width: 100%;
  max-width: 1920px;
  margin: 60px auto;
}
.customer .headline {
  width: calc(100% - 60px);
  min-height: calc(10vh - 30px);
  padding: 30px 30px 0px;
  font-size: 2em;
}
.customer .headline h2 {
  color: #0c6ba3;
  text-transform: uppercase;
  margin: 0px;
}
.customer .customers {
  width: 100%;
  min-height: 320px;
  display: inline-block;
}
.customer .customers figure {
  width: calc(100% / 4);
  height: 300px;
  float: left;
  margin: 0px;
  display: block;
}
.customer .customers figure img {
  width: 80%;
  top: 50%;
  transform: translate(0%, -50%);
  position: relative;
  margin: 0px 5%;
}
.customer .customers figure.active {
  display: block;
}
.customer .more {
  width: calc(100% - 60px);
  min-height: calc(10vh - 60px);
  text-align: center;
  padding: 30px 30px;
}
.customer .more a {
  text-decoration: none;
  color: #c3c3c3;
  text-transform: uppercase;
  font-size: 3em;
}
.customer .more a:hover {
  color: #373737;
}

@media (min-width: 0px) and (max-width: 767px) {
  .customer {
    height: auto;
  }
  .customer .headline, .customer .more {
    display: inline-table;
  }
  .customer .customers figure {
    width: calc(100% / 2);
    height: 100px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .customer {
    height: auto;
  }
  .customer .headline, .customer .more {
    display: inline-table;
  }
  .customer .customers figure {
    width: calc(100% / 3);
    height: 200px;
  }
}

/*# sourceMappingURL=teaser.css.map */


