/* General */

.text-und-kachel .kachel {
  border-radius:36px; 
  padding: 30px 30px 20px 30px;
  overflow:hidden; 
  box-shadow:var(--shadow); 
  background:#fff; 
  position:relative;
  margin-bottom:50px;
}

.text-und-kachel .kachel ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style-type:none;
  margin-left:0;
  margin-bottom:25px;
}

.text-und-kachel .kachel ul li {
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--cream-dark);
  color: rgba(0, 0, 0, 0.5);
  font-size: .91rem;
  font-weight: 700;
}

.text-und-kachel .kachel ul li:nth-child(2n) {
  background: var(--cream);
}

.text-und-kachel .fazit {
  background: linear-gradient(135deg,var(--navy),#183148);
  color: white;
  padding:40px 30px 40px 40px;
  border-radius: 36px;
  overflow: hidden;
}

.text-und-kachel .fazit h3 {
  color: white;
  margin:0;
}

.text-und-kachel .buttons_wrapper {
  margin:25px 0;
  display: flex;
  gap:15px;
  justify-content: flex-start;
  align-items: center;
}


/* Responsive */

@media only screen and (min-width: 1921px) {

}

@media only screen and (max-width: 1920px) {

}

@media only screen and (max-width: 1599.98px) {

}

@media only screen and (max-width: 1399.98px) {

}

@media only screen and (max-width: 1199.98px) {

}

@media only screen and (max-width: 991.98px) {

}

@media only screen and (max-width: 767.98px) {

}

@media only screen and (max-width: 575.98px) {

}

@media only screen and (max-width: 499.98px) {

}

@media only screen and (max-width: 449.98px) {

}

@media only screen and (max-width: 399.98px) {


}

@media only screen and (max-width: 349.98px) {

}

@media only screen and (max-width: 319.98px) {

}