/* v25.5.0: geräteabhängige Sichtbarkeit aus dem Frontend-Manager */
@media (min-width:1025px){.frontend-hide-desktop{display:none!important}}
@media (min-width:769px) and (max-width:1024px){.frontend-hide-tablet{display:none!important}}
@media (max-width:768px){.frontend-hide-mobile{display:none!important}}
