@media screen and (max-width:749px) {

.wrapper {
	padding: 0 2px;
}

#header #title img {
	display: none;
}

#header #title h1 {
	width: 95%;
	margin: 0 0 3px 0;
	font-size: 26px;
	line-height: 1;
}

#header #title h2 {
	margin-left: 0;
	font-size: 16px;
}

ul#menu {
	top: -10px;
	left: -100%;
	padding-right: 15px;
	padding-bottom: 10px;
	background: rgba(255,255,255,.9);
	z-index: 999;
	-webkit-transition: left 0.2s ease-in-out;
	   -moz-transition: left 0.2s ease-in-out;
		-ms-transition: left 0.2s ease-in-out;
		 -o-transition: left 0.2s ease-in-out;
			transition: left 0.2s ease-in-out;
}

#mobil-menu-trigger:checked ~ ul#menu {
	left: 0;
}

	#main #nav ul li {
		padding: 4px 15px 4px 5px;
		font-size: 20px;
		border-bottom: 1px solid #344694;
		border-right:  1px solid #344694;
	}
	
		#main #nav ul li a {
			display: block;
		}

#main {
	padding-bottom: 80px;
}

#main #content {
	margin: 0 2px;
}

#main #content table.timeline,
#main #content table.dinner_data {
	width: 100%;
}

	#main #content table.timeline th {
		width: auto;
		padding-left: 0;
	}
	
	#main #content table.timeline td {
		width: auto;
		white-space: nowrap;
	}
	
	#main #content table.dinner_data td {
		width: auto;
	}
	
#main #content .logos a {
	margin: 10px 5px
}

	#main #content .logos a img {
		height: 50px;
	}

#main #content #map.init {
	height: 75vh;
}

#main #content #photos ul li {
	width: 100px;
	height: 100px;
	margin: 0 15px 15px 0;
}

#main #content form {
	margin-top: 1em;
	border: none;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}

	#main #content form fieldset label span,
	#main #content form fieldset div.label span {
		width: 100%;
		top: 0;
		margin-right: 0;
		margin-bottom: 5px;
		float: none;
	}
	
	#main #content form fieldset label div.comment {
		width: 100%;
		margin-left: 0;
	}
	
	#main #content form fieldset div.label ul {
		width: 100%;
	}

	#main #content form input.wide,
	#main #content form textarea    { width: 99%; }
	#main #content form input.phone { width: 50%; }
	#main #content form input.zip   { width: 25%; }
	
	#main #content form input.references { margin-left: 0%; }
	
	#main #content form div.counter {
		margin-left: 0;
	}
	
	#main #content form p.submit {
		padding: 10px 0 0 0;
		border-top: none;
	}
	
		#main #content form p.submit button {
			margin: 0;
			padding: 10px 0;
			width: 97%;
		}
		
			#main #content form p.submit button[type="reset"] {
				display: none;
			}
			
#footer .wrapper {
	height: 60px;
}

#mobil-menu {
	position: absolute;
	display: block;
	left: 0;
	top: -42px;
	width: 32px;
	height: 32px;
	border: 2px solid #344694;
	border-radius: 5px 5px 0 0;
	cursor: pointer;
}

	#mobil-menu span {
		position: relative;
		top: 13px;
		margin: 0 auto;
		font-size: 0;
		
		-webkit-transition: background-color 0s ease-in-out 0.2s;
		   -moz-transition: background-color 0s ease-in-out 0.2s;
			-ms-transition: background-color 0s ease-in-out 0.2s;
			 -o-transition: background-color 0s ease-in-out 0.2s;
				transition: background-color 0s ease-in-out 0.2s;
	}
	
	#mobil-menu span:before,
	#mobil-menu span:after {
		content: '';
		position: absolute;
		
		-webkit-transition: transform 0.2s ease-in-out 0s, margin 0.2s ease-in-out 0.2s;
		   -moz-transition: transform 0.2s ease-in-out 0s, margin 0.2s ease-in-out 0.2s;
			-ms-transition: transform 0.2s ease-in-out 0s, margin 0.2s ease-in-out 0.2s;
			 -o-transition: transform 0.2s ease-in-out 0s, margin 0.2s ease-in-out 0.2s;
				transition: transform 0.2s ease-in-out 0s, margin 0.2s ease-in-out 0.2s;
	}
	
	#mobil-menu span,
	#mobil-menu span:before,
	#mobil-menu span:after {
		display: block;
		width: 20px;
		height: 3px;
		background-color: #344694;
		border-radius: 3px;
	}
	
	#mobil-menu span:before {
		margin-top: -7px;
	}
	
	#mobil-menu span:after {
		margin-top: 7px;
	}

	#mobil-menu-trigger:checked ~ #mobil-menu span {
		background-color: rgba(255,255,255,0);
	}
	
	#mobil-menu-trigger:checked ~ #mobil-menu span:before,
	#mobil-menu-trigger:checked ~ #mobil-menu span:after {
		-webkit-transition: margin 0.2s ease-in-out 0s, transform 0.2s ease-in-out 0.2s;
		   -moz-transition: margin 0.2s ease-in-out 0s, transform 0.2s ease-in-out 0.2s;
			-ms-transition: margin 0.2s ease-in-out 0s, transform 0.2s ease-in-out 0.2s;
			 -o-transition: margin 0.2s ease-in-out 0s, transform 0.2s ease-in-out 0.2s;
				transition: margin 0.2s ease-in-out 0s, transform 0.2s ease-in-out 0.2s;
		margin-top: 0;
	}

	#mobil-menu-trigger:checked ~ #mobil-menu span:before {
		-webkit-transform: rotate(45deg);
		   -moz-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
			 -o-transform: rotate(45deg);
				transform: rotate(45deg);
	}
	
	#mobil-menu-trigger:checked ~ #mobil-menu span:after {
		-webkit-transform: rotate(-45deg);
		   -moz-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
			 -o-transform: rotate(-45deg);
				transform: rotate(-45deg);
	}

}
