/* 
Theme Name: oskarluise.ch - Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: oskarluise.ch is a child theme of Hello Elementor, created by Elementor team
Author: webgearing AG
Author URI: https://www.webgearing.com
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
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
*/

/* Add your custom styles here */

/* Header Sticky */

body .header-bar {
	transition:all ease .5s;
	width:100vw !important;
	background:#fff;
}

body.sticky .header-bar {
	transition:all ease .3s;
	background:#fff;
}

body.sticky .header-bar > .e-con-inner {
	padding-top:15px !important;
	padding-bottom:15px !important;
}

body .header-bar .logo {
	height:50px;
	width:auto;
	margin:0;
	transition:all ease .3s;
}

body.sticky .header-bar .logo {
	height:30px;
	margin:0;
	transition:all ease .3s;
}

body .header-bar .logo img {
	opacity:1;
	height:50px;
	width:auto;
	transition:all ease .3s;
}

body.sticky .header-bar .logo img {
	height:30px;
	transition:all ease .3s;
}

/* Header */

body.sticky .elementor-nav-menu--dropdown {
	top:20px !important;
}

/* Footer */



.footer h3, .footer p, .footer p a {
	color:#fff !important;
}

.cookie-notice-container span, .cn-buttons-container a {
	font-family: var( --e-global-typography-text-font-family ), Sans-serif !important;
}