/*
Theme Name: Matoma Child Theme Landingpage
Description: This is a custom child theme for Matoma
Theme URI:   https://matoma.de
Author: Matoma
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/
/* header styles */

#header-outer #top .container, body #header-outer {
    padding: 0px;
}

#header-outer #top #logo {
    margin-top: 0px;
    margin-bottom: 0px;
}

/* Padding für Logo im sticky header */
@media only screen and (min-width: 1024px) {
    #header-outer #top #logo img.stnd {
        padding: 20px;
    }
}

/* Logo-Größe automatisch anhand Breite */
#header-outer #top #logo img {
    height: auto !important;
}

/*Nav*/

/* Such Icon und Social Media Icons */
body.material #header-outer[data-full-width=true]:not([data-format=left-header]) #top nav>.buttons {
    margin-right: 4%;
}

/*Social Media Icons*/
body.material #header-outer #social-in-menu i{
    font-size: 26px;
    line-height: 30px;
    padding-bottom: 30px;
}


/*------------------Mega Menu START---------------------------*/
#header-outer nav ul.sf-menu li.megamenu>.sub-menu {
    min-height: 350px;
    min-width: 1245px;
    max-width: 1245px;
    left: 49.3%;
    transform: translate(-48.9%, 0);
}

#slide-out-widget-area .inner .off-canvas-menu-container li a .item_desc {
    font-size: 19px;
    line-height: 23px;
}
