
/* Fonts
 ----------------------------------------------- */

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

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

/* Basics
 ----------------------------------------------- */

html {
  scroll-behavior: smooth;
}
html, body {
	font-size: 16px;
	line-height: 1.6;
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
}

h1, h2, h3 {
	margin: 1em 0;
	line-height: 1.2em;
	font-weight: 700;
}

h1 {
	font-size: 2rem;
}
h2 {
	font-size: 1.5rem;
}
h3 {
	font-size: 1.25rem;
}

h1 a, h2 a, h3 a {
	text-decoration: none;
	color: #000;
}

a {
	font-weight: 500;
	color: #000;
}
hr {
	margin: 2em 0;
}

/* Header
 ----------------------------------------------- */



/* Content
 ----------------------------------------------- */

#main-content {
	text-align: center;
}

.underconstrucion {
	margin: 5vh 0 2vh 0;
}
#runderfreund {
	color: #ffffff;
}
.concept {
	width: 80vw;
	margin: 0 auto;
}
.concept p {
	text-align: left;
}
.inland p {
	margin: .5em 0;
}

/* Footer
 ----------------------------------------------- */




/* Media Query [ 48em = 768px ]
------------------------------------------------ */

@media only screen and (min-width: 48em) {
	.concept {
		width: 70vw;
	}
}

/* Media Query [ 64em = 1024px ]
------------------------------------------------ */

@media only screen and (min-width: 64em) {
	.concept {
		width: 60vw;
	}
}




