 @charset "utf-8";
/* CSS Document */

::selection {
 background: #333;
 color:#FFF; /* Safari */
}
::-moz-selection {
 background: #333;
 color:#FFF;/* Firefox */
}

body {
	margin: 0;
	padding: 0;
	font-family:"karla", helvetica;
	color:#333;
	background:url(../img/hus.png) 50% 25% no-repeat fixed #EFEFEF;
	background-size: 600px 600px;
	overflow:hidden;
}
body a{
	color:inherit;
	text-decoration:none;
}

#frame {
	margin-top:20%;
	margin-bottom:20%;
	top:0;
	bottom:0;
}
#boxwrap {
	margin-top:100px;
	overflow:hidden;
}

	
#showdiv, #showdiv2 {
	z-index:998;
	color:#FFF;
	background-color:#333;
	height:0px;
	overflow:hidden;
	line-height:1.5em;
}
#showdiv2 {
	z-index:998;
	color:#fff;
	background-color:#333;
	height:0px;
	overflow:hidden;
}
#showdiv2 a{
	cursor:pointer;
	text-transform:uppercase;
	font-size:13px;
	background-color:#999;
	color:#FFF;
	padding:8px;
	margin:3px;
	text-align:center;
	margin:0 auto;
}

#showdiv2 a:hover{
	background-color: #0E0E0E;
	
}

#map_wrap {
	z-index:998;
	color:#FFF;
	background-color:#333;
	height:0px;
	width:100%;
	overflow:hidden;
}
#map_canvas {
	width:100%;
	height:500px;
}
#visitkort, #info {
	margin:0 auto;
	padding:20px;
	text-align:center;
	font-weight:100;
	font-size:12px;
	letter-spacing:2px;
	text-transform:uppercase;
	margin-top:50px;
	z-index:999;
}
#meny {
	color:#000;
	text-align:center;
	width:300px;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:20px;
	border-top:medium solid #333;
	padding-top:60px;
}

#meny a{
	cursor:pointer;
	text-transform:uppercase;
	font-size:13px;
	background-color:#333;
	color:#FFF;
	padding:8px;
	margin:3px;
	text-align:center;
}

#meny a:hover{
	
	background-color: #0E0E0E;
	
}
#frame h1{
	text-transform:uppercase;
	font-size:34px;
	text-align:center;
	margin-bottom:60px;
	letter-spacing:2px;
	font-family:"Playfair Display";
}




 @media screen and (max-width: 480px), (max-device-width: 480px) {
	 
	 
	 
body {
	background:url(../img/hus.png) 50% 20px no-repeat fixed #EFEFEF;
	background-size: 500px 500px;
}


	#visitkort, #info {
	font-size:10px;
	letter-spacing:0px;
}


}
 @media screen and (max-device-width: 480px) {
}
 @media screen and (max-width: 1024px), (max-device-width: 1024px) {
}
 @media screen and (max-width: 768px), (max-device-width: 768px) {
}














