@charset "UTF-8";
/*
Theme Name: Lohmoeller Theme
Author: STUDIOHORN
Author URI: https://studio-horn.de
Description: Das globale Lohmoeller Theme
[...]
Template: twentytwentythree
[...]
*/
/*== General SCSS ==*/
/*== General ==*/
/********************** fonts ********************************/
@font-face {
  font-family: "DIN";
  src: url("assets/fonts/D-DIN.eot") format("embedded-opentype");
  src: url("assets/fonts/D-DIN.woff") format("woff"), url("assets/fonts/D-DIN.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN Bold";
  src: url("assets/fonts/DIN-Bold.eot") format("embedded-opentype");
  src: url("assets/fonts/DIN-Bold.woff") format("woff"), url("assets/fonts/DIN-Bold.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN Alternate Medium";
  src: url("assets/fonts/DIN-Alternate-Medium.eot") format("embedded-opentype");
  src: url("assets/fonts/DIN-Alternate-Medium.woff") format("woff"), url("assets/fonts/DIN-Alternate-Medium.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN Alternate Bold";
  src: url("assets/fonts/DIN_Alternate_Bold.eot") format("embedded-opentype");
  src: url("assets/fonts/DIN_Alternate_Bold.woff") format("woff"), url("assets/fonts/DIN_Alternate_Bold.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN Alternate Regular";
  src: url("assets/fonts/DIN-RegularAlternate.eot") format("embedded-opentype");
  src: url("assets/fonts/DIN-RegularAlternate.woff") format("woff"), url("assets/fonts/DIN-RegularAlternate.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN Mittelschrift";
  src: url("assets/fonts/DINMittelschriftStd.eot") format("embedded-opentype");
  src: url("assets/fonts/DINMittelschriftStd.woff") format("woff"), url("assets/fonts/DINMittelschriftStd.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "VistaSans";
  src: url("assets/fonts/VistaSansOTCE-Medium.eot") format("embedded-opentype");
  src: url("assets/fonts/VistaSansOTCE-Medium.woff") format("woff"), url("assets/fonts/VistaSansOTCE-Medium.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.din-bold {
  font-family: "DIN Bold" !important;
}
.din-bold-alternate {
  font-family: "DIN Alternate Bold" !important;
}
.din-medium-alternate {
  font-family: "DIN Alternate Medium" !important;
}
.din-regular-alternate {
  font-family: "DIN Alternate Regular" !important;
}
.din-regular-alternate-children * {
  font-family: "DIN Alternate Regular" !important;
}
/********************** spacing ********************************/
.alignfull {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.object-fit-contain img {
  object-fit: contain !important;
}
.large-gap {
  gap: 5.5rem !important;
}
.no-gap {
  gap: 0 !important;
}
.small-row-gap {
  row-gap: 20px !important;
}
.no-padding-margin {
  padding: 0 !important;
  margin: 0 !important;
}
.small-padding {
  padding-top: 50px;
  padding-bottom: 50px;
}
.large-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}
.top-small-bottom-large {
  padding-top: 50px;
  padding-bottom: 100px;
}
.top-large-bottom-small {
  padding-top: 100px;
  padding-bottom: 50px;
}
.top-null-bottom-large {
  padding-top: 0;
  padding-bottom: 100px;
}
.ml-40 {
  margin-left: 40px !important;
}
/* Padding FIX */
.has-global-padding :where(:not(.alignfull.is-layout-flow) > .has-global-padding:not(.wp-block-block, .alignfull)) {
  padding-right: var(--wp--style--root--padding-right);
  padding-left: var(--wp--style--root--padding-left);
}
/* Padding FIX End */
@media (max-width: 576px) {
  .small-padding {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .large-padding {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .top-small-bottom-large {
    padding-top: 25px;
    padding-bottom: 50px;
  }
  .top-large-bottom-small {
    padding-top: 150px;
    padding-bottom: 100px;
  }
  .top-null-bottom-large {
    padding-top: 0;
    padding-bottom: 150px;
  }
  .small-padding-on-mobile {
    padding: 20px 0;
  }
}
.mw-400 {
  max-width: 400px;
}
.position-relative {
  position: relative;
}
/********************** headlines ********************************/
h1, h2, h3, h4, h5, h6, rs-layer {
  font-family: "DIN", sans-serif;
  font-weight: 400;
  letter-spacing: unset !important;
}
h1 {
  font-size: 70px;
}
h2 {
  font-size: 50px;
}
h3 {
  font-size: 40px;
}
h4 {
  font-size: 30px;
}
h4 {
  font-size: 25px;
}
sub {
  bottom: 0;
  font-size: inherit;
  font-weight: 600;
}
.medium-headline {
  font-size: 50px !important;
}
@media (max-width: 576px) {
  h2 {
    hyphens: none;
    font-size: 8vw !important;
  }
  h3 {
    hyphens: none;
    font-size: 7vw !important;
  }
  h4 {
    font-size: 4.5vw !important;
  }
  .multirow-headline h2, .multirow-headline p:not(.small-headline) {
    font-size: 8vw !important;
  }
  .medium-headline {
    font-size: 8vw !important;
    hyphens: auto;
  }
  .hero .wp-block-cover__inner-container h2 {
    width: 90%;
    font-size: 10vw !important;
  }
}
.small-headline {
  font-family: "DIN Alternate Regular" !important;
  color: var(--primary);
  font-size: 24px;
  position: relative;
  width: fit-content;
}
.small-headline:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--secondary);
}
.big-headline {
  font-family: "DIN Bold" !important;
  color: var(--primary);
  font-size: 55px;
}
.multirow-headline p {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.2 !important;
}
.yellow-line {
  width: 112px !important;
  height: 3px !important;
  background-color: var(--secondary) !important;
  border: none !important;
  opacity: 1 !important;
  margin: 20px 0 !important;
}
/********************** copy text ********************************/
p, span, a, li, div {
  font-family: "DIN Alternate Regular", sans-serif;
  font-weight: 400;
  letter-spacing: unset !important;
  -webkit-hyphens: auto;
  font-size: 22px;
  line-height: 1.5em;
  color: var(--copy-text);
}
a {
  text-decoration: none !important;
  cursor: pointer;
  font-size: inherit;
  font-weight: inherit !important;
  color: inherit !important;
}
a:hover {
  color: var(--primary);
}
.scale {
  transition: 0.3s;
}
.scale:hover {
  transform: scale(1.05);
}
.highlight-yellow {
  transition: 0.3s;
}
.highlight-yellow:hover {
  color: var(--secondary) !important;
}
.color-primary {
  color: var(--primary) !important;
}
.highlight-green {
  transition: 0.3s;
}
.highlight-green:hover {
  color: var(--primary) !important;
}
strong {
  font-family: "DIN Alternate Medium";
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong {
  font-family: "DIN Alternate Bold";
}
.dynamic-link a {
  pointer-events: none;
  cursor: not-allowed;
}
.dynamic-link a:hover {
  color: var(--copy-text) !important;
}
@media (max-width: 992px) {
  p, li {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  p, li {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  p, li {
    font-size: 16px;
  }
  .dynamic-link a {
    pointer-events: all;
    cursor: auto;
  }
}
/********************** buttons ********************************/
.wp-block-button {
  transition: 0.3s;
  position: relative;
  z-index: 5;
  min-width: 240px;
  text-align: center;
}
.wp-block-button a {
  font-family: "DIN Alternate Bold" !important;
  border-radius: 5px !important;
  min-width: 240px;
}
.wp-block-button:hover {
  transform: scale(1.05);
}
.white-border-button {
  border: 2px solid var(--base);
  border-radius: 5px;
}
.wp-block-template-part {
  margin-block-start: 0 !important;
}
.wp-block-post-title {
  display: none;
}
/* Impressum und Datenschutz (nur ohne Header) */
:root {
  --base: #FFFFFF;
  --contrast: #000000;
  --primary: #19592B;
  --secondary: #FAD56D;
  --light-grey: #F0F0F0;
  --dark-grey: #BEBEBE;
  --orange: #f39c00;
  --muted: #787876;
  --copy-text: #464646;
}
hr {
  max-width: 100px;
  margin: auto !important;
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
/* Bei richtigem Header wieder main top: 120px */
main {
  margin-top: 0 !important;
  position: static;
  top: 120px;
}
@media (max-width: 1400px) {
  .none-on-1400 {
    display: none;
  }
  .max-width-1400 {
    max-width: none !important;
  }
  .max-width-1400 img {
    width: 100%;
  }
}
@media (max-width: 781px) {
  .none-on-tablet {
    display: none;
  }
  .pe-3, .ps-3 {
    padding: 0 !important;
  }
  .padding-781 {
    padding: 0 1rem 1rem;
  }
  .full-width-on-tablet img {
    width: 100% !important;
  }
}
@media (max-width: 576px) {
  main {
    top: 76px;
  }
  .none-on-mobile {
    display: none;
  }
  .no-margin-on-mobile {
    margin: 0 !important;
  }
}
main.has-global-padding .wp-block-cover.alignfull {
  width: 100vw;
  left: -32px;
}
main.has-global-padding .wp-block-group.alignfull {
  width: 100vw;
  position: relative;
  left: -32px;
}
.img-w-100 img {
  width: 100% !important;
}
.fw-blod {
  font-weight: 700 !important;
}
.fw-semibold {
  font-weight: 600 !important;
}
.fw-regular {
  font-weight: 500 !important;
}
.text-primary {
  color: var(--primary) !important;
}
.text-secondary {
  color: var(--secondary) !important;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.wp-site-blocks {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  max-width: 100vw;
  overflow: hidden;
}
.hyphens-auto {
  hyphens: auto !important;
  -webkit-hyphens: auto !important;
}
.wp-site-blocks .alignfull, .wp-site-blocks > .wp-block-group.has-background, .wp-site-blocks > .wp-block-cover, .wp-site-blocks > .wp-block-template-part > .wp-block-group.has-background, .wp-site-blocks > .wp-block-template-part > .wp-block-cover, body > .is-root-container > .wp-block-cover, body > .is-root-container > .wp-block-template-part > .wp-block-group.has-background, body > .is-root-container > .wp-block-template-part > .wp-block-cover, .is-root-container .wp-block[data-align="full"] {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: unset;
}
.border-primary {
  border-color: var(--primary) !important;
}
.border-secondary {
  border-color: var(--secondary) !important;
}
.entry-content {
  margin-top: 0 !important;
  padding: 0;
  max-width: 2180px;
  margin: auto;
}
.scroll-up {
  transition: 0.25s;
}
.scroll-up:hover {
  transform: translateY(-10px);
}
.gap-3 {
  gap: 3rem !important;
}
.underline-link a {
  text-decoration: underline !important;
}
.underline {
  text-decoration: underline !important;
}
.underline-hover:hover {
  text-decoration: underline;
}
.object-fit-cover img {
  object-fit: cover;
}
@media (max-width: 576px) {
  .dynamisches-unternehmen .object-fit-cover img {
    object-fit: contain !important;
    height: auto !important;
  }
}
.after {
  position: relative;
  padding-bottom: 25px;
}
.after:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 2px;
  bottom: 0;
  left: 0;
}
.after.yellow:after {
  background-color: var(--secondary);
}
.wp-block-button__link {
  padding: 10px 15px !important;
}
/*== z-index Styling ==*/
.z-99 {
  z-index: 99 !important;
  position: relative;
}
.z-98 {
  z-index: 98 !important;
  position: relative;
}
.z-97 {
  z-index: 97 !important;
  position: relative;
}
.z-96 {
  z-index: 96 !important;
  position: relative;
}
.z-95 {
  z-index: 95 !important;
  position: relative;
}
.z-94 {
  z-index: 94 !important;
  position: relative;
}
/*== WPForms Styling ==*/
.wpforms-container input, .wpforms-container textarea {
  border-color: var(--grey) !important;
  border-radius: 25px !important;
}
.wpforms-container button {
  padding: 10px 50px !important;
  border-radius: 25px !important;
  border: solid 1px var(--secondary) !important;
  background-color: var(--light) !important;
  color: var(--secondary) !important;
  font-family: "XXXXXXX", sans-serif;
  font-weight: 600;
  transition: 0.25s;
}
.wpforms-container button:hover {
  transform: scale(1.1);
}
/*== WPForms Styling END ==*/
.grecaptcha-badge {
  opacity: 0 !important;
}
/*== General END ==*/
/*== Navigation ==*/
.wp-block-navigation__container li, .wp-block-navigation__container a, .wp-block-navigation__container span {
  line-height: 1em !important;
  color: var(--primary);
}
.wp-block-navigation__container span {
  color: var(--primary);
}
.wp-block-navigation-item {
  transition: 0.3s;
  border-bottom: 2px solid transparent;
}
.wp-block-navigation-item:hover {
  transform: scale(1.05);
  border-bottom: 2px solid var(--secondary);
}
.main-header {
  padding-bottom: 40px;
}
.wp-block-navigation-item__label {
  font-family: "DIN Alternate Regular" !important;
}
.wp-block-navigation__container {
  gap: 2.2rem !important;
}
.hamburger {
  display: none !important;
}
.is-responsive {
  top: 10px;
}
.is-responsive, .is-responsive button, .is-responsive svg {
  width: 50px;
  height: 50px;
}
.is-responsive svg {
  fill: var(--primary);
}
.wp-block-navigation__responsive-dialog {
  position: relative;
  height: 100vh;
}
.wp-block-navigation__responsive-dialog::before {
  content: "";
  background-image: url("https://lohmoeller.com/wp-content/uploads/2023/05/Gruppe-1198.svg");
  display: block;
  width: 300px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 3px;
  left: 0;
}
.wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content {
  position: absolute;
  top: 20%;
  transform: translateY(-20%);
}
.wp-block-navigation__responsive-dialog .wp-block-navigation-item {
  width: fit-content !important;
}
.mobile-menu-link {
  display: none !important;
}
#modal-2-content {
  width: 100%;
}
#modal-2-content ul, #modal-2-content a {
  width: 100%;
}
#modal-2-content li {
  font-size: 30px;
  width: 100% !important;
}
#modal-2-content span {
  white-space: nowrap;
  width: 100%;
  display: block;
  margin: 10px auto;
  text-align: center;
}
.wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content {
  top: 10%;
  transform: translateY(-10%);
}
.current-menu-item {
  border-bottom: 2px solid var(--secondary);
}
.wp-block-navigation__submenu-container {
  transform: translateY(2px);
  opacity: 0.9 !important;
}
.wp-block-navigation__submenu-container span {
  font-size: 16px;
}
.wp-block-navigation__submenu-container .wp-block-navigation-item:hover {
  color: var(--secondary) !important;
  transform: none;
  border-bottom: 2px solid transparent;
}
.wp-block-navigation__submenu-container .wp-block-navigation-item:hover span {
  color: var(--secondary) !important;
}
.wp-block-navigation__submenu-container .current-menu-item {
  border-bottom: 2px solid transparent;
}
.rmp-container {
  max-width: none !important;
  width: 100% !important;
  background-color: var(--base) !important;
  background-image: none !important;
}
.rmp-menu-item-link {
  color: var(--primary) !important;
  padding-left: 0 !important;
  font-size: clamp(15px, 5vw, 24px) !important;
}
.rmp-submenu {
  padding-left: 1rem !important;
}
.rmp-menu-subarrow span {
  color: var(--primary) !important;
  font-size: 21px !important;
}
.rmp-menu {
  position: relative !important;
  top: 100px !important;
}
.rmp-menu::before {
  content: "";
  display: block;
  width: 320px;
  height: 150px;
  background-image: url("https://lohmoeller.com/wp-content/uploads/2023/05/Gruppe-1198.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  top: 93px;
}
rmp_menu_trigger-1893:hover .responsive-menu-pro-inner, #rmp_menu_trigger-1893:hover .responsive-menu-pro-inner::before, #rmp_menu_trigger-1893:hover .responsive-menu-pro-inner::after, #rmp_menu_trigger-1893 .responsive-menu-pro-inner, #rmp_menu_trigger-1893 .responsive-menu-pro-inner::before, #rmp_menu_trigger-1893 .responsive-menu-pro-inner::after {
  color: var(--primary);
}
#rmp_menu_trigger-1893 .responsive-menu-pro-inner, #rmp_menu_trigger-1893 .responsive-menu-pro-inner::before, #rmp_menu_trigger-1893 .responsive-menu-pro-inner::after {
  background-color: var(--primary);
}
#rmp_menu_trigger-1893.is-active .responsive-menu-pro-inner, #rmp_menu_trigger-1893.is-active .responsive-menu-pro-inner::before, #rmp_menu_trigger-1893.is-active .responsive-menu-pro-inner::after {
  background-color: var(--primary);
}
.rmp-menu-wrap {
  padding: 1rem !important;
  transform: translateY(-195px);
}
.rmp-menu-sub-level-item {
  border-bottom: none;
}
#rmp-menu-item-1919 {
  margin-top: 20px !important;
}
.rmp-menu .current-menu-item {
  border-bottom: none;
  font-weight: bold;
  font-family: "DIN Bold";
}
.rmp-submenu * {
  font-family: "DIN Alternate Regular" !important;
}
#rmp_menu_trigger-1893:hover .responsive-menu-pro-inner, #rmp_menu_trigger-1893:hover .responsive-menu-pro-inner::before, #rmp_menu_trigger-1893:hover .responsive-menu-pro-inner::after {
  background-color: var(--primary);
}
.is-active #rmp_menu_trigger-1893:hover .responsive-menu-pro-inner, .is-active #rmp_menu_trigger-1893:hover .responsive-menu-pro-inner::before, .is-active #rmp_menu_trigger-1893:hover .responsive-menu-pro-inner::after {
  background-color: var(--base) !important;
  color: var(--base) !important;
}
.is-active #rmp_menu_trigger-1893:hover .responsive-menu-pro-inner, .is-active #rmp_menu_trigger-1893:hover .responsive-menu-pro-inner::before, .is-active #rmp_menu_trigger-1893:hover .responsive-menu-pro-inner::after {
  background-color: var(--base) !important;
  color: var(--base) !important;
}
#rmp_menu_trigger-1893.is-active {
  background: transparent;
}
.rmp_menu_trigger {
  width: 40px !important;
  height: 40px !important;
  top: 20px !important;
  transform: translateY(4px);
}
@media (max-width: 1400px) {
  .explicit-menu {
    display: none !important;
  }
  .hamburger {
    position: relative;
    top: 50%;
    display: none;
  }
  .main-header > div {
    display: flex;
    align-items: center !important;
  }
  .main-header {
    padding: 20px !important;
  }
  .mobile-menu-link {
    display: flex !important;
  }
}
@media (max-width: 576px) {
  .rmp_menu_trigger {
    transform: translateY(-5px);
  }
}
/*== Navigation END ==*/
/*== Header ==*/
header {
  position: fixed;
  z-index: 100 !important;
  box-shadow: 0px 5px 20px #00000026;
  width: 100vw;
  left: 0;
}
.header-yellow-line {
  padding: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  line-height: 4px;
}
rs-fullwidth-wrap {
  margin-top: 0 !important;
}
.wp-block-site-logo {
  transition: 0.25s;
}
.wp-block-site-logo:hover {
  transform: scale(1.1);
}
.hero {
  max-height: 1080px;
}
.hero .wp-block-cover__background {
  height: 40%;
  margin-top: auto;
}
@media (max-width: 576px) {
  .main-header {
    height: 75px;
  }
  .main-header .wp-block-site-logo {
    max-width: 250px !important;
    transform: translateY(7px);
  }
}
/********************** hero ********************************/
.hero {
  height: 85vh;
  margin-top: 55px !important;
}
.hero-cover {
  position: relative;
}
.hero-cover .header-scroll-down {
  width: 50px !important;
  height: 50px !important;
  display: block;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.hero-cover .header-scroll-down img {
  width: 100%;
  transition: 0.25s;
}
.hero-cover .header-scroll-down img:hover {
  transform: translateY(15px);
}
.hero .wp-block-cover__background, .hero .wp-block-cover {
  mix-blend-mode: multiply;
}
.hero .wp-block-cover__inner-container {
  position: absolute;
  left: 0;
  bottom: 0px;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: center;
  padding-bottom: 150px;
}
.hero .wp-block-cover__inner-container > .wp-block-group {
  max-width: 1400px !important;
  width: 100%;
}
.hero .wp-block-cover__inner-container h2 {
  font-size: 65px !important;
  text-align: left !important;
}
.half-cover {
  height: 50vh !important;
  position: relative;
}
.half-cover h2 {
  position: absolute;
  left: 50px;
  bottom: 50px;
  font-size: 65px !important;
}
/*
@media (max-width: 991px) {
  .hero .wp-block-cover__inner-container {
    left: 20px !important;
    bottom: 250px !important;
  }
}
*/
.karriere-hero {
  position: relative;
}
.bewerben-button {
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  bottom: -140px;
  right: 150px;
  z-index: 5;
  width: 280px;
  height: 280px;
  transition: 0.5s;
}
.bewerben-button:hover {
  transform: scale(1.05);
}
@media (max-width: 1200px) {
  .bewerben-button {
    width: 180px;
    height: 180px;
    bottom: -100px;
    right: 50px;
  }
}
@media (max-width: 768px) {
  .hero {
    height: 70vh !important;
  }
  .hero .wp-block-cover__background {
    height: 60%;
  }
  .hero-cover::after {
    width: 25px !important;
    height: 25px !important;
  }
  .hero .wp-block-cover__inner-container {
    padding-bottom: 85px !important;
  }
  .page-id-510 .hero .wp-block-cover__inner-container {
    padding-bottom: 45px !important;
  }
  .hero-cover .header-scroll-down {
    width: 25px !important;
    height: 25px !important;
  }
  .hero-cover .header-scroll-down img:hover {
    transform: translateY(5px);
  }
}
@media (max-width: 576px) {
  .main-header, .main-header .wp-block-group {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .hero .header-wrapper h2 {
    font-size: 8vw !important;
  }
  .bewerben-button {
    bottom: -50px;
    width: 120px;
    height: 120px;
    right: 10px;
  }
  .hero {
    height: 50vh !important;
    min-height: 50vh !important;
    margin-top: 50px !important;
  }
}
/*== Header END ==*/
/*== Footer ==*/
/* Bei normalem Header footer: relative + margin-bottom 120px */
footer {
  margin-block-start: 0 !important;
  position: static;
}
footer p {
  font-size: 16px;
}
footer figure {
  position: relative;
  top: -20px;
}
@media (max-width: 576px) {
  .footer-inner-container {
    padding-top: 25px;
  }
}
/* margin-bottom 76px media query 576px footer */
/*== Footer END ==*/
/*== Sidebar SCSS ==*/
.sidebar {
  position: fixed;
  display: flex;
  flex-direction: column;
  top: 70%;
  right: 0;
  z-index: 999;
  gap: 0.3rem;
  align-items: flex-end;
}
/* Telephone */
.telephone {
  transition: 1s;
  display: flex;
}
.telephone:hover .sidebar-icon-telephone {
  transition: 1s;
  background-color: #00577A;
}
.telephone:hover .sidebar-text-telephone {
  opacity: 1;
  pointer-events: all;
  transition: 0.5s;
  width: 190px;
}
.sidebar-text-telephone {
  opacity: 0;
  pointer-events: none;
  display: flex;
  width: 0;
  height: 35px;
  padding-left: 10px;
  align-items: center;
  background-color: var(--base);
  z-index: 5;
  transition: 0.3s;
  border: 2px solid var(--primary);
  gap: 0.5rem;
}
.sidebar-text-telephone span {
  font-family: "DIN Mittelschrift" !important;
  font-size: 20px;
  pointer-events: none;
  color: var(--primary);
  position: relative;
  top: 3px;
}
.sidebar-telephone-alternate {
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("https://lohmoeller.com/wp-content/uploads/2023/06/Pfad-290-alternate.svg");
  background-repeat: no-repeat;
}
.sidebar-icon-telephone {
  width: 35px;
  height: 35px;
  background-color: var(--primary);
  border-left: 2px solid var(--base);
  display: flex;
  justify-content: center;
  align-items: center;
}
.sidebar-telephone {
  background-image: url("https://lohmoeller.com/wp-content/uploads/2023/05/Pfad-290.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  padding: 5px;
}
.desktop-telefon {
  white-space: nowrap;
}
.mobile-telefon {
  display: none;
}
@media (max-width: 576px) {
  .mobile-telefon {
    display: inline;
  }
  .desktop-telefon {
    display: none;
  }
  :hover .sidebar-text-telephone {
    width: 140px;
  }
}
/* Mail */
.mail {
  transition: 0.5s;
  display: flex;
}
.mail:hover .sidebar-icon-mail {
  transition: 0.5s;
  background-color: #00577A;
}
.mail:hover .sidebar-text-mail {
  display: flex;
  transition: 0.5s;
  width: 140px;
  opacity: 1;
  pointer-events: all;
}
.sidebar-text-mail {
  opacity: 0;
  pointer-events: none;
  display: flex;
  width: 0;
  height: 35px;
  padding-left: 10px;
  align-items: center;
  background-color: var(--base);
  z-index: 5;
  transition: 0.3s;
  border: 2px solid var(--primary);
  gap: 0.5rem;
}
.sidebar-text-mail span {
  font-family: "DIN Mittelschrift" !important;
  font-size: 20px;
  color: var(--primary);
  position: relative;
  top: 3px;
}
.sidebar-mail-alternate {
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("https://lohmoeller.com/wp-content/uploads/2023/06/Gruppe-391.svg");
  background-repeat: no-repeat;
  position: relative;
  top: 3px;
}
.sidebar-icon-mail {
  width: 35px;
  height: 35px;
  background-color: var(--primary);
  border-left: 2px solid var(--base);
  display: flex;
  justify-content: center;
  align-items: center;
}
.sidebar-mail {
  background-image: url("https://lohmoeller.com/wp-content/uploads/2023/06/Gruppe-391-alternate.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  padding: 5px;
  position: relative;
  top: 3px;
}
/* Cash */
.cash {
  transition: 0.5s;
  display: flex;
}
.cash:hover .sidebar-icon-cash {
  transition: 0.5s;
  background-color: #00577A;
}
.cash:hover .sidebar-text-cash {
  display: flex;
  transition: 0.5s;
  width: 140px;
  opacity: 1;
  pointer-events: all;
}
.sidebar-text-cash {
  width: 0;
  opacity: 0;
  pointer-events: none;
  display: flex;
  width: 0;
  height: 35px;
  padding-left: 10px;
  align-items: center;
  background-color: var(--base);
  z-index: 5;
  transition: 0.3s;
  border: 2px solid var(--primary);
  gap: 0.5rem;
}
.sidebar-text-cash span {
  font-family: "DIN Mittelschrift" !important;
  font-size: 20px;
  color: var(--primary);
  position: relative;
  top: 3px;
}
.sidebar-cash-alternate {
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("https://lohmoeller.com/wp-content/uploads/2023/06/Gruppe-1297.svg");
  background-repeat: no-repeat;
}
.sidebar-icon-cash {
  width: 35px;
  height: 35px;
  background-color: var(--primary);
  border-left: 2px solid var(--base);
  display: flex;
  justify-content: center;
  align-items: center;
}
.sidebar-cash {
  background-image: url("https://lohmoeller.com/wp-content/uploads/2023/05/Gruppe-1297.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  padding: 5px;
}
/* Bubble */
.bubble {
  transition: 0.5s;
  display: flex;
}
.bubble:hover .sidebar-icon-bubble {
  transition: 0.5s;
  background-color: #00577A;
}
.bubble:hover .sidebar-text-bubble {
  display: flex;
  transition: 0.5s;
  width: 140px;
  opacity: 1;
  pointer-events: all;
}
.sidebar-text-bubble {
  opacity: 0;
  pointer-events: none;
  display: flex;
  width: 0;
  height: 35px;
  padding-left: 10px;
  align-items: center;
  background-color: var(--base);
  z-index: 5;
  transition: 0.3s;
  border: 2px solid var(--primary);
  gap: 0.5rem;
}
.sidebar-text-bubble span {
  font-family: "DIN Mittelschrift" !important;
  font-size: 20px;
  color: var(--primary);
  position: relative;
  top: 3px;
}
.sidebar-bubble-alternate {
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("https://lohmoeller.com/wp-content/uploads/2023/06/Gruppe-1295-alternate.svg");
  background-repeat: no-repeat;
}
.sidebar-icon-bubble {
  width: 35px;
  height: 35px;
  background-color: var(--primary);
  border-left: 2px solid var(--base);
  display: flex;
  justify-content: center;
  align-items: center;
}
.sidebar-bubble {
  background-image: url("https://lohmoeller.com/wp-content/uploads/2023/05/Gruppe-1295.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  padding: 5px;
}
/* Account */
.account {
  transition: 0.5s;
  display: flex;
}
.account:hover .sidebar-icon-account {
  transition: 0.5s;
  background-color: #00577A;
}
.account:hover .sidebar-text-account {
  transition: 0.5s;
  opacity: 1;
  pointer-events: all;
  width: 140px;
}
.sidebar-text-account {
  display: flex;
  opacity: 0;
  pointer-events: none;
  width: 0;
  height: 35px;
  padding-left: 10px;
  align-items: center;
  background-color: var(--base);
  z-index: 5;
  transition: 0.3s;
  border: 2px solid var(--primary);
  gap: 0.5rem;
}
.sidebar-text-account span {
  font-family: "DIN Mittelschrift" !important;
  font-size: 20px;
  color: var(--primary);
  position: relative;
  top: 3px;
}
.sidebar-account-alternate {
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("https://lohmoeller.com/wp-content/uploads/2023/06/Gruppe-1294-alternate.svg");
  background-repeat: no-repeat;
}
.sidebar-icon-account {
  width: 35px;
  height: 35px;
  background-color: var(--primary);
  border-left: 2px solid var(--base);
  display: flex;
  justify-content: center;
  align-items: center;
}
.sidebar-account {
  background-image: url("https://lohmoeller.com/wp-content/uploads/2023/05/Gruppe-1294.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  padding: 5px;
  position: relative;
  left: 3px;
}
/*== Sidebar SCSS END ==*/
.pum-container {
  border: 1px solid var(--primary) !important;
  background-color: var(--light-grey) !important;
  /*
  &::before {
    content: '';
    background-image: url("https://dev.studio-horn.de/staging/lohmoeller/wp-content/uploads/2023/05/Gruppe-1198.svg");
    display: block;
    width: 300px;
    height: 100px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -50px;
  }*/
}
.pum-container .modal-intro {
  font-family: "DIN Alternate Medium" !important;
  font-size: 24px;
  color: var(--primary) !important;
  padding-top: 1rem;
}
.pum-container .pum-title {
  font-family: "DIN Bold" !important;
  color: var(--primary);
  font-size: 30px !important;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.pum-container .pum-content {
  text-align: center !important;
}
.pum-container .pum-close {
  background-color: var(--primary) !important;
  font-family: "DIN Alternate Medium" !important;
  font-size: 14px !important;
  line-height: 18px !important;
}
.pum-container label {
  font-family: "DIN Alternate Medium" !important;
  font-size: 24px;
  color: var(--primary) !important;
  width: 60% !important;
}
.pum-container .textinput {
  border: 1px solid var(--primary) !important;
  width: 100% !important;
  border-radius: 5px !important;
}
.pum-container .textinputarea {
  height: 150px !important;
}
.pum-container .form-info {
  font-size: 16px;
  padding: 20px;
}
.pum {
  background-color: transparent !important;
}
.wpcf7-submit {
  min-width: 220px;
  text-align: center;
  font-family: "DIN Alternate Bold" !important;
  border-radius: 5px !important;
  color: var(--base) !important;
  background-color: var(--primary) !important;
  transition: 0.3s;
  display: block !important;
  margin: 0px auto 0 !important;
  padding: 10px 15px;
  border: none;
}
.wpcf7-submit:hover {
  transform: scale(1.05);
}
.frc-captcha {
  display: block;
  margin: 0 auto;
}
@media (max-width: 781px) {
  .pum-container::before {
    position: static !important;
  }
  .pum-container label {
    width: 90% !important;
  }
  .pum-container .pum-close {
    font-size: 8px !important;
  }
  .pum-container .textinputarea {
    height: 150px !important;
  }
  .pum-container label, .pum-container .modal-intro {
    font-size: 4vw !important;
  }
  .pum-container .pum-title {
    font-size: 5vw !important;
  }
}
/*== Site specific SCSS ==*/
/*== content ==*/
.anchor {
  scroll-margin-top: 120px;
}
.compressed-text a {
  text-decoration: underline !important;
}
@media (max-width: 768px) {
  .compressed-text {
    width: 100%;
  }
}
.wir-sind-lohmoeller {
  position: relative;
  max-width: 655px;
}
.wir-sind-lohmoeller::after {
  content: "";
  background-image: url("https://lohmoeller.com/wp-content/uploads/2023/05/Gruppe-1306.svg");
  display: block;
  width: 273px;
  height: 290px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  right: -100px;
  top: 117px;
}
/*********** Fakten *********/
.fakten-cover {
  min-height: 800px;
}
.fakten-icon {
  flex: 0 0 23%;
  padding: 2%;
  display: flex;
  flex-direction: column;
}
.fakten-icon figure img {
  display: block;
  margin: 0 auto;
}
.fakten-icon p {
  text-align: center;
  font-family: "DIN Bold" !important;
  font-size: 20px !important;
}
@media (max-width: 991px) {
  .wp-block-psb-parallax .psbParallaxImg {
    background-size: cover !important;
  }
}
/*********** Lohmoeller im Einsatz *******/
@media (max-width: 781px) {
  .lohmoeller-einsatz-text-column figure {
    padding-top: 5%;
    padding-bottom: 5%;
    display: block;
    margin: 0 auto;
  }
  .column-reverse-on-tablet {
    flex-direction: column-reverse;
  }
}
/*********** Transportbereich *********/
.transport-bereich-container .transport-bereich-cover {
  width: 315px;
  min-height: 200px;
}
.transport-bereich-container .transport-bereich-cover.content .wp-block-cover__background {
  opacity: 0;
  transition: 0.25s;
}
.transport-bereich-container .transport-bereich-cover.content .wp-block-cover__inner-container {
  opacity: 0;
  transition: 0.25s;
  height: 100%;
  display: flex;
  position: absolute;
  padding: 25px;
}
.transport-bereich-container .transport-bereich-cover.content:hover .wp-block-cover__background {
  opacity: 0.8 !important;
}
.transport-bereich-container .transport-bereich-cover.content:hover .wp-block-cover__inner-container {
  opacity: 1 !important;
}
.transport-bereich-final {
  width: 332px;
  height: 205px;
  display: flex;
  position: relative;
}
.transport-bereich-final p {
  font-family: "DIN Alternate Regular", sans-serif !important;
  font-size: 22px;
}
.transport-bereich-final .is-vertical {
  margin: 0;
  padding: 5%;
  flex-direction: row;
}
.transport-bereich-final a {
  text-decoration: underline !important;
}
/* Dynmisches Unternehmen */
.dynamisches-unternehmen figure img {
  width: 100%;
}
.dynamisches-unternehmen-cover {
  min-height: 270px;
  width: 80% !important;
}
.pushed-image {
  position: relative;
  top: 70px;
}
.pushed-image p {
  position: absolute;
  width: 70%;
  bottom: -140px;
  left: 40px;
}
.entrance-img {
  width: 90%;
}
/******** Slider *********/
.ultp-block-slider-wrap {
  display: flex;
  flex-direction: column !important;
  height: auto !important;
}
.ultp-block-title a {
  font-size: 20px !important;
}
.ultp-block-image-inner {
  background-size: contain !important;
  height: 50% !important;
  width: 100% !important;
  position: static !important;
  overflow: visible !important;
}
.ultp-block-image {
  width: 100% !important;
  height: auto !important;
}
.ultp-block-content {
  position: static !important;
  width: 100% !important;
  display: block !important;
}
.ultp-block-content * {
  width: 100% !important;
  font-family: VistaSans !important;
  font-size: 26px;
}
.ultp-block-content-inner {
  background: transparent !important;
  padding: 0 !important;
  text-align: left !important;
}
.slick-arrow {
  position: absolute !important;
  top: 37% !important;
}
.ultp-block-image-inner a::before {
  height: 100%;
  opacity: 0.7;
  background-image: none;
  background-color: var(--primary);
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  z-index: 1;
  transition: 0.3s;
}
.ultp-block-image-inner:hover a::before {
  opacity: 0;
}
@media (min-width: 1400px) {
  .ultp-block-wrapper .slick-next {
    right: -70px !important;
  }
  .ultp-block-wrapper .slick-prev {
    left: -70px !important;
  }
}
.ultp-block-item h3 {
  color: var(--muted) !important;
}
.ultp-block-item h3 * {
  color: var(--muted) !important;
}
.ultp-block-item:hover h3 {
  color: var(--copy-text) !important;
}
.ultp-block-item:hover h3 * {
  color: var(--copy-text) !important;
}
/*
.ultp-block-image a::before {
  display: none !important;
}

.ultp-block-image:hover .ultp-block-image-inner a::before {
  display: block !important;
}*/
/********** Arbeiten bei Lohmöller ************/
.startseite-arbeiten {
  position: relative;
}
.startseite-arbeiten::after {
  content: "";
  position: absolute;
  background-image: url(https://lohmoeller.com/wp-content/uploads/2023/05/Gruppe-868.png);
  display: block;
  top: 25px;
  right: 0px;
  width: 300px;
  height: 175px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
}
/********* Queries ***************/
@media (max-width: 1400px) {
  .transport-bereich-container {
    justify-content: center;
  }
  .pushed-image p {
    position: static !important;
    margin-top: 0;
    width: 100%;
    margin-bottom: 50px;
    padding: 5%;
  }
}
@media (max-width: 781px) {
  .dynamisches-unternehmen figure {
    width: 100%;
  }
  .dynamisches-unternehmen figure img {
    width: 100% !important;
    object-fit: cover !important;
  }
  .dynamisches-unternehmen-cover, .entrance-img {
    width: 100% !important;
  }
}
@media (min-width: 769px) {
  .wir-sind-lohmoeller {
    padding: 0 3rem 0 0 !important;
  }
}
@media (max-width: 991px) {
  .fakten-icon {
    min-height: 420px;
  }
  .fakten-icon figure {
    width: 100px;
    height: 100px;
  }
  .fakten-icon figure img {
    width: 100%;
    height: 100%;
  }
  .psbParallaxSection {
    padding: 10% !important;
  }
  .psbParallaxSection .is-layout-flex {
    justify-content: center !important;
  }
  .slick-arrow {
    top: 47% !important;
  }
}
@media (max-width: 768px) {
  .wir-sind-lohmoeller {
    padding: 0 1.5rem !important;
  }
  .fakten-icon {
    flex: 0 0 40% !important;
  }
}
@media (max-width: 576px) {
  .wir-sind-lohmoeller {
    padding: 0 1rem !important;
  }
  .fakten-icon {
    flex: 0 0 100% !important;
    min-height: auto !important;
  }
  .psbParallaxSection {
    padding: 15% !important;
  }
  .slick-arrow {
    top: 36% !important;
  }
}
@media (max-width: 400px) {
  .slick-arrow {
    width: 30px !important;
    height: 30px !important;
    top: 32% !important;
  }
  .slick-prev {
    left: 0 !important;
  }
  .slick-next {
    right: 0 !important;
  }
}
/*== content END ==*/
/*== Blog Stying ==*/
.back-link {
  color: var(--primary);
}
.back-link:hover {
  color: var(--secondary);
}
.single-post main {
  margin-top: 150px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.single-post .wp-block-post-title {
  display: block;
  font-family: "DIN Bold";
  font-size: 50px !important;
  color: var(--primary);
}
.single-post .entry-content {
  padding: 50px;
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.blog-text-headline {
  font-family: "DIN Alternate Medium";
  font-size: 34px;
  color: var(--primary);
  margin-bottom: 25px !important;
}
.single-post .entry-content p {
  margin-bottom: 25px !important;
}
.wp-block-post-featured-image img {
  width: 50%;
}
@media (max-width: 768px) {
  .blog-text-headline {
    font-size: 6vw !important;
  }
  .single-post .wp-block-post-title {
    font-size: 8vw !important;
  }
  .single-post .entry-content {
    padding: 1rem;
  }
}
@media (max-width: 576px) {
  .wp-block-post-featured-image img {
    width: 100%;
  }
  .single-post main {
    margin-top: 120px !important;
  }
}
.contact-column {
  padding: 0 50px;
}
@media (max-width: 781px) {
  .contact-column {
    padding: 0;
  }
  .stückgut-headline {
    padding: 1rem;
  }
}
.transport-vertrieb a, .transport-vertrieb p {
  font-family: "DIN Alternate Medium" !important;
  font-size: 22px !important;
}
@media (max-width: 781px) {
  .cover-edited-columns {
    min-height: 280px !important;
  }
}
@media (max-width: 576px) {
  .cover-edited {
    min-height: 280px !important;
  }
  .entrance-img {
    height: 200px;
    min-height: 200px !important;
  }
}
/********** Stückgut *************/
/********** Stückgut *************/
.stueckgut-columns {
  gap: 0;
  transform: translateY(-75px);
}
.stueckgut-columns .wp-block-column:nth-child(1) > div {
  max-width: calc(1350px / 2);
  margin-left: auto;
}
.stueckgut-columns .wp-block-column:nth-child(2) .wp-block-cover {
  min-height: 420px;
}
.stueckgut-columns-alternate {
  gap: 0;
  transform: translateY(-75px);
}
.stueckgut-columns-alternate .wp-block-column:nth-child(2) > div {
  max-width: calc(1350px / 2);
  margin-right: auto;
}
.stueckgut-columns-alternate .wp-block-column:nth-child(1) .wp-block-cover {
  min-height: 420px;
}
@media (max-width: 781px) {
  .stueckgut-columns {
    gap: 0;
    transform: none;
  }
  .stueckgut-columns .wp-block-column:nth-child(1) {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .stueckgut-columns .wp-block-column:nth-child(1) > div {
    max-width: 100%;
    margin-left: auto;
  }
  .stueckgut-columns .wp-block-column:nth-child(2) .wp-block-cover {
    min-height: 420px;
  }
  .stueckgut-columns .stueckgut-cover {
    margin-bottom: 20px;
  }
  .stueckgut-columns-alternate {
    gap: 0;
    transform: none;
    padding-top: 50px;
  }
  .stueckgut-columns-alternate .wp-block-column:nth-child(2) {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .stueckgut-columns-alternate .wp-block-column:nth-child(2) > div {
    max-width: 100%;
    margin-right: auto;
  }
  .stueckgut-columns-alternate .wp-block-column:nth-child(1) .wp-block-cover {
    min-height: 420px;
  }
}
.stückgut-logos {
  gap: 5rem !important;
}
.stückgut-logos img {
  background-color: transparent;
}
.destination {
  padding: 5%;
  width: 100%;
  height: auto;
}
.advgb-accordion-header-title {
  font-family: "DIN Alternate Regular" !important;
  font-size: 24px !important;
}
.advgb-accordion-header-title strong {
  font-family: "DIN Bold" !important;
  font-size: 24px !important;
}
.advgb-accordion-header-icon {
  width: 45px;
  height: 45px;
  position: relative;
  top: 5px;
}
.advgb-accordion-header-icon svg {
  width: 100%;
  height: 100%;
}
.advgb-accordion-header[aria-expanded="true"] .advgb-accordion-header-icon {
  display: block;
  transform: rotate(180deg);
}
.transport-contact-icon {
  position: relative;
  bottom: 4px;
}
/**************** Ladungsverkehre *********************/
.ladungsverkehre-headline {
  position: relative;
}
.ladungsverkehre-headline::before {
  content: "";
  background-image: url("https://lohmoeller.com/wp-content/uploads/2023/05/Differenzmenge-3-1.jpg");
  display: block;
  width: 48vw;
  height: 30vw;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  top: -50px;
  left: 0;
}
/**************** Beschaffungslogistik *******************/
.right-image {
  width: 50vw;
}
/**************** Spezialist *******************/
.spezialist-headline {
  position: relative;
}
.spezialist-headline::before {
  content: "";
  background-image: url("https://lohmoeller.com/wp-content/uploads/2023/05/Differenzmenge-3-alt.jpg");
  display: block;
  width: 48vw;
  height: 30vw;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  top: -50px;
  left: 0;
}
/***************** Überführungsfahrt *****************/
.überführungsfahrt-headline {
  position: relative;
}
.überführungsfahrt-headline::before {
  content: "";
  background-image: url("https://lohmoeller.com/wp-content/uploads/2023/05/Schnittmenge-44-1.jpg");
  display: block;
  width: 48vw;
  height: 30vw;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  top: -50px;
  left: 0;
}
/*** Karte ******/
.mapsvg-details-container {
  width: 300px !important;
  height: 280px !important;
  max-height: 500px !important;
  background: var(--primary);
  overflow: hidden;
}
.mapsvg-details-container * {
  color: #fff;
}
.mapsvg-details-container .mapsvg-popover-close::after, .mapsvg-details-container .mapsvg-popover-close::before {
  background: #fff;
}
.nano > .nano-pane > .nano-slider {
  background: rgba(255, 255, 255, 0.8);
}
.mapsvg-marker-label {
  opacity: 1;
  font-size: 14px;
}
.mapsvg-layer-markers img {
  display: none !important;
}
.mapsvg-details-container {
  left: unset;
  top: 50%;
  transform: translateY(-50%);
  bottom: unset;
  overflow: visible !important;
  /*&::after {
    content: '\2911';
    position: absolute;
    display: block;
    width: 25px;
    height: 25px;
    bottom: 10px;
    right: 10px;
    color: white;
    transform: rotate(90deg);
  }*/
}
.mapsvg-details-container * {
  overflow: visible !important;
}
.mapsvg-popover-close {
  background-color: var(--secondary);
  width: 65px;
  height: 65px;
  color: var(--primary);
  border-radius: 100%;
  top: -25px;
  right: -25px;
}
.mapsvg-popover-close::before, .mapsvg-popover-close::after {
  background: var(--primary) !important;
}
.mapsvg-header {
  display: none !important;
}
.nano-content {
  overflow: scroll !important;
}
.mapsvg-region:hover {
  fill: var(--primary) !important;
}
.mapsvg-controller-view-content {
  padding: 10px 25px;
}
.nano-pane {
  opacity: 0.99 !important;
}
/********** Queries ************/
@media (max-width: 1400px) {
  .stückgut-image {
    top: 0;
  }
  .ladungsverkehre-headline::before, .spezialist-headline::before, .überführungsfahrt-headline::before {
    top: 50px;
    height: 48vw !important;
  }
}
@media (max-width: 1200px) {
  .page-id-245 .wp-block-columns h2, .page-id-456 .wp-block-columns h2 {
    font-size: 4vw !important;
    hyphens: auto;
  }
}
@media (max-width: 991px) {
  .spezialist-headline p, .überführungsfahrt-headline p {
    padding: 0 !important;
  }
}
@media (max-width: 812px) {
  body > .mapsvg-details-container {
    height: 200px !important;
    width: 90% !important;
    transform: none !important;
    top: 25%;
    left: 50%;
    transform: translateX(-50%) !important;
  }
  body > .mapsvg-details-container h5 {
    margin-top: 15px;
  }
  body > .mapsvg-details-container .mapsvg-mobile-modal-close {
    background-color: var(--primary) !important;
    bottom: -50px !important;
    background: var(--primary) !important;
  }
  body > .mapsvg-details-container .nano-content {
    overflow: scroll !important;
  }
}
@media (max-width: 781px) {
  .ladungsverkehre-headline::before, .spezialist-headline::before, .überführungsfahrt-headline::before, .stückgut-image {
    position: static;
    width: 100%;
  }
  .right-image {
    width: 100%;
  }
  .page-id-245 .wp-block-columns h2, .page-id-456 .wp-block-columns h2 {
    font-size: 6vw !important;
  }
}
@media (max-width: 576px) {
  .advgb-accordion-header-title strong {
    font-size: 6vw !important;
  }
  .stückgut-image {
    height: 150px;
  }
  .page-id-245 .wp-block-columns h2, .page-id-456 .wp-block-columns h2 {
    font-size: 8vw !important;
  }
}
.express-spalten p {
  line-height: 2.5rem;
}
.express-spalten .yellow-line {
  width: 60px !important;
}
.express-spalten .wp-block-group {
  height: 100%;
}
.express-abteilung .wp-block-cover {
  margin: 0 !important;
  width: 100%;
}
.express-zum-kontakt {
  position: relative;
}
.express-zum-kontakt::after {
  content: "";
  position: absolute;
  background-image: url("https://lohmoeller.com/wp-content/uploads/2023/05/Gruppe-868.png");
  display: block;
  top: 25px;
  right: 0;
  width: 150px;
  height: 150px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
}
@media (max-width: 576px) {
  .express-abteilung .wp-block-column {
    opacity: 0.9;
  }
}
.mehrwertdienste-image {
  position: relative;
  top: -180px;
  width: 50vw;
  height: 350px;
}
.pushed-to-top img {
  position: absolute;
  top: -15%;
  max-width: 680px;
  width: 45%;
}
.kontraktlogistische-leistungen-image-column {
  position: relative;
}
.kontraktlogistische-leistungen-image-column figure {
  width: 50vw;
  max-width: 950px;
  top: -300px;
  position: absolute;
  right: 0;
}
.kontraktlogistische-leistungen-image-column img {
  width: 100%;
}
.aktionslogistik-leistungen-image-column {
  position: relative;
}
.aktionslogistik-leistungen-image-column figure {
  width: 50vw;
  max-width: 950px;
  top: -240px;
  position: absolute;
  right: 0;
}
.aktionslogistik-leistungen-image-column img {
  width: 100%;
}
/************ Queries ****************/
@media (max-width: 1400px) {
  .mehrwertdienste-image {
    top: 0;
  }
  .pushed-to-top img {
    position: static;
    width: 100%;
    max-width: none;
  }
  .kontraktlogistische-leistungen-image-column figure, .aktionslogistik-leistungen-image-column figure {
    width: 100%;
    position: static;
  }
}
@media (max-width: 781px) {
  .right-image {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .mehrwertdienste-image {
    height: 250px;
  }
}
.lohmoeller-world-intro-img {
  width: 50vw;
  position: relative;
  left: -80px;
}
.mosaic-pictures figure {
  width: 100% !important;
}
.full-width img {
  width: 100% !important;
}
.cropped-width img {
  width: 75% !important;
  display: block;
  margin: 0 0 0 auto;
}
.half-width img {
  width: 50% !important;
}
/************* Geschichte **************/
.wpostahs-title {
  font-family: "DIN Alternate Regular" !important;
  font-size: 40px !important;
  color: var(--primary) !important;
  transition: 0.3s;
  position: relative;
  bottom: 45px;
}
.wpostahs-title:hover {
  transform: scale(1.1) !important;
}
.slick-current .wpostahs-title {
  font-family: "DIN Alternate Bold" !important;
}
#wpostahs-slider-nav-1 .slick-current {
  transform: translateY(-3px);
}
#wpostahs-slider-nav-1 {
  position: relative;
  top: 25px;
  overflow: visible;
}
.wpostahs-slider-design-2 .wpostahs-slider-nav .wpostahs-slider-nav-title .wpostahs-main-title button {
  display: none !important;
}
.wpostahs-slider-design-2 .wpostahs-slider-nav .slick-list.draggable::before {
  background: var(--secondary) !important;
  width: 100%;
}
.wpostahs-centent-title {
  display: none !important;
}
.wpostahs-slider-nav-content {
  display: flex !important;
  flex-direction: row !important;
  padding-top: 50px;
  flex-wrap: wrap;
}
.wpostahs-slider-nav-content div {
  flex: 1 0 50%;
}
.wpostahs-slider-nav-content img {
  width: 100%;
}
.wpostahs-centent {
  width: 100% !important;
  order: 2 !important;
  background-color: var(--base) !important;
  margin: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wpostahs-centent p {
  font-size: 30px;
  margin: 0;
}
.wpostahs-centent span {
  font-size: 35px !important;
  color: var(--primary);
  font-style: italic;
  font-weight: bold;
}
.wpostahs-slider-design-1 .wpostahs-slider-for .wpostahs-centent, .wpostahs-slider-design-2 .wpostahs-slider-for .wpostahs-centent p {
  text-align: left;
}
.wpostahs-slick-slider button.slick-next {
  background: url("https://lohmoeller.com/wp-content/uploads/2023/05/Gruppe-1158.svg") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  border: none !important;
  border-radius: 0 !important;
  display: inline-block !important;
}
.wpostahs-slick-slider button.slick-prev {
  background: url("https://lohmoeller.com/wp-content/uploads/2023/05/Gruppe-1157.svg") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  border: none !important;
  border-radius: 0 !important;
  display: inline-block !important;
}
.wpostahs-slider-nav .slick-next {
  right: -50px !important;
}
.wpostahs-slider-nav .slick-prev {
  left: -50px !important;
}
.wpostahs-slick-slider .slick-arrow:hover {
  border: none !important;
}
.wpostahs-slider .slick-arrow::before {
  opacity: 0;
}
.wpostahs-slider .slick-arrow svg {
  fill: var(--primary) !important;
  width: 50px !important;
  height: 70px !important;
}
.wpostahs-slick-slider span.slick-arrow {
  width: 50px !important;
  height: 50px !important;
  border: none !important;
}
.wpostahs-slider-design-2 .wpostahs-slick-slider .slick-arrow {
  top: 42% !important;
  z-index: 2 !important;
}
.wpostahs-slider-design-2 .wpostahs-slider-nav {
  max-width: none !important;
  margin: 0 !important;
}
/*
.wpostahs-slider-nav-content img {

}*/
@media (max-width: 400px) {
  .wpostahs-slider-nav .slick-next {
    right: -20px !important;
  }
}
@media only screen and (max-width: 40em) {
  .wpostahs-slider-design-2 .wpostahs-slick-slider .slick-next {
    right: -20px !important;
  }
}
/********** FUhrpark ************/
.fuhrpark-image {
  width: 50vw;
  position: absolute;
  bottom: -80px;
  max-width: 1150px;
}
.fuhrpark-image img {
  width: 100%;
}
/*********** Queries ************/
@media (max-width: 1500px) {
  .wpostahs-slider-nav .slick-next {
    right: -10px !important;
  }
  .wpostahs-slider-nav .slick-prev {
    left: -10px !important;
  }
}
@media (max-width: 1400px) {
  .lohmoeller-world-intro-img, .fuhrpark-image {
    position: static;
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .wpostahs-slider-nav-content div[style="text-align:center"], .wpostahs-slider-design-2 .wpostahs-centent {
    flex: 0 0 100%;
    max-width: none;
  }
}
@media (max-width: 781px) {
  .cropped-width img, .half-width img {
    width: 100% !important;
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 640px) {
  .wpostahs-slider-design-2 .wpostahs-slick-slider .slick-next {
    right: 0 !important;
  }
}
.formatted-title .advgb-accordion-header-title {
  font-family: "DIN Bold" !important;
}
.formatted-title {
  position: relative !important;
}
.formatted-title .advgb-accordion-body {
  padding-top: 25px !important;
  padding-bottom: 10px !important;
  margin: 0 !important;
}
.formatted-title .text-wrapper {
  font-family: "DIN Alternate Regular" !important;
  color: var(--primary);
  text-decoration: underline;
  text-decoration-color: var(--secondary);
  font-size: 24px;
  margin-bottom: 20px;
  text-underline-offset: 15px;
}
.formatted-title h3 {
  line-height: 1 !important;
}
.formatted-title .advgb-accordion-header {
  padding: 10px 20px !important;
}
.advgb-accordion-header br {
  display: none;
}
.formatted-title .advgb-accordion-header-icon {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 35px;
  right: 30px;
}
.formatted-title .advgb-accordion-header-icon svg {
  width: 100%;
  height: 100%;
}
.karriere-column-text {
  padding: 20px 50px;
}
.fieldset-cf7mls:last-child {
  padding-bottom: 50px !important;
}
@media (max-width: 578px) {
  .karriere-column-text {
    padding: 0 1rem 1rem;
  }
}
.benefits-columns > div {
  max-width: 250px;
  width: 100%;
  margin-bottom: 50px;
}
.team-cover .wp-block-cover__background {
  opacity: 0;
  transition: 0.15s;
}
.team-cover .wp-block-cover__inner-container {
  opacity: 0;
  transition: 0.15s;
}
.team-cover:hover .wp-block-cover__background {
  opacity: 0.8 !important;
}
.team-cover:hover .wp-block-cover__inner-container {
  opacity: 1 !important;
}
@media (max-width: 870px) {
  .team-cover {
    min-height: 720px !important;
  }
}
.team-last-cover-m {
  display: none;
}
@media (max-width: 1200px) {
  #feedback .wp-block-columns {
    flex-wrap: wrap !important;
  }
  #feedback .wp-block-columns .wp-block-column {
    flex: 0 0 100%;
  }
  .team-last-cover-d {
    display: none;
  }
  .team-last-cover-m {
    display: block;
  }
  .team-last-cover-m .wp-block-image img {
    height: 55vw;
    object-fit: cover;
  }
}
@media (max-width: 768px) {
  .team-cover {
    min-height: 500px !important;
  }
}
@media (max-width: 576px) {
  .team-cover {
    min-height: 300px !important;
  }
}
/* Bewerbungsportal */
/*
.page-id-596 .fieldset-cf7mls-wrapper, .page-id-596 .fieldset-cf7mls, .page-id-596 .wpcf7, .page-id-596 .wpcf7-form {
  position: static;
}*/
.wpcf7-form {
  overflow: visible !important;
}
.wpcf7-form .fieldset-cf7mls-wrapper {
  overflow: visible !important;
}
.bewerbung-container::after {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  background: url("https://lohmoeller.com/wp-content/uploads/2023/11/Gruppe-1628.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -100px;
  transform: translateY(-50%);
}
.bewerbungsportal-form {
  padding-top: 33px;
  position: relative;
  z-index: 5;
}
.bewerbungsportal-form input {
  border: none;
}
.bewerbungsportal-form .anrede {
  width: 280px;
  height: 65px;
  font-family: "DIN Alternate Regular";
  font-size: 24px;
  color: var(--primary);
  background-color: var(--base) !important;
  border: none;
  padding: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  margin-bottom: 10px;
}
.bewerbungsportal-form .form-flex p {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  column-gap: 32px;
  row-gap: 25px;
}
.bewerbungsportal-form .form-flex p br {
  display: none;
}
.bewerbungsportal-form .form-flex p span {
  flex: 0 0 48%;
  width: 100%;
}
.bewerbungsportal-form .form-flex p span input {
  width: 100%;
  height: 65px;
  padding: 10px;
  font-family: "DIN Alternate Regular";
  font-size: 24px;
  color: var(--primary);
  position: relative;
  z-index: 5;
}
span[data-name="anrede"]::after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url("https://lohmoeller.com/wp-content/uploads/2023/11/Pfad-1275.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 5;
  position: absolute;
  top: -2px;
  right: 10px;
}
.cf7mls_next, .cf7mls_back {
  background-color: var(--primary) !important;
  width: 235px !important;
  font-family: "DIN Bold" !important;
  font-size: 20px !important;
  float: left !important;
  margin-right: 50px !important;
  color: #fff !important;
}
.bewerbung-checkboxen input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  width: 42px !important;
  height: 42px !important;
  background: #fff;
}
.bewerbung-checkboxen input[type="checkbox"]:checked {
  background-image: url("https://lohmoeller.com/wp-content/uploads/2023/11/Pfad-1273.png");
  background-repeat: no-repeat;
  width: 42px !important;
  height: 42px !important;
  background-size: cover;
}
.bewerbung-checkboxen label {
  display: flex;
  align-items: center;
  margin-bottom: 33px;
}
.bewerbung-checkboxen label .wpcf7-list-item-label {
  margin: 0 20px !important;
  font-family: "DIN Bold" !important;
  width: 163px;
  font-size: 30px !important;
  color: var(--primary) !important;
}
.wpcf7-list-item {
  margin-left: 0 !important;
}
.bewerbung-textinputarea {
  border: none !important;
  width: 100% !important;
  height: 120px !important;
  margin-top: 33px !important;
  padding: 10px;
  font-family: "DIN Alternate Regular";
  font-size: 24px;
  color: var(--primary);
}
.form-flex-unterlagen {
  display: flex;
  flex-wrap: wrap;
  /* & .unterlagen {
    display: none;
  }
  & .unterlagen-upload {
    background: #fff;
    width: 100%;
    height: 100px;
    padding: 10px 10px 10px 35px;
    position: relative;
    &::before {
      content: "";
      display: block;
      background-image: url('https://dev.studio-horn.de/staging/lohmoeller/wp-content/uploads/2023/11/klammer.png');
      background-repeat: no-repeat;
      width: 20px;
      height: 20px;
      background-size: cover;
      position: absolute;
      top: 15px;
      left: 10px;
    }
  } */
}
.form-flex-unterlagen p {
  flex: 0 0 48%;
}
.zustimmung .wpcf7-list-item {
  margin: 0 !important;
}
.bewerbung-submit {
  height: 56px;
}
.bewerbung-subtext {
  font-family: "DIN Alternate Medium";
  font-size: 34px;
  color: var(--primary);
  margin: 33px 0 !important;
}
.bewerbung-subtext-small {
  font-family: "DIN Alternate Medium";
  font-size: 24px;
  color: var(--primary);
}
.step {
  width: 130px;
  position: absolute;
  top: 50px;
  right: 50px;
  transform: translateY(-115px);
}
form.cf7mls input.wpcf7-form-control.wpcf7-submit {
  float: left;
  line-height: 1;
}
p:has(.bewerbung-submit) {
  margin-right: 50px;
}
.progress-steps {
  position: absolute;
  width: 400px;
  right: 10px;
}
.translate-40 {
  transform: translateY(50px);
}
.translate-70 {
  transform: translateY(80px);
}
.page-id-596 .frc-captcha {
  bottom: 72px;
}
p:has(.wpcf7-submit) {
  flex: 0 0 10px;
  margin-bottom: 0;
}
.form-flex-unterlagen .cf7mls-btns {
  display: flex;
  flex-wrap: wrap;
}
.form-flex-unterlagen p:has(.bewerbung-submit) {
  order: 0;
}
.form-flex-unterlagen .cf7mls_next {
  order: 1;
}
.form-flex-unterlagen .cf7mls_back {
  order: 2;
}
.cf7mls_next, .cf7mls_back {
  height: 56px;
}
.cf7mls-btns {
  position: relative;
  bottom: 30px;
  margin-top: 50px;
}
.skip-button {
  margin: 25px 0px 26px;
  padding: 13px 15px;
  border-radius: 3px;
  min-width: 100px;
  background-color: var(--primary) !important;
  width: 235px !important;
  font-family: "DIN Bold" !important;
  font-size: 20px !important;
  float: left !important;
  margin-right: 50px !important;
  color: #fff !important;
  border: 0 none;
  height: 56px;
}
.skip-button:hover {
  opacity: 0.8;
}
.ausbildung-form .bewerbung-checkboxen label .wpcf7-list-item-label {
  width: 242px;
}
fieldset[data-cf7mls-order="5"] .cf7mls_back {
  display: none;
}
fieldset[data-cf7mls-order="5"] .bewerbung-submit {
  display: none;
}
.whatsapp-bewerbung {
  margin-top: -25px;
}
.whatsapp-bewerbung .whatsapp-outer {
  max-width: 600px;
}
.whatsapp-bewerbung .whatsapp-inner {
  pointer-events: none;
}
.whatsapp-bewerbung .whatsapp-datapolicy-group {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(250, 250, 250, 0.64);
  z-index: 5;
  height: 100%;
  margin-top: 0;
  padding: 25px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: 0.25s;
}
.whatsapp-bewerbung .whatsapp-datapolicy-group a {
  text-decoration: underline !important;
  font-weight: 600 !important;
}
.whatsapp-bewerbung .whatsapp-datapolicy-group .wp-block-button__link {
  text-decoration: none !important;
}
.whatsapp-bewerbung .whatsapp-datapolicy-group.accepted {
  opacity: 0;
  pointer-events: none;
}
.whatsapp-bewerbung .wp-block-columns {
  max-width: 600px;
  margin: 70px auto;
}
.whatsapp-bewerbung .wp-block-columns::after {
  content: "";
  display: block;
  background: var(--base);
  width: 95%;
  border-radius: 99px;
  position: absolute;
  top: 0;
  height: 100%;
}
.whatsapp-bewerbung .wp-block-column {
  z-index: 5;
  text-align: center;
}
.whatsapp-bewerbung .wp-block-column * {
  font-size: 28px !important;
}
.whatsapp-bewerbung .wp-block-column figure {
  margin: 0;
}
.whatsapp-text {
  padding: 0 0 0 70px;
}
@media (hover: none) {
  .whatsapp-bewerbung .whatsapp-inner {
    pointer-events: all;
  }
}
@media (max-width: 1400px) {
  .step, .progress-steps {
    display: none;
  }
}
@media (max-width: 848px) {
  .anrede {
    width: 100% !important;
  }
  .bewerbungsportal-form .form-flex p span {
    flex: 0 0 100%;
  }
}
@media (max-width: 781px) {
  .advgb-accordion-header-title {
    font-size: clamp(24px, 4vw, 30px) !important;
  }
  .whatsapp-bewerbung .wp-block-column * {
    font-size: 3.5vw !important;
  }
}
@media (max-width: 601px) {
  .fieldset-cf7mls-wrapper *, .bewerbung-checkboxen label .wpcf7-list-item-label {
    font-size: 4vw !important;
  }
  .fieldset-cf7mls-wrapper h2 {
    font-size: 6vw !important;
  }
  .wpcf7-submit, .cf7mls_next, .cf7mls_back, .skip-button {
    width: 260px !important;
  }
  .whatsapp-bewerbung {
    display: block;
  }
}
.baustelle-hero .wp-block-cover {
  padding: 0;
}
.baustelle-hero.wp-block-cover__inner-container {
  left: 0 !important;
  bottom: 150px;
}
.baustelle-hero .header-wrapper {
  padding: 0;
}
.baustelle-impressum h2 {
  color: var(--primary);
  font-size: 60px;
}
.baustelle-impressum span {
  color: var(--primary);
  font-family: "DIN Alternate Regular";
  font-size: 60px;
}
.baustelle-main {
  position: relative !important;
  top: 0px;
}
.pushedDown {
  position: relative;
  top: 120px;
}
@media (max-width: 576px) {
  .baustelle-impressum span {
    font-size: 9vw;
  }
}
/*== Module specific SCSS ==*/
/*== e.g. Sticky Sidebar SCSS ->

@import "assets/scss/sidebar.scss";

== */
