/* style.css */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@font-face {
  font-family: 'Manrope';
  src: url('Font/Manrope-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 800;
  font-style: normal;
}


h2{font-size: 40px;}

body {
font-family: 'Manrope', sans-serif;
background-color: #Efebdc;;
  color: #A68977;
}

nav {
  background-color: #C0A392;
  padding: 20px 40px;
  position: relative;
}

nav .nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.logo {
  height: 60px;
  object-fit: contain;
  border-radius: 8px; /* Abrundung */
}

.link {
  display: flex;
  align-items: center;
  margin-right: auto;
}



/* Navigation mittig platzieren */
nav ul {
  list-style: none;
  display: flex;
  gap: 20px;
  justify-content: flex-end;
  align-items: center;
}

.echotext{margin-top: 12px;
margin-bottom: 80px;}
nav ul li a {
  color: #Efebdc;
  text-decoration: none;
  font-size: 1.1em;
  padding: 8px 14px;
  border-radius: 8px;
  background-color: transparent;
  display: inline-block;
  transition: background-color 0.3s, color 0.3s;
  line-height: 1;
  position: relative;
}

nav ul li a:hover,
nav ul li a.active {
  background-color: #Efebdc;
  color: #A68977;
}


nav ul li a:hover {
  background-color: #Efebdc;
  color: #A68977;
}

nav ul li a.active {
  background-color: #Efebdc;
  color: #A68977;
}

.burger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
}

.burger div {
  width: 25px;
  height: 3px;
  background-color: white;
  margin: 4px 0;
}



main {
  padding: 40px 20px;
  max-width: 800px;
  margin: auto;
}



/* Home */
.linkedin-kontakt {
  width: 4%;
  border-radius: 6px;
  margin-right: 200px;
  margin-top: 0px;

}




.bild-container {
  display: flex;
  justify-content: center;
  padding: 0 2rem;
}

.Bildstartseite {
  width: 60%;
margin-left: 150px;

}



.überschriftstartseite {
  display: flex;
  margin-top: 40px;
  justify-content: center;
}

.textzentriert {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
    margin-top: 40px;
    margin-bottom: 40px;

}
.startte{  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
    margin-top: 8px;
    margin-bottom: 8px;}

    .startüb{
text-align: center;
max-width: 800px;
margin: 0 auto;
line-height: 1.6;
margin-bottom: 10px;
margin-top: 25px;

  }
    

/* Box */
.boxstartseite {
  max-width: 600px;
  margin: 40px auto;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.2);
  text-align: left;
}

.AuflistungStartseite {
  font-size: 1.1em;
  color: #A68977;
  line-height: 1.8;
}
.h1home {
  display: flex;
  justify-content: center;
  border: 2px solid #C0A392;  /* Schwarze Box */
  padding: 10px;            /* Innenabstand */
  margin: 20px;             /* Außenabstand */
  border-radius: 8px;       /* Optionale abgerundete Ecken */
}


/* Infoseite */

.Bildobenüberuns{
    width: 100%;
  max-width: 1200px;
  height: 400px;
  object-fit: cover;
  border-radius: 20px;
}


.textüberuns {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 10%;
  margin-bottom: 10%;
}


/* Boxen */
/* nebeneinander */
.container {
  display: flex;
  gap: 50px;
  margin-top: 60px;
  justify-content: center;
}

/* Karte drumherum */
.card {
  width: 300px;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0px 12px 18px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

/* Bild */
.profile-img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  box-shadow: inset 0px -10px 10px rgba(0, 0, 0, 0.2);
}

.partnerimg {
  width: 50%;
  height: 170px;
  object-fit: cover;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
  box-shadow: inset 0px -10px 10px rgba(0, 0, 0, 0.2);}

/* Textbox */
.content {
  padding: 24px;
  color: #A68977;
}

h3 {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 12px;
}
.content ul {
  padding-left: 20px;
  margin: 16px 0 0 0;
  list-style-type: disc;
}

.content li {
  margin-bottom: 8px;
  color: #A68977;
  font-size: 1em;
  line-height: 1.4;
}



/* Footer */
footer {
  position: fixed;         /* bleibt unten sichtbar */
  bottom: 0;               /* am unteren Rand */
  left: 0;                 /* an der linken Seite */
  padding: 10px 20px;
  background-color: #C0A392;
  color: #Efebdc;
  font-size: 0.9em;
  z-index: 10;
  border-top-right-radius: 10px;
}

footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer ul li a {
  color: #Efebdc;
  text-decoration: none;
}

footer ul li a:hover {
  text-decoration: underline;
}


/* Kontakt */

form input,
form textarea,
form button {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid ;
}

form button {
  background-color: #C0A392;
  color: white;
  border: none;
  cursor: pointer;
}

form button:hover {
  background-color: #555;
}

.Kontakttext{
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Responsive */
@media (max-width: 768px) {

  /* burger */
  nav .nav-container {
    flex-direction: column;
    align-items: flex-start;
  }

  nav ul {
    flex-direction: column;
    display: none;
    position: static;
    transform: none;
    width: 100%;
  }

  nav ul.show {
    display: flex;
  }

  .burger {
    display: flex;
  }

  nav ul li {
    padding: 10px 0;
  }


/* Bildstartseite */

.Bildstartseite {
  width: 60%;
margin-left: 70px;

}

/* h2 */
h2{font-size: 35px;
}

.überschriftstartseit{
  font-size: 35px;
margin-left: 25px;
}

.h2kleiner{font-size: 25px;
  margin-left: 0px;
  margin-bottom: 20px;
}

  /* Infoseitenbild kompakter */
  .Bildobenüberuns {
    height: 250px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 20px;
  }

  /* Profilbilder verbessern */
  .profile-img {
    height: 180px;
    object-fit: cover;
    object-position: top center; /* Fokus auf Gesicht */
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }

  /* Karten-Container wie gehabt */
  .container {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding: 0 16px;
  }

  .card {
    width: 100%;
    max-width: 360px;
    box-shadow: 0px 8px 14px rgba(0, 0, 0, 0.1);
  }

  .content {
    padding: 20px;
  }


}



