html {
	background-color: rgb(248, 248, 248);
}

.uk-heading-large {
	line-height: 1.2;
	color      : #ec6301;
}

/* Abstandsfläche ober-/unterhalb des "back to top"-Badge  */
/* Farbe identisch mit html background-color */
#back-to-top {
	background-color: rgb(248, 248, 248);
}

/*  "back to top"-Badge  */
.uk-badge {
	background: #ec6301;
}

.uk-divider-icon::after,
.uk-divider-icon::before {
	border-bottom: 2px solid #f0506e;
}