@import url(mini-reset.css);

/* ----------------------------------------------------- Browser specific CSS */

.js div { } /* apply only on JavaScript enabled browsers */
.ie7 div { } /* apply only on Internet Explorer 7 and below */
.ie6 div { } /* apply only on Internet Explorer 6 and below */



/* ----------------------------------------------------- huge screens */

@media only screen and (min-width: 1280px) { 
}

h1, h2, h3, p, li, address {
	font-family: 'Noticia Text';
	color: #6B4200;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
}

h2 {
	font-size: 22px;
	margin-bottom: 10px;
}

h3 {
	font-size: 18px;
	margin-bottom: 8px;
	color: #E9385A;
}

a:link, a:visited { 
	color: #6B4200;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #E9385A;
	text-decoration: none;
}
#wrapper {
	width: 1000px;
	margin: 0px auto;
}	

b {
	color: #E9385A;
}

/* Header BEREICH */

#header {
	margin-top: 10px;
	height: 200px;
}
#header img {
	float: left;
	width: 130px;
}

#header h1 {
	padding-top: 20px;
	font-size: 55px;
}


#header p {
	font-size: 20px;
}

#headerfont {
	text-align: center;
}
/* CENTER BEREICH */

.headercenter {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}
	
/* Menue */

#menue {
	float: left;
	width: 150px;
	margin-left: 30px;
}

#menue ul {
	margin-top: 20px;
	margin-bottom: 30px;
}

#menue ul li {
	font-size: 20px;
	height: 40px;
}


.active img {
	position: relative;
	display: inline;
	left: -25px;
	top: 5px;
}

.active a {
	position: relative;
	color: #E9385A;
	left: -20px;
}


.logom {
	display: none;
	height: 20px;
}


.menuebild {
	width: 125px;
	margin-bottom: 20px;
}
	
.fb-like {
	margin-left: 10px;
}


/* MAIN BEREICH */


.news {
	width: 500px;
	margin: 15px auto;
	text-align: center;
	padding: 10px;

	border: 1px solid #6B4200;
	box-shadow: 1px 1px 1px 1px #6B4200;	
}
#dispnone {
	display: none;
}

#main {
	min-height: 600px;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-left: 20px;
	width: 800px;
	float: left;

}

#main img {
	display: block;
	margin: 0 auto;

}

.bilderleiste {
	margin-top: 20px;
	margin-left: 20px;
}

.bilder {
	border: 1px solid rgba(0, 0, 0, .1);
	float: left;
	margin: 10px; 
	padding: 4px;
	margin: 0 15px 30px;
	padding: 10px 10px 15px;
	
	-webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 4px 6px rgba(0,0,0,.3);
	box-shadow: 0 4px 6px rgba(0,0,0,.3);
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	transition: all .15s linear;

}

.bilder img {
	width: 190px;

}

.bilder p {
	margin-top: 5px;
	font-size: 16px;
	font-family: 'Crafty Girls', cursive;
	text-align: center;
		color: #E9385A;
}

ul.bilderleiste li{
	-webkit-transform: rotate(-2deg);  
	-moz-transform: rotate(-2deg);
	transform: rotate(-2deg);
}

ul.bilderleiste li:nth-child(2n){
	-webkit-transform: rotate(2deg);  
	-moz-transform: rotate(2deg);
	transform: rotate(2deg);
}

ul.bilderleiste li:nth-child(3n){
	-webkit-transform: rotate(-4deg);  
	-moz-transform: rotate(-4deg);
	transform: rotate(-4deg);
}
ul.bilderleiste li:nth-child(4n){
	-webkit-transform: rotate(6deg);  
	-moz-transform: rotate(6deg);
	transform: rotate(6deg);
}

/* Mittagstisch */

#mittag {
	padding: 10px 20px 10px 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	width: 400px;
	text-align: center;
	font-size: 18px;
	border: 1px solid #6B4200;
	box-shadow: 1px 1px 1px 1px #6B4200;	
}
.mittagtag {
	margin-top: 20px;
	font-weight: bold;
	color: #E9385A;
	text-decoration: underline;
	
}

.dekobild {
	width: 150px;
	float: right;
	padding-left: 10px;
}

/* Brötchen */

.speisekarte {
	margin-top: 10px;
	margin-bottom: 10px;
	
}

.speisekarte li {
	list-style: inside;
	margin-bottom: 10px;
}

.speisekarte pre {
	margin-left: 18px;
}
/* Kuchen */

i {
	font-style: italic;
	color: #E9385A;
}

/* Anfahrt */
#maps {
	margin-left: 25px;
}

/* SozialeNetze */

.sozialeintrag {
	float: left;
	margin-right: 20px;
	margin-top: 10px;
}
/*weg zu uns */


.bilder2 img {
	width: 600px;
	margin: 20px;
	
}

/* Footer */

#footer {
	height: 100px;
	clear: both;
	padding-bottom: 35x;
}

#footer p {
	text-align: center;
}

.center {
	text-align: center;
}




