#banner::before {
  background-image: url(../image/events/team_gc.jpg);
}

#font {
  color: #0d9191;
  font-weight: bold;
  text-shadow: 4px 2px 2px black;
}

.teamlist {
  display: flex;
  justify-content: center;
  margin: 0 clamp(30px, 12vw, 12vw);
  flex-wrap: wrap;
  border-radius: 30px;
  background-color: #191919;
  border: 4px solid #40a8a8;
}

.box {
  display: flex;
  height: 120px;
  width: 400px;
  background-color: #262626;
  margin: clamp(12px, 1.2vw, 1.2vw);
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid #40a8a8;
}

.box span {
  display: block;
  font-size: 21px;
  font-weight: bold;
  padding: 0px;
  margin: 10px;
  text-align: left;
}

.image {
  height: 100%;
  width: 35%;
  background-size: cover;
  background-position: center;
  border-right: 2px solid #40a8a8;
}

.font_style {
  padding-left: 10px;
  align-content: center;
  height: 100%;
}

.galerie {
  display: flex;
  justify-content: center;
  padding: 0 clamp(1vw, 15vw, 15vw);
  flex-wrap: wrap;
  grid-gap: 60px;
}

.galerie .image {
  height: clamp(280px, 19vw, 19vw);
  width: clamp(450px, 30vw, 30vw);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border: 3px solid black;
}

.bottom_design_bottom {
  background-image: url(../image/team/header1.png);
  filter: drop-shadow(4px 1px 0px black);
}

.bewerben {
    padding: 15px;
    background-color: #212227;
    border: 3px solid black;
    border-radius: 10px;
    color: white;
    font-size: clamp(14px, 1vw, 20px);
    text-shadow: 0px 0px 5px black;
    text-decoration: none;
}
