.downloadkachel_container {
  max-width: 1104px;
  margin: 100px auto 100px;
  padding: 0 12px 0 20px;
  display: grid;
  grid-template-columns: 298px auto;
  gap: 137px;
}

.downloadkachel_left_column {
  position: relative;
}

.downloadkachel_icon {
  width: 120px;
  height: 120px;
  border-radius: 80px;
  position: absolute;
  bottom: -50px;
  margin-left: -20px;
}

.downloadkachel_icon.right {
  right: -80px;
}

.downloadkachel_content {
  color: #FFF;
  text-align: center;
  font-family: "Space Grotesk";
  font-size: 33px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background-color: #4200FF;
  border-radius: 15px;
  justify-content: center;
  display: flex;
  align-self: center;
  padding: 87px 55px;
}

.downloadkachel_content a {
  color: #FF4B4B;
}

.hintergrund_container.alignfull .downloadkachel_content p {
  padding-bottom: 0px;
}

.downloadkachel_content .yellow_background {
  color: #000;
}

@media (max-width:950px) {

  .downloadkachel_left_column {
    display: none;
  }

  .downloadkachel_container {
    display: block;
    padding: 0;
    margin-bottom: 20px;
  }

  .downloadkachel_content {
    font-size: 25px;
    padding: 56px 51px;
  }
}
