body{
	font-size: 0.8em;
	 color: gray;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box; 	/* Safari/Chrome, WebKit-Browser */
    -moz-box-sizing: border-box; 		/* Firefox, Gecko-Browser */
    box-sizing: border-box; 			/* Opera/IE 8+ */
}


a:link, a:visited, a:hover, a:focus, a:active{
	font-size: 1em;
    color: gray;
    text-decoration: none;
}

.silver, .silver a:link, .silver a:visited, .silver a:focus, .silver a:active{
	color: silver;
}
.silver a:hover{
	color: gray;
}










/* NAVIGATION */
nav{
	padding-top: 0.1em;
}

nav ul {
    margin: 0;
    padding: 0;
}

nav ul > li {
    margin-left: 0;
    list-style: none;
    height: 2em;
}

nav ul > li > a {
	   text-transform: uppercase;
	   line-height: 1em;
	}
	
nav ul li a:hover, nav ul li.active a:link {
    font-weight: bold;
}


/* NAVIGATION  */
nav {
       overflow: hidden;
       margin: -0.75em 1.5em 0.75em 1.5em;
   }

   nav ul {
   }

   nav ul li {
       float: left;
       border: none;
       width: 33%;
   }

   nav ul > li > a {
  		width: 100%;
       display: inline-block;
       text-align: center;
   }

  	nav ul > li:first-child > a{
 	 	text-align: left;
  	}
  	nav ul > li:last-child > a{
 	 	text-align: right;
  	}



/* CONTENT */


.page-wrapper{
	position: relative;
	margin: 0px auto;
}


header{
	padding-left: 1.5em;
	padding-right: 1.5em;
	margin-bottom: 1.5em;
	margin-top: 1.5em;
}

header img{
	width: 100%;
}

.teaserContent{
}

.pageContent{
	position:relative;
	overflow: auto;
	padding-bottom: 5em;
	line-height: 1.8em;
	
	padding-left: 1.5em;
	padding-right: 1.5em;
}

.pageContent .image{
	max-width: 900px;
}

.image, .video_16_9{
	float:left;
	width: 100%;
	line-height: 0;
}
.image img{
	width: 100%;
}

.image .caption{
	text-align: right;
	font-style: italic;
	color: gray;
	line-height: 2em;
	
}

.pageContent .video_16_9{
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px;
	height: 0;
}

.pageContent .video_16_9 .videoInner{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: 900px;
	max-height: 506px;
	
}

.pageContent .video_16_9 iframe {
	width: 100%;
	height: 100%;
}

.pageContent .video_16_9 .backtoselection{
	position: absolute;
	bottom: -1.8em;
	left: 0px;
	width: 100%;
	max-width: 900px;
	text-align: right;
	line-height: 2em;
}


.text{
	clear: both;
	max-width: 540px;
}


.text h3{
	line-height: 1.8em;
	margin-top:1.8em;
	margin-bottom: 0;
}

.text p{
	margin-top: 0;
	line-height: 1.5em;
	margin-bottom: 0.5em;
}

.text a:link, .text a:visited, .text a:focus, .text a:active{
	color:silver;
}
.text a:hover{
	color:gray;
}


/* TEASER */

.teaser{
	float: left;
	width: 100%;
	padding-left: 1.5em;
	padding-right: 1.5em;
	margin-bottom: 1.5em;
}

.teaser img{
	width: 100%;
}

.teaser footer{
}

.teaser h3{
	font-weight: normal;
	text-align: right;
	color: gray;
	font-size: 0.9em;
	margin: 0px;
	 line-height: 2.0em;
}

.teaser .thumb{
	position: relative;
	line-height: 0px;
	cursor: pointer;
}


.teaser .thumb .overlay{
	display: none;
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
 	background:rgba(0,0,0,0.5);
}


.teaser .thumb:hover .overlay{
}


.teaser .thumb .overlay table, .teaser .thumb .overlay table tr{
	height: 100%;
	width: 100%;
}
.teaser .thumb .overlay table td{
font-size: 0.9em;
	padding-left: 1.5em;
    text-align: left;
    vertical-align: middle;
}

.teaser .thumb .overlay .overlayInner{
	color: white;
 	line-height: 1.6em;
 	display: inline-block;
    text-align: left;
}

.teaser .thumb .overlay .overlayInner a{
	color: white;
}




@media only screen and (min-width: 28em) {
	nav{
		float: left;
		width:  6em;
		margin: 0;
		font-size: 1em;
	}
	
	 nav ul > li {
        width: 100%;
        float: none;
    }
	
	  nav ul > li > a {
	   display: block;
	   padding: 0px;
   	 }
   	 
   	 
   	/* NAVIGATION */
	nav ul > li > a {
	    display: block;
	}
	nav ul > li > a, nav ul > li:first-child > a, nav ul > li:last-child > a {
	    text-align: right;
	}
	
	
	
	/* CONTENT */
	
	header{
		margin-left: 6em;
		margin-top: 3em;
		padding-right: 0;
		padding-left: 1.5em;
	}
	header img{
		width: 342px;
	}
	
	.mainContent{
	}
	
	.teaserContent{
		margin-left: 6em;
	}
	
	.teaser{
		width: auto;
	}
	
	.teaser .thumb .overlay table td{
		padding-left: 3em;
	}	
	
	.teaser img{
		width: 352px;
		width: 352px;
	}
	
	
	
}


@media only screen and (min-width: 54em) {
	
		
	header{
		margin-top: 6em;
	}
		
	
	header img{
		width: auto;
	}
	
	
}




@media only screen and (min-width: 78em) {
    .page-wrapper {
        margin: 0 auto;
        max-width: 100em;
    }
}

