<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Style Sheet Thorsten Reinicke BÃ¼ro */
/* http://www.thorsten-reinicke.de/ */
/* &amp;copy; 2019 Thorsten Reinicke */


/* ********** HEADER ********** */


header { 
	position: fixed ; 
	top: 0 ; 
	z-index: 10 ; 
	text-align: left ; 
	padding: 0 ; 
	border-bottom: 0px solid black ; 
	margin: 0 ; 
	background: transparent ; 
	transition: all 0.5s ease-in-out ; }

header:hover {
	background: #26333F ; 
	padding: 0px ; 
	margin: 6px ; 
	box-shadow: 0px 4px 12px rgba(0,0,0,0.5) ; 
	transition: all 0.5s ease-in-out ; }

header:active {
	background: #FF3366 ; 
	box-shadow: 1px 1px 6px rgba(0,0,0,0) ; 
	transition: all 0s ease-in-out ; }


header:hover h1 {
	color: #96A0AA ; 
	transition: all 0.5s ease-in-out ; }

header h1 {
	font-family: Raleway, sans-serif ; 
	font-size: 15px ; 
	font-weight: normal ; 
	font-style: normal ; 
	color: #000000 ; 
	line-height: 1 ; 
	letter-spacing: 1px ; 
	text-transform: uppercase ;
	padding: 24px ; 
	border: 0px solid black ; 
	margin: 0 ; 
	transition: all 0.5s ease-in-out ; }

header h1 img {
	vertical-align: baseline ; 
	margin-right: 6px ; }

header a:link, 
header a:visited,
header a:hover,
header a:active {	
	color: #FFFFFF ; }







</pre></body></html>