/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 09 2023 | 10:29:36 */
/* Font Global - Bold austauschen gg. Medium */
body { 
	font-family: "klavika-web", sans-serif; 
	}
strong,b  { 
	font-weight: 600 !important;  
	}

.cz_tab_a.active,
.cz_tab_a.cz_active {
	background-color: #E35205 !important;
}
.cz_tabs_htl .cz_tabs_content {
	margin-top: 4px !important;
}
.cz_tab {
	background-color: #fff !important;
	color: #000000 !important;
	border: 1px solid #f4f4f4; }

/* CSE-BK 31.05.2022: Feedback Formular .fixed_contact */
#gform_10 {
	line-height: 1.2em;
}
#gform_10 h2 {
	margin: 0px;
}
#gform_10 .gform_footer.top_label {
	padding: 10px 0 0 0;
	margin-top: 0px;
}
.fixed_contact_show { display: block !important; }
.fixed_contact { padding: 10px !important; }
#gform_10 fieldset {
	vertical-align: top;
	margin-top: -10px;
}
i.fixed_contact { /* Remove fixed contact bubble icon */
	display: none !important;
}
#gform_10 fieldset input,
#gform_10 fieldset label {
	display: inline;
}
.xtra-fixed-mobile-nav a span { /* Font Size in fixed mobile nav wie webseite (body) */
	font-size: unset;
}
.fixed_contact>a#bgh_fixed_close {
	position: absolute;
	z-index: 9999;
	top: 4px;
	right: 6px;
	font-size: 12px;
	line-height: 1em;
}