@charset "UTF-8";
/* CSS Document */

@font-face {
	font-family: "Segoe";
	src: url(fonts/SegoeWP-Light.ttf) format("truetype");
} 

html,body{
	background-color:black;
	height: 100%;
	width:100%;
	margin:0 auto;
	color: #939598;
	background-color:black;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
}

*{
	margin:0;
	padding:0;
}

#wrapper{ /* Voor 100% hoogte, dat footer altijd onderaan staat */
	min-height: 100%;
}

h1 {
	margin: 0px;
	font-family: "Segoe";
	font-size: 35px;
	color: #ba141a;
	font-weight: normal;
}
 
a{
	color: #ba141a;
	text-decoration: none;
}

a:hover{
	font-weight: bold;
}

header{
	background-color: black;
	width:100%;
}

#navigationfill{ /* navigatie & menu breedte van 1000px */
	margin:0 auto;
	width: 1000px;
	height: 50px;
	z-index: 400;
}

#navigation{ /* zorgt ervoor dat navigatie fixed still staat en hoge z index om voorop te staan & solid red border */
	background-color:black;
	position:fixed;
	width:100%;
	height:50px;
	border-bottom: 2px solid #ba141a;
	z-index: 300;
}

#hfill{ /* bewegend begin van de site begint pas na fixed navigatie */
	height:52px;
	width:100%;
}

.logonavigation{ /* Logo desktop website wimpel */
	display: block;
	width: 126px;
	height: 42px;
	float: left;
	margin-top: -2px;
}

.logonavigationmobile{
	display: none;
}

.socialmedia{ /* positioneren van social media */
	width: 140px;
	height: 30px;
	float: right;
	margin-top: 11px;
}

.dropdownmenu{
	display: none;
}

.menu{ /* positioneren instellingen menu */
	width: 635px;
	height: 26px;
	margin-left: 55px;
	float: left;
	margin-top: 10px;
	font-family: "Segoe";
}

.menu ul{ /* ul li zorgt ervoor dat menu items langs elkaar worden gesorteerd */
	list-style-type: none;
}

.menu ul li{
	display: inline;
	margin: 0;
}

.menu ul li a {
	color: #939598;
	font-size: 20px;
	margin: 16px;
	font-weight: normal;
}

.menu ul li a:hover {
	color: #ba141a;
}

.menu ul li#selected a{
	color: #ba141a;
}


#slideshow{ /* slideshow foto's & grijze bottom border 1px */
	background-color: black;
	height:300px;
	width:100%;
	border-bottom: 1px solid #505050;
}

.slider{ /* slideshow groote */
	width: 1000px;
	height: 300px;
	margin: auto;
}


#container{ /* alle conten binnen 1000px breedte */
	background-color:black;
	width:1000px;
	height:100%;
	margin:0px auto;
}

#titelpagina{ /* titel van pagina in bordau rood */
	width: 100%;
	height: 50px;
	margin-top: 20px;
}

#inhoudpagina{ /* text inhoud van pagina */
	width: 100%;
	height: 100%;
	margin-top: 20px;
	margin-bottom: 100px;
}

#specialiteiten2{ /* div voor 3 specialiteiten langs elkaar */
	/*margin-top: 60px;*/
	width: 100%;
	height: 320px;
	margin-bottom: 180px;
}

#specialiteiten2 ul{ /* ul li zorgt ervoor dat items langs elkaar worden gesorteerd */
	
}

#specialiteiten2 ul li{
	display:inline;
	float:left;
}

.drive-in{
	width: 333px;
	height: 333px;
}

.evenementen{
	width: 333px;
	height: 333px;
}

.verhuur{
	width: 333px;
	height: 333px;
}

#btnspecialiteiten{ /* buttons onder specialiteiten */
	background-color: #ba141a;
	width: 180px;
	height: 40px;
	margin:0 auto;
	margin-bottom: 80px;
	text-align: center;
	border-radius:10px;
	color: #ffffff;
	font-size: 26px;
	font-weight: normal;
	font-family: "Segoe";
}
#btnspecialiteiten:hover{
	background-color: #910005;
}

.fb{ /*fb social plugin */
	position: relative;
	z-index: 2;
}

#likebox-frame {
	margin:0 auto;
	width: 1000px;
	overflow: hidden;
	position: relative;
	z-index: 10;
	margin-top: 30px;
}

#likebox-frame iframe {
	overflow: hidden;
	position: relative;
}

#likeboxdiv{
	background-color: #171717;
	width: 100%;
	height: 400px;
	margin:0 auto;
}

#googlemaps{
	width: 900px;
	height: 200px;
	margin:0 auto;
	margin-top: 80px;
	margin-bottom: 50px;
}

#contactformulier{
	width: 600px;
	height: 100%;
	margin:0 auto;
}

#sluiting{ /* rode balk footer */
	background-color: #ba141a;
	color: black;
	width: 100%;
	height: 60px;
	text-align: center;
	font-size: 15px;
	line-height: 60px;
	position: relative;
	clear: both;
	margin-top: -60px;

}

@media screen and (max-width: 980px) { /* iPhone 6 */

body{
	width:100%;
	margin:0 auto;
	background-color:black;
	font-size: 18px;
}

#navigation{
	background-color:black;
	position:fixed;
	width:100%;
	height:120px;
	border-bottom: 2px solid #ba141a;
	z-index: 300;
}

#hfill{
	height:122px;
	width:100%;
}

.logonavigation{
	display: none;
}

.logonavigationmobile{
	display: block;
	width: 165px;
	height: 55px;
	float: left;
	margin-top: 32px;
	margin-left: 40px;
}

.menu{
	display: none;
}

.socialmedia{
	display: none;
}

.dropdownmenu{
	display:block;
	width: 55px;
	height: 42px;
	float: right;
	margin-top: 39px;
	margin-right: 55px;
}

#container{
	background-color: black;
	width:900px;
	height:100%;
	margin:0 auto;
}

#specialiteiten{
	width: 1000px;
	height: 100px;
	text-align: center;
}

#specialiteiten ul{
	
}

#specialiteiten ul li{
	display:inline;
	float:left;
}

.drive-in{
	width: 327px;
	height: 60px;
}

.evenementen{
	width: 327px;
	height: 60px;
}

.verhuur{
	width: 327px;
	height: 60px;
}

#sluiting{
	font-size: 30px;
}

}