/* SEITE: TIPPS FÜR DIE NACHT */

.tipps #main .textkasten figure {
  float: left;
  width: 30%; 
  margin: 0;
  padding: 10px 20px 0 10px;
}
.tipps #main .textkasten img {
  border-radius: 15%;
  border: 3px solid #ccc6;
}
#main .textkasten.himmel .buch {
  clear: both;
  margin-top: 50px;
}
#main .textkasten.verhaltensregeln .icon-beschreibung {
  display: grid;
  grid-template-columns: 30% auto;
  align-items: center;
}
#main .textkasten.verhaltensregeln .icon-beschreibung figure {
  float: none;
  width: 70%;
}
#main .textkasten.verhaltensregeln .icon-beschreibung p {
  /* font-size: 1.1em; */
  hyphens: none;
}

@media (min-width: 768px) {
  #main .textkasten.verhaltensregeln {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  #main .textkasten.verhaltensregeln h2 {
    grid-column: 1/3;
  }
}