span.dbMarkdown {
  font-weight: bold;
  font-style: italic;
}

blockquote {
  border-left: 5px solid var(--color-1);
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-size: 18px;
}

.btn-open {
  color: var(--color-1);
  border: 1px solid var(--color-1);
  border-radius: 50px;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  padding: 13px 26px 13px 33px;
  font-weight: bold;
  font-style: italic;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
}
.btn-open:hover {
  color: var(--color-white);
  background-color: var(--color-1);
}
.btn-open:hover:after {
  position: relative;
  color: var(--color-white);
  transform: translateX(5px);
  transition: all 0.3s ease-out;
}
.btn-open:after {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  font-style: initial;
  height: 16px;
  width: 16px;
  margin-left: 10px;
  transition: all 0.3s ease-out;
}

@media (max-width: 1399px) {
  .wunder-title {
    word-break: break-word;
  }
}

/*# sourceMappingURL=custom.css.map */
