<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* roboto-100 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/roboto-v32-latin-100.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto-v32-latin-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v32-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/roboto-v32-latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v32-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-900 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/roboto-v32-latin-900.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", sans-serif;
}

h2 {
  font-size: 30px;
  font-weight: bold;
  color: #002568;
  text-align: center;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 575px) {
  h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 450px) {
  h2 {
    font-size: 20px;
  }
}

h3, h1 {
  font-size: 25px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  h3, h1 {
    font-size: 21px;
  }
}

@media screen and (max-width: 450px) {
  #subpage h2 {
    font-size: 22px;
  }
}
#subpage h3 {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  #subpage h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 450px) {
  #subpage h3 {
    font-size: 18px;
  }
}
#subpage h4 {
  font-size: 19px;
}
@media screen and (max-width: 767px) {
  #subpage h4 {
    font-size: 18px;
  }
}
#subpage a {
  color: #002568;
}

.ds-container {
  width: 80%;
  max-width: 1080px;
  margin: auto;
}

header {
  width: 100%;
  height: 850px;
  max-height: 100vh;
  min-height: 400px;
  background-image: url("../images/header_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
header#subpage {
  height: 400px;
}
header #logo {
  width: 408px;
  position: absolute;
  top: 60px;
  left: 140px;
}
@media screen and (max-width: 1400px) {
  header #logo {
    left: 80px;
    top: 80px;
  }
}
@media screen and (max-width: 991px) {
  header #logo {
    width: 310px;
  }
}
@media screen and (max-width: 767px) {
  header #logo {
    width: 250px;
  }
}
@media screen and (max-width: 575px) {
  header #logo {
    left: 50px;
    top: 50px;
    max-width: 60%;
  }
}
@media screen and (max-width: 450px) {
  header #logo {
    left: 35px;
    top: 35px;
  }
}
header #slogan-img {
  position: absolute;
  left: 130px;
  bottom: 70px;
  width: 330px;
}
@media screen and (max-width: 1400px) {
  header #slogan-img {
    left: 70px;
    bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  header #slogan-img {
    bottom: 60px;
    width: 290px;
  }
}
@media screen and (max-width: 767px) {
  header #slogan-img {
    width: 240px;
  }
}
@media screen and (max-width: 575px) {
  header #slogan-img {
    left: 45px;
    bottom: 40px;
    width: 220px;
  }
}
@media screen and (max-width: 450px) {
  header #slogan-img {
    left: 30px;
    bottom: 25px;
  }
}
header #slogan {
  font-size: 54px;
  color: white;
  position: absolute;
  left: 140px;
  bottom: 100px;
  font-family: "europa", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 1400px) {
  header #slogan {
    left: 80px;
    bottom: 80px;
  }
}
@media screen and (max-width: 991px) {
  header #slogan {
    font-size: 48px;
  }
}
@media screen and (max-width: 767px) {
  header #slogan {
    font-size: 40px;
  }
}
@media screen and (max-width: 575px) {
  header #slogan {
    left: 50px;
    bottom: 50px;
    font-size: 35px;
  }
}
@media screen and (max-width: 450px) {
  header #slogan {
    left: 35px;
    bottom: 35px;
  }
}
header #slogan p {
  margin-bottom: 0px;
  line-height: 64px;
}
@media screen and (max-width: 991px) {
  header #slogan p {
    line-height: 58px;
  }
}
@media screen and (max-width: 767px) {
  header #slogan p {
    line-height: 50px;
  }
}
@media screen and (max-width: 575px) {
  header #slogan p {
    line-height: 45px;
  }
}
header #slogan p::after {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-color: #FFBF00;
  content: "";
  margin-left: 14px;
}

#logistikdienstleistungen {
  margin-top: 75px;
  margin-bottom: 90px;
}
#logistikdienstleistungen h2 {
  margin-bottom: 60px;
}
#logistikdienstleistungen a {
  width: 32%;
}
@media screen and (max-width: 575px) {
  #logistikdienstleistungen a {
    width: 48%;
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 450px) {
  #logistikdienstleistungen a {
    width: 100%;
  }
}
#logistikdienstleistungen a button {
  width: 100%;
  height: 54px;
  text-align: center;
  line-height: 54px;
  border: none;
  color: white;
  font-size: 25px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.2s;
}
#logistikdienstleistungen a button:hover {
  opacity: 0.7;
}
@media screen and (max-width: 991px) {
  #logistikdienstleistungen a button {
    font-size: 19px;
  }
}
@media screen and (max-width: 767px) {
  #logistikdienstleistungen a button {
    font-size: 15px;
  }
}
#logistikdienstleistungen a button.button-blue {
  background-color: #002568;
}
#logistikdienstleistungen a button.button-yellow {
  background-color: #FFBF00;
}
#logistikdienstleistungen #dienstleistungen {
  width: 100%;
  margin-top: 75px;
}
@media screen and (max-width: 450px) {
  #logistikdienstleistungen #dienstleistungen {
    margin-top: 50px;
  }
}

#text-banner {
  background-color: #002568;
  color: white;
  padding: 50px 0px;
  position: relative;
}

#accordion-wrapper {
  padding-top: 65px;
  padding-bottom: 85px;
}
#accordion-wrapper .accordion {
  background-color: #002568;
  color: white;
  margin-bottom: 20px;
}
#accordion-wrapper .accordion .accordion-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 14px 17px;
}
#accordion-wrapper .accordion .accordion-toggle h2 {
  color: white;
  font-size: 20px;
  text-align: left;
  margin-bottom: 0;
  margin-right: 15px;
}
@media screen and (max-width: 991px) {
  #accordion-wrapper .accordion .accordion-toggle h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  #accordion-wrapper .accordion .accordion-toggle h2 {
    font-size: 16px;
  }
}
#accordion-wrapper .accordion .accordion-toggle .accordion-arrow {
  width: 16px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/arrow.svg");
  flex-shrink: 0;
  transition: 0.3s;
}
#accordion-wrapper .accordion .accordion-toggle.active .accordion-arrow {
  transform: rotate(180deg);
}
#accordion-wrapper .accordion .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
#accordion-wrapper .accordion .accordion-content .inner {
  padding: 0px 17px;
  padding-bottom: 22px;
  padding-top: 5px;
  font-size: 18px;
}

#image-full-width {
  width: 100%;
  height: 590px;
  background-image: url("../images/lkws.png");
  background-size: cover;
  background-position: 50% 31%;
}
@media screen and (max-width: 767px) {
  #image-full-width {
    height: 400px;
  }
}
@media screen and (max-width: 450px) {
  #image-full-width {
    height: 300px;
  }
}

#kontakt {
  padding-top: 50px;
  padding-bottom: 58px;
  position: relative;
}
#kontakt p {
  text-align: center;
  color: #002568;
  font-size: 30px;
  font-weight: 600;
  max-width: 950px;
  margin: auto;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  #kontakt p {
    font-size: 25px;
  }
}
@media screen and (max-width: 575px) {
  #kontakt p {
    font-size: 22px;
  }
}
@media screen and (max-width: 450px) {
  #kontakt p {
    font-size: 20px;
  }
}
#kontakt a {
  width: 318px;
  margin: auto;
  display: block;
  font-size: 20px;
  color: #002568;
  font-weight: 600;
  transition: 0.2s;
}
#kontakt a:hover {
  text-decoration: none;
  opacity: 0.7;
}
@media screen and (max-width: 575px) {
  #kontakt a {
    font-size: 18px;
  }
}
#kontakt a .icon {
  width: 50px;
  margin-right: 14px;
}
@media screen and (max-width: 575px) {
  #kontakt a .icon {
    width: 40px;
    margin-right: 10px;
  }
}

#image-row {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
#image-row #image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  background-color: #002568;
  opacity: 0.1;
}
#image-row .img {
  width: 33.33%;
  height: 550px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1400px) {
  #image-row .img {
    height: 360px;
  }
}
@media screen and (max-width: 1199px) {
  #image-row .img {
    height: 310px;
  }
}
@media screen and (max-width: 991px) {
  #image-row .img {
    height: 240px;
  }
}
@media screen and (max-width: 767px) {
  #image-row .img {
    height: 200px;
  }
}
@media screen and (max-width: 575px) {
  #image-row .img {
    width: 100%;
    height: 280px;
  }
}
#image-row .img.img-1 {
  background-image: url("../images/footer_1.png");
}
#image-row .img.img-2 {
  background-image: url("../images/footer_2.png");
}
#image-row .img.img-3 {
  background-image: url("../images/footer_3.png");
}

.decoration {
  position: absolute;
  height: 660px;
  width: 120px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 100;
}
@media screen and (max-width: 1199px) {
  .decoration {
    display: none;
  }
}
.decoration#decoration-1 {
  background-image: url("../images/decoration_1.svg");
  left: 95px;
  bottom: -200px;
}
@media screen and (max-width: 1600px) {
  .decoration#decoration-1 {
    left: 20px;
    width: 90px;
    bottom: -183px;
  }
}
.decoration#decoration-2 {
  background-image: url("../images/decoration_2.svg");
  right: 95px;
  bottom: -192px;
}
@media screen and (max-width: 1600px) {
  .decoration#decoration-2 {
    right: 20px;
    width: 90px;
    bottom: -135px;
  }
}

#footer-slogan {
  padding-top: 50px;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 15px;
}
#footer-slogan #footer-slogan-img {
  width: 460px;
  background-color: white;
  position: absolute;
  left: 50%;
  top: 9px;
  z-index: 20;
  transform: translateX(-50%);
  padding: 0px 10px;
  box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  #footer-slogan #footer-slogan-img {
    top: 15px;
    width: 370px;
  }
}
@media screen and (max-width: 575px) {
  #footer-slogan #footer-slogan-img {
    top: 22px;
    width: 290px;
    padding: 0px 9px;
    max-width: 90vw;
  }
}
#footer-slogan #slogan-container {
  width: 440px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  background-color: white;
  position: relative;
  z-index: 20;
  padding: 0px 21px;
  box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  #footer-slogan #slogan-container {
    width: 370px;
  }
}
@media screen and (max-width: 575px) {
  #footer-slogan #slogan-container {
    width: 290px;
    padding: 0px 9px;
    max-width: 90vw;
  }
}
#footer-slogan #slogan-container p {
  font-size: 27px;
  line-height: 24px;
  color: #002568;
  font-weight: 600;
  display: flex;
  align-items: baseline;
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  #footer-slogan #slogan-container p {
    font-size: 22px;
  }
}
@media screen and (max-width: 575px) {
  #footer-slogan #slogan-container p {
    font-size: 18px;
    line-height: 18px;
  }
}
#footer-slogan #slogan-container p::after {
  content: "";
  margin-left: 8px;
  width: 7px;
  height: 7px;
  background-color: #FFBF00;
}
@media screen and (max-width: 575px) {
  #footer-slogan #slogan-container p::after {
    margin-left: 5px;
  }
}
#footer-slogan #slogan-decoration {
  height: 3px;
  width: 100%;
  max-width: 100vw;
  position: absolute;
  left: 0;
  bottom: 18px;
  background-color: #002568;
  z-index: 10;
}

footer {
  width: 100%;
  height: 130px;
  background-color: #002568;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 575px) {
  footer {
    height: 100px;
  }
}
footer nav ul {
  display: flex;
  list-style: none;
  justify-content: center;
  gap: 70px;
}
footer nav ul a {
  color: white;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 575px) {
  footer nav ul a {
    font-size: 16px;
  }
}
footer nav ul a:hover {
  color: white;
}

/*# sourceMappingURL=main.css.map */
</pre></body></html>