/* 
Theme Name: goldundsilberschmiede.ch - Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: goldundsilberschmiede.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:25px;
	width:auto;
	margin:0;
	transition:all ease .3s;
}

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

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

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

/* Header */

/* Hover Bild */

.hover-bild .widget-image-caption {
	transition:all ease .3s;
	opacity:0;
}


.hover-bild:hover .widget-image-caption {
	transition:all ease .3s;
	opacity:1;
}


/* Lightbox */

.elementor-lightbox .elementor-lightbox-image {
	box-shadow:none !important;
}

.elementor-slideshow__title {
	font-size:18px !important;
	font-weight:400 !important;
	color:var(--e-global-color-text) !important;
}

.elementor-slideshow__header > svg, .elementor-lightbox .dialog-lightbox-close-button svg, .elementor-lightbox .elementor-swiper-button svg {
	fill:var(--e-global-color-text) !important;
}



/* Footer */



.footer p, .footer p a {
	font-weight:400;
}

.cookie-notice-container span {
	color:var(--e-global-color-text) !important;
}

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

#cookie-notice .cn-button:not(.cn-button-custom) {
	color:#fff !important;
	border-radius: 0px !important;
}