/*
Theme Name:   Landeseiten Design Child
Theme URI:    #
Description:  Child theme for Hello Elementor for Landeseiten Design projects.
Author:       Your Name
Author URI:   #
Template:     hello-elementor
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  landeseiten-design-child
*/

/*----------------------------------------------------------------*/
/* Add your custom CSS below this line
/*----------------------------------------------------------------*/




/* ==================== GLOBAL STYLES ==================== */

a:hover {
  color: #3EDAD8 !important;
}

header .webmenu a::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 30px;
  background-color: #3EDAD8;
  border-radius: 16px !important;
  opacity: 0;
  transition: opacity 0.3s ease;
}

header .webmenu a:hover::before {
  opacity: 1;
}

h1,
h2,
h3,
h4,
p {
  margin: 0px !important;
}

h1,
h2 {
  margin-bottom: 25px !important;
}

.brlbs-cmpnt-dialog-box-header h2 {
  margin-bottom: 0px !important;
}

h3,
h4 {
  margin-bottom: 15px !important;
}


.fixspace h1,
.fixspace h2 {
  margin: 50px 0 15px !important;
}

.fixspace h3,
.fixspace h4 {
  margin: 25px 0 5px !important;
}

#funktionsect,#ablaufsect,#faqsect {
  scroll-margin-top: 50px; /* modern browsers */
  padding-top: 50px;       /* fallback */
  margin-top: -50px;       /* fallback */
}

#ablaufsect {
  scroll-margin-top: 80px; /* modern browsers */
  padding-top: 80px;       /* fallback */
  margin-top: -80px;       /* fallback */
}

/* -- RESPONSIVE PADDING -- */

@media (max-width: 1370px) {
  .elementor .e-con-inner {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }
}

@media (max-width: 767px) {
  .elementor .e-con-inner {
    padding-right: 14px !important;
    padding-left: 14px !important;
  }
}

body:not(.home) .webmenu { 
	display: none; 
}


.emptline {
  margin: 18px 0;
  height: 0;
}



.elementor-image-box-img img,
.elementor-element img,
.elementor-element:not(.e-parent) {
  border-radius: 16px !important;
}


/* -- ICON BOX & IMAGE ANIMATIONS -- */

.elementor-widget-icon-box,
.elementor-widget-image img {
  display: inline-block;
  transition: transform 0.3s ease;
}

.elementor-icon-box-icon .elementor-icon,
.elementor-image-box-img {
  display: inline-block;
  transition: transform 0.3s ease;
  border-radius: 20px !important;
}

.elementor-widget-icon-box:hover,
.elementor-widget-image img:hover,
.hover-effect:hover,
.elementor-image-box-img img:hover {
  transform: scale(1.02);

}

.elementor-widget-icon-box:hover .elementor-icon {
  transform: scale(1.2);

}


/* -- ACCORDION STYLES -- */

.e-n-accordion-item {
  background: #fff;
  border-radius: 16px;
  margin-bottom: 20px !important;
}

.e-n-accordion-item-title-icon {
  border-radius: 100px;
  height: 48px;
  width: 48px !important;
  padding: 2px 15px 0px 15px;
}


/* -- BUTTON STYLES -- */

.ctabtn .elementor-button {
  position: relative;
  overflow: hidden;
  transition: color 0.3s ease;
}

.ctabtn .elementor-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #ffd44d;
  /* <-- highlight color, change if needed */
  transition: all 0.4s ease;
  z-index: 0;
}

.ctabtn .elementor-button:hover::before {
  left: 0;
}

.ctabtn .elementor-button .elementor-button-content-wrapper {
  position: relative;
  z-index: 2;
}

.ctabtn .elementor-button-icon svg {
  transition: transform 0.5s ease;
}

.ctabtn .elementor-button:hover .elementor-button-icon svg {
  transform: translateX(5px);
}

.ctabtn .elementor-button svg {
  font-size: 10px;
}

.ctabtn .elementor-button {
  clip-path: polygon(0 0,
      100% 0,
      100% calc(100% - 18px),
      calc(100% - 18px) 100%,
      0 100%);
}

.ctabtn a {
  color: #333 !important;
}

.full-break {
  display: block !important;
}

.mobile-break, .tablet-break {
  display: inline;
}



/* On small screens (mobile), force a break */
@media (max-width: 767px) {
  .mobile-break {
    display: block;
  }
  .tablet-break {
    display: inline;
  }
}

.break-word {
   overflow-wrap: break-word;
	word-break: break-word;
	hyphens: auto;
  }

/* On small screens (mobile), force a break */
@media screen and (min-width: 767px) and (max-width: 880px) {
  .tablet-break {
    display: block;
  }
	

}

.herosect {
  overflow: hidden !important;
  border-radius: 16px !important;
}


.Neukundencont .elementor-image-box-title::before {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 25px;
}

.Neukundencont img{
    width:100%;
}

@media (max-width: 767px) {
  .Neukundencont .elementor-widget-image-box .elementor-image-box-wrapper {
    display: flex;
    flex-direction: column-reverse;
  }

  .Neukundencont .elementor-image-box-title::before {
    margin: 0 auto 25px;
  }

  .Neukundencont .elementor-widget-image-box img {
    padding-top: 25px;
  }
}


.Neukundenimgbox1 .elementor-image-box-title::before {
  background-image: url("/wp-content/uploads/2025/11/Icon1.svg");
}


.Neukundenimgbox2 .elementor-image-box-title::before {
  background-image: url("/wp-content/uploads/2025/11/Icon2.svg");
}


.vid-last-box::before {
  content: "";
  width: 90px;
  height: 90px;
  background-image: url("/wp-content/uploads/2025/11/icon5.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -28px;
  left: -98px;
  pointer-events: none; 


}


@media (max-width: 1024px) {
  .vid-last-box::before {
    width: 80px;
    height: 380px;
    background-image: url("/wp-content/uploads/2025/11/icon30.webp");
    bottom: 0;
    left: -28px;
  }
}


@media (max-width: 767px) {
  .vid-last-box::before {
    width: 60px;
    height: 500px;
    background-image: url("/wp-content/uploads/2025/11/icon32.svg");
    bottom: 90px;
    left: -8px;
  }
}

.Preiskampfcont .elementor-image-box-content {
  background-color: #fff;
  padding: 25px;
  border-radius: 16px;
}


.Preiskampfimgbox1.elementor-widget-image-box .elementor-image-box-wrapper {
  display: flex;
  flex-direction: column;
}

.Preiskampfimgbox1.elementor-widget-image-box .elementor-image-box-img,
.Preiskampfimgbox1.elementor-widget-image-box .elementor-image-box-img img {
  width: 100%;
  margin: 0 auto !important;
  order: 1;

}

.Preiskampfimgbox1 img {
  padding-top: 25px;
}


.Preiskampfimgbox2.elementor-widget-image-box .elementor-image-box-wrapper {
  display: flex;
  flex-direction: column;
}


.Preiskampfimgbox2.elementor-widget-image-box .elementor-image-box-img,
.Preiskampfimgbox2.elementor-widget-image-box .elementor-image-box-img img {
  width: 100%;
  margin: 0 auto !important;
  order: 0;

}

.Preiskampfimgbox2 .elementor-image-box-content {
  margin-top: 24px;
}

@media (min-width: 767px) {
  .Preiskampfimgbox2 .elementor-image-box-wrapper figure.elementor-image-box-img {
    height: 498px;
    overflow: hidden;
  }

  .Preiskampfimgbox2 .elementor-image-box-wrapper figure.elementor-image-box-img img {
    height: 100%;
    object-fit: cover;

  }
}


.Schrittconnect {
  margin-bottom: -295px;
  z-index: 1;
  pointer-events: none;
}


@media (max-width: 1348px) {
  .Schrittconnect {
    margin-bottom: -21vw;
  }
}


.Schrittconnect .elementor-widget-image img:hover {
  transform: scale(1.0);
}


.Konzeptimgbox .impbox {
  border-radius: 16px;
  background-color: #33EEDD;
  display: block;
  padding: 15px;
}

.Konzeptimgbox .impbox {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.Konzeptimgbox .impbox::before {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  background-image: url("/wp-content/uploads/2025/11/icon13.svg");
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
}

@media (min-width: 767px) {
  .Konzeptimgbox .elementor-image-box-wrapper figure.elementor-image-box-img {
    height: 400px;
    overflow: hidden;
  }


  .Konzeptimgbox .elementor-image-box-wrapper figure.elementor-image-box-img img {
    height: 100%;
    object-fit: cover;
	object-position: center 20%;
  }
}


@media (min-width: 1024px) {
    .Konzeptimgbox .elementor-image-box-content {
        padding: 25px 0px 25px 25px;
    }
    .Konzeptimgbox .elementor-image-box-img {
        padding: 25px 25px 25px 25px !important;
    }
}

@media (max-width: 880px) {
   
    .Konzeptimgbox .elementor-image-box-img {
        padding-bottom: 20px;
    }
}


@media (min-width: 768px) and (max-width: 880px) {
    .Konzeptimgbox .elementor-image-box-img {
		margin-left: 25px !important;
    }
}

.Wissenschaftcont {
  min-width: 1312px;
  position: relative;
  left: 50%;
  transform: translateX(-50%) scale(1);
  transform-origin: center;
  transition: transform 0.3s ease;
}

@media (max-width: 1365px) {
  .Wissenschaftcont {
    transform: translateX(-50%) scale(0.82);
  }
}

@media (max-width: 1200px) {
  .Wissenschaftcont {
    transform: translateX(-50%) scale(0.8);
  }
}

@media (max-width: 1100px) {
  .Wissenschaftcont {
    transform: translateX(-50%) scale(0.7);
  }
}

@media (max-width: 1024px) {
  .Wissenschaftcont {
    transform: translateX(-50%) translateY(-25px) scale(0.66);
  }
}


.Wissenschaftimg img {
  padding: 9px !important;
}


@media (min-width: 767px) {
  .Revolutioniertimg.elementor-widget-image {
    height: 500px;
    overflow: hidden;
  }

  .Revolutioniertimg.elementor-widget-image img {
    height: 100%;
    object-fit: cover;
  }
}


/* Only on mobile */
@media (max-width: 767px) {
  .Verkaufsargument {
    background-color: rgba(0, 0, 0, 0.5);
    /* 30% black */
    background-blend-mode: darken;
  }
}


.Ergebniscont svg {
  border-radius: 99px;
  padding: 4px;
  background-color: #3edad8;
}


@media (min-width: 767px) {
  .Lauft .elementor-icon-box-wrapper::before {
    content: "";
    position: absolute;
    left: -35px;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-image: url("/wp-content/uploads/2025/11/Arrow-Container.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
}

@media (min-width: 1024px) {
  .Lauft .elementor-icon {
    padding: 10px 25px 25px 25px;
  }

  .Lauft .elementor-icon-box-description::after {
    content: "";
    position: absolute;
    left: 85px;
    top: 40px;
    bottom: 35px;
    width: 1px;
    background: #E7E7E7;
  }
}


.Laufticonbox1 .elementor-icon-box-wrapper::before {
  display: none;
}


/* Only on mobile */
@media (max-width: 767px) {
  .Starten {
    background-color: rgba(0, 0, 0, 0.4);
    /* 30% black */
    background-blend-mode: darken;
  }
}


.Nameiconlist .elementor-icon-list-items li:nth-last-child(-n+3) {
  background-color: #ffffff;
  padding: 25px 25px 15px 25px !important;
  margin-bottom: -10px;
}


.Nameiconlist .elementor-icon-list-items li:nth-last-child(3) {
  border-radius: 16px 16px 0 0;
  margin-top: 20px !important;

}

.Nameiconlist .elementor-icon-list-items li:nth-last-child(1) {
  border-radius: 0 0 16px 16px;
}


@media (max-width: 767px) {
  .Nameiconlist .elementor-icon-list-item {
    display: flex;
    flex-direction: column;
    align-items: center !important;
  }


  .Nameiconlist .elementor-icon-list-item .elementor-icon-list-icon {
    margin-bottom: 10px;
  }
}

 .Nameimg.elementor-widget-image img {
object-position: center 20%;
  }

@media (min-width: 767px) {
  .Nameimg.elementor-widget-image {
    height: 468px;
    overflow: hidden;
  }

  .Nameimg.elementor-widget-image img {
    height: 100%;
    object-fit: cover;
  }
}


@media only screen and (max-width: 767px) {
  .Nameimgbox.elementor-widget-image-box .elementor-image-box-wrapper {
    display: flex;
    flex-direction: column;
  }

  .Nameimgbox.elementor-widget-image-box .elementor-image-box-img,
  .Nameimgbox.elementor-widget-image-box .elementor-image-box-img img {
    width: 100% !important;
    margin: 0 auto !important;
    order: 1;
  }

  .Nameimgbox img {
    padding-top: 25px;
  }
}



.Bewertungcar .e-con-inner::before {
  content: "";
  margin-top: 25px;
  margin-left: 25px;
  width: 100px;
  height: 17px;
  background-image: url(/wp-content/uploads/2025/11/icon30.svg);
  background-repeat: no-repeat;
  background-size: contain;
z-index: 9 !important;
}



@media (max-width: 767px) {
  .Bewertungcar .elementor-testimonial-content {
    padding-top: 40px;
  }

  .Bewertungcar .e-con-inner::before {
    position: absolute;
    top: 0;
    left: 45%;
    transform: translateX(-50%);
  }
}



@media (min-width: 1024px) {
  .Mapcont {
    min-width: 510px !important;
  }
}


.mapimg.elementor-widget-image {
  height: 355px;
  overflow: hidden;
}

.mapimg.elementor-widget-image img {
  height: 100%;
  object-fit: cover;
}


.Schrittcontainer .elementor-widget-icon-box:nth-child(-n+2):hover .elementor-icon svg rect {
  fill: white !important;
}

.Schrittcontainer .elementor-widget-icon-box:last-child:hover .elementor-icon svg rect {
  fill: #33EEDD !important;
}

.footertop::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 55px;      
  right: 45px;      
  border-bottom: 1px solid #E7E7E7;
}