@charset "UTF-8";

/*FONT {}*/
@font-face {
	font-family: 'Font';
	src: url('../font/gothamhtf-book-webfont.woff2'); 
	src: 
		local('Font'),
		local('Font'),
		url('../font/gothamhtf-book-webfont.woff2') 
		format('opentype');
}

@font-face {
	font-family: 'FontBold';
	src: url('../font/gothamhtf-bold-webfont.woff2'); 
	src: 
		local('Font Bold'),
		local('Font-Bold'),
		url('../font/gothamhtf-bold-webfont.woff2') 
		format('opentype');
	font-weight: bold;
}

* {
	padding: 0;
	margin: 0;
	border: 0;
	text-decoration: none;
color:#000000;}

#wrapper {
	width: 100%;
	margin: 0 auto;
}

header {
	width: 100%;
	margin: 0 auto;
	position: fixed; right: 0; left: 0; top: 0; z-index: 2;
	height: 130px;
}

nav {
	width: 80%;
	margin: 0 auto;
	font-size: 18px;
	font-family: 'FontBold', sans-serif;
	font-weight: bold;
}

ul {float:right; margin-top:56px;}

li {display:inline;}

/*effekt der gør at der kører en farve over teksten ved hoover*/

li a {color:#000000;}

li a::before {  
  transform: scaleX(0);
  transform-origin: bottom right;
}

li a:hover::before {
  transform: scaleX(1);
  transform-origin: bottom left;
}

li a::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  inset: 0 0 0 0;
  background: #D2A80E;
  z-index: -1;
  transition: transform .3s ease;
}

li a {
  position: relative;
  font-size: 18 px;
}


/* effekt slutter her. neden under er standard hoover

li a {color:#000000;}
li a:hover {color:#000000; -webkit-transition:300ms; -moz-transition:300ms; -ms-transition:300ms; transition:300ms;}
*/
li:nth-child(even) {margin: 0 20px;}

#logo {
	float: left;
	margin-top:25px;
}

#wrapperMobil {
		visibility:hidden; display: none;
	}

/*start på sideways tekst V*/

#text-sideways-v {
	position: fixed;
	left: -50px;
	top: 50%;
	z-index: 2;
	transform: rotate(-90deg);
	font-size: 18px;
	font-family: 'FontBold', sans-serif;
	font-weight: bold;
	}

#text-sideways-v a {color:#000000;}

#text-sideways-v a::before {  
  transform: scaleX(0);
  transform-origin: bottom right;
}

#text-sideways-v a:hover::before {
  transform: scaleX(1);
  transform-origin: bottom left;
}

#text-sideways-v a::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  inset: 0 0 0 0;
  background: #D2A80E;
  z-index: -1;
  transition: transform .3s ease;
}

#text-sideways-v a {
  position: relative;
  font-size: 18 px;
}

/*slut på sideways tekst V*/

/*start på sideways tekst H*/

#text-sideways-h {
	position: fixed;
	right: -20px;
	top: 50%;
	z-index: 2;
	transform: rotate(90deg);
	font-size: 18px;
	font-family: 'FontBold', sans-serif;
	font-weight: bold;
	}

#text-sideways-h a {color:#000000;}

#text-sideways-h a::before {  
  transform: scaleX(0);
  transform-origin: bottom right;
}

#text-sideways-h a:hover::before {
  transform: scaleX(1);
  transform-origin: bottom left;
}

#text-sideways-h a::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  inset: 0 0 0 0;
  background: #D2A80E;
  z-index: -1;
  transition: transform .3s ease;
}

#text-sideways-h a {
  position: relative;
  font-size: 18 px;
}

/*slut på sideways tekst H*/


h3 {
	font-family: 'FontBold', sans-serif;
	font-size:15px;
	line-height: 1.2;
	text-transform: uppercase;
}


/*video med tekst*/

h1 {
	text-align: center;
	font-size: 50px;
	font-family: 'FontBold', sans-serif;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
}


h5 {
	font-family: 'Font', sans-serif;
	font-size: 18px;
	display: block;
	width: 60%;
	margin: 0 auto;
	text-align: left;
	line-height: auto;
	font-weight: normal;
}

.video-forside {
	position:relative;
	margin: 0 auto;
	width: 100%;

}
.video-forside video {
    position:relative;
    z-index:0;
	width: 100%;
				height: auto;
}
.video-forside-tekst {
    position:absolute;
    top:0;
    left: 0;
	right: 0;
	margin-left: auto; 
  margin-right: auto;
    z-index:1;
	width: 60%;
	
	padding-top: 20%;
}

.video-forside-pil img {
width: auto;
    position:absolute;
    bottom:50px;
	left: 0;
	right: 0;
	margin-left: auto; 
  margin-right: auto; 
    z-index:1;
	-moz-transform:scale(0.5);
    -webkit-transform:scale(0.5);
    transform:scale(0.5);
}

.video-forside-mobil {
	visibility: hidden;
	display: none;

}




.afstand {
	clear: both;
	display: block;
	width: 100%;
	height: 100px;
}


#forside-graa {
	display: block;
	background: #DFE0DA;
	width: 60%;
	height: auto;
	margin: 0 auto 0 auto;
	padding: 45px 0 0 0;
	overflow: hidden
}

/*h4 bruges til overskrifter i kasser, 40 px*/

h4 {
	font-size: 40px;
	text-transform: uppercase;
	text-align: center;
	font-family: 'FontBold', sans-serif;
	font-weight: bold;
	color:#000000;
	display: block;
	margin-bottom: 40px;
}

#forside-graa span {
	font-size: 25px;
	text-align: center;
	font-family: 'FontBold', sans-serif;
	font-weight: bold;
	color:#000000;
	display: block;
	width:33%; float: left;
	padding: 0 0 50px 0;
}

#forside-graa span a {
    text-decoration: underline;
}

#forside-graa span a:hover {
    color: #D2A80E; -webkit-transition:300ms; -moz-transition:300ms; -ms-transition:300ms; transition:300ms;
}

/*h2 bruges til overskrifter, 50 px*/

h2 {
	font-size: 50px;
	text-transform: uppercase;
	text-align: center;
	font-family: 'FontBold', sans-serif;
	font-weight: bold;
	color:#000000;

}


/*article er de ni små bokse på forsiden til work*/

article {width:100%; margin: 0 auto 0 auto;}

.et {width: 33.33%; float: left; position: relative;}
.et-img {width:100%; display: block; transition: .5s ease; backface-visibility: hidden;}
.et-middle {transition: .5s ease; opacity: 0; position: absolute; top: 50%; left: 50%; -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); text-align: center;}
.et:hover .et-img {opacity: 0.3;}
.et:hover .et-middle {opacity: 1;}
.et-text {color:#000000; font-size: 30px; font-family: 'FontBold', sans-serif;}


/*logoer af kunder på forside*/

#clients-box {
	width:100%;
	margin: 0 auto;
	}

.clients-box {
	width:80%;
	margin: 0 auto ;
	}

#clients-box img {
		-moz-transform:scale(0.7);
    -webkit-transform:scale(0.7);
    transform:scale(0.7);
	float: left;
	margin:0px;
	width:20%;
	
	}





/*Footer*/

footer {
	width:100%;
	margin: 0 auto ;
	background: #DFE0DA;
	height: 125px;
	text-align: center;
	padding-top: 75px;
	}

footer a {
color:#000000;
	font-family: 'FontBold', sans-serif;
	font-size: 25px;
	margin: 0 25px 0 25px;
	}

footer a:hover {color:#D2A80E; -webkit-transition:300ms; -moz-transition:300ms; -ms-transition:300ms; transition:300ms;}



/*ALLE ANDRE SIDER END FORSIDEN*/

.video-top-side-mobil {
	visibility: hidden;
	display: none;
}

.video-top-side {
	position:relative;
	margin: 0 auto;
	width: 80%;

}
.video-top-side video {
    position:relative;
	margin-top: 200px;
    z-index:0;
	width: 100%;
	height: auto;
}

.video-top-side img {
    position:relative;
	margin-top: 200px;
    z-index:0;
	width: 100%;
	height: auto;
}

p {
    font-family: 'Font', sans-serif;
	font-size: 30px;
	display: block;
	width: 60%;
	margin: 0 auto;
	text-align: center;
	line-height: 40px;
}

p a {
    text-decoration: underline;
}

p a:hover {
    color: #D2A80E; -webkit-transition:300ms; -moz-transition:300ms; -ms-transition:300ms; transition:300ms;
}

#credit {
	display: block;
	background: #D2A80E;
	width: 80%;
	height: auto;
	margin: 0 auto 0 auto;
	padding: 45px 20px;
	overflow: hidden;
	text-align: center;
}

#credit span {
	font-size: 25px;
	line-height: 40px;
	text-align: center;
	font-family: 'FontBold', sans-serif;
	color:#000000;
}


/*images der fylder helt på siderne*/

#image {
	width:80%;
	margin: 0 auto;
}

#image img {
	width:100%;
	margin: 0 auto;
}

#image video {
	width:100%;
	margin: 0 auto;
}

/*to ting i spalter*/

#to-ting {
	width:80%;
	margin: 0 auto;
}

#to-ting-v {
	width:50%;
	float: left;
	display: block;
}

#to-ting-v video {
	width:100%;
}

#to-ting-v img {
	width:100%;
}

#to-ting-h {
	width:50%;
	display: block;
	float: left;
}


#to-ting-h img {
	width:100%;
}

#to-ting p {
	text-align: left;
	width: 80%;
}

/*Young Glory billede*/

.yg2 {
	display: block;
	text-align: center;
	margin: 0 auto 50px auto;;
	width: 50px;
}


.fed-tekst-about {
	font-family: 'FontBold', sans-serif;
}





/* ABOUT
Word generator css*/


#wordbox {
    /*opacity: 0;*/
    margin: 0 auto 10px auto;
    display: block;
    width: 40%;
    height: 80px;
    font-size: 30px;
    text-align: center;
	border: solid 5px #000;
	border-radius: 15px;
    color: #000;
    transition: 1s linear;
	font-family: 'Font', sans-serif;
}

#button {
  background: #D2A80E;
    border: 0;
    color: #000000;
    font-size: 30px;
	height: 60px;
    padding: 10px 50px;
    cursor: pointer;
    margin: 0 auto 60px;
    display: block;
    text-align: center;
    border-radius: 15px;
    font-weight: bold;
	font-family: 'FontBold', sans-serif;
	text-transform: uppercase;
}

#button:hover {
	background: #f3c311;
	transition:  0.5s ;

}

.top-about {
	position:relative;
	margin: 0 auto;
	width: 80%;

}

.top-about p {
	font-family: 'Font', sans-serif;
	font-size: 18px;
	display: block;
	width: 100%;
	margin: 0 auto;
	text-align: left;
	line-height: 30px;

}

.about-billede {
    position:relative;
	margin-top: 200px;
    z-index:0;
	width: 40%;
	margin-right: 8%;
	height: auto;
	float: left;
}

.about-billede img {
	width: 100%;
}

.about-text {
    position:relative;
	margin-top: 200px;
	padding-top: 5%;
    z-index:0;
	width: 50%;
	height: auto;
	float: left;
}



