/*
Theme Name:  BRIEM WordPress-Theme
Template: 	 blankslate
Theme URI:	 https://wordpress.org/themes/blankslate/
Author:		 Reichmann IT-Solutions
Author URI:	 https://www.reichmann-it.de
Version:	 2.6.3
License:	 GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:    	 opensource     
Text Domain: briemsped
*/
header.header, #wpadminbar, #wrapper.hfeed, .post-edit-link {
  display: none;
}

/* General */
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-thumb {
  background: #E01F27;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: #9f080e;
}

::-moz-selection {
  color: #EAEAEA;
  background: #E01F27;
}

::selection {
  color: #EAEAEA;
  background: #E01F27;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Paralucent", "Open Sans", sans-serif;
  background: #FFF;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

body.loaded {
  overflow-y: overlay;
  overflow-x: hidden;
}

body.noscroll {
  overflow: hidden !important;
}

h1, h2, h3, h4, h5 {
  font-family: "Paralucent", sans-serif;
  margin: 0;
}

h1 {
  font-weight: 600;
}

h2 {
  font-weight: 600;
  font-size: 28px;
  z-index: 20;
  position: relative;
}

h2::after {
  content: "";
  position: absolute;
  left: 1px;
  margin-top: 40px;
  width: 60px;
  border-top: 4px solid #000;
}

p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: #4D4D4D;
  max-width: 80%;
  margin: 0;
}

.txtwhite {
  color: #EAEAEA;
}

a {
  text-decoration: none;
  color: #4D4D4D;
  transition: 0.15s;
}

a:hover {
  color: #E01F27;
}

a.anim::after {
  display: inline-block;
  content: "";
  width: 25px;
  height: 25px;
  margin-left: 0px;
  padding-right: 10px;
  background: transparent url(/wp-content/uploads/2023/04/right-double.svg) no-repeat;
  transition: 0.15s ease;
  vertical-align: bottom;
  visibility: hidden;
  opacity: 0;
}

a.anim:hover::after {
  visibility: visible;
  opacity: 1;
  margin-left: 5px;
  padding-right: 5px;
}

a.pre::after {
  display: inline-block;
  content: "";
  width: 25px;
  height: 25px;
  margin-top: -2px;
  margin-left: 10px;
  padding-right: 10px;
  background: transparent url(/wp-content/uploads/2023/04/right-double.svg) no-repeat;
  transition: 0.15s ease;
  vertical-align: middle;
}

a.pre:hover::after {
  margin-left: 15px;
}

a.overline::before {
  content: "";
  position: absolute;
  margin-top: -20px;
  width: 120px;
  border-top: 1px solid #EAEAEA;
}

a.colored {
  color: #E01F27;
}

a.colored:hover {
  color: #9f080e;
}

ul, li {
  list-style: inherit;
}

section.content {
  z-index: 100 !important;
}

.logo.white a svg #Rechteck_6, .logo.white a svg #Pfad_35, .logo.white a svg #Pfad_36, .logo.white a svg #Pfad_37, .logo.white a svg #Pfad_38, .logo.white a svg #Pfad_39, .logo.white a svg #Pfad_40, .logo.white a svg #Pfad_41, .logo.white a svg #Pfad_42, .logo.white a svg #Pfad_43, .logo.white a svg #Pfad_44, .logo.white a svg #Pfad_45, .logo.white a svg #Pfad_46, .logo.white a svg #Pfad_47, .logo.white a svg #Pfad_48, .logo.white a svg #Pfad_49, .logo.white a svg #Pfad_50, .logo.white a svg #Pfad_51, .logo.white a svg #Rechteck_4, .logo.white a svg #Rechteck_5 {
  fill: #EAEAEA !important;
}

/* Loading */
.navbar {
  display: block;
  background: #fff;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  margin: auto;
  z-index: 69;
  transition: all 0.4s ease-in-out;
}

.navbar .logo {
  display: block;
  position: absolute;
  top: 45%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.4s ease-in-out;
  transform: scale(1.3);
}
.navbar .logo svg {
  transition: 0.1s;
}
.navbar .logo svg #Rechteck_6, .navbar .logo svg #Pfad_35, .navbar .logo svg #Pfad_36, .navbar .logo svg #Pfad_37, .navbar .logo svg #Pfad_38, .navbar .logo svg #Pfad_39, .navbar .logo svg #Pfad_40, .navbar .logo svg #Pfad_41, .navbar .logo svg #Pfad_42, .navbar .logo svg #Pfad_43, .navbar .logo svg #Pfad_44, .navbar .logo svg #Pfad_45, .navbar .logo svg #Pfad_46, .navbar .logo svg #Pfad_47, .navbar .logo svg #Pfad_48, .navbar .logo svg #Pfad_49, .navbar .logo svg #Pfad_50, .navbar .logo svg #Pfad_51, .navbar .logo svg #Rechteck_4, .navbar .logo svg #Rechteck_5 {
  fill: #4D4D4D !important;
}

.navbar .loading-indicator {
  width: 100vw;
  height: 100vh;
  background: url(/wp-content/uploads/2023/04/truck-icon.png);
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-size: 25%;
  position: absolute;
  bottom: 150px;
  animation: loading 5s infinite;
}

@keyframes loading {
  0% {
    transform: translatex(100vw);
  }
  100% {
    transform: translatex(-50vw);
  }
}
@media only screen and (max-width: 1400px) {
  .loading .logo {
    max-width: 35%;
  }
}
@media only screen and (max-width: 900px) {
  .loading .logo {
    max-width: 40%;
  }
}
@media only screen and (max-width: 600px) {
  .loading .logo {
    max-width: 50%;
  }
}
/* Navigation */
.navbar .buttons, .navbar .nav {
  display: none;
}
.navbar .logo a svg #Rechteck_6, .navbar .logo a svg #Pfad_35, .navbar .logo a svg #Pfad_36, .navbar .logo a svg #Pfad_37, .navbar .logo a svg #Pfad_38, .navbar .logo a svg #Pfad_39, .navbar .logo a svg #Pfad_40, .navbar .logo a svg #Pfad_41, .navbar .logo a svg #Pfad_42, .navbar .logo a svg #Pfad_43, .navbar .logo a svg #Pfad_44, .navbar .logo a svg #Pfad_45, .navbar .logo a svg #Pfad_46, .navbar .logo a svg #Pfad_47, .navbar .logo a svg #Pfad_48, .navbar .logo a svg #Pfad_49, .navbar .logo a svg #Pfad_50, .navbar .logo a svg #Pfad_51, .navbar .logo a svg #Rechteck_4, .navbar .logo a svg #Rechteck_5 {
  fill: #4D4D4D;
}

.navbar.loaded {
  height: 120px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: 60px 60px 0 60px;
  margin: 0;
  background: transparent;
}
.navbar.loaded .loading-indicator {
  opacity: 0;
  visibility: hidden;
}
.navbar.loaded .logo {
  animation: loaded 1s forwards cubic-bezier(0, 0.78, 0.59, 1);
  z-index: 10;
}
@keyframes loaded {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  50% {
    transform: translateX(-100vw);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    float: left;
  }
}
.navbar.loaded .logo a svg #Rechteck_6, .navbar.loaded .logo a svg #Pfad_35, .navbar.loaded .logo a svg #Pfad_36, .navbar.loaded .logo a svg #Pfad_37, .navbar.loaded .logo a svg #Pfad_38, .navbar.loaded .logo a svg #Pfad_39, .navbar.loaded .logo a svg #Pfad_40, .navbar.loaded .logo a svg #Pfad_41, .navbar.loaded .logo a svg #Pfad_42, .navbar.loaded .logo a svg #Pfad_43, .navbar.loaded .logo a svg #Pfad_44, .navbar.loaded .logo a svg #Pfad_45, .navbar.loaded .logo a svg #Pfad_46, .navbar.loaded .logo a svg #Pfad_47, .navbar.loaded .logo a svg #Pfad_48, .navbar.loaded .logo a svg #Pfad_49, .navbar.loaded .logo a svg #Pfad_50, .navbar.loaded .logo a svg #Pfad_51, .navbar.loaded .logo a svg #Rechteck_4, .navbar.loaded .logo a svg #Rechteck_5 {
  fill: #EAEAEA;
}
.navbar.loaded .buttons {
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  position: relative;
  z-index: 10;
  transition: 0.15s;
}
.navbar.loaded .buttons .menu, .navbar.loaded .buttons .language, .navbar.loaded .buttons .login {
  cursor: pointer;
  vertical-align: middle;
  height: 30px;
}
.navbar.loaded .buttons .menu {
  position: relative;
  width: 25px;
  height: 16px;
}
.navbar.loaded .buttons .menu div {
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 28px;
  height: 12px;
}
.navbar.loaded .buttons .menu span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #EAEAEA;
  border-radius: 1px;
  transition: all 0.2s cubic-bezier(0.1, 0.82, 0.76, 0.965);
}
.navbar.loaded .buttons .menu span:first-of-type {
  top: 0;
}
.navbar.loaded .buttons .menu span:last-of-type {
  bottom: 0;
}
.navbar.loaded .buttons .menu.active div span:first-of-type {
  transform: rotate(45deg);
  top: 5px;
}
.navbar.loaded .buttons .menu.active div span:last-of-type {
  transform: rotate(-45deg);
  bottom: 5px;
}
.navbar.loaded .buttons .menu:not(.active):hover div span:last-of-type {
  width: 12px;
}
.navbar.loaded .buttons .language:not(.active) svg {
  transition: transform 0.2s;
}
.navbar.loaded .buttons .language:not(.active) svg path {
  transition: fill 0.2s;
}
.navbar.loaded .buttons .language .language-container {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
.navbar.loaded .buttons .language .language-container .language-item {
  display: block;
}
.navbar.loaded .buttons .language .language-container .language-item img {
  max-width: 30px;
  vertical-align: middle;
}
.navbar.loaded .buttons .language .language-container .language-item p {
  display: inline;
  margin-left: 10px;
}
.navbar.loaded .buttons .language .language-container .language-item:first-of-type {
  margin-bottom: 10px;
}
.navbar.loaded .buttons .language:hover svg {
  transform: scale(-1, 1);
}
.navbar.loaded .buttons .language.active svg path {
  fill: #E01F27 !important;
}
.navbar.loaded .buttons .language.active .language-container {
  visibility: visible;
  opacity: 1;
  background: #FFF;
  text-align: left;
  margin-left: -180px;
  margin-top: 10px;
  padding: 23px 30px 25px 30px;
  border-radius: 5px;
}
.navbar.loaded .buttons.dark .menu span {
  background-color: #4D4D4D;
}
.navbar.loaded .buttons.dark .menu:hover span {
  background-color: #E01F27;
}
.navbar.loaded .buttons.dark .language svg path {
  fill: #4D4D4D;
}
.navbar.loaded .buttons.dark .language:hover svg path {
  fill: #E01F27;
}
.navbar.loaded .buttons.main-dark .menu span {
  background-color: #4D4D4D;
}
.navbar.loaded .buttons.main-dark .menu:hover span {
  background-color: #E01F27;
}
.navbar.loaded .buttons.main-dark .language svg path {
  fill: #4D4D4D;
}
.navbar.loaded .buttons.main-dark .language:hover svg path {
  fill: #E01F27;
}
.navbar.loaded .nav {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #FFF;
  transform: translateX(100%);
  z-index: 5;
  transition: 0.25s;
  display: block;
}
.navbar.loaded .nav .middle {
  position: relative;
  top: 48%;
  left: 3%;
  transform: translate(0, -50%);
}
.navbar.loaded .nav .middle .main-nav {
  position: relative;
  top: 27.5%;
  padding: 0;
  list-style: none;
}
.navbar.loaded .nav .middle .main-nav li.nav-item {
  margin-bottom: 25px;
}
.navbar.loaded .nav .middle .main-nav li.nav-item a {
  font-family: "Paralucent", sans-serif;
  font-weight: 600;
  font-size: 35px;
  text-transform: uppercase;
}
.navbar.loaded .nav .middle .services {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 20px 10px;
  position: absolute;
  top: -10%;
  left: 30%;
}
.navbar.loaded .nav .middle .services .service img {
  width: 300px;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
}
.navbar.loaded .nav .middle .services .service a {
  display: block;
  padding: 14px 0 15px 25px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
}
.navbar.loaded .nav .middle .services .service a::before {
  content: "";
  height: 50px;
  width: 10px;
  position: absolute;
  margin-left: -25px;
  margin-top: -17px;
  background: #E01F27;
  color: #000000;
  transition: 0.15s;
}
.navbar.loaded .nav .middle .services .service a:hover {
  color: #EAEAEA !important;
  z-index: 9999;
}
.navbar.loaded .nav .middle .services .service a:hover::before {
  width: 300px;
  z-index: -1;
}
.navbar.loaded .nav .middle .services .service a:hover::after {
  background: transparent url(/wp-content/uploads/2023/04/right-double-white.svg) no-repeat;
}
.navbar.loaded .nav .footer-nav {
  display: inline;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 60px 40px 160px;
}
.navbar.loaded .nav .footer-nav a {
  font-family: "Paralucent", sans-serif;
  font-weight: 600;
  font-size: 17px;
  text-transform: uppercase;
  margin-right: 20px;
}
.navbar.loaded .nav .footer-nav a::after {
  display: inline-block;
  content: "";
  width: 25px;
  height: 25px;
  margin-top: -2px;
  margin-left: 10px;
  padding-right: 10px;
  background: transparent url(/wp-content/uploads/2023/04/right-double.svg) no-repeat;
  transition: 0.15s ease;
  vertical-align: middle;
}
.navbar.loaded .nav .footer-nav p.copy {
  float: right;
  margin-top: -5px;
}
.navbar.loaded .nav .footer-nav::before {
  content: "";
  position: absolute;
  margin-top: -20px;
  width: 120px;
  border-top: 1px solid #4D4D4D;
}
.navbar.loaded .nav .forklift-bg {
  position: absolute;
  top: 30%;
  right: -5%;
  z-index: -1;
}
.navbar.loaded .nav .forklift-bg img {
  height: 400px;
  opacity: 0.25;
}

.navbar.open {
  height: 100%;
}
.navbar.open .nav {
  transform: translateX(0);
}

.navbar.move.open {
  padding: 40px 40px 0 30px;
  height: 25%;
}
.navbar.move.open .logo svg {
  transform: scale(1);
}
.navbar.move.open .logo svg #Rechteck_6, .navbar.move.open .logo svg #Pfad_35, .navbar.move.open .logo svg #Pfad_36, .navbar.move.open .logo svg #Pfad_37, .navbar.move.open .logo svg #Pfad_38, .navbar.move.open .logo svg #Pfad_39, .navbar.move.open .logo svg #Pfad_40, .navbar.move.open .logo svg #Pfad_41, .navbar.move.open .logo svg #Pfad_42, .navbar.move.open .logo svg #Pfad_43, .navbar.move.open .logo svg #Pfad_44, .navbar.move.open .logo svg #Pfad_45, .navbar.move.open .logo svg #Pfad_46, .navbar.move.open .logo svg #Pfad_47, .navbar.move.open .logo svg #Pfad_48, .navbar.move.open .logo svg #Pfad_49, .navbar.move.open .logo svg #Pfad_50, .navbar.move.open .logo svg #Pfad_51, .navbar.move.open .logo svg #Rechteck_4, .navbar.move.open .logo svg #Rechteck_5 {
  fill: #4D4D4D !important;
}
.navbar.move.open .buttons {
  margin: 20px 0 0 0;
}

.navbar.move {
  background: rgba(255, 255, 255, 0.9764705882);
  padding: 20px 50px 20px 40px;
  height: 100px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
.navbar.move .logo svg {
  transform: scale(0.9);
}
.navbar.move .buttons {
  margin: 15px 0 0 0;
}

/* Startseite */
.introanim {
  opacity: 0;
  transform: translateY(30px);
  animation: introanim 0.5s linear forwards;
}

@keyframes introanim {
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.bg-video video {
  -o-object-fit: cover;
     object-fit: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}

.bg-video::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  color: #000;
  background: #000;
  opacity: 0.15;
  z-index: 0;
}

.headline {
  position: absolute;
  top: 37%;
  left: 7.5%;
}
.headline h1 {
  color: #EAEAEA;
  font-size: 57px;
  text-transform: uppercase;
  line-height: 55px;
  margin: 0 0 20px 0;
}
.headline h1 span {
  display: block;
  font-weight: 800;
  color: #E01F27;
  animation-delay: 0.3s;
}
.headline p {
  max-width: 55%;
  animation-delay: 0.6s;
}

.services-menu {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  animation-delay: 0.9s;
  z-index: 20;
  padding: 0 3rem 0 3rem;
  max-width: calc(1024px + 3rem);
}
.services-menu .top-border {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
.services-menu .top-border .line-left, .services-menu .top-border .text, .services-menu .top-border .line-right {
  flex: 0 1 auto;
  overflow: hidden;
}
.services-menu .top-border .line-left svg, .services-menu .top-border .line-right svg {
  vertical-align: -webkit-baseline-middle;
  vertical-align: -moz-middle-with-baseline;
}
.services-menu .top-border .text {
  color: #E01F27;
  text-transform: uppercase;
  font-family: "Paralucent", sans-serif;
  font-size: 15px;
  font-weight: 600;
  padding: 0 1rem 0 1rem;
}
.services-menu .services {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  transition: 0.15s;
}
.services-menu .services .service {
  color: #EAEAEA;
  text-transform: uppercase;
  font-family: "Paralucent", sans-serif;
  font-weight: 600;
  font-size: 17px;
  padding: 20px 80px;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: 0.15s;
}
.services-menu .services .service svg {
  vertical-align: middle;
  margin-right: 25px;
}
.services-menu .services .service svg path {
  transition: 0.15s;
}
.services-menu .services .service.transport::before, .services-menu .services .service.transport::after {
  content: "";
  position: absolute;
  margin-top: -5px;
  height: 35px;
  width: 2px;
  border-left: 1px solid #EAEAEA;
}
.services-menu .services .service.transport::before {
  margin-left: -80px;
}
.services-menu .services .service.transport::after {
  margin-left: 80px;
}
.services-menu .services.interacted .service:not(.active) {
  opacity: 0.35 !important;
}
.services-menu .services.interacted .service.active {
  color: #EAEAEA;
}
.services-menu .services.interacted .service.active svg path {
  fill: #EAEAEA;
}

section.service-section {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
section.service-section .bg-img img {
  height: 100vh;
  width: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
}
section.service-section .bg-img::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  color: #000;
  background: #000;
  opacity: 0.4;
  z-index: 0;
}
section.service-section .section-headline::before {
  content: "";
  position: absolute;
  margin-top: -20px;
  margin-left: 3px;
  width: 100px;
  border-top: 7px solid #E01F27;
}
section.service-section .section-headline .learn-more {
  margin-top: 75px;
}
section.service-section .section-headline .learn-more a {
  text-transform: uppercase;
  font-family: "Paralucent", sans-serif;
  font-weight: 600;
  font-size: 17px;
}

section.service-section.active {
  opacity: 1;
  visibility: visible;
}
section.service-section.active .slideanim {
  opacity: 0;
  transform: translateY(30px);
  animation: introanim 0.3s linear forwards;
}
section.service-section.active .section-headline p {
  animation-delay: 0.1s;
}
section.service-section.active .section-headline .learn-more {
  animation-delay: 0.2s;
}

section.section-transport .section-headline .type-buttons {
  margin-top: 40px;
  animation-delay: 0.2s;
}
section.section-transport .section-headline .type-buttons .btn {
  padding: 20px 45px;
  border: 1px solid #EAEAEA;
  width: 200px;
  display: inline-flex;
  justify-content: center;
  color: #EAEAEA;
  text-transform: uppercase;
  font-family: "Paralucent", sans-serif;
  font-weight: 600;
  font-size: 17px;
  transition: 0.2s;
}
section.section-transport .section-headline .type-buttons .btn svg {
  margin-right: 20px;
  transform: scale(1.3);
}
section.section-transport .section-headline .type-buttons .btn:first-of-type svg {
  transform: scale(1.6);
}
section.section-transport .section-headline .type-buttons .btn:not(:first-of-type) {
  margin-left: 10px;
}
section.section-transport .section-headline .type-buttons .btn:hover, section.section-transport .section-headline .type-buttons .btn:focus {
  box-shadow: inset 200px 0 0 0 #E01F27;
  border-color: #E01F27;
}

/* Unterseiten */
section.sub_content {
  margin-top: -75px;
  margin-left: 100px;
  z-index: 50;
  position: relative;
  padding-bottom: 100px;
}
section.sub_content .container:not(:first-of-type) {
  margin-top: 175px;
}
section.sub_content .container {
  scroll-margin-top: 150px;
  position: relative;
}
section.sub_content .container p {
  margin-top: 35px;
  line-height: 33px;
}
section.sub_content .container .container-background {
  position: absolute;
  margin-top: -50px;
  left: -150px;
}
section.sub_content .container.first-container {
  z-index: 5599;
}
section.sub_content .container.first-container .inner-container {
  background: #FFF;
  padding: 100px 50px 40px 50px;
  width: 60%;
}
section.sub_content .container.first-container .inner-container .text-container {
  background: #FFF;
  padding: 30px 60px 10px 0px;
  z-index: 12;
  position: relative;
  top: 0;
}
section.sub_content .container.first-container .inner-container p {
  max-width: 100%;
  margin-top: 0;
}
section.sub_content .container.first-container .inner-container-wide {
  width: 100% !important;
  padding-right: 10%;
}
section.sub_content .container.first-container .image {
  position: absolute;
  float: right;
  top: 6vh;
  right: 200px;
  height: 375px;
  width: 700px;
  z-index: 11;
}
section.sub_content .container.first-container .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.sub_content .container.intend {
  margin-left: auto;
  width: 95%;
}
section.sub_content .container.intend p {
  margin-top: 0 !important;
  max-width: 100%;
}
section.sub_content .container.intend .inner-container {
  padding: 40px 50px 40px 0;
  background: #FFF;
  width: 62%;
  z-index: 10;
  position: relative;
}
section.sub_content .container.intend .image {
  position: absolute;
  float: right;
  top: -3vh;
  right: 200px;
  height: 420px;
  width: 700px;
  z-index: 5;
}
section.sub_content .container.intend .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.sub_content .container.link-container .inner-container {
  display: grid;
  grid-template-columns: 3fr 1fr;
  width: 75vw;
  align-items: center;
}
section.sub_content .container.link-container .info {
  border-right: 1px solid #4D4D4D;
  height: -moz-max-content;
  height: max-content;
  padding-bottom: 40px;
}
section.sub_content .container.link-container .info p {
  max-width: 85%;
}
section.sub_content .container.link-container .links {
  display: block;
  margin-left: 100px;
}
section.sub_content .container.link-container .links a:first-of-type {
  margin-bottom: 20px;
}
section.sub_content .container.link-container .links a {
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-size: 17px;
}
section.sub_content .divider {
  margin: 150px auto -50px auto;
  max-width: 80vw;
  border-top: 1px solid #DADADA;
}

section.sub_content.special {
  margin-top: 100px;
}
section.sub_content.special h2 {
  margin-bottom: 30px;
}
section.sub_content.special h2:not(:first-of-type) {
  margin-top: 70px;
}
section.sub_content.special h3 {
  margin-bottom: 5px;
  font-size: 1.17em;
}
section.sub_content.special p {
  margin-top: 5px;
  margin-bottom: 30px;
  line-height: 32px;
}
section.sub_content.special ul {
  margin-top: -20px;
  color: #4D4D4D;
  font-family: "Open Sans", sans-serif;
  line-height: 32px;
  width: 70vw;
  padding-left: 30px;
}

section.hero .bg-image img {
  width: 85%;
  height: 800px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, -20% 350%, 0% 80%);
          clip-path: polygon(0% 0%, 100% 0%, -20% 350%, 0% 80%);
}
section.hero .bg-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 800px;
  width: 85%;
  color: #000;
  background: #000;
  opacity: 0.5;
  z-index: 0;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, -20% 350%, 0% 80%);
          clip-path: polygon(0% 0%, 100% 0%, -20% 350%, 0% 80%);
}
section.hero .text {
  position: absolute;
  top: 33%;
  left: 8%;
  width: 90%;
}
section.hero .text h1 {
  font-size: 50px;
  text-transform: uppercase;
  color: #E01F27;
  font-weight: 700;
  word-break: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
  width: 50vw;
}
section.hero .text p {
  margin-top: 10px;
  max-width: 45vw;
}

section.hero.special .bg-image img {
  height: 600px;
}
section.hero.special .bg-image::after {
  height: 600px;
}

.sub-menu {
  position: absolute;
  bottom: 20%;
  right: 40px;
  float: right;
  overflow: hidden;
  transition: 0.25s;
  z-index: 51;
  padding: 20px 20px;
  border-radius: 10px;
}
.sub-menu a.to-top {
  justify-content: flex-end;
  display: flex;
  margin-right: -20px;
  margin-bottom: 10px;
}
.sub-menu a.to-top img {
  max-width: 20px;
  transition: 0.15s;
}
.sub-menu a.to-top:hover img {
  transform: scale(1.3);
}
.sub-menu ul {
  text-align: right;
  list-style: url(/wp-content/uploads/2023/04/bulletlist.svg);
  direction: rtl;
  margin: 0;
}
.sub-menu ul li {
  margin-bottom: 10px;
  padding-right: 10px;
}
.sub-menu ul li a {
  font-size: 15px;
  text-transform: uppercase;
}

.sub-menu.sticky {
  position: sticky;
  top: 65%;
  transform: translateY(20%);
  background: #FFF;
}

.keyfacts {
  background: url(/wp-content/uploads/2023/10/instagram_lkw_dark.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  width: 94%;
}
.keyfacts .keyfacts-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.keyfacts .keyfacts-grid .keyfacts-grid-item {
  padding: 75px 100px;
}
.keyfacts .keyfacts-grid .keyfacts-grid-item h3 {
  font-size: 55px;
  text-align: center;
  text-transform: uppercase;
  color: #EAEAEA;
  line-height: 65px;
}
.keyfacts .keyfacts-grid .keyfacts-grid-item h3 .big {
  font-size: 88px;
  display: block;
  color: #E01F27;
  font-style: italic;
}
.keyfacts .keyfacts-grid .keyfacts-grid-item.keyfacts-headline {
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.keyfacts .keyfacts-grid .keyfacts-grid-item.keyfacts-headline span {
  font-size: 38px;
  color: #4D4D4D;
}
.keyfacts .keyfacts-grid .keyfacts-grid-item-wide-1 {
  grid-area: 2/1/3/3;
}
.keyfacts .keyfacts-grid .keyfacts-grid-item-wide-2 {
  grid-area: 2/3/3/5;
}
.keyfacts .keyfacts-grid .keyfacts-grid-item.keyfacts-red-bg {
  background: #E01F27;
}
.keyfacts .keyfacts-grid .keyfacts-grid-item.keyfacts-red-bg h3 {
  color: #EAEAEA !important;
}
.keyfacts .keyfacts-grid .keyfacts-grid-item.keyfacts-red-bg .big {
  color: #EAEAEA !important;
}

.philosophy-values {
  display: flex;
  list-style: none;
  justify-content: space-between;
  margin-top: 75px;
}
.philosophy-values .value img {
  width: 150px;
}
.philosophy-values .value h3 {
  text-align: center;
  margin-top: 30px;
}

.timeline {
  position: relative;
  margin: 100px auto auto auto;
}
.timeline__nav {
  position: sticky;
  z-index: 99;
  top: 200px !important;
  bottom: 50px;
  transition: top 0.3s ease-out;
  float: left;
}
.timeline__nav ul {
  list-style: none;
  list-style-position: inside;
  margin: 15px 0;
  width: -moz-max-content;
  width: max-content;
  float: left;
}
.timeline__nav ul li {
  margin: 15px 0;
  padding-left: 0;
  list-style-type: none;
  color: #bfc1c3;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: all 0.3s ease-out;
  text-align: center;
}
.timeline__nav ul li.active {
  font-weight: bold;
  color: #E01F27;
  border-bottom: 1px dotted transparent;
  transform: scale(1.2);
}
.timeline__nav ul li:hover {
  color: #000;
}
.timeline .wrapper {
  margin: 0 auto;
  padding: 0 12% 50px;
  width: 100%;
}
.timeline .wrapper h3.milestone {
  margin-top: 30px;
}
.timeline .wrapper p {
  margin-top: 0 !important;
  max-width: 85%;
}

.historie h2 {
  float: right;
  margin-right: 100px;
}
.historie .slider {
  display: flex;
  width: 100%;
  overflow-x: hidden;
  align-items: flex-start;
}
.historie .slider .slide {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-width: 100%;
  gap: 50px;
}
.historie .slider .slide .slide-img img {
  max-width: 1100px;
  max-height: 550px;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.historie .slider .slide .slide-img img.vertical {
  -o-object-fit: contain;
     object-fit: contain;
}
.historie .slider .slide .slide-desc {
  margin-left: -150px;
  margin-top: 75px;
}
.historie .slider .slide .slide-desc h3 {
  color: #E01F27;
  font-size: 140px;
  margin: 0;
}
.historie .slider .slide .slide-desc p {
  margin: -10px 0;
  padding: 20px 25px;
  background: #FFF;
  max-width: 80%;
}
.historie .slider .slide-btns {
  position: absolute;
  bottom: 20px;
  right: 0;
  margin-right: 33vw;
}
.historie .slider .slide-btns .slide-btn {
  display: inline-block;
  padding: 15px;
  border: 1px solid transparent;
  border-radius: 50px;
  transition: 0.2s;
  cursor: pointer;
}
.historie .slider .slide-btns .slide-btn img {
  width: 30px;
  display: block;
  margin: auto;
}
.historie .slider .slide-btns .slide-btn:hover {
  background: #E01F27;
}
.historie .slider .slide-btns .slide-btn:hover img {
  filter: invert(100%) sepia(15%) saturate(118%) hue-rotate(168deg) brightness(111%) contrast(111%);
}
.historie .slider .slide-btns .disable {
  opacity: 0.2;
  cursor: not-allowed;
}
.historie .slider .slide-btns .disable:hover {
  background: none;
}
.historie .slider .slide-btns .disable:hover img {
  filter: none;
}
.historie .slider #slide-1 {
  margin-left: 0%;
  transition: 0.25s;
}

.nachhaltigkeit {
  position: relative;
  margin-left: -100px;
  padding-top: 150px;
}
.nachhaltigkeit .inner-container {
  position: relative;
  padding: 60px 120px 90px 70px;
  max-width: 50%;
  background: white;
  z-index: 10;
}
.nachhaltigkeit .inner-container h2 img {
  max-width: 11%;
  margin-left: 5px;
}
.nachhaltigkeit .inner-container p {
  max-width: 100%;
}
.nachhaltigkeit .video {
  position: absolute;
  top: 0;
  width: 100%;
  height: 300px;
  z-index: 1;
}
.nachhaltigkeit .video video {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 750px;
  -o-object-fit: cover;
     object-fit: cover;
}

.standorte .left {
  width: 45%;
  float: left;
}
.standorte .left .benefits {
  margin-top: 30px;
}
.standorte .left .benefits .benefit {
  display: block;
  margin-bottom: 20px;
}
.standorte .left .benefits .benefit svg {
  height: 50px;
  width: 50px;
  padding: 10px;
  background-color: #E01F27;
  text-align: center;
  border-radius: 50px;
  vertical-align: middle;
}
.standorte .left .benefits .benefit span {
  vertical-align: sub;
  margin-left: 20px;
  font-size: 18px;
  color: #4D4D4D;
  font-family: "Paralucent", sans-serif;
  font-weight: 400;
}
.standorte .right {
  width: 55%;
}
.standorte .right .standort-container {
  display: flex;
  flex-direction: row;
  gap: 50px;
}
.standorte .right .standort-container .standort .standort-img img {
  width: 350px;
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 10% 0;
     object-position: 10% 0;
}
.standorte .right .standort-container .standort span {
  color: #E01F27;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 0 10px 0;
  display: block;
}
.standorte .right .standort-container .standort p {
  margin: 0 0 50px 0;
  max-width: 100%;
}
.standorte .right .standort-container .standort a {
  text-transform: uppercase;
  font-weight: 600;
}
.standorte .right .standort-container .standort a::before {
  border-color: #4D4D4D;
}

.zertifizierungen .zertifikat:first-of-type {
  margin-top: -80px;
}
.zertifizierungen .inner-container {
  padding-top: 70px !important;
}
.zertifizierungen .zertifikat {
  padding-top: 150px;
  margin-top: -100px;
  display: grid;
  grid-template-columns: 0.5fr 2fr;
  width: 75vw;
}
.zertifizierungen .zertifikat .zertifikat-img {
  margin-right: 70px;
}
.zertifizierungen .zertifikat .zertifikat-img img {
  width: 230px;
  height: 160px;
  -o-object-fit: contain;
     object-fit: contain;
}
.zertifizierungen .zertifikat .text h3 {
  font-size: 21px;
  margin-bottom: 10px;
}
.zertifizierungen .zertifikat .text p {
  margin-bottom: 20px;
}
.zertifizierungen .zertifikat .text a {
  text-transform: uppercase;
  font-weight: 600;
}

.container.highlight {
  margin-left: -100px;
  width: 75vw;
  margin-bottom: -25px;
}
.container.highlight .inner-container {
  padding: 60px 140px 60px 80px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
}
.container.highlight .inner-container .materials {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
.container.highlight .inner-container .materials .material {
  display: flex;
  align-items: center;
}
.container.highlight .inner-container .materials .material img {
  max-width: 70px;
  vertical-align: middle;
}
.container.highlight .inner-container .materials .material h5 {
  display: inline;
  font-weight: 400;
  margin-left: 20px;
  font-size: 15px;
}

.unsere-services .switch-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  text-align: center;
  background: url(/wp-content/uploads/2023/10/instagram_lkw_dark.jpg);
  background-repeat: no-repeat;
  background-position: 200px 45%;
  background-size: cover;
  width: 90%;
}
.unsere-services .switch-container .switch-item {
  padding: 90px;
}
.unsere-services .switch-container .switch-item h3 {
  color: #EAEAEA;
  font-size: 32px;
  font-weight: 600;
}
.unsere-services .switch-container .switch-item.switch-hoverable {
  cursor: pointer;
}
.unsere-services .switch-container .switch-item.active h3 {
  outline: 3px solid #FFF;
  outline-style: solid;
  outline-offset: 75px;
}
.unsere-services .switch-container .switch-item.white-bg {
  background: #FFFFFF;
}
.unsere-services .switch-container .switch-item.white-bg h3 {
  color: #000000;
}
.unsere-services .switch-container .switch-item.red-bg {
  background: #E01F27;
}
.unsere-services .switch-container .switch-item.red-bg h3 {
  color: #EAEAEA;
}
.unsere-services #switch-text {
  max-width: 90% !important;
  opacity: 0;
  transition: 0.5s;
}
.unsere-services #switch-text.reveal {
  opacity: 1;
}

.expand-collect {
  display: grid;
  grid-template-rows: auto;
  gap: 30px;
}
.expand-collect .expand-container .expand-header {
  width: 100%;
  /*padding: 40px 0 40px 50px;
  background: url(/wp-content/uploads/2023/10/expand-bg-small.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;*/
  padding: 40px 0 40px 0;
  border-bottom: 1px solid #4D4D4D;
  cursor: pointer;
  transition: 0.2s background-size;
}
.expand-collect .expand-container .expand-header h3 {
  /*color: #EAEAEA;*/
  color: #4D4D4D;
  font-size: 24px;
  font-weight: 600;
}
.expand-collect .expand-container .expand-header h3::after {
  content: "";
  /*background: url(/wp-content/uploads/2023/10/upwards-single.svg) no-repeat;*/
  background: url(/wp-content/uploads/2024/03/upwards-single-gray.svg) no-repeat;
  transform: rotate(180deg);
  height: 11px;
  width: 20px;
  position: absolute;
  margin-left: 20px;
  margin-top: 10px;
  transition: 0.2s;
}
.expand-collect .expand-container .expand-header:hover {
  background-size: 110%;
}
.expand-collect .expand-container .expand-content {
  height: 0;
}
.expand-collect .expand-container .expand-content p, .expand-collect .expand-container .expand-content h4 {
  visibility: hidden;
  opacity: 0;
  height: auto;
  max-height: 0;
  transition: 0.2s;
  max-width: 90%;
}
.expand-collect .expand-container .expand-content h4 {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 10px;
}
.expand-collect .expand-container .expand-content h4.solution {
  color: #E01F27;
}
.expand-collect .expand-container.open .expand-header {
  background-size: 110%;
}
.expand-collect .expand-container.open .expand-header h3::after {
  transform: rotate(0);
}
.expand-collect .expand-container.open .expand-content {
  height: auto;
}
.expand-collect .expand-container.open .expand-content p, .expand-collect .expand-container.open .expand-content h4 {
  padding-top: 20px;
  visibility: visible;
  opacity: 1;
  height: auto;
  max-height: 700px;
}

.expand-collect.expand-duo {
  grid-template-columns: 1fr 1fr;
}

.expand-collect.expand-single {
  grid-template-columns: 1fr;
  width: 85vw;
  margin-top: 50px;
}
.expand-collect.expand-single .expand-content p {
  padding-top: 0 !important;
  margin-top: 0;
}

.summary {
  border-left: 9px solid #E01F27;
  padding: 20px 0 20px 30px;
  margin-left: 50px;
  scroll-margin-top: 150px;
  margin-top: 110px;
  display: inline-block;
}
.summary h3 {
  color: #E01F27;
  margin-bottom: 10px;
  font-size: 21px;
}
.summary ul {
  color: #4D4D4D;
  margin: 0;
  padding: 0 0 0 20px;
  font-family: "Open Sans", sans-serif;
}
.summary ul li {
  line-height: 33px;
}
.summary .lists {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 20px;
}
.summary .lists h4 {
  font-weight: 600;
  font-size: 19px;
}
.summary .lists ul {
  margin-top: 20px;
  padding-left: 40px;
  list-style-type: disc;
}
.summary .lists ul li {
  padding-left: 20px;
}

.contact-us {
  text-align: center;
  margin-top: 100px;
  scroll-margin-top: 150px;
  margin-left: -100px;
  padding-bottom: 40px;
}
.contact-us hr {
  width: 75vw;
  margin: 0 auto;
  border-top: 1px solid #DADADA;
  margin-bottom: 100px;
}
.contact-us h1 {
  color: #E01F27;
  font-size: 37px;
  font-weight: 700;
  margin-bottom: 20px;
}
.contact-us p {
  display: inline;
}
.contact-us p svg {
  vertical-align: text-top;
  margin-right: 10px;
}
.contact-us p:last-child {
  margin-left: 10px;
}


.first-post-wrapper {
  margin-top: 100px;
  min-height: 380px;
}
.first-post-wrapper .listing-item {
  display: grid;
  grid-template-rows: 2vh 1fr;
  align-items: start;
  box-sizing: border-box;
}
.first-post-wrapper .listing-item .image {
  grid-column: 2;
  position: relative !important;
  float: none !important;
  top: -60px !important;
  right: 0 !important;
  width: 47vw !important;
  height: 500px !important;
}
.first-post-wrapper .listing-item .title {
  margin-top: 10px;
  font-family: "Paralucent", sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #E01F27;
  text-transform: uppercase;
}
.first-post-wrapper .listing-item .date {
  grid-row: 1;
  font-family: "Paralucent", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #4D4D4D;
  text-transform: uppercase;
}
.first-post-wrapper .listing-item .excerpt {
  grid-column: 1;
  margin-top: 20px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #4D4D4D;
  line-height: 33px;
  width: 90%;
}

.first-post-wrapper, .post-wrapper {
  box-sizing: border-box;
  width: 85vw;
}
.first-post-wrapper .listing-item .image img, .post-wrapper .listing-item .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.first-post-wrapper .listing-item .excerpt a, .post-wrapper .listing-item .excerpt a {
  display: block;
  text-transform: uppercase;
  font-family: "Paralucent", sans-serif;
  font-weight: 600;
  font-size: 17px;
  margin-top: 40px;
  width: max-content;
}
.first-post-wrapper .listing-item .excerpt a::before, .post-wrapper .listing-item .excerpt a::before {
  content: "";
  position: absolute;
  margin-top: -15px;
  width: 120px;
  border-top: 1px solid #4D4D4D;
}
.first-post-wrapper .listing-item .excerpt a::after, .post-wrapper .listing-item .excerpt a::after {
  display: inline-block;
  content: "";
  width: 25px;
  height: 25px;
  margin-top: -4px;
  margin-left: 10px;
  padding-right: 10px;
  background: transparent url(/wp-content/uploads/2023/04/right-double.svg) no-repeat;
  transition: 0.15s ease;
  vertical-align: middle;
}
.first-post-wrapper .listing-item .excerpt a:hover::after, .post-wrapper .listing-item .excerpt a:hover::after {
  margin-left: 15px;
}

.post-wrapper {
  margin-top: 130px;
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
}
.post-wrapper .listing-item {
  display: grid;
}
.post-wrapper .listing-item .image {
  position: relative !important;
  float: none !important;
  top: 0 !important;
  right: 0 !important;
  height: 275px !important;
  width: 100% !important;
  margin-bottom: 30px;
}
.post-wrapper .listing-item .title {
  margin-top: 5px;
  font-family: "Paralucent", sans-serif;
  font-size: 25px;
  font-weight: 600;
  color: #E01F27;
  text-transform: uppercase;
  line-height: 25px;
  min-height: 75px;
}
.post-wrapper .listing-item .date {
  grid-row: 2;
  font-family: "Paralucent", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #4D4D4D;
  text-transform: uppercase;
}
.post-wrapper .listing-item .excerpt {
  visibility: hidden;
  margin-bottom: 40px;
}
.post-wrapper .listing-item .excerpt a {
  visibility: visible !important;
}

.hero .text a.back-btn::before {
  display: inline-block;
  content: "";
  width: 25px;
  height: 25px;
  margin-top: -3px;
  margin-right: 7px;
  background: transparent url(/wp-content/uploads/2023/04/right-double.svg) no-repeat;
  transform: rotate(180deg);
  transition: 0.15s ease;
  vertical-align: middle;
}
.hero .text a.back-btn {
  text-transform: uppercase;
  font-weight: 600;
}
.hero .text h1 {
  margin-top: 10px;
}

.briem-slider {
  padding-right: 100px;
}

.engage {
  position: relative;
  margin-left: -50px !important;
  margin-top: 120px !important;
  margin-bottom: 150px;
}
.engage .inner-container {
  margin: 0 auto;
  text-align: center;
  background: #E01F27;
  width: 70vw;
  padding: 100px 0 120px 0 !important;
  color: #EAEAEA;
  box-shadow: 10px 10px 15px 0px rgba(224, 31, 37, 0.2);
}
.engage .inner-container h3 {
  font-size: 38px;
  font-weight: 800;
  margin-bottom: 50px;
}
.engage .inner-container a {
  padding: 22px 100px;
  color: #EAEAEA;
  border: 1px solid #EAEAEA;
}
.engage .inner-container a:first-of-type {
  margin-right: 30px;
}
.engage .inner-container a:hover {
  background-color: #EAEAEA;
  color: #E01F27;
}

.values {
  display: flex;
  list-style: none;
}
.values li img {
  max-width: 160px;
}
.values li h3 {
  margin-top: 10px;
}
.values li p {
  margin-top: 10px !important;
}

.karriere-post-wrapper {
  margin-top: 50px;
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
  width: 85vw;
}
.karriere-post-wrapper .listing-item {
  border: 1px solid #DADADA;
  padding: 30px 0 0 30px;
  position: relative;
}
.karriere-post-wrapper .listing-item .title {
  font-family: "Paralucent", sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #4D4D4D;
  width: 90%;
  display: block;
  line-height: 27px;
}
.karriere-post-wrapper .listing-item .excerpt {
  visibility: hidden;
}
.karriere-post-wrapper .listing-item .excerpt .excerpt-more {
  visibility: visible !important;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #EAEAEA;
  background: #E01F27;
  border: 1px solid #E01F27;
  padding: 20px 60px;
  text-transform: uppercase;
  font-weight: 600;
}
.karriere-post-wrapper .listing-item .excerpt .excerpt-more:hover {
  background: #FFF;
  color: #E01F27;
}
.karriere-post-wrapper .listing-item .excerpt .excerpt-more::after {
  display: inline-block;
  content: "";
  width: 25px;
  height: 25px;
  margin-top: -2px;
  margin-left: 10px;
  padding-right: 0;
  background: transparent url(/wp-content/uploads/2023/04/right-double-white.svg) no-repeat;
  transition: 0.15s ease;
  vertical-align: middle;
}
.karriere-post-wrapper .listing-item .excerpt .excerpt-more:hover::after {
  background: transparent url(/wp-content/uploads/2023/04/right-double.svg) no-repeat;
}
.karriere-post-wrapper .listing-item .content {
  height: 150px;
  overflow: hidden;
  margin-bottom: 50px;
  width: 90%;
  visibility: hidden;
}
.karriere-post-wrapper .listing-item .content ul:first-of-type {
  font-family: "Open Sans", sans-serif;
  color: #4D4D4D;
  font-size: 16px;
  line-height: 30px;
  list-style-type: disc;
  margin-top: 0;
  padding: 0 0 0 30px;
  visibility: visible;
}

h2.display-posts-title {
  margin-top: 50px;
  color: #E01F27;
  text-transform: uppercase;
  font-size: 24px;
}

h2.display-posts-title::after {
  display: none;
}

.ausbildung-post-wrapper {
  margin-top: 30px;
}

.gmaps, .timeslot, .sendungsverfolgung {
  padding-right: 100px;
}

.iframe-container {
  background: #FFFFFF;
  padding: 50px 50px;
}

p.fullscreen:hover {
  text-decoration: underline;
  cursor: pointer;
}

.footer {
  position: relative;
  background: #EAEAEA;
  z-index: 60;
  margin-top: 30px;
  padding: 80px 100px 0 100px;
  overflow: hidden;
}
.footer .footer-headline h1 {
  color: #4D4D4D;
  font-size: 35px;
  text-transform: uppercase;
}
.footer .footer-headline h1 span {
  color: #E01F27;
  font-size: 44px;
  display: block;
  font-weight: 700;
}
.footer .to-top {
  position: absolute;
  top: 100px;
  right: 100px;
  font-size: 17px;
  font-weight: 600;
  color: #4D4D4D;
  text-transform: uppercase;
}
.footer .to-top img {
  width: 40px;
  vertical-align: middle;
}
.footer .to-top:hover {
  color: #E01F27;
}
.footer .middle {
  display: flex;
  align-items: center;
  padding-top: 70px;
}
.footer .middle .info {
  background: #FFF;
  margin: 0 0 0 -100px;
  padding: 90px 150px 90px 100px;
  width: -moz-fit-content;
  width: fit-content;
}
.footer .middle .info img {
  width: 400px;
}
.footer .middle .info p {
  margin-top: 50px;
  max-width: -moz-max-content;
  max-width: max-content;
}
.footer .middle .footer-menu {
  display: inline;
  list-style: none;
  margin-left: 75px;
  padding: 0;
  z-index: 10;
}
.footer .middle .footer-menu a::after {
  display: inline-block;
  content: "";
  width: 25px;
  height: 25px;
  margin-left: 0px;
  padding-right: 10px;
  background: transparent url(/wp-content/uploads/2023/04/right-double.svg) no-repeat;
  transition: 0.15s ease;
  vertical-align: bottom;
  visibility: hidden;
  opacity: 0;
}
.footer .middle .footer-menu a:hover::after {
  visibility: visible;
  opacity: 1;
  margin-left: 5px;
  padding-right: 5px;
}
.footer .middle .footer-menu .footer-menu-first-row, .footer .middle .footer-menu .footer-menu-second-row {
  width: -moz-max-content;
  width: max-content;
}
.footer .middle .footer-menu .footer-menu-first-row .footer-menu-item, .footer .middle .footer-menu .footer-menu-second-row .footer-menu-item {
  display: inline-block;
  margin-right: 50px;
  vertical-align: text-top;
}
.footer .middle .footer-menu .footer-menu-first-row .footer-menu-item h3, .footer .middle .footer-menu .footer-menu-second-row .footer-menu-item h3 {
  display: block;
  font-size: 25px;
  color: #E01F27;
  font-weight: 400;
}
.footer .middle .footer-menu .footer-menu-first-row .footer-menu-item ul, .footer .middle .footer-menu .footer-menu-second-row .footer-menu-item ul {
  list-style: none;
  padding: 0;
  margin: 10px 0 0 0;
}
.footer .middle .footer-menu .footer-menu-first-row .footer-menu-item ul li, .footer .middle .footer-menu .footer-menu-second-row .footer-menu-item ul li {
  font-size: 17px;
  margin-bottom: 10px;
}
.footer .middle .footer-menu .footer-menu-first-row .footer-menu-item ul li a::after, .footer .middle .footer-menu .footer-menu-second-row .footer-menu-item ul li a::after {
  width: 20px;
  height: 20px;
}
.footer .middle .footer-menu .footer-menu-second-row {
  margin-top: 50px;
}
.footer .middle .footer-menu .footer-menu-social-row {
  margin-top: 40px;
}
.footer .middle .footer-menu .footer-menu-social-row a {
  padding: 15px 50px 20px 50px;
  border: 1px solid #4D4D4D;
  margin-right: 10px;
  transition: 0.15s;
  text-align: center;
}
.footer .middle .footer-menu .footer-menu-social-row a svg {
  vertical-align: middle;
}
.footer .middle .footer-menu .footer-menu-social-row a svg path {
  transition: 0.15s;
}
.footer .middle .footer-menu .footer-menu-social-row a svg#Instagram_logo_2016 {
  transform: translateX(3px);
}
.footer .middle .footer-menu .footer-menu-social-row a::after, .footer .middle .footer-menu .footer-menu-social-row a:hover::after {
  display: none;
}
.footer .middle .footer-menu .footer-menu-social-row a:hover {
  border-color: #E01F27;
}
.footer .middle .footer-menu .footer-menu-social-row a:hover svg path#Pfad_134, .footer .middle .footer-menu .footer-menu-social-row a:hover svg path#iconmonstr-linkedin-3 {
  fill: #E01F27;
}
.footer .forklift-bg {
  position: absolute;
  top: 35%;
  right: -8.5%;
  z-index: -1;
}
.footer .forklift-bg img {
  height: 400px;
  opacity: 0.5;
}
.footer .imprint {
  background: #FFF;
  margin-left: -100px;
  width: 100vw;
  padding: 25px 100px 25px 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .imprint .links a:not(:first-of-type) {
  margin-left: 20px;
}
.footer .imprint .links a:hover {
  margin-right: -5px;
}/*# sourceMappingURL=style.css.map */