/* 
Theme Name: ppkso.ch - Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: ppkso.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;
}

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

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

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

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

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

@media (max-width: 767px) {
	body .header-bar .logo {
		height:50px;
		width:auto !important;
		margin:0;
		transition:all ease .3s;
	}
	body .header-bar .logo img {
		opacity:1;
		height:50px;
		width:auto !important;
		transition:all ease .3s;
	}
	
	.claim p {
		line-height:14px;
	}

}

/* HEader */

.header-schriftzug {
    width:auto;
    height:40px;
} 

.menu-burger {
	width:62px;
	height:30px;
}

/* Sticky Offset */

#mitglied-werden {
  scroll-margin-top: 120px; /* Adjust value as needed */
}

/* btn_kontakt */

.btn_kontakt a {
	background:var( --e-global-color-primary ) !important;
}

/* Footer */

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

/* Cookie Notice */

#cookie-notice span, #cookie-notice a.cn-button   {
	font-family:var(--e-global-typography-text-font-family), Arial, sans !important;
}