.block-meist-gestellte-fragen {
  padding: 3rem 0;
  background-color: #003f72;
}

.block-meist-gestellte-fragen h4 button {
  font-family: 'Inter', sans-serif;
  font-size: 1.2rem;
  font-weight: 900;
  text-transform: uppercase;
}

.block-meist-gestellte-fragen .accordion-header {
  border: 3px solid #ffffff;
  transition: 0.3s ease-in-out;
}

.block-meist-gestellte-fragen .accordion-header:hover {
  background-color: #8E64A2;
}

.block-meist-gestellte-fragen .accordion-header .accordion-button::after {
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Ebene_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24.62 16.65"><defs><style>.cls-1{fill:%23fff;stroke-width:0px;}</style></defs><path id="Pfad_200" class="cls-1" d="M0,11.48l12.36,5.17,12.27-5.17V0l-12.27,5.26L0,0v11.48Z"/></svg>');
}

.block-meist-gestellte-fragen .accordion-header .accordion-button:focus {
  border-color: unset;
  box-shadow: unset;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}
