/* FONTS / ICONS
----------------------------------------------------------------------- */ 

@import url('https://i.icomoon.io/public/9713667a53/mkp/style.css');

@font-face{
  font-family:"Helvetica Neue";
  src:url("../fonts/08b57253-2e0d-4c12-9c57-107f6c67bc49.woff2") format("woff2"),url("../fonts/08edde9d-c27b-4731-a27f-d6cd9b01cd06.woff") format("woff");
  }

@font-face{
    font-family:"Helvetica Neue";
    src:url("../fonts/240c57a0-fdce-440d-9ce3-85e0cb56f470.woff2") format("woff2"),url("../fonts/7802e576-2ffa-4f22-a409-534355fbea79.woff") format("woff");
    font-weight: 500;
  }

@font-face{
  font-family:"Helvetica Neue";
  src:url("../fonts/1f4274cd-2674-481e-9023-69e33ffca161.woff2") format("woff2"),url("../fonts/5e8d493c-be01-44b9-962e-504a5cf10dd8.woff") format("woff");
    font-weight: bold;
  }

/* GENERAL
----------------------------------------------------------------------- */ 

* {
  --wp--preset--font-size--large: 22px !important;
  box-sizing: border-box;
  }
  
.editor-styles-wrapper {
  -webkit-font-smoothing: antialiased !important;
  padding: 0 !important;
  font-family: 'Helvetica Neue';
  font-size: 16px;
  line-height: 1.25;
  overflow-x: hidden;
  }
  
.editor-styles-wrapper P A {
  color: #000;
  border: none;
  text-decoration: underline;
  text-underline-offset: 2px;
  }  
  
.wp-block {
  margin-top: 0;
  margin-bottom: 0;
  } 
  
/* TYPO
----------------------------------------------------------------------- */   

.has-large-font-size,
.has-large-font-size P {
  font-size: 22px !important;
  line-height: 1.27 !important;
  font-weight: 500 !important;
  }
  
.has-larger-font-size,
.has-larger-font-size P {
  font-size: 40px !important;
  line-height: 1.18;
  letter-spacing: 0.03em;
  }

/* BLOCK NUMMERIERTE LISTE
----------------------------------------------------------------------- */   

OL.wp-block-list {
  list-style: none;         
  counter-reset: item;       
  padding: 0;
  margin: 80px 0;
  }

OL.wp-block-list LI {
  counter-increment: item;  
  margin: 0 0 1em 0;
  position: relative;
  padding-left: 2.5em;      
  }

OL.wp-block-list li::before {
  content: counter(item);   
  position: absolute;
  left: 0px;
  top: 0px;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background-color: #000;
  color: white;
  font-size: 0.65em;
  line-height: 1.85em;
  font-weight: bold;
  text-align: center;
  }
  
OL.wp-block-list LI:last-child {  
  margin-bottom: 0;
  }
  
/* BLOCK HEADING
----------------------------------------------------------------------- */   

H1.wp-block-heading {
  font-size: 40px;
  font-weight: normal;
  margin-bottom: 50px;
  }

H2.wp-block-heading {
  font-size: 26px !important;
  padding-top: 16px;
  margin-bottom: 65px;
  }

H3.wp-block-heading {
  font-size: 26px !important;
  padding-top: 16px;
  border-top: 1px solid #000;
  margin-bottom: 65px;
  }
  
/* BLOCK GROUP
----------------------------------------------------------------------- */   
  
.wp-block-group {
  margin: 80px 0;
  background: #fff;
  }
  
.wp-block-group.has-background {  
  padding: 80px 0;
  }
  
.wp-block-group__inner-container,
.container {
  max-width: 1180px;
  padding: 0 30px;
  margin: 0 auto;
  position: relative;
  }  

.container .wp-block-group__inner-container  {
  padding: 0;
  max-width: 100%;
  }
  
/* BLOCK BUTTON
----------------------------------------------------------------------- */   

.wp-block-button .wp-block-button__link {
  background: none;
  border: 2px solid #000;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 30px 17px 30px;
  }
  
.wp-block-button .wp-block-button__link:before {
  font-family: icomoon;
  content: "\e906";
  font-size: 16px;
  }  
  
.wp-block-button .wp-block-button__link:hover {
  background: #000;
  color: #fff;
  }
  
A.button-apply,
.gform_button {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  display: inline-block !important;
  height: 62px;
  line-height: 58px;
  border: 2px solid #000;
  border-radius: 100px;
  padding: 0 30px !important;
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  text-decoration: none;
  } 
  
A.button-apply:before {
  font-family: icomoon;
  content: "\e906";
  font-size: 16px;
  margin-right: 10px;
  }
  
A.button-apply:hover {
  background: #000;
  color: #fff;
  }    
    
  
/* BLOCK COLUMNS
----------------------------------------------------------------------- */     

.wp-block-columns {
  margin-top: 65px;
  gap: 20px;
  }
  
.wp-block-columns .wp-block-column:first-child > * {  
  margin-right: 75px;
  }

.wp-block-columns FIGURE {
  margin-bottom: 25px;
  }

.wp-block-columns .wp-block-column:first-child IMG {
  max-width: 480px;
  height: auto;
  }
  
/* BLOCK IMAGE
----------------------------------------------------------------------- */   

.wp-block-image FIGCAPTION {
  padding-top: 12px;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  }

/* BLOCK VIDEO
----------------------------------------------------------------------- */   

 
.wp-block-video.is-style-play-button {
  margin: 0;
  cursor: pointer;
  position: relative;
  }  
  
.wp-block-video.is-style-play-button VIDEO {
  aspect-ratio: 3 / 2;
  overflow: hidden;
  object-fit: cover;
  object-position: center center;
  }  
  
.wp-block-video.is-style-play-button:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.2) url('../images/icon-play.svg') no-repeat center center;
  opacity: 0.85;
  transition: 0.2s;
  } 
  
.wp-block-video.is-style-play-button:hover:after { 
  opacity: 1;
  }

.wp-block-column .wp-block-video.kreise {
  margin-top: -50px;
  margin-left: -100px;
  margin-right: 0;
  }
  
/* LAZYBLOCK STANDORTE
----------------------------------------------------------------------- */   
  
.animation {
  margin-top: 15px;
  padding: 40px 20px; /* Space above/below for scrolling context */
  background: #fff;
  margin-left: -50px;
  }

.circle-container {
  position: relative;
  width: 500px;
  height: 200px; /* Fixed height for the animation section */
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: visible !important;
  }

.circle {
  position: absolute;
  border-radius: 50%;
  mix-blend-mode: difference; /* 'Negative multiply' effect */
  overflow: visible !important;
  filter: blur(15px); /* 10px blur for soft borders, applied directly as per your update */
  }

.circle::before {
  content: '';
  position: absolute;
  top: -10px; left: -10px; right: -10px; bottom: -10px; 
  border-radius: 50%;
  background: inherit; /* Inherits color */
  z-index: -1; /* Behind the solid circle */
  }

.circle.left {
  background-color: #737944; /* Pure red */
  animation: circle_left 3s ease-in-out 0s;
  animation-iteration-count: infinite;
  }

.circle.right {
  background-color: #0051ff; /* Pure blue */
  animation: circle_right 3s ease-in-out 0s;
  animation-iteration-count: infinite;  
  }

.circle {
  width: 200px;
  height: 200px;
  }

.circle.left {
  left: 0px; 
  }

.circle.right {
  right: 0; 
  }


@keyframes circle_left {0%{transform: none;} 50%{transform:translateX(50%);} 100%{transform:none;}}    
@keyframes circle_right {0%{transform: none;} 50%{transform:translateX(-50%);} 100%{transform:none;}}    

.wp-block-lazyblock-we-are-hiring .animation {
  background: none;
  }
  
.wp-block-lazyblock-animation .animation {
  margin-top: -50px;
  }  
  
/* LAZYBLOCK STANDORTE
----------------------------------------------------------------------- */    

.wp-block-lazyblock-locations {
  margin-top: -20px;
  margin-bottom: 150px;
  position: relative;
  }

.wp-block-lazyblock-locations #locations .list .location {  
  font-size: 40px;
  font-weight: 400;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #000;
  }
  
.wp-block-lazyblock-locations #locations .list .location * {
  transition: 0.2s;
  }  
  
.wp-block-lazyblock-locations #locations .list .location I {    
  font-size: 32px;
  }
  
.wp-block-lazyblock-locations #locations .list .location.active *, 
.wp-block-lazyblock-locations #locations .list .location:hover * {   
  transform: translateX(40px);
  }
  
.wp-block-lazyblock-locations #map {
  margin-left: -50px;
  margin-top: 320px;
  position: relative;
  }  
  
.wp-block-lazyblock-locations #map IMG {
  max-width: 100%;
  height: auto;
  } 
  
.wp-block-lazyblock-locations #map .pin {
  font-size: 26px;
  font-weight: 700;
  position: absolute;
  line-height: 35px;
  color: #A6A6A6;
  top: 0;
  left: 0;
  cursor: pointer;
  text-decoration: none;
  }  
  
.wp-block-lazyblock-locations #map .pin:before {  
  content: " ";
  width: 35px;
  height: 35px;
  border-radius: 50px;
  background: #A6A6A6;
  float: left;
  margin-right: 10px;
  transition: 0.2s;
  }
  
.wp-block-lazyblock-locations #map #pin-dornbirn {
  top: 61%;
  left: 34.7%;
  }
  
.wp-block-lazyblock-locations #map #pin-altenrhein {
  top: 61%;
  left: auto;
  right: 69%;
  }
  
.wp-block-lazyblock-locations #map #pin-altenrhein:before {
  float: right;
  margin-right: 0;
  margin-left: 10px;
  } 
  
.wp-block-lazyblock-locations #map #pin-karlsruhe {
  top: 24%;
  left: 23%;
  }   
  
.wp-block-lazyblock-locations #map #pin-heilbronn {
  top: 16%;
  left: 29%;
  } 
  
.wp-block-lazyblock-locations #map #pin-nuernberg {
  top: 14%;
  left: 53%;
  }
  
.wp-block-lazyblock-locations #map #pin-muenchen {
  top: 46%;
  left: 49%;
  }        
  
.wp-block-lazyblock-locations #map .pin.active, 
.wp-block-lazyblock-locations #map .pin:hover {   
  color: #000;
  }
  
.wp-block-lazyblock-locations #map .pin.active:before,
.wp-block-lazyblock-locations #map .pin:hover:before {    
  background: #000;
  }
  
.wp-block-lazyblock-locations .gallery {
  position: absolute;
  width: 665px;
  top: 0px;
  right: 0;
  opacity: 0;
  transition: 0.4s;
  transform: translateY(-25px);
  }
  
.wp-block-lazyblock-locations .gallery.active {  
  transform: translateY(0px);
  opacity: 1;
  z-index: 1;
  }
  
.wp-block-lazyblock-locations .gallery IMG {
  width: 100%;
  height: auto;
  aspect-ratio: 665 / 455;
  object-fit: cover;
  }
  
.slick-dots {
  text-align: center;
  padding: 18px 0;
  display: flex;
  justify-content: center;
  }
  
.slick-dots LI {
  display: inline-block;
  padding: 0 6px;
  height: 12px;
  line-height: 1;
  font-size: 0;
  } 
  
.slick-dots LI BUTTON {
  width: 12px;
  height: 12px;
  background: #D9D9D9;
  border-radius: 12px;
  font-size: 0;
  cursor: pointer;
  transition: 0.2s;
  }
  
.slick-dots LI.slick-active BUTTON {  
  background: #000;
  }
  
.slick-dots LI:hover BUTTON {  
  background: #999;
  }  
  
/* LAZYBLOCK JOBS / OFFENE STELLEN
----------------------------------------------------------------------- */   

.wp-block-lazyblock-jobs #jobs-filter {
  display: flex;
  gap: 170px;
  width: 100%;
  margin-bottom: 150px;
  }
  
.wp-block-lazyblock-jobs #jobs-filter .filter {
  width: 475px;
  }  
  
.wp-block-lazyblock-jobs #jobs-filter .selected {
  font-size: 40px;
  border-bottom: 1px solid #000;
  margin-bottom: 14px;
  padding-bottom: 8px;
  }  
  
.wp-block-lazyblock-jobs #jobs-filter .dropdown .label {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  }  
  
.wp-block-lazyblock-jobs #jobs-filter .dropdown .label I {
  font-size: 22px;
  } 
  
.wp-block-lazyblock-jobs #jobs {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 170px;
  margin-bottom: 100px;
  }  
  
.wp-block-lazyblock-jobs #jobs .job {
  width: 475px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 37px;
  }
  
.wp-block-lazyblock-jobs #jobs .job .title {
  font-size: 40px;
  }  
  
.wp-block-lazyblock-jobs #jobs .job .title A {
  text-decoration: none;
  color: #000;
  }    
  
.wp-block-lazyblock-jobs #jobs .job .buttons {
  display: flex;
  gap: 10px;
  align-items: center;
  }  
  
.wp-block-lazyblock-jobs #jobs .job .buttons A {
  height: 62px;
  line-height: 58px;
  height: 62px;
  font-size: 20px;
  font-weight: 500;
  line-height: 58px;
  padding: 0 20px;
  border-radius: 100px;
  display: block;
  text-decoration: none;
  color: #000;
  }  
  
.wp-block-lazyblock-jobs #jobs .job .buttons .profile {  
  width: 76px;
  height: 76px;
  background: #D9D9D9;
  display: flex;
  justify-content: center;
  align-items: center;
  }
  
.wp-block-lazyblock-jobs #jobs .job .buttons A:hover {
  background: #000;
  color: #fff;
  }  
  
/* LAZYBLOCK NEWSLETTER
----------------------------------------------------------------------- */   

.wp-block-lazyblock-newsletter {
  background: #E8E8E8;
  padding: 80px 0 90px 0;
  margin: 60px 0 140px 0;
  }
  
.wp-block-lazyblock-newsletter .container {  
  display: flex;
  justify-content: space-between;
  }
  
.wp-block-lazyblock-newsletter .text {
  font-size: 40px;
  line-height: 1.15;
  width: 400px;
  }
  
.wp-block-lazyblock-newsletter FORM {
  width: 550px;
  position: relative;
  } 
  
.wp-block-lazyblock-newsletter FORM LABEL {
  display: none;
  } 
  
.wp-block-lazyblock-newsletter FORM .form-select LABEL {
  display: block;
  padding-left: 32px;
  font-weight: 700;
  margin-bottom: 10px;
  }    
  
.wp-block-lazyblock-newsletter FORM INPUT,
.wp-block-lazyblock-newsletter FORM SELECT {
  border: 2px solid #000 !important;
  background: none;
  padding: 18px 32px;
  width: 100% !important;
  max-width: 100% !important;
  margin-bottom: 30px;
  font-size: 16px;
  font-family: inherit;
  font-weight: 700;
  border-radius: 0;
  }
  
.wp-block-lazyblock-newsletter FORM SELECT { 
  font-weight: 400;
  }  
  
.wp-block-lazyblock-newsletter FORM INPUT::placeholder {
  color: #000;
  }
  
.wp-block-lazyblock-newsletter FORM .form-field.left {
  float: left;
  width: calc(50% - 15px);
  }
  
.wp-block-lazyblock-newsletter FORM .form-field.right {
  float: right;
  width: calc(50% - 15px);
  }  
  
.wp-block-lazyblock-newsletter FORM .form-button {
  clear: both;
  padding-top: 15px;
  }  
  
.wp-block-lazyblock-newsletter FORM BUTTON.submit {
  height: 62px;
  background: #000;
  color: #fff;
  padding: 0 32px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
  cursor: pointer;
  transition: 0.2s;
  } 
  
.wp-block-lazyblock-newsletter FORM BUTTON.submit:hover {
  background: #444;
  }  
  
.wp-block-lazyblock-newsletter FORM BUTTON.submit I {     
  font-size: 16px;
  }
  
.wp-block-lazyblock-newsletter .form-hint {
  position: absolute;
  width: 225px;
  bottom: 0;
  right: 0;
  font-size: 15px;
  } 
  
/* LAZYBLOCK NEWS
----------------------------------------------------------------------- */    
    
.wp-block-lazyblock-news .content {
  margin-bottom: 2em;
  }

.wp-block-lazyblock-news .content P {
  margin-bottom: 0;
  }
  
/* LAZYBLOCK FAQ
---------------------------------------------------------------------------- */   

.wp-block-lazyblock-faq {
  font-size: 26px;
  }
  
.wp-block-lazyblock-faq .columns {
  margin: 0 -10px;
  overflow: hidden;
  }  

.wp-block-lazyblock-faq .columns .column {
  float: left;
  padding: 0 10px;
  }  

.wp-block-lazyblock-faq .columns.c2 .column {
  width: 50%;
  }  
  
.wp-block-lazyblock-faq .columns.c3 .column {
  width: 33.3%;
  }  
  
.wp-block-lazyblock-faq .columns.c4 .column {
  width: 25%;
  }   
  
.wp-block-lazyblock-faq .faq {
  min-height: 240px;
  break-inside: avoid;
  }
  
.wp-block-lazyblock-faq .faq-arrow {
  border-bottom: 1px solid #000;
  line-height: 1;
  padding: 20px 0;
  margin-bottom: 25px;
  cursor: pointer;
  }  
  
.wp-block-lazyblock-faq .faq-arrow I {
  font-size: 22px;
  line-height: 1;
  transition: 0.4s;
  display: inline-block;
  } 
  
.wp-block-lazyblock-faq .faq.active I {
  transform: rotate(90deg);
  }    
  
.wp-block-lazyblock-faq .question {
  font-weight: bold;
  cursor: pointer;
  }  
  
.wp-block-lazyblock-faq .answer {
  display: none;
  }  
  
.wp-block-lazyblock-faq .answer .padding {
  padding: 2em 0;
  }  
  
/* LAZYBLOCK STATEMENTS
----------------------------------------------------------------------- */    
    
.wp-block-lazyblock-statements {
  margin-bottom: 150px;
  }

.wp-block-lazyblock-statements .name {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 16px;
  }
  
.wp-block-lazyblock-statements .slider {
  margin: 0 -10px;
  }  
  
.wp-block-lazyblock-statements .statement {
  padding: 0 10px;
  overflow: hidden;
  }  
  
.wp-block-lazyblock-statements .statement .quote {
  padding-right: 50px;
  } 
  
.wp-block-lazyblock-statements .statement VIDEO {
  display: none;
  }
  
.wp-block-lazyblock-statements FIGURE {
  aspect-ratio: 3 / 2;
  background: #eee;
  margin-bottom: 32px;
  position: relative;
  overflow: hidden;
  }
  
.wp-block-lazyblock-statements FIGURE IMG {  
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  }
  
.wp-block-lazyblock-statements FIGURE .play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -55px;
  margin-top: -55px;
  width: 110px;
  height: 110px;
  font-size: 110px;
  cursor: pointer;
  text-decoration: none;
  opacity: 0.85;
  }
  
.wp-block-lazyblock-statements FIGURE .play:hover {
  opacity: 1;
  }  
  
.wp-block-lazyblock-statements .slick-arrow {
  position: absolute;
  top: 170px;
  font-size: 0;
  z-index: 1;
  background: none;
  cursor: pointer;
  opacity: 0.5;
  transition: 0.2s;
  }
  
.wp-block-lazyblock-statements .slick-arrow:hover {  
  opacity: 1;
  }
  
.wp-block-lazyblock-statements .slick-arrow:before {  
  display: inline-block;
  font-family: icomoon;
  font-size: 28px;
  content: "\e905";
  transition: 0.2s;
  }
  
.wp-block-lazyblock-statements .slick-prev {   
  transform: rotate(180deg);
  left: -50px;
  }
  
.wp-block-lazyblock-statements .slick-next {   
  right: -50px;
  left: auto;
  }
  
/* LAZYBLOCK INTRO / HOME SLIDER
----------------------------------------------------------------------- */   

.wp-block-lazyblock-intro .slide {  
  position: relative;
  }
  
.wp-block-lazyblock-intro FIGURE {
  aspect-ratio: 1440 / 778;
  }  
  
.wp-block-lazyblock-intro FIGURE IMG {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  } 
  
.wp-block-lazyblock-intro FIGURE.vertical-align-top IMG {   
  object-position: center top;
  }
  
.wp-block-lazyblock-intro FIGURE.vertical-align-bottom IMG {   
  object-position: center bottom;
  }  
  
.wp-block-lazyblock-intro FIGCAPTION {
  font-weight: 500;
  position: absolute;
  z-index: 1;
  bottom: 50px;
  color: #fff;
  width: 100%;
  left: 0;
  }
  
/* WE ARE HIRING
----------------------------------------------------------------------- */   

.wp-block-lazyblock-we-are-hiring {
  background: #ebebeb;
  padding: 70px 0;
  margin: 100px 0 100px 0;
  }
  
.wp-block-lazyblock-we-are-hiring .wp-block-columns {
  margin-top: 0;
  }  
  
.wp-block-lazyblock-we-are-hiring .headline {
  font-size: 40px;
  line-height: 1.2;
  margin-top: 0 !important;
  }
  
.wp-block-lazyblock-we-are-hiring .wp-block-video {
  margin-right: 0 !important;
  margin-left: -50px;
  }  
  
.wp-block-lazyblock-we-are-hiring .locations {
  float: right;
  padding-right: 100px;
  }  
  
.wp-block-lazyblock-we-are-hiring .locations A {
  font-size: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #000;
  }   
  
.wp-block-lazyblock-we-are-hiring .locations A I {  
  font-size: 30px;
  }
  
.wp-block-lazyblock-we-are-hiring .locations A > * {  
  transition: 0.2s;
  }  
  
.wp-block-lazyblock-we-are-hiring .locations A:hover > * {  
  transform: translateX(40px);
  }














































