
/* #Fonts
================================================== */
@font-face {
  font-family: 'Meta Bold';
  src: url('auxx/MetaWeb-Bold.eot');  /* IE6–8 */
  src: local('☺'), 
        url('auxx/MetaWeb-Bold.woff') format('woff'),  /* FF3.6, IE9 */
        url('auxx/MetaComp-Bold.ttf') format('truetype');  /* Saf3+, Chrome, FF3.5, Opera 10+, iOS */
}

/* first for IE 4–8 */
@font-face {
  font-family: DINWeb;
  src: url("/auxx/DINWeb.eot");
}

/* then for WOFF-capable browsers */
@font-face {
  font-family: DINWeb;
  src: url("/auxx/DINWeb.woff") format("woff");
}

/* first for IE 4–8 */
@font-face {
  font-family: DINWeb-Bold;
  src: url("/auxx/DINWeb-Bold.eot");
}

/* then for WOFF-capable browsers */
@font-face {
  font-family: DINWeb-Bold;
  src: url("/auxx/DINWeb-Bold.woff") format("woff");
}


/* #Reset & Basics
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }


/*================================================ */
/* #Page Styles
================================================== */

body {
	background: #fff;
	font: 18px/26px "DINWeb", sans-serif;
	color: #444; 
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: none;
	font-size: 115%;


	background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("..//auxx/bg-body.jpg");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #4d4d4d;
    font-size: 15px;
    line-height: 1.4em;
}

.container {
	padding: 20px;
	margin-bottom: 20px;
	background: #fff;

	border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    box-shadow: 0 0 4px 0 #888;
}


img{ 
	max-width: 100%;
	height: auto;
	margin: 0; padding: 0;
}

.clear{ clear:both; font-size:0em; height:0em; line-height:0em; }

/*================================================ */
/* #Page Header Styles
================================================== */
#pageheader {
	height: 45px;
	position: fixed;
	width:100%;
	z-index:1;
}


#logo {
	float:left;
	margin-top:-10px;
	right:0px;

}


#languageselector  {
	font-size:80%;
	float:right;
	font-weight:bold;
	margin-right: 10px;

}

#languageselector ul li {
	margin-right: 10px;
	line-height: 0px;
	margin-top:20px;
	float:left;
}

#languageselector ul li a {
	color: #4d4d4d;
	font-family: "Titillium Web",sans-serif;
	text-decoration-color: -moz-use-text-color;
	text-decoration-line: none;
	text-decoration-style: solid;
}

#logoef {
	margin-top:-60px;
}


/*================================================ */
/* #Page Content Styles
================================================== */
#pagebody {
	padding-top:20px;
	margin-top:110px;
}

#pagebody .container {
	height:2000px;
}


#claim {
	font-size: 44px; line-height: 50px; margin-bottom: 14px; color: #b5d729;text-transform: uppercase;
	float:left;
	margin-right:20px;
}

.content_list
{
	list-style-position: inside;
	list-style-type: disc;
	color: #00529b;
	margin-bottom:10px;
}
.content_list li
{
	text-indent: -1em;
	margin-left: 1em;
}

.content_list span
{
	color: #444;
}


.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#content_de{
	display:none;
}

#content_fr{
	display:none;
}

#content_en{
	display:none;
}

/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 { 
		color: #181818; 
		font-family: "Titillium Web", sans-serif;
		font-weight: normal; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 46px; line-height: 50px; margin-bottom: 14px; color: #b5d729;text-transform: uppercase;}
	h2 { font-size: 35px; line-height: 40px; margin-bottom: 10px; color: #b5d729;text-transform: uppercase;}
	h3 { font-size: 28px; line-height: 40px; margin-bottom: 8px; color: #b5d729;}
	h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; color: #7c7c7c;text-transform: uppercase;}
	h5 { font-size: 18px; line-height: 24px; margin-bottom: 4px;color: #7c7c7c;}
	h6 { font-size: 14px; line-height: 21px; color: #b5d729;text-transform: uppercase;}
	.subheader { color: #777; }

	p { margin: 0 0 20px 0; font-size: 18px; line-height: 27px;}
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }
	
	em { font-style: italic; }
	strong { font-weight: bold; color: #333; }
	small { font-size: 80%; }

	#pagebody a {color: #00529b;text-decoration:underline;font-weight:normal;}
    	

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Media Queries
================================================== */
	
	/* iPad Portrait/Browser */
	@media only screen and (min-width: 768px) and (max-width: 991px) {
		#nav ul li {
			margin-left: 15px;
		}
	
	}
	
	/* Mobile/Browser */
	@media only screen and (max-width: 767px) {
		
		h1 {
			font-size: 2.5em;
		}
		
		#wrapper {
			background: white;
			margin: 0;
		}
		
		#wrapper h3 {
			background: black;
			text-align: center;
			width: 50px;
			height: 50px;
			line-height: 50px;
			-webkit-border-radius: 25px;
		}
		
		#wrapper a {
			color: #000;
			text-decoration: none;
		}
		
		#wrapper a:hover {
			color: #000;
			text-decoration: underline;
			margin: 0px; padding: 0px;
		}
		
		#nav ul li {
			margin-right: 15px;
			margin-left: 0;
		}
	}
	
	/* Mobile Landscape/Browser */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}
	
	/* Anything smaller than standard 960 */
	@media only screen and (max-width: 959px) {}
	
	/* iPad Portrait Only */
	@media only screen and (min-width: 768px) and (max-width: 991px) and (max-device-width: 1000px) {}
	
	/* Mobile Only */
	@media only screen and (max-width: 767px) and (max-device-width: 1000px) {}
	
	/* Mobile Landscape Only */
	@media only screen and (min-width: 480px) and (max-width: 767px) and (max-device-width: 1000px) {}
	
