@charset "UTF-8";
/* CSS Document */

    @font-face {
    font-family: 'NKKRGrotesque';
    src: url('../fonts/NKKRGrotesque.eot');
    src: url('../fonts/NKKRGrotesque.eot?#iefix') format('embedded-opentype'),
         url('../fonts/NKKRGrotesque.woff') format('woff'),
         url('../fonts/NKKRGrotesque.ttf') format('truetype'),
         url('../fonts/NKKRGrotesque.svg#nkkrgrotesque') format('svg');
    font-weight: bold;
    font-style: bold;

}

body {
	margin:0px 0px 0px 0px;
	background:#0012B5;
	overflow-x: hidden;
}

#header {
	width:100%;
}

.opa {
position:fixed; 
top:10px; 
left:0px; 
z-index:99999; 
}
.opa a {
width:60px;
height:40px;
text-indent:-9999px;
display:block;
background:url('http://onepageawards.com/ribbons/brand-award-left.png') no-repeat;
}

#left-header {
	width:200px;
	margin-top:-32px;
	margin-left:-23px;
	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;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

#left-header:hover {
	-webkit-transform: scale(1.2) rotate(4deg);
  transform: scale(1.2) rotate(4deg);
}

@media(max-width:450px) {
#left-header {
	width:200px;
	margin-top:-32px;
	margin-left:-23px;
}
}

nav {
	background:none;
   
}
nav ul {
    margin:0;
    padding: 0;
    list-style-type: none;
}
nav ul li {
    display: inline-block;
    padding: 0 10px 0 10px;
}
nav ul li a {
    text-decoration: none;
}
nav ul li a:hover {
    text-decoration: none;
    color: #000;
    -webkit-transition: color 900ms ease;
    -moz-transition:color 900ms ease;
    -o-transition: color 900ms ease;
    transition: color 900ms ease;
}
.scroll-nav {
	z-index: 600; 
	position: fixed; 
	left: 50%; 
	top: 0 !important; 
	margin-left:-77px; 
	width: 100%;
}

.scroll-nav ul.menu {float:right;}
#nav #left-header {float:left;font-size:80%;}
#nav #left-header a {background:none;}
#left-header {display:none;border:none;}
#left-header img {border:none !important;}

    div.rotator {
		width:160%;
		pointer-events:none;
}

@media(max-width:450px) {
#header {
	margin-left:20%;
	padding-top:70%;
}
}

@media(max-width:450px) {
.rotator{
	-ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
	margin-left:auto;
	margin-right:auto;
}
}

    div.rotator ul {
    margin:0;
    padding:0;
}
	
    div.rotator ul li {
    float:left;
    position:absolute;
    list-style: none;
}

    div.rotator ul li.show {
    z-index:500;
	width:100%;
}

#intro-forside {
	width:100%;
	margin-top:-70px;
	position:absolute;
	top:72%;
	text-align:center;
	color:#fff;
	padding-left:80px;
	padding-right:80px;
	font-family:NKKRGrotesque;
	font-size:1.6vw;
}

@media(max-width:1440px) {

#intro-forside {
	top:58%;
}
}

@media(max-width:1280px) {

#intro-forside {
	top:52%;
}
}

@media(max-width:1024px) {

#intro-forside {
	top:42%;
}
}

@media(max-width:800px) {

#intro-forside {
	top:32%;
	font-size:30px;
	padding-left:200px;
	padding-right:200px;
}
}

@media(max-width:600px) {

#intro-forside {
	top:45%;
	padding-left:80px;
	padding-right:80px;
}
}

@media(max-width:320px) {

#intro-forside {
	top:45%;
}
}

.page-scroll {
font-size:0px;
}

#hjem{
	position:fixed;
	top:50%;
	margin-top:-51px;
	margin-left:20px;
	width:26px;
	height:56px;
	z-index:49;
	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;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

#hjem:hover, #hjem:focus, #hjem:active {
	-webkit-transform: scale(1.2) rotate(4deg);
  transform: scale(1.2) rotate(4deg);
}

#portfolie{
	position:fixed !important;
	left:50%;
	margin-top:20px;
	margin-left:-49px;
	width:98px;
	height:26px;
	z-index:9999;
	-webkit-transition: width 1s, height 1s, -webkit-transform 1s; /* Safari */
    transition: width 1s, height 1s, transform 1s;
}

#portfolie:hover {
	width:196px;
	height:42px;
	-webkit-transform:translate(-49px); /* Safari */
	transform: translate(-49px);
	
}

#kontakt{
	position:fixed;
	right:0px;
	top:50%;
	margin-top:-45px;
	margin-right:20px;
	width:21px;
	height:90px;
	z-index:49;
	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;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

#kontakt:hover {
  -webkit-transform: scale(1.2) rotate(4deg);
  transform: scale(1.2) rotate(4deg);
}

#nav_top {
width:100%;
height: 60px;
background: #000;
position: relative;
top: 0;
z-index: 400;	
}

#pil{
	position:absolute;
	bottom:0px;
	left:50%;
	margin-bottom:20px;
	margin-left:-7px;
	width:14px;
	height:26px;
	z-index:9999;
	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;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

#pil:hover {
	-webkit-transform: scale(1.2) rotate(4deg);
  transform: scale(1.2) rotate(4deg);
}

#pil1{
	position:absolute;
	left:-7px;
	bottom:20px;
	margin-left:50%;
	width:14px;
	height:26px;
	z-index:9999;
	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;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

#pil1:hover {
	-webkit-transform: scale(1.2) rotate(4deg);
  transform: scale(1.2) rotate(4deg);
}

#pil1 img {
	-ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}

#hjemside {
	position:relative;
	width:100%;
	background:#0012B5;
	min-height:1200px;
	margin-top:0px;
	clip: rect(auto, auto, auto, auto);

	
}

#portfolieside {
	position:relative;
	width:100%;
	background:#001972;
	min-height:1200px;
	clip: rect(auto, auto, auto, auto);

	
}

.semere {
	width:20%;
	margin-left:auto;
	margin-right:auto;
}

.projekttekst {
	margin-left:auto;
	margin-right:auto;
	padding-top:40px;
	text-align:center;
	line-height:0.1;
	font-family:NKKRGrotesque;
	font-size:2vw;
}

.projekttype {
	font-family:'Source Sans Pro', sans-serif;
	font-size:0.6vw;
	text-transform:uppercase;
	padding-top:20px;
	letter-spacing:0.1vw;
}

@media(max-width:768px) {
	.projekttekst {
	margin-left:auto;
	margin-right:auto;
	padding-top:40px;
	text-align:center;
	line-height:0.1;
	font-family:NKKRGrotesque;
	font-size:5vw;
}
}

@media(max-width:768px) {
.projekttype {
	font-family:'Source Sans Pro', sans-serif;
	font-size:1.8vw;
	text-transform:uppercase;
	padding-top:20px;
	letter-spacing:0.3vw;
}
}

#kontaktside {
	position:relative;
	width:100%;
	height:100%;
	min-height:1200px;
	background:#1f1f1f;
	clip: rect(auto, auto, auto, auto);

}

#portfolieside .portfolio-item {
    right: 0;
    margin: 0 0 0px;
}

#portfolieside .portfolio-item .portfolio-link {
    display: block;
    position: relative;
}

#portfolieside .portfolio-item .portfolio-link .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0,18,181,.9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#portfolieside .portfolio-item .portfolio-link .caption:hover {
    opacity: 1;
}

#portfolieside .portfolio-item .portfolio-link .caption .caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -70px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#portfolieside .portfolio-item .portfolio-link .caption .caption-content i {
    margin-top: -12px;
}

#portfolieside .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolieside .portfolio-item .portfolio-link .caption .caption-content h4 {
    margin: 0;
}

#portfolieside * {
    z-index: 2;
}

@media(min-width:967px) {
    #portfolieside .portfolio-item {
        margin: 0 0 0px;
    }
}

.btn-outline {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    border: solid 2px #fff;
    color: #18bc9c;
    background: #fff;
}

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #eee;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    font-size: 1.5em;
    background: 0 0;
    box-shadow: none!important;
    resize: none;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .3s ease,opacity .3s ease;
    -moz-transition: top .3s ease,opacity .3s ease;
    -ms-transition: top .3s ease,opacity .3s ease;
    transition: top .3s ease,opacity .3s ease;
}

.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eee;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #18bc9c;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eee;
}

.modal_text{
	max-width:800px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	color:#9f9f9f
}

.kontakt_text {
	margin-left:auto;
	margin-right:auto;
	max-width:900px;
	padding-left:80px;
	padding-right:80px;
	padding-top:140px;
	text-align:center;
	line-height:1.3;
	font-family: NKKRGrotesque;
	font-size:30px;
	color:#7f7f7f;
	z-index:10;
	position:relative;
}

#kontakt_wrap {
	margin-left:auto;
	margin-right:auto;
	margin-top:200px;
	max-width:700px;
}

#social_wrap {
	max-width:270px;
	margin-left:auto;
	margin-right:auto;
	margin-top:80px;
	position:relative;
	z-index:10;
}

.skriv {
	float:left;
	padding-left:20px;
	padding-right:20px;

}

#kontakt_info {
	margin-top:160px;
	max-width:100%;
	margin-left:80px;
	margin-right:80px;
	margin-bottom:80px;
	text-align:center;
	text-transform:uppercase;
	word-wrap:break-word;
}

#mig {
	position:absolute;
	top:100px;
	left:-350px;
	opacity:0.4;
	margin-left:50%;
	max-width:700px;
	padding-left:50px;
	padding-right:50px;
}

@media(max-width:450px) {
	#mig {
		display:none;
	}
}

#farvel {
	max-width:100%;
	margin-top:-120px;
	margin-left:auto;
	margin-right:auto;
	padding-left:50px;
	padding-right:50px;
	text-align:center;
	font-family:NKKRGrotesque;
	font-size:30px;
	color:#474747;
}

h2 {
	font-family: 'NKKRGrotesque';
	font-size:30px;
	line-height:0;
}

h3 {
	font-family: 'NKKRGrotesque';
	font-size:18px;
}
#intro {
	background:#fff;
	color:#000;
	max-width:400px;
	position:absolute;
	left:50px;
	top:82px;
	padding:25px 25px 25px 25px;
	margin-right:50px;
}

@media(max-width:650px) {
#intro {
	position:static;
	margin:0 0 0 0;
	padding-top:80px;
	text-align:center;
	max-width:100%;
}
}

@media(max-width:650px) {
.btn {
	margin-left:-40px;
	left:50%;
}
}

.full-width {
	width:100%;
	margin-bottom:-4px;
}

.full-width-intro {
	width:100%;
	margin-bottom:-4px;
}

@media(min-width:951px) {
.half-width {
	margin-bottom:-4px;
	max-width:50%;
	float:left;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
}

@media(max-width:1350px) {
.half-width {
	margin-bottom:-4px;
	max-width:100%;
	float:none;
}
}

@media screen and (min-width:1351px) {
.half-width-text {
	margin-bottom:-4px;
	max-width:50%;
	float:left;
	padding-left:200px;
	padding-right:200px;
	padding-top:10%;
	
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
}

@media screen and (max-width:1351px) {
.half-width-text {
	margin-bottom:-4px;
	padding-left:200px;
	padding-right:200px;
	float:left;
	margin-bottom:50px;
	padding-top:50px;
	
}
}


@media screen and (max-width:950px) {
.half-width-text {
	margin-bottom:-4px;
	margin-left:25px;
	margin-right:25px;
	padding:0;
	margin-bottom:25px;
	max-width:100%;
	float:none;
	text-align:center;
	padding-top:50px;
}
}

#tak {
	 background:#001972;
	 height:400px;
	 width:100%;
	 margin-top:-25px;
}

.wrap-bund {
	width:500px;
	margin-left:auto;
	margin-right:auto;
	position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.ikon {
	width:80px;
	height:80px;
	float:left;
	margin-right:20px;
	margin-top:-4px;
}

.tekst-bund {
	width:500px;
	height:80px;
	text-align:left;
}

#kontakt-bund {
	background:#0012B5;
	height:400px;
	width:100%;
	margin-top:-25px;
}

@media(max-width:650px) {
	.wrap-bund {
		max-width:280px;
		margin-left:auto;
		margin-right:auto;
	}
}

@media(max-width:650px) {
	.ikon {
		float:none;
		margin-left:auto;
		margin-right:auto;
	}
}

@media(max-width:650px) {
	.tekst-bund {
		width:280px;
		margin-left:auto;
		margin-right:auto;
		text-align:center;
	}
}

.ramme {
  position: fixed;
  top:36px;
  left:34px;
  width: calc(100% - 69px);
  height: calc(100% - 69px);
  box-shadow: 0 0 0 99999px rgba(0, 0, 0, .1);
  z-index:48;
  pointer-events:none;
}

@media(max-width:650px) {
.row {
	margin-left:48px;
	margin-right:46px
}
}

.button {
  width: 40px;
  height: 40px;
  cursor: pointer;
    fill: white; 
  }

.defs {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

iframe {
  float: left;
  width: 300px;
  height: 200px;
}

.buttons {
  position:fixed;
  bottom:-4px;
  left:50%;
  margin-left:-20px;
  z-index:9999;
}

#youtuben {
	display:none;
}

#youtuben1 {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
#youtuben1 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


#play-button {
	margin-right:15px;
	-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;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
	
}

#play-button:hover {
	-webkit-transform: scale(1.2) rotate(4deg);
  transform: scale(1.2) rotate(4deg);
}

#pause-button {
	-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;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;	
}

#pause-button:hover {
	-webkit-transform: scale(1.2) rotate(4deg);
  transform: scale(1.2) rotate(4deg);
}

.blue{
    
    height:100px;
    width:250px;
    background:#1ecae3;
    float:left;
}
.gray{
    
    float:left;    
}

.orange{
    float:left;     
}