.vimeoVideo figure {
  position: relative;
}
.consent-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  display: flex;
  color: #FFD600;
  align-items: center;
  justify-content: center;
  border: 3px solid #FFD600;
  z-index: 2;
  padding: 10px;
  text-align: center;
}

.om-cookie-panel {
  background: #333;
  color: #fff;
}
.om-cookie-panel.active {
  max-height: 100%;
  overflow: auto;
}
.om-cookie-panel .cookie-panel__attribution {
  position: absolute;
  bottom: 5px;
  right: 25px;
  font-size: 9px;
  font-style: italic;
  text-align: center;
  display: none;
}
.om-cookie-panel .cookie-panel__button--color--green {
  background-color: #FFD600;
}
.om-cookie-panel .cookie-panel__checkbox + label::before {
  border: 2px solid #FFD600;
}
.om-cookie-panel .cookie-panel__checkbox:checked + label::before {
  background-color: #FFD600;
}
.om-cookie-panel .cookie-panel__checkbox--state-inactiv + label::before {
  border-color: #666;
}
.om-cookie-panel .cookie-panel__checkbox--state-inactiv:checked + label::before {
  background-color: #666;
}
.consentlink {
  position: fixed;
  right: 40px;
  bottom: 15px;
  color: #666;
  text-decoration: underline;
}

