/*
* /templates/shaper_helixultimate/css/override.css
*
* === Ergänzungen zum Template für die Website https://tissuegnostics.com ===
*
* Thomas Czyrnik
* Juni 2026
* Version 1.0
*/

/* Die Einbindung der Schrift */
@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 200;
	src: url("/templates/shaper_helixultimate/fonts/Raleway-Regular.ttf");
}
@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 400;
	src: url("/templates/shaper_helixultimate/fonts/Raleway-Medium.ttf");
}

@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 500;
	src: url("/templates/shaper_helixultimate/fonts/Raleway-Bold.ttf");
}


body {
	font-family: 'Raleway', Arial, Helvetica, sans-serif !important;
 	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.5em;
}
h1, h2, h3, h4 {
	font-family: 'Raleway', Arial, Helvetica, sans-serif !important;
	font-weight: 500;
}

/* Navigation */
.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span{
	line-height: 1.3em;
	font-size: 16px; 
	font-weight: 500;
	text-transform: uppercase;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {	
	line-height: 1.3em;	
	font-size: 16px; 
	font-weight: 500;
}

a[aria-current="page"] {
    color: #ffa933 !important;
}

#sp-main-body {
    padding: 20px 0 0 0;
}

#sp-header {
    box-shadow:none;
}
ul.social-icons {
	font-size: 22px;
}
/* footer */
#sp-footer1{
	text-align: center;
}