/* Style Sheet Thorsten Reinicke Büro */
/* http://www.thorsten-reinicke.de/ */
/* &copy; 2023 Thorsten Reinicke */


/* ********** FOOTER ********** */


footer {
	position: fixed ; 
	bottom: 0 ; 
	width: 100% ; 
	padding: 0 ; 
	border: 0px solid black ; 
	margin: 0 ; 
	background: transparent ; 
	transition: all 0.5s ease-in-out ; }

footer:hover {
	background: white ; 
	box-shadow: 0 0px 12px rgba(0,0,0,0.5) ; 
	margin: 6px ; 
	width: calc(100% - 12px ) ; 
	transition: all 0.5s ease-in-out ; }

footer address {
	color: #000000 ; 
	font-style: normal ; 
	font-size: 14px ; 
	line-height: 2 ; 
	text-align: center ; 
	letter-spacing: 1px ; 
	padding: 18px 0 18px 0 ; 
	border: 0 ; 
	margin: 0 ; }

footer address a {
	font-style: normal ; 
	font-size: 14px ; }

footer address a small { 
	font-style: normal ; 
	font-size: 12px ; }

footer address img {
	width: 24px ; 
	height: 12px ; 
	padding: 0 ; 
	border: 0 ; 
	margin: 0 4px 0 0 ; }








