@media only screen and (min-width: 1600px){
	
	.navigation ul li, li.menuconnect{
		font-size: 60px;
	}
	
	.navigation{
		bottom: 17px;
	}
}

@media only screen and (max-width: 1200px){
	
	li.menuconnect{
		position: fixed;
		top: 17px;
	}
	
}

/** iPAD STYLES **/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  {
	
	.overlay{
		padding: 45px;
	}
	
	.overlay h2{
		width: 370px;
		font-size: 65px;
	}
	
	.overlay p{
		font-size: 50px;
		line-height: 55px;
	}
	
}

@media only screen and (max-width: 670px){
	
	.navigation ul{
		display: block;
		text-align: center;
	}
	
	.navigation{
		height: 140px;
		bottom: 60px;
	}
	
	li.menuconnect{
		position: absolute;
		top: inherit;
		text-align: center;
		bottom: -50px;
		width: 100%;
		margin: 0;
		right: 0px;
	}
	
	.pano .logo img{
		width: 200px;
		pointer-events: none;
		margin-top: -50px;
	}
	
}

/** iPHONE STYLES **/
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	
	html, body{
		height: 100vh;
		overflow: hidden;
		position: fixed;
	}
	
	.navigation ul li, li.menuconnect{
		font-size: 35px;
	}
	
	.navigation{
		height: 117px;
		/*top: 30px;*/
		top: 40px;
	}
	.navigation ul{
		display: block;
		text-align: center;
	}
	
	li.menuconnect{
		position: absolute;
		bottom: inherit;
		display: block;
		text-align: center;
		/*top: 124px;*/
		top: auto;
		bottom: -450px;
		left: 0px;
	}
	
	.pano .logo img{
		width: 160px;
		pointer-events: none;
		margin-top: 60px;
	}
	
	.overlay{
		padding: 15px;
		position: fixed;
	}
	
	.overlay p{
		font-size: 35px;
		line-height: 40px;
	}
	
	.overlay h2{
		font-size: 45px;
		line-height: 45px;
		width: 240px;
	}
	
	.overlay h2:first-child{
		margin-top: 0;
		margin-bottom: 25px;
	}
	
	.overlay h2 b{
		font-weight: 500;
	}
	
	.imprint{
		left: -158px;
	}
	
	.overlay .closebtn{
		font-size: 70px;
		top: -7px;
		right: 24px;
	}
	
	#mc_embed_signup .mc-field-group input{
		width: 90%;
		height: 35px;
		font-size: 35px;
		font-weight: 300;
	}
	
	#mc_embed_signup .button{
		height: 45px;
		font-size: 35px;
	}
	
}