#recen {
  background-color: #111;
  border-radius: 88px;
  margin-bottom: 10vh;
  padding-bottom: 0;
  max-width: 1200px;
  overflow: hidden;
}

#recen .row {
  max-width: 1100px;
  margin: auto;
  width: 82%;
}
.endzone {
  background-image: url("https://whatwhenwhy.de/img/www.svg");
  height: 100vh;
  width: 100vw;
  background-color: #111;
  background-position: 50% 0%;
}
#cta .card:hover .card-body {
  transform: scale(1);
  transition: 0.5s ease-in;
}
#coachopen {
  background-image: url(https://whatwhenwhy.de/img/back.png);
  background-size: cover;
  text-align: center;
  background-repeat: no-repeat;
  width: 100vw;
  min-height: 85vh;
  background-position: 0% 0%;
  max-width: none;
  background-color: #222;
  position: relative;
  top: 0;
  margin-top: -50px;
  padding-top: 5vh;
  border-bottom-left-radius: 70px;
  border-bottom-right-radius: 70px;
}

.card {
  background: #1e1d1d;
  border-radius: 10px;
  background: rgb(80, 80, 80);
  background: linear-gradient(rgba(80, 80, 80, 0.27), rgba(0, 0, 0, 1));
  background: linear-gradient(rgba(18, 18, 18, 1), rgba(0, 0, 0, 1));
  transition: 0.75s ease;
}
.card:hover {
  background: linear-gradient(rgba(80, 80, 80, 0.27), rgba(80, 80, 80, 0.27));
}
.card .card-body  {
  transition: 0.5s ease-in;
}
.card:hover .card-body {
  transform: scale(1.025);
  transition: 0.5s ease-in;
}
#cta {
  margin-bottom: 0 !important;
}

.row.pb-2.mb-5:hover .newbutton {
  background: #377dff;
  border-color: transparent;
  color: #fff;
}

.row.pb-2.mb-5:hover .newbutton span {
  filter: invert(100%);
  transition: 0.3s ease-in 0.3s;
}

#bxcsa .pe-xl-12 p {
  font-size: 1.1rem !important;
}
