/* 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;
}

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

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

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

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v34-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/open-sans-v34-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}


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;
}


body{
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	color: #000000;	
}

h1{
	font-family: 'Nunito', sans-serif;
	font-size: 6em;
	text-align: center;
	font-weight: 200;
	line-height: 1.5em;
}

h2{
	font-weight: 700;
	margin: 1.5em 0 0 0;
}

h3{
	font-style: italic;
}

h4{
	font-family: 'Nunito', sans-serif;
	font-size: 1em;
	text-align: center;
	font-weight: 200;
	margin: 0 0 6em 0;
	letter-spacing: 3px;
}

a{
	text-decoration:none;
	color:#000000;
}

a:hover{
	text-decoration:none;
	color:#777777;
}

#up{
	position: fixed;
    bottom: -100px;
	right:50px;
	background-color: #1F1F1F;
	width: 50px;
	height:50px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-image: url( ../images/up.svg);
	background-size:cover;
}

#heading {
	padding: 37vh 0 50px 0px;
}

#nav {
	text-align: center;
	margin: 0 0 0 0;
	font-family: 'Nunito', sans-serif;
	font-size: 1.2em;
	font-weight: 200;
	letter-spacing: 2px;

}

#nav li {
	display: inline;
	margin: 0 30px 0 0;
	cursor: pointer;
}

#nav li:hover {
	color: #777777;
}


#regeln {
	width: 60vw;
	margin: 0 auto 0 auto;
	line-height: 2em;
	padding: 60px 0 100px 0;
	
}

#vol1 {
	width: 60vw;
	margin: 0 auto 0 auto;
	line-height: 2em;
	padding: 60px 0 100px 0;
	
}

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

	#aufgaben{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 40px;
}
	}

.space {
	height: 60vh;
	
}

.afterspace{
	margin: 0 0 1em 0;
}

.pictures{
	display: block;
	margin: 30px auto 0 auto;
	height: 90vh;
	
}

#MJ{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 40px;
	justify-items: center;
	
}

.malte a p.new-label span{
  position: relative;
  content: 'M';
	 font-family: 'Nunito', sans-serif;
	font-size: 4em;
	text-align: center;
	font-weight: 200;
	line-height: 1.5em;

}
.malte:hover a p.new-label span{
  display: none;
}
.malte:hover a p.new-label:after{
  content: 'www.maltefrey.de';
	line-height: 5.5em;
}

.julian a p.new-label span{
  position: relative;
  content: 'J';
	 font-family: 'Nunito', sans-serif;
	font-size: 4em;
	text-align: center;
	font-weight: 200;
	line-height: 1.5em;
}
.julian:hover a p.new-label span{
  display: none;
}
.julian:hover a p.new-label:after{
  content: 'julianreiser.de';
	line-height: 5.5em;
}

footer {
	text-align: center;
	padding: 0 0 50px 0;
}
    