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


* {
		padding: 0;
		margin: 0;
		font-family: "aktiv-grotesk-std", sans-serif;
		font-weight: 300;
		font-style: normal;
	}

	body {
		font-size: 62.5%;
	}
	
	p {
		font-size: 1.7em;
		line-height: 20px;
		margin-bottom: 10px;
	}
	
	p.langinfo {
		margin-bottom: 30px;
		font-style: italic;
		color: #AEAEAE;
	}
	
	strong {
		font-weight: 500;
	}
	
	.missionstatement strong {
		font-weight: 400;
	}
	
	.missionstatement p {
		line-height: 30px;
	}
	
	a, a:visited {
		font-weight: 300;
		text-decoration: none;
	}
	
	a:hover, a:active {
		text-decoration: underline;
	}
	
	div#header {
		top: 0;
		left: 0;
		position: fixed;
		width: 100%;
		text-align: center;
		z-index: 999;
		font-size: 1.4em;
		padding-bottom: 40px;
		background:	url(../img/shadow.png) no-repeat bottom center;
	}
	
	div#header div.wrapper {
		background: #FFF;
	}
	
	
	div#logo img {
		height: 100px;
		margin-top: -10px;
		margin-bottom: 10px;
	}
	
	div#phonenumber {
		position: relative;
		float: left;
		padding: 10px;
	}
	
	div#phonenumber img {
		margin-bottom: -2px;	
	}
	
	div#languagechooser {
		position: relative;
		float: right;
		padding: 10px;
	}
	
	#header a, #header a:visited {
		font-weight: 700;
		color: #bfbfbf;
	}

	
	div#logo {
		display: block;
		clear: both;
	}
	
	
	.fond h2 {
		font-size: 1.7em;
		font-weight: 500;
		font-style: italic;
	}
	
	

	.wrapper {
		margin-left: auto;
		margin-right: auto;
		max-width: 960px;
	}

	div.col1, div.col3 {
		display: block;
		float: left;
		color: #ededed;
		text-align: center;
		margin-bottom: 30px;
	}
	
	div.col1 {
		width: 29.3%;
		padding-left: 2%;
		padding-right: 2%;
	}
	
	div.col3 {
		width: 70%;
		padding-left: 15%;
		padding-right: 15%;
	}
	
@media only screen and (max-width: 700px) {
	div.col1, div.col3 {
		width: 80%;
		padding-left: 10%;
		padding-right: 10%;
	}
}
	
	div.fullscale {
		width: 100%;	
	}
	
	img {
		padding: 0;
		margin: 0;
		border: 0;
	}
	
	div.missionstatement {
		position: relative;
	}
	
	div.missionimage, div.footerimage {
		line-height: 0;
	}
	
	.missionstatement div.textblock {
		position: absolute;
		top: 20%;
		left: 10%;
		width: 44%;
	}
	
	.missionstatement div.textblock h1 {
		display: inline;
		font-weight: 500;
		font-size: 2.5em;
		line-height: 30px;
	}
	
	.missionstatement div.textblock p {
		font-size: 2.5em;
		display: inline;
	}
	
@media only screen and (max-width: 700px) {
	.missionstatement div.textblock {
		position:relative;
		width: 80%;
		padding: 30px 10%;
		background: #faf9f7;
		top: 0;
		left: 0;
	}
	
	.missionstatement div.textblock h1, .missionstatement div.textblock p {
		font-size: 2.2em;
	}
	
	div.missionstatement div.missionimage {
		overflow: hidden;	
	}
	div.missionstatement div.missionimage img {
		width: 150%;
		margin-left: -40%;
	}
}
	
	div.fond {
		position: relative;
		display: inline-block;
		background: #2B2B2B;
		padding: 10px;
		padding-bottom: 50px;
		padding-top: 30px;
	}
	
	div.cta-container {
		position: relative;
		margin-top: -5px;
	}
	
	.cta {
		position: absolute;
		top: -50px;
		width: 320px;
		background: #9dbf17;
		height: auto;
		left: 50%;
		margin-left: -160px;
		border-radius: 5px;
		box-shadow: 0px 2px 30px #000;
	}
	
	.cta h2 {
		font-size: 2.5em;
		font-weight: 300;
		color: #FFF;	
		display: inline-block;
		height: 35px;
		width: 300px;
		padding: 14px 10px 0 10px;
		border-bottom: 1px solid #626262;
		cursor: pointer;
	}
	
	.cta h3 {
		font-size: 1.8em;
		font-weight: 500;
		margin-left: 10px;
	}
	
	.cta p {
		margin: 1em 10px;
	}
	
	form label {
		display: none;
	}
	
	form input.textfield {
		height: 38px;
		width: 278px;
		font-size: 1em;
		border: 1px solid #1f2605;
		padding: 0 10px;
		background: #ebf2d1;
		margin-bottom: 10px;
	}
	
	form input.submit {
		height: 40px;
		padding: 0 10px;
		font-size: 1em;
		border-radius: 5px;
		background: #ebf2d1;
		border: none;
		float: right;
		margin-bottom: 10px;
	}
	
	form input:hover {
		background: #FFF;
	}
	
	form input.submit:hover {
		cursor: pointer;
	}
	
	.cta span.label {
		display: inline-block;
		width: 60px;
	}
	
	.cta a, .cta a:visited {
		color: #FFF;
	}
	
	
	div.footertext {
		color: #333;
		padding: 10px;
	}
	
	.cta-container div.footertext {
		position: absolute;
		left: 0;
		bottom: 0;
		padding-bottom: 5px;
	}
	
	.cta-container div.footertext p {
		margin-bottom: 0;
	}
	
	div#footer {
		padding-top: 5px;
	}
	
	.footertext span {
		display: inline-block;
		width: 60px;
	}
	
	
@media only screen and (max-width: 700px) {
	.cta-container div.footertext {
		position: relative;
	}
}
	
	div#footer a {
		color: #333;
	}
