.hidden-override {
  display: none !important;
}

.centeredWidth {
  max-width: 675px;
  margin: 0 auto;
}

.toggleNextInfo sup {
  cursor: pointer;
}

.cursorPointerFull {
  cursor: pointer;
}

.justify-text {
  text-align: justify;
  text-justify: inter-word;
}

.headlineInboxMargin {
  margin-top: 6px;
  margin-bottom: 6px;
}

.headlineBold {
  font-weight: bold;
}

.headlineMarginTop {
  margin-top: 24px;
}

.headlineParagraph {
  margin-bottom: 0px;
  font-size: 18px;
}

.custom-bullet {
  position: relative;
  padding-left: 26px;
}

.custom-bullet::before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 8px;
}

.input-group-div {
  margin: 6px;
}

.successBoxExtraMarginTop {
  margin-top: 32px;
}

.loadDonationButton {
  margin-bottom: 12px;
}

.mehrInfosLabel {
  margin-bottom: -2px;
  font-size: small;
}

.imageNeedsToZoom {
  max-width: 200px;
  cursor: pointer;
  position: relative;
}

#CookieBanner {
  background: #000000;
  position: sticky;
  bottom: 0;
  z-index: 100000;
}

.feltLeftAloneDiagram {
  width: 240px;
  height: 250px;
}

.largeFreistehend {
  margin-top: 18px;
}

.infoToggleSmall {
  margin-top: -12px;
}

.centeredQuote {
  margin-top: 8px;
  margin-bottom: 0px;
}

.colorsWhiteBlack {
  background-color: #000000;
  color: #ffffff;
}

.textarea-kartei {
  width: 94%;
  height: 92px;
  margin-top: 4px;
  margin-left: 10px;
  font-size: 16px;
  /*resize: vertical;*/
  /*overflow: auto;*/
}

#userKarteiFinalSubmitButton {
  margin-left: 8px;
}

.outroButton {
  margin-top: 26px;
  margin-bottom: 32px;
}

.shareExplanation {
  margin-top: 12px;
  margin-bottom: 4px;
}

.highlight-anchor-effect {
  padding: 10px;
  border: 2px solid #ff0000;
  transition: all 0.5s ease;
}

