/*
Theme Name: SaalmannTheme Child Saalux
Theme URI: https://www.saalux.de
Author: KMD Medien GmbH
Author URI: https://www.kmd.de
Description: Child-Theme für Saalmann Parent-Theme
Template: saalmann-theme
Version: 1.0.0

------------------------------------------------------------------------
Build in: 01.2026
Last update: 06.01.2026
Copyright: KMD Medien GmbH – www.kmd.de
Made and Maintained with ♥ by KMD®

Saalux = orange
------------------------------------------------------------------------
*/


/*----------------------------------------------------------------------
colors
----------------------------------------------------------------------*/

:root {
    --portal-logo-file: url(img/saalux-logo.svg);
    }

    
/*----------------------------------------------------------------------
Header
----------------------------------------------------------------------*/
 
 .portal-logo {
    background: var(--portal-logo-file) left center no-repeat;
    background-size: auto 55px;
    margin-top: -7.5px;
    }

.header-items .portal-logo a {
    display: block;
    width: 230px;
    height: 55px;
    }
    

/*----------------------------------------------------------------------
Mobile-Styles
----------------------------------------------------------------------*/

@media only screen and (max-width: 700px) { 

     .portal-logo {
        background: var(--portal-logo-file) left center no-repeat;
        background-size: auto 35px;
        margin-top: -5px;
        }
    
    .header-items .portal-logo a {
        width: 150px;
        height: 35px;
        } 
}