@font-face {
	font-family: 'Apple LiGothic Medium';
	font-style: normal;
	font-weight: normal;
	src: local('Apple LiGothic Medium'), url('Apple LiGothic Medium.woff') format('woff');
}


*,
*:before,
*:after {
  box-sizing: inherit;
  padding: 0;
  margin: 0;
}

body,
html {
  width: 100%;
  height: 100%;
  font-family: 'Apple LiGothic Medium', Arial, Helvetica, sans-serif;
}

.menu {
	display: -webkit-box;
  display: flex;
	-webkit-box-pack: top;
          justify-content: top;
  -webkit-box-align: top;
          align-items: top;
	-ms-box-pack: top;
					justify-content: top;
	-ms-box-align: top;
					align-items: top;
	-moz-box-pack: top;
          justify-content: top;
  -moz-box-align: top;
          align-items: top;
					  max-width: 720px;
  height: 100vh;
  list-style: none;
}

.menu li {
  width: calc(70px + calc(3vw / 1));
  height: 50px;
	-webkit-transition: background-position-x 0.9s linear;
	-ms-transition: background-position-x 0.9s linear;
	-moz-transition: background-position-x 0.9s linear;
  transition: background-position-x 0.9s linear;
  text-align: center;
}
.menu li a {
  font-size: calc(10px + calc(3vw / 2));
  color: #fff;
  text-decoration: none;
	-webkit-transition: all 0.45s;
	-ms-transition: all 0.45s;
	-moz-transition: all 0.45s;
  transition: all 0.45s;
}

.menu li:hover {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB2ZXJzaW9uPSIxLjEi%0D%0AIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhs%0D%0AaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB3aWR0%0D%0AaD0iMzkwcHgiIGhlaWdodD0iNTBweCIgdmlld0JveD0iMCAwIDM5MCA1MCIgZW5hYmxlLWJhY2tn%0D%0Acm91bmQ9Im5ldyAwIDAgMzkwIDUwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHBhdGggZmlsbD0i%0D%0Abm9uZSIgc3Ryb2tlPSIjZDk0ZjVjIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLW1pdGVybGlt%0D%0AaXQ9IjEwIiBkPSJNMCw0Ny41ODVjMCwwLDk3LjUsMCwxMzAsMAoJYzEzLjc1LDAsMjguNzQtMzgu%0D%0ANzc4LDQ2LjE2OC0xOS40MTZDMTkyLjY2OSw0Ni41LDI0My42MDMsNDcuNTg1LDI2MCw0Ny41ODVj%0D%0AMzEuODIxLDAsMTMwLDAsMTMwLDAiLz4KPC9zdmc+Cg==");
	-webkit-animation: line 1s;
	-ms-animation: line 1s;
	-moz-animation: line 1s;
  animation: line 1s;
}
.menu li:hover a {
  color: #d94f5c;
}
.menu li:not(:last-child) {
  margin-right: 30px;
}

@-webkit-keyframes line {
  0% {
    background-position-x: 390px;
  }
}

@keyframes line {
  0% {
    background-position-x: 390px;
  }
}


h1 {
  color: white;
	font-size:calc(8px + 2vw);
	font-color:white;
	line-height: calc(40px + calc(3vw / 2));
	font-family:'Apple LiGothic Medium', Arial, Helvetica, sans-serif;
}

h2 {
  color: white;
	font-size:calc(2px + 2vw);
	font-color:white;
	line-height: calc(30px + calc(3vw / 2));
	font-family:'Apple LiGothic Medium', Arial, Helvetica, sans-serif;
}

b {
	color: white;
	font-size:calc(10px + 1vw);
	font-color:white;
	line-height: calc(20px + calc(3vw / 2));
	font-family:'Apple LiGothic Medium', Arial, Helvetica, sans-serif;
}

a {
  align-content: left;
  color: white;
  font-style: normal;
	font-size: calc(8px + 1vw);
  font-color:white;
	line-height: calc(20px + calc(3vw / 2));
	font-family:'Apple LiGothic Medium', Arial, Helvetica, sans-serif;
}

img, embed, object, video {
  max-width: 100%;
}

.logo {
	width:100%;
	height:100%;
	text-align: left;
}

.img-intro {
  width:70%;;
	opacity: 1;
	background-color: #000000;
	align-content: center;
	vertical-align: center;
	text-align: center;
  transition: 3s;
	-webkit-transition: 3s;
	-moz-transition: 3s;
	-ms-transition: 3s;
	overflow: hidden;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.img-logo {
  width:100%;
  height:100%;
	opacity: 0.0;
	background-color: #000000;
	transition-delay: 0s;
	-webkit-delay: 0s;
	-moz-delay: 0s;
	-ms-delay: 0s;
  transition: 1s;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-ms-transition: 1s;
	opacity: 0.0;
	 overflow: hidden;
}

.spacer {
	height: 100%
}

.cover {
	border:3px;
	border-style: solid;
	border-color: black;
}

.picture {
	border:3px;
	border-style: solid;
	border-color: black;
}

.picture-white {
	border:3px;
	border-style: solid;
	border-color: darkgrey;
}

.small-anchor {
  align-content: left;
  color: white;
  font-style: normal;
	font-size: calc(8px + 1vw);
  font-color:lightgrey;
  font-family:'Apple LiGothic Medium', Arial, Helvetica, sans-serif;
}

.diary-text {
    align-content: left;
    color: white;
    font-style: normal;
		font-size: calc(8px + 1vw);
		line-height: calc(30px + calc(3vw / 3));
    font-color:white;
    font-family:'Apple LiGothic Medium', Arial, Helvetica, sans-serif;
}

.store-text {
    align-content: left;
    color: white;
    font-style: normal;
		font-size: calc(8px + 1vw);
		line-height: calc(30px + calc(3vw / 3));
    font-color:white;
    font-family:'Apple LiGothic Medium', Arial, Helvetica, sans-serif;
}

.links-text {
    align-content: left;
    color: white;
    font-style: normal;
		font-size: calc(8px + 1vw);
		line-height: calc(30px + calc(3vw / 3));
    font-color:white;
    font-family:'Apple LiGothic Medium', Arial, Helvetica, sans-serif;
}

.bio-text {
    align-content: left;
    color: white;
    font-style: normal;
		font-size: calc(8px + 1vw);
		line-height: calc(30px + calc(3vw / 3));
    font-color:white;
    font-family:'Apple LiGothic Medium', Arial, Helvetica, sans-serif;
}

.progress-text {
    align-content: left;
    color: white;
    font-style: normal;
		font-size: calc(8px + 1vw);
		line-height: calc(30px + calc(3vw / 3));
    font-color:white;
    font-family:'Apple LiGothic Medium', Arial, Helvetica, sans-serif;
}

.impressum-text {
    align-content: left;
    color: white;
    font-style: normal;
		font-size: calc(8px + 1vw);
		line-height: calc(30px + calc(3vw / 3));
    font-color:white;
    font-family:'Apple LiGothic Medium', Arial, Helvetica, sans-serif;
}


.hoveranchor {
  transition-delay: 5s;
	transition: 5s;
	-webkit-transition: 7s;
	-moz-transition: 7s;
	-ms-transition: 7s;
	 opacity: 1.0;
}

.diary {
  position: absolute;
  top: 	-100px;
  left: 5%;
	width:10%;
	height:30px;
	transition-delay: 7s;
	transition: 0.25s;
 	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-ms-transition: 0.25s;
}

.bio {
  position: absolute;
	top: 	-100px;
  left: 5%;
	width:10%;
	height:30px;
	transition-delay: 7s;
	transition: 0.25s;
 	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-ms-transition: 0.25s;
}

.progress {
  position: absolute;
	top: 	-100px;
  left: 5%;
	width:10%;
	height:30px;
	transition-delay: 7s;
	transition: 0.25s;
 	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-ms-transition: 0.25s;
}

.links {
  position: absolute;
	top: -100px;
  left: 5%;
	width:10%;
	height:30px;
	transition-delay: 7s;
	transition: 0.25s;
 	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-ms-transition: 0.25s;
}

.store {
  position: absolute;
	top: -100px;
  left: 5%;
	width:10%;
	height:30px;
	transition-delay: 7s;
	transition: 0.25s;
 	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-ms-transition: 0.25s;
}

.impressum {
  position: absolute;
	top: -100px;
  left: 5%;
	width:10%;
	height:30px;
	transition-delay: 7s;
	transition: 0.25s;
 	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-ms-transition: 0.25s;
}

.viking {
	width:100%;
	height:100%;
	transition: 5s;
	-webkit-transition: 5s;
	-moz-transition: 5s;
	-ms-transition: 5s;
	opacity: 0.1;
 }

.composition {
		opacity: 0.0;
		transition-delay: 0s;
		transition: 0.5s;
		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		-ms-transition: 0.5s;
	}

.img-blend {
	background-image:
	url("images/VZOID_Web_Front.jpg"),
	url("images/VZOID-Logo-Full.giff");

	background-blend-mode: lighten;
	background-repeat: no-repeat, no-repeat;
	background-size: 100%, 1%, cover;
	background-position: top, top;
	opacity: 0.0, 0.2;

  transition: 3s;
	-webkit-transition: 3s;
	-moz-transition: 3s;
	-ms-transition: 3s;
	 overflow: hidden;
 }

.hvrbox * {
	font-size: calc(10px + calc(3vw / 2));
	box-sizing: border-box;
}

.hvrbox {
	position: relative;
	display: inline-block;
	overflow:scroll;
	max-width: 100%;
	height: auto;
	opacity: 0;
	-moz-transition: all 1.0s ease-in-out 0s;
	-webkit-transition: all 1.0s ease-in-out 0s;
	-ms-transition: all 1.0s ease-in-out 0s;
	transition: all 1.0s ease-in-out 0s;
}

.hvrbox,
.hvrbox * {
	box-sizing: border-box;
	width:100%;
	height:100%
}

.hvrbox {
	position: relative;
	display: inline-block;
	overflow:hidden;
	max-width: 100%;
	height: auto;
	opacity: 0;
}

.hvrbox img {
	max-width: 100%;
}
.hvrbox .hvrbox-layer_bottom {
	display: block;
}
.hvrbox .hvrbox-layer_top {
	opacity: 0;
	position: absolute;
	top: 16vw;
	left: 5vw;
	right: 0;
	bottom: 0;
	width: 90%;
	height: calc(90vh - 13vw);
	border:3px;
	border-color: #444;
	border-style: solid;
	color: #fff;
	background: rgba(0, 0, 0, 0.6);
	-moz-transition: all 1.0s ease-in-out 0s;
	-webkit-transition: all 1.0s ease-in-out 0s;
	-ms-transition: all 1.0s ease-in-out 0s;
	transition: all 1.0s ease-in-out 0s;
}

.hvrbox:hover .hvrbox-layer_top,
.hvrbox.active .hvrbox-layer_top {
	opacity: 1;
}
.hvrbox .hvrbox-text {
	text-align: left;
	font-style: normal;
	font-size: calc(8px + 1vw);
	line-height:calc(40px + calc(3vw / 2));
  font-color:white;
  font-family:'Apple LiGothic Medium', Arial, Helvetica, sans-serif;	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	border:0px;
	padding: 15px 15px 15px 15px;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.hvrbox .hvrbox-text_mobile {
	text-align: left;
	font-style: normal;
	font-size: calc(6px + 1vw);
	line-height:calc(20px + calc(3vw / 2));
  font-color:white;
  font-family:'Apple LiGothic Medium', Arial, Helvetica, sans-serif;	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	border:0px;
	padding: 10px 10px 10px 10px;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.hvrbox.active .hvrbox-text_mobile {
	display: block;
}
