@charset "UTF-8";
/* CSS Document */
html{
	width:100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f299ba+0,ed6c8d+15,542f61+60,008c93+100 */
	background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(50deg, #fff 0%, #ededed 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(50deg, #fff 0%, #ededed 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(50deg, #fff 0%, #ededed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#ededed',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

body{
	margin:0;
	padding:0;
}
#wrapper{
	width:100%;
	
}
#header {
    height: 100vh;
    position: relative;
    background-image: url("bilder/3D-Druck_HG.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.logo{
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 30%;
	max-width:30vw;
	margin-left: auto;
	margin-right: auto;
	/*padding:3em;
	
	background-color:#fff;
	border-radius: 50%;
	*/
}	

.logo img{
	width:100%;	
}

.header-link{
	padding-top:0;
	height:60px;
	width:960px;
	left:50%;
	margin-left:-470px;
	position: absolute;
	bottom:0;
	background-color: #ffffff;
}	

@-webkit-keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}
@-moz-keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}
@keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}
 .scroll-btn {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	 bottom:20px;
	text-align: center;
}
.scroll-btn > * {
	display: inline-block;
	line-height: 18px;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	color: #000;
	font-family: "Helvetica Neue", "Arial", sans-serif;
	letter-spacing: 2px;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *.active {
	color: #000;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *:active,
.scroll-btn > *.active {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.scroll-btn .mouse {
	position: relative;
	display: block;
	width: 35px;
	height: 55px;
	margin: 0 auto 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 3px solid #000;
	border-radius: 23px;
}
.scroll-btn .mouse > * {
	position: absolute;
	display: block;
	top: 29%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -4px;
	background: #000;
	border-radius: 50%;
	-webkit-animation: ani-mouse 2.5s linear infinite;
	-moz-animation: ani-mouse 2.5s linear infinite;
	animation: ani-mouse 2.5s linear infinite;
}
#content-main{
	width:100%;	
	max-width:960px;	
	position:relative;	
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding-top: 6em;
	margin-bottom:6em;
}
.headline{
	margin:3em 0;
}

.img-center{
	padding-top:2em;
}


/**************************
 * 960° Grid
 **************************/
*[class*="grid"]{float:left;display:inline;margin-right:1.04166667%;margin-left:1.04166667%}
.grid1{width:6.25%}
.grid2{width:14.5833333%}
.grid3{width:22.9166667%}
.grid4{width:31.25%}
.grid5{width:39.5833333%}
.grid6{width:47.9166667%}
.grid7{width:56.25%}
.grid8{width:64.5833333%}
.grid9{width:72.9166667%}
.grid10{width:81.25%}
.grid11{width:89.5833333%}
.grid12{width:97.916667%}
.offset1{margin-left:9.375%}
.offset2{margin-left:17.7083333%}
.offset3{margin-left:26.0416667%}
.offset5{margin-left:41.66666%}
.offset6{margin-left:41.66666%}
	
h1{
	text-align:center;
	font:2.5em/1.5em 'Helvetica Neue', sans-serif;
	font-weight:500;
	color:#000;
	margin:0; padding-bottom:0.2em;
}
h2{
	text-align:center;
	font:2em/1em 'Helvetica Neue', sans-serif;
	font-weight:400;
	text-transform:uppercase;
	letter-spacing: 2px;
	color:#000;	
	}	

p{
	text-align:left;
	font-family: 'Helvetica Neue', sans-serif;
	font-weight:400;
	font-size:100%;
	line-height:1.5em;
	color:#000;	
}
span{
	font-weight:700;
}
p.centered{
	text-align: center;
	padding-bottom: 4em;
}
a{
	color:#000;
	text-decoration:none;
}
a:hover{
	color:#202e3f;
}
a.two{
	padding:1em;
	margin-top:1em;
	display:inline-block;
	border:1px solid #000;}

ul{
	width:80%;
	margin:2em auto;
	list-style-type: none;
}
li.sponsor{
	margin:1em;
	padding:0;
	width:20%;
	text-align: center;
	float:left;
	list-style-type: none;
}

/* Bounce To Bottom */
.hvr-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {
  color: #ffffff;
}
.hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

@media screen and (max-width: 1024px) {

	.headline{
	margin:3em 0;
}
	h2{
		padding-top:0em;
	}
}

@media screen and (max-width:800px) {
	#header{
		height:95vh;
	}
	
	#content-main{
		width:90%
	}
	h1{
		font-size:2.2em;
		line-height: 1.2em
	}
	
}

@media screen and (max-width: 600px) {

    #header {
        height: 100vh;                       /* volle Höhe */
        width: 100%;                          /* volle Breite */
        background-size: cover !important;    /* Bild füllt Container */
        background-position: left center !important; /* linksbündig */
        background-repeat: no-repeat;         /* kein Kacheln */
    }

    .logo {
        width: 70%;                           /* größer auf Mobile */
        max-width: 360px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    #content-main {
        width: 80%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 350px) {

	h2{
		padding-top:0;
	}
	
}