@charset "utf-8";/*!
 * CSS Captcha
 *
 * @site         malzhaus.eu
 * @version      1.0.0
 * @date         2023-04-04
 * @author       Olaf Thiel, pitcom GmbH https://www.pitcom.de/
 * @copyright    2023 by the author
 * @lastmodified 2023-04-04
 */.captcha{display:block;margin:.75em 0}  .captcha a{ background:none;margin-left:.75em;-webkit-transition:opacity .2s;transition:opacity .2s}  .captcha a:focus,.captcha a:hover{opacity:.5}  .captcha--reloading img{opacity:.5}  .captcha--reloading a{cursor:auto}  .captcha--reloading svg {animation:spin 1s infinite linear}  @keyframes spin { from {transform:rotate(359deg);} to {transform:rotate(0deg);}}