.pubs_content > div.book_info_more_container {
  background-color: #fff;
}

.pubs_content > div.book_info_more_container > h3 {
  font-size: 19px;
  background: #af022f;
  font-weight: 700;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding: 12px 0px;
  margin: 0;
}

.pubs_content > div.book_info_more_container > div.book_info_more {
  padding: 0 20px 15px;
}

.pubs_content > div.book_info_more_container > div.book_info_more li {
  margin-bottom: 10px;
}

.pubs_content > div.book_info_more_container > div.book_info_more li h4 {
  margin: 0;
  display: inline;
  vertical-align: middle;
}

div.artikel > div.image > a.leseprobe_book2look {
  display: block;
  background-color: #af022f;
  height: 30px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  /* margin-bottom: 5px; */
}

/* Accordion-Menü */

.bm-accordion-col h2 {
  margin: 0 0 0.5em;
  font-weight: normal;
}
.bm-accordion-col input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.bm-accordion-col .row {
  display: flex;
}
.bm-accordion-col .row .col {
  flex: 1;
}
.bm-accordion-col .row .col:last-child {
  margin-left: 1em;
}
/* Accordion styles */
.bm-accordion-col .tabs {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
}

.bm-accordion-col .tab {
  width: 100%;
  color: white;
  overflow: hidden;
  margin-bottom: 5px;
}

.bm-accordion-col .tabs .tab:last-child {
  margin-bottom: 0;
}

.bm-accordion-col .tab-label {
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  padding: 1em;
  background: #af022f;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 0;
  /* Icon */
}
.bm-accordion-col .tab-label:hover {
  background: #810828;
}
.bm-accordion-col .tab-label::after {
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.35s;
}
.bm-accordion-col .tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #000;
  background: white;
  transition: all 0.35s;
}

.bm-accordion-col .tab-content > p:first-child {
  margin-top: 0 !important;
  padding-top: 3px;
}

.bm-accordion-col .tab-content > p:last-child {
  margin-bottom: 0 !important;
}

.bm-accordion-col input:checked + .tab-label {
  background: #a72145;
}
.bm-accordion-col input:checked + .tab-label::after {
  transform: rotate(90deg);
}

.bm-accordion-col input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 1em;
}

.paddingcolumns {
  margin-right: 10px;
  margin-left: 10px;
}

/* LESEPROBEN */
.zap-extract li {
  display: inline-block;
  margin: 5px;
  border: 1px solid grey;
  -webkit-box-shadow: 2px 1px 6px 0px rgb(151 151 151 / 85%);
  box-shadow: 2px 1px 6px 0px rgb(151 151 151 / 85%);
}

.bmcookie .popup {
  display: block;
  background: rgba(0, 0, 0, 0.83);
}
