html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{border:0;outline:0;font-size:100%;font:inherit;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse}

/* 
Farver:
Rød: 243, 19, 13
Grøn: 11, 197, 25
Lilla: 48, 11, 197
Gul: 243, 200, 1
*/


/* !Animate.css */
.animated.hinge {
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	-ms-animation-duration: 2s;
	-o-animation-duration: 2s;
	animation-duration: 2s;
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;

	}
	
	100% {
		opacity: 1;
		
	}
}

@-moz-keyframes fadeInLeft {
	0% {
		opacity: 0;
	
	}
	
	100% {
		opacity: 1;
	
	}
}

@-o-keyframes fadeInLeft {
	0% {
		opacity: 0;
	
	}
	
	100% {
		opacity: 1;
	
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
	
	}
	
	100% {
		opacity: 1;
	
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	-moz-animation-name: fadeInLeft;
	-o-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	-webkit-animation-delay: 1.5s;
}

.animated {
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	-ms-animation-duration: 2s;
	-o-animation-duration: 2s;
	animation-duration: 2s;
}

@-webkit-keyframes bounce {
	0%, 20%, 50%, 70%, 90%, 100% {-webkit-transform: translateY(0);}
	40% {-webkit-transform: translateY(-25px);}
	60% {-webkit-transform: translateY(-15px);}
	80% {-webkit-transform: translateY(-10px);}
}

@-moz-keyframes bounce {
	0%, 20%, 50%, 70%, 90%, 100% {-moz-transform: translateY(0);}
	40% {-moz-transform: translateY(-25px);}
	60% {-moz-transform: translateY(-15px);}
	80% {-moz-transform: translateY(-10px);}
}

@-o-keyframes bounce {
	0%, 20%, 50%, 70%, 90%, 100% {-o-transform: translateY(0);}
	40% {-o-transform: translateY(-25px);}
	60% {-o-transform: translateY(-15px);}
	80% {-o-transform: translateY(-10px);}
}
@keyframes bounce {
	0%, 20%, 50%, 70%, 90%, 100% {transform: translateY(0);}
	40% {transform: translateY(-25px);}
	60% {transform: translateY(-15px);}
	80% {transform: translateY(-10px);}
}

.bounce {
	-webkit-animation-name: bounce;
	-moz-animation-name: bounce;
	-o-animation-name: bounce;
	animation-name: bounce;
}

.animatedbounce {
	-webkit-animation-fill-mode: none;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: none;
	-webkit-animation-duration: 1.5s;
	-moz-animation-duration: 1.5s;
	-ms-animation-duration: 1.5s;
	-o-animation-duration: 1.5s;
	animation-duration: 1.5s;
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(20px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translateX(20px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	-moz-animation-name: fadeInRight;
	-o-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

.animatedfadeInRight {
	-webkit-animation-fill-mode: none;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: none;
	-webkit-animation-duration: 0.5s;
	-moz-animation-duration: 0.5s;
	-ms-animation-duration: 0.5s;
	-o-animation-duration: 0.5s;
	animation-duration: 0.5s;
}



@-webkit-keyframes fadeInLeftProjekt {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInLeftProjekt {
	0% {
		opacity: 0;
		-moz-transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInLeftProjekt {
	0% {
		opacity: 0;
		-o-transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInLeftProjekt {
	0% {
		opacity: 0;
		transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.animatedprojekt {
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
}

.fadeInLeftProjekt {
	-webkit-animation-name: fadeInLeftProjekt;
	-moz-animation-name: fadeInLeftProjekt;
	-o-animation-name: fadeInLeftProjekt;
	animation-name: fadeInLeftProjekt;
}

/* !@font-face */
@font-face {
	font-family: 'Pictos';
	src: url('../media/fonte/pictos-web.eot');
	src: local('☺'), url('../media/fonte/pictos-web.woff') format('woff'), url('../media/fonte/pictos-web.ttf') format('truetype'), url('../media/fonte/pictos-web.svg#webfontIyfZbseF') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'entypo';
    src: url('../media/fonte/entypo.eot');
    src: url('../media/fonte/entypo.eot?#iefix') format('embedded-opentype'),
         url('../media/fonte/entypo.woff') format('woff'),
         url('../media/fonte/entypo.ttf') format('truetype'),
         url('../media/fonte/entypo.svg#entypo') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* !generelt */
::-moz-selection {
       background-color: rgb(48, 11, 197);
       color: white;
}

::selection {
       background-color: rgb(48, 11, 197);
       color: white;
}

html {
	height: 100%;
	width: 100%;
	position: relative;
	}
	
body {
	height: 100%;
	width: 100%;
	margin: 0px;
	position: relative;
	font-size: 16px;
	
	}

.baggrund {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -2;
	background-image: url("../media/baggrunde/et_ps3.jpg");
	background-size: cover;
	position: fixed;
}

.blur {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: rgba(243, 200, 13, 0.4);
	z-index: 0;	
}

.page {
	width: 700px;
	height: 100%;
	margin: 0px auto;
	padding-left: 100px;
	position: relative;
}

/* !skrifter */
p {
	font-size: 1em;
	font-weight: normal;
	}

h1 {
	font-size: 50px;
	font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
	}
	
h2 {
	font-size: 25px;
	font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;;
	font-weight: 100;
	font-variant: small-caps;
	}
	
h3 {
	font-size: 1.28em;
	}
	
h4 {
	font-size: 1.14em;
	}
	
a {
	text-decoration: none;
	font-weight: normal;
	}
	
a:hover {
	text-decoration: none;
	}

.pictos {
	font-family: Pictos;
	}
	
.entypo {
	font-family: "entypo";
}

/* !side 1 */	
#firstpage {
	height: 100%;
}

#firstpage .page h1 {
	padding-top: 20%;
}

#firstpage #kontakt {
	margin-top: 100px;
	font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;	
}

#firstpage #kontakt p {
	line-height: 140%;
}

#firstpage #kontakt a {
	color: black;
	text-decoration: none;
	border-bottom: 2px black dashed;
	-webkit-transition: all 0.1s ease-in-out;
}

#firstpage #kontakt a:selected {
	border-color: white;
}

#firstpage #kontakt a:hover {
	color: rgb(48, 11, 197);
	border-color: rgb(48, 11, 197);
}

#firstpage .dynamo {
	font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: rgb(48, 11, 197);
}

#firstpage .scroll {
	font-size: 80px;
	position: absolute;
	right: 0px;
	bottom: 40px;
	cursor: pointer;
	-webkit-transition: color 0.1s ease-in-out;
}

#firstpage .scroll:hover {
	color: rgb(48, 11, 197);
}

/* !Side 2 */
#secondpage {
	width: 100%;
	height: 100%;
	opacity: 1;
	z-index: 1;
	position: relative;
	color: white;
}

#secondpage .blur {
	background-color: rgba(48, 11, 197, 0.4);
}

#secondpage h1 {
	width: 450px;
	font-variant: small-caps;
	font-weight: 500;
	font-family: "HelveticaNeue-UltraLight", Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
}

#secondpage h1:first-of-type {
	padding-top: 70px;
}

#secondpage .work {
	width: 600px;
	height: 250px;
	overflow-x: scroll;
	overflow-y: visible;
	margin-bottom: 70px;
	margin-right: 100px;
}

#secondpage .work #workwork {
	width: 2000px;
	height: 230px;
}

#secondpage .work .worket {
	height: 100%;
	max-width: 150px;
	overflow: hidden;
	position: relative;
	float: left;
	margin-right: 40px;
	cursor: pointer;
}

#secondpage .work .worket:last-of-type {
	margin-right: 0px;
}

#secondpage .work .worket img {
	height: 200px;
}

#secondpage .work .worket p {
	font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	color: rgba(243, 200, 13, 1);	
	display: none;
	margin: 0px;
}

#secondpage .work .worket .vis_caption {
	display: block;
	
	-webkit-animation-name: fadeInLeft;
	-moz-animation-name: fadeInLeft;
	-o-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	-webkit-animation-delay: 0s;
	
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 0.3s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;

}

#secondpage .clients {
	margin-bottom: 50px;
}

#secondpage .clients .indryk_right {
	padding-right: 100px;
}

#secondpage .clients p {
	-webkit-font-smoothing: antialiased;
	font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
	font-size: 16px;
	text-align: justify;
	line-height: 140%;
}

#secondpage .clients p span {
	font-size: 20px;
}

#secondpage .clients p span a {
	color: rgba(255, 255, 255, 0.8);
}

#secondpage .clients p a {
	color: rgba(255, 255, 255, 0.6);
}

#secondpage .clients p a:hover {
	color: rgba(255, 255, 255, 1);
}


#secondpage .eksempel {
	width: 600px;
	height: 350px;
	overflow: hidden;
	position: relative;
}

#secondpage .eksempel .projekt {
	display: none;
}

#secondpage .eksempel .text {
	width: 240px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.75);
	-webkit-transition: all	0.2s ease-in-out;
	z-index: 10;
	box-shadow: 1px 1px 15px -2px black;
	-webkit-font-smoothing: antialiased;
	overflow: auto;
}

#secondpage .eksempel .text:hover {
	background-color: rgba(0, 0, 0, 0.90);
}

#secondpage .eksempel .text h1 {
	padding-top: 0px;
	font-size: 30px;
	margin: 30px 15px 5px;
	font-family: 'HelveticaNeue-Light', Helvetica, Arial, sans-serif;
	width: 90%;
}

#secondpage .eksempel .text .type {
	font-size: 20px;
	margin: 0px 15px 10px;
	font-family: 'HelveticaNeue-UltraLight', Helvetica, Arial, sans-serif;
}

#secondpage .eksempel .text hr {
	height: 1px;
	background-color: white;
	width: 87.5%;
	border-width: 0px;
}

#secondpage .eksempel .text .beskrivelse {
	font-size: 16px;
	margin: 0px 15px 10px;
	font-family: 'HelveticaNeue', Helvetica, Arial, sans-serif;
	line-height: 130%;
}

#secondpage .eksempel .text .link {
	font-size: 16px;
	margin: 0px 15px 10px;
	font-family: 'HelveticaNeue', Helvetica, Arial, sans-serif;
	line-height: 130%;
	text-align: right;
}

#secondpage .eksempel .text .link a {
	color: white;
	padding-bottom: 2px;
	border-bottom: 2px white dashed;
	-webkit-transition: all 0.1s ease-in-out;
}

#secondpage .eksempel .text .link a:selected {
	border-color: white;
}


#secondpage .eksempel .billede {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
}


#secondpage .eksempel .aktiv {
	z-index: 10;
}

#secondpage .eksempel .forrest {
	display: block !important;
	z-index: 10000;
}

#secondpage .eksempel .gammel {
	display: block !important;
	z-index: 5;
}







/* !Media query */
@media only screen and (max-device-width: 480px), only screen and (min-device-width: 560px) and (max-device-width: 1136px) and (-webkit-min-device-pixel-ratio: 2) {
    /* iPhone only */
    
    #page {
	    min-width: 150px;
	    width: 80%;
	    margin: 0px;
	    padding: 0px 10% 0px 10%;
	    z-index: 1;
    }
    
    h1 {
	    font-size: 35px;
    }
    
    h2 {
	    font-size: 18px;
	    width: 280px;
    }
    
    .blur {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0px;
		left: 0px;
		background-color: rgba(243, 200, 13, 0.4);
		z-index: 0;	
	}
	
	.scroll {
		display: none;
	}
	
	.baggrund {
		width: inherit;
		height: 100%;
		background-size: inherit;
		position: fixed;
	}
	
	#secondpage {
		display: none;
	}
    
    #kontakt {
	    padding-bottom: 50px;
    }
}