
/***********************Global**********************/


/** {
	outline: 1px solid black;
}*/

body, html {
	/*font-family: Helvetica;*/
	/*font-family: "Times New Roman", Times, serif;	*/
	font-family: Verdana;
	font-size: small;
	/*height: 100%;*/
	padding: 0;
	margin: 0;
	/*background: white;*/
	background: rgb(229,229,229);
	/*box-sizing: border-box;*/
}

@font-face {
	font-family: myFirstFont;
	src: url(../fonts/HoboStd.otf);
	font-weight: bold;
}


/************************Navbar*********************/

.green5hamburgermenu {
	display: none;
}

.navbar {
	color: rgb(229,229,229);
	font-family: Arial, Helvetica, sans-serif; 
	position: fixed;
	width: 100%;
	/*height: 150px;*/
	z-index: 2;
	/*display: block;*/
	/*height: 100%;*/
	/*padding-bottom: 100px;*/
}				

p {
	/*margin: 0px;*/
	margin: 8px 20px 10px 20px;
}

.green1 {
	/*display: inline;*/
	background: rgb(3,88,55);
	/*width: 100%;*/
	/*height: 50px;*/
	height: 30px;
	/*position: relative;*/
	/*position: absolute;*/
	/*width: 100px;*/
}		

.adres {
	font-family: myFirstFont;
	display: inline-block;
	width: 50%;
	text-align: left;
	margin: 0px;
	padding: 0px;
	/*margin-left: 10px;*/
	/*padding-top: 6px;*/
	/*margin-right: 20px;*/
}

.telnr {
	display: inline-block;
	width: 50%;
	text-align: right;
	margin: 0px;
	padding: 0px;
	/*padding-top: 6px;*/
	/*padding-right: 20px;*/
	/*align-content: .... */
}

.white2 {
	background: white;
	height: 15px;
	/*position: relative;*/
}	

.red3 {
	height: 60px;
	background: rgb(239,57,53);
	/*margin-bottom: 50px;*/
	width: 100%;
	/*display: inline;*/
	/*box-sizing: border-box;*/
	/*display: block;*/
	/*overflow: hidden;*/
	/*max-height: 60px;*/
}

.star {
	display: inline-block;
	width: 40%;
	text-align: center;
	/*margin: 0px;*/
	/*padding: 0px;*/
	/*overflow: hidden;*/
	/*height: 60px;	*/
	font-size: 25px;
	/*box-sizing: border-box;*/
	/*height: 60px;*/
}

.material-icons {	
	font-size: 65px;
	max-height: 60px;
	/*width: 50%;*/
	margin: 0px;
	padding: 0px;
	/*box-sizing: border-box;*/
	/*display: inline-block;*/
	 /*overflow: hidden;*/
}

i {
	margin: 0px;
	padding: 0px;
	/*margin-right: 10px;*/
	/*padding-bottom: 50px;*/
	/*font-size: 30px;*/
}

.eethuisje {
	display: inline-block;
	width: 20%;
	text-align: center;
	/*padding-bottom: 100px;*/
	/*margin-bottom: 100px;*/
	/*font-size: 45px;*/
	/*box-sizing: border-box;*/
	height: 60px;
} 	

h1 {
	font-family: myFirstFont;
	/*font-family: Arial, Helvetica, sans-serif; */
	color: rgb(229,229,229);
	text-align: center;
	/*margin-bottom: 100px;*/
	/*margin: 30px;*/
	/*box-sizing: border-box;*/
	/*padding: 0px;*/
	/*margin: 0px;*/
	position: relative;
	bottom: 34px;
	/*display: inline-block;*/
}

h4 {
	/*display: inline-block;*/
}

.white4 {
	background: white;
	height: 15px;
	text-align: center;
	/*display: block;*/
	/*position: relative;*/
	}	

object {
	margin-top: -105px;
}

.green5 {
	background: rgb(3,88,55);
	height: 30px;
	/*position: relative;*/
}		

#menu {
  display: inline-block;
  width: 75%	
}

.bestelbutton {
	display: inline-block;
	width: 25%;
	text-align: right;
}

ul {
	list-style-type: none;
	margin: 0px; 
	padding: 0px;
	/*text-decoration-color: white;*/
}

.green5 li {
	display: inline-block;
	padding: 5px 20px 5px 20px;
	/*padding-top: 10px;*/
}

a {
	font-family: myFirstFont;
	text-decoration: none;
	color: rgb(229,229,229);
	transition: color 0.3s ease;
	/*font-family: Arial, Helvetica, sans-serif;*/
}

a:hover {
	color: yellow;
}

#button { 
  background-color: #4CAF50; /* Green */
  border: none;
  color: yellow;  
  padding: 5px 30px;
  /*padding: 15px 32px;*/
  /*bottom: 0px;*/
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  height: 24px;
  margin-right: 15px;
  border-radius: 6px;
  /*z-index: 0.5;*/
  /* text-align: right;*/
  /*margin-left: 1500px;*/
  /*padding-right: 0px;*/
}

 #button:hover {	
	color: rgb(239,57,53);
}


/*****************Content***************************/


h2 {
	font-family: myFirstFont;
	text-align: center;
	margin: 0px 0px 0px 0px;
	/*padding-top: 200px;	*/
	/*margin-top: 175px;*/
	color: black;
	/*position: relative;*/
	/*top: 50px;*/
	/*bottom: 150px;*/
}

.welkom {
	position: relative;
	top: 200px;
}


/***********************Index*************************/


.images {
	/*height: 250px;*/
	/*align-content: center;*/
	margin-top: 30px;
}

img {			
	display: block;
	width: 100%;
	height: auto;
	max-width: 90%;
	margin: 0 auto;
}	
	/*height: 300px;*/
	/*: center;*/

 .cateringimage {
	/*max-height: 300px;*/
	/*width: 90%;*/
} 

.roti {
	display: inline-block;
	width: 33.3%;
	/*max-width: 100%;*/
	/*height: 20%;*/
}

.bami {
	display: inline-block;
	width: 33.3%;
	/*margin: 0 auto;*/
}

/*.moksi-meti {
	display: inline-block;
	width: 33.3%;		
}*/

.actie {
	display: inline-block;
	width: 33.3%;	
	/*margin: 0 auto;*/
}


.text {				
	margin-top: 30px;
	line-height: 1.5;
	color: black;
	margin-bottom: 100px;
}

.openingstijdenwrapper {
	display: inline-block;
	width: 100%
}

.openingstijden {
	display: inline-block;
	width: 40%;
	/*width: 50%;*/
}

.bezorging {
	display: inline-block;
	width: 60%;
	/*width: 50%;*/
}

#button2 {
  background-color: #4CAF50; /* Green */
  border: none;
  color: yellow;
  /*color: rgb(229,229,229);*/
  padding: 5px 30px;
  /*padding: 15px 32px;*/
  /*bottom: 0px;*/
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  margin-left: 20px;
  height: 24px;
  border-radius: 6px;
  /*float: right;*/
}

 #button2:hover {	
	color: rgb(239,57,53);
}

.specialiteit {
	padding-left: 20px;
	color: black;
	padding-bottom: 50px;
}

.specialiteitrow1 {
	width: 40%;
	/*width: 60%;*/
	/*font-size: 30px;*/
}

.specialiteitrow2 {
	/*width: 50%;*/
}

.specialiteitrow3 {
	width: 20%;
}

/************************Menu************************/

.left-image {
	/*content {	*/
  	background-image: url("../images/moksi-meti.jpg");  
	display: inline-block;
	width: 50%;
	/*background: blue;*/
	/*height: 100%;*/
	height: 5500px;
	/*background-repeat: no-repeat;*/
	/*background-size: 1000px;*/
	background-size: cover;
	/*background-size: contain;*/
	background-attachment: fixed;
	/*position: absolute;*/
	/*top: 206px;*/
	/*position: fixed;*/
}

.menupage {
	display: inline-block;
	width: 50%;
	position: absolute;
	top: 160px;
	/*bottom: 100px;*/
	z-index: 1;
	color: black;
	/*margin-bottom: 500px;*/	
	/*top: 100px;*/	
	/*margin-bottom: 600px;*/
}

h3 {
	font-family: myFirstFont;
	background-color: rgb(239,57,53);
	/*background-color: green;*/
	color: rgb(229,229,229);	
	/*margin-top: 25px;*/    
	padding-left: 6.5%;
	/*margin-left: 6.5%;*/
	/*height: 30px;*/
	/*text-align: center;*/
	/*width: 100%;
	/*max-width: 90%;*/
	padding-top: 5px;
	/*width: 100%;*/
}

table {
	width: 100%;
	max-width: 90%;
	margin: 0 auto;	
}

.voorgerechten {
	/*background-color: grey;*/
	/*width: 75%;*/
}

th, td {
	text-align: left;
	padding: 10px;
	vertical-align: top;
	/*margin: 10px;*/
}

.row1 {
	width: 43%;
	/*width: 60%;*/
	/*font-size: 30px;*/
}

.row2 {
	width: 50%;
}

.row3 {
	width: 20%;
}


/**********************Catering*********************/


.cateringimage {
	/*content {	*/
  	background-image: url("../images/catering2.jpg");  
	/*display: inline-block;*/
	width: 100%;
	/*background: blue;*/
	/*height: 100%;*/
	height: 230px;
	/*background-repeat: no-repeat;*/
	/*background-size: 1000px;*/
	/*background-size: cover;*/
	/*background-size: contain;*/
	/*background-attachment: fixed;*/
	/*position: absolute;*/
	/*bottom: 30px;*/
	/*position: fixed;*/
}


/*******************Contact*************************/


content {
	/*height: 100%;*/
}

#map {
	display: inline-block;
	height: 1000px;
  	width: 50%;
  /*background-color: grey;*/
}

.contact {
	display: inline-block;
	width: 50%;
	margin: 0px;
	position: absolute;
	top: 160px;
	color: black;
	/*margin-left: 50px;*/
	/*text-align: center;*/
}

.gegevens {
	/*margin-left: 40px;*/
	margin-left: 5%;
}

.eethuisjezinna {
	/*margin-left: 38px;*/
}

.postcode {
	/*margin-left: 38px;*/
}

.plaats {
	/*margin-left: 38px;*/
}
 #phonenumber {
 	color: black;
}

 #phonenumber:hover {
	color: rgb(239,57,53);
}

/***********************Footer****************************/

footer {
	font-family: myFirstFont;
	/*display: block;*/
	position: fixed;
	bottom: 0;
	width: 100%;
	background: rgb(239,57,53);
	/*height: 60px;*/
	z-index: 2;
	color: rgb(229,229,229);
}

.copyrights {
	display: inline-block; 
	width: 50%;
	padding-bottom: 10px;
	/*margin-top: 15px;*/
}

.socialicons {
	display: inline-block;	
	width: 50%;
	/*color: green;*/
}

#fb {
	color: rgb(229,229,229);
	margin-left: 30px;
	/*hover: green;*/
}
#fb:hover {
	color: yellow;
}

#insta {
	color: rgb(229,229,229);
	margin-left: 30px;
}

#insta:hover {
	color: yellow;
}

#xplicitcreations {
	color: rgb(229,229,229);
}

#xplicitcreations:hover {
	color: yellow;
}


/*****************Media******************************/


@media (max-width: 916px) {         /*landscape tablet*/ 
	
	.left-image {
		width: 33.33%;
		/*height: 6500px;*/
		height: 9100px;
		/*height: 500px;*/
		/*max-height: 100%;*/
	}

	.menupage {
		width: 66.67%;
	}	

	table {
		/*max-width: 100%;*/
	  	/*width: 100%;*/
	  	/*margin: 0 auto;	*/
	}

	th, td {
		/*padding: 5px;*/
		/*text-align: left;*/		
	}
}


@media (max-width: 755px) {
	object {
		height: 150px;
	}	
}


@media (max-width: 691px) {         /*landscape tablet*/ 
	.material-icons{
		position: relative;
		bottom: 8px;
	}
	
	h1 {
		position: relative;
		bottom: 19px;
	}	  

	.left-image {
		width: 25%;		
	}

	.menupage {
		width: 75%;
	}	
	.star {
		font-size: 20px;
	}	
}


@media (max-width: 616px) {         /*landscape tablet*/ 
	.adres {
	  	font-size: 10px;
	  	position: relative;
	  	bottom: -1px;
	  }

	.telnr {  
		font-size: 10px;
	 	/*margin-bottom: 20px: */
	  	/*float: right;*/ 
    	/*display: inline-block;*/     
	  	/* margin-left: 370px;*/
	  	/*background-color: white;*/
	  	/*padding-top: 15px;*/
	  	/*width: 25%; */
	  	/*float: right;*/
	  	position: relative;
	  	/*margin-left: 60%;*/
	  	/*border-radius: 0%;*/
	  	/*opacity: 0.7;*/
	  	bottom: -1px;
	  }	 
	  
	  .star {
	  		font-size: 15px;
	  }


/*@media (max-width: 360px) {         /*landscape tablet*/ 
	.left-image {
		width: 5%;
		/*height: 3400px;*/
		/*height: 4000px;*/
		/*top: 106px;*/
		/*bottom: 50px;*/
	}

	.menupage {  
	  	width: 95%;
	  	/*opacity: 0.5;*/
		/*bottom: 100px;*/
	 }	 

	table {
		width: 100%;
	  	max-width: 95%;
	  	margin: 0 auto;	
	}

	th, td {
		/*text-align: left;*/
		padding: 0px;
		line-height: 2;
	}

	/*.row1 {*/
		/*width: 43%;*/
		/*font-size: 30px;*/
	/*}*/
}


/*******************Hamburgermenu*********************/


@media (max-width: 500px) {
	
	h1 {
		display: none;
	}
		
	.green5 {
		display: none;
	}
		
	#menuToggle {
  		display: inline-block;
  		width: 55%;
  		position: relative;    		
  		z-index: 1;  
  		-webkit-user-select: none;
  		user-select: none;
  		top: 5px;
  		margin-left: 10px;
		/*height: 30px;*/
		/*background: rgb(3,88,55);  */
	}

	.bestelbutton {
		display: inline-block;
		width: 45%;
		position: absolute; 
		/*height: 30px; 	*/
		/*margin-right: -10px;*/
		/*bottom:30;*/
	}

	#button {
		/*height: 50px;*/
		/*max-height: 30px;*/
		/*margin-top: 0px;*/
	}

	.green5hamburgermenu {
		display: block;
		background: rgb(3,88,55);  
		/*background: green;*/
		width: 100%;
		height: 30px;
	}

	#menuToggle input {
  		display: block;
  		width: 40px;
  		position: absolute;
  		top: -7px;
  		left: -5px;  
  		cursor: pointer;

  		/* hide this*/ 
  		opacity: 0; 

  		/* and place it over the hamburger*/ 
  		z-index: 2;   
  		-webkit-touch-callout: none;
	}
	
/* Just a quick hamburger*/ 
	#menuToggle span {
  		display: block;
  		width: 33px;
  		height: 3px;
  		margin-bottom: 5px;
  		position: relative;  
  		background: yellow;
  		border-radius: 3px;  
  		z-index: 1;  
  		transform-origin: 4px 0px;  
  		transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              		background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              		opacity 0.55s ease;
	}

	#menuToggle span:first-child {
  		transform-origin: 0% 0%;
	}

	#menuToggle span:nth-last-child(2) {
  		transform-origin: 0% 100%;
	}

/* Transform all the slices of hamburger into a crossmark */ 
	#menuToggle input:checked ~ span {
  		opacity: 1;
  		transform: rotate(45deg) translate(-2px, -1px);
  		background: crimson;
  		margin-left: 20px;
	}

/* But let's hide the middle one */
	#menuToggle input:checked ~ span:nth-last-child(3) {
  		opacity: 0;
  		transform: rotate(0deg) scale(0.2, 0.2);
	}

/* Ohyeah and the last one should go the other direction */ 
	#menuToggle input:checked ~ span:nth-last-child(2) {
  		transform: rotate(-45deg) translate(0, -1px);
	}

/* Make this absolute positioned at the top left of the screen */ 

	#hamburgermenu {
  		position: absolute;  
  		width: 100%;  
  		padding: 25px;   
  		background: rgb(3,88,55);
  		list-style-type: none;
  		-webkit-font-smoothing: antialiased;

  		left: -10px;  

 /* to stop flickering of text in safari */

  		transform-origin: 0% 0%;
  		transform: translate(-100%, 0);  
  		transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
	}

	#hamburgermenu li {
  		padding: 10px 0;  
	}

/* And let's slide it in from the left */

	#menuToggle input:checked ~ ul {
  		transform: none;
	}
}


@media (max-width: 460px) { 
	.adres {
	  	/*font-size: 10px;
	  	/*position: relative;*/
	  	/*bottom: 4px;*/
	  }

	.telnr {  
		/*font-size: 10px;*/
	 	/*margin-bottom: 20px: */
	  	/*float: right;*/ 
    	/*display: inline-block;*/     
	  	/* margin-left: 370px;*/
	  	/*background-color: white;*/
	  	/*padding-top: 15px;*/
	  	/*width: 25%; */
	  	/*float: right;*/
	  	/*position: relative;*/
	  	/*margin-left: 60%;*/
	  	/*border-radius: 0%;*/
	  	/*opacity: 0.7;*/
	  	/*bottom: 9px;*/
	  	vertical-align: top;
	}	 
}


@media (max-width: 428px) {
	.adres {
		bottom: 4px;		
	}
	
	.star {
		font-size: 11px;
	}
	
	/*.image-catering {*/		
	/*content {	*/
  	/*background-image: url("../images/catering.jpg");  */
	/*display: inline-block;*/
	/*width: 100%;*/
	/*background: blue;*/
	/*height: 100%;*/
	/*height: 4200px;*/
	/*background-repeat: no-repeat;*/
	/*background-size: 1000px;*/
	/*background-size: cover;*/
	/*background-size: contain;*/
	/*background-attachment: fixed;*/
	/*position: absolute;*/
	/*top: 206px;*/
	/*position: fixed;*/
}


@media (max-width: 280px) {
	.adres {
		display: none;
	}

	.telnr {
		display: none;
	}
}

/*div {
	padding: 0px;
	margin: 0px;
}*/

/*.vertical-align-wrap {*/
	/*position: absolute;*/
	/*width: 100%;*/
	/*height: 100%;*/
	/*display: table;*/
/*}*/

/*display: inline-block;	*/

/*.navbar {
	display: inline-block;*/

/*ul{
	text-decoration: none;
}
		*/

	/*display: block;*/	
	/*margin: 0px; */
	/*padding: 10px;	*/
	
	/*li a {
		color: white;
		margin: 0px; 
		padding: 0px;
		/*padding: 2%;*/		


	

