@charset "utf-8";
/* Simplify width and height calculations */

/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v27-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v27-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v27-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v27-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v27-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v27-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v27-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v27-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v27-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v27-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v27-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v27-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-v27-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v27-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v27-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v27-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v27-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v27-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}

html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
body {
    margin: 0;
    color: #333333;
    font-family: "Roboto", Verdana, sans-serif;
    font-style: normal;
	font-stretch: extra-expanded;
    font-weight: 200;
    font-size: 1.2rem;
    background-color: #f5f5f5;
    line-height: 1.9rem;
}
#wrapper {
    width: 100%;
    margin: 0 auto;
    max-width: 1000px;
    background-color: #FFFFFF;
    font-style: normal;
}
h1, h2 {
	font-family: "Roboto";
	color: #242424;
}
h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 3em;
    text-align: center;
    text-transform: uppercase;
    font-weight: 200;
    color: #000000;
}
h2 {
    margin-top: 60px;
    font-size: 2.2em;
    font-weight: 400;
	line-height: 3rem;
}
h3 {
    margin-top: 4rem;
	margin-bottom: 2rem;
    font-size: x-large;
    font-family: "Roboto", Verdana, sans-serif;
    font-weight: 100;
    text-align: center;
    color: #aaaaaa;
    font-style: normal;
}
a {
    font-family: "Roboto";
    font-weight: 300;
	text-decoration: none;
}
a:link {
	color: #5A5A5A;
}

a:hover, a:focus, a:visited {
    color: #5A5A5A;
    text-decoration: underline;
}
#menulink {		
	background-color: #585858;
	margin: 0;
	text-align: center;
}
#menulink a {
	color: white;
	font-size: 0.6em;
	text-transform: uppercase;
	font-weight: 300;
	text-decoration: none;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	font-style: normal;
}
#navlinks {
	width: 100%;
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: center;
	background-color: #292929;
	background-color: rgba(0,0,0,0.65);
	position: absolute;
	-webkit-transition: all ease-out 0.5s;
	transition: all ease-out 0.5s;
}

#navlinks.start {
	display: none;
}
#navlinks.collapsed {
	top: -12em;
	opacity: 0;
}
#navlinks a {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	color: white;
	font-weight: 300;
	text-decoration: none;
	text-transform: uppercase;
}
#navlinks a:hover {
    color: #999999;
}
#navlinks a:active, #navlinks a:focus, #navlinks a.thispage{
    color: #474747;
    font-weight: lighter;
}
main, aside {
	margin-left: 4%;
	margin-right: 4%;
}
#hero img {
    max-width: 100%;
    display: block;
    width: auto;
}
#hero p {
	color: #333333;
    font-weight: 400;
    font-size: 1.3em;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-left: 10px;
    padding-right: 4%;
    padding-bottom: 20px;
    margin-top: 10px;
	line-height: 1.3em;
    font-style: normal;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
}
figure {
    width: 400px;
    max-width: 92%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}
figure img {
	max-width: 100%;
}
figcaption {
	display: block;
	margin-top: 0.5em;
	font-size: 0.75em;
	text-transform: uppercase;
}
.grayscale {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.grayscale:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}
footer {
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	background-color: #1E1E1E;
	color: white;
	font-size: 0.8em;
	text-align: right;
}
#footerlinks a {
	margin-right: 15px;
	margin-left: 15px;
	float: right;
	vertical-align: middle;
	color: #FFFFFF;
}

@media (min-width: 700px) {
#menulink {
	display: none;
}
#navlinks {
	max-width: 1000px;
	/*position: static;*/
	position: static;
	background-color: transparent;	
}
#navlinks.collapsed {
	opacity: 1;
}
#navlinks a {
	width: 25%;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 20px;
	float: left;
	color: #1E1E1E;
}
header {
    overflow: hidden;
}
#hero p {
    width: 36%;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 20px;
    position: absolute;
    color: white;
    border-width: 5px;
    border-style: solid;
    top: 90px;
    right: 33px;
    font-weight: lighter;
}

#teaser p {
	margin-top: 10px;
	line-height: 0.2em;
	font-size: 2em;
}
#hero {
    position: relative;
    font-family: "Roboto", Verdana, sans-serif;
}
main {
	width: 60%;
}
aside {
	width: 28%;
	margin-left: 0px;
}
main, aside {
    margin-top: 30px;
    margin-bottom: 30px;
    float: left;
    font-size: 1em;
    font-style: normal;
}
footer {
    clear: left;
    font-size: 0.8em;
}
	}
	
@media (min-width: 900px) {
.floatright {
	float: right;
	margin-right: 0px;
	margin-left: 10px;
}
.floatleft {
	float: left;
	margin-right: 10px;
}
}
.aside {
line-height: normal;
}
.article {
width: 50%;
float: left;
}

.pr-small {
	padding-right: 2.55rem;
	padding-left: 2.5rem;
}
.pl-small {
	padding-left: 2.5rem;
}
.row {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	width: 100%;
}

#article {
    font-family: "Roboto", sans-serif;
}

.teaser-txt {
    font-weight: 300;
    font-size: 16px;
	font-stretch: ultra-expanded;
	line-height: 30px;
    color: #333333;
	
}
.note {
	font-style:italic;
    font-weight: 400;
    font-size: 14px;
	line-height: 1.5rem;
    color: #333333;
	
}
.teaser-title {
	font-size: 22px;
	line-height: 28px;
	color: #333333;
	font-weight: 300;}

.references {
    font-weight: 400;
    font-size: 14px;
	line-height: 30px;
    color: #787878;
}

@media (max-width: 699px) {
	#hero p {
		display: none;
	}
}