html	{
	font-size: 10px;
}

@font-face {
    font-family: 'customFont';
    src: url(HNGR_Deck-Bold.otf);
}

body	{
	
	font-family: 'customFont', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #514f4d;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.15px;
	background-color: #edeae5;

	cursor: default;
	/*cursor: url(../imgs/zeiger3.png), auto;*/
	
	-webkit-font-feature-settings: 'tnum';
	-moz-font-feature-settings: 'tnum';
	-ms-font-feature-settings: 'tnum';
	font-feature-settings: 'tnum';
	text-decoration: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

::-moz-selection {
	 background: black; 
	 color: white;
}

::selection { 
	background: black; 
	color: white;
}

h1 {
	font-size: 2.5em;
	line-height: 1.4em;
	font-weight: 500;
}

li{
	font-size: 1.4em;
	line-height: 1.22em;
	letter-spacing: -0.15px;
}

a {
	text-decoration: none;
	color:inherit;
}

.main-container{
	display: flex;
	flex-direction: row;
	overflow: hidden;
	height: 100vh;
	max-width: 1800px;
	margin: 0 auto;
}

.image-wrapper{
	background-color: #edeae5;
	width: calc(100% / 3 * 2);
	height: 100vh;
}

.image{
	position: relative;
    top: calc(50% - 4px);
    transform: perspective(1px) translateY(-50%);
	width: 446px;
	display: table;
  	margin: 0 auto;
}

.menu-container{
	display: flex;
	background-color: #edeae5;
	width: 250px;
	height: 860px;
	align-items: center;
}

.menu-wrapper{
	vertical-align: middle;
}

.description {
	margin-top: 4.64em;
}

.arrow{
	display: inline-block;
	vertical-align: -3px;
}


/*-------------------MENU----------------*/
.logo{
	width: 225px;
	margin-left: 0;
	-webkit-transform: translateZ(0);
}

ul{
	list-style-type: none;
	-webkit-transform: translateZ(0);
}

.highlight:hover{
	color: #ec694a;	
}

#phoneNumber{
	display: none;
}


/*-------------------IMPRINT----------------*/
.Imprint {
	margin-top: 100px;
	opacity: .4;
	width: 50px;
	margin-right: 0;
}

.Imprint_site {
	padding: 7%;
}

.Imprint_site p {
	line-height: 1.4em;
	width: 100%;
}

h4{
	margin-top: 3.2em;
	margin-bottom: 1.4em;
}

/*-------------------RESPONSIVE/iPAD----------------*/
@media screen and (max-width: 900px) {


	.Imprint{
		position: relative;
		top: 580px;
		left: 216px;
		padding-bottom: 20px;
	}

	body{
		height: 100vh;
		display: flex;
		align-items: center;
		padding-right: 1em;
		padding-left: 1em;
	}

	.main-container{
		padding-top: 40px;
		height: auto;
		vertical-align: center;
		flex-direction: column-reverse;
		overflow: visible; 
	}

	.image-wrapper{
		width: auto;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		margin-top: 6em;
	}

	.image{
		top: 0;
		width: 356px;
		transform: perspective(0px) translateY(0%);
	}

	.menu-container{
		width: auto;
		height: auto;
		margin-top: 30px;
		margin-right: auto;
		margin-left: auto;
		align-items: stretch;
	}

	.menu-wrapper{
		vertical-align: baseline;
	}

	.description{
		margin-top: 40px;
	}

	ul {
		float: left;
		display: inline;
	}

	.logo {
		margin-left: 216px;
		width: 140px;
	}

	ul:last-of-type {
		margin-left: 5em;
	}

	.buffer{
		display: none;
	}

}


/*-------------------MOBILE----------------*/
@media screen and (max-width: 420px) {

	.Imprint{
		top: 420px;
		left: 167px;
	}
	
	body{
		font-size: 12px;
		align-items: stretch;
		height: 100vh;
	}

	.main-container{
		vertical-align: baseline;
	}

	.image-wrapper{
		margin-top: 2em;
	}

	.image{
		width: 281px;
	}

	ul:last-of-type {
		margin-left: 3.5em;
	}

	.logo {
		margin-left: 166px;
		width: 120px;
	}

	.menu-container{
		width: auto;
		height: auto;
		margin-right: auto;
		margin-left: auto;
	}

	.menu-wrapper{
		top: 0;
		transform: translateY(0%);
		margin-top: 0;
		margin-bottom: 2em;
		height: auto;
	}

	.arrow{
		width: 17px;
	}

}

@media screen and (max-width: 350px) {

	.Imprint{
		top: 390px;
	}

	body{
		height: auto;
	}
	.image-wrapper{
		margin-top: 0;
		margin-bottom: 3em;
	}
	.image{
		width: 261px;
	}
}



/*-------------------BIG SCREENS----------------*/
@media screen and (min-width: 1600px) {
	body{
		font-size: 20px;
	}

	.menu-container{
		height: auto;
	}

	.menu-wrapper{
		height: auto;
	}

	.logo{
		width: 300px;
	}
	
	.image{
		width: 645px;
	}

	.arrow{
		width: 28px;
		vertical-align: -4px;
	}
}






