/*
Theme Name: Nordic Seal 2.0
Theme URI: http://www.nordicseal.com
Version: 2.0
Author: Affair
Description: Theme designed by Affair AS for Nordic Seal
Author URI: https://affair.no
*/



/* standard nullstilling av html-koder */
html, body, div, span, object, iframe, header, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
	{
		margin: 0;
		padding: 0;
		border: 0;
		font-weight: inherit;
		font-style: inherit;
		font-size: 100%;
		font-family: inherit;
		vertical-align: baseline;
	}

table 
	{
		border-collapse: separate; border-spacing: 0;
	}
	
caption, th, td
	{
		text-align: left; font-weight: normal;
	}
	
table, td, th 
	{
		vertical-align: middle;
	}




/* fjern anførselstegn (") fra <q>, <blockquote> */
blockquote:before, blockquote:after, q:before, q:after 
	{
		content: "";
	}

blockquote, q
	{
		quotes: "" "";
	}




/* fjern ramme på lenkede bilder */
a img
	{
		border: none;
	}










/* basic */

html
	{
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

body
	{
		background: rgb(250,249,248);
		color: rgb(18,13,13);
		font-family: 'Noticia Text', serif;
		font-size: 16px;
		line-height: 24px;
		-webkit-text-size-adjust: 100%;
	}

h1 /* hovedtittel */
	{
		font-family: 'Hind', sans-serif;
		font-size: 80px;
		font-weight: 900;
		letter-spacing: -3px;
		line-height: 60px;
		text-transform: uppercase;
	}

h1 .orange
	{
		color: rgb(237,107,6);
	}

h2 /* ingress */
	{
		font-size: 20px;
		line-height: 28px;
	}
	

h3 /* mellomtittel */
	{
		font-family: 'Hind', sans-serif;
		font-size: 22px;
		font-weight: 500;
		letter-spacing: 0px;
		margin: 27px 0 5px 0;
		padding: 0 0 5px 0;
		text-transform: uppercase;
	}

h4 /* mellomtittel 2 */
	{
		font-family: 'Hind', sans-serif;
		font-size: 16px;
		font-weight: 700;
		letter-spacing: 1px;
		margin:  10px 0 0 0;
		padding: 0 0 5px 0;
		text-transform: uppercase;
	}

p /* brødtekst */
	{
		padding: 0 0 14px 0;
	}

p a
	{
		color: rgb(142,54,11);
		text-decoration: none;
	}

p a:hover
	{
		color: rgb(237,107,6);
	}

.clear
	{
		clear: both;
	}



@media only screen and (max-width: 999px) {

h1
	{
		font-size: 70px;
		line-height: 55px;
	}

/*h2
	{
		font-size: 24px;
		line-height: 32px;
	}
*/
h3
	{
		font-size: 24px;
		line-height: 34px;
	}

p
	{
		font-size: 16px;
		line-height: 22px;
	}

iframe
	{
		width: 100%;
	}

}



@media only screen and (max-width: 640px) {

h1
	{
		font-size: 60px;
		line-height: 45px;
	}

}



@media only screen and (max-width: 480px) {

h1
	{
		font-size: 60px;
		line-height: 45px;
	}

p
	{
		font-size: 17px;
		line-height: 25px;
	}

}




/* general containers */



.width-full
	{
		width: 100%;
	}

.width-1
	{
		margin: 0 auto;
		max-width: 1260px;
		width: 100%;
	}

.width-2
	{
		margin: 0 auto;
		max-width: 1045px;
		width: 100%;
	}

.width-3
	{
		margin: 0 auto;
		max-width: 1045px;
		width: 100%;
	}

.wrap-margin
	{
		margin: 0;
		-webkit-transition: margin 0.5s; /* Safari prior 6.1 */
		transition: margin 0.5s;
	}



@media only screen and (max-width: 1300px) {

.wrap-margin
	{
		margin: 0 20px;
	}
}





/* header */

header
	{
		background: #fff;
		height: 70px;
		margin: 0 auto;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 1;
	}

header.front
	{
		background: none;
		height: 100px;
	}

nav
	{
		margin: 0 auto;
		padding: 30px 0 0 0;
		position: relative;
		width: 100%;
	}

.logo
	{
		background: url(img/NordicSeal-logo.svg) no-repeat center center;
		background-size: 160px 30px;
		float: left;
		height: 69px;
		padding: 0;
		width: 200px;
		z-index: 2;
	}

nav ul
	{
		float: right;
		font-family: 'Hind', sans-serif;
		font-size: 18px;
		font-weight: 400;
		list-style: none;
		margin-top: -5px;
		text-transform: uppercase;
	}

nav ul li
	{
		float: left;
		padding: 0 0 0 23px;
		text-align: right;
	}

nav ul li.first-menu-item
	{
		padding-left: 0;
	}

nav ul li.last-menu-item
	{
		display: none;
	}

nav ul li a
	{
		color: rgb(0,0,0);
		text-decoration: none;
		
		transition: all .15s ease-in-out;
		-moz-transition: all .15s ease-in-out;
		-webkit-transition: all .15s ease-in-out;
	}

nav ul li a:hover
	{
		color: rgb(252,120,43);
	}

nav ul li.current-menu-item a, nav ul li.current-page-item a, nav ul li.current-page-ancestor a, nav ul li.current_page_parent a
	{
		color: rgb(252,120,43);
	}

nav ul li.menu-item-has-children ul a
	{
		color: rgb(200,200,200);
	}

nav ul li.menu-item-has-children ul a:hover
	{
		color: rgb(252,120,43);
	}

nav ul ul
	{
		background: rgba(255,255,255,0.95);
		display: none;
		float: right;
		font-size: 40px;
		font-weight: 800;
		letter-spacing: -2px;
		line-height: 40px;
		margin: 0 0 0 -15px;
		padding: 30px 0 8px 0;
		position: absolute;
		z-index: 999;
	}

nav ul li:hover ul
	{
		display: block;
	}
	
nav ul ul li
	{
		float: none;
		margin: 0;
		text-align: left;
		padding: 0 35px 0 15px;
	}

nav ul ul li a
	{
		color: rgb(100,100,100);
	}

nav ul ul li.current-menu-item a, nav ul ul li.current-page-item a
	{
		color: rgb(0,0,0);
	}



@media only screen and (max-width: 800px) {

.container
	{
		background: rgb(0,0,0);
	}

header
	{
		background-color: transparent;
		height: 35px;
	}

nav
	{
		width: auto;
	}

.logo
	{
		background: url(img/nordicseal-logo-web.png) no-repeat left top;
		background-size: 80%;
	}

nav ul
	{
		display: none;
		width: auto;
	}

nav ul li
	{
		float: none;
		padding: 0;
	}

}









/* forsiden */

.hovedbilde
	{
	    align-items: center;
		display: flex;
		max-height: 620px;
		overflow: hidden;
	    position: relative;
		width: 100%;
	}

.hovedbilde img
	{
	    height: auto;
	    width: 100%;
	}

.wrap-intro
	{
		 left: 50%;
		 max-width: 1045px;
		 position: absolute;
		 top: 150px;
		 transform: translateX(-50%);
		 -webkit-transform: translateX(-50%);
		 width: 100%;
	}

h1.intro
	{
		color: rgb(0,0,0);
		font-family: 'Noticia Text', serif;
		font-size: 40px;
		font-weight: 400;
		letter-spacing: -1px;
		line-height: 50px;
		text-transform: none;
		max-width: 640px;
		width: 100%;
	}
	
	
	
/* bokser forsiden og nyhetssiden */

*
	{
	  box-sizing: border-box;
	}

.boxes
	{
		display: flex;
		flex-wrap: wrap;
		margin-top: 30px;
		padding-top: 25px;
	}

.news-list ul, .news-list li
	{
		list-style: none;
		margin: 0;
		padding: 0;
	}

.box
	{
		display: flex;
		padding: 0.5em !important;
		width: 25% !important;
	}


@media all and (max-width: 999px) {
  .box {
    width: 33.33% !important;
  }
}
@media all and (max-width: 600px) {
  .box {
    width: 100% !important;
  }
}

.box-content
	{
		background-color: #fff;
/*		border: 1px solid rgb(245,243,242);
*/		display: flex;
		flex-direction: column;
		padding: 0;
		width: 100%;
	}

.box_pic
	{
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		height: 170px;
		width:  100%;
	}

.box-content img
	{
		width: 100%;
		height: auto;
	}

.box-content h2
	{
		font-family: 'Hind', sans-serif;
		font-size: 22px;
		font-weight: 500;
		line-height: 26px;
		padding: 25px 20px 5px 20px;
	}

.box-content p
	{
		flex: 1 0 auto;
		font-size: 14px;
		line-height: 20px;
		padding: 0 20px 25px 20px;
	}
	




.news-list
	{
		margin-top: 200px;
	}

.boxes a
	{
		color: inherit;
		text-decoration: none;
	}

.boxes a:hover
	{
		background: rgb(245,243,242);
	}

.boxes a:hover h2
	{
		color: rgb(237,107,6);
	}




@media only screen and (max-width: 999px) {



}



@media only screen and (max-width: 640px) {

.wrap-intro
	{
		margin-top: 20px;
		position: inherit;
		transform: none;
		-webkit-transform: none;
	}
	
h1.intro
	{
		font-size: 30px;
		letter-spacing: -1px;
		line-height: 36px;
	}

}



@media only screen and (max-width: 480px) {



}





/* single post - news */

article.single .news-tag
	{
		background: rgb(252,120,43);
		border-radius: 0px 0 3px 3px;
		color: #fff;
		display: inline-block;
		font-family: 'Hind', sans-serif;
		font-weight: 500;
		margin: 150px 0 50px 0;
		padding: 7px 15px 5px 15px;
		width: auto;
	}

article.single .tittel h1
	{
		font-weight: 300;
		line-height: 80px;
		margin-top: 200px; /* må dekativeres hvis news-tag aktiveres single.php */
		text-transform: none;
	}



@media only screen and (max-width: 800px) {

article.single .tittel h1
	{
		line-height: 65px;
		margin-top: 150px; /* må dekativeres hvis news-tag aktiveres single.php */
	}

}




/* artikkel */



article .tittel
	{
		margin: 0 0 30px 0;
		padding: 0;
	}

article .ingress
	{
		float: left;
		margin: 35px 10% 0 0;
		padding: 0 0 0 0px;
		width: 25%;
	}

.ingress-strek
	{
		background: rgb(0,0,0);
		border-radius: 2px;
		height: 4px;
		margin-bottom: 20px;
		width: 90px;
	}

article .ingress .downloads, article .ingress .takontakt
	{
		font-family: 'Hind', sans-serif;
		font-weight: 500;
		margin: 110px 0 10px 0;
	}

article .ingress .downloads a
	{
		color: rgb(125,125,125);
		position: relative;
		text-decoration: none;
		top: 0px;
	}

article .ingress a.takontakt
	{
		color: rgb(125,125,125);
		position: relative;
		text-decoration: none;
		top: -10px;
	}

article .ingress .downloads a:hover, article .ingress a.takontakt:hover
	{
		text-decoration: underline;
	}
	
article .ingress .downloads .fa
	{
		color: rgb(237,107,6);
		margin: 0 12px 0 0;
	}
	
article .ingress .fa
	{
		color: rgb(237,107,6);
		margin: 0 19px 0 0;
	}

article .hoved
	{
		float: right;
		margin: 35px 0px 0 0px;
		width: 65%;
	}

article .hoved figure
	{
		margin: 0;
	}

article .hoved img
	{
		width: 100%;
		height: auto;
	}

article .hoved ul
	{
		list-style-type: square;
		padding-left: 20px;
	}

.artikkel-hovedbilde
	{
		background: #e7e7e7;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		margin: 100px 0 75px 0;
		height: 100%;
		min-height: 500px;
		min-width: 100%;
		width: 100%;
	}

article .hovedbilde-kart
	{
		margin: 0px 0 60px 70px;
	}

article .bilde img.size-hovedbilde
	{
		width: 1000px;
	}

article img
	{
		margin: 22px 0 0 0;
	}
	
.n2-section-smartslider
	{
		margin-top: 55px;
	}



@media only screen and (max-width: 800px) {

.artikkel-hovedbilde
	{
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		margin: 0px 0 75px 0;
		min-height: auto;
		min-width: auto;
		height: 250px;
		width: auto;
	}

article .bilde img.size-hovedbilde
	{
		width: auto;
		max-height: 350px;
	}

article .hoved
	{
		float: none;
		margin: 35px 0px 0 0px;
		width: 100%;
	}

article .ingress
	{
		float: none;
		margin: 35px 10% 0 0;
		padding: 0 0 0 0px;
		width: 100%;
	}

article .ingress .downloads
	{
		margin: 35px 0 10px 0;
	}


article .ingress .takontakt
	{
		margin: 20px 0 50px 0;
	}

}





/* partner */


.customer-logo {
/*	border-right: 3px solid rgba(0,0,0,0);
*/	float: left;
	height: 25%;
	width: 25%;
}

figure.customer-logo img
	{
		margin: 0;
		padding: 0 5px 0 0;
	}





.partnerwrap
	{
		font-family: 'Hind', sans-serif;
		font-size: 14px;
		margin-top: 35px;
	}
	
.partnerwrap a
	{
		color: rgb(237,107,6);
		text-decoration: none;
	}

.partnerwrap a:hover
	{
		color: rgb(142,54,11);
	}

/*.contry
	{
		background: #eee;
		display: block;
		font-size: 18px;
		font-weight: 700;
		margin: 0px 0 15px 0;
		padding: 0px;
		text-transform: uppercase;
	}
*/
.name
	{
/*		background: #fff;
*/		border-bottom: 2px solid #000;
/*		border-top: 2px solid #000;
*/		color: #000;
		display: block;
		font-size: 16px;
		font-weight: 700;
		line-height: inherit;
		margin: 0px;
		padding: 10px 8px 8px 15px;
		text-transform: uppercase;
	}

ul.partnerfacts
	{
		background: #fff;
/*		border: #eee solid 1px;
*/		margin: 0 0 45px 0;
		padding: 8px;
	}

ul.partnerfacts, ul.partnerfacts li
	{
		list-style-type: none;
	}

ul.partnerfacts li
	{
		padding: 4px;
	}

/*.address, .phone, .mail, .web, .category, .industry
	{
		border-bottom: 1px solid #eee;
		display: block;
		margin: 5px 5px 0 5px;
	}
*/
.address b, .phone b, .mail b, .web b, .category b, .industri b
	{
		font-weight: 600;
	}
	
	

.select-style {
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
    width: 120px;
    border-radius: 3px;
    overflow: hidden;
    background-color: #fff;

    background: #fff url("http://www.scottgood.com/jsg/blog.nsf/images/arrowdown.gif") no-repeat 90% 50%;
}

.select-style select {
    padding: 5px 8px;
    width: 130%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.select-style select:focus {
    outline: none;
}

.big {
  font-size: 1.2em;
}

/* Custom dropdown */
.custom-dropdown {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0px 10px 25px 0 /* demo only */
}

.custom-dropdown select {
	font-family: 'Hind', sans-serif;
  background-color: rgb(70,70,70);
  color: #fff;
  font-size: inherit;
  padding: .5em;
  padding-right: 2.5em; 
  padding-left: 1em; 
  border: 0;
  margin: 0;
  border-radius: 3px;
  text-indent: 0.01px;
  text-overflow: '';
  -webkit-appearance: button; /* hide default arrow in chrome OSX */
}

.custom-dropdown::before,
.custom-dropdown::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.custom-dropdown::after { /*  Custom dropdown arrow */
  content: "\25BC";
  height: 1em;
  font-size: .625em;
  line-height: 1;
  right: 1.2em;
  top: 50%;
  margin-top: -.5em;
}

.custom-dropdown::before { /*  Custom dropdown arrow cover */
  width: 2em;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0 3px 3px 0;
}

.custom-dropdown select[disabled] {
  color: rgba(0,0,0,.3);
}

.custom-dropdown select[disabled]::after {
  color: rgba(0,0,0,.1);
}

.custom-dropdown::before {
  background-color: rgba(0,0,0,.15);
}

.custom-dropdown::after {
  color: rgba(0,0,0,.4);
}






/* kontakt */

article.kontakt .tittel
	{
		margin-top: 200px;
	}

#map
	{
		width: 900px;
		height: 380px;
	}


@media only screen and (max-width: 999px) {

#map
	{
		width: 100%;
	}

}



@media only screen and (max-width: 640px) {

#map
	{
		height: 220px;
	}

}



@media only screen and (max-width: 480px) {

#map
	{
		height: 180px;
	}

}


	
	
/* footer */

footer
	{
/*		background: rgb(255,255,255);
*/		background: rgb(18,13,13);
		font-family: 'Hind', sans-serif;
		margin: 50px 0 0 0;
		padding: 15px 0;
		width: 100%;
	}

.footer_wrap
	{
		color: rgb(255,255,255);
		font-size: 16px;
		line-height: 21px;
		margin: 0 auto;
		max-width: 1260px;
		padding: 0 0px 25px 0px;
		width: 100%;
	}

.footer_wrap a
	{
		color: rgb(252,120,43);
		text-decoration: none;
	}

.footer_wrap a:hover
	{
		color: rgb(142,54,11);
	}

.footer_wrap h2
	{
		color: rgb(255,255,255);
		font-size: 16px;
		font-weight: 700;
		text-transform: uppercase;
	}

.footer-1
	{
		color: rgb(180,180,180);
		float: left;
		font-weight: 400;
		padding: 20px 0;
		width: auto;
	}

.footer-2
	{
		color: rgb(180,180,180);
		float: right;
		padding: 20px 0;
		width: auto;
	}

.footer-3
	{
		background: url(img/x.svg) no-repeat center center;
		float: left;
		height: 120px;
		padding: 0;
		width: 61px;
	}



@media only screen and (max-width: 999px) {

footer
	{
		min-width: 0px;
	}

.footer_wrap
	{
		padding: 0 0 25px 0;
		width: 100%;
	}

.footer-1, .footer-2, .footer-3
	{
		float: none;
		text-align: center;
		width: 100%
	}

}


@media only screen and (max-width: 480px) {
	
.footer_wrap
	{
		padding: 0 5% 15px 5%;
		width: 90%;
	}
}