body{
	background: url(../img/bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: 'Merriweather', serif;
	color: rgb(77,77,77);
}

body {
    opacity: 1;
    transition: .75s opacity;
}
body.fade-out {
    opacity: 0;
    transition: none;
}


img{
	width: 100%;
}

/*div*/
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

.margin-bot{
	margin-bottom: 20px;
}
.margin-bot2{
	margin-bottom: 33px;
}

.margin-bot-15{
	margin-bottom: 15px;
}

.margin-bot-10{
	margin-bottom: 10px;
}

.margin-bot-0{
	margin-bottom: 0px;
}

.margin-top{
	margin-top: 25px;
}

.margin-top-15{
	margin-top: 15px;
}

.padding-top-40{
	padding-top: 40px;
}

.padding-top{
	padding-top: 15px;
}

.padding-top-5{
	padding-top: 5px;
}

.padding-bottom-15{
	padding-bottom: 15px;
}

.hideontablet{
	display:inline;
}


@media only screen and (min-width:449px) and (max-width: 767px)  {
	.hideontablet{
		display:none;
	}
}

.hideondesk{
	display: none;
}

@media only screen and (max-width: 767px)  {
	.hideondesk{
		display:block;
	}
}

.hideonlg{
	display: none;
}

@media only screen and (max-width: 1199px)  {
	.hideonlg{
		display:block;
	}
}

.showonlg{
	display: inline-block;
}

@media only screen and (max-width: 1199px)  {
	.showonlg{
		display:none;
	}
}

.showonmobile{
	display: none;
}

@media only screen and (max-width: 767px)  {
	.showonmobile{
		display:inline-block;
	}
}


.hideonmobile{
	display: block;
}

@media only screen and (max-width: 767px)  {
	nav ul .hideonmobile{
		display:none;
	}

}

.hideonmobile2{
	display: block;
}

@media only screen and (max-width: 767px)  {
	.hideonmobile2{
		display:none;
	}

}

.green{
	background-color: rgba(86, 150, 0, 0.7);
}

/*menu*/

.navbar{
	max-height: 30px;
	min-height: 1px;
	border-style: none;
	border-width: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

@media screen and (max-width: 767px) {
	.navbar{
	max-height: 50px;
	min-height: 50px;
	height: 50px;
}

}

.navbar-default{
	background-color: rgba(86, 150, 0, 0.8);
	margin-bottom: 5px;
	z-index: 9999;
}

.navbar-default .container-fluid ul li a{
	padding: 6px 40px 2px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size:12px;
	color:#fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;

}

@media only screen and (min-width:815px) and (max-width: 1120px)  {
	.navbar-default .container-fluid ul li a{
		padding:6px 20px 2px;
	}
	
}

@media only screen and (min-width:767px) and (max-width: 814px)  {
	.navbar-default .container-fluid ul li a{
		padding:6px 15px 2px;
	}

}

.navbar-default .container-fluid ul li a:focus{
	color:#fff;
}

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

	.navbar-default .container-fluid ul li a{
		color:#000;
	}

	#myNavbar{
		background-color: rgba(255,255,255, 0.95);
		width: 80%;
		margin:0 auto;
	}
}

.navbar-default .navbar-toggle .icon-bar{
	background-color: #fff;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
	background-color: rgba(255,255,255, 0.25);
}

@media screen and (min-width: 768px) {
	.dropdown:hover .dropdown-menu {
	    display: block;
	    margin-top: 0; // remove the gap so it doesn't close
	 }
}


nav .dropdown-menu{
 	background-color: rgba(185,185,185,0.75);
 }

.navbar-default .container-fluid ul li ul li a{
	color: rgb(77,77,77);
}

.navbar-default .container-fluid ul li ul li a:hover{
	color: #fff;
	background-color: rgba(255,255,255,0);
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
	color: #fff;
	background-color: rgba(255,255,255,0);
}

@media screen and (max-width: 767px) {
	.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
		color: rgb(77,77,77);
		background-color: rgba(255,255,255,0);
	}

	.navbar-default .navbar-nav .open .dropdown-menu > li > a{
		text-align: center;
	}
}

.navbar-default .container-fluid ul li .samsinglogo{
	padding:0;
	height: 30px;
	width: 80px;
}

.navbar-collapse{
	position: relative;
	z-index: 9999;
}

/*centrer menu*/

.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
}

.navbar-brand{
	height: 50px;
	padding:0 15px;

}

@media screen and (max-width: 768px){
	.nav .dropdown-menu{
		position: relative;
		box-shadow: 0 0px 0px rgba(0, 0, 0, .175);
		display: block;
		text-align: center;
		background-color: rgba(200,200,200,0.1);
		border:none;
		float: none;
	}
	.nav .dropdown .dropdown-menu{
		padding-top: 2px;
	}
	.navbar-default .container-fluid ul li a{
		padding-top: 2px;
	}
}



/*footer*/

footer{
	box-shadow: 0px 500px 0px 500px rgba(255,255,255,1);
	margin-bottom: 45px;
}

@media screen and (max-width: 800px){
	footer{
	margin-bottom: 60px;
	}
}

@media screen and (max-width: 735px){
	footer{
	margin-bottom: 100px;
	}
}

.footer{
	text-align: center;
}

.footer ul{
	list-style: none;	
	display: inline-block;
  	float: none;
  	vertical-align: top;
  	margin-top:30px;
  	padding:0;
}

.footer li{
	float: left;
	padding: 0 20px;
}

@media only screen and (min-width:767px) and (max-width: 1120px)  {
	.footer li{
		padding: 0 10px;
	}
	
}

.footer ul li a{
	color:rgba(140, 198, 63, 1);
	font-size: 12px;
	text-decoration: underline;
}

.copyright p{
	font-size: 9px;
	display: inline-block;
}

.logofooter{
	width: 10%;
	min-width: 80px; 
	display: inline-block;
}

.copyright{
	width: auto;
}

.break800px{
	display: none;
}

@media only screen and (max-width: 800px)  {
	.copyright{
		padding-bottom: 8px;
	}

	.break800px{
		display: inline-block;
	}
	
}

.copyright p a{
	color: rgb(77,77,77);
}

@media only screen and (max-width:767px){
	.footer li{
		display: block;
		float: none;
	}

}

.fixedbottom{
	position: fixed;
	right: 0;
	left: 0;
	bottom: 0;
	max-width: 100%;
	background-color: rgba(255,255,255,0.85);
	display: none;
}


.socialmedia{
	width: 10%;
	max-width: 20px; 
	display: inline-block;
	margin: 0 0 0 5px;
}

/*fonts*/

.matchheight a{
	color: rgb(77,77,77);
	transition: all 0.3s ease;
}

.matchheight a:hover{
	color: rgba(140, 198, 63, 1);
	text-decoration: none;
}


p{
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0;
	line-height: 20px;	
}

h1{
	font-style:italic;
	font-size: 24px;
	font-weight: 600;
	margin-top: 15px;
	margin:20px 0 20px 0;
}

.forside h1{
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 38px;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 25px;
	margin-top:12px;
	letter-spacing: 2.5px;
	font-style:normal;
}

.imgh1 h1{
	margin-bottom: -7px;
}

.green h1{
	margin-top:45px;
	margin-bottom: 25px;
	color:#fff;
}

h2{
	font-style:italic;
	font-size: 24px;
	font-weight: 600;
	margin: 20px 0 30px;
}

h2 a{
	font-style:italic;
	font-size: 24px;
	font-weight: 600;
	margin: 20px 0 30px;
	transition: all 0.3s ease;
}

.matchheight h2 a:hover{
	color: rgba(140, 198, 63, 1);
}

.matchheight h2{
	margin: 15px 0 10px;
}

h3{
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 900;
	margin-top: 2px;
	margin-bottom:30px;
	letter-spacing: 1px;
	line-height: 22px;
}

h4{
	font-size: 20px;
	margin-bottom:20px;
	text-align: center;
	font-weight: 300;
	line-height: 25px;
	letter-spacing: 1px;

}

.green h4{
	color:#fff;
}

h5{
	text-align: center;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0;
	font-size: 18px;
	line-height: 24px;
}

h6{
	font-family: 'Oswald', sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
}

.green .forside p{
	text-align: center;
	margin-bottom: 50px;
}

.green .forside a{
	font-size: 14px;
	color:#fff;
	text-decoration: underline;
	transition: color 0.3s ease;
}

.green .forside a:hover{
	color: rgb(77,77,77);
}

@media only screen and (min-width:449px) and (max-width: 767px)  {
	.green h4{
		font-size: 2.5vw;
		line-height: 3.2vw;
	}

	p{
		font-size: 1.7vw;
	}

	.tilbud li{
		font-size: 1.7vw;
	}
	
	h2{
		font-size: 2.9vw;
	}
}

.centertekst{
	text-align: center;
}

.teksthvid{
	color: #fff;
}

.tekstsort{
	color: rgb(77,77,77);
}

.tekstorange{
	color: rgba(255, 204, 0, 1);
}

.tekst{
	margin-bottom: 25px;
}

.tekst p a{
	color: rgb(77,77,77);
	font-style: italic;
	text-decoration: underline;	
	transition: all 0.3s ease;
}

.tekst p a:hover{
	color:rgba(140, 198, 63, 1);
} 

.tekstgraa p a{
	color:rgba(255, 204, 0, 1);
	text-decoration: underline;
	transition: all 0.3s ease;	
}

.tekstgraa p a:hover{
	color:rgba(255, 255, 255, 1);
}

.tekstorange a{
	color: rgba(255, 204, 0, 1);
	text-decoration: none;
	font-size: 20px;
}

.tekstorange a:hover{
	color: #fff;
	text-decoration: none;
}

.tekstgraa .linkhvid a{
	color: #fff;
}

.tekstgraa .linkhvid a:hover{
	color: rgba(255, 204, 0, 1);
}

.linksort a{
	color: rgb(77,77,77);
	text-decoration: underline;
	font-size: 18px;
}

.linksort a:hover{
	color: rgba(255, 204, 0, 1);
}

@media only screen and (max-width:490px) {
	.linksort a{
		font-size: 14px;
	}
}

.sortlink h2{
	padding-left: 12px;
	padding-right: 12px;
}

.sortlink p{
	padding-left: 12px;
	padding-right: 12px;
}

.fedskrift{
	font-weight: 900;
}


/*content på index*/

.jumbo-img{
	width: 100%;
	max-height:500px;
	overflow: hidden;
}

.sortlink{
	position: relative;
	padding-bottom: 45px;
	margin-bottom: 45px;
	padding-left: 2%;
	padding-right: 2%;
}

.sortlink .laesmere{
	position: absolute;
	display: block;
	bottom:0;
	width:96%;
	line-height: 30px;
	background-color: rgb(31,39,44);
	font-size: 12px;
	font-style: italic;
	color: rgba(140, 198, 63, 1);
	padding-left: 12px;
	padding-right:12px;
	transition: all 0.3s ease;

}

@media only screen and (min-width:768px) and (max-width: 991px)  {
	.sortlink .laesmere{
		font-size: 9px;
	}

}

@media only screen and (min-width:449px) and (max-width: 767px)  {
	.sortlink .laesmere{
		font-size: 1.7vw;
	}

}

.sortlink a:hover{
	color:#fff;
}

.ikon{
	width:35%;
	margin:0 auto;
}

@media only screen and (max-width: 449px)  {
	.ikon{
		width:25%;
	}

}

.ikon {
	position:relative;
}
.ikon a img:last-child{
	opacity:0;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.ikon a:hover img:first-child{
	opacity:0;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
.ikon a:hover img:last-child{
	opacity:1;
}

.referencer p{
	text-align: center;
	margin-bottom: 50px;
	margin-top:15px;
}

.referencer a{
	font-size: 14px;
	color: rgb(77,77,77);
	font-style: italic;
	text-decoration: underline;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.referencer a:hover{
	color: rgba(140, 198, 63, 1);
}

.greenspacer{
	height:5px;
	background-color: rgba(140, 198, 63, 1);
}

.hvid{
	background-color: #fff;
}


.center{
	text-align: center;
}

/*content på Annoncer*/

.graabg{
	background-color: rgba(2,2,2, 0.65);
}

.imgrounded{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:3px solid #fff;
}

.blackspacer{
	border:1px solid rgb(70,70,70);
	margin: 10px -15px;	
}

.whitespacer{
	border:1px solid rgba(255,255,255,1);
	margin: 10px -15px;	
}

.tilbud-spacer{
	border:1px solid #fff;
	margin: 10px -15px;	
}

.lol{
	display: none;
}

@media (max-width: 767px)  {
	.lol{
		display: block;
	}

}

/*content på trykte annoncer*/
.ikonlille{
	width: 10%;
	float: left;
	margin-right: 10px;
}

.ikonlille {
	position:relative;
}
.ikonlille a img:last-child{
	opacity:0;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.ikonlille a:hover img:first-child{
	opacity:0;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
.ikonlille a:hover img:last-child{
	opacity:1;
}


.faktahvid{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:1px solid #fff;
	padding:15px 30px;
	margin-bottom: 15px;
}

.faktahvid2{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:1px solid #fff;
	padding:15px;
	margin-bottom: 15px;
}

.faktahvid p, .faktahvid2 p{
	line-height: 22px;
}

@media only screen and (max-width:450px) {
	.paddingonmobile{
		padding-bottom: 15px;
	}
}

/*content på digital design*/
.teksthvid .digitaldesign p{
	margin: 20px 0;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	font-family: oswald, sans-serif;
	letter-spacing: 1px;
}

.teksthvid .digitaldesign p a{
	color:rgb(30,30,30);
	transition: all 0.3s ease;
}

/*content på grafisk design*/

.tilbud{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:1px solid #fff;
	padding:15px 15px 70px;
	margin-bottom: 15px;
	background-color: rgba(255,255,255,.2);
	position: relative;
}

.tilbud ul{
	padding-left: 15px;
	margin-bottom: 0;
}

.tilbud li {
	font-size: 10px;
	font-weight: 300;
	color:#fff;
	line-height: 17px;
}

.tilbud-knap a{
	position: absolute;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	text-decoration: none;
	font-style: normal;

	margin: 0;
	bottom: 10px;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;	
	display: block;
	text-transform: uppercase;
	width: 90%;
	height: 30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:1px solid #fff;
	margin:0 auto;
	background-color: rgba(255,255,255,.5);
}

.tilbud-knap a:hover{
	background-color: rgba(140, 198, 63, 1);
	color: rgba(255,255,255,1);
}

.tilbud p {
	font-size: 10px;
	line-height: 14px;
	color: #fff;
	text-align: center;
}

.textverticalalign{
	display: table-cell;
	vertical-align: middle;
	width: 400px;
}

.storpris{
	font-size: 24px;
}


/*content på pakkesiderne*/

.pakker{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:1px solid rgb(77,77,77);
	padding:15px;
	margin-bottom: 25px;
	background-color: rgba(30,30,30,.2);
	position: relative;
}

.pakker h2{
	font-family: 'Oswald', sans-serif;
	font-style: normal;
	margin: 4px 0;
	font-weight: 400;
}

@media only screen and (max-width: 767px) and (min-width: 449px){
	.pakker h2{
		font-size: 24px;	
	}
}

.h2mindre{
	font-size: 20px;
}

.pakker ul{
	padding-left: 15px;
	margin-bottom: 15px;
}

.pakker li {
	font-size: 14px;
	font-weight: 400;
	color:rgb(77,77,77);
	line-height: 20px;
	margin-bottom: 4px;
}

.pakker p {
	font-size: 14px;
	line-height: 20px;
	font-style: italic;
}

.pakker .tekstnormal{
	font-style: normal;
	margin-bottom: 4px;
}

.oswald{
	font-family: 'Oswald', sans-serif;
	letter-spacing: 1px;
	font-weight: 600;
}

.pakker .h2pris{
	font-size: 30px;
	text-align: center;
	padding-bottom: 10px;
	font-weight: 600;
}


/*tilpas pakker accordian menu*/

button.accordion {
	background-color: rgba(0,0,0,0);
	padding:0 0 2px 0;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    font-family: oswald, sans-serif;
    font-weight: 400;
    font-size: 18px;
}

button.accordion.active, button.accordion:hover {
    background-color: rgba(0,0,0,0);
}

div.panel {
    background-color: rgba(255,255,255,0.0);
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
    margin: 0;
    border: 0px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
}

div.panel.show {
    opacity: 1;
    max-height: 500px;
}

/*content på mix siden*/

@media only screen and (min-width:449px) and (max-width: 991px)  {
	.mixmargintop{
		margin-top: 15px;
	}
}

.mix a{
	color:rgb(70,70,70);
}

.mix a:hover{
	color: rgba(255, 204, 0, 1);
}

.rightindenttab{
	float: right;
}

/*content til kurser*/
.kursus .tekstnormal{
	font-style: normal;
}

.h5mindre{
	font-size: 16px;
}

.mix ul{
	padding-left: 0px;
	margin-bottom: 15px;
	margin-top: 8px;
}

.mix ul li {
	list-style: none;
}

.kursus li {
	font-size: 14px;
	line-height: 20px;
	font-weight: 300;
	padding-top: 10px;
}

.tilbud .pkursuspakke{
	font-family: oswald, sans-serif;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
	padding-top: 12px;
	padding-bottom: 4px;
}

/*content på cases*/
.imglink a{
	background-color: rgba(255,255,255,0);
}

.caseimg{
	width: 50%;
	float: right;
	margin-left: 15px;
}

.forside .casesh1{
	font-size: 50px;
	line-height: 64px;
	margin-top: 25px;
	margin-bottom: 10px;
}

/*content på om os*/
.teamet h3{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 15px;
	padding: 0 0 0 0;
	margin: 0;
	line-height: 24px
}

.adresse h3{
	text-align: left;
	margin-top: 0px;
	margin-bottom: 2px;
	font-size: 18px;
	text-transform: none;
	letter-spacing: 0px;
}

.adresse h6{
	font-family: 'Oswald', sans-serif;
	letter-spacing: 0px;
	margin: 0;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	font-weight: 400;
	text-transform: none;
}

.adresse h6 a{
	color:#fff;
}

.logomobil{
	height: 50px;
	width: 150px;
}


.casestyle{
	position: relative;

}

.showhidecaption{
	position: absolute;
	bottom: 15px;
	left: 15px;
	right: 15px;
	display: none;
}


@media only screen and (max-width:449px)  {
	.showhidecaption{
		position: relative;
		display: block;
		top: 15px;
		right: 0;
		left: 0;
	}
}

.borderbund{
	border-bottom:1px solid rgba(70,70,70,0.5);
}

/*sticky menu styling*/

nav.nav-fixed{
	position: fixed;
	top: 0px; /*skal være 30 hvis vi skal ahve den sorte bar på*/
	width: 100%;
}
#slider.nav-fixed{
	display: none;
}

.top-bar{
	width: 100%;
	height: 0px; /*skal være 30 hvis vi skal ahve den sorte bar på*/
	position: fixed;
	top: 0;
	background-color: black;
	z-index: 1;
}
#slider{
	/*margin-top: 30px;  same as top-bar height */ 
}


/* ---------------------------------------- Form ---------------------------------------- */

#form {
	width: 100%;
	padding:0;
}

/*label{
	display:block;
	float:left;
	clear:left;
	width:100%;
	margin-top:10px;
	font-size:12px;
	margin-bottom: 2px;
	font-weight: 300;
}*/

input[type=text], input[type=email]{
	width:100%;
	margin-top:0px;
	height:50px;
	padding-left:20px;
	font-size:14px;
	margin-bottom: 15px;
	border: 1px solid #fff;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	color:#fff;
	background-color: rgba(0,0,0,0);
	font-family: oswald, sans-serif;
}

textarea{
	margin-top: 0px;
	width: 100%;
	height:180px;
	overflow:auto;
	resize:none;
	padding:13px 20px 8px 20px;
	font-size:14px;
	margin-bottom: 15px;
	border: 1px solid #fff;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	color:#fff;
	background-color: rgba(0,0,0,0);
	font-family: oswald, sans-serif;
}


input[type=submit]{
	margin-left:5px;
}

input[type=submit], input[type=reset]{
	width:135px;
	cursor:pointer;
	border: none;
	line-height: 36px;
	margin-top: 4px;
	margin-bottom: 25px;
	border: 1px solid #fff;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	color:#fff;
	background-color: rgba(0,0,0,0);
	font-family: oswald, sans-serif;
	transition: all 0.3s ease;
}

input[type=submit]:hover, input[type=reset]:hover{
	color: rgba(140, 198, 63, 1);
	background-color: #fff;
}

::-webkit-input-placeholder {
   color: #fff;
}

:-moz-placeholder { /* Firefox 18- */
   color: #fff;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
}

:-ms-input-placeholder {  
   color: #fff;  
}

.map-container2{
    position: relative;
    padding-bottom: 0%;
    padding-top: 51px;
    height: 245px;
    overflow: hidden;
   	border: 1px solid #fff;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}

.map-container{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 245px;
    overflow: hidden;
   	border: 1px solid #fff;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}

.map-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 245px;
}

@media only screen and (max-width: 991px)  {
	.map-container{
    	height: 370px;
	}

	.map-container2{
    	height: 205px;
    	padding-bottom: 5%;
    	padding-top: 35px;
	}

	.map-container iframe {
	    height: 370px;
	}
}



/*teamet*/

.teamet{
	position: relative;
}


.teamet .absolute{
	position: absolute;
	bottom: 0px;
	left: 15px;
}


@media only screen and (min-width:767px)  {
	.dropdown:hover > .dropdown-menu{
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);  
		opacity:1;
	}

	.dropdown-menu {
		opacity:0;
		-webkit-transform-origin: top;
		transform-origin: top;
		-webkit-animation-fill-mode: forwards;  
		animation-fill-mode: forwards; 
		-webkit-transform: scale(1, 0);
		display: block; 
		transition: all 0.1s linear;
		-webkit-transition: all 0.1s linear;
	}
}


/*tekst i banner*/
.absolute{
	position: relative;
}

.topbanner{
	position: absolute;
	z-index: 99999;
}


.topbanner1{
	top: 17%;
	left: 29%;
	display: none;
}

.topbanner2{
	top: 19%;
	left: 35%;
	display: none;
}

.topbanner3{
	top: 28%;
	left: 46%;
	display: none;
}

.topbanner4{
	top: 20%;
	left: 58%;
	display: none;
}

.topbanner5{
	top: 20%;
	left: 30%;
	display: none;
}

.topbanner6{
	top: 26%;
	left: 35%;
	display: none;
}

.topbanner7{
	top: 22%;
	left: 58%;
	display: none;
}

.topbanner8{
	top: 20%;
	left: 39%;
	display: none;
}

.topbanner h2{
	font-family: 'Oswald', sans-serif;
	text-align: center;
	font-size: 2.2vw;
	padding: 0;
	margin: 0;
	color: #fff;
	font-style: normal;
	font-weight: 100;
	line-height: 2.7vw;
	text-transform: uppercase;
	margin-bottom: 8%;
	letter-spacing: 1px;
}

.topbanner h3{
	font-family: 'Merriweather', serif;
	text-align: center;
	font-size: 4vw;
	padding: 0;
	margin: 0;
	color: #fff;
	font-style: normal;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 3.8vw;
	margin-bottom: 4%;
}

.topbanner h4{
	font-family: 'Merriweather', serif;
	text-align: center;
	font-size: 2.1vw;
	padding: 0;
	margin: 0;
	color: #fff;
	font-style: normal;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 2.2vw;
	margin-bottom: 6%
}

.hvidstregtop{
	border-top: 1px solid #fff;
	height: 1.55vw;
	margin: 0 auto;
	width: 30%;
}

.hvidstregbot{
	border-bottom: 1px solid #fff;
	height: 0;
	margin: 0 auto;
	width: 30%;
}

@media only screen and (min-width:1600px)  {

	.topbanner2{
	left: 38%;
	display: none;
	}

	.topbanner3{
	top:30%;
	left: 50%;
	display: none;
	}

	.topbanner h2{
	font-size: 36px;
	line-height: 38px;
	margin-bottom: 20px;
	}

	.topbanner h3{
		font-size: 60px;
		line-height: 60px;
		margin-bottom: 12px;
	}

	.topbanner h4{
		font-size: 34px;
		line-height: 34px;
	}

	.hvidstregtop{
		height: 27px;
		width: 30%;
	}

	.hvidstregbot{
		width: 30%;
	}

}

.thumbnail {
	margin-bottom:0px;
	padding: 0;
	border: none !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important; 
}

.carousel-control.left,.carousel-control.right{
  background-image:none;
  margin-top:auto;
  margin-bottom:auto;
  width:5%;
}

.carousel-inner2{
	position: relative;
	width: 100%;
	overflow: hidden;
}

.modal{
	z-index: 10000;
}

.modal-backdrop{
	z-index: 9999;
}

.modal-open {
    position: relative;
}

.modal p{
	text-align: left;
	color: #fff;
	text-align: center;
}

.modal-body{
	padding: 0;
	border: none !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important; 
    background-color: rgba(33, 33, 33, 0);
	-webkit-box-shadow: 9px 7px 36px -9px rgba(0,0,0,0.75);
	-moz-box-shadow: 9px 7px 36px -9px rgba(0,0,0,0.75);
	box-shadow: 9px 7px 36px -9px rgba(0,0,0,0.75);
}

.modal-footer{
	padding: 5px 15px;
	border: 0px;
}

.modal-content  {
	border: none !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    background-color: rgba(33, 33, 33, 0);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .0);
    -webkit-box-shadow:0 3px 9px rgba(0, 0, 0, .0);
}

.close{
	color: #fff;
}

.close:hover{
	color: #fff;
}

.toolbar{
	text-align: center;
}
.modal-backdrop.in {
   opacity: .85;
}


.modal {
  text-align: center;
}

@media screen and (min-width: 768px) { 
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}


#btn {
   width:100%;
   opacity: 0;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   position: absolute;
   top: 0;
}

#btn:hover {
      opacity: 1;
}

.forside .h1 h1{
	margin-top:5px;
}

.forside .h1 h3{
	margin-bottom:27px;
}

.h1{
	margin-top: 0;
}
.kursiv{
	font-style: italic;
}

.rund{
	border-radius: 50%;
	padding-left: 26%;
	padding-right: 26%;
	margin:15px auto 10px;
}

.border-radius{
	border-radius: 13px;
}

.green .forside .banner-bestilling-knap{
	font-size: 16px;
	line-height: 30px;
	padding: 3px 50px;
	text-decoration: none;
	font-style: normal;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 2px;
	font-weight: 400;
	background-color: #fff;
	color: rgba(140, 198, 63, 1);
	border-radius: 10px;
	border: 1px solid #fff;
}

.green .forside .banner-bestilling-knap:hover{
	color: #fff;
	background-color: rgba(140, 198, 63, 1);;
}

.hvidbaggrund{
	background-color: rgba(255,255,255,.65);
	-webkit-box-shadow: 0px -60px 0px 0px rgba(255,255,255,0.65);
	-moz-box-shadow: 0px -60px 0px 0px rgba(255,255,255,0.65);
	box-shadow: 0px -60px 0px 0px rgba(255,255,255,0.65);
	z-index: -1;
	margin-bottom: 10px;
}

.margin-0{
	margin:0;
}

.padding-left-right{
	padding-left: 50px;
	padding-right: 50px;
}

.oswald-font{
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	letter-spacing: 1px
}

.teksthvid .digitaldesign .lillep{
	font-size: 12px;
	font-weight: 300;
}

.lineheighth5{
	line-height: 25px;
}

.teksthvid .digitaldesign p a{
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 1px;
}