@font-face {
	font-family: 'DIN Condensed Bold';
	font-style: normal;
	font-weight: normal;
	src: local('DIN Condensed Bold'), url('DINCondensed-Bold.woff') format('woff');
}

body {
	color:white;
}

h1 {
  color: white;
	font-size:calc(8px + 3vw);
}

h2 {
  color: white;
	font-size:calc(4px + 2.5vw);
}

b {
  color: white;
	font-size: calc(2px + 2vw);
}

a {
  align-content: left;
  color: white;
  font-style: normal;
  font-size: calc(2px + 2vw);
  font-color:white;
  font-family:'Din Condensed Bold', Arial, Helvetica, sans-serif;
}

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

.img-logo {
  width:100%;
  height:100%;
	opacity: 0.0;

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

.small-anchor {
  align-content: left;
  color: white;
  font-style: normal;
	font-size: calc(0px + 2vw);
  font-color:lightgrey;
  font-family:'Din Condensed Bold', Arial, Helvetica, sans-serif;
}

.diary-text {
    align-content: left;
    color: white;
    font-style: normal;
		font-size: calc(2px + 2vw);
    font-color:white;
    font-family:'Din Condensed Bold', Arial, Helvetica, sans-serif;
}

.store-text {
    align-content: left;
    color: white;
    font-style: normal;
		font-size: calc(2px + 2vw);
    font-color:white;
    font-family:'Din Condensed Bold', Arial, Helvetica, sans-serif;
}

.links-text {
    align-content: left;
    color: white;
    font-style: normal;
		font-size: calc(2px + 2vw);
    font-color:white;
    font-family:'Din Condensed Bold', Arial, Helvetica, sans-serif;
}

.bio-text {
    align-content: left;
    color: white;
    font-style: normal;
		font-size: calc(2px + 2vw);
    font-color:white;
    font-family:'Din Condensed Bold', Arial, Helvetica, sans-serif;
}

.progress-text {
    align-content: left;
    color: white;
    font-style: normal;
		font-size: calc(2px + 2vw);
    font-color:white;
    font-family:'Din Condensed Bold', Arial, Helvetica, sans-serif;
}

.impressum-text {
    align-content: left;
    color: white;
    font-style: normal;
		font-size: calc(2px + 2vw);
    font-color:white;
    font-family:'Din Condensed Bold', Arial, Helvetica, sans-serif;
}

.viking-text {
    align-content: left;
    color: white;
    font-style: normal;
		font-size: calc(2px + 2vw);
    font-color:white;
    font-family:'Din Condensed Bold', Arial, Helvetica, sans-serif;
}

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

.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/Subform_Web_Front.jpg"),
	url("images/Wikinger_Symbol.jpg");

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

  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: 11vw;
	left: 18vw;
	right: 0;
	bottom: 0;
	width: 70%;
	height: 70vh;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	padding: 15px;
	-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(2px + 2vw);
  font-color:white;
  font-family:'Din Condensed Bold', Arial, Helvetica, sans-serif;	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	border:0px;
	-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(0px + 2vw);
  font-color:white;
  font-family:'Din Condensed Bold', Arial, Helvetica, sans-serif;	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	border:0px;
	-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;
}
