@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&display=swap');

/*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(--hintergrunddunkel);
  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: 100%;
  gap: 60px;

}

h1 {
  font-size: 2.5rem;
  font-family: "zabal";
  opacity: 0;
  translate: 0 50px;
}


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;
}

p,
a {
  font-family: "Arimo", sans-serif;
}

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


.btn {
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  padding: 10px 25px;
  font-size: 18px;
  font-weight: 800;
  width: fit-content;
  background: var(--hellgrau);
  color: var(--schriftdunkel);
}

.btn-primary {
  background: var(--hintergrunddunkel);
  color: #fff;
}

.btn:hover {
  transition: all ease-out 0.2s;
  background: var(--buttondunkel);
  color: #ffffff
}

/*Hero Buttons*/




/*Angebot Button*/







/*==============================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: 700px;
  padding: 100px 20%;
  gap: 40px;

}

/*==========================================zitat-box===========================================*/
.hero-content {
  flex: 1 1 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: end;
}


/*======.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: 50px;
  color: var(--schrifthell);
  text-shadow: 0 0 30px #9d9d9d;
  max-width: 600px;
  position: relative;
}

h1.hero-quote {

  margin-bottom: 30px;
}

.deco-line {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 0%;
  height: 4px;
  background:linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
  border-radius: var(--abrunden);
}





/*=======botao da primeira pagina========================================================*/





.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;

}


/* Slider */
.logo-section {
  max-width: 100%;
  background-color: var(--hellgrau);
  padding: 50px 0;
}

.swiper-pagination {
  margin-top: 50px;
}

.swiper {
  max-width: 1200px;
  width: calc(100vw - 60px);
}



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

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

.span-full {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  align-items: center;
}


.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(min(100%, 250px), 1fr));
  gap: 24px;

  max-width: 1400px;
  margin: 100px 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 {
  display: block;
  max-width: 1600px;
  /* Oder wie im Wireframe gewünscht */
  margin: 0 auto;
  /* Zentriert den Container */

}

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

}

figure:has(.price-img),
.action-button {
  max-width: 800px;
	margin: 0 auto;
  margin-bottom: 100px;
}

.price-img {
  width: 100%;
}

.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";
}



.textbildfeld {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 100px 30px;
}

.textbildfeld img {
  box-shadow: 0 0 50px -20px #898989;
}

.bildfeldrechts {
  width: 60%;
  box-sizing: border-box;
  border-radius: var(--abrunden);


}


.textfeld {
  width: 40%;
  box-sizing: border-box;
  color: #6F6A6A;
  display: flex;
  flex-direction: column;
}

.textfeld p {
  max-width: 80ch;
  font-size: 18px;
  line-height: 160%;
  /* tamanho da letra da descricao de cada servicos na pagina angebot */
}

.textfeld p:not(:has(strong)) {
  margin-bottom: 40px;
}

.textfeld p strong {
  color: #C89899;
  font-size: 22px;
  line-height: 120%;
  margin-bottom: 10px;
  display: block;
}


.textfeld hr {
  margin: 20px 0;
  /* Borda desfocada em baixo de cada descricao dos servicos na pagina angebot */
  padding: 0rem;
  border-top: 1px solid #9d9d9d;
}

.bildfeldrechts figure {
  width: 100%;
  height: auto;
  border-radius: var(--abrunden);

}

.bildfeldrechts figure img {
  width: 100%;
  height: 500px;
  object-fit: cover;
	object-position: left center;

}

.angebot-img {
  width: 80%;
  object-fit: cover;
  border-radius: var(--abrunden);
  margin-bottom: auto;

}

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


/*==============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================*/
.kontakt section {
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.kontakt h3 {
  margin-bottom: 30px;
}

.kontakt p {
  text-align: center;
}

.kontakt hr {
  margin: 50px 0;
}

.formular-wrapper {
  display: flex;
  justify-content: center;
  padding: 2rem;
  max-width: 800px;
}

.formular-wrapper form {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 350px), 1fr));
  column-gap: 30px;
  row-gap: 30px;
  width: 100%;
}

.formular-wrapper form>span {
  grid-column: 1 /-1;
}

.formular-wrapper form>span>p {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 10px;
  text-align: left;
}

.formular-wrapper form label {
  display: flex;
  flex-direction: column;
}

.formular-wrapper form label p {
  width: fit-content;
}

.formular-wrapper form label input {
  margin-top: 10px;
  font-size: 20px;
  padding: 10px;
  border: none;
  border-bottom: 1px solid #C89899;
}

.formular-wrapper form label textarea {
  font-size: 20px;
  padding: 10px;
  margin: 0px;
  border: none;
  border-bottom: 1px solid #C89899;
  resize: vertical;
  font-family: "Arimo", sans-serif;
}

.formular-wrapper form label input::placeholder,
.formular-wrapper form label textarea::placeholder {
  color: #9d9d9d;
}

.formular-wrapper form label:has(textarea) {
  grid-column: 1 / -1;
}

.formular-wrapper form .nebeneinander {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.formular-wrapper form .nebeneinander label {
  flex-direction: row;
  align-items: center;
  gap: 10px;
  font-size: 20px;
}

.formular-wrapper form .nebeneinander label input {
  margin-top: 0px;
}

.formular-wrapper form input[type="submit"] {
  grid-column: 2;
  place-self: end;
}

.error {
	background-color: oklch(0.971 0.013 17.379999);
	border: 1px solid oklch(0.505 0.213 27.518);
	border-radius: 6px;
	color: oklch(0.505 0.213 27.518);
	padding: 4px 8px;
	width: fit-content;
	display: block;
	margin-top: 10px;
}

.success {
	background-color: oklch(0.982 0.018 155.826);
	border: 1px solid oklch(0.527 0.154 150.069);
	border-radius: 6px;
	color: oklch(0.527 0.154 150.069);
	padding: 4px 8px;
	width: fit-content;
	display: block;
	margin-top: 10px;
}

@media screen and (max-width: 805px) {
  .formular-wrapper form {
    grid-template-columns: 1fr;
  }

  .formular-wrapper form input[type="submit"] {
    grid-column: 1;
  }
}



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

.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;

}


.uebermich .textfeld p {
  color: #C89899;
}


.datenschutz main {
	display: grid;
	place-items: center;
	padding: 100px 50px;
}
.datenschutz main > div {
	max-width: 800px;
	width: 100%;
}
.datenschutz main p {
	margin-bottom: 10px;
	line-height: 140%;
}
.datenschutz main h1 {
	margin-bottom: 50px;	
}
.datenschutz main h2 {
	margin-top: 50px;	
	margin-bottom: 20px;
	font-weight: 900;
}
.datenschutz main h3 {
	font-size: 25px;
	margin-top: 50px;	
	margin-bottom: 20px;
}
.datenschutz main a {
	color: #000000;	
	font-weight: 900;
}



@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;
  }

  .bildfeldrechts,
  .textfeld {
    width: 50%;
  }
}




/*Anpassungen 900px*/
@media (max-width: 900px) {



  /*===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;
    justify-content: center;
	  align-items: 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 */

  }






  /*   .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;
    padding: 100px 10px;
  }

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

  .bildfeldrechts,
  .textfeld {
    width: 100% !important;
  }

  .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;
  }



  .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;
  }

  .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) {


  /*===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;
  }
}