Body { 
	box-sizing: border-box; 
	width: 100%; 
	margin: 0 auto !important; 
	max-width: 800px !important; 
	-ms-text-size-adjust: 100%; 
	text-size-adjust: 100%; 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	font-weight: 600; 
	background-color: white; 
	color:white; 
	justify-content: center; 
	background-color: silver;;
}

input[type=email],input[type=text],select {  background-color: white; padding: 5px; display: inline-block; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 18px; border: 0px;  box-sizing: border-box; }
input111[type=submit] { width: 300px; background-color: black; white-space:nowrap; color:white; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 20px; border:none; cursor:pointer; transition: all ease 0.3s; padding:10px; }
input111[type=submit]:hover { background-color: #f2f2f2; }
input111{ text-align:center; }
select { width: 60px;  }

.input_reservation {   width:100%; max-width: 400px; }
.input_personaldata { width: 250px; }

button[type=submit] {  
	white-space:nowrap;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	border:none;
	cursor:pointer;
	transition: all ease 0.3s;
	padding:5px; 
}
button[type=submit]:hover  { background-color: #f2f2f2; color: dimgray;}

.button_reservation { background-color: dimgray; width: 100%; color:white;}

.button_trash { background-color: dimgray; width: 50px; color:white;}
.button_personaldata { background-color: darkred; color:white; width: 250px; }
.button_inner { color: black; width: 100%; font-size: 18px; cursor:pointer;}
.button_print { background-color: #202020; color:white; width: 100%; }
.button_add { background-color: #202020; color:white; width: 250px; }

.inner {overflow: hidden;display: none;} 

.cont_row { display: flex; flex-direction: row; }
.cont_col { display: flex; flex-direction: column; }
.cont_col-row { display: flex; flex-direction: column; }

.flex_full { flex: 100%; }
.flex_full-small { flex: 100%;}
.flex_full-small2 { flex: 100%;}

.nowrap { display: inline-block; white-space: nowrap;}

.width_300 { flex: 0 0 300px; }

.res_left { margin: 0px auto 0px 0px;  }
.res_right { margin: 0px 0px 0px auto;  }
.width_full { width: 100%;   }

.width_140 { flex: 0 0 140px; }

.sign_view { margin: 5px auto 10px 20px;  }
.sign_eat { margin: 5px 20px 10px auto;  }

.back_black { background-color: black; }
.back_darkred { background-color:darkred; }
.back_dimgray-black { background-color:dimgray; }
.back_black-dimgray { background-color:black; }
.back_dimgray { background-color:dimgray; }
.back_darkgray { background-color:#202020; }

.back_lightgray { background-color:#f2f2f2; }
.back_yellow { background-color:yellow; }
.back_white { background-color:white; }

.back_light { background-color:bisque; }
.back_light2 { background-color:lemonchiffon; }
.back_light3 { background-color:mistyrose; }

 
.text_black { color: black; }
.text_yellow { color: yellow; }
.text_darkred { color:darkred; }
.text_dimgray { color:dimgray; }
.text_small { font-size:16px; }
.text_small-less { font-size:16px; }
.text_small-more { font-size:18px; }
.text_normal { font-size:18px; }
.text_middle { font-size:25px; }
.text_middle2 { font-size:33px; }
.text_middle-more { font-size:18px; }
.text_middle-more2 { font-size:34px; }
.text_great { font-size:45px; }
.text_great2 { font-size:65px; }
.text_great-more { font-size:45px; }

.text_uppercase { text-transform:uppercase; }
.text_thin { font-weight: 400; }
.text_fat { font-weight: 600; }

.text_pad5 { padding:5px; }
.text_pad5-10 { padding:5px 10px; }
.text_pad0_10 { padding:0px 10px; }
.text_pad0_10_10_10 { padding:0px 10px 10px 10px; }
.text_pad10 { padding:10px; }
.text_pad20 { padding:20px; }
.text_pad5_20 { padding:5px 20px; }

.gap10-20 { gap: 10px; margin: 10px 20px; }
.gap10 { gap: 10px; }

.text_center { text-align:center; justify-content: center; align-items: center; }
.text_left { text-align:left; }
.text_right { text-align:right; }

.line { border-top: 5px solid dimgray; } 

/* layer over image. Nu niet meer in gebruik */
.layer { background-color: rgba(255,255,255,0.8); position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.logo { width: 100%; } 
img { display: block;  }
.image { width:100%; }   
.image_old { width:100%; height:100%; max-height:220px;} 

.nomobile { display: none; }

@media print, screen and (min-width: 480px) {		
	.cont_col-row { flex-direction: row; }
	.back_dimgray-black { background-color:black; }
	.back_black-dimgray { background-color:dimgray; }
	.text_small-less { font-size:13px; }
	.text_small-more { font-size:20px; }
	.text_middle-more { font-size:20px; }
	.text_middle-more2 { font-size:34px; }
	.text_great-more { font-size:60px; }
	.nomobile { display: flex; }
	.flex_full-small { flex: 0 0 200px;}
	.flex_full-small2 { flex: 70%;}
	.line { border-top: 3px solid dimgray; }
	.border { border-right: 3px solid dimgray;}
	.button_reservation { width: 150px !important;}
	.gap10-20 { margin: 10px 40px; }
	.onlymobile { display: none; }
}


@media print { 
	body { background: white !important; }
	
	.pagebreak { page-break-before: always; }
	.noprint { display:none; }
	.trlinebottom { border-bottom: 2px solid silver; }
	.subject { font-size: 11px; }
	.text_small-less { font-size: 12px !important; }
	.headlefttop { flex: 0 0 150px; }
	.headright { display: flex; flex: 0 0 150px; }
	.width_full-small { flex: 0 0 150px;}
	.width_140 { flex: 0 0 100px; }
}

