/* CSS Document */

/*CSS Variablen*/
    :root {
  --schriftdunkel: #504E4E;
  --schrifthell: #fff;
  --hintergrundhell: #fff;
  --hintergrunddunkel: #C89899;
  --hellgrau:#e5e5e5;		
  --buttondunkel:#2F333A;		
  --akzentdunkel: #322E2F;
  --mittel: #364156;
  --abrunden: 0.5rem;
}

/*grundlagen reset*/
* {
  padding: 0;
  margin:0;
  box-sizing: border-box;
  scroll-behavior: smooth;
	
}

a {
  color: var(--schrifthell);
  text-decoration: none;
	
}	
	
nav {
  color: var(--schrifthell);
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 2.5rem;
  background: transparent;
  padding: 1rem 0 1.1rem 0;
		
}
		
nav a {
  
  color: var(--schrifthell);
  padding: 0.4rem 1.2rem;
  border-radius: var(--abrunden);
  font-weight: 500;
  font-size: 1.12rem;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  box-shadow: 0 1px 3px rgba(0,0,0,0.03);
		
}

nav a:hover, nav a:focus {
  background: var(--hellgrau);
  color: var(--schrifthell);
  border-radius: var(--abrunden);
	
}
.aktives_menu {
  background: var(--hellgrau);
  color: var(--schrifthell);
  border-radius: var(--abrunden);
	}

#menu-toggle {
	display:none;
}

.menu-icon {
  display: none;
  flex-direction: column;
  width: 32px;
  cursor: pointer;
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  z-index: 2;
}

.menu-icon span {
  width:35px;
  height: 4px;
  background: var(--hintergrundhell); 
  margin: 5px 0;
  border-radius: 2px;
  transition: 0.3s;
}
	
body {
  background: var(--hintergrundhell); 
  font-family: Arial, sans-serif;
  margin: 0;
  color: #222;
	
}
	
header {
  background: var(--hintergrunddunkel);
  color: var(--schrifthell);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
		
}

section {
  display: grid;
  place-items: center;
  gap: 60px;
  background-color: var(--hintergrundhell);
	
}

section > * {
  max-width: 1400px;
  width: auto;
  gap: 60px;
	
}	

h1 {
  font-size: 2.5rem;
  font-family: "zabal";
	
}


h2 {
  font-size: 2.2rem;
  font-weight: 50;
  color: #6F6A6A;
            
  padding-bottom:0rem;
  padding-top:0rem;
  font-family: "zabal";
	
}
          
h3 {
  font-size: 2rem;
  font-weight: 50;
            
  padding-bottom:0rem;
  padding-top:0rem;
  font-family: "zabal";
  color: #6F6A6A;
	
}

h4 {
  font-size: 1.2rem;
  font-weight: 50;
            
  padding-bottom:0rem;
  padding-top:0rem;
  font-family: "zabal";
  color: #6F6A6A;
	
}

/*===============================================Buttons=====================================================*/

/*Hero Buttons*/
.hero-btn {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-100%);
  background: var(--hellgrau);
  color: var(--schriftdunkel);
  border: none;
  border-radius: 0.5rem;
  padding: 0.85rem;
  font-size: 1.1rem;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
  transition: background 0.2s;
	
}

.hero-btn:hover {
  background: var(--buttondunkel);
	
}


/*Angebot Button*/

 .angebot-btn {
  background: var(--hintergrunddunkel);
  padding: 0.85em 2.2em;
  color: #fff;
  transition: background 0.2s;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  font-size: 0.95em;

}

.angebot-btn:hover {
  background: var(--buttondunkel);
}


/*Whatsapp Button*/

.cta_button_whatsapp{
  background-color: var(--hintergrunddunkel);
  text-align: center;
  align-items: center;
  padding: 1em 2em;
  border-radius: var(--abrunden);
  display: inline-block;
  margin-top: .5rem;
  transition: background 0.2s;
}

.cta_button_whatsapp:hover {
  background: var(--buttondunkel);
}






/*==============================Header=========================================*/
.zentriert {
  width: auto !important;
  margin: 90px 0 18rem 0;
   
}
	
.logocontainer {
  width: 100%;
  text-align: center;
  padding: 1.5rem 0 1rem 0;
}

.logo-img {
  height: 48px;
  max-width: 180px;
  object-fit: contain;
}

.header-divider {
  width: 100%;
  height: 5px;
  background: #fff;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 0.2rem;
	
}
.header-divider2 {
  width: 100%;
  height: 2px;
  background: #fff;
 
}	
	
.logo {
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 5px;
	
}

.content {
  max-width: 1100px;
  margin: 2.5rem auto 0 auto;
  padding: 0 1.5rem;
  text-align: left;
	
}




/*==========================================Hero===========================================*/
    .hero {
 
  display: flex;
  background-image: url("image/rose12.jpg");
  background-size:cover;
  background-repeat: no-repeat;
  background-position:center;
  min-height: 420px;
  padding: 90px 20% 50px 20%;
  gap: 40px;
		
}

/*==========================================zitat-box===========================================*/
.hero-content {
  margin-top: 10px;
  flex: 1 1 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
	
}


/*======.hero-quote {
  font-size: 1.5rem;
  color: var(--schrifthell);
  
  max-width: 420px;
  margin: 0 30px 0 0;
  padding-bottom:15px;   
	
}====*/


/*=======Headline com efeitos de movimento quando acessar a pagina=====================================*/

.hero-quote {
  font-size: 2.3rem;
  color: var(--schrifthell);
  max-width: 430px;
  margin: 0 30px 0 0;
      
  padding-bottom: 20px;

  opacity: 0;
  transform: translateY(30px);
  animation: fadeSlideIn 1.2s ease-out forwards;
}

@keyframes fadeSlideIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}




  /*=======botao da primeira pagina========================================================*/
.hero-quote button {
  height: 50px;   /*=======Qual breit esta  botao===========================================*/
  min-width: 200px;
  min-width: 210px;
  position: relative;
  padding-bottom:10px;   
  bottom: 0.1px;
}




.hero-imagebox {

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  width: 350px;
  height: 400px;
  min-width: 260px;
  min-height: 320px;
  padding-bottom: 28px;
	
}

.hero-img {
  width: 85%;
  height: 70%!important;
  object-fit: cover;
  border-radius: var(--abrunden);
  margin-bottom: auto;
  background: #f3f3f3;
	
}


	
	
	
	
	
/*==========panels Angebot==========*/

.angebot-section {
  text-align: center;
  margin-top: 90px;
  font-family: "zabal";
}



.angebot-section h2 {   /*==========descricao Angebot pagina1==========*/
  text-align: center;
  margin-top: 12px;
  font-family: "zabal";
  font-size: 31px;       
}




.columns-4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 24px;
  
  max-width: 1400px;
  margin: 40px auto 0 auto;
  padding: 0 2rem;
}

.columns-4 article {
  background: #fff;  
  display: flex;
  flex-direction: column;
  align-items: center;
  
  padding: 0rem 0rem 1.2rem 0rem;
  
}

.columns-4 figure {
  width: 100%;
  margin: 0 0 1rem 0;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: var(--abrunden);
  background: #E7E6E6;
         
  display: flex;
  align-items: center;
  justify-content: center;
	
}

.columns-4 figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
         
	
}

.columns-4 h5 {
  margin: 0.7rem 0 0.4rem 0;
  font-size: 1.1rem;
  font-weight: 600;
  text-align: center; 
  color: #CB9797;
	
}

/*==============Frases em baixo de cada serviço oferecido na Pagina 1=====================*/
.columns-4 p {
  font-size: 1rem;
  color: #555;
  text-align: center;
  margin: 0;
         
	
}
   
	
	/*==============Angebotsfelder=====================*/
	
#bildcontainer1 {
  max-width: 1600px;   /* Oder wie im Wireframe gewünscht */
  margin: 0 auto;      /* Zentriert den Container */
     
}	

.dienstleistunge-section {
  margin-bottom: 210px;
  font-size: 1.1rem;
	
}


.dienstleistunge-section h2 {    /* bewegung von links nach rechts*/
  font-size: 2rem;
  font-weight: 50;
  color: #6F6A6A;
  padding-bottom: 0rem;
  padding-top: 0rem;
  font-family: "zabal";

  /* Für die Animation: Start außerhalb links */
  transform: translateX(-100%);
  opacity: 0;
  /* Animation definieren */
  animation: slideInFromLeft 2s ease-out forwards;
  /* Optional: Verzögerung hinzufügen, wenn gewünscht */
  /* animation-delay: 0.5s; */
  animation-fill-mode: forwards;
 -webkit-animation-fill-mode: forwards;
 }

 @keyframes slideInFromLeft {
  from {
            
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}


.slide-in-left {
  transform: translateX(-100%);
  opacity: 0;
  transition: transform 1s ease-out, opacity 1s ease-out;
}

.slide-in-left.visible {
  transform: translateX(0);
  opacity: 1;
}





.textbildfeld {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: -120px;
  margin-bottom: 2.5rem;
          
	
}
	
.bildfeldrechts {
  width: 60%;
  box-sizing: border-box;
  padding: 1.5rem;
  border-radius: var(--abrunden);
 
  
}


.textfeld {
	width: 40%;
	box-sizing: border-box;
	padding: 1.5rem;
          color: #6F6A6A;
  
}
	
.textfeld p {
	max-width: 80ch;
          color:#CB9797;
          font-size: 1.2rem;  /* tamanho da letra da descricao de cada servicos na pagina angebot */
          font-family: "zabal";
         
}


 .textfeld hr {
           
    border-top: 22px;      /* Borda desfocada em baixo de cada descricao dos servicos na pagina angebot */
    padding: 0rem;      
    height:0px;

}

.bildfeldrechts figure {
  overflow: hidden; 
  width: 100%;
  height: 100%;
  border-radius: var(--abrunden);
  margin: 0;	
  
}
	
.bildfeldrechts figure img {
  width: 100%;
  object-fit: cover;
          
  
}
.angebot-img {
  width: 80%;
  height: 70%!important;
  object-fit: cover;
  border-radius: var(--abrunden);
  margin-bottom: auto;

}
	
.flex_reverse {
		
  flex-direction: row-reverse;

}
	
main figure{
    padding: 0.5rem;      

}

mein figure img {
box-shadow:2px 2px 7px 2px #726A6A;
}


	/*==============ueber mich=====================*/

.bild-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end; /* Alle Kindelemente rechtsbündig */
}

.bild-container figure {
  width: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end; /* Bild und Zitat rechtsbündig */
}



.textbildfeld .bildfeldrechts img {
  margin-bottom: 0;
  display: block; /* wichtig für saubere Zeilenendenausrichtung */
  color:#CB9797;
  font-size: 1.2rem;  /* tamanho da letra da descricao de cada servicos na pagina angebot */
  font-family: "zabal";
         
          
}

.bildfeldrechts .bild-zitat {
    margin-top: 0.3em; /* oder 8px, je nach Vorliebe */
}


.bild-zitat {
  margin-top: 0.7rem;
  font-family: "zabal";
  font-style: italic;
  font-size: 1.2rem;
  color: #555;
  text-align: right;
  width: 100%;             /* nimmt maximale Breite von figure ein */
  max-width: 450px;        /* passend zur Bildbreite, passe bei Bedarf */
}
 




/*================Formular================*/	

.formular-wrapper {
  display: flex;
  justify-content: center;
  padding: 2rem;
}
.formularfeld{
  background-color: transparent;
  border: none;
  border-bottom: 1px solid var(--hintergrunddunkel);
  color: var(--schriftdunkel);
  font-size: 13px;
  font-family: Arial, sans-serif;
  font-weight:200;
  outline: 0 transparent;
	
}

.formularfeld_text{
  background-color: transparent;
  border: 1px solid black;
  border-radius: var(--abrunden);
  color: var(--schriftdunkel);
  font-size: 13px;
  font-family: Arial, sans-serif;
  font-weight:300;
  margin: 2rem 0 1rem 0;
  padding-left: 0.5rem;
  outline: 0 transparent;
  width: 100%;
  max-width: 800px;
	
}


 /*Hier neue Variante selektor zu stylen*/

.custom-select {
  position: relative;
  width: 100%;
  max-width: 440px;
  margin-top: 50px;
  
}

.selected-option {
  background-color: var(--hintergrundhell);
  padding: 10px;
  border-top: 1px solid var(--schriftdunkel);
  cursor: pointer;
	
}

.options {
  display: none; /* Standardmäßig versteckt */
  position: absolute;
  background-color: var(--hintergrundhell);
  color: var(--schriftdunkel);
  width: 440px;
  border: 1px solid var(--schriftdunkel);
  border-radius: var(--abrunden);
  padding: 10px;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 200;
 
}

.options li {
  padding: 10px;
  list-style-type: none;
	
}

.options li:hover {
  background-color: var(--hintergrunddunkel);
  color: var(--schrifthell);
  
}

.linkbutton_formular{
  background: var(--hellgrau);
  color:var(--schriftdunkel);
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight:200;
  padding:5px;
  border-radius: 0.5rem;
  transition: all ease-in-out 0.4s;
}

.linkbutton_formular:hover{
  background:var(--buttondunkel);
  color:var(--schrifthell);
  padding:10px;
  transition:all ease-in-out 0.6s;
}

.nebeneinander{
  display:flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap:50px;
  padding-top: 50px;
}




footer {
  background: var(--hintergrundhell);
  padding: 12px 0;
  text-align: center;
  font-size: 0.97em;
  margin-top: 40px;
	
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 7px;

}

.footer-links a {
  color: #444;
  text-decoration: none;
  margin: 0 8px;
  font-size: 1em;
		
}
  




@media (max-width: 768px) {
  .dienstleistunge-section h2 {
    /* etwas anderes: vielleicht transform: none; */
  }
}




/* Responsive */
/*Anpassungen 1100px*/
@media screen and (max-width: 1100px) {
  .columns-4 {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    max-width: 1000px;
    padding: 0 1.5rem;
  }	
	
}




/*Anpassungen 900px*/
@media (max-width: 900px) {
      
		
  main {
    padding: 18px 5px;
      }
	 
		
	/*===Cards und hero quote auf index responsive===*/	
  .hero {
    flex-direction: column;
    align-items: center;
	text-align: center;
    padding: 40px 4vw 30px 4vw; /* Mobilfreundlicher */
    gap: 28px;
  }

  .hero-content {
    
    display: flex; /* Standard-Flow */
	  justify-content: center;
    width: 100%;
  }

  .hero-quote {
    margin: 0 0 22px 0; /* Abstand nach UNTEN für das Bild */
    max-width: 400px; /* Nutze volle Breite */
    text-align: center; /* Optional: Anpassung für mobile Designs */
  }

  .hero-imagebox {
    width: 100%;
    max-width: 350px;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 0;
    margin: 0 auto;
    
  }

  .hero-img {
    width: 100%;
    max-width: 350px;
    height: auto;
    margin-bottom: 14px; /* Trennung von Bild und Button */
	
  }

  .hero-btn {
    position: static;
    display: block;
    margin: 24px auto 0 auto;
    left: unset;
    transform: none;
    width: 100%;
    max-width: 350px;
  }
	
	
	

  .columns-4 {
    grid-template-columns: repeat(2, 1fr);
    max-width: 700px;
    padding: 0 1rem;
    }
   .service-row {
     flex-direction: column !important;
     gap: 12px;
      }
    .service-img {
      width: 100%;
      height: 120px;
      }
     .angebot-grid {
       flex-direction: column;
      }
     .angebot-card {
       min-width: 100%;
      }
		
		
	/*===Kacheln auf Angebotsseite responsive===*/	
	
  h1 {
   font-size: clamp(1rem, 2rem, 3.5rem);
   }
	
  .dienstleistunge-section {
    margin-bottom: 0;
   }
		
  .textbildfeld {
    display: flex;
    flex-direction: column !important; /* Stapelt Bild, Text, Button */
    margin-top: 0 !important; /* Verhindert negatives spacing */
    margin-bottom: 2rem;
  }

  .textbildfeld, .flex_reverse {
    flex-direction: column !important; /* Auch reversed Felder stapeln */
  }

  .bildfeldrechts,
  .textfeld {
    width: 100% !important;    /* Volle Breite für beide Spalten */
    padding: 1rem 2rem !important;/* Vertikales Padding für schönere Abstände */
    box-sizing: border-box;
  }

  .bildfeldrechts {
    order: 1;                  /* Bild immer zuerst */
  }

  .textfeld {
    order: 2;                  /* Text immer als zweites */
  }

  .textfeld p {
    max-width: 100% !important;  /* Kein max-width-Ch for mobile nötig */
  }

  .textfeld a.cta_button_whatsapp {
    order: 3;                  /* Button immer als letztes */
    display: block;
    margin: 1rem auto 0 auto; 
	width: 60%;/* Abstand nach unten zum Text */
  }
		

  /* Abstand zwischen den Angebotsfeldern */
  .textbildfeld + .textbildfeld {
    margin-top: 2rem;
  }
		
		
  
/*ueber mich*/		
 .bildfeldlinks figure,
 .bild-zitat {
    max-width: 97vw;
  }
  .bild-zitat {
    font-size: 1rem;
    padding-right: 1vw;
	text-align: center;
  }
}






/* Responsive 700px */
@media (max-width: 700px) {
  
	/* ===Hamburger-Menu nur auf kleinen Bildschirmen anzeigen=== */
.menu-icon {
    display: flex;
  }
  nav {
    gap: 0.5rem;
    font-size: 1rem;
	text-align: center;
    flex-wrap: wrap;
	display: none;
    flex-direction: column;
    background: var(--hintergrundhell);
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    padding: 1rem;
    z-index: 1;
  }
  nav a {
    background: var(--hintergrunddunkel);	
  }	
  nav a:hover, nav a:focus {
    background: var(--buttondunkel);
  }


  #menu-toggle:checked + .menu-icon + nav {
    display: flex;
	  
  }
  .header-divider {
    display: none;	
   }
	
  p {
	padding: 0 2rem;
	}
	
	
  .logo-img {
    height: 38px;
    max-width: 120px;
  }
  .content {
    padding: 0 0.5rem;
	}
	
/*===cards auf index===*/	
	
  .zentriert {
    width: auto !important;
    margin: 30px 0 8rem 0;
    }	
	
/*===formular===*/
  .nebeneinander {
    gap: 20px;
    padding-top: 20px;
   }

  .formularfeld_text,
  .formularfeld {
    font-size: 14px;
    width: 95%;
   }

  .custom-select,
  .options {
    width: 95% !important;
    }

  .linkbutton_formular {
    font-size: 14px;
    }
	
  }
	



/*Anpassungen 400px*/	
@media (max-width: 400px)  {
  /*===cards auf index===*/
	.columns-4 {
    grid-template-columns: 1fr;
    max-width: 98vw;
    padding: 0.5rem;
  }	 
  } 



/*Anpassungen 320px*/
@media (max-width: 320px) {
   p {
	padding: 0 1rem;}
   	
/*===formular===*/
  .formularfeld,
  .formularfeld_text {
    font-size: 13px;
    padding: 0.5rem;
    width: 100%;
  }

  .custom-select,
  .options {
    width: 100% !important;
    font-size: 13px;
  }

  .linkbutton_formular {
    font-size: 13px;
    width: 100%;
  }

  .selected-option {
    font-size: 13px;
  }
	/*===footer===*/
  .footer-links {
  flex-direction: column;
  }
}		  
