@CHARSET "ISO-8859-1";

/* GENERAL SETTINGS */

#content #willkommen {
	font-family: Georgia, serif;
}

#content #willkommensbild {
	background-image: url("/images/homepage_welcome.jpg");
	width: 99.9%;
	height: 300px;
	border: #7b7b7b 1px solid;
	background-repeat: no-repeat;
	position: absolute;
	left: -1px;
	background-position: center;
	background-size: 802px;
	background-color: #d0d0d0;
}

#content #willkommensgruss {
	margin-top: 330px;
	color: #7b7b7b;
	font-style: oblique;
	margin-left: 30px;
	margin-right: 20px;
}

#content #oeffnungszeiten {
	position: relative;
	top: -290px;
	left: -20px;
	background-color: rgba(255,255,255,0.7);
	display: inline-block;
	padding: 5px;
	width: 280px;
	border: #7b7b7b 1px solid;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	height: 100px;
}

#content #oeffnungszeiten #ueberschrift {
	color: #000000;
	font-weight: bold;
}

#content #oeffnungszeiten #tabelle_oeffnungszeiten {
	width: 100%;
}

#content #online-shop-link {
	position: relative;
	top: -100px;
	text-align: center;
}

#newspaper
{
	position: absolute;
	right: 40px;
	top: 100px;
	height: 80%;
	width: 400px;
	background-color: rgba(255, 252, 239, 1);
	transition: width 2s;
	-moz-transition: width 2s;
	-webkit-transition: width 2s;
}

#newspaper .title
{
	width: 90%;
	border-bottom: solid 2px rgba(43, 206, 244, 1);
	margin-left: 5%;
	margin-top: 2%;
	text-align: center;
	text-transform: capitalize;
	color: rgba(102, 102, 102, 1);
	font-size: 1.6em;
	font-weight: 600;
	font-variant: small-caps;
}

#newspaper .content
{
	column-count: 3;
	column-gap: 2%;
	-moz-column-count: 3;
	-moz-column-gap: 2%;
	-webkit-column-count: 3;
	-webkit-column-gap: 16px;
	margin-left: 5%;
	margin-top: 5%;
	font-size: 0.1em;
	color: rgba(179, 179, 179, .5);
	margin-right: 5%;
	text-align: justify;
	overflow: hidden;
	max-width: 90%;
	max-height: 80%;
}

#newspaper #aktuelles
{
	position: absolute;
	width: 70%;
	height: 70%;
	left: 10%;
	top: 100px;
	background: rgba(255, 255,255, 0.4);
	padding: 5%;
	overflow-y: auto;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#newspaper .close
{
	position: absolute;
	right: 5px;
	top: 5px;
	width: 24px;
	height: 24px;
	cursor: pointer;
}

@media only screen
and (min-width : 320px)
and (max-width : 827px)
{
	#content #willkommensbild
	{
		background-size: 320px;
		height: 120px;
		width: 319px;
	}
	
	#content #oeffnungszeiten
	{
		display: none;
	}
	
	#content #willkommensgruss
	{
		margin-top: 150px;
	}

	#newspaper {
		right: 20px;
		width: 300px;
		height: 60%;
	}

	#newspaper #aktuelles {
		top: 60px;
	}
}
