body {
  background-color: white;
  color: black;
  font-family: "Geologica", sans-serif;
  padding: 0;
  margin: 0;
}


#about-us-main-section{
    position: relative;
    width: 60vw;
    height: auto;
    margin: auto;
    margin-top: 150px;
}

#mucksmauschenlaut-img{
    width: 100%;
    position: absolute;
}


#about-us-text{
    width: 80%;
    padding-top: 15vw;
    text-align: right;
}

@media screen and (max-width: 900px) {
  #mucksmauschenlaut-img{
    padding-top: 5vw;
}
#about-us-text{
    padding-top: 20vw;
}
}

#about-us-text h2 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 600;
}

#about-us-text p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.aboutus-team-section {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 30px;
	max-width: 400px;
	width: 100%;
	color: black;
	margin: 100px auto;
	padding: 0;
	font-family: "Geologica", sans-serif;
}

@media screen and (min-width: 850px) {
  .aboutus-team-section {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    max-width: 1200px;
    margin: 100px auto;
	padding-right: 200px;
    gap: 60px;
  }

  .divider {
    display: none;
  }
}

.team-member {
	display: flex;
	align-items: center;
	gap: 20px;
}

.team-member img {
	width: 130px;
	border-radius: 50%;
	object-fit: cover;
}

.member-info {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.name {
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 4px;
}

.roles {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.4;
	white-space: pre-line;
}

.aboutus-affiliation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin: 80px auto 60px;
  color: black;
  font-family: "Geologica", sans-serif;
}

.affiliation-text {
  font-size: 18px;
  font-weight: 800;
}

.affiliation-logo {
  height: 60px;
  width: auto;
  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.affiliation-logo:hover {
  transform: scale(1.05);
  opacity: 0.85;
}

@media screen and (max-width: 850px) {
  .aboutus-affiliation {
    flex-direction: column;
    gap: 10px;
  }
}

.aboutus-supporters {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 60px;
  max-width: 1100px;
  margin: 80px auto 100px;
  text-align: center;
  color: black;
}

.supporter {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  max-width: 220px;
}

.supporter-wide {
  max-width: 360px;
}

.supporter-label {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.4;
}

.supporter img {
  max-height: 80px;
  width: auto;
  object-fit: contain;
}

.supporter-logos {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.supporter-logos img {
  max-height: 50px;
}

@media screen and (max-width: 850px) {
  .aboutus-supporters {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
  }

  .supporter {
    width: 100%;
    max-width: 320px;
    align-items: center;
    text-align: center;
  }

  .supporter-logos {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .supporter img,
  .supporter-logos img {
    display: block;
    margin: 0 auto;
  }
}

.footer-content a,
.footer-content .imprint {
  color: black;
  filter: none;
}

.footer-content img {
  filter: brightness(0) saturate(100%);
}
