/*		R E S E T
----------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
		margin: 0;
	    padding: 0;
	    border: 0;
	    outline: 0;
	    font-size: 100%;
	    vertical-align: baseline;
	    background: transparent;
	    -webkit-text-size-adjust: 100%;
	    font-variant-ligatures: none;
}

html {
		height: 100%;
		-ms-text-size-adjust: none;
		-webkit-text-size-adjust: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
	    display: block;
}

blockquote, q {
	    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	    content: "";
	    content: none;
}

a {
	    margin: 0;
	    padding: 0;
	    font-size: 100%;
	    vertical-align: baseline;
	    background: transparent;
}

table {
	    border-collapse: collapse;
	    border-spacing: 0;
}

input, select {
	    vertical-align: middle;
}

nav ul {
		list-style: none;
}


/*		B A S I C S
----------------------------------------------- */

/*
        This font software is the property of Commercial Type.

        You may not modify the font software, use it on another website, or install it on a computer.

        License information is available at http://commercialtype.com/eula
        For more information please visit Commercial Type at http://commercialtype.com or email us at info[at]commercialtype.com

        Copyright (C) 2018 Schwartzco Inc.
        License: 1802-BARBJT     
*/

@font-face {
  font-family: 'Graphik Web';
  src: url('fonts/Graphik-Medium-Web.eot');
  src: url('fonts/Graphik-Medium-Web.eot?#iefix') format('embedded-opentype'),
       url('fonts/Graphik-Medium-Web.woff2') format('woff2'),
       url('fonts/Graphik-Medium-Web.woff') format('woff');
  font-weight:  500;
  font-style:   normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Graphik Web';
  src: url('fonts/Graphik-Bold-Web.eot');
  src: url('fonts/Graphik-Bold-Web.eot?#iefix') format('embedded-opentype'),
       url('fonts/Graphik-Bold-Web.woff2') format('woff2'),
       url('fonts/Graphik-Bold-Web.woff') format('woff');
  font-weight:  700;
  font-style:   normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Pitch Web';
  src: url('fonts/PitchWeb-Regular.eot');
  src: url('fonts/PitchWeb-Regular.eot?#iefix') format('embedded-opentype'),
       url('fonts/PitchWeb-Regular.woff2') format('woff2'),
       url('fonts/PitchWeb-Regular.woff') format('woff');
  font-weight:  500;
  font-style:   normal;
  font-stretch: normal;
}

body {
		color: #111;
		background: #fff;
		font-family: "Graphik Web", Helvetica, Arial, sans-serif;
		font-weight: 500;
		font-size: 15px;
		line-height: 20px;
		letter-spacing: 0.02em;
		text-align: left;
}

a:link, a:visited {
		color: #111;
		text-decoration: none;
}

a:hover {
		color: #ff6400;
}

header h1 a:link, header h1 a:visited {
		color: #ff6400;
}

header h1 a:hover, header h1 a:active {
		color: #111;
}

footer a:link, footer a:visited {
		color: #aaa;
}

footer a:hover, footer a:active {
		color: #ff6400;
}

#intro a:link, #intro a:visited, #update-bank a:link, #update-bank a:visited {
		border-bottom: 1px solid #ff6400;
		padding-bottom: 2px;
		color: #ff6400;
}

.active a {
		border-bottom-style: solid;
		border-bottom-width: 1px;
		padding-bottom: 2px;
		color: #111;
		cursor: default;
}

*::-moz-selection {
		color: #111;
		background: #ff6400;
}

*::selection {
		color: #111;
		background: #ff6400;
}


/*		M A I N
----------------------------------------------- */

#wrapper {
		margin: 10px 15px 0 15px;
		position: relative;
}

header {
		font-weight: bold;
		width: auto;
		margin: 0 0 40px 0;
}

header h1 {
		margin-bottom: 10px;
		letter-spacing: 0.03em;
}

header h1 span {
		display: block;
}

header li {
		display: inline-block;
		margin-right: 20px;
		letter-spacing: 0.03em;
}

small {
		font-size: 80%;
		line-height: 1.25;
		color: #aaa;
		letter-spacing: 0.05em;
		display: block;
}

strong {
		letter-spacing: 0.03em;
}

footer {
		padding-top: 40px;
		padding-bottom: 20px;
		color: #aaa;
		clear: both;
}


/*		O V E R V I E W
----------------------------------------------- */

#intro, #contact {
		margin-bottom: 40px;
		position: relative;
}

#intro img, #contact img {
		width: 100%;
		height: auto;
}

#intro div, #contact div {
		font-family: "Pitch Web", Courier, monospace;
		font-size: 125%;
		line-height: 1.25;
		margin-top: 20px;
}

#intro em {
		display: none;
}

.project {
		display: block;
		width: 100%;
		margin-bottom: 40px;
}

.project:hover small {
		color: #ff6400;
}

.project strong {
		display: inline-block;
}

.project em {
		font-style: normal;
		font-family: "Pitch Web", Courier, monospace;
		font-size: 90%;
		margin: 2px 0 15px 0;
		display: block;
}

.project img {
		width: 100%;
		height: auto;
}


/*		C A S E   S T U D Y
----------------------------------------------- */

#text {
		margin-bottom: 40px;
}

#text:after {
		content: ".";
		clear: both;
		display: block;
		visibility: hidden;
		height: 0px;
}

#text img {
		width: 50%;
		height: auto;
		display: block;
		margin-bottom: 20px;
}

.grau {
		color: #aaa;
		font-weight: normal;
}

.container {
		margin-bottom: 40px;
}

.container:after {
		content: ".";
		clear: both;
		display: block;
		visibility: hidden;
		height: 0px;
}

.container figure {
		margin-bottom: 20px;
}

.container figure:after {
		content: ".";
		clear: both;
		display: block;
		visibility: hidden;
		height: 0px;
}

.container figcaption {
		font-family: "Pitch Web", Courier, monospace;
		font-size: 90%;
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		hyphens: auto;
}

.container img {
		width: 100%;
		height: auto;
}


/*		P A G E S
----------------------------------------------- */

#german {
		margin-bottom: 40px;
}

#update-bank {
		padding-bottom: 10px;
		font-family: "Pitch Web", Courier, monospace;
		font-size: 90%;
}

#update-bank img {
		width: 100%;
		height: auto;
}

#vita {
		color: #111;
}

#vita em {
		font-style: normal;
		color: #aaa;
}


/*		R E S P O N S I V E
----------------------------------------------- */

@media screen and (min-width: 340px) {

header:after {
		content: ".";
		clear: both;
		display: block;
		visibility: hidden;
		height: 0px;
}

header h1 {
		float: left;
}

header ul {
		float: right;
}

}


@media screen and (min-width: 490px) {

header h1 span {
		display: inline-block;
		margin-right: 20px;
}

header li {
		margin-right: 0;
		margin-left: 20px;
}

#intro:after, #contact:after {
		content: ".";
		clear: both;
		display: block;
		visibility: hidden;
		height: 0px;
}

#intro figure, #contact figure {
		width: 45%;
		width: calc(50% - 20px);
		float: right;
}

#intro div {
		position: absolute;
		left: 0;
		top: 0;
		margin-top: 0;
		width: 50%;
}

#contact div {
		margin-top: 0;
		width: 70%;
}

#projects {
		width: calc(100% + 30px);
		position: relative;
		left: -15px;
}

.project {
		width: 45%;
		width: calc(50% - 30px);
		margin-left: 15px;
		margin-right: 15px;
}

#text img {
		width: 33%;
		width: calc(33% - 20px);
		float: right;
		margin-left: 40px;
		margin-bottom: 40px;
}

}


@media screen and (min-width: 750px) {

#wrapper {
		margin: 15px 40px 0 40px;
}

#intro, #contact {
		margin-bottom: 100px;
}

#intro figure, #contact figure {
		width: 45%;
		width: calc(50% - 20px);
		float: right;
}

#intro div {
		position: absolute;
		left: 0;
		top: 0;
		margin-top: 40px;
		width: 50%;
}

#contact div {
		width: 75%;
}

#intro span {
		display: block;
}

#intro em {
		font-style: normal;
		display: inline;
}

#projects {
		width: calc(100% + 40px);
		position: relative;
		left: -20px;
		margin-top: 40px;
}

.project {
		width: 30%;
		width: calc(33.333333333% - 40px);
		margin-right: 20px;
		margin-left: 20px;
}

#text div {
		margin-bottom: 80px;
}

#text img {
		width: 25%;
		width: calc(25% - 20px);
		float: right;
		margin-left: 40px;
		margin-bottom: 40px;
}

#update-bank {
		width: 60%;
		width: calc(66.666666666% - 20px);
}

.update-start {
		width: 60% !important;
}

#german {
		float: left;
		width: 45%;
		width: calc(50% - 20px);
}

#english {
		float: right;
		width: 45%;
		width: calc(50% - 20px);
}

footer {
		max-width: 50%;
		max-width: calc(50% - 20px);
}

.img-big figcaption {
		float: left;
		width: 30%;
		width: calc(33.333333333% - 20px);
		margin: 20px 0 20px 80px;
}

.img-medium-left img {
		float: left;
		width: 60%;
		width: calc(66.666666666% - 20px);
}

.img-medium-left figcaption {
		float: right;
		width: 30%;
		width: calc(33.333333333% - 20px);
		margin: 70px 0 0 0;
}

.img-medium-right img {
		float: right;
		width: 60%;
		width: calc(66.666666666% - 20px);
}

.img-medium-right figcaption {
		float: left;
		width: 30%;
		width: calc(33.333333333% - 20px);
		margin: 70px 0 0 0;
}

.img-small-left img {
		float: left;
		width: 50%;
		width: calc(50% - 20px);
}

.img-small-left figcaption {
		float: left;
		width: 30%;
		width: calc(33.333333333% - 20px);
		margin: 70px 0 0 40px;
}

.img-small-right img {
		float: right;
		width: 50%;
		width: calc(50% - 20px);
}

.img-small-right figcaption {
		float: right;
		width: 30%;
		width: calc(33.333333333% - 20px);
		margin: 70px 40px 0 0;
}

.img-two figure {
		width: 45%;
		width: calc(50% - 20px);
}

.img-two a:first-child figure {
		float: left;
}

.img-two a:last-child figure {
		float: right;
}

.img-two figcaption {
		float: left;
		width: 50%;
		width: calc(50% + 40px);
		margin: 20px 0 20px 80px;
}

.img-three figure {
		float: left;
		width: 30%;
		width: calc(33.333333333% - 27px);
		margin: 0 40px 0 0;
}

.img-three a:last-child figure {
		margin-right: 0;
		float: right;
}

.img-three figcaption {
		float: left;
		width: 100%;
		margin: 20px 0 20px 80px;
}

.img-medium img {
		float: right;
		width: 50%;
		width: calc(50% - 20px);
		margin-right: 20%;
		margin-right: calc(20% - 22px);
}

.img-medium figcaption {
		float: left;
		width: 30%;
		width: calc(33.333333333% - 27px);
		margin: 70px 0 0 0;
}

.img-medium-tiny a:first-child figure {
		width: 60%;
		width: calc(66.666666666% - 20px);
		float: left;
}

.img-medium-tiny a:last-child figure {
		width: 30%;
		width: calc(33.333333333% - 27px);
		float: right;
}

.img-medium-tiny a:last-child figcaption {
		margin-top: 20px;
}

.img-medium-tiny a:first-child figcaption {
		float: left;
		width: 50%;
		width: calc(50% - 20px);
		margin: 20px 0 20px 80px;
}

.img-tiny-small a:first-child figure {
		width: 30%;
		width: calc(33.333333333% - 27px);
		float: left;
}

.img-tiny-small a:first-child figcaption {
		width: 100%;
		margin: 120px 0 20px 80px;
}

.img-tiny-small a:last-child figure {
		float: right;
		width: 50%;
		width: calc(50% - 20px);
}

#enbelow {
		position: absolute;
		right: 0;
}

}


@media screen and (min-width: 988px) {

body {
		font-size: 20px;
		line-height: 25px;
		letter-spacing: 0.02em;
		text-align: left;
}

#wrapper {
		margin-top: 25px;
}

header {
		margin-bottom: 80px;
}

#intro figure, #contact figure {
		width: 45%;
		width: calc(50% - 40px);
		float: right;
}

#intro div, #contact div {
		font-size: 170%;
}

#intro div {
		width: 50%;
}

#projects {
		width: calc(100% + 80px);
		left: -40px;
		margin-top: 40px;
}

.project {
		width: 30%;
		width: calc(33.333333333% - 80px);
		margin-right: 40px;
		margin-left: 40px;
		margin-bottom: 80px;
}

.project:nth-child(odd) {
		margin-right: 40px;
}

.project:nth-child(even) {
		margin-left: 40px;
}

#text {
		margin-bottom: 80px;
}

#text img {
		width: 20%;
		width: calc(20% - 20px);
		float: right;
		margin-left: 40px;
		margin-bottom: 40px;
}

.container {
		margin-bottom: 80px;
}

#text div {
		width: 66%;
}

#german {
		float: left;
		width: 45%;
		width: calc(50% - 40px);
}

#english {
		float: right;
		width: 45%;
		width: calc(50% - 40px);
}

footer {
		margin-top: 0;
		padding-top: 100px;
		padding-bottom: 20px;
		max-width: 48%;
		max-width: calc(48% - 20px);
}

.img-big figcaption {
		width: calc(33.333333333% - 40px);
		margin: 40px 0 40px 80px;
}

.img-medium-left img {
		width: calc(66.666666666% - 40px);
}

.img-medium-left figcaption {
		width: calc(33.333333333% - 40px);
		margin-top: 150px;
}

.img-medium-right img {
		width: calc(66.666666666% - 40px);
}

.img-medium-right figcaption {
		width: calc(33.333333333% - 40px);
		margin: 150px 0 0 0;
}

.img-small-left img {
		width: calc(50% - 40px);
}

.img-small-left figcaption {
		width: calc(33.333333333% - 40px);
		margin: 70px 0 0 80px;
}

.img-small-right img {
		width: calc(50% - 40px);
}

.img-small-right figcaption {
		width: calc(33.333333333% - 40px);
		margin: 70px 80px 0 0;
}

.img-two figure {
		width: calc(50% - 40px);
}

.img-two a:first-child figure {
		float: left;
}

.img-two a:last-child figure {
		float: right;
}

.img-two figcaption {
		width: calc(50% + 40px);
		margin: 40px 0 40px 80px;
}

.img-three figure {
		width: calc(33.333333333% - 54px);
		margin: 0 80px 0 0;
}

.img-three figcaption {
		margin: 40px 0 40px 80px;
}

.img-medium img {
		width: calc(50% - 40px);
		margin-right: calc(20% - 24px);
}

.img-medium figcaption {
		float: left;
		width: 30%;
		width: calc(33.333333333% - 27px);
		margin: 150px 0 0 0;
}

.img-medium-tiny a:first-child figure {
		width: calc(66.666666666% - 28px);
}

.img-medium-tiny a:last-child figure {
		width: calc(33.333333333% - 52px);
}

.img-medium-tiny a:last-child figcaption {
		margin-top: 40px;
}

.img-medium-tiny a:first-child figcaption {
		width: calc(50% - 40px);
		margin: 40px 0 40px 80px;
}

.img-tiny-small a:first-child figure {
		width: calc(33.333333333% - 47px);
}

.img-tiny-small a:first-child figcaption {
		width: 100%;
		margin: 120px 0 20px 80px;
}

.img-tiny-small a:last-child figure {
		width: calc(50% - 40px);
}

#credits {
		width: 48%;
}

}


@media screen and (min-width: 1230px) {

#wrapper {
		width: 1150px;
		margin-left: auto;
		margin-right: auto;
}

}