/*Paragraph Box*/
.is-style-paragraph-box {
  padding: 1em;
  box-shadow: 2px 2px 4px #969e95;
}
.is-style-paragraph-red-box {
  padding: 1em;
  background-color: #dc143c;
  color: white;
  font-family: "fira_sansmedium";
  text-align: center;
  border-radius: 6px;
}

.is-style-hinweis-box {
  padding: 1em 0;
}

.is-style-hinweis-box:before {
  content: "✿";
  margin-right: 0.5em;
  background-color: #dc143c;
  color: white;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: inline-block;
  text-align: center;
}

.is-style-border-box {
  border-left: 4px solid #eaeaea;
  padding-left: 1.25em;
}
/*List with checkmark */
.is-style-checkmark-list {
  list-style: none !important;
  padding-left: 0;
}

.is-style-checkmark-list li:before {
  content: "✔";
  padding-right: 0.5em;
}

.is-style-fat {
  border-bottom-width: 4px;
}
