
html { height: 100%; }

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

body {
    background: #810606;
    font-size: 15px;
    color: #333;
    overflow: hidden;
    height: 100%;
}

a {
	color: #000;
	text-decoration: none;
}

.container {
	width: 100%;
	height: 100%;
	position: relative;
}

.container > h1 {
	z-index: 9999;
	font-weight: 400;
	padding: 50px 20px;
}

.js .container > h1 {
	position: fixed;
	-webkit-backface-visibility: hidden;
	bottom: 0;
	left: 0;
	color: #f0f0f0;
	padding: 20px;
	font-size: 20px;
}

.container > h1 a {
	font-size: 12px;
	text-transform: uppercase;
	display: inline-block;
	padding: 0 0 0 10px;
	color: #fff;
	font-weight: 700;
}

.container > h1 a:hover,
.container > h1 a.demo-current {
	color: #222;
}

/* Header Style */
.codrops-top {
	line-height: 24px;
	font-size: 11px;
	text-transform: uppercase;
	z-index: 9999;
	background: rgba(255,255,255,0.4);
}

.js .codrops-top {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	background: transparent;
}

.codrops-top a {
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #333;
	color: rgba(0,0,0,0.7);
	display: inline-block;
}

.codrops-top a:hover {
	color: #000;
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	float: left;
	display: block;
}

.entry{
	max-width: 100%;
	height: 100%;
	background-image: url('../images/eingang-01a.jpg');
	background-size: cover;
	z-index: 100;
	position: relative;
	background-position: center;
	z-index: 202
}

@media screen and (max-width:600px) {
	.entry {
		display: none;
	}
}

.zoom-in {
-webkit-animation: zoomin 3s; /* Safari, Chrome and Opera > 12.1 */
-moz-animation: zoomin 3s; /* Firefox < 16 */
-ms-animation: zoomin 3s; /* Internet Explorer */
-o-animation: zoomin 3s; /* Opera < 12.1 */
animation: zoomin 3s;
animation-delay: 0s;
animation-fill-mode: forwards;
}

/* einzoomen */

@keyframes zoomin {
	0% {
			transform: scale(1.2,1.2) ;
			opacity: 1;
			display: block;
	}
	50% {
			transform: scale(1,1);
			opacity: 1;
	}
	60% {
			transform: scale(1,1);
			opacity: 1;
	}
	70% {
			transform: scale(1,1);
			opacity: 1;
	}
	80% {
			transform: scale(1,1);
			opacity: 1;
	}
	90% {
			transform: scale(1,1);
			opacity: 1;
	}
	100% {
			transform: scale(1,1);
			opacity: 0;
			visibility: hidden;
	}
}


.fade-in {
	-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
	-moz-animation: fadein 2; /* Firefox < 16 */
	-ms-animation: fadein 2s; /* Internet Explorer */
	-o-animation: fadein 2s; /* Opera < 12.1 */
	animation: fadein 2s;
	animation-delay: 0s;
	animation-fill-mode: forwards;
}

/* einfaden */

@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

.menu {
	position: absolute;
	bottom: 100px;
	z-index: 101;
	width: 100%;
	text-align: center;
  opacity: 1;
}

.menu ul {
	position: absolute;
	width: 100%;
	margin: 40px 0 0 0;
}

.menu ul li {
	display: inline-block;
	margin: auto 1px;
	font-size: 14px;
	letter-spacing: 2px;
  margin-left: 70px;
}

.menu ul li img {
  vertical-align: bottom;
}


.menu a {
	font-weight: 200;
	color: #666;
	text-decoration: none;
	letter-spacing: 1px;
	-webkit-text-stroke: 0.5px;
	-webkit-font-smoothing: antialiased;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

.visiter {
	z-index: 103;
	position: absolute;
	right: 100px;
	bottom: -150px;
}


.endscreen img{
	width: 230px!important;
	height:173px!important;
}


@media screen and (max-width:600px) {
	.visiter {
		display: none;
	}

	.menu {
		position: absolute;
    bottom: 70px;
    z-index: 101;
    width: 95%;
    text-align: center;
    opacity: 1;
    right: 0;
    left: 0;
    height: 12px;
	}

	.menu ul {
		margin: auto;
    text-align: center;
	}

	.menu ul li {
		font-size: 11px;
		margin: 5px;
		line-height: 14px;
	}


	.endscreen img {
		display: none!important;
	}
}
