body {
  background-color: rgb(32, 86, 128);
}

.header-image {
  position: absolute;
  top: 180px;
  min-height: 500px;
  width: 100%;
  object-fit: cover;
  filter: brightness(1.1);
  pointer-events: none;
}

.menü {
  color: white;
}

.über-uns {
  position: relative;
  color: #ffffff;
  z-index: 2;
}

.contentx h1 {
  text-shadow: 0 0 10px rgba(4, 13, 84, 0.885);
  text-decoration: underline;
  color: #ffffff;
}

/*---------------- team member*/

.team-member {
  height: 260px;
}

.team_member_img {
  filter: brightness(0.5);
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 15px;
}

.text-e {
  color: rgb(255, 255, 255);
  position: absolute;
  top: 10px;
  left: 20px;
  right: 20px;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
}

.team-member-new {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(4, 14, 84, 0.84);
  background-color: rgba(34, 97, 169, 0.78);
  padding: 0.5em;
  margin: 1em 0;
}

main {
  position: relative;
  margin-top: 700px;
  margin-bottom: 0px;
  width: 85%;
  left: 7.5%;
}

.team-member {
  display: block;
  background-color: rgba(34, 97, 169, 0.78);
  padding: 1.5em;
  margin: 1em 0;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(4, 14, 84, 0.84);
}

/*------------------classes Bedingungen------------------*/
@media (min-width: 950px) {
  /*----------------------- content*/

  .contentx {
    margin-top: 1100px;
  }

  /*----------------- über uns*/
  .über-uns {
    position: relative;
    display: flex;
  }

  .contentx h1 {
    left: 40%;
    font-size: 3em;
    margin-top: -130px;
  }

  .einleitung-t {
    margin-bottom: 20px;
  }

  .über-uns-links {
    margin-top: 30px;
    position: relative;
    width: 43%;
  }

  .über-uns-rechts {
    margin-top: 30px;
    position: relative;
    width: 43%;
    left: 4%;
  }
}
