﻿
body{
	color:black;
	font-family: Arial;
	font-style:normal;
	font-weight:normal;
	font-size:small;
	background-image:url(../images/web_hg.png);
	background-attachment:fixed;
	
	
}
/*-----------------------------------------------------------------------------------
Formatvorlage für den Container
------------------------------------------------------------------------------------*/

#container{
	margin:auto;
	padding:10px;
	width:1225px;
	background-color:#d4cfc9;
	overflow:hidden;
	z-index:1;
	
	
	
}

/*-----------------------------------------------------------------------------------
Formatvorlage für den Inhalt
------------------------------------------------------------------------------------*/
#content{
	
	margin:auto;
	margin-top:20px;
	width:1180px;
	background-color:#eff0eb;
	padding:10px;
	color:black;
	font-family:Candara;
	font-size:medium;
	
	
	
}
/*-----------------------------------------------------------------------------------
Formatvorlage für die Kopfzeile
------------------------------------------------------------------------------------*/

#header{
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	background-color:#d4c1ba;
	background-image:url(../images/Logo_2.png);
	background-size:600px 180px;
	background-repeat:no-repeat;
	background-position:center;
	width:1200px;
	height:220px;
	
}

/*-----------------------------------------------------------------------------------
Formatvorlage für den Slider
------------------------------------------------------------------------------------*/

#slider{
	margin:auto;
	margin-top:30px;
	width:1200px;
	height:450px;
	background-color:#d4cfc9;
	left:auto;right:auto;
	
}

/*-----------------------------------------------------------------------------------
Formatvorlage für Bild
------------------------------------------------------------------------------------*/
#oezeiten {
	margin-top:29px;
	position:relative;	
	background-image:url('../images/oeffnungszeiten.png'); 
	margin-bottom:2em;
	display:grid;
	grid-template-columns: 1fr 20em;
	
		
}

#oezeiten:before,
#oezeiten:after{    
    position:absolute;
    bottom: -2em;
    content: '';
    background: url('../../images/shadow.png') no-repeat left top;
	background-size: cover; 	
    width: 50%;
    height: 2em;
}

#oezeiten:before {
	left: 0;
}

#oezeiten:after{    
	transform: scale(-1,1);
	right:0;
}


}

/*-----------------------------------------------------------------------------------
Formatvorlage für die Fusszeile
------------------------------------------------------------------------------------*/

#footer{
	margin-left:auto;
	margin-right:auto;
	color:black;
	display:inline;
	
}
#footer a{
	color:#000;
	font-size:x-small;
	text-decoration:underline;
	
}
#footer a:hover{
	color:#fff;
	font-size:x-small;
	text-decoration:none;

}
#footer li{
	display:inline;
	list-style:none;
	margin:auto;
}
/*-----------------------------------------------------------------------------------
Formatvorlage für Links
------------------------------------------------------------------------------------*/

a {
	color:#000;
	font-size:small;
	text-decoration:underline;
}

a:hover{
	
	color:#d4c1ba;
	font-size:small;
	text-decoration:none;

}
/*-----------------------------------------------------------------------------------
Formatvorlage für Media
------------------------------------------------------------------------------------*/
@media screen and (max-device-width: 480px){
	

table{
		font-size:larger;
		width:100%;
		}
}
