@charset "utf-8";
/* CSS Document */

/* @import url(http://fonts.googleapis.com/css?family=Eagle+Lake); */
@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hind+Madurai:wght@300;400;500;600;700&family=Satisfy&display=swap');

html {
	height:101%;
}

body {
	background:url(../pics/hg.gif) repeat-x;
	font-family:"Hind Madurai", Arial, Helvetica, sans-serif;
	background-color: #ffc;
	color:#444;
}

img {
	border-radius:3px;
	-webkit-box-shadow: 2px 2px 25px -10px rgba(0,0,0,0.6);
	-moz-box-shadow: 2px 2px 25px -10px rgba(0,0,0,0.6);
	box-shadow: 2px 2px 25px -10px rgba(0,0,0,0.6);
}

h1 {
	font-size: 1em; font-size:1.8em;
	margin:0;
	margin-bottom: 0.5em;
}

h2 {
	font-size: 0.8em; font-size:1.3em;
	font-weight:bold;
	margin:0px;
	margin-top:8px;
	margin-bottom: 0.3em;	
}

h3 {
	font-size: 0.8em; font-size:1.3em;
	font-weight:bold;
	margin:0px;
	margin-top:8px;
	margin-bottom: 0.3em;	
}

h1, h2, h3 {
	font-family: Satisfy, 'Eagle Lake', cursive, Arial;
	font-weight:normal;
	color:#000;
}

p, td {
	font-size:0.8em; font-size:1em;
	margin-top:0px;
	line-height:175%;
	
}

td h2 {
	font-size:1em; font-size:1.3rem
}

td {
	padding:2px;
}

a {
	text-decoration:none;
	color:#000;
}

.titel {
	font-family: Satisfy, 'Eagle Lake', cursive;	
	font-size:1.3em;
}

.menu li {
	/*position:absolute;
	top:14px;
	*/
	font-family: Satisfy, 'Eagle Lake', cursive, Arial;
	font-size:0.8em; font-size:1.2em;
	text-align:center;
	color:#444;

	transition-property:text-shadow;
	transition-duration:1s;
	transition-timing-function:ease;
}

.menu li:hover {
	color:#000;
	text-shadow: 1px 1px 3px #888;

}

.act {
	text-decoration:underline;
	font-weight:normal;

}

.box {
	margin-top:20px;
	margin-bottom:30px;	
	padding:10px 5px;

	border-radius:15px;
	-webkit-box-shadow: 2px 2px 25px -10px rgba(0,0,0,0.1);
	-moz-box-shadow: 2px 2px 25px -10px rgba(0,0,0,0.1);
	box-shadow: 2px 2px 25px -10px rgba(0,0,0,0.1);

background: rgba(255,255,255,0.45);
background: -moz-linear-gradient(top, rgba(255,255,255,0.45) 0%, rgba(255,255,255,0.1) 50%, rgba(255,255,255,0.1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.45)), color-stop(50%, rgba(255,255,255,0.1)), color-stop(100%, rgba(255,255,255,0.1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,0.45) 0%, rgba(255,255,255,0.1) 50%, rgba(255,255,255,0.1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,0.45) 0%, rgba(255,255,255,0.1) 50%, rgba(255,255,255,0.1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,0.45) 0%, rgba(255,255,255,0.1) 50%, rgba(255,255,255,0.1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,0.45) 0%, rgba(255,255,255,0.1) 50%, rgba(255,255,255,0.1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );

}

.artikelbox {
	width:260px;
	height:205px;
	clear:none;
	float:left;
	text-align:center;
	margin:1px 0px;	
	padding:10px 5px;
}

.artikelbox img {
	max-height:120px;
	max-width:244px;
}

.artikelbox span {
	display:block;
	font-size:0.8em;
	margin-top:3px;
	color:#444;
}

.highslide-gallery ul li {
	padding-bottom:20px;
}

img.highslide-image {
	-webkit-box-shadow:none;
	-moz-box-shadow: none;
	box-shadow: none;
}
