a {
	transition: all 0.4s ease;
}

.max-1440 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.reddot::after {
  content: ".";
  color: #dd042d;
	position: absolute;
}

#leistungnav {
transition: all 0.4s ease;
}

#leistungnav.is-stuck {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 979;
  background: #ffffff;
  transition: top 0.2s ease-out;
	padding-top: 18px !important;
}

#logistik, #national, #international {
  scroll-margin-top: 0;
}

#leistungnav a {
  background-color: #ffffff;
	color: #dd042d;
  border-bottom: 0px solid #dd042d !important;
}

#leistungnav a.is-active {
  background-color: #dd042d;
	color: #ffffff;
  border-bottom: 0px solid #dd042d !important;
}

#leistungnav.is-stuck::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 40px;
  background: linear-gradient(to bottom, #0000002b 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}

.footer__mailtel {
    display: flex;
    gap: 12px;
	justify-content: flex-end;
}

.footer__mailtel a {
	color: #ffffff;
}