<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/*---------- Google Fonts ----------*/
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;500;600;700;800;900&amp;display=swap");

body {
  font-family: "Roboto Condensed", sans-serif;
  background: #ffffff;
}

.overflowSection {
  overflow: hidden;
}

:root {
  /* --Primary: #f8bf02; */
  --Primary: #911137;
  --Secondary: #000000;
  --Third: #9e9787;
}

a,
input,
button,
textarea {
  outline: none !important;
}

a {
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
}

.btn {
  /* color: #000; */
  color: #fff !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  padding: 16px;
  padding-right: 63px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M14 8.07059H8.15294V14H5.81961V8.07059H0V5.95686H5.81961V0H8.15294V5.95686H14V8.07059Z' fill='white'/%3E%3C/svg%3E")
    no-repeat var(--Primary);
  background-position: right 15px center;
  position: relative;
  border: none;
  border-radius: 0;
  min-width: 150px;
}

.btn.active,
.btn:active {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M14 8.07059H8.15294V14H5.81961V8.07059H0V5.95686H5.81961V0H8.15294V5.95686H14V8.07059Z' fill='white'/%3E%3C/svg%3E")
    no-repeat var(--Primary);
  background-position: right 15px center;
}

.btn:hover {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M14 8.07059H8.15294V14H5.81961V8.07059H0V5.95686H5.81961V0H8.15294V5.95686H14V8.07059Z' fill='white'/%3E%3C/svg%3E")
    no-repeat var(--Secondary);
  background-position: right 15px center;
  color: #fff;
}

.btn:after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  opacity: 0.2;
  /* background: #000; */
  background: #fff;
  height: 20px;
  margin: auto;
  right: 46px;
  content: "";
}

.btn:hover:after {
  background: #fff;
  opacity: 0.5;
}

.btn-secondary {
}

.btn-secondary:hover {
}

p {
  color: #000;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/

.main-title {
  color: #000;
  font-size: 150px;
  font-style: normal;
  font-weight: 300;
  line-height: 150px;
  text-transform: uppercase;
  padding: 0;
}

.main-title * {
  font-weight: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
}

.main-title span {
  color: var(--Primary);
  font-weight: 700;
}

.main-title .top-label,
.section-title .top-label {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px;
  /* 100% */
  text-transform: uppercase;
  border-left: 3px solid var(--Primary);
  padding-left: 10px;
  margin-left: 5px;
}

.main-title .top-label {
  margin-left: 12px;
}

.section-title {
  color: #000;
  font-size: 70px;
  font-style: normal;
  font-weight: 300;
  line-height: 70px;
  /* 100% */
  text-transform: uppercase;
  padding: 0 0 40px;
}

.section-title * {
  font-weight: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
}

.section-title span {
  font-weight: 700;
  color: var(--Primary);
}

.white-title {
  color: #ffffff;
}

.navbar {
  padding: 0;
}

.navbar-nav .nav-item {
  position: relative;
  padding: 0 25px;
}

.navbar-nav .nav-item:last-child {
  padding-right: 0;
}

.navbar-nav .nav-item:last-child:after {
  display: none;
}

.navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0;
  padding: 40px 0;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 100% */
  text-transform: uppercase;
}

.navbar-nav .nav-item .nav-link:after {
  content: "";
  display: inline-block;
  border-bottom: 10px solid var(--Primary);
  border-right: 10px solid transparent;
  border-top: 0;
  border-left: 10px solid transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: auto;
  width: 18px;
  opacity: 0;
}

.navbar-nav .nav-item .nav-link.active-menu,
.navbar-nav .nav-item.active &gt; .nav-link,
.navbar-nav .nav-item.current-menu-item &gt; .nav-link,
.navbar-nav .nav-item &gt; .nav-link.active,
.navbar-nav .nav-item &gt; .nav-link.current-menu-item,
.navbar-nav .nav-item &gt; .nav-link:hover {
  /* color: var(--Primary); */
}

.navbar-nav .nav-item .nav-link.active-menu:after,
.navbar-nav .nav-item.active &gt; .nav-link:after,
.navbar-nav .nav-item.current-menu-item &gt; .nav-link:after,
.navbar-nav .nav-item &gt; .nav-link.active:after,
.navbar-nav .nav-item &gt; .nav-link.current-menu-item:after,
.navbar-nav .nav-item &gt; .nav-link:hover:after {
  opacity: 1;
}

.navbar-brand {
  padding: 0;
  position: relative;
  margin: 0;
}

.navbar-brand {
  padding: 0;
  position: relative;
  margin: 0;
}

.navbar-brand:after {
  background: rgba(0, 0, 0, 0.2);
  width: 1px;
  content: "";
  display: block;
  flex: 1;
  position: absolute;
  left: 80px;
  top: -25px;
  bottom: auto;
  height: 101px;
}

.header {
  z-index: 9999;
  top: 0;
  position: fixed;
  padding-right: 100px;
  padding-left: 20px;
  left: 0;
  right: 0;
  transition: 0.2s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.fixed-header {
  /* -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px); */
  background-image: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0.8));
}

.right-menu {
  display: flex;
  padding: 0;
  margin: 0;
  list-style-type: none;
  align-items: center;
}

.right-menu li {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.main-banner {
  padding: 80px 0;
  background-image: url("../images/main-banner.jpg");
  background-position: center center;
  background-size: cover;
  padding: 301px 50px 329px 135px;
  position: relative;
  height: 100vh;
  z-index: 99;
}
.main-banner .logo-sh {
  top: 100px;
  right: 0;
  left: auto;
  z-index: -1;
}

.main-banner .truck-img {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 838px;
  bottom: 61px;
}

.main-banner .truck-img img {
  margin-left: 25px;
}

.banner-text p {
  color: #000;
  margin: 0 0 40px;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  /* 100% */
  text-transform: uppercase;
  position: relative;
}

.banner-text {
  display: table;
  margin: 0 auto;
}

.main-banner .main-title {
  margin-left: -12px;
}

.sidebar-menu {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  margin: 100px 0 0;
  padding: 0 0 71px;
  display: flex;
  flex-direction: column;
}

.sidebar-menu ul {
  /* display: flex; */
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
  background: #fff;
  padding: 0 32px;
  flex: auto;
}

.sidebar-menu ul:before {
  margin-bottom: 10px;
}

.sidebar-menu ul:after {
  margin-top: 10px;
}

.sidebar-menu ul:before,
.sidebar-menu ul:after {
  background: rgba(0, 0, 0, 0.2);
  width: 1px;
  content: "";
  display: block;
  flex: 1;
}

.sidebar-menu ul li {
  display: block;
  padding: 0 0 10px;
  margin: 0;
  list-style-type: none;
}

.sidebar-menu ul li:last-child {
  padding: 0;
}

.sidebar-menu ul li a {
  height: 36px;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  text-decoration: none;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid var(--Primary);
  font-size: 18px;
}

.sidebar-menu ul li a:hover {
  background: var(--Primary);
  color: #fff;
}

.sidebar-menu .scroll-down {
  color: var(--Primary);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 100% */
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 127px 0 144px;
  width: 100px;
  position: relative;
}

.sidebar-menu .scroll-down a {
  transform: rotate(-90deg);
  text-decoration: none;
  /* color: #383838; */
  color: var(--Primary);
}

.sidebar-menu .scroll-down:before {
  background: var(--Primary);
  width: 1px;
  content: "";
  display: block;
  flex: 1;
  height: 87px;
  position: absolute;

  bottom: -10px;
}

.sidebar-menu .scroll-down a:hover {
  color: var(--Primary);
}

.service-block {
  border-bottom: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  padding: 50px 37px 40px;
  height: 100%;
}

.slick-active + .slick-active + .slick-active + .slick-active .service-block {
  border-right: none;
}

.service-slider .slick-track {
  display: flex;
}
.service-slider .slick-slide {
  height: auto;
}
.service-slider {
  opacity: 0;
}
.service-slider.slick-initialized {
  opacity: 1;
}

.service-block .btn-link {
  margin-top: auto;
}

.logo-sh {
  position: absolute;
  top: -150px;
  left: -100px;
  z-index: -1;
}

.service-block h6 {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 100% */
  text-transform: uppercase;
  margin: 0;
  position: relative;
  padding-left: 11px;
}

.service-block a {
  text-decoration: none;
  display: block;
}

.service-block .service-img {
  padding: 0 0 40px;
}

.our-service {
  padding: 150px 0;
}

.service-block h6:before {
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 50%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: var(--Primary);
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 6px;
  left: 0;
}

.slides-numbers {
  position: absolute;
  right: 70px;
  top: 0;
}

.slides-numbers span.active {
  color: #000;
  font-size: 90px;
  font-style: normal;
  font-weight: 400;
  line-height: 70px;
  text-transform: uppercase;
}

.slides-numbers span {
  color: rgba(0, 0, 0, 0.3);
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 100% */
  text-transform: uppercase;
}

.slides-numbers .line {
  /* color: #f8bf02; */
  color: #911137;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 100% */
  text-transform: uppercase;
  margin-right: 3px;
}

.service-slider-main {
  position: relative;
}

.get-job .container,
.our-service .container {
  max-width: 1420px;
}

.slick-arrow {
  background: #fff;
  filter: drop-shadow(2px 3px 4px rgba(0, 0, 0, 0.15));
  position: absolute;
  top: -143px;
  right: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  cursor: pointer;
  z-index: 99;
}

.slick-arrow:hover {
  background: var(--Primary);
}

.slick-arrow:hover svg path {
  stroke: #fff;
}

.slick-next {
  top: -83px;
}

.about-img {
  padding: 40px 0;
}

.about-block {
  max-width: 1320px;
  margin: 0 auto;
}

.about-main {
  background: #f6f6f6;
  padding: 100px 0;
  position: relative;
  z-index: 99;
}

.about-main .logo-sh {
  left: auto;
  right: 0;
  top: 0;
}

.about-block [class*="col-"] {
  padding: 0 60px;
  border-right: 1px solid #d9d9d9;
}

.about-block [class*="col-"]:last-child {
  border: none;
}

.about-block .row {
  margin: 0 -60px;
  align-items: center;
}

.about-block hr {
  margin-left: -60px;
  border-color: #d9d9d9;
  opacity: 1;
}

.about-block p {
  margin: 0 0 15px;
}

.about-block .section-title {
  padding: 0 0 20px;
}

.get-job {
  padding: 100px 0;
}

.job-detail {
  position: relative;
  padding-left: 98px;
  position: relative;
}

.job-block .job-icon {
  position: absolute;
  left: -75px;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}

.job-block [class*="col-"] {
  border-right: 1px solid #d9d9d9;
  padding: 62px 12px;
}

.job-block [class*="col-"]:last-child {
  border: none;
}

.job-block .section-title span {
  display: block;
}

.job-block .row {
  align-items: center;
}

.contact-us {
  padding: 0 0 210px;
}

.contact-block {
  max-width: 1320px;
  margin: 0 auto;
}

.contact-main {
  background: #f6f6f6;
  padding: 50px 0;
  position: relative;
  z-index: 99;
}

.slick-slide img {
  /* width: 100%; */
}

.contact-main .logo-sh {
  left: 0;
  top: 0;
}

.contact-block &gt; .row &gt; [class*="col-"] {
  padding: 0 30px;
}

.contact-block &gt; .row {
  margin: 0 -30px;
}

.contact-block p {
  margin: 0 0 20px;
}

.contact-block .section-title {
  padding: 0 0 20px;
}

.contact-img {
  margin-bottom: -100px;
}

.form-control {
  border: 1px solid #d9d9d9;
  background: #f6f6f6;
  color: #000;
  height: 50px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  border-radius: 0;
  padding: 15px;
  padding-right: 40px;
}

.form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.form-control:-o-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

textarea.form-control {
  height: auto;
  resize: none;
}

.form-control:focus {
  border-color: var(--Primary);
  box-shadow: 0 0 0 0.25rem rgba(248, 191, 2, 0.25);
}

.form-group {
  position: relative;
  margin: 0 0 20px;
}
.form-group .icon {
  position: absolute;
  top: 12px;
  right: 14px;
}

.footer {
  background: #000;
  position: relative;
}

.footer:after {
  position: absolute;
  left: 100px;
  top: 0;
  bottom: 0;
  opacity: 0.15;
  background: #fff;
  width: 1px;
  content: "";
}

.footer:before {
  position: absolute;
  right: 100px;
  top: 0;
  bottom: 0;
  opacity: 0.15;
  background: #fff;
  width: 1px;
  content: "";
}

.footer .container {
  max-width: 1320px;
}

.f-left {
  padding: 70px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  padding-right: 50px;
}

.f-left p {
  color: #fff;
  margin: 40px 0 20px;
}

.f-left .form-control {
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: transparent;
  color: #fff;
}

.footer .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.footer .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.footer .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.footer .form-control:-o-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.f-left .btn:hover {
  background-color: #565656;
}

.f-right {
  padding: 70px 0 0 76px;
}

.f-block ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: block;
}

.f-block ul li {
  padding: 0 0 40px;
  margin: 0;
  list-style-type: none;
  display: block;
  color: #fff;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px; /* 100% */
  text-transform: uppercase;
}

.f-block ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
}
.f-block ul li a:hover {
  color: var(--Primary);
}

.f-block ul li:last-child {
  padding: 0;
}
.f-block p {
  margin: 0 0 40px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1;
}
.f-block p a {
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 145.455% */
  text-decoration: none;
  display: block;
}
.f-block p a:hover {
  color: var(--Primary);
}

.f-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 41px 0;
}
.copyright p {
  color: #fff;
  margin: 0;
}
.copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.copyright a {
  color: #fff;
  text-decoration: none;
}
.copyright span {
  /* color: #f8bf02; */
  color: #911137;
  margin: 0 2px;
}

.copyright a:hover {
  /* color: #f8bf02; */
  color: #911137;
}

.f-right [class*="col-"]:last-child .f-block {
  padding-left: 34px;
}

.impressum {
  position: fixed;
  overflow-x: none;
  display: none;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 1);
}

.datenschutz {
  position: fixed;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 1);
}

.toggle-display-on {
  display: block !important;
}

.impressum .close-btn {
  font-size: 35px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
}

.impressum .exit-btn {
  cursor: pointer;
}

.datenschutz .close-btn {
  font-size: 35px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
}

.datenschutz .exit-btn {
  cursor: pointer;
}
</pre></body></html>