@font-face {
  font-family: "LatoLatinWebLight";
  src: url("../fonts/LatoLatin-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "TitilliumExtraLight";
  src: url("../fonts/TitilliumWeb-ExtraLight.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "TitilliumSemiBold";
  src: url("../fonts/TitilliumWeb-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "TitilliumRegular";
  src: url("../fonts/TitilliumWeb-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

* {
  box-sizing: border-box; }

html {
  scroll-behavior: smooth; }

h1, h2, h3, p {
  margin: 0;
  font-weight: normal; }

body {
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-family: "LatoLatinWebLight", sans-serif;
  color: #2d2d2d;
  overflow-x: hidden; }

header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 150; }

nav {
  position: fixed;
  top: 0;
  z-index: 100;
  right: -100%;
  transition: right 0.4s; }
  nav.show-menu {
    right: 0; }

section {
  width: auto;
  margin-right: 0em;
  display: flex;
  justify-content: center;
  padding-top: 2em;
  padding-bottom: 3em;
  margin-bottom: -2px;
  position: relative; }

h2 {
  font-size: 1.166em;
  font-family: "TitilliumExtraLight", sans-serif;
  line-height: 1.2em;
  margin-bottom: 0.5em; }

h3 {
  font-size: 1.166em;
  font-family: "TitilliumSemiBold", sans-serif;
  line-height: 1.2em;
  margin-bottom: 0.5em; }

h4 {
  font-size: 0.8em;
  font-family: "TitilliumExtraLight", sans-serif;
  line-height: 1.2em;
  margin-bottom: 0.5em; }

hr {
  height: 4px;
  border-radius: 2px;
  width: 40px;
  border: 0;
  margin-left: 0;
  background-color: #01488c; }
  hr.b-h2 {
    margin-bottom: 3em; }
    hr.b-h2.white {
      background-color: #ffffff; }
  hr.b-p {
    margin-bottom: 1em; }
  hr.b-wide {
    width: 100%;
    height: 2px;
    background-image: linear-gradient(to Right, #ff5f5a, #01488c); }

a {
  color: #ff5f5a;
  font-size: 0.8em;
  font-family: "TitilliumRegular", sans-serif;
  text-decoration: none;
  transition: all 400ms; }
  a:hover {
    color: #01488c; }
  a.b-button {
    padding: 1em 2em;
    border: 1px solid;
    border-radius: 0.1em; }
    a.b-button.small {
      padding: 0.5em 2em;
      width: max-content; }
      a.b-button.small.auto {
        width: auto; }
      a.b-button.small.slide-right:hover {
        box-shadow: inset 400px 0 0 0 #01488c;
        border-color: #01488c;
        color: #ffffff; }
    a.b-button.solid {
      background-color: #ff5f5a;
      border-color: #ff5f5a;
      color: #ffffff; }
      a.b-button.solid:hover {
        background-color: #01488c;
        border-color: #01488c; }
      a.b-button.solid.slide-right:hover {
        box-shadow: inset 400px 0 0 0 #01488c;
        color: #ffffff; }
    a.b-button.slide-right:hover {
      box-shadow: inset 400px 0 0 0 #ff5f5a;
      color: #ffffff; }
  a.b-pin {
    border-radius: 2.5em;
    height: 2.5em;
    min-width: 2.5em;
    margin-right: 1em;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ff5f5a; }
    a.b-pin img {
      height: 1em;
      filter: brightness(0) invert(1); }
    a.b-pin:hover {
      background-color: #01488c; }

p.b-main {
  font-size: 2em;
  font-family: "TitilliumSemiBold", sans-serif;
  line-height: 1em;
  margin-bottom: 1.5em;
  margin-left: 5%;
  margin-right: 5%; }

p.b-secondary {
  margin-bottom: 2em;
  margin-left: 5%;
  margin-right: 20%; }

p.b-end {
  font-size: 1em;
  font-family: "TitilliumExtraLight", sans-serif;
  line-height: 1.2em;
  margin-bottom: 2em; }

ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.b-background {
  background-position: center;
  background-size: cover;
  z-index: -1;
  position: fixed;
  height: 100%;
  width: 100%; }

.b-sec-container {
  width: 1000px;
  display: flex;
  flex-flow: column; }

.b-sec-bg-white {
  background-color: #ffffff; }

.b-sec-bg-gray {
  background-color: #f2f2f2; }

.b-bg-trans {
  background: rgba(0, 0, 0, 0.3); }

.b-sec-diff {
  width: auto;
  height: 8em;
  margin-right: 0em;
  background-color: rgba(255, 255, 255, 0);
  margin-bottom: calc(-4em - 1px); }
  .b-sec-diff::before {
    content: '';
    height: 8em;
    width: auto;
    display: block;
    clip-path: polygon(100% 0, 0 0, 100% 50%);
    background-color: #f2f2f2; }
  .b-sec-diff::after {
    content: '';
    width: auto;
    height: 8em;
    display: block;
    margin-top: calc(-12em - 1px);
    clip-path: polygon(100% 100%, 0% 50%, 0% 100%);
    background-color: #ffffff; }
  .b-sec-diff.first {
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: 0;
    margin-top: 4em; }
    .b-sec-diff.first::before {
      display: none; }
  .b-sec-diff.alt::before {
    background-color: #ffffff;
    clip-path: polygon(100% 0%, 0% 0%, 0% 50%); }
  .b-sec-diff.alt::after {
    background-color: #f2f2f2;
    clip-path: polygon(100% 100%, 100% 50%, 0% 100%); }
  .b-sec-diff.last::after {
    background-color: rgba(0, 0, 0, 0.7); }
  .b-sec-diff.space {
    margin-bottom: 0; }
    .b-sec-diff.space::after {
      margin-top: -8em; }
  .b-sec-diff.trans::after {
    background: rgba(0, 0, 0, 0.3); }

.b-arrow {
  border: solid #ff5f5a;
  border-width: 0 5px 5px 0;
  border-radius: 2px;
  display: inline-block;
  height: 1.5em;
  width: 1.5em;
  position: absolute;
  cursor: pointer; }
  .b-arrow.down {
    transform: rotate(45deg);
    animation: pulse-y 1500ms infinite;
    animation-timing-function: ease-in; }
    .b-arrow.down:hover {
      border-color: #01488c;
      transition: border-color 500ms;
      opacity: 100%;
      animation-play-state: paused; }
  .b-arrow.section-end {
    bottom: 3em; }

@keyframes pulse-y {
  0% {
    transform: rotate(45deg) translate(0, 0); }
  50% {
    transform: rotate(45deg) translate(5px, 5px); }
  100% {
    transform: rotate(45deg) translate(0, 0); } }

@-webkit-keyframes pulse-y {
  0% {
    -webkit-transform: rotate(45deg) translate(0, 0); }
  50% {
    -webkit-transform: rotate(45deg) translate(5px, 5px); }
  100% {
    -webkit-transform: rotate(45deg) translate(0, 0); } }

@media all and (max-width: 1500px) {
  body {
    font-size: 22.00008px; } }

@media all and (max-width: 1200px) {
  body {
    font-size: 19.9992px; }
  section {
    margin-right: 0em; }
  a {
    font-size: 1em; } }

@media all and (max-width: 680px) {
  body {
    font-size: 18px; }
  nav {
    width: 100%; }
  section {
    margin-right: 0; }
  .b-sec-follow {
    margin-right: 0; }
  p.b-secondary {
    margin-right: 5%; } }

@media all and (max-width: 374px) {
  body {
    font-size: 16.008px; } }

#home-intro {
  padding-bottom: 4em;
  padding-top: 0; }

.h-sec-landing {
  min-height: calc(100vh - 10em); }
  .h-sec-landing .b-arrow {
    bottom: 4em; }

.h-landing {
  display: flex;
  justify-content: center;
  padding: 4em 1em 0em 1em;
  color: #ffffff; }
  .h-landing .tagline {
    font-size: 2em; }
  .h-landing .application {
    margin-top: 0.3em;
    font-size: 3.5em;
    font-family: "TitilliumSemiBold", sans-serif;
    line-height: 1em;
    height: 3em; }

.h-news {
  display: flex;
  flex-flow: row wrap;
  width: auto;
  color: #ffffff;
  padding: 1em;
  padding-bottom: 5em; }

.h-n-title {
  margin-bottom: 1em; }
  .h-n-title hr {
    background-color: #ffffff;
    margin-bottom: 0; }

.h-n-news {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch; }

.h-n-news-line {
  display: flex;
  flex-flow: column;
  font-size: 1em;
  font-family: "LatoLatinWebLight", sans-serif;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.3);
  margin: 0.5em;
  width: calc(50% - 1em);
  padding: 1em; }
  .h-n-news-line:hover {
    background-color: rgba(1, 72, 140, 0.5);
    color: #ffffff; }
    .h-n-news-line:hover span.more {
      color: #ffffff;
      transition: 400ms; }
  .h-n-news-line p {
    margin-bottom: 1em; }
  .h-n-news-line span.date {
    font-size: 0.8em; }
  .h-n-news-line span.more {
    color: #ff5f5a;
    font-size: 0.8em;
    font-family: "TitilliumRegular", sans-serif;
    margin-top: auto; }

.h-offer {
  display: flex;
  flex-flow: row wrap;
  padding: 1em;
  justify-content: center; }

.h-o-intro {
  width: 100%;
  display: flex;
  flex-flow: column; }

.h-o-offer {
  display: flex;
  flex-flow: row wrap;
  margin: 1em 0; }

.h-o-card {
  width: 50%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: stretch;
  padding-left: 1.5em;
  padding-right: 1.5em;
  margin-bottom: 2.5em; }
  .h-o-card img {
    margin-top: 0.5em;
    height: 3em; }
  .h-o-card .h-o-card-article {
    margin-left: 1.5em;
    display: flex;
    flex-flow: column; }
    .h-o-card .h-o-card-article p {
      margin-top: 1em;
      margin-bottom: 1em;
      flex-grow: 1; }

.h-company {
  display: flex;
  flex-flow: row wrap;
  padding: 1em;
  justify-content: center; }

.h-c-intro {
  width: 100%;
  display: flex;
  flex-flow: column; }

.h-c-advantage {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 1em 0 3em 0; }

.h-c-card {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2em;
  min-width: 8em; }
  .h-c-card span {
    font-family: "TitilliumRegular", sans-serif;
    margin-bottom: 1em; }
  .h-c-card img {
    margin-top: 0.5em;
    height: 2.5em; }

.h-partner {
  display: flex;
  flex-flow: row wrap;
  padding: 1em 0;
  justify-content: center;
  width: 100%; }

.h-p-intro {
  width: 100%;
  display: flex;
  flex-flow: column;
  width: 1000px;
  padding: 0 1em; }

.h-p-partners {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 1em 0; }

.h-p-img {
  width: 8em;
  margin: 2em 4em;
  z-index: 5; }
  .h-p-img img {
    width: 8em;
    height: auto; }

.h-references {
  display: flex;
  flex-flow: row wrap;
  padding: 1em;
  justify-content: center; }

.h-r-intro {
  width: 100%;
  display: flex;
  flex-flow: column; }

.h-r-customers {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  margin: 1em 0 3em 0; }

.h-r-img {
  width: 8em;
  margin: 2em 2em;
  z-index: 5; }
  .h-r-img img {
    width: 8em;
    height: auto; }

.h-deco {
  background-repeat: no-repeat;
  position: absolute; }
  .h-deco.white {
    filter: brightness(0) invert(1); }
  .h-deco.gray {
    filter: brightness(0) invert(1) brightness(0.95); }
  .h-deco.pill-1 {
    width: 15vw;
    height: 25vw;
    background-image: url(../pics/bg_pm_01.svg);
    background-size: 10vw;
    transform: rotate(-50deg);
    right: 25%;
    bottom: 20%; }
  .h-deco.pill-2 {
    width: 7.5vw;
    height: 12.5vw;
    background-image: url(../pics/bg_pm_01.svg);
    background-size: 5vw;
    transform: rotate(65deg);
    left: 10%;
    bottom: 10%; }
  .h-deco.pill-3 {
    width: 10.5vw;
    height: 17.5vw;
    background-image: url(../pics/bg_pm_01.svg);
    background-size: 7vw;
    transform: rotate(40deg);
    right: 10%;
    top: 25%; }
  .h-deco.flask-1 {
    width: 12vw;
    height: 20vw;
    background-image: url(../pics/bg_lre_01.svg);
    background-size: 12vw;
    transform: rotate(35deg);
    left: 0;
    top: 20%; }
  .h-deco.flask-2 {
    width: 15vw;
    height: 25vw;
    background-image: url(../pics/bg_lre_01.svg);
    background-size: 10vw;
    transform: rotate(5deg);
    right: 0;
    top: 30%; }
  .h-deco.bottle-1 {
    width: 10vw;
    height: 25vw;
    background-image: url(../pics/bg_fb_01.svg);
    background-size: 10vw;
    transform: rotate(-20deg);
    right: 5%;
    top: 5%; }
  .h-deco.bottle-2 {
    width: 6vw;
    height: 15vw;
    background-image: url(../pics/bg_fb_01.svg);
    background-size: 6vw;
    transform: rotate(-15deg);
    left: 10%;
    bottom: 5%; }

@media all and (max-width: 1500px) {
  .h-deco.flask-1 {
    background-size: 8vw;
    width: 8vw;
    height: 16vw;
    left: -3%; }
  .h-deco.pill-2 {
    left: 3%; }
  .h-deco.bottle-2 {
    left: 5%; } }

@media all and (max-width: 1200px) {
  .h-o-card {
    width: 100%; }
  .h-c-advantage {
    padding: 0 1em; }
  .h-deco.pill-1 {
    bottom: 30%; }
  .h-deco.pill-3 {
    right: 2em; }
  .h-deco.flask-1 {
    display: none; }
  .h-deco.bottle-2 {
    display: none; } }

@media all and (max-width: 680px) {
  .h-landing .tagline {
    font-size: 1.166em; }
  .h-n-news-line {
    width: 100%; }
  .h-c-card {
    width: 50%; }
  .h-r-customers img {
    width: 8em; }
  .h-deco.pill-1 {
    bottom: 40%; }
  .h-deco.pill-2 {
    display: none; }
  .h-deco.pill-3 {
    display: none; }
  .h-deco.bottle-1 {
    display: none; }
  .h-deco.flask-2 {
    display: none; } }

@media all and (max-width: 680px) and (orientation: landscape) {
  #home-intro {
    position: relative;
    padding-top: 0;
    margin: 0;
    margin-bottom: -8em; }
  .h-landing {
    padding: 4em 1em 5em 1em; }
  .h-sec-landing .b-arrow {
    bottom: 3em; } }

.n-header {
  width: auto;
  height: 3em;
  background-color: white;
  display: flex;
  align-items: center;
  top: 0;
  padding: 1em; }

.n-logo img {
  height: 0.8em; }

.n-quick-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-grow: 1;
  font-size: 0.6em;
  margin-right: 2em; }
  .n-quick-actions a {
    color: #555555;
    display: flex;
    margin-right: 0.5em; }
    .n-quick-actions a:hover {
      color: #01488c; }
  .n-quick-actions .b-pin {
    font-size: 1em; }

.n-h-contact {
  margin-right: 2em;
  padding-right: 2em; }

.n-h-address {
  margin-right: 1em; }

.n-menu {
  width: 1.2em;
  cursor: pointer; }
  .n-menu:after, .n-menu:before, .n-menu div {
    background-color: #ff5f5a;
    content: '';
    display: block;
    height: 0.12em;
    transition: all .2s ease-in-out;
    border-radius: 0.12em; }
  .n-menu div {
    margin: 0.28em 0; }
  .n-menu:hover:before, .n-menu:hover:after, .n-menu:hover div {
    background-color: #01488c; }
  .n-menu.n-menu-clicked:before {
    transform: translateY(0.4em) rotate(135deg); }
  .n-menu.n-menu-clicked:after {
    transform: translateY(-0.4em) rotate(-135deg); }
  .n-menu.n-menu-clicked div {
    transform: scale(0); }

.n-navigation {
  display: flex;
  flex-flow: column;
  background-color: #ffffff;
  height: 100vh;
  padding: 4em;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none; }
  .n-navigation::-webkit-scrollbar {
    display: none; }

.n-n-lang {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  margin-bottom: 2em; }
  .n-n-lang a {
    margin-left: 1em; }
    .n-n-lang a.active {
      color: #01488c; }

.n-n-links {
  display: flex;
  flex-direction: column; }

.n-n-link {
  font-size: 1.166em;
  font-family: "TitilliumSemiBold", sans-serif;
  border-bottom: 4px solid #f2f2f2;
  padding: 0.5em 0.25em; }
  .n-n-link:hover {
    border-bottom: 4px solid #c8c8c8; }

.n-n-impressum {
  display: flex;
  flex-flow: column;
  margin-top: auto; }

.n-n-address {
  margin-top: 2em;
  display: none;
  font-size: 0.8em;
  justify-content: space-between;
  width: 100%;
  color: #555555; }
  .n-n-address div {
    display: flex;
    flex-direction: column; }

@media all and (max-width: 1200px) {
  .n-quick-actions div {
    display: none; }
  .n-quick-actions a {
    margin-right: 1em; }
  .n-quick-actions a.b-pin {
    font-size: 1.166em; }
  .n-n-address {
    display: flex; }
    .n-n-address div {
      margin-right: 2em; } }

@media all and (max-width: 680px) {
  .n-navigation {
    align-items: center;
    padding: 4em 1em 2em 1em;
    width: 100%; }
  .n-header {
    margin-right: 0; }
  .n-n-lang {
    align-items: center; }
  .n-n-links {
    align-items: center; }
  .n-n-impressum {
    align-items: center;
    margin-bottom: 2em; }
  .n-n-address div {
    margin-right: 0; } }

.c-sec-contact {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffffff; }

.c-contact {
  display: flex;
  flex-flow: row wrap;
  padding: 1em;
  justify-content: center; }

.c-c-intro {
  width: 100%;
  display: flex;
  flex-flow: column; }

.c-c-secondary {
  padding-left: 5%; }

.c-c-sizer {
  width: 50%; }

.c-c-connect {
  display: flex;
  flex-flow: row wrap; }

.c-c-buttons {
  display: flex;
  padding-left: 2em; }
  .c-c-buttons .b-pin {
    font-size: 1.166em;
    margin-right: 1.5em; }
    .c-c-buttons .b-pin:last-of-type {
      margin-right: 0; }

.c-c-address {
  width: 50%;
  display: flex;
  flex-direction: row;
  align-self: flex-end;
  align-items: flex-start;
  padding-left: 2em;
  margin-top: 2em; }
  .c-c-address img.iso {
    filter: brightness(0) invert(1);
    height: 7em;
    margin-top: auto;
    margin-left: auto; }

.c-c-info {
  display: flex;
  flex-flow: column; }
  .c-c-info img.logo {
    filter: brightness(0) invert(1);
    height: 1em; }
  .c-c-info span.margin {
    margin-top: 1em; }

@media all and (max-width: 1200px) {
  .c-c-sizer {
    width: 100%; }
  .c-c-buttons {
    margin-top: 2em;
    padding-left: 0;
    justify-content: center; }
  .c-c-address {
    padding-left: 0;
    align-self: center;
    width: auto; } }

@media all and (max-width: 680px) {
  .c-c-address {
    padding-left: 5%;
    width: 100%; }
  .c-c-buttons {
    margin-top: 4em;
    margin-bottom: 2em; } }

#offer-intro {
  padding: 0; }

.o-intro {
  display: flex;
  flex-flow: row;
  padding: 4em 1em 5em 1em;
  align-items: center;
  justify-content: center;
  align-content: center; }
  .o-intro img {
    height: 8em;
    width: auto;
    margin-right: 4em;
    transform: rotate(15deg);
    filter: brightness(0) invert(1); }

.o-i-text {
  display: flex;
  flex-flow: column;
  width: 100%;
  color: #ffffff; }
  .o-i-text h1 {
    font-size: 2em;
    font-family: "TitilliumSemiBold", sans-serif;
    line-height: 1em;
    margin-bottom: 0.5em; }
  .o-i-text p {
    margin: 1em 0;
    padding: 1em;
    background: rgba(0, 0, 0, 0.3); }

.o-i-nav {
  display: flex;
  flex-flow: row wrap; }
  .o-i-nav a {
    margin-right: 1em;
    margin-top: 1em; }

.o-services {
  display: flex;
  flex-flow: row wrap;
  padding: 1em;
  justify-content: center;
  position: relative; }

.o-s-service-item {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  padding: 2em 1.5em;
  margin-bottom: 0.5em;
  margin-left: auto;
  align-items: flex-start;
  cursor: pointer; }
  .o-s-service-item:first-of-type {
    margin-top: 2em; }
  .o-s-service-item:last-of-type {
    margin-bottom: 2em; }
  .o-s-service-item span {
    font-size: 1.166em;
    font-family: "TitilliumSemiBold", sans-serif;
    line-height: 1.2em;
    margin-bottom: 0.5em;
    margin-left: 0.25em; }
    .o-s-service-item span:after {
      content: "+"; }
  .o-s-service-item.show-content {
    color: #ffffff;
    background-image: linear-gradient(to Right, #ff5f5a, #01488c); }
    .o-s-service-item.show-content img {
      filter: brightness(0) invert(1); }
    .o-s-service-item.show-content p {
      height: auto;
      margin-top: 1em; }
    .o-s-service-item.show-content span:after {
      content: "-"; }

.o-s-service-img {
  width: 5em; }
  .o-s-service-img img {
    height: 2.5em; }

.o-s-service-content {
  display: flex;
  flex-flow: column;
  width: 100%;
  padding-top: 0.5em; }
  .o-s-service-content p {
    color: #ffffff;
    overflow: hidden;
    height: 0;
    margin-top: -2em;
    transition: all 300ms; }

.o-s-service-more {
  padding-top: 0.5em; }

.o-products {
  display: flex;
  flex-flow: row wrap;
  padding: 1em;
  position: relative; }

.o-p-intro {
  width: 100%; }

.o-p-product-item {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  padding: 2em 1.5em;
  margin-bottom: 0.5em;
  align-items: flex-start;
  cursor: pointer; }
  .o-p-product-item:first-of-type {
    margin-top: 2em; }
  .o-p-product-item:last-of-type {
    margin-bottom: 2em; }
  .o-p-product-item .o-p-product-more > span {
    font-size: 1.166em;
    font-family: "TitilliumSemiBold", sans-serif;
    line-height: 1.2em;
    margin-bottom: 0.5em;
    margin-left: 2em; }
    .o-p-product-item .o-p-product-more > span:after {
      content: "+"; }
  .o-p-product-item.show-content ul {
    height: auto;
    margin-top: 0; }
  .o-p-product-item.show-content .o-p-product-more > span:after {
    content: "-"; }

.o-p-product-content {
  display: flex;
  flex-flow: column;
  flex-grow: 1; }
  .o-p-product-content ul {
    overflow: hidden;
    height: 0;
    margin-top: -2em;
    transition: all 300ms; }
    .o-p-product-content ul li {
      padding: 0.5em 1em;
      border-bottom: 1px solid #2d2d2d; }

.o-p-product-buttons {
  font-size: 0.8em; }

.o-advantages {
  display: flex;
  flex-flow: row wrap;
  padding: 1em; }

.o-a-intro {
  width: 100%; }

.o-a-advantage {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 2em 0; }

.o-a-card {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-bottom: 2em;
  min-width: 8em; }
  .o-a-card span {
    margin-top: 1em;
    font-family: "TitilliumRegular", sans-serif; }
  .o-a-card img {
    margin-top: 0.5em;
    height: 2.5em; }

.o-references {
  display: flex;
  flex-flow: row wrap;
  padding: 1em;
  justify-content: center;
  width: 100%; }

.o-r-intro {
  width: 100%;
  display: flex;
  flex-flow: column;
  width: 1000px; }

.o-r-customers {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 1em 0; }

.o-r-img {
  width: 8em;
  margin: 1em 4em;
  z-index: 5; }
  .o-r-img img {
    width: 8em;
    height: auto; }

@media all and (max-width: 1500px) {
  .o-a-advantage {
    padding: 0 1em; } }

@media all and (max-width: 680px) {
  .o-intro img {
    display: none; }
  .o-i-nav a {
    margin-right: 1em; }
  .o-s-service-item {
    padding: 2em 1em; }
  .o-s-service-img {
    width: 6em; }
    .o-s-service-img img {
      height: 2em; } }

@media all and (max-width: 680px) and (orientation: landscape) {
  #offer-intro {
    position: relative; }
  .o-intro {
    padding: 4em 1em 6em 1em; }
  .o-i-nav a {
    margin-right: 1em; } }

.n-intro {
  padding: 4em 1em 2em 1em;
  color: #ffffff; }
  .n-intro h1 {
    font-size: 2em;
    font-family: "TitilliumSemiBold", sans-serif;
    line-height: 1.2em;
    margin-bottom: 1em; }

.n-main {
  font-size: 1.166em;
  font-family: "TitilliumSemiBold", sans-serif;
  line-height: 1.35em;
  margin-bottom: 1em; }
  .n-main a {
    font-size: 1em; }

.n-sub {
  line-height: 1.35em;
  margin-bottom: 2em; }
  .n-sub a {
    font-size: 1em; }

.n-news {
  padding: 2em;
  background-color: #ffffff;
  margin-top: -8em; }
  .n-news .n-img {
    max-width: 100%; }
    .n-news .n-img img {
      max-height: 100%;
      max-width: 100%;
      margin-top: 1em;
      margin-bottom: 2em; }

.n-res {
  display: flex;
  flex-flow: column;
  margin-bottom: 1em; }

.n-more-news {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 1em; }
  .n-more-news a {
    margin-right: 0.5em;
    margin-bottom: 0.5em;
    font-size: 0.6em;
    color: #ffffff;
    padding: 0.5em 1.5em;
    border-radius: 1em;
    background-color: #ff5f5a; }
    .n-more-news a:hover {
      background-color: #01488c; }

.i-impressum article {
  margin-bottom: 3em; }

.i-impressum h3 {
  margin: 1em 0; }

.i-kontakt {
  display: flex;
  flex-flow: column; }
  .i-kontakt .margin {
    margin-top: 1em; }
