/*** @import diverse fonts ***/
@import url('https://fonts.googleapis.com/css?family=Meddon');
@font-face { font-family: 'MATURASC'; src: url('./fonts/MATURASC.TTF') format('truetype'); }
@font-face { font-family: 'Gondola'; src: url('./fonts/Gondola.ttf') format('truetype');   }
@font-face { font-family: 'GondolaSwash'; src: url('./fonts/GondolaSwash.ttf') format('truetype'); }
@font-face { font-family: 'Calligrapher'; src: url('./fonts/Calligrapher.ttf') format('truetype'); } 
@font-face { font-family: 'Calligrapher'; src: url('./fonts/AquilineTwo.ttf') format('truetype'); } 

*{ 
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
	margin: 0; 
	padding: 0; 
}	
html, body {
	font-size: 100%;
	height: 100%;
}
h1, h2, h3, h4, h5, h6 {
	padding: 0 10px;
	white-space: nowrap;
}
h2 {
	text-align: center !important;	
}
h1.maturaSC {
	font-family: maturasc, serif;
	letter-spacing: 5px;
	padding: 10pt 0 0 10pt;
	font-weight: lighter;
}
header h1 .smaller {
	font-size: 10pt;
	font-weight: lighter;
}
ul {
	list-style-type: none;
}
li {
	text-align: left;
	background: #f3d6d6;
	list-style-type: none;
}
/*** Navigation I ***/
nav a, nav a:link {
	display: block;
	text-decoration: none;
	font-size: 125%;
	border-bottom: 1pt solid #000;
	font-variant: small-caps;
	background-color: #f3d6d6;
	color: #000;
	padding: 5px 10px;
}
nav a:visited {
	color: palevioletred;
	background-color: #fff;
	font-weight: normal;
}
nav a.selected {
	color: #000;
	background-color: #fff;
	font-weight: normal;
	border-bottom: 1pt solid #000;
}
nav a:hover {
	color: #000;
	background-color: palevioletred;
	font-weight: normal;
	border-bottom: 1pt solid #fff;
}
nav a:active {
	border-bottom: 1pt solid palevioletred;
}
/*** Navigation II ***/
.navigation a {
	display: block;
	text-decoration: none;
	text-align: left; 
	font-weight: bold;
	font-family: palatino,georgia,serif; 
	font-variant: small-caps;
	color: #f3d6d6;
	background-color: #000;
	padding: 15px 10px;
	border-bottom: 1pt solid crimson;
}
.navigation a:visited {
	color: palevioletred;
	background-color: #fff;
}
.navigation a.selected {
	color: #000;
	background-color: #fff;
	border-bottom: 1pt solid #000;
}
.navigation a:hover {
	color: #000;
	background-color: #fff;
	border-bottom: 1pt solid #000;
}
.navigation a:active {
	border-bottom: 1pt solid palevioletred;
}

main article {
	margin-top: 20px;
}
main article h1 {
	font-family: gondola, sans-serif;
}
main article p {
	font-family: gondola, sans-serif;
	margin-top: 30pt;
	line-height: 225%;
}
main article p::first-line {
	color: #b00;
}
main article p::first-letter {
	font-size: 333%;
	color: #b00;
	font-family: gondolaswash, sans-serif;
	padding: 10pt 0 0 10pt;
}
header, footer {
	padding: 10px 20px;
	margin: 0;
	height: 100px;
	background: palevioletred;
	border-top: 3pt solid #4d4d4d;
	border-bottom: 3pt solid #4d4d4d;
}
header {
	border-bottom: 3pt solid #4d4d4d;
}
footer {
	height: 50px;
}
main#content {
	margin: 100px 30px 0 30px;
	min-height: calc(100vh - 250px);
}
nav {
	margin: 0 0 1pt 0;
}
p.fusszeile {
	font-family: maturasc, serif;
	float: left;
	margin-top: 1px;
}
span.pto {
	cursor: pointer;
	font-weight: bold;
	color: #fff;
	background: #b00;
	text-decoration: underline;
	padding: 5pt 5pt 0 5pt;
}
span.pto:hover {
	color: #b00;
	background: #fff;
	text-decoration: overline;
}
div.more {
	display: none;
}
.float_end {
	clear: left;
}
img.fotorahmen {
	padding: 3pt;
	border: 1pt solid #4d4d4d;
}
.cart img.rahmen {
	padding: 5px;
	border: 1pt solid #4d4d4d;
}
.cart a img {
	padding: 2px 2px;
	margin: 0;
	vertical-align: sub;
	width: 32px;
	height: 32px;
}
.cart a:hover img {
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
}
	
/******** media queries ********/
@media screen and (min-width: 600px) {
	nav a {
		border-bottom: 1pt solid palevioletred;
	}
	.navigation a {
		border-bottom: 1pt solid #000;
	}
}

@media screen and (min-width: 980px) {
	nav li {
		display: 	inline-block;
		width: 		calc(100% / 6);
		text-align: center;
	}
	nav a.selected	{ box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.66); }
	nav a:hover		{ box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.99); }
	
	.navigation a { 
		color: crimson;
		background-color: #fff;
		border-bottom: 1pt solid crimson;
	}
	.navigation a:hover { 
		background-color: crimson;
		color: #fff;
		border-bottom: 1pt solid black;
	}
}

@media screen and (min-width: 1280px) {
	nav li {
		background: #f5f5ff;
	}
	nav a {
		border-bottom: 1pt solid #f3d6d6;
	}
	
	.navigation .linkleiste {
		float: 		left;
		width: 		calc(100% / 4);
		opacity: 	0.99;
	}
	.navigation a { 
		text-align: center;
		font-size: 	150%;
		padding:	10pt 2pt; 
		color: 		black;
		background-color: #fff;
		border-bottom: 1px solid black;
		box-shadow: 0px 2px 4px rgba(220, 20, 60, 0.77);
	}
	.navigation a:visited	{
		color: black;
	}
	.navigation a.selected	{
		box-shadow: 2px 2px 8px rgba(220, 20, 60, 0.77);
		background: #e8dcdc;
		color: 		palevioletred;
	}
	.navigation a:hover { 
		color: palevioletred;
		background-color: #e8dcdc;
		box-shadow: 2px 2px 4px rgba(220, 20, 60, 0.99); 
	}
}
