/* Standard: Mobile bis 460px */
#menu {
  display: none;
}

body.is-menu-visible #menu {
  display: block;
}


/* Ab 461px: Desktop-/Tablet-Navigation */
@media screen and (min-width: 461px) {
  /* Menü anzeigen */
  #menu {
    display: block !important;
    /*position: static !important;*/
    background: none;
    box-shadow: none;
	width: 80%;
    padding: 0px 240px;
    margin: 0px 250px;
    height: 52px;
    
  }
  
/* Standard: kein Hintergrund */
#header.alt.scroll-bg {
  background-color: rgba(46, 56, 66, 0.8) !important; /* oder jede gewünschte Farbe */
  transition: background-color 0.3s ease !important;
}


  /* Menü-Button ausblenden */
  .menuToggle {
    display: none !important;
  }

  /* Menü horizontal anordnen */
  #menu ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 2rem;
    list-style: none;
    padding: 0;
    margin: 0;
  }

  #menu li {
    display: inline;
  }

  #menu a {
    text-decoration: none;
    font-weight: 600;
    color: white; /* oder andere gewünschte Farbe */
  }
  
  /* Header layouten */
  #header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 1rem 2rem;
  }

  #nav {
    flex: 1;
    text-align: right;
  }

  /* Optional: Logo links ausrichten */
  #header h1 {
    margin: 0;
  }
}

#menu ul > li > a:hover {
	
color:green;

}

@media screen and (max-width: 480px) {
#menu {
	opacity: 0.9;
    /*background: #4CAF50 !important;*/
	  background: #3D5E2F !important;
}
	
}}


.wrapper.style1 {
    background-color: #4CAF50 !important;
    color: #c8ece9;
	height: 880px;
}
.wrapper.style2 {
		height: 900px;
}

.wrapper.style3 {
    background-color: #4CAF504a !important;
    color: #d3d4e4;
}

#menu ul > li {
    border-top: solid 0px rgba(0, 0, 0, 0.125) !important;
 }
 
 .arrow-wrapper {
  text-align: center;
  margin-top: 2rem;
}

.arrow-animate {
  opacity: 0;
  transform: translateY(20px);
  animation: slideUpFadeIn 1s ease-out forwards;
}

/* Keyframes */
@keyframes slideUpFadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.versendet {
	font-size:20px;
	font-weight:700;
	color:green;
	/*border: 2px solid white; /* 2px Breite, durchgezogene Linie, schwarze Farbe */
    /*display: inline-block; /* Wichtig, damit der Rahmen den Text umschließt */
    
	
}

.nichtversendet {
	font-size:20px;
	font-weight:700;
	color:red;
	/*border: 2px solid white; /* 2px Breite, durchgezogene Linie, schwarze Farbe */
    /*display: inline-block; /* Wichtig, damit der Rahmen den Text umschließt */
}

/* Form */

	form {
		margin: 0 0 2em 0;
	}

		form > :last-child {
			margin-bottom: 0;
		}

		form > .fields {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-flex-wrap: wrap;
			-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			width: calc(100% + 3em);
			margin: -1.5em 0 2em -1.5em;
		}

			form > .fields > .field {
				-moz-flex-grow: 0;
				-webkit-flex-grow: 0;
				-ms-flex-grow: 0;
				flex-grow: 0;
				-moz-flex-shrink: 0;
				-webkit-flex-shrink: 0;
				-ms-flex-shrink: 0;
				flex-shrink: 0;
				padding: 1.5em 0 0 1.5em;
				width: calc(100% - 1.5em);
			}

				form > .fields > .field.half {
					width: calc(50% - 0.75em);
				}

				form > .fields > .field.third {
					width: calc(100%/3 - 0.5em);
				}

				form > .fields > .field.quarter {
					width: calc(25% - 0.375em);
				}

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

			form > .fields {
				width: calc(100% + 3em);
				margin: -1.5em 0 2em -1.5em;
				}

				form > .fields > .field {
					padding: 1.5em 0 0 1.5em;
					width: calc(100% - 1.5em);
				}

					form > .fields > .field.half {
						width: calc(100% - 1.5em);
					}

					form > .fields > .field.third {
						width: calc(100% - 1.5em);
					}

					form > .fields > .field.quarter {
						width: calc(100% - 1.5em);
					}

		}


.kontakt {
	float: right;

}

.unter {
    border-bottom: solid 2px #fff;
    display: inline-block;
    padding-bottom: 1em;
    position: relative;
}

ul.actions.stacked li {
	padding: 1px 40px 10px 210px;
    width: max-content !important;
}

@media screen and (max-width: 480px) {
.list-kontakt {
	padding: 1px 40px 20px 101px !important;
	
}}

@media screen and (min-width: 768px) {
.list-kontakt {
	padding: 1px 40px 20px 101px !important;
	
}}
	
.schrift {
	text-transform: uppercase;
	font-size: 0.8em;
	
}


/*HIER WIRD DER HINTERGRUND GENERIERT */

#banner:after {
   
    background: #4CAF50 !important;
    opacity: 0.2 !important;
}

#banner {
	height: 118vh !important;
	
}

@media screen and (max-width: 480px) {
#banner {
	height: auto !important;
	background-image: url(/img/gartengestaltung.jpg) !important;
}
}

.button.primary {
    background-color: #332017 !important;
}

.button.primary:hover {
    background-color: #332017 !important;
}

.wrapper.style4 {

	background: #473028 !important;
    opacity: 0.4 !important;
	}


@media screen and (max-width: 480px) {
.wrapper.style4 {
    height: 1920px;
	background: #473028 !important;
	opacity: 0.7 !important;
}}


.wrapper.style5 {
    background-color: #2e3842;
    background: #473028 !important;
    opacity: 0.4 !important;
    height: 1050px;
}

/*ÜBER UNS HINTERGRUND*/
.wrapper.style2 {
    background-color: #2e384200 !important;
	height: 960px;
}


.features li {

    text-align: center !important;

}

.hinterg {
	
	background-image: url("/img/gartengestaltung.jpg");
	/*width: 50% !important;*/
}

.hintergg  {
	color: #000 !important;
    opacity: 0.7;
    background: white !important;
   /* height: 200px !important;*/
	
}

.hinterggh3  {
	color: #000 !important;
    opacity: 0.7;
   /* background: white !important;
    height: 20px !important;*/
	
}


h3 {
    font-size: 1.0em !important;

}

.hinterg2 {
	
	background-image: url("/img/gartenpflege.jpg");
/*	width: 50% !important;*/

}

.hinterg3 {
	
	background-image: url("/img/außenanlagen_gestalten.jpg");
	/*width: 50% !important;*/
}

.pos {
	margin-top:20px;
	margin:20px auto
	
}

/*SLIDER FUNKTION

.slider-container {
  width: 100%;
  max-width: 1200px;
  overflow: hidden;
  margin: 2rem auto;
}

.slider-track {
  display: flex;
  transition: transform 1s ease;
  width: calc(250px * 10); /* 10 Bilder á 250px 
}

.slider-track img {
  width: 12%; /* 4 Bilder sichtbar (100 / 4) 
    min-width: 250px;
    height: auto;
    flex-shrink: 0;
    object-fit: cover;
    padding: 4px 14px;

}*/

.slider-container {
  max-width: 1200px;
  overflow: hidden;
  margin: 2rem auto;
  position: relative;
}

.slider-track {
  display: flex;
  transition: transform 1s ease;
  will-change: transform;
}

.slider-track img {
  width: 25%; /* 4 sichtbar = 25% */
  min-width: 25%;
  height: auto;
  object-fit: cover;
  flex-shrink: 0;
  pointer-events: none;
  padding:0 8px;
}

.warum {
	padding: 0 10px;
    list-style-type: none;
	
}

.secimg {
	background-image: url("/img/gartengestaltung.jpg")
	
}

.bgstart {
		color: #fff !important;
    opacity: 0.7;
    background: black !important;
	
}

.bgstart2 {
		color: #fff !important;
    opacity: 0.8;
    background: black !important;
	
}

.mtop {
	margin-top:50px;
	
}

/*RESPONSIV SECTION BILD TEXT UNSER LEISTUNG */

/* RESPONSIVE GRID */
.responsive-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  list-style: none;
  padding: 0;
  margin: 2rem 0;
}

/* BOX INHALT */
.hintergg {
  background-color: #f4f4f4;
  padding: 1rem;
  border-radius: 10px;
  height: 100%;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

/* HEADINGS */
.hinterggh3 {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}

/* LISTEN IN BOXEN */
.hintergg ul {
  padding-left: 1.2rem;
  list-style-type: disc;
  font-size: 1rem;
}

/* SCROLL-PFEIL */
.arrow-wrapper {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
}

.arrow-animate {
  animation: floatArrow 2s infinite ease-in-out;
  width: 30px;
  height: auto;
}

@keyframes floatArrow {
  0%, 100% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(-20px);
    opacity: 1;
  }
}

/* MOBILE ANPASSUNG */
@media (max-width: 600px) {
  .hinterggh3 {
    font-size: 1.1rem;
  }

  .hintergg ul li {
    font-size: 0.95rem;
  }
}


@media screen and (max-width: 600px) {
	.butt {
		
		margin: 10px -105px !important;
}}

/*KONTAKTFORMULAR*/

@media screen and (min-width: 1200px) {
.kont {
    padding: 0px 0px 0px 400px !important;
    max-width: 55em !important;
}

.texttop {
	margin-top:-20px;
	
}

.slider-container {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.slider-track {
  display: flex;
  width: fit-content;
  animation: scroll 40s linear infinite;
}

.slider-track img {
  height: auto;
  margin-right: 10px;
  flex-shrink: 0;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

@media screen and (max-width: 560px) {
.diplaynone {
	display: none !important;
	
}}

/*IMPRESSUM*/

.imp {
	
	
}

#banner2 {

    height: 140vh;

}



/* Lightbox */

/* Grundstil */
.lightbox.hidden {
  display: none !important;
}

.lightbox {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: rgba(0, 0, 0, 0.7) !important;
  z-index: 9999 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.lightbox-content {
  background: #fff !important;
  padding: 2rem !important;
  max-width: 90% !important;
  max-height: 90% !important;
  overflow-y: auto !important;
  border-radius: 8px !important;
  position: relative !important;
  animation: fadeIn 0.4s ease !important;
  color: #000 !important;
}

.lightbox-close {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  font-size: 2rem;
  cursor: pointer;
}

/* Animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.spotlight {
     height: 50vh !important;
}


/* Cookie CSS */

   .cookie-banner {
            position: fixed;
			bottom: 50%;
			left: 24%;
			width: 50%;
            /*bottom: 0;
            left: 0;
            width: 100%;*/
            padding: 20px;
            background-color: #365C12;
            /*box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);*/
            text-align: center;
			z-index: 2;
			box-shadow: inset 0 0 0 2px #fff;
        }

        .cookie-banner button {
            margin: 5px;
            padding: 10px 20px;
            background-color: #233a0d;
            color: white;
            border: none;
            cursor: pointer;
        }

        .cookie-banner button.reject {
            background-color: #365C12;
        }

        .reset-image {
            position: fixed;
            bottom: 10px;
            left: 10px;
            width: 50px;
            height: 50px;
            cursor: pointer;
			z-index:2;
        }
	
	@media screen and (max-width: 600px) {
	#reset-form {
	        position: fixed;
            bottom: 10px;
            left: 10px;
            width: 50px;
            height: 50px;
            cursor: pointer;
			z-index:2;
    }
	}	
		
/* Cookie CSS Mobile */

	@media screen and (max-width: 600px) {
   .cookie-banner {
            position: fixed;
			bottom: 50%;
			left: 24%;
			width: 50%;
            /*bottom: 0;
            left: 0;
            width: 100%;*/
            padding: 20px;
            background-color: #365C12 !important;
            /*box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);*/
            text-align: center;
			z-index: 2;
			box-shadow: inset 0 0 0 2px #fff;
	}}

    @media screen and (max-width: 600px) {
	.cookie-banner button {
            margin: 5px;
            padding: 10px 20px;
            background-color: #233a0d !important;
            color: white;
            border: none;
            cursor: pointer;
	}}

    @media screen and (max-width: 600px) {
	.cookie-banner button.reject {
            background-color: #365C12 !important;
	}}

    @media screen and (max-width: 600px) {
	.reset-image {
            position: fixed !important;
            bottom: 10px;
            left: 10px;
            width: 50px;
            height: 50px;
            cursor: pointer;
			z-index:2;
	}}
		
		
		 .dsgvo-link {
			color:#fff;
			text-decoration:underline;
		}
		.dsgvo-link:focus {
			outline:2px solid #fff;
			outline-offset:2px;
		}


.leistungs-grid {
  max-width: 1100px;
  margin: 3rem auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  /*background-image: url("/img/gartengestaltung.jpg");
  border-radius: 12px;*/
}

/* Box-Inhalt IMMER linksbündig (überschreibt Template-Centering) */
.leistung-box * {
  text-align: left !important;
}

/* Liste sauber linksbündig + Bullets links (nicht inside) */
.leistung-box ul {
  margin: 0.75rem 0 0 0 !important;
  padding-left: 18px !important;   /* Bullet-Abstand vom Rand */
  list-style-position: outside !important;
}

/* Optional: minimaler Abstand nach dem Bullet */
.leistung-box li {
  padding-left: 0 !important;
  margin: 0 0 6px 0 !important;
}

/* Falls irgendwo float gesetzt wurde: sicher entfernen */
.leistung-box li {
  float: none !important;
  
}





.leistung-box {
  background: rgba(255,255,255,0.70);
  color: #000;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.leistung-box h3 {
  margin-bottom: 0.5rem;
}

.leistung-box p {
  line-height: 1.6;
  color:#535151 !important;
  font-size:15px !important;
}

.leistung-box ul {
  margin: 0.5rem 0 1rem 1.2rem;
}

.leistung-box ul li {
  margin-bottom: 4px;
}

.fazit {
  font-weight: 600;
}

/* MOBILE */

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

  .leistungs-grid {
    grid-template-columns: 1fr;
    background-image: url("/img/gartengestaltung.jpg"); /* gleich wie Desktop */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 1rem;
  }

  .leistung-box .aussen {
        background: rgba(255, 255, 255, 0.70) !important;
        color: #000 !important;
        padding: 2rem !important;
        border-radius: 12px !important;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
  }

}

@media screen and (max-width: 460px) {
.leistung-box .aussen {
        background: rgba(255, 255, 255, 0.70) !important;
        color: #000 !important;
        padding: 2rem !important;
        border-radius: 12px !important;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
}}




#banner-2 {

	height: 280vh !important;
}


.features {
     width: 92% !important;
}

ul {
 
    margin: 0 0 4em 51px !important;
 
}

/* SLIDER GLOBAL – funktioniert Desktop + Mobile */

.slider-container {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.slider-track {
  display: flex;
  width: fit-content;
  animation: scroll 40s linear infinite;
}

.slider-track img {
  height: auto;
  margin-right: 10px;
  flex-shrink: 0;
}

/* Animation */
@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Mobile Bilder etwas größer */
@media (max-width: 768px) {
  .slider-track img {
    width: 60%;
    min-width: 60%;
  }
}



	/* MOBILE LIGHTBOX FIX – NUR FÜR HANDY */
@media (max-width: 768px) {

  #datenschutzLightbox {
    position: fixed !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100vh !important;
    z-index: 999999 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    background: rgba(0,0,0,0.75) !important;
  }

  #datenschutzLightbox.hidden {
    display: none !important;
  }

  #datenschutzLightbox .lightbox-content {
    width: 92% !important;
    max-width: 500px !important;
    max-height: 85vh !important;
    overflow-y: auto !important;
    padding: 1.5rem !important;
    background: #fff !important;
    border-radius: 12px !important;
  }

}

.ueberschrift {
	
	transition: opacity 0.2s ease;
    height: inherit;
    left: 1.25em;
    line-height: inherit;
    position: absolute;
    top: 0;
	color: #fff;
    font-weight: 800;
    letter-spacing: 0.225em;
    line-height: 1em;
    margin: 0 0 1em 0;
    text-transform: uppercase;
	pointer-events: none;
    opacity: 0;
	
}

.ueberschrift-h1 {
	font-size: 30px;
	
	
}

@media (max-width: 460px) {
.ueberschrift-h1 {
	font-size: 16px !important;
	
	
}}