/**
* Block Name: news_akkordeon
*/

section.news_akkordeon .card {
  background: transparent;
  border: 0px;
  border-radius: 0;
  padding: 15px 20px;
  background-color: var(--bg-hell-alt);
}

section.news_akkordeon .card .card-header {
  background: transparent;
  border: 0px;
  border-radius: 0;
  padding-left: 0;
  padding-right: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

section.news_akkordeon .card .card-header h4 {
  margin: 0;
}

section.news_akkordeon .card .card-header button {
  padding: 0;
}

section.news_akkordeon .card a.card-header {
  font-weight: 400;
  font-size: 22px;
  text-decoration: none;
  color: var(--text-alt);
}

section.news_akkordeon .card a.card-header .material-icons.md1::before {
  font-family: "Material Icons";
  font-weight: 600;
  font-size: 40px;
  content: "\e15b";
}

section.news_akkordeon
  .card
  a.card-header.collapsed
  .material-icons.md1::before {
  content: "\e145";
}

section.news_akkordeon .card-body {
  padding: 0;
}

section.news_akkordeon .card-body .meta_info {
  color: var(--grun);
  font-weight: 600;
}

section.news_akkordeon .card-body p {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  section.news_akkordeon {
    padding-top: 30px;
  }
}

