@charset "UTF-8";
[class^="btn"]{color:var(--colorWhite);display:inline-block;width:fit-content;box-shadow:none;border:none;border-radius:30px;line-height:100%;padding:15px;position:relative;z-index:1;transition:100ms ease-in-out all;transform:scale(1)}[class^="btn"]::after{content:"";font-family:"Font Awesome 6 Free";font-weight:900}[class^="btn"]::before{content:"";position:absolute;height:120%;width:100%;left:0;top:-10%;z-index:-1}[class^="btn"]:hover{transform:scale(1.1)}.btn-primary{background:var(--colorPrimary)}.btn-primary::before{content:"";background:url(/typo3conf/ext/wr_designblank/Resources/Public/Images/button_green.webp);background-size:100% 100%}.btn-secondary{background:var(--colorSecondary)}.btn-secondary::before{content:"";background:url(/typo3conf/ext/wr_designblank/Resources/Public/Images/button_yellow.webp);background-size:100% 100%}.btn-danger{background:var(--colorDanger)}.btn-danger::before{content:"";background:url(/typo3conf/ext/wr_designblank/Resources/Public/Images/button_red.webp);background-size:100% 100%}