/* Helloworld extension, https://github.com/schulle4u/yellow-helloworld */
/* Eine Palette von https://muffingroup.com/blog/yellow-color-palette/ */
/*
 	black - #010101
	amber - #ffc300
	blue ribbon - #034efd
	white - #fdfdfd
	hot toddy - #ae8507
	bronze olive - #533e0d
	waikawy gray - #6575a2
	perano  - #a0bded 
*/

body {
    font-weight:500 !important;
	color:#353535 !important;
	background-color: #fff !important;
}

h1, h2, h3, h4, h5, h6 {
	color:#034efd !important;
}

ul {
	padding-inline-start:25px;
}

a {
	color:#533e0d !important;
}

.header .sitename h1 {
	font-size: 2em !important;
	font-weight:500 !important;
	text-shadow: 2px 2px 2px #ffc300;
}

#scrolltotopbutton{
	position: fixed;
	bottom: 40px;
	right: 5px;
	background: rgba(16, 78, 139, 0.7);
	padding: 5px 5px 5px 5px;
	color: white;
	font-weight: bold;
}