.CybotCookiebotDialogBodyButton {
  width: 320px !important;
}

/* Anpassungen wegen BITV hier, da Compiler nicht geht */

.skipy {
  font-family: "Comic", "icons", "Comic Sans MS", "Comic Sans", cursive;
  display: inline-block;
  padding: .4em .8em;
  background: white;
  color: #203643;
  font-size: 18px;
  letter-spacing: .07em;
  color: #203643;
  position: absolute;
  top: -40px;
  left: 50%;
  z-index: 100;
  transition: top 0.3s ease-in-out;
  transform: translateX(-50%);
}

.skipy:focus {
  top: 20px;
}

#header-menu > .menu > .menu-item:focus-within > .menu {
  display: block;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.more-link > span {
  font-family: "Comic", "icons", "Comic Sans MS", "Comic Sans", cursive;
  letter-spacing: .07em;
  font-size: 14px;
  display: block;
  margin-top: 1em;
  white-space: nowrap;
}

.more-link > span::before {
  content: '▶ ';
}

.more-link.blue > span {
  color: #003563;
}

.pop-up.popper-left,
.note-wrapper,
.fortune-cookie {
  display: block;
}

.block--color-red .note-title,
.block--color-red .showcase-headline,
.block--color-blue .note-title,
.block--color-blue .phalanx-item-headline,
.block--color-blue .showcase-headline,
.block--color-teal .pop-up-headline,
.block--color-teal .note-title,
.block--color-teal .showcase-headline,
.block--color-teal .phalanx-item-headline,
.block--color-midnightblue .showcase-headline,
.block--color-midnightblue .phalanx-item-headline,
.block--color-midnightblue .note-title,
.block--color-midnightblue .pop-up-headline {
  color: white;
}

.block--color-red .fortune-cookie,
.block--color-blue .fortune-cookie,
.block--color-midnightblue .fortune-cookie {
  color: initial;
}

.form-select.transparent {
  color: white;
}

.cemetery-tombstone,
.cemetery-tombstone:hover {
  color: inherit;
}

h2.bigger-first-headline {
  letter-spacing: .07em;
  font-size: 20px;
  line-height: 1.2;
}

@media (min-width: 1281px) {
  h2.bigger-first-headline {
    font-size: 24px;
    color: #ec1d25;
  }
}

.cemetery-tombstone-dark .more-link {
  color: #fbcf00;
}

h3.phalanx-item-headline {
  font-size: 16px;
}
