.themenspecial-headline-col {
  margin-bottom: -20px !important;
  margin-top: 25px !important;
}

.white-text {
  color: #fff;
}

.body-text {
  color: var(--body_typography-color);
}

.bold-text {
  font-weight: bold;
}

.checklist {
  color: var(--body_typography-color);
  list-style: none;
  padding-left: 1rem;
}

.checklist li {
  list-style-image: url('https://capa.ag/wp-content/uploads/2025/08/check-icon.svg');
  padding-left: 5px;
}

.highlight-text {
  margin-top: 2rem;
  font-weight: bold;
  color: #fff;
}

.icon-float {
  float: left;
}

.cta-button,
.cta-button:hover{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.5rem;
  padding: 0rem 0.8rem 0rem 0.5rem;
  border: 3px solid #fff;
  color: #fff;
  border-radius: 85px;
  text-decoration: none;
  font-weight: bold;
	cursor: pointer;
}

@media screen and (min-width: 1350px) {
    .themenspecial-wrapper .highlight-text{
            width: 810px
    }
}
.themenspecial-wrapper .highlight-text{
	padding-top:20px;
}
