* {
  word-break: normal !important;
  overflow-wrap: normal !important;
}

.yt-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.85);
  z-index: 99999;
  justify-content: center;
  align-items: center;
}

.yt-modal-content {
  width: 100%;
  max-width: 787px;
  aspect-ratio: 16 / 9;
  position: relative;
  background: #000;
  border-radius: 12px;
  overflow: hidden;
}

.yt-modal-content iframe {
  width: 100%;
  height: 443px;
  border: 0;
}

.yt-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 30px;
  color: white;
  cursor: pointer;
  z-index: 100000;
}

.yt-modal.show {
  display: flex;
}

.yt-consent {
  width: 100%;
  aspect-ratio: 16 / 9;
  position: relative;
  cursor: pointer;
  border: 9px solid #f54a2f;
  box-sizing: border-box;
  background-color: #f54a2f;
  border-radius: 30px;
  margin-bottom: 25px;
}

.yt-thumb {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 30px;
}

.yt-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 30px;
}

.yt-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.35);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 30px;
}

.yt-play {
  border: 2px solid #F54A2F;
  background: #F54A2F;
  color: #ffffff;
  font-size: 21px;
  padding: 18px;
  font-weight: bold;
  border-radius: 15px;
  cursor: pointer;
  margin-top: 35px;
  line-height: 1px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.78);
}

.yt-play:hover {
  background: #d93f26;
}

.yt-note {
  margin-top: 8px;
  font-size: 15px;
  color: #fff;
  max-width: 80%;
  box-shadow: 0 12px 30px rgba(0,0,0,0.78);
}

/* nur scoped statt global */

.yt-consent p {
  margin: 0 5px;
}

.entry-content {
  padding-top: 1px;
}

.seriousslider-inner {
  background-color: #000000;
}

.seriousslider-responsive-legacy .seriousslider-inner > .item img.item-image {
  opacity: 0.65;
}

.cky-consent-container a,
.cky-consent-container button,
.cky-btn,
.cky-btn-accept,
.cky-btn-customize {
  background-color: #F54A2F !important;
  border-color: #F54A2F !important;
  color: #fff !important;
}

.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  width: 100%;
}

.wpcf7-form-control.wpcf7-textarea {
  width: 100%;
}

.wpcf7-form-control.wpcf7-submit.has-spinner {
  font-size: 25px;
  background-color: #F54A2F;
  color: #ffffff;
  width: 100%;
  font-weight: 600;
  border-style: hidden;
  border-radius: 15px;
}