.elementor-kit-8{--e-global-color-primary:#464646;--e-global-color-secondary:#CEAE12;--e-global-color-text:#464646;--e-global-color-accent:#CEAE12;--e-global-color-ae43adb:#CEAE12;--e-global-color-5849e81:#F1E39B;--e-global-color-0db1c03:#454545;--e-global-color-689ac2a:#FFFFFF;--e-global-typography-primary-font-family:"Inter";--e-global-typography-secondary-font-family:"Supermercado-One";--e-global-typography-text-font-family:"Inter";--e-global-typography-accent-font-family:"Inter";color:var( --e-global-color-primary );font-family:"Inter", Sans-serif;font-size:1.2em;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{background-color:transparent;font-size:1em;text-transform:uppercase;letter-spacing:0.5px;color:var( --e-global-color-0db1c03 );background-image:linear-gradient(90deg, var( --e-global-color-ae43adb ) 0%, var( --e-global-color-5849e81 ) 100%);border-radius:1px 1px 1px 1px;padding:18px 25px 18px 25px;}.elementor-kit-8 button:hover,.elementor-kit-8 button:focus,.elementor-kit-8 input[type="button"]:hover,.elementor-kit-8 input[type="button"]:focus,.elementor-kit-8 input[type="submit"]:hover,.elementor-kit-8 input[type="submit"]:focus,.elementor-kit-8 .elementor-button:hover,.elementor-kit-8 .elementor-button:focus{background-color:transparent;color:var( --e-global-color-primary );background-image:linear-gradient(90deg, var( --e-global-color-5849e81 ) 0%, var( --e-global-color-ae43adb ) 100%);}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 p{margin-block-end:1.2em;}.elementor-kit-8 a{color:var( --e-global-color-primary );}.elementor-kit-8 a:hover{color:var( --e-global-color-secondary );}.elementor-kit-8 h1{font-size:2.4em;}.elementor-kit-8 h2{font-size:2.4em;}.elementor-kit-8 h3{font-size:1.9em;}.elementor-kit-8 h4{font-size:1.9em;}.elementor-kit-8 h5{font-size:1.7em;}.elementor-kit-8 h6{font-size:1.7em;}.elementor-kit-8 img:hover{filter:brightness( 85% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );}.elementor-kit-8 img{transition-duration:0.3s;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.elementor-widget:not(:last-child){--kit-widget-spacing:40px;}.elementor-element{--widgets-spacing:40px 40px;--widgets-spacing-row:40px;--widgets-spacing-column:40px;}@media(max-width:1550px){.elementor-kit-8{font-size:1.1em;}.elementor-kit-8 h1{font-size:2.1em;}.elementor-kit-8 h2{font-size:2.1em;}.elementor-kit-8 h3{font-size:1.7em;}.elementor-kit-8 h4{font-size:1.7em;}.elementor-kit-8 h5{font-size:1.5em;}.elementor-kit-8 h6{font-size:1.5em;}}@media(max-width:1025px){.elementor-kit-8{font-size:1.1em;}.elementor-kit-8 h1{font-size:1.9em;}.elementor-kit-8 h2{font-size:1.9em;}.elementor-kit-8 h3{font-size:1.5em;}.elementor-kit-8 h4{font-size:1.5em;}.elementor-kit-8 h5{font-size:1.4em;}.elementor-kit-8 h6{font-size:1.4em;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{padding:14px 25px 14px 25px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-8 h1{font-size:1.5em;}.elementor-kit-8 h2{font-size:1.5em;}.elementor-kit-8 h3{font-size:1.3em;}.elementor-kit-8 h4{font-size:1.3em;}.elementor-kit-8 h5{font-size:1.2em;}.elementor-kit-8 h6{font-size:1.2em;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{line-height:1.2em;padding:8px 12px 8px 12px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//*****************Header*********************/
.headercontainer {
    max-width: 2400px !important;
    margin: 0 auto;
    height: 100vh!important;
}

.headercontainer-service {
    max-width: 2400px !important;
    margin: 0 auto;
    height: 75vh!important;
}


/* Animation Headerbild */
.headerbild-img img {
  animation: ken-burns-zoom 10s ease-in-out infinite;
  transform-origin: center center;
}

/* Der Container bleibt stabil */
.headerbild {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

/* Animation */
@keyframes ken-burns-zoom {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}


.headerbild img {
  width: 100vw;
  height: 94vh;
  object-fit: cover;
  object-position: center center;

}

.headerbild-service img {
  width: 100vw;
  height: 70vh;
}

.headerslogan {
  background-color: transparent;
  padding: 15px 45px 15px 15px;
  background-image: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF00 100%);
  
  position: absolute;
  left: -70px;
  bottom: 100px;
}


@media only screen and (max-width: 1025px) {
.headerbild img {
  height: 95vh;
}

.headercontainer-service {
    height: 65vh!important;
}

.headerbild-service img {
  height: 60vh;
}

.headerslogan {
  left: -30px;
} 
}

@media only screen and (max-width: 767px) {
.headercontainer {
    height: 580px!important;
}

.headercontainer-service {
    height: 560px!important;
}

.headerbild img {
  height: 550px;
}

.headerbild-service img {
  height: 520px;
}

.headerslogan {
    top: 440px;
    left: 0;
    bottom: auto;
    padding: 10px 20px 10px 10px;
}
}



/*****************Content********************/

/* Content Container */
.maincontainer {
    padding: 100px 70px 100px 70px;
}

.startslogan {
    padding: 60px 70px 100px 70px;
}

.abstandcont {
  width: calc(100% - 100px);
  margin-left: 100px;
}

.zitat {
    font-size: 1.8em;
}

.zitat p {
  -webkit-hyphens: none !important;
  -ms-hyphens: none !important;
  -moz-hyphens: none !important;
  hyphens: none !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}

.lfgold img {
    width: 120px;
    opacity: 0.1;
}

.content1024 {
    max-width: 1024px!important;
    margin: 0 auto;
}


@media only screen and (max-width: 1550px) {
.maincontainer {
    padding: 100px 50px 100px 50px;
}

.zitat {
    font-size: 1.6em;
}

.lfgold img {
    width: 110px;
}
}

@media only screen and (max-width: 1025px) {
.maincontainer {
    padding: 80px 30px 80px 30px;
}

.startslogan {
    padding: 40px 30px 60px 30px;
}

.abstandcont {
  width: calc(100% - 60px);
  margin-left: 60px;
}

.zitat {
    font-size: 1.4em;
}

.lfgold img {
    width: 90px;
}
}

@media only screen and (max-width: 767px) {
.maincontainer {
    padding: 50px 15px 50px 15px;
}

.startslogan {
    padding: 20px 15px 20px 15px;
}

.abstandcont {
  width: calc(100% - 0px);
  margin-left: 0px;
}

.zitat {
    font-size: 1.1em;
}

.lfgold img {
    width: 60px;
}
}

/* Überschriften */
.dualheading .elementor-icon-box-description {
    font-size: 1.3em!important;
    letter-spacing: 0px!important;
    margin-bottom: 10px;
}


.dualheading2 .elementor-icon-box-description {
    font-size: 1.5em!important;
    font-family: Inter;
    margin-bottom: 10px;
}

.dualheading2 .elementor-icon-box-content {
   text-align:center!important;
}


.dualheading .elementor-icon-box-content {
    display: flex;
    flex-direction: column-reverse;
    text-align: left;
}


@media only screen and (max-width: 1025px) {
.dualheading .elementor-icon-box-description {
     font-size: 1.3em!important;
}
}

@media only screen and (max-width: 767px) {
.dualheading .elementor-icon-box-description {
     font-size: 1.2em!important;
}

}





/************Imagegalerie*********************/
@media only screen and (min-width: 1026px) {

.custom-gallery-bg .e-gallery-item:nth-child(3n + 2) {
    transform: translateY(190px);
  }

.custom-gallery-bg  {
    padding-bottom: 190px;
  }

  .custom-gallery-bg .e-gallery-item > div {
    aspect-ratio: 3 / 3;
  }
}

@media (max-width: 1550px) {
  .custom-gallery-bg .e-gallery-item > div {
    aspect-ratio: 3 / 3;
  }
}

@media (max-width: 1025px) {
  .custom-gallery-bg .e-gallery-item > div {
    aspect-ratio: 3 / 2;
  }
}

@media (max-width: 767px) {
  .custom-gallery-bg .e-gallery-item > div {
    aspect-ratio: 1 / 1;
  }
}





/************Imageslider*********************/
.immo-galery-nav .elementor-swiper-button-next, .immo-galery-nav .elementor-swiper-button-prev {
    background-color:#605650;
    font-size: 30px!important;
    padding: 12px;
    border-radius: 50%;
}

.immo-galery-nav .elementor-swiper-button-prev {
   left: 50%!important;
   top: 100%!important;
   width: 56px;
   transform: translate(-80px,-92px)!important;
}

.immo-galery-nav .elementor-swiper-button-next {
   left: 50%!important;
   top: 100%!important;
   width: 56px;
   transform: translate(20px,-92px)!important;
}


.immo-galery-nav .elementor-swiper-button-next:hover svg, .immo-galery-nav .elementor-swiper-button-prev:hover svg {
    fill: #EAB22F!important;
}


.immo-galery img {
  height: 700px;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}

@media only screen and (max-width: 1550px) {
.immo-galery img {
   height: 600px;
}
}

@media only screen and (max-width: 1025px) {
    .immo-galery img {
  height: 500px;
}

.immo-galery-nav .elementor-swiper-button-prev {
   width: 40px;
   transform: translate(-60px,-72px)!important;
}

.immo-galery-nav .elementor-swiper-button-next {
   width: 40px;
   transform: translate(20px,-72px)!important;
}

.immo-galery-nav .elementor-swiper-button-next, .immo-galery-nav .elementor-swiper-button-prev {
   font-size: 25px!important;
   padding: 8px;
}
}

@media only screen and (max-width: 767px) {
.immo-galery img {
   height: 320px;
}
}


/********************Style ******************/

/* Links */
.liste-text a, .elementor-widget-text-editor a, .elementor-tab-content a {
  background: linear-gradient(to left, #464646, #EDDD8C 100%);
  background-position: 0 100%;
  background-size: 100% 2px;
  padding-bottom: 4px;
  background-repeat: repeat-x;
  text-decoration: none;
}

/*  Aufzählungen */
.listsyle li {
  padding-left: 5px;
  text-indent: -28px;
  padding-bottom: 10px;
}

.listsyle li::before {
   content: "❍"; 
   font-size: 1.3em;
   margin-right: 0.4em;
   color: #C32522;
   position: relative;
   top: 2px;
}

.listsyle ul {
   list-style-type: none !important;
   margin-bottom: 20px;
   padding-left: 20px !important;
}

.nohover img:hover {
  filter: brightness( 100% ) contrast( 100% )!important ;
}

/* Akkordeon 1 Tab geschlossen */
.elementor-accordion .elementor-accordion-item:first-child {display: none;}

.elementor-accordion .elementor-accordion-item {
    border-bottom: 1px solid #CECECE!important;
}

/* Buttons und Angebote out */
.page-id-64 .cta-buttons-out, 
.page-id-105 .cta-buttons-out, 
.page-id-4366 .angebote-out, 
.page-id-110 .cta-buttons-out, 
.page-id-5381 .angebote-out, 
.page-id-2073 .cta-buttons-out, 
.single .cta-buttons-out { display: none !important; 
}



body {
	overflow-x: hidden!important;
}

/* Browser hover */
a,a:link,a:visited{outline:none!important;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 30px;
    line-height: 1.2 !important;
}


/*Video Ligthbox*/
.elementor-lightbox .elementor-video-container iframe {
  width: 100%!important;
  height: 100%!important;
}

/*gesamte Box verlinken*/
.boxlink a::before,
.boxlink a::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

/* Silbentrennung */
p {
   -webkit-hyphens: auto;
  -webkit-hyphenate-limit-chars: auto 3;
  -webkit-hyphenate-limit-lines: 4;
  -ms-hyphens: auto;
  -ms-hyphenate-limit-chars: auto 3;
  -ms-hyphenate-limit-lines: 4;
  -moz-hyphens: auto;
  hyphens: auto;
}

.elementor-image-box-description,
.elementor-image-box-description,
.elementor-icon-box-description{
  -webkit-hyphens: none;
  -ms-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
}

/* Ausgangszustand: Unsichtbar und verschoben */
.text-view {
    opacity: 0; /* Unsichtbar */
    transform: translateY(100px); 
    transition: opacity 0.8s ease, transform 0.8s ease; 
    will-change: opacity, transform; 
}

.text-view.visible {
    opacity: 1; 
    transform: translateY(0); 
}

/* Spezielle Regel für den Elementor Editor */
body.elementor-editor-active .text-view,
.elementor-editor-preview .text-view{
    opacity: 1 !important;
    transform: translateY(0) !important; 
    transition: none !important; 
}

/* WPML */
.wpml-elementor-ls li {
    display: list-item;
    text-align: -webkit-match-parent;
    list-style-type: none; 
}

/* Website User Rechte */
.elementor-editor-content-only .elementor-editor-element-edit,
.elementor-editor-content-only .elementor-editor-element-add,
.elementor-editor-content-only .elementor-editor-element-remove ,
.elementor-editor-content-only .elementor-add-section-inner { 
    display: none!important;
}


/* Ankerlinks */
body:not(.elementor-editor-active) .elementor-menu-anchor:before {
  content: "";
  display:block;
  height: 100px; /* fixed header height*/
  margin: -100px 0 0; /* negative fixed header height */
  visibility: hidden;
  pointer-events: none;
}


/* Cookie Banner */
.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header {
 padding: 0px!important;
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny, .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences, .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-save-preferences {
    text-transform: none!important;
}



@media only screen and (max-width: 767px) {
 .cmplz-cookiebanner {
     width: 95% !important;
 
}
}

@media only screen and (max-width: 1025px) {

body, html{
    overflow-x: hidden;
  }
  
 
.stickyh, .stickyh *{
    transform: none !important;
  }

.stickyh {
  will-change: transform;
  transform: translateZ(0);
}
 
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: normal;
	font-display: swap;
	src: url('https://www.lafundneyt.com/wp-content/uploads/Inter-Regular.eot');
	src: url('https://www.lafundneyt.com/wp-content/uploads/Inter-Regular.eot?#iefix') format('embedded-opentype'),
		url('https://www.lafundneyt.com/wp-content/uploads/Inter-Regular.woff2') format('woff2'),
		url('https://www.lafundneyt.com/wp-content/uploads/Inter-Regular.woff') format('woff'),
		url('https://www.lafundneyt.com/wp-content/uploads/Inter-Regular.ttf') format('truetype'),
		url('https://www.lafundneyt.com/wp-content/uploads/Inter-Regular.svg#Inter') format('svg');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Supermercado-One';
	font-style: normal;
	font-weight: normal;
	font-display: swap;
	src: url('https://www.lafundneyt.com/wp-content/uploads/Supermercado-One-Regular.eot');
	src: url('https://www.lafundneyt.com/wp-content/uploads/Supermercado-One-Regular.eot?#iefix') format('embedded-opentype'),
		url('https://www.lafundneyt.com/wp-content/uploads/Supermercado-One-Regular.woff2') format('woff2'),
		url('https://www.lafundneyt.com/wp-content/uploads/Supermercado-One-Regular.woff') format('woff'),
		url('https://www.lafundneyt.com/wp-content/uploads/Supermercado-One-Regular.ttf') format('truetype'),
		url('https://www.lafundneyt.com/wp-content/uploads/Supermercado-One-Regular.svg#Supermercado-One') format('svg');
}
/* End Custom Fonts CSS */