@charset "utf-8";
/* CSS Document */
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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}


body {
	font-family:Montserrat, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:13px;
	font-weight:400;
	text-align:center;
	line-height:1.4em;
	color: #0087c7;
}
strong {
	color: #393939;
}
a {
	color: #393939;
}
a:hover {
	color: #0087c7;
}
::-moz-selection { color: #fff; background: #0087c7; }
::selection { color: #fff; background: #0087c7; }
 
.logo {
	padding:10% 20px 6%;
	margin: 20px auto;
	max-width: 400px;
}
.anleitung {
	padding:10px 20px 0;
	margin: 20px auto;
	max-width: 200px;
}
.portfolio {
	margin: 20px;
}
.portfolio h1 {
	font-size: 20px;
	line-height: 1.5em;
	text-transform:uppercase;
	letter-spacing:0.02em;
	padding-bottom:13px;
}

@media screen and (max-width:768px){
	.portfolio {
		padding-top: 30%;
		}
}