@charset "UTF-8";
/* CSS Document */

@media  screen and (device-width: 780px), 
		screen and (max-width:	  780px) {
	
	/*
	 * Structure
	 */
	#sitewrapper {
		padding:			0px 15px;
	}
	#sitewrapper > div {
		padding:			0px 0px 30px 0px;
	}
	#sitewrapper > div:first-child {
		width:				100%;
		float:				none;
		overflow:			hidden;
	}
	#sitewrapper > div:first-child + div > header {
		margin:				45px 0px 90px;
		width:				100%;
	}
	#contentwrapper {
		width:				100%;
		max-width:			none;
		float:				none;
		padding-left:		0px;
	}
	
	
	/*
	 * Contact sidebar
	 */
	#logo {
		float:				left;
		width:				33%;
		display:			block;
		margin-bottom:		0px;
		padding-right:		20px;
	}
	#contact {
		float:				left;
		width:				66%;
		margin-top:			6px;
		min-width:			180px;
		font-size:			10px;
		line-height:		16px;
	}
	#contact b {
		margin-top:			4px;
	}
	#contact ul {
		list-style-position:inside;
	}
	
	#social {
		margin-top:			4px;
	}
	#social p {
		font-size:			9px;
		margin-bottom:		0px;
	}
	#social a {
		margin-right:		8px;
	}
	
	
	.FCE_introtekst {
		font-family:		"Roboto-Medium";
		font-size:			26px;
		color:				#6498b6;
		line-height:		34px;
		text-transform:		uppercase;
		margin-bottom:		110px;
	}
	
	
	.FCE_default {
		display:			block;
		padding:			95px 25px 15px 25px;
		margin-bottom:		120px;
		background:			#fff url(../img/article_background.png) no-repeat left top;
	}
}