.visually-hidden{position:absolute;clip:rect(0,0,0,0);height:1px;width:1px;overflow:hidden;margin:-1px;padding:0}
/*
  !! This styling does not apply for IE11 and Safari 9 !!

  IE11 and Safari 9 do not support Shadowdom. To style these browsers also apply this css in the IE11 section of the
  regular less file of the video-tour.

  Located at: /statics/organisms/zoomable-micrio-video.less
 */:host(.micrio-videotour):host(.controlbar-active) .popover-container:before{transform:translateY(0)}:host(.micrio-videotour):host(.controlbar-active) .subtitle{bottom:120px}@media only screen and (min-width:80rem){:host(.micrio-videotour):host(.controlbar-active) .subtitle{bottom:55px}}:host(.micrio-videotour):host(.show-play)>:not(.controls):not(.popover-container){pointer-events:all;cursor:-webkit-grab;cursor:grab}:host(.micrio-videotour):host{font-size:calc(1rem + .125 * ((100vw - 20rem) / 100))}:host(.micrio-videotour):host .popover-container:before{pointer-events:none;content:"";display:block;position:absolute;top:0;bottom:0;left:0;right:0;background-image:linear-gradient(180deg,transparent 75%,rgba(32,35,39,.5));transform:translateY(100%);transition:transform .5s ease-out}:host(.micrio-videotour):host .subtitle{position:absolute;transition:bottom .15s ease-out;bottom:75px}@media screen and (prefers-reduced-motion:reduce){:host(.micrio-videotour):host .subtitle{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-animation-delay:0s!important;animation-delay:0s!important;transition-duration:1ms!important;transition-delay:0s!important}}:host(.micrio-videotour):host .subtitle span{font-size:calc(1rem + .125 * ((100vw - 20rem) / 100));font-family:RijksText,Arial,sans-serif}@media only screen and (min-width:80rem){:host(.micrio-videotour):host .subtitle{bottom:55px}:host(.micrio-videotour):host .subtitle span{font-size:calc(1.5rem + .25 * ((100vw - 20rem) / 100));line-height:1.6}}:host(.show-play)>:not(.controls):not(loaderbar):not(.popover-container){opacity:1}