/* open-sans-regular - latin */
@import url(baguetteBox.min.css);
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("../fonts/open-sans/open-sans-v17-latin-regular.woff2") format("woff2"), url("../fonts/open-sans/open-sans-v17-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
/* open-sans-italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url("../fonts/open-sans/open-sans-v17-latin-italic.woff2") format("woff2"), url("../fonts/open-sans/open-sans-v17-latin-italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url("../fonts/open-sans/open-sans-v17-latin-600.woff2") format("woff2"), url("../fonts/open-sans/open-sans-v17-latin-600.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("../fonts/open-sans/open-sans-v17-latin-700.woff2") format("woff2"), url("../fonts/open-sans/open-sans-v17-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
/* open-sans-700italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local("Open Sans Bold Italic"), local("OpenSans-BoldItalic"), url("../fonts/open-sans/open-sans-v17-latin-700italic.woff2") format("woff2"), url("../fonts/open-sans/open-sans-v17-latin-700italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
/* open-sans-800 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"), url("../fonts/open-sans/open-sans-v17-latin-800.woff2") format("woff2"), url("../fonts/open-sans/open-sans-v17-latin-800.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
@-webkit-viewport {
  width: device-width; }
@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
:root {
  --max-width: 1500px;
  --blue: #184CA0;
  --blue-light: #4968b1;
  --white: #ffffff;
  --body-bg: #f9f9f9;
  --gray: #dddddd;
  --gray-light: #ededed;
  --text-color: #2d2d2d;
  --highlight: #F2F2F2; }

* {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  background: var(--body-bg) url("../images/body-bg.jpg") left top repeat;
  margin: 0;
  color: var(--text-color);
  padding: 0;
  -webkit-text-size-adjust: 100%; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

a {
  text-decoration: none;
  color: var(--blue); }
  a:hover {
    text-decoration: underline; }

ul {
  list-style: square;
  padding: 0 15px; }
  ul li::marker {
    color: var(--blue); }

hr {
  border: none;
  background: var(--gray);
  height: 1px;
  margin: 60px 0; }

h1 {
  border-left: 5px solid var(--blue);
  padding: 0 0 5px 20px;
  margin: 24px 0 18px -25px;
  font-weight: 900;
  font-size: 30px; }

h2 {
  margin: 18px 0;
  font-size: 20px; }

h3 {
  border-left: 5px solid var(--blue);
  padding: 0 0 0 15px;
  margin: 18px 0 18px -25px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 900; }

h4 {
  margin: 0;
  text-transform: uppercase; }

h5.subheadline {
  font-size: 13px;
  font-weight: 600;
  margin: -20px 0 30px 0;
  text-transform: uppercase;
  letter-spacing: 2px; }

figure {
  margin: 30px 0; }
  figure figcaption {
    font-size: 12px;
    font-weight: 600;
    margin-top: 10px;
    line-height: 1.2; }

header .inside {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  background: var(--blue);
  height: 125px; }
header #logo a {
  display: block;
  max-width: 310px; }
header .badges {
  display: none; }

@media screen and (min-width: 78.75em) {
  header .inside {
    background: var(--white);
    margin-right: 40px;
    height: auto;
    align-items: start; }
  header #logo a {
    max-width: none; }
  header .badges {
    display: block;
    text-align: right; }
    header .badges img {
      width: 75px;
      height: auto;
      margin-left: 20px; }
      header .badges img.img-top {
        vertical-align: top; }
    header .badges .ariba img {
      width: auto;
      height: 50px;
      margin-bottom: 0; } }
footer {
  background: var(--blue);
  color: var(--white);
  font-size: 13px; }
  footer .inside {
    margin: auto;
    padding: 25px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
  footer .logo, footer .adress, footer nav {
    text-align: center;
    flex: 0 0 100%;
    width: 100%; }
  footer .logo {
    margin-bottom: 25px; }
  footer p {
    margin-top: 0; }
  footer a {
    color: var(--white); }
  footer nav ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    footer nav ul li {
      border-bottom: 1px solid var(--blue-light); }
      footer nav ul li:last-child {
        border: none; }
      footer nav ul li a {
        padding: 10px 5px;
        display: block; }
        footer nav ul li a:hover {
          background: rgba(255, 255, 255, 0.03);
          text-decoration: none; }
  footer .footer-bottom {
    background: url("../images/footer-bg.jpg") left top repeat;
    padding: 5px 15px;
    text-align: center;
    font-size: 11px;
    letter-spacing: 2px;
    font-weight: bold; }
    footer .footer-bottom a {
      color: var(--blue-light); }

@media screen and (min-width: 48em) {
  footer .logo, footer .adress {
    flex-basis: 50%; }
  footer .adress {
    text-align: left; }
  footer nav {
    flex-basis: 100%; }
    footer nav ul li {
      display: inline-block;
      width: 40%;
      margin-right: 3%; } }
@media screen and (min-width: 64em) {
  footer .logo, footer .adress {
    flex-basis: 30%; }
  footer nav {
    flex-basis: 40%;
    text-align: left; } }
.menu-btn-container {
  display: flex;
  align-items: center; }

.menu-btn {
  background: url("../images/icon-menu.svg") no-repeat center center;
  width: 60px;
  height: 60px; }
  .menu-btn span {
    display: none; }
  .menu-btn:hover {
    cursor: pointer; }
  .menu-btn.menu-open {
    background: url("../images/icon-close.svg") no-repeat center center; }

#nav, #nav-m {
  display: none; }

#nav-m {
  position: absolute;
  top: 125px;
  left: 22px;
  right: 22px;
  background: var(--blue); }
  #nav-m ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center; }
    #nav-m ul li {
      border-bottom: 1px solid var(--blue-light); }
      #nav-m ul li a {
        padding: 10px 5px;
        display: block;
        color: var(--white); }
        #nav-m ul li a:hover, #nav-m ul li a.active {
          background: rgba(255, 255, 255, 0.03);
          text-decoration: none; }

@media screen and (min-width: 78.75em) {
  .menu-btn-container {
    display: none; }

  #nav {
    display: block;
    margin-top: 40px; }
    #nav ul {
      padding: 0;
      margin: 0;
      display: flex;
      justify-content: flex-end; }
      #nav ul li {
        display: inline-block;
        margin-left: 2px; }
        #nav ul li a {
          display: inline-block;
          text-decoration: none;
          text-transform: uppercase;
          font-weight: bold;
          font-size: 15px;
          padding: 1px 10px;
          color: var(--text-color); }
          #nav ul li a:hover, #nav ul li a.active {
            border-bottom: 2px solid var(--blue); } }
#wrapper {
  max-width: var(--max-width);
  background: var(--white);
  margin: 0 20px; }

main {
  min-height: 600px;
  line-height: 180%; }
  main .inside {
    padding: 30px; }

#home-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }
  #home-box .box-text, #home-box .box-text-blue {
    background: var(--gray-light);
    flex-basis: 100%;
    padding: 30px; }
  #home-box .box-text-blue {
    background: var(--blue) url("../images/startseite-bild-blau.jpg") no-repeat center center;
    background-size: cover;
    color: var(--white);
    padding: 30px; }
    #home-box .box-text-blue a {
      background: url("../images/link-arrow-white.png") right 50% no-repeat;
      padding-right: 15px;
      color: var(--white); }
    #home-box .box-text-blue ul li::marker {
      color: var(--white); }

#slider {
  background: url("../images/header-bg.jpg") center center no-repeat;
  background-size: auto;
  background-size: cover; }

#zertifikate {
  background: url("../images/zertifikate-bg.jpg") left top repeat; }
  #zertifikate .zertifikate-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between; }
    #zertifikate .zertifikate-content .zertifikat {
      flex-basis: calc(100% - 30px);
      padding: 15px 0; }
      #zertifikate .zertifikate-content .zertifikat img.border {
        border: 3px solid var(--white);
        -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
        -webkit-border-radius: 3px;
        border-radius: 3px;
        float: left;
        margin-right: 20px;
        margin-bottom: 10px; }
  #zertifikate p {
    font-weight: 600;
    text-align: left; }
    #zertifikate p strong {
      font-weight: normal;
      font-style: italic; }

@media screen and (min-width: 48em) {
  #zertifikate .zertifikate-content .zertifikat {
    flex-basis: calc(50% - 30px); }
    #zertifikate .zertifikate-content .zertifikat.text {
      flex-basis: calc(100% - 30px); } }
@media screen and (min-width: 64em) {
  main .inside {
    padding-left: 150px;
    padding-right: 150px; }

  #home-box .box-text {
    flex-basis: 50%;
    padding-left: 150px; }
  #home-box .box-text-blue {
    flex-basis: 50%;
    padding-right: 150px; }

  #zertifikate .zertifikate-content .zertifikat {
    flex-basis: calc(33% - 30px); }
    #zertifikate .zertifikate-content .zertifikat.text {
      flex-basis: calc(33% - 30px); } }
@media screen and (min-width: 1540px) {
  #wrapper {
    margin: auto; }

  #home-box .box-text {
    flex-basis: 70%; }
  #home-box .box-text-blue {
    flex-basis: 30%; } }
.upper {
  text-transform: uppercase; }

.text-center {
  text-align: center; }

.rows {
  margin: 0 -1%;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch; }
  .rows .col {
    flex: 0 0 100%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 25px;
    margin-bottom: 1.5625rem;
    position: relative; }

.merkmale h4 {
  margin: 30px 0; }
.merkmale a {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  background: url("../images/link-arrow-blue.png") right 50% no-repeat;
  padding-right: 15px;
  color: var(--blue); }

.highlight {
  background: var(--highlight);
  padding: 30px; }

/* Google Maps Button */
a.map-button {
  width: 100%;
  height: auto;
  display: inline-block;
  text-align: center;
  padding: 30px 0;
  background: var(--blue);
  color: var(--white) !important;
  text-decoration: none;
  font-weight: 700;
  margin-top: 30px;
  box-sizing: border-box;
  font-size: 16px; }
  a.map-button span.small {
    font-size: 12px;
    font-weight: 400; }

.hvr {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }
  .hvr:before {
    position: absolute;
    z-index: -1;
    content: '';
    left: calc(50% - 10px);
    bottom: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: var(--blue) transparent transparent transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform; }
  .hvr:hover, .hvr.focus, .hvr:active {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
    .hvr:hover:before, .hvr.focus:before, .hvr:active:before {
      -webkit-transform: translateY(10px);
      transform: translateY(10px); }

.btn {
  background: var(--blue);
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  width: auto;
  color: var(--white);
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 15px 40px; }
  .btn:hover {
    background: var(--blue-light);
    text-decoration: none; }

.float-right {
  text-align: center;
  margin: 0 0 30px 0; }

.gallery {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: space-between;
  align-items: stretch;
  margin: 35px -1%; }
  .gallery .item {
    flex: 0 0 48%;
    text-align: center;
    margin: 0 1% 20px 1%;
    hyphens: auto; }
    .gallery .item figure {
      margin: 0; }

.referenzen {
  margin: 0 -1%;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .referenzen li {
    flex: 0 0 98%; }

.anwendungsbeispiele {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: space-between;
  align-items: stretch;
  margin: 35px 0;
  hyphens: auto; }
  .anwendungsbeispiele .item {
    flex: 0 0 100%;
    margin-bottom: 20px;
    background: var(--gray-light);
    background: #f0f0f0;
    border-top: 2px solid var(--blue); }
    .anwendungsbeispiele .item figure {
      margin: 0; }
      .anwendungsbeispiele .item figure img {
        width: 100%; }
    .anwendungsbeispiele .item .text {
      padding: 15px; }
      .anwendungsbeispiele .item .text h3 {
        color: var(--blue);
        text-transform: none;
        font-size: 18px;
        padding: 0;
        margin: 0 0 20px 0;
        border: none;
        font-weight: 600; }
        .anwendungsbeispiele .item .text h3 .subheadline {
          display: block;
          color: var(--text-color);
          font-weight: 500;
          font-size: 15px; }

@media screen and (min-width: 30em) {
  .gallery .item {
    flex: 0 0 48%;
    margin-left: 1%;
    margin-right: 1%;
    hyphens: none; } }
@media screen and (min-width: 48em) {
  .rows .col {
    flex: 0 0 48%; }

  .gallery .item {
    flex: 0 0 31.3333%; }

  .referenzen li {
    flex: 0 0 48%;
    padding-right: 30px; }

  .anwendungsbeispiele {
    margin: 0 -1%; }
    .anwendungsbeispiele .item {
      margin-left: 1%;
      margin-right: 1%;
      flex: 0 0 48%; } }
@media screen and (min-width: 64em) {
  .rows .col {
    flex: 0 0 31.333%; }

  .float-right {
    float: right;
    text-align: right;
    margin-left: 30px; }

  .gallery .item {
    flex: 0 0 23%; }

  .referenzen li {
    flex: 0 0 31.3333%; }

  .anwendungsbeispiele .item {
    flex: 0 0 31.3333%; } }
