:root {
  /* Fonts */
  --bs-body-font-family: 'Roboto Condensed' sans-serif; }

/* roboto-100 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local(""), url("/assets/fonts/roboto-v30-latin-100.woff2") format("woff2"), url("/assets/fonts/roboto-v30-latin-100.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local(""), url("/assets/fonts/roboto-v30-latin-regular.woff2") format("woff2"), url("/assets/fonts/roboto-v30-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local(""), url("/assets/fonts/roboto-v30-latin-700.woff2") format("woff2"), url("/assets/fonts/roboto-v30-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* roboto-900 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local(""), url("/assets/fonts/roboto-v30-latin-900.woff2") format("woff2"), url("/assets/fonts/roboto-v30-latin-900.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* roboto-condensed-300 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: local(""), url("/assets/fonts/roboto-condensed-v25-latin-300.woff2") format("woff2"), url("/assets/fonts/roboto-condensed-v25-latin-300.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* roboto-condensed-300italic - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 300;
  src: local(""), url("/assets/fonts/roboto-condensed-v25-latin-300italic.woff2") format("woff2"), url("/assets/fonts/roboto-condensed-v25-latin-300italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: local(""), url("/assets/fonts/roboto-condensed-v25-latin-regular.woff2") format("woff2"), url("/assets/fonts/roboto-condensed-v25-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* roboto-condensed-italic - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 400;
  src: local(""), url("/assets/fonts/roboto-condensed-v25-latin-italic.woff2") format("woff2"), url("/assets/fonts/roboto-condensed-v25-latin-italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* roboto-condensed-700 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: local(""), url("/assets/fonts/roboto-condensed-v25-latin-700.woff2") format("woff2"), url("/assets/fonts/roboto-condensed-v25-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* roboto-condensed-700italic - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 700;
  src: local(""), url("/assets/fonts/roboto-condensed-v25-latin-700italic.woff2") format("woff2"), url("/assets/fonts/roboto-condensed-v25-latin-700italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* noto-serif-regular - latin */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 400;
  src: local(""), url("/assets/fonts/noto-serif-v21-latin-regular.woff2") format("woff2"), url("/assets/fonts/noto-serif-v21-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* noto-serif-700 - latin */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 700;
  src: local(""), url("/assets/fonts/noto-serif-v21-latin-700.woff2") format("woff2"), url("/assets/fonts/noto-serif-v21-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
.image-footer {
  height: 500px;
  width: 100%;
  background: #004C8D;
  background: #004c8d;
  bottom: 0;
  padding: 40px 0; }
  @media only screen and (max-width: 1480px) {
    .image-footer {
      position: relative;
      height: auto; } }
  .image-footer h2 {
    font-family: 'Roboto', serif;
    font-weight: 300;
    font-size: 50px;
    color: #ffffff;
    margin-bottom: 30px; }

section.footer {
  position: relative; }
  section.footer .contact-icon {
    padding: 0 70px; }
  section.footer .address {
    color: #ffffff;
    font-size: 24px; }

.footer-line {
  padding: 20px 0; }
  .footer-line a {
    color: #122940;
    text-decoration: none; }
    .footer-line a:hover {
      text-decoration: underline; }

.header-wrapper {
  height: 400px;
  width: 100%;
  background-position: center center;
  background-size: cover; }
  @media only screen and (max-width: 1480px) {
    .header-wrapper {
      height: 300px; } }
  @media only screen and (max-width: 768px) {
    .header-wrapper {
      height: 300px; } }
  .header-wrapper h1 {
    margin-top: 300px;
    text-align: center;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-size: 80px;
    text-shadow: 3px 3px 3px #000000; }
    @media only screen and (max-width: 768px) {
      .header-wrapper h1 {
        margin-top: 150px;
        font-size: 40px; } }
    @media only screen and (max-width: 1480px) {
      .header-wrapper h1 {
        margin-top: 150px;
        font-size: 40px; } }
.slider {
  margin-top: 80px; }
  @media only screen and (max-width: 768px) {
    .slider {
      margin-top: 60px; } }
#top-line {
  position: fixed;
  z-index: 10000;
  top: 0;
  width: 100%;
  height: 80px;
  background: #004C8D;
  background: #004c8d; }
  @media only screen and (max-width: 768px) {
    #top-line {
      height: 60px; } }
.logo-wrapper {
  background: #ffffff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  height: 120px;
  width: 200px;
  padding: 0 15px;
  line-height: 120px; }
  @media only screen and (max-width: 768px) {
    .logo-wrapper {
      height: 80px;
      width: 150px;
      line-height: 80px; } }
  .logo-wrapper img {
    width: 100%; }

.nav-wrapper {
  text-align: right;
  line-height: 100px; }
  .nav-wrapper ul li {
    display: inline-block;
    margin-left: 20px; }
    .nav-wrapper ul li a {
      font-size: 20px;
      text-decoration: none;
      color: #ffffff;
      text-transform: uppercase;
      -webkit-transition: color, 0.5s;
      -khtml-transition: color, 0.5s;
      -moz-transition: color, 0.5s;
      -ms-transition: color, 0.5s;
      -o-transition: color, 0.5s;
      transition: color, 0.5s; }
      .nav-wrapper ul li a.active {
        font-weight: 700; }
      .nav-wrapper ul li a:hover {
        color: #008dfd; }

#toggle {
  display: none; }

/**
  Hamburger
**/
.hamburger {
  position: absolute;
  top: 2.8em;
  right: 6%;
  margin-left: -2em;
  margin-top: -45px;
  width: 2em;
  height: 45px;
  z-index: 5; }

.hamburger div {
  position: relative;
  width: 2.7em;
  height: 6px;
  border-radius: 3px;
  background-color: #ffffff;
  margin-top: 8px;
  transition: all 0.3s ease-in-out; }

/**
Nav Styles
**/
.nav {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #004C8D;
  top: -100%;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  transform: scale(0); }

.mobile-nav-wrapper {
  position: relative;
  overflow: hidden;
  overflow-y: auto;
  height: 100%;
  width: 100%; }

nav {
  text-align: left;
  margin-left: 8%; }

nav a {
  position: relative;
  text-decoration: none;
  color: #ffffff;
  font-weight: 300;
  font-size: 2em;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 1em;
  transition: color 0.2s ease-in-out; }

nav a:before {
  content: '';
  height: 0;
  position: absolute;
  width: 0.25em;
  background-color: white;
  left: -0.5em;
  transition: all 0.2s ease-in-out; }

nav a:hover {
  color: white; }

nav a:hover:before {
  height: 100%; }

/**
Animations
**/
#toggle:checked + .hamburger .top-bun {
  transform: rotate(-45deg);
  margin-top: 25px; }

#toggle:checked + .hamburger .bottom-bun {
  opacity: 0;
  transform: rotate(45deg); }

#toggle:checked + .hamburger .meat {
  transform: rotate(45deg);
  margin-top: -7px; }

#toggle:checked + .hamburger + .nav {
  top: 0;
  transform: scale(1); }

#icon-line {
  position: relative;
  z-index: 9999;
  margin-bottom: 60px; }
  #icon-line .blue-line {
    width: 100%;
    height: 220px;
    background-color: #004C8D;
    display: block; }
    @media only screen and (max-width: 1480px) {
      #icon-line .blue-line {
        height: 20px; } }
  #icon-line .icon-wrapper {
    margin-top: -270px;
    text-align: center; }
    @media only screen and (max-width: 1480px) {
      #icon-line .icon-wrapper {
        margin-top: 40px; } }
    #icon-line .icon-wrapper span {
      text-transform: uppercase;
      font-weight: 700;
      font-size: 24px;
      color: #ffffff; }
      @media only screen and (max-width: 1480px) {
        #icon-line .icon-wrapper span {
          color: #004C8D; } }
    #icon-line .icon-wrapper .icon-image {
      margin: 10px 0 20px 0; }
      #icon-line .icon-wrapper .icon-image img {
        width: 100%;
        border: 3px solid #ffffff; }
    #icon-line .icon-wrapper .icon {
      background-color: #004C8D;
      margin: 0 auto;
      height: 150px;
      width: 150px;
      text-align: center;
      line-height: 150px;
      border-radius: 75px; }
      @media only screen and (max-width: 1480px) {
        #icon-line .icon-wrapper .icon {
          margin: 0 auto 20px; } }
      #icon-line .icon-wrapper .icon img {
        width: 50%; }

.blue-container {
  padding: 50px 0;
  background-color: #004C8D; }
  .blue-container h2 {
    color: #ffffff; }
  .blue-container span {
    color: #ffffff; }

section.gray {
  background-color: #F8F8F8;
  padding: 60px 0; }

section.white {
  background-color: #ffffff;
  padding: 60px 0; }

p {
  font-weight: 400;
  line-height: 30px; }
  p i {
    font-style: italic;
    color: #004C8D; }

main h2 {
  font-family: 'Roboto', serif;
  font-weight: 300;
  font-size: 50px;
  color: #004C8D;
  margin-bottom: 30px; }

.product-overview .product-wrapper {
  width: 100%;
  height: 400px;
  background-position: center center;
  background-size: cover;
  transition: all 0.3s; }
  .product-overview .product-wrapper:hover {
    filter: brightness(50%); }
  .product-overview .product-wrapper .product-title {
    background: #004C8D;
    background: rgba(0, 76, 141, 0.9);
    text-align: center;
    color: #ffffff;
    padding: 10px 0; }
    .product-overview .product-wrapper .product-title h5 {
      font-family: 'Noto Serif', serif;
      font-weight: 700; }
    .product-overview .product-wrapper .product-title span {
      text-transform: uppercase; }

main a {
  text-decoration: none; }

main p a {
  color: #004C8D;
  font-style: italic;
  text-decoration: none; }
  main p a:hover {
    text-decoration: underline; }

.referenz-item img {
  margin-bottom: 15px; }

.referenz-item p {
  font-size: 18px;
  line-height: 22px !important; }

strong.blue {
  color: #004C8D; }

.referenzen [class*="col-"] {
  margin-bottom: 30px; }

.referenzen-item {
  font-size: 18px;
  background: white;
  padding: 20px;
  height: 100%;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); }

.row-flex {
  display: flex;
  flex-wrap: wrap; }

.lb-dataContainer {
  background: #004C8D; }

span.lb-caption {
  font-size: 18px !important;
  font-weight: normal !important; }

/*************************************************************************/
/* General */
/*************************************************************************/
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; }

html {
  font-family: 'Roboto Condensed', sans-serif;
  color: #122940;
  font-size: 20px; }

.font-serif {
  font-family: 'Noto Serif', serif !important; }

h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 900; }

h3 {
  color: #122940;
  font-family: 'Noto Serif', serif !important;
  font-weight: 700;
  font-size: 20px;
  border-bottom: 5px solid #004C8D;
  padding-bottom: 5px;
  line-height: 32px;
  display: inline-block;
  margin-bottom: 20px; }

.btn-ting {
  background-color: #004C8D;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 20px !important;
  -webkit-transition: background, 0.5s;
  -khtml-transition: background, 0.5s;
  -moz-transition: background, 0.5s;
  -ms-transition: background, 0.5s;
  -o-transition: background, 0.5s;
  transition: background, 0.5s;
  font-style: normal;
  text-align: center; }
  .btn-ting.p-full {
    padding: 10px 50px; }
  .btn-ting.text-lower {
    text-transform: none; }
  .btn-ting:hover {
    background: gray !important;
    color: #ffffff !important; }

.btn-ting-light {
  background-color: #ffffff;
  color: #004C8D;
  text-transform: uppercase;
  border-radius: 20px !important;
  -webkit-transition: background-color, 0.5s;
  -khtml-transition: background-color, 0.5s;
  -moz-transition: background-color, 0.5s;
  -ms-transition: background-color, 0.5s;
  -o-transition: background-color, 0.5s;
  transition: background-color, 0.5s;
  font-style: normal;
  text-align: center; }
  .btn-ting-light:hover {
    background-color: #004C8D !important;
    color: #ffffff !important; }
    .btn-ting-light:hover.bordered {
      border: 1px solid #004C8D; }
  .btn-ting-light.bordered {
    border: 1px solid #004C8D; }

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