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

.rahmen {
  margin-top: 10px;
  background-color: #194f9c;
  padding: 1.5em;
  margin: 1em 0;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(4, 14, 84, 0.84);
  height: auto;
  pointer-events: all;
}

.team-member {
  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);
  gap: 40px;
  margin-top: 40px;
  height: auto;
}

button {
  color: #ffffff;
  margin-top: 8px;
  background-color: #194f9c;
  border-radius: 10px;
  border-color: #0c3e84;
  padding: 4px 10px;
}

.youtube {
  background-color: #0e4592;
}

.projekte-img {
  display: block;
  max-width: 90%;
  max-height: 400px;
  margin: 0 auto;
  margin-top: 16px;
  border-radius: 10px;
}

.projekte-header-img {
  display: flex;
  min-width: 60%;
  max-width: 90%;
  height: 200px;
  left: 30px;
  margin-top: 16px;
  border-radius: 10px;
}

.projekte-liste {
  position: absolute;
  z-index: 2;
  width: 80%;
  left: 10%;
  top: 700px;
}

.projekte-text {
  height: 50px;
}

h3 {
  text-decoration: underline;
}

h2 {
  font-size: 1.8em;
}

.pointer-on {
  pointer-events: all;
}

@media (min-width: 950px) {
  .projekte-liste {
    margin-top: 250px;
  }

  .team-member {
    height: auto;
    display: flex;
  }

  .projekte-img {
    max-width: 500px;
    max-height: 90%;
    right: 2%;
  }

  .projekte-header-img {
    display: block;
    max-width: 90%;
    max-height: 400px;
    margin-top: 16px;
    border-radius: 10px;
  }

  .projekte-text {
    left: 2%;
    margin-top: 20px;
  }

  .projekte-img-l {
    display: inline-block;
    width: 48%;
    /*border: 1px solid #2b10b4;*/
    margin-right: 2%;
  }

  .projekte-img-r {
    display: inline-block;
    width: 48%;
    /* border: 1px solid #2b10b4;*/
  }
}
