<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * @package Helix Ultimate Framework
 * toggle-direction - Farbe (in Kursen)
*/

.page-header h3 {
	font-size: 14px !important;	
}
.sp-copyright {
    font-weight: 400;
    font-size: 38px !important;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.4);
}
#modal-menu ul.sp-megamenu-parent&gt;li&gt;a, #modal-menu ul.sp-megamenu-parent&gt;li&gt;span {
    font-size: 2.0vw !important;
    font-weight: 600;
    line-height: 1.0 !important;
    text-transform: initial;
}
.sp-megamenu-parent&gt;li&gt;a {
    color: #525252 !important;
}
.sp-megamenu-parent&gt;li.active&gt;a {
    color: #ff2b02 !important;
}
.sp-megamenu-parent&gt;li&gt;a:hover {
	color: #FFFF00 !important;
}
/* Akkordeon - Kurse */
.sppb-panel-title {
    margin-top: 0;
    margin-bottom: 0;
    /*font-size: 0.8vw !important;*/
	font-size: 24px;
    font-weight: bolder;
    color: inherit;
}
@media (min-width: 768px) and (max-width:991px) {
	.sppb-panel-title {
		font-size:20px;
		line-height: 24px;
	}
}
@media (max-width: 767px) {
	.sppb-panel-title {
		font-size:14px;
		line-height: 16px;
	}
}
.sppb-toggle-direction {
    color: #d10303 !important;
}
.sppb-panel-heading {
    padding: 5px 30px 5px 15px !important;
}</pre></body></html>