@charset "UTF-8";/* *****************************************************************************
* Header
* **************************************************************************** */
.uk-navbar-right .uk-navbar-toggle .uk-icon > svg {
  width: 35px;
}

/* *****************************************************************************
/* Video Popup */
/* *************************************************************************** */

.hs-video .uk-icon-overlay:hover {
  transform: scale(1.1);
}

/* Disable video download and context menu */
video {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

video::-webkit-media-controls-download-button {
  display: none;
}

video::-webkit-media-controls-enclosure {
  overflow: hidden;
}

video::-webkit-media-controls-panel {
  width: calc(100% + 30px);
}

/* *****************************************************************************
/* Redaktion */
/* *************************************************************************** */

input.hs-field-disable {
  background-color: #f5f5f5 !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
}

/* *****************************************************************************
/* Accessibility */
/* *************************************************************************** */

.djacc .djacc__openbtn {
  background-color: #f6fc58 !important;
  border-radius: 50px !important;
  border: 1px solid #fff !important;
  bottom: 10px !important;
  left: 10px !important;
  position: fixed !important;
}
.djacc__close {
  background-color: #f6fc58 !important;
}
.djacc-popup .djacc__bar:before {
  background: #f6fc58 !important;
}
.djacc--sticky.djacc--top-right {
  left: 0 !important;
}

