/* default styles for extension "tx_form" */
		.captcha { margin-bottom: .5rem; }
		.captcha a { margin-left: .5rem; }
		.captcha--reloading img { opacity: 0.5; }
		.captcha--reloading a { cursor: auto; }
		.captcha--spin .captcha__reload svg { animation: spin 0.8s infinite linear; }
		.captcha__audio__mute { display: none; }
		.captcha--playing .captcha__audio__mute { display: inherit; }
		.captcha--playing .captcha__audio__sound { display: none; }
		@keyframes spin {
           from {transform:rotate(359deg);}
           to {transform:rotate(0deg);}
        }
/* default styles for extension "tx_rsmlfkchannels" */
.channel-map__item--active2 .channel-map__region,
.channel-map__item--active2:focus .channel-map__region,
.channel-map__item--active2:hover .channel-map__region {
    fill: url(#bg_active2)!important;
    stroke: #699bb4;
}
/* default styles for extension "interim_fixes" */
  [id^=veranstaltungsformular-] div.text + .label { padding-top: 10px; }
  .skip-link:active, .skip-link:focus, .skip-link:hover {
    left: auto!important;
    z-index: 1000!important;
  }
/* default styles for extension "daniel_mag_das_nicht" */
.vrweb_hover_player {
  position: static!important;
}
