/*!
	Theme Name: Ohrladen Schlieren
	Description: Ohrladen Schlieren Theme
	Author: evaodo gmbh
	Author URI: https://evado.ch
	Version: 1
	Stable tag: 1
	Requires at least: 4.7
	Tested up to: 5.2
	Template: hello-elementor
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

body {
	background-color: #f9f9f9 !important;
}

body a {
	color: #179AD9;
}

/*Scroll Sticky Header Fix*/
body:not(.elementor-editor-active) .elementor-menu-anchor:before {
	content: "";
	display: block;
	height: 56px;
	/* fixed header height*/
	margin: -56px 0 0;
	/* negative fixed header height */
	visibility: hidden;
	pointer-events: none;
}

.whitetransparentbg {
	background-color: rgba(255, 255, 255, 0.4) !important;
}

a.elementor-sub-item:hover,
a.elementor-sub-item.highlighted {
	color: #FFFFFF !important;
}

.whitebg {
	background-color: #fff !important;
}

.redbg a.elementor-sub-item:hover {
	color: #8F1424 !important;
	background: white !important;
}

@media (max-width: 1023px) {
	.she-header .elementor-nav-menu--dropdown li.menu-item {
		background-color: #8F1424 !important;
	}
}

/*Accordion Färbung*/
#ohrladen-schalter .elementor-tab-title.elementor-active,
#ohrladen-schalter .elementor-tab-title:hover{
	background: #179AD9 !important;
	color: white !important;
}

#ohrladen-schalter .elementor-tab-title:hover a{
	color: white !important;
}

#ohrladen-schalter .elementor-tab-title {
	transition: 0.5s;
}

/*Footer Link weiss färben*/
#ohrladen-footer a {
	color: white !important;
}

/*Fachärzte*/
.fachaerzte .elementor-widget-image-box .elementor-image-box-content {
	/*min-height: 100px;*/
	padding: 0px 11px;
}

/*Lieferanten Transistion*/
.lieferanten img.attachment-full.size-full {
	transition: 0.5s;
}

.lieferanten img.attachment-full.size-full:hover {
	transform: scale(1.1);
}

.lieferanten .elementor-column-wrap.elementor-element-populated {
	overflow: hidden;
}

span#cn-notice-text a:hover {
    color: #fff;
    text-decoration: underline;
}