.kernbotschaften_container {

}

.kernbotschaften_row {
  max-width: 1104px;
  margin: 50px auto 50px;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 414px auto;
  gap: 20px;
}

.kernbotschaften_left {
  color: #000;
  font-family: 'Space Grotesk';
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.kernbotschaften_icon {
  height: 120px;
  width: 120px;
  border-radius: 75px;
  margin-top: 100px;
  margin-left: -60px;
}

.kernbotschaften_icon.right {
  margin-left: 230px;
}

.kernbotschaften_slogan p {
  padding-bottom: 0 !important;
  color: #000;
  font-family: 'Space Grotesk';
  font-size: 33px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.kernbotschaften_kachel_botschaft {
  color: #000;
  font-family: 'Cabin';
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 144.444% */
  padding-bottom: 30px;
}

.kernbotschaften_kachel_botschaft span {
  font-weight: 700;
}

.kernbotschaften_kachel_sharebuttons {
  height: 95%;
  width: 100%;
  background-color: #ffffffeb;
  position: absolute;
  top: 0;
  border-radius: 15px;
  left: 0;
  right: 0;
  display: grid;
  justify-items: center;
  align-items: center;
  display: none;
}

.kernbotschaften_kachel_sharebuttons_buttons {
  display: inline-flex;
  gap: 25px;
  text-align: center;
  padding: 5px 10px;
}

.social_icon {
  min-width: 30px;
  display: block;
}

.kernbotschaften_kachel_sharebuttons_buttons .social_icon img {
  width: 30px;
}

.kernbotschaften_kachel_sharebuttons_buttons .social_infotext {
  color: #000;
  text-align: center;
  font-family: 'Cabin';
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background-color: #E5FF43;
}

#hinweistext {
  color: #000;
  text-align: center;
  font-family: 'Cabin';
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.kernbotschaften_right {
  display: grid;
  grid-template-columns: 49% 49%;
  gap: 20px;
  /* min-height: 300px; */
  position: relative;
  margin-top: 10px;
}

.kernbotschaften_kachel {
  background-color: #fff;
  background-image: url('raster_light.png');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  padding: 10px;
  position: relative;
  min-height: 305px;
}
/*
.kernbotschaften_row:nth-child(3n+1) .kernbotschaften_kachel {
  background-image: url('raster.png)');
}

.kernbotschaften_row:nth-child(3n+2) .kernbotschaften_kachel {
  background-image: url('raster2.png)');
}

.kernbotschaften_row:nth-child(3n) .kernbotschaften_kachel {
  background-image: url('raster3.png)');
} */
/* .kernbotschaften_kachel.download {
  background: linear-gradient(223deg, #E5FF43 -0.08%, #FFF 99.94%);
} */

.kernbotschaften_function_bar {
  background-color: #4200FF;
  position: absolute;
  bottom: 0;
  margin-left: -10px;
  width: 100%;
  height: 43px;
  justify-content: flex-end;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.download .kernbotschaften_function_bar {
  background-color: #FF4B4B;
}

.download .kernbotschaften_kachel_botschaft .yellow_background {
  background-color: #FF4B4B;
}

a.bar_download, a.bar_share {
  background-color: white;
  border-radius: 20px;
  padding: 3.5px 14px;
  color: #000;
  font-family: 'Space Grotesk';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: inline-flex;
  align-items: center;
}

.bar_download::after, .bar_share::after {
  content: url('share_icon.svg');
  height: 14px;
  width: 14px;
  margin-left: 5px;
}

@media (max-width: 1190px) {
  .kernbotschaften_icon {
    margin-left: -25px;
  }

}

@media (max-width: 1050px) {
  .kernbotschaften_row {
    grid-template-columns: 100%;
    gap: 10px;
  }

  .hintergrund_container .kernbotschaften_row {
    padding: 0;
  }

  .kernbotschaften_icon {
    /* margin-bottom: 0; */
    display: none;
  }

  .kernbotschaften_slogan p {
    font-size: 30px;
  }

  .kernbotschaften_right {
    grid-template-columns: 49% 49%;
    min-height: unset;
    margin-top: 40px;
  }

  .kernbotschaften_kachel {
    min-height: 200px;
  }
}

@media (max-width: 600px) {
  .kernbotschaften_right {
    grid-template-columns: 100%;
  }
}