/* Stylesheet LianeOpitzBücher */



@font-face { font-family: 'CinzelDecorative-Regular'; src: url('../font/CinzelDecorative-Regular.ttf') format('opentype'); }
@font-face { font-family: 'Calibri'; src: url('../font/Calibri.ttf') format('truetype'); }

html{
	font-size: 16px;
}
body{
	background-color: #FFFFFF;
}
img.home{
	height: auto;
	width: 50%;
}
.footer{
	font-family: Calibri, sans-serif;
	font-size: 1rem;
	line-height: 1.5rem;
	display: inline-block;
	text-align: center;
}
/*--- Logo im Header ---*/
div.logo{
	position:fixed;
	top: 5%;
	right: 5%;
}
img.logo{
	width: 5rem;
}
/* -------------------- */
.inhalt{
	position:absolute;
	width: 90%;
	top: 5%;
	left: 5%;
}
a,p,h2{
	font-family: Calibri, sans-serif;
	color: #000000;
	text-align: left;
}
h2{
	font-size: 1.2rem;
}
a,p{
	font-size: 1rem;
}
a:hover{
	color: #575757;
}
