@media only screen and (min-width: 2085px) {
	
	#navileiste
	{
		
		width:375px;
	}
	
	#main-block
	{
		left: 385px;
		width:1600px;
	}
	
	#dekore
	{
		left:calc(1600px + 385px);
		right:0px;
		width: auto;
	}
	#dekore_hell
	{
		left:0px;
	}
}


@media only screen and (max-width: 800px) {
	
	
	
	body
	{
			font-size: 0.8em;
		
	}
	
	
	h1
	{
		line-height:100%;
	}
	h3
	{
		line-height:110%;
	}
	#logo	{	
		background-image:url("../img/logo-k.png");
			width:35px;
				height:35px;
			background-size: auto;

			top:15px;
		
			}
		
	#navileiste
	{
	
		position: fixed;
		width:80px;
	z-index:32;
	margin:0px;
	padding:0px;


	}
	
		#navigation
		{
		background-color:transparent;

				position: fixed;
				width:80px;
			z-index:32;
			margin:0px;
			padding:0px;
			
			height:30px;
			top: 55px;
		}
		
			#navigation:hover
			{
			

			}
	
	#burger
	{
		display: block;
		position:relative;
		left:14px;
		top:5px;
		background:url(burger.png) no-repeat;
		background-width:35px 26px;
		width:40px;
		height:40px;
		z-index:40;
		
	}
	#navwrapper li
	{
		display: inline-block;
	}
	
			#navigation #mainnav
		{
				background-color: transparent;
					display: block;
					overflow:hidden;
					position: relative;
										background-color: #757575;
					width:80vw;
					
					padding:0px;
					padding-top:5px;
					left:-85vw;
					top:0px;
					margin-top:0px;
					margin-left:0px;
					z-index:33;
					-webkit-border-bottom-right-radius: 10px;
					border-bottom-right-radius: 10px;
					-webkit-transition: all 300ms ease-out;
					-moz-transition: all 300ms ease-out;
					-ms-transition: all 300ms ease-out;
					-o-transition: all 300ms ease-out;
					transition: all 300ms ease-out;
					
}
#mainnav #navwrapper
{
	display: block;
	width: 80%;
	padding:10px;
	padding-left:20px;
	margin-top:10px;
	font-size:1.1rem;
	background-color: #757575;
	padding-left:10%;
}

	#navigation:hover #mainnav
	{

		-webkit-box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.5);
		box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.5);
		width:80vw;
		left: 0px;
			}
	
	#mainnav #navwrapper a
	{

			margin: 6px;

	}

	#main-block{
	left: calc(80px + 10px);
	width: calc(100% - 60px - 90px );
	
	}
	
	#mailbutton
	{


				background-color:transparent;
			position:fixed;
			width:auto;
			height:70px;
			left:20px;


	
	}
	
	#dekore{
		width: 60px;
	}
	
	#dekore_hell
	{
		width:20px;
		right:40px;
	}
	
	ul
	{
	
		margin-left: 16px;
		padding:0px;
	}
	
	
	

	}
	
	@media only screen and (max-width: 550px) {
		
		h1{
		font-size: 1.2rem;
}
h3, h2{font-size: 1.0rem;}
#dekore{
	width: 30px;
}

#dekore_hell
{
	width:10px;
	right:20px;
}
#main-block
{
	left: calc(80px + 10px);
	width: calc(100% - 30px - 90px );
}
h1.lbhl1
{
	font-size: 7vw;
	
}
	}
	