/* Links*/
a.tile-link {
  text-decoration: none;
}

a.pfeil {
  text-decoration: none;
  display: flex;
}

a.pfeil::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 700 !important;
  font-variant: normal;
  text-transform: none;
  font-size: 0.8em;
  vertical-align: text-bottom;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f285";
  padding-right: 5px;
}

a.pfeil:hover span {
  text-decoration: underline;
}

a:not(:has(span)):hover {
  text-decoration: underline;
}

/*Buttons Block*/
.btn, .button {
  display: inline-block;
  text-decoration: none;
  align-items: center;
  border-radius: 30px;
  padding: 10px 25px 10px 25px;
  width: fit-content;
  border-width: 1px !important;
  cursor: pointer;
}

input.btn {
  padding: 10px 25px 10px 25px !important;
}

.btn-primary, .button {
  background: #fff;
  border: 1px solid #e30613;
  color: #000;
  text-decoration: none;
  font-weight: 700;
}
.btn-primary:hover, .button:hover {
  color: #fff;
  background: #e30613;
  border-color: #e30613;
}
.btn-primary a, .button a {
  margin-right: 0.5rem;
  margin-bottom: -2px;
}

.blackbg-block .btn-primary, .gradientbg-block .btn-primary, .redbg-block .btn-primary, .bluebg-block .btn-primary {
  color: #000;
  background: #fff;
}
.blackbg-block .btn-primary:hover, .gradientbg-block .btn-primary:hover, .redbg-block .btn-primary:hover, .bluebg-block .btn-primary:hover {
  color: #fff;
  background: #e30613;
  border-color: #fff;
}

.btn-secondary {
  background: #e30613;
  color: #fff;
  border: 1px solid #e30613;
}
.btn-secondary:hover {
  color: #000;
  background: #fff;
  border: 1px solid #e30613;
}

p .button {
  margin-right: 4rem;
}

p .button:last-child {
  margin-right: 0rem;
}

.lead-text, .lead-text span {
  font-size: 1.2rem;
  line-height: 1.6;
}

li:has(.lead-text)::marker {
  font-size: 1.2em;
}

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