@import url("reset.css");
@import url("../font/stylesheet.css");


html {height:100%}

body {
  	width:100%;
  	height:101%;
  	font-family: "helvetica_neueroman", arial;
}

p {
	font-size: 14px;
	font-weight: 200;
	letter-spacing: 1px;
	line-height: 20px;
}

h1 {
	color: #fff;
	font-size: 58px;
	text-align: center;
	font-family: 'helvetica_neuethin';
	font-weight: 100;
}
h4 {
	color: #fff;
	font-size: 20px;
	text-align: center;
	font-family: 'helvetica_neueroman';
	font-weight: 100;
	margin-top: 15px;
}
h5 {
	font-size: 18px;
	font-family: 'helvetica_neueroman';
	font-weight: 300;
}
h6 {
	color: #fff;
	font-size: 16px;
	text-align: center;
	font-family: 'helvetica_neueroman';
	font-weight: 100;
	margin-top: 10px;
}

h2 {
	font-size: 21px;
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	font-style: italic;
	color: #212121;
	line-height: 30px;
}

#top {
	background: #000;
	top: 0;
	width: 100%;
	height: 60px;
	z-index: 20;
  position: fixed;
}

a:link, a:active, a:visited {
	text-decoration: none;
	color: 9ae4fe;
}

#header {
	height: 30px;
	width: 960px;
	margin: auto;
}

#logo a {
	display: block;
	background: url(../gfx/logo.png) no-repeat;
	background-size: 164px 50px;
	float:left;
	width: 164px;
	height: 50px;
	overflow:hidden;
    text-indent:-8000px;
    margin-top: 10px;
}

#menu-icon {
	display: none;
}

ul#nav {
	font-weight: 200;
	text-transform: none;
	margin-top: 21px;
	float: right;
	list-style: none;
	outline: 0;
}

ul#nav li {
	float: left;
}

ul#nav li:hover {
	margin-top: 0px;
}

ul#nav li a:link, ul#nav li a:visited, ul#nav li a:active {
	color: #e0e0e0;
	font-size: 14px;
	margin-left: 10px;
	padding: 5px 8px 7px 10px;
	text-decoration: none;
	letter-spacing: 1px;
	border: 1px solid transparent;

}

ul#nav li a:hover, ul#nav li a#selected {
    border: 1px solid #eeeeee;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 0 0 #fff inset;
}

.anchorLink{
	color: #fff;
	padding: 5px 8px 7px 10px;
}
.anchorLink:hover{
	color: #f2f0ec;
}
#topimg {
	background: url(../img/topimg.jpg);
	background-position: 0px -60px;
	background-size: 100%;
	width: 100%;
	height: 600px;
	position: relative;
}

#welcome {
	background: #000;
	width: 766px;
	height: 117px;
	margin-left: -419px;
	left: 50%;
	bottom: -90px;
	position: absolute;
	padding: 36px;
}

#dark_bg {
	background: #f2f0ec;
	float: left;
	width: 100%;
	height: 150px;
	text-align: center;
	padding-top: 130px;
}

#dark_wrapper {
	margin: auto;
	width: 960px;
	height: 310px;

}

#vitilbyr {
	background: #fff;
	float: left;
	width: 100%;
	height: 150px;
	text-align: center;
	padding-top: 50px;
	line-height: 30px;
}
#varemerker {
	background: #fff;
	float: left;
	width: 100%;

}
#vare_wrapper {
	margin: auto;
	width: 960px;
	height: 384px;
}
#vare_wrapper img {
	width: 100%;
	height: auto;
}
.button {
	margin: auto;
	width: 180px;
	margin-top: 50px;
}

.button a {
	color: #d9d9d9;
	font-size: 14px;
	padding: 11px 46px;
	text-decoration: none;
	letter-spacing: 1px;

	background: -moz-linear-gradient(center top , #062b41 0%, #052538 100%) repeat scroll 0 0 transparent;
    border: 1px solid #011420;
    border-radius: 5px;
    box-shadow: 0 1px 0 0 #0f3b57 inset;


	background: #6885c9; /* Old browsers */
		background: -moz-linear-gradient(top,  #062b41 0%, #052538 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#062b41), color-stop(100%,#052538)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #062b41 0%,#052538 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #062b41 0%,#052538 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #062b41 0%,#052538 100%); /* IE10+ */
		background: linear-gradient(top,  #062b41 0%,#052538 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#062b41', endColorstr='#052538',GradientType=0 ); /* IE6-9 */
}

#ansatte {
	background: #fff;
	float: left;
	width: 100%;
	padding: 30px 0 0px 0;
}

#boat_wrapper{
	width: 960px;
	margin: auto;
}

.ansatt, .ansattsist{
    color: #707070;
    font-size: 14px;
    font-weight: 200;
    letter-spacing: 1px;
    line-height: 20px;
    width: 200px;
    margin-right: 48px;
    margin-left: 48px;
    margin-bottom: 20px;
    float: left;
}
.ansattsist {
	margin-right: 0;
}
.ansatt h5, .ansattsist h5 {
	color: #212121;
	margin: 20px 0;
}
.ansatt img, .ansattsist img {
	float: left;
	margin-bottom: 20px;
}

#kontakt {
	background: #f2f0ec;
	width: 100%;
	float: left;
	padding: 20px 0 100px 0;
}

#inside_kontakt {
	width: 960px;
	margin: auto;
}

.kontakt_col, .kontakt_col_last {

	width: 300px;
	height: 300px;
	float: left;
	margin-right: 30px;
  margin-bottom: 50px;
}

.kontakt_col_last {
	margin-right: 0;
}

.kontakt_col h4 {
	text-align: left;
	color: #212121;
	font-weight: 300;
}

.kontakt_col p {
	margin-top: 30px;
}

@media screen and (max-width: 960px) {
	#header {
		width: 90%;
	}
	#topimg {
		background: url(../img/topimg2.jpg);
		background-position: 0px 60px;
		background-size: 100%;
		width: 100%;
		height: 500px;
	}
	#welcome {
		width: 100%;
		height: 100px;
		margin-left: 0px;
		left: 0;
		padding: 30px 0;
	}
	#boat_wrapper{
		width: 90%;
	}
	#dark_wrapper {
		width: 90%;
	}
	#dark_wrapper h2 {
		margin-top: 17px;
	}
	h1 {
		font-size: 40px;
	}
	h2 {
		font-size: 15px;
		line-height: 25px;
	}
	#vitilbyr {
		height: 165px;
		padding-top: 8px;
		line-height: 20px;
	}
	#vitilbyr h5 {
		font-size: 14px;
	}
	.boat_column_2{
		margin-right: 0px;
	}
	.boat_column_1, .boat_column_2, .boat_column_3{
		width: 100%;
		height: auto;
		margin-right: 0px;
		margin-top: 0px;
		margin-bottom: 30px;
		float: left
	}
	.boat_column_1 img, .boat_column_2 img, .boat_column_3 img{
		border: 10px solid #fff;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		max-width: 100%;
		float:left;
		margin: 0 30px 30px 0;
	}
		#inside_footer {
		width: 90%;
		margin: auto;
		margin-top: -38px;
	}
	#vare_wrapper {
		width: auto;
		height: auto;
	}
	#inside_kontakt {
		width: 90%;
	}
}


@media screen and (max-width: 480px) {
	.boat_column_1 h1, .boat_column_2 h1, .boat_column_3 h1{
		font-size: 20px;
		margin-bottom: 20px;
	}
	#header {
		width: 300px;
	}
	.anchorLink{
		color: #212121;
		padding: 10px 11px 11px 10px;
		float: left;
	}
	.anchorLink:hover{
		color: #454545;
	}
	#topimg {
		background-position: 0px 30px;
		background-size: 100%;
		width: 100%;
		height: 320px;
    text-align: center;
	}
	#welcome {
		width: 100%;
		height: 100px;
		left: 0;
    display: inline-block;
	}
	#boat_wrapper{
		width: 300px;
	}
	#dark_bg {
		padding-top: 103px;
	}
	#dark_wrapper {
		width: 300px;
	}
	.button {
    	margin: 25px auto auto;
    	width: 180px;
	}
	h4 {
		font-size: 14px;
	}
  h6 {
    font-size: 14px;
  }
	h1 {
		font-size: 30px;
	}
	h2 {
		font-size: 13px;
		line-height: 20px;
	}
	#vitilbyr {
		height: 165px;
		padding-top: 8px;
	}
	#vitilbyr h5 {
		font-size: 14px;
	}
	.ansatt, .ansattsist{
		font-weight: 200;
		width: 300px;
		margin-right: 0px;
		margin-bottom: 50px;
	}
	.ansatt img, .ansattsist img {
		margin-right: 20px;
		width: 100px;
		height: 100px;
	}
	.ansatt h5, .ansattsist h5 {
   	 	margin: 0px 0;
	}
	#inside_kontakt {
		width: 300px;
	}
	#menu-icon {
		color: #000;
		font-size: 14px;
		padding: 10px 20px 13px 20px;
		text-decoration: none;
		cursor: pointer;
		display: block;
		float: right;
		margin-top: 10px;

		background: -moz-linear-gradient(center top , #fafafa 0%, #f6f6f6 100%) repeat scroll 0 0 transparent;
    	border: 1px solid #eeeeee;
    	border-radius: 4px 4px 4px 4px;
    	box-shadow: 0 1px 0 0 #fff inset;

    	background: #6885c9; /* Old browsers */
		background: -moz-linear-gradient(top,  #fafafa 0%, #f6f6f6 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #fafafa 0%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #fafafa 0%,#f6f6f6 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #fafafa 0%,#f6f6f6 100%); /* IE10+ */
		background: linear-gradient(top,  #fafafa 0%,#f6f6f6 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */


	}
	#nav {
		clear: both;
		position: relative;
		top: 0px;
		width: 160px;
		z-index: 9999;
		padding: 5px;
		background: #f8f8f8;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #eeeeee;
		display: none;
	}
	ul#nav {
		margin-top: 0px;
		width: 120px;
		display: none;
		position: absolute;
    	right: 11%;
    	top: 64px;
	}
	ul#nav li a:link, ul#nav li a:visited, ul#nav li a:active {
		line-height: 34px;
	}
	#footer {
		height: 120px;
	}
	#inside_footer {
		margin: -21px auto auto;

	}
	#inside_footer p {
		margin: 8px auto auto;
    	text-align: center;
    	width: 300px;
	}
	#footer_copyright {
		margin-top: 10px;
		float: none;
	}
	#footer_kontakt {
		float: none;
	}

}
@media screen and (max-width: 330px) {
	#topimg {
		background-position: 0px 30px;
		background-size: 100%;
		width: 100%;
		height: 240px;
    text-align: center;
	}
  #welcome {
		width: 100%;
		height: 100px;
		left: 0;
    display: inline-block;
	}
}

@media screen and (max-width: 768px) {
	.ansatt, .ansattsist{
		width: 100%;
		margin-right: 18px;

	}

	.ansatt img, .ansattsist img {
		width: 117px;
		height: 117px;
		margin-right: 20px;
	}
	.ansatt h5, .ansattsist h5{
		margin: 0 0 10px 0;

	}
}
