.inhaltsblock {
  display: block;
  position: relative;
  background-size: cover;
  background-position: center; }
  .inhaltsblock > .layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .inhaltsblock > .inhalte {
    position: relative;
    z-index: 1; }

.section {
  margin-right: auto;
  margin-left: auto;
  padding-right: 1em;
  padding-left: 1em; }
  .section.large {
    max-width: 1400px; }
  .section.small {
    max-width: 900px; }
  .section.full {
    padding-right: 0em;
    padding-left: 0em; }
  .section.spacing {
    padding-top: 2em;
    padding-bottom: 2em; }

.section-bg.bg-half {
  position: relative; }
  .section-bg.bg-half::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    z-index: -1; }
  .section-bg.bg-half.lightgray::before {
    background-color: #f5f5f5; }
  .section-bg.bg-half.darkgray::before {
    background-color: #676767; }
  .section-bg.bg-half.black::before {
    background-color: #000; }
  .section-bg.bg-half.blue::before {
    background-color: #155eaa; }
  .section-bg.bg-half.orange::before {
    background-color: #ea5b0c; }
.section-bg.bg-image {
  background-repeat: no-repeat; }

footer {
  background-color: #4476b6;
  color: #fff;
  padding: 50px 10px; }
  footer .container {
    max-width: 1190px;
    padding-left: 5px;
    padding-right: 5px; }
  footer .row {
    margin-left: -10px;
    margin-right: -10px;
    max-width: 100%; }
  footer [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px; }
  footer .mobile-accordeon-toggle {
    padding-left: 10px;
    padding-right: 10px; }
  footer .mobile-accordeon {
    padding-left: 10px;
    padding-right: 10px; }
  footer .p-left-0 {
    padding-left: 0; }
  footer .p-right-0 {
    padding-right: 0; }
  footer p {
    font-size: 0.75rem;
    margin-bottom: 16px; }
  footer .level-2-row {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #678dbe; }
  footer .mobile-accordeon-toggle {
    padding-bottom: 20px;
    text-transform: uppercase;
    font-size: 13px; }
  footer .mobile-accordeon-toggle-icon {
    display: none; }
  footer .mobile-accordeon a {
    display: block; }
  footer a {
    text-decoration: none;
    color: #fff;
    font-size: 0.75rem; }
  footer .footer-border-bottom {
    border-right: 1px solid #678dbe; }
  footer .footer-border-bottom:last-child {
    border: none; }
  footer .dd-shortcode-text p {
    margin-bottom: 0; }
  footer .footer-contact {
    font-weight: 300;
    font-size: 26px;
    position: relative; }
    footer .footer-contact i {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%); }
    footer .footer-contact .fa-envelope {
      font-size: 20px; }
  footer .footer-email a {
    font-size: 20px; }
  footer .tel {
    font-size: 26px;
    margin-bottom: 0; }
  footer .footer-about p, footer .footer-about a {
    padding-left: 35px; }
  footer .footer-icon {
    height: 34px;
    width: auto;
    padding-right: 3px; }
  footer .footer-payments, footer .shipping-partner {
    margin-bottom: 20px; }
  footer .secruity-icon {
    height: 45px;
    width: auto; }
  footer .ce-row {
    display: flex;
    flex-wrap: wrap; }
    footer .ce-row .ce-column {
      padding-right: 3px; }
      footer .ce-row .ce-column figure {
        margin-bottom: 0; }
  footer .footer-payments, footer .shipping-partner {
    margin-top: -3px; }
  @media only screen and (max-width: 767px) {
    footer {
      padding: 0px 5px; }
      footer .footer-border-bottom, footer .level-2-row {
        border: none; }
      footer .footer-border-bottom, footer .footer-border-bottom:last-child {
        border-bottom: 1px solid #678dbe; }
      footer [class*="col-"] {
        padding: 0; }
      footer .mobile-accordeon-toggle-icon {
        display: block; }
      footer .mobile-accordeon-toggle {
        width: 100%;
        padding: 15px 5px 15px 5px;
        display: flex;
        justify-content: space-between; }
      footer .mobile-accordeon {
        display: none;
        padding: 0 5px 20px 5px; }
      footer .row {
        padding: 0;
        margin: 0; }
        footer .footer-contact .tel, footer .footer-contact [class*="fa-"] {
          font-size: 20px; }
        footer .footer-contact .fa-envelope {
          font-size: 13px; }
      footer .footer-email a {
        font-size: 13px; }
      footer .footer-payments {
        margin-bottom: 0; }
      footer .vat-text p {
        text-align: center;
        margin: 0; }
      footer .footer-payments, footer .shipping-partner {
        margin-top: 0; }
      footer .rotate {
        -moz-transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear; }
      footer .rotate.up {
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); } }
@media screen and (min-width: 768px) {
  footer .mobile-accordeon-toggle.footer-list-head {
    pointer-events: none; }
  footer .mobile-accordeon {
    display: block !important; } }

.legal {
  background-color: #003380;
  color: #fff;
  font-size: 15px;
  padding: 10px 0; }
  .legal .legal-box {
    display: flex; }
  .legal .text-right {
    text-align: right; }
  .legal a {
    text-decoration: none;
    color: #fff;
    font-size: 0.75rem; }

header {
  position: sticky;
  top: 0;
  width: 100%;
  background-color: white;
  z-index: 1000; }
  header .container {
    padding-right: 5px;
    padding-left: 5px;
    max-width: 1200px; }
  header [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px; }
  header .row {
    max-width: 100%; }
  header .header-box {
    padding: 10px; }
  header .mandant_presented {
    display: block;
    padding-top: 4px;
    font-size: 10px;
    line-height: 10px; }
  header .mandant_btn {
    text-decoration: none;
    font-size: 16px;
    color: #003380;
    line-height: 1; }
  header .logo-img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 92px; }
  @media only screen and (max-width: 991.98px) {
    header .logo-img {
      max-height: 55px; } }
  header li {
    margin: 0 !important; }
  header ul {
    padding: 0;
    margin: 0; }
  header .navbar-nav {
    display: flex; }
  header .nav-item {
    padding: 13px 0.5rem 13px 0.5rem;
    position: relative; }
    header .nav-item .nav-link {
      font-size: 14px;
      font-weight: 200; }
  header .nav-item::after {
    content: "";
    background: #ffa100;
    width: 1px;
    position: absolute;
    right: 0;
    top: 5px;
    bottom: 5px; }
  header .active {
    background-color: #f70; }
  header .navbar {
    background: #ff8c00;
    display: flex; }
    header .navbar a {
      color: #fff;
      text-decoration: none; }
  @media only screen and (max-width: 767px) {
    header .navbar {
      padding-bottom: 0.5rem; }
    header .navbar .container {
      padding: 0; }
    header [class*="col-"] {
      padding-right: 5px;
      padding-left: 5px; }
    header .row {
      margin: 0 -10px; }
    header .navbar-nav {
      flex-direction: column; }
    header .nav-item:first-of-type {
      border-top: 1px solid #e7e7e7; }
    header .nav-item {
      padding: 0;
      border-bottom: 1px solid #e7e7e7; }
    header .nav-link {
      display: inline-block;
      padding: 30px 15px 30px 15px;
      width: 100%; }
    header .active {
      background-color: unset; }
    header .navbar-collapse {
      display: none; } }
  header .navbar_mobile {
    color: #fff; }
    header .navbar_mobile .navbar_mobile-icon {
      text-align: center; }
    header .navbar_mobile i {
      font-size: 24px; }
    header .navbar_mobile span {
      display: block;
      text-transform: uppercase;
      font-size: 8px; }
  @media screen and (min-width: 768px) {
    header .navbar-collapse {
      display: block !important; } }

/* Spacing */
.frame-space-before-extra-small {
  margin-top: 1em; }

.frame-space-before-small {
  margin-top: 2em; }

.frame-space-before-medium {
  margin-top: 3em; }

.frame-space-before-large {
  margin-top: 4em; }

.frame-space-before-extra-large {
  margin-top: 5em; }

.frame-space-after-extra-small {
  margin-bottom: 1em; }

.frame-space-after-small {
  margin-bottom: 2em; }

.frame-space-after-medium {
  margin-bottom: 3em; }

.frame-space-after-large {
  margin-bottom: 4em; }

.frame-space-after-extra-large {
  margin-bottom: 5em; }

/* Webflow Custom */
.multi-row.center > .multi-col {
  display: flex;
  flex-direction: column;
  align-items: center; }

.multi-row.col-spacing > .multi-col {
  padding: 1em 0; }

.wrapper ul > li {
  position: relative;
  margin: 1em 0; }
  .wrapper ul > li::before {
    content: '\2022';
    font-family: sans-serif;
    position: absolute;
    left: 0;
    top: -3px;
    margin-left: -0.75em;
    font-size: 2rem;
    line-height: 1; }

.product-btn::after {
  content: '\f061';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-left: 0.5em; }

.product-slider {
  overflow-x: hidden; }

/* Produkt Slider */
.hide-at-full {
  opacity: 0; }

.hide-at-full:focus {
  opacity: 1; }

@media screen and (max-width: 991px) {
  .hide-at-full {
    opacity: 1; } }

/* Video */
.video-responsive {
  width: 100%; }
