/* - - - - - GENERAL - - - - - */

* {
	margin: 0;
	padding: 0;
}

body {
	background-image: url(../img/bg-body.jpg);
	background-position: top center;
	font-family: 'Source Sans Pro', sans-serif;
}

.clear {
	clear: both;
}

.left {
	width: 45%;
	float: left;
	padding-top: 50px;
	padding-left: 50px;
}

.right {
	width: 45%;
	float: right;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-right: 50px;
}

.right img {
	width: 100%;
}

p {
	font-size: 20px;
	color: #606060;
	font-weight: 300;
}

#logo-res {
	display: none;
}

#speisen-res {
	display: none;
}

/* - - - - - GENERAL - - - - - */





/* - - - - - HEADER - - - - - */

header {
	width: 1280px;
	margin: 0 auto;
}

header ul {
	list-style: none;
	font-size: 20px;
	font-weight: 300;
	text-transform: uppercase;
}

header ul li {
	float: left;
	width: 170px;
	text-align: center;
	background-color: #ffffff;
	border-right: 1px solid #d9d9d9;
	transition: background-color 0.2s;
}

header ul li:hover {
	background-color: #bc0506;
}

header ul li:last-child {
	border: 0;
}

header ul li a {
	display: block;
	padding-top: 75px;
	padding-bottom: 75px;
	text-decoration: none;
	color: #606060;
}

header ul li a:hover {
	color: #ffffff;
}

#logo {
	width: 254px;
	height: 175px;
	background-color: #ffffff;
}

#logo a {
	padding-top: 55px;
	padding-bottom: 33px;
}

#logo img {
	width: 75%;
}

#speisen a {
	padding-top: 65px;
	padding-bottom: 60px;
}

/* - - - - - GENERAL - - - - - */





/* - - - - - MAIN - - - - - */

main {
	width: 1280px;
	margin: 0 auto;
	margin-top: 50px;
}

.fullwidth {
	width: 100%;
	height: auto;
	background-color: #ffffff;
}

h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 35px;
	font-weight: 700;
	color: #bc0506;
	text-transform: uppercase;
	padding-bottom: 20px;
}

.reservieren {
	font-size: 20px;
	color: #fff;
	font-weight: 300;
	background-color: #bc0506;
	width: 100%;
	padding: 15px 0px 15px 0px;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	border: none;
	margin-bottom: 50px;
	cursor: pointer;
}

input {
	width: 100%;
	height: 50px;
	box-sizing: border-box;
	font-size: 20px;
	color: #606060;
	font-weight: 300;
	padding-left: 15px;
	margin-top: 15px;
	border: 1px solid #ccc;
}

select {
	width: 100%;
	height: 50px;
	box-sizing: border-box;
	margin-top: 15px;
	border: 1px solid #ccc;
	padding-left: 15px;
		font-size: 20px;
	color: #606060;
	font-weight: 300;
}

.right p {
	margin-top: 73px;
}

/* - - - - - MAIN - - - - - */





/* - - - - - ÖFFNUNGSZEITEN - - - - - */

#oeffnungszeiten {
	width: 40%;
	height: auto;
	margin-top: 50px;
	background-color: #ffffff;
	float: left;
}

h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 35px;
	font-weight: 700;
	color: #bc0506;
	text-transform: uppercase;
	padding-top: 50px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 20px;
}

#oeffnungszeiten p  {
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 84px;
}

/* - - - - - ÖFFNUNGSZEITEN - - - - - */





/* - - - - - ANFAHRT - - - - - */

#anfahrt {
	width: 56%;
	height: auto;
	margin-top: 50px;
	background-color: #ffffff;
	float: right;
}

h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 35px;
	font-weight: 700;
	color: #bc0506;
	text-transform: uppercase;
	padding-top: 50px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 20px;
}

#anfahrt p {
	padding: 15px 0px 15px 30px;
}


/* - - - - - ANFAHRT - - - - - */





/* - - - - - FOOTER - - - - - */

footer {
	width: 1280px;
	height: 50px;
	margin: 0 auto;
	background-color: #ffffff;
	margin-top: 50px;
}

footer p {
	float: left;
	padding-left: 25px;
	padding-top: 12px;
}

footer a {
	float: right;
	font-size: 12px;
	color: #606060;
	font-weight: 300;
	padding-right: 25px;
	padding-top: 18px;
	text-decoration: none;
	text-transform: uppercase;
}

footer a:hover {
	color: #bc0506;
}

/* - - - - - FOOTER - - - - - */