
/* --- Titel und Text --- */

.titelundtext, .text {
  margin-top: 20px;
  margin-bottom: 40px;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto; 
}

/* --- Bild --- */

.bild {
  margin-top: 20px;
  margin-bottom: 40px;
}

/* --- Titel und Text --- */

.liste li:first-child {
  width: 20px;
}

.liste {
  margin-top: 20px;
  margin-bottom: 40px;
}

.liste .dot  {
  position: relative;
  top: 0.25rem;
  color: #000000;
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin-right: 0rem;
}

.liste .zeile {
  width: calc(100% - 20px);
}

.liste ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
}


/* --- Titel gross --- */

.titelgross {
  margin-bottom: 30px;
  margin-top: 60px;
}


@media only screen and (min-width: 30em) {
  .titelgross {
    margin-bottom: 30px;
    margin-top: 90px;
  }
}

@media only screen and (min-width: 40em) {
  .titelgross {
    margin-bottom: 60px;
    margin-top: 90px;
  }


}