@media screen and (max-width: 800px) {
	.tab, .footer .tagline, .footer nav, .footer .team, .footer .contacts, #homepage .secondary-content > div, #homepage .teaser .wrapper div, 
	#homepage .secondary-content p, #homepage .secondary-content h4, .teaser p, .teaser h4,
	.simpleContactForm, iframe,.quicklinks p, .quicklinks ul, header .logo, header nav {
		width: 100%;
	}	
	
	.mainnav li, #partners iframe, .field-about label, .quicklinks p, .quicklinks ul,
	.footer .tagline, .footer nav, .footer .team, .footer .contacts {
		float: none;
	}
	
	.field-about label {
		display: block;
	}
	
	footer .team {
		overflow: hidden;
	}

	header .logo {
		margin-bottom: 0;
	}
	
	iframe {
		margin: 0 0 1em 0;
	}

	.quicklinks p {
		text-align: center;
		padding: 0 0 5px 0;
		padding: 0 0 0.5rem 0;
	}

	.extlinks {
		padding-top: 15px;
		padding-top: 1.5rem;
	}
	
	.footer .tagline, .footer nav, .footer .team, .footer .contacts {
		margin-bottom: 2em;
	}
	
	footer h4, footer h5 {
		margin-bottom: 0.5em;
	}
	
	#homepage .secondary-content > div {
		min-height: 0;
		padding: 0 1em 4em 1em;
		margin-bottom: 2em;
	}
	
	#homepage .teaser .wrapper > div, .content {
		padding: 0 1em;
	}
	
	.mainnav li {
		padding: 0.5em 0
	}
	
	#homepage .secondary-content h3, #homepage .secondary-content h4 {
		text-align: center;
	}
	
	.simpleContactForm {
		position: relative;
		top: auto;
	}
}