@charset "utf-8";

/*--------------------------------------------------*/
/*---------------------- Main ----------------------*/
/*--------------------------------------------------*/

*{		
	margin: 0;
	padding: 0;
	border: 0 none;
}

body{
	background:url(../layout/gradiant.png) repeat-x;
	background-attachment:fixed;
	background-color:#efc51d;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	height:100%;
	width:100%;
}

.wrapper{
	position:relative;
	width:960px;
	margin:0 auto;
}

/*--------------------------------------------------*/
/*------------------- NAVIGATION -------------------*/
/*--------------------------------------------------*/

header{
	position:relative;
	height:50px;
	width:100%;
	background:#efc51d;
	border-bottom:#d4b31f solid 3px;
}

nav{
	color:#000;
}

li{
	text-align:center;
	width:150px;
	height:35px;
	float:left;
	list-style-type:none;
}

nav li a{
	width:150px;
	height:35px;
	padding-top:15px;
	text-decoration:none;
	color:#000;
	font-weight:bold;
	display:block;
}


li.chosen a, li a:hover, li a:focus{
	background-color:#d4b31f;
	color:#9d2739;
}

.socialmedia{
	float:right;
	height:25px;
}

.socialmedia a{
	display:block;
	height:25px;
	width:24px;
	float:left;
	margin:15px 10px 0 0;
}

.socialmedia a:hover{
	background-color:transparent;
}

.fb{
	background: url(../layout/socialmedia_sprite.png) no-repeat 0 0;
}

.instagram{
	background: url(../layout/socialmedia_sprite.png) no-repeat 0 -60px;
}

.twitter{
	background: url(../layout/socialmedia_sprite.png) no-repeat 0 -120px;
}

/*--------------------------------------------------*/
/*---------------------- HOME ----------------------*/
/*--------------------------------------------------*/
#content img{
	position:relative;
	width:200px;
	height:auto;
	margin:20px 0 0 -100px;
	left:50%;
}

#starttext{
	margin-top:50px;
	text-align:center;
	line-height:24px;
}

#starttext p{
	text-align:center;
}

#starttext h3{
	color:#9d2739;
}

h1{
	font-family: 'Great Vibes', cursive;
	font-size:45px;
	text-align:center;
	color:#9d2739;
	margin:80px 0 0 0;
	clear:both;
}

#subline{
	font-weight:bold;
	color:#9d2739;
	font-size:14px;
	text-align:center;
	margin-bottom:20px;
}

table{
	width:600px;
	margin:0 auto;
}

table:last-child{
	margin-bottom:150px;
}

thead{
	color:#9d2739;
}

td{
	padding:5px 10px 5px 10px;
}

span{
	font-size:12px;
	color:#9d2739;
}

.preis{
	text-align:right;
	width:80px;
}

.hell{
	background-color:#f9de0b;
}
/*
.dunkel{
	background-color:#d4b31f;
}*/

/*--------------------------------------------------*/
/*--------------------- ORDER ----------------------*/
/*--------------------------------------------------*/

#phoneorder, #onlineorder, #liefergebiete{
	width:750px;
	height:230px;
	padding:5px 20px;
	background-color:#9d2739;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin:40px auto;
}

#onlineorder{
	background-color:#feeb01;
}

#liefergebiete{
	background-color:transparent;
	margin-bottom:80px;
}

#phoneorder h1, #onlineorder h1, #liefergebiete h1{
	font-family:Arial, Helvetica, sans-serif;
	color:#feeb01;
	font-size:30px;
	text-align:left;
	margin-top:10px;
}

#onlineorder h1, #liefergebiete h1{
	color:#9d2739;
}

#liefergebiete h1{
	text-align:center;
	margin-bottom:20px;
}

#phoneorder a, #onlineorder a{
	margin-top:20px;
	color:#feeb01;
	font-size:60px;
	margin-left:155px;
	text-decoration:none;
	font-weight:bold;
}

#onlineorder a{
	color:#9d2739;
}

#onlineorder a:hover,#onlineorder a:focus{
	color:#efc51d;
}

#onlineorder h2{
	color:#9d2739;
}

#phoneorder p, #onlineorder p{
	font-size:14px;
	line-height:21px;
	color:#feeb01;
	margin-left:180px;
	text-align:justify;
}

#onlineorder p{
	color:#9d2739;
}

#liefergebiete p{
	margin-top:5px;
	font-size:12px;
	text-align:center;
}

#phoneorder img, #onlineorder img{
	position:relative;
	width:125px;
	height:auto;
	left:105px;
	margin-top:30px;
	float:left;
}

/*--------------------------------------------------*/
/*-------------------- ANFAHRT ---------------------*/
/*--------------------------------------------------*/

#anfahrt{
	margin-bottom:30px;
}

#anfahrt p{
	text-align:center;
}

#map{
	position:relative;
	height:350px;
	width:550px;
	margin:0 auto;
	margin-bottom:120px;
}

#googlemap{
	width:550px;
	height:350px;
}

/*--------------------------------------------------*/
/*------------------- IMPRESSUM --------------------*/
/*--------------------------------------------------*/

#impress{
	margin-bottom:100px;
}

#impress p{
	text-align:center;
}

#impress a{
	margin-left:385px;
	color:#9d2739;
}

#impress a:hover{
	color:#000;
}

#haftung{
	margin-bottom:130px;
}

h2{
	font-size:18px;
	color:#9d2739;
	text-align:center;
	margin-top:50px;
	margin-bottom:10px;
}

p{
	font-size:12px;
	text-align:justify;
	line-height:18px;
}

/*--------------------------------------------------*/
/*--------------------- Footer ---------------------*/
/*--------------------------------------------------*/

footer{
	position:fixed;
	bottom:0;
	height:50px;
	width:100%;
	background-color:#feeb01;
	border-top:#d4b31f solid 3px;
}

footer img{
	width:40px;
	height:40px;
	margin-top:5px;
	float:left;
}

footer p{
	font-size:24px;
	color:#9d2739;
	margin: 0 0 0 10px;
	padding-top: 18px;
	float:left;
}

#impressbtn{
	font-size:10px;
	color:#000;
	margin:20px 0 0 0;
	text-align:right;
	float:right;
}

#impressbtn:hover{
	color:#9d2739;
}

#telbig{
	font-size:40px;
	font-weight:bold;
	margin:10px 0 0 10px;
	color:#9d2739;
	text-decoration:none;
}



/*--------------------------------------------------*/
/*---------------------- INDEX ---------------------*/
/*--------------------------------------------------*/

#index{
	background:none;
	background-color:#fbe400;
}

#indexleft, #indexright{
	position: absolute;
	display: block;
	height: auto !important;
	height:100%;
	min-height: 100%;
	width:50%;
	float: left;
}

#indexleft{
	background: #fbe400;
}

#indexleft a, #indexright a{
	display: block;
	height: auto;
	padding-top: 420px;
	font-family: arial;
	font-weight: bold;
	font-size: 24px;
	color: #9b372e;
	text-decoration: none;
	background: url(../layout/indexlogo_warm.png) no-repeat;
	background-position: center;
}

#indexleft p, #indexright p{
	font-size: 20px;
	color: #9b372e;
	text-align: center;
	margin-top: 0.5em;
}

#indexright p{
	color: #FFF;
}

#indexright a{
	color: #FFF;
	background: url(../layout/indexlogo_kalt.png) no-repeat;
	background-position: center;
}

#indexleft a:hover{
	color: #000;
}

#indexright a:hover{
	color: #000;
}


#indexright{
	background: #0095dd;
	left: 50%;
}

.centered{
	width: 80%;
	margin: 10% auto 0 auto;
	text-align: center;
}

@media only screen and (max-width: 980px){
#indexleft a, #indexright a{
	padding-top: 250px;
	background-size: 200px 200px;
}
}

@media only screen and (max-width: 620px){
#indexleft a, #indexright a{
	padding-top: 160px;
	background-size: 120px 120px;
	font-size: 12px;
}

#indexleft p, #indexright p{
	font-size: 10px;
	margin-top: 0.2em;
}
}