/* 
Theme Name: mdstdesign Child-Theme
Theme URI: https://mdstdesign.de/
Description: Dies ist eine Kopie des Hello-Elementor-Child Themes mit Custom Functions & Custom Styles für Projekte der mdstdesign UG.
Author: mdstdesign UG (haftungsbeschränkt)
Author URI: https://mdstdesign.de/
Template: hello-elementor
Version: 2.0.0
Text Domain: mdstdesign-child-theme
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* HEADER */
selector.elementor-sticky--effects >.elementor-container{
min-height: 90px;
}

selector.elementor-sticky--effects{
box-shadow: 0px 0px 14px 0px rgba(153.82343749999998, 152.82024116847825, 152.82024116847825, 0.12) !important;
}

selector > .elementor-container{
transition: all 2s ease !important;
}

.logo img {
max-width: 250px;
height: auto;
transition: all 0.5s ease;
}

.elementor-sticky--effects .logo img {
max-width: 200px;
height: auto;
}

