/**
* bfsg.css
*
* @category  MSP
* @author    Steve Ringleb
* @copyright 2025
* MSP Medien Systempartner GmbH & Co. KG
* @license   http://www.medien-systempartner.de/  Commercial
* @link      www.medien-systempartner.de
* @date      30.04.2025 11:08
*/

body a:not(.product_box_links) {
    font-weight: bolder;
}



body a:focus
{
    outline: none;
    box-shadow: 0 3px 0 0 orange; /* Schwarzer Balken unter dem Link */
    border-radius: 0;
    transition: box-shadow 0.2s;
}

#vc-carousel-home .vc-carousel-slide a{
    display: block;
}

#vc-carousel-home:focus,
#vc-carousel-home:focus-visible,
.product_box_links:focus,
.product_box_links:focus-visible,
.primary-button:focus,
.cta-button:focus {
    outline: 5px solid orange;
}

body #vc_anchor_header .navigation .ui-menu-item a:focus {
    background-color: #f1f1f1;
    color: #00adef;
}

.footer .footer-links-wrapper ul li {
    text-align: center;
}

