.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: 'Opensans FIX', sans-serif;
  color: #222;
  font-size: 14px;
  line-height: 20px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
}

a {
  color: #222;
  text-decoration: none;
}

a:hover {
  color: #04a4e1;
}

.section {
  position: static;
  top: 0px;
  z-index: 3;
}

.section.bg {
  display: block;
  background-color: rgba(4, 164, 225, 0.1);
}

.section.footer {
  background-color: #005baa;
}

.container {
  max-width: 80vw;
}

.container.wide {
  max-width: 90vw;
}

.container.wide.bg {
  background-color: rgba(4, 164, 225, 0.1);
}

.top-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.logo {
  width: auto;
  height: 100%;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.top-right-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.hotline {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 5;
  height: 50px;
  background-color: #fff;
}

.brand {
  height: 100%;
  padding: 10px;
}

.brand:hover {
  opacity: 0.75;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  letter-spacing: 0px;
}

.nav-link.w--current {
  color: #005baa;
}

.menu-button {
  height: 100%;
}

.icon {
  height: 100%;
}

.brand-image {
  width: auto;
  height: 100%;
}

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.slide-nav {
  display: none;
}

.slider-main {
  height: 60vh;
}

.slider-main.bigger {
  height: 70vh;
}

.slide-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block {
  position: absolute;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  box-shadow: inset 0 7px 12px 0 rgba(4, 164, 225, 0.15);
}

.top-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-link-block.row {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.hotline-label {
  margin-right: 20px;
  color: #04a4e1;
  font-size: 13px;
  font-weight: 800;
}

.heading {
  display: inline-block;
  margin-right: 200px;
  margin-bottom: 50px;
  padding: 5px 15px 10px;
  background-color: #04a4e1;
  color: #fff;
  font-weight: 300;
}

.top-blue-line {
  width: 100%;
  height: 10px;
  background-color: #005baa;
}

.image {
  width: 100%;
  height: 8%;
}

.grid {
  margin-bottom: 60px;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.paragraph {
  text-align: left;
}

.paragraph.main {
  margin-top: 60px;
  margin-bottom: 60px;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.5px;
}

.paragraph.box {
  text-align: center;
}

.paragraph.container {
  margin-top: 60px;
  margin-bottom: 60px;
}

.paragraph.container.kontakt {
  margin-top: 30px;
  margin-bottom: 20px;
}

.paragraph.container.kontakt.top {
  margin-top: 60px;
}

.paragraph.container.free {
  margin-top: 30px;
}

.paragraph.fsc.white {
  padding-right: 0px;
  color: #fff;
}

.box-heading {
  color: #005baa;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.box-image {
  overflow: visible;
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}

.column-header {
  margin-bottom: 20px;
  font-size: 24px;
}

.column-header.grid {
  margin-top: 50px;
}

.column-header.white {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
}

.column {
  margin-right: 0px;
  margin-left: 0px;
  padding: 40px;
}

.grid-2 {
  margin-bottom: 80px;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.reference-image {
  width: 100%;
  height: 25vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer-grid {
  margin-top: 60px;
  margin-bottom: 60px;
  grid-column-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-36 {
  padding: 10px 12px 10px 10px;
  border-radius: 5px;
  background-color: #fff;
}

.footer-heading {
  margin-top: 0px;
  color: #fff;
}

.kontakt-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: transparent;
}

.kontakt-link:hover {
  color: #fff;
}

.paragraph-footer {
  margin-top: 20px;
  padding-right: 0px;
  color: #fff;
  font-weight: 500;
}

.kontakt-image {
  height: 60%;
  -o-object-fit: contain;
  object-fit: contain;
}

.footer-block {
  padding-left: 30px;
}

.footer-block.last {
  padding-left: 0px;
}

.footer-block.logo {
  padding-top: 0px;
  padding-left: 0px;
}

.footer-block.links {
  padding-left: 40px;
}

.text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  margin-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.footer-link {
  display: block;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-link:hover {
  color: #fff;
  font-weight: 700;
}

.copyright {
  position: static;
  bottom: 0px;
  z-index: 5;
  margin-top: 0px;
  margin-bottom: 10px;
  padding-bottom: 0px;
  background-color: transparent;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.logistik-link {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.logistikwelt:hover {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
}

.text-span {
  font-size: 18px;
  font-weight: 400;
}

.kontakt-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-span-bold {
  font-weight: 600;
}

.section-impressum {
  display: none;
  background-color: #fff;
}

.section-container {
  display: block;
  max-width: 70vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 2px;
}

.paragraph-4 {
  margin-bottom: 100px;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block {
  display: none;
  height: 100%;
  padding: 10px;
}

.image-38 {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.form-block {
  margin-bottom: 30px;
  background-color: rgba(0, 0, 0, 0.36);
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form-label {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
}

.form-field {
  height: 40px;
  border-radius: 3px;
}

.form-field:focus {
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  border-radius: 0px;
  box-shadow: 4px 4px 3px 0 #000;
}

.text-area {
  border-radius: 3px;
}

.text-area:focus {
  box-shadow: 4px 4px 3px 0 #000;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.submit-button {
  display: inline-block;
  margin-top: 16px;
  margin-bottom: 13px;
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 5px;
  background-color: #04a4e1;
  text-align: left;
}

.grid-3 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.rich-text-block {
  margin-bottom: 60px;
}

@media screen and (min-width: 1440px) {
  .div-block-3 {
    padding-top: 0px;
  }
}

@media screen and (min-width: 1920px) {
  .hotline {
    font-size: 14px;
  }

  .nav-link {
    font-size: 16px;
  }

  .hotline-label {
    font-size: 14px;
  }

  .paragraph {
    font-size: 16px;
    letter-spacing: 0.3px;
  }

  .paragraph.main {
    font-size: 22px;
    line-height: 35px;
    white-space: normal;
  }

  .paragraph.fsc {
    margin-bottom: 30px;
    line-height: 25px;
  }

  .column-header {
    margin-top: 30px;
    margin-bottom: 40px;
    font-size: 26px;
  }

  .kontakt-link {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraph-footer {
    font-size: 16px;
  }

  .footer-block {
    padding-left: 30px;
  }

  .footer-block.last {
    padding-left: 0px;
  }

  .footer-block.links {
    padding-left: 60px;
  }

  .text-block {
    font-size: 15px;
  }

  .footer-link {
    font-size: 15px;
  }

  .copyright {
    font-size: 14px;
  }

  .text-span {
    font-size: 22px;
  }
}

@media screen and (max-width: 991px) {
  .nav-container {
    margin-left: 5vw;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar {
    overflow: visible;
  }

  .nav-menu {
    display: block;
    height: auto;
    background-color: #fff;
  }

  .nav-link {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #fff;
  }

  .menu-button {
    padding: 15px;
  }

  .menu-button.w--open {
    background-color: #fff;
  }

  .icon {
    color: #000;
  }

  .top-link-block.row {
    margin-top: 10px;
  }

  .heading {
    margin-right: 80px;
    font-size: 32px;
  }

  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .paragraph.fsc {
    text-align: center;
  }

  .paragraph.fsc.white {
    padding-left: 0px;
    text-align: center;
  }

  .box-image {
    height: 250px;
  }

  .column-header {
    text-align: center;
  }

  .column-header.white {
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .reference-image {
    height: 20vh;
  }

  .footer-grid {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .kontakt-link {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-block {
    padding-left: 0px;
  }

  .footer-block.last {
    padding-left: 40px;
  }

  .text-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .footer-link {
    margin-bottom: 5px;
  }

  .kontakt-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-container {
    max-width: 80vw;
  }

  .div-block-3 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link-block {
    display: block;
    margin-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .hotline {
    display: none;
  }

  .hotline.text {
    display: block;
  }

  .nav-container {
    margin-left: 5vw;
  }

  .heading {
    margin-right: 60px;
    font-size: 25px;
  }

  .grid-2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .footer-grid {
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .kontakt-link {
    height: 70px;
    padding-left: 60px;
  }

  .footer-block {
    padding-left: 0px;
    text-align: center;
  }

  .footer-block.last {
    padding-left: 0px;
  }

  .footer-block.links {
    padding-left: 0px;
  }

  .text-block {
    width: 300px;
    font-size: 16px;
  }

  .footer-link {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .link-block {
    display: block;
  }

  .grid-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
}

@media screen and (max-width: 479px) {
  .top-right-div {
    display: none;
  }

  .slider-main {
    height: 30vh;
  }

  .div-block {
    height: 30vh;
  }

  .heading {
    margin-right: 25px;
    margin-bottom: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 15px;
  }

  .paragraph.box {
    padding-right: 5px;
    padding-left: 5px;
  }

  .box-heading {
    font-size: 20px;
  }

  .box-image {
    height: 200px;
  }

  .box-div {
    width: 80vw;
  }

  .grid-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .kontakt-link {
    padding-left: 0px;
  }

  .text-block {
    width: 200px;
    font-size: 14px;
  }

  .section-container {
    max-width: 90vw;
  }
}

@font-face {
  font-family: 'Opensans FIX';
  src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans FIX';
  src: url('../fonts/OpenSans-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans FIX';
  src: url('../fonts/OpenSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans FIX';
  src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans FIX';
  src: url('../fonts/OpenSans-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans FIX';
  src: url('../fonts/OpenSans-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans FIX';
  src: url('../fonts/OpenSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans FIX';
  src: url('../fonts/OpenSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans FIX';
  src: url('../fonts/OpenSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans FIX';
  src: url('../fonts/OpenSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}