<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media only screen and (max-width: 1050px) {

	body{
		font-size:				1.0em;
	}
	
	#head_1, #head_2_1, .subNav_1, #content_view, #foot_1_1, #foot_2_1{
		width:					95%;
	}
	
	#foot_1_1 {
		text-align:				center;
		max-width:				600px;
	}
	
	#foot_1_2 {
		text-align:				left;
		max-width:				600px;
	}
	
	.foot_yellow_block{
		float:					none;
		padding:				0px 60px 0px 15px;		
	}

	#mobileMenueGrey{
		display:				block;
		position:				absolute;
		top:					0px;
		right:					-100%;
		height:					100%;
		width:					56%;
		background:				#F9B200;
	}
	
	

	
	.foot_grey_block{
		width:					40%;
	}
	
	.foot_grey_block_center{
		float:					right;
		width:					40%;
	}
	
	.foot_grey_block_right{
		width:					100%;
		text-align:				center;
		padding:				0px 0px 30px 0px;
	}
	
	.foot_grey_block_right_frame{
		text-align:				left;
		margin:					auto;
		float:					none;
		width:					200px;
	}
	
	
	
	.kontakt_box{
		width:					100%;
		margin:					20px 0px 50px 0px;
	}
	.form_box{
		width:					100%;
		margin:					20px 0px 0px 0px;
	}
	.form_box_empty{
		display:				none;
	}

}</pre></body></html>