


/* ----------------------------------------------------------------- */
/*                        GENERELLE ELEMENTER                        */
/* ----------------------------------------------------------------- */



body {
	margin: 0;
	font-family: 'Lato', sans-serif;
	font-size: 115%;
	color: #42484A;
	background-color: #3b4650;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px;
}

iframe {
	border: none;
	width: 100%;
	height: 100vh;
}



/* ----------------------------------------------------------------- */
/*                              DESIGN                               */
/* ----------------------------------------------------------------- */



nav.meny {
		font-family: 'Montserrat', sans-serif;
		padding: 0 30px 0 30px;
		background-color: #3b4650;
	}
	
		nav.meny ul {
			margin: 0 auto;
			padding: 20px 0 20px 0;
			list-style-type: none;
			text-align: left;
		}
		
			nav.meny ul li {
				padding: 0 0 0 25px;
				display: inline;
			}
			
				nav.meny ul li a {
					text-decoration: none;
					color: white;
					-webkit-transition-duration: 0.1s; /* Safari */
					transition: all 0.1s ease;
				}
				
				nav.meny ul li a:hover {
					border-bottom: 5px solid #ff9934;
				}
				
.js .meny {
	clip: rect(0 0 0 0);
	max-height: 0;
	position: absolute;
	display: block;
	overflow: hidden;
	zoom: 1;
}

.meny.opened {
	max-height: 9999px;
}

.nav-toggle {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	background-color: #3b4650;
	display: block;
	color: white;
	text-decoration: none;
	font-size: 150%;
	padding: 15px;
}

#topp {
	font-family: 'Montserrat', sans-serif;
	background-image: url(/assets/img/2015-11-21_122206_-_4947.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 70vh;
}

	#topp h1 {
		margin: 0;
		padding: 30px 50px 0 50px;
		font-size: 300%;
	}

		#topp h1 a {
			text-decoration: none;
			color: white;
			text-transform: uppercase;
		}

	#topp p {
		color: white;
		margin: 10px 0;
		padding: 0 50px 30px 50px;
	}

#beholder {
	clear: both;
	text-align: justify;
	padding: 30px 50px;
	line-height: 1.9;
	background-color: white;
}

	div#beholder img {
		max-width: 100%;
	}

div#bunn {
	padding: 20px 0 20px 0;
	text-align: center;
	background-color: #3b4650;
	color: white;
}



/* ----------------------------------------------------------------- */
/*                              KLASSER                              */
/* ----------------------------------------------------------------- */



.kart {
	width: 100%;
	height: 75vh;
	border: 5px solid #dcdcdc;
	border-radius: 5px;
}

.turliste {
	padding: 0;
	list-style-type: none;
	text-align: left;
}

	.turliste i {
		margin-right: 5px;
	}
	
div.video-container {
	position: relative;
     padding-bottom: 56.25%; /* 16:9 */ 
     height: 0;
     ​width: 100%;
     margin: 0 auto;
     max-width: 100%;
}

	div.video-container video {
		position: absolute;
	     top: 0;
	     left: 0;
	     width: 100%;  
	     height: 100%;
	}



/* ----------------------------------------------------------------- */
/*                          RESPONSIVE SAKER                         */
/* ----------------------------------------------------------------- */



@media screen and (max-width: 799px) {
	
	nav.meny {
		padding: 0 30px 0 10px;
		background-color: #3b4650;
	}
	
		nav.meny ul li {
			padding: 0 0 0 20px;
			display: block;
			line-height: 3.0;
			font-size: 110%;
		}
	
    #topp h1 {
	    padding: 30px 30px 0 30px;
        font-size: 160%;
    }
    
    #topp p {
		color: white;
		margin: 10px 0;
		padding: 0 30px 30px 30px;
	}
	
	#beholder {
		clear: both;
		text-align: justify;
		padding: 10px 30px;
		line-height: 1.8;
		font-size: 110%;
	}
	
}

@media screen and (min-width: 800px) {
	
	.js .meny {
		position: relative;
	}
	
	.js .meny.closed {
		max-height: none;
	}
	
	.nav-toggle {
		display: none;
	}
}