/* ============================================================
 *
 * C S S - H O T F I X E S
 *
 * v.1.0.1 - 2025-09-09
 *
 * ============================================================
 * 
 * Diese Angaben sind für adhoc Änerungen am CSS, ohne das die
 * 'style/style.less' File aus dem Child-Theme bearbeitet werden muss.
 *
 * Bitte möglichst kein '!important' verwenden.
 *
 */
 
 
 /* -- Standort Modul :: Hover Content */
body .hover-box-standort .hover-box-content{
    padding : 30px 35px 10px 35px;
 }
 
 /* -- Social Media Modul :: Mobile Image Background */
 @media screen and (max-width: 990px)
 {
    body .container-angle-height-600.container-angle-social-media {
        /* -- -- !Important muss hier genutzt werden um das Bild zu überschreiben, was direkt im Element style="" liegt */
        background-image: url("/wp-content/uploads/2025/09/05-redonis_SoMe_1980x1190.jpg") !important;
    }
}