/* CSS Document */
@charset "utf-8";
@import url("font-awesome.min.css");
@import url("http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");

body {
	background-color: white;
	}
a:link {
	font-family:"Arial Black", Gadget, sans-serif;
	color: rgb(0,204,204);
	font-weight:lighter;
	}
a:hover {
	color:rgb(0,102,153);
	font-size:93%;
	}	
a:visited {
	color:#666666; /*grey */
	} 
h1	{
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	text-align:left;
	font-size: 30px;
	color: black;
	font-weight:lighter;
	}
h2	{
	font-family: 'Open Sans', sans-serif; /* white text on black bg */
	text-transform: uppercase;
	font-size: 20px;
	color: white;
	font-weight:lighter;
	}
h3	{
	text-transform: uppercase;
	font-size: 20px;
	color: black;
	}
p2 {
	font-family: 'Open Sans', sans-serif; /* running text */
	font-size:20px;
	color: black;
	}
p3 {
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	text-transform: uppercase;
	color: rgb(102,255,255); /* ice-blue */
	}
p4 {
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	color: white;
	}
p5 { /* liksom p2 men mindre */
	font-family: 'Open Sans', sans-serif; /* running text */
	font-size:17px;
	color: black;
	}
p6 {
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	color: rgb(102,255,255); /* ice-blue */
	}

.banner {
	width: 100%;
	margin-top:0;
	margin-bottom: 20px;
	height: 220px;
	background-image:url(../images/suecia-dania-et-norvegia-bg-web.jpg);
	background-size:cover;
	}
.wrapper {
	max-width: 1200px;
	margin: auto;
	margin-top:0px;
	padding-bottom: 30px;
	padding-left: 40px;
	}
	
/* ---------------------------- */
.table {
	float:left;
	text-align:center;
	padding-left: 0px;
	padding-right: 47px;
}
.table2 {
	clear: both;
	padding-left: 0px;
	padding-right: 47px;
	padding-bottom: 30px;
	max-width: 1260px;
	}
.first {
	text-align: left;
	width: 50%;
	}
.second {
	text-align: right;
	width: 50%;
	}
.arrowleft {
	width: 25px;
	vertical-align: middle;
	}
.arrowright {
	width: 25px;
	vertical-align: middle;
	}

/* ---------- FOOTER ---------- */
.footer{
	float:left;
	width: 100%;
	padding-top: 30px;
	margin: auto;
	background-color: black;
	}
.footertext {
	max-width: 1200px;
	margin: auto;
	margin-top:20px;
	padding-left: 47px;
	}

.runningtext {
	clear:both;
	margin: auto;
	padding-bottom: 10px;
	padding-right: 0px;
	vertical-align: top;
	margin-top: 60ppx;
	}
#deetee 
	{
	clear: both;
	max-width: 1260px;
	padding-left: 20px;
	margin: auto;
	cursor: pointer;
	text-decoration:none;
	}
#deetee ul
	{
	text-decoration:none;
	cursor:pointer;
	}
#deetee ul li
	{
	cursor:pointer;
	list-style:none;
	}
#deetee ul li a
	{
	cursor:pointer;
	text-decoration:none;
	}
#deetee ul li div
	{
	padding-top: 0px;
	display: none;
	}

/* ---------- Hamburger NavBar ----------*/
#vertical li ul 	{
	display: none; 
	width: 10em; /* width to help Opera out */
	background-color:#FFC; /* cream */
	}
#hamnav {
	width: 100%;
	background: rgb(35,35,35);  /* bg-color dark-grey */
	position: sticky;
	top: 0;
	}
/* Hide Hamburger */
#hamnav label, #hamburger { display: none; }
/* Horizontal Menu Items */
#hamitems { display: flex; }
#hamitems a {
	width: 20%;
	padding: 10px;
	color:rgb(102,255,255); /* text color ice-blue */
	text-decoration: none;
	text-align: center;
	}
#hamitems a:hover {
	background:rgb(0,102,153); /* hover bg-color sea-blue */
	color: black;
	}
/*------------------------------- */
#homeitem {
	color:#000; /* text color black */
	background-color:rgb(0,204,204); /* homepage bg ice-blue */
	cursor:default;
	font-family:"Arial Black", Gadget, sans-serif;
	font-weight:lighter;
	pointer-events: none;
	}
#home {
	color:rgb(0,102,153); /* text color black */
	background-color:rgb(35,35,35) /* bg-color dark-grey */
	}
/*------------------------------- */

@media screen and (max-width: 1280px){


/* Show Hamburger Icon */
#hamnav label { 
	display: inline-block; 
    color: black;
    background: rgb(0,204,204); /* ice-blue */
    font-style: normal;
    font-size: 1.2em;
    padding: 10px;
	}
/* Break down menu items into vertical */
#hamitems a {
    box-sizing: border-box;
    display: block;
    width: 100%;
    border-top: 1px solid #333;
	}
/* Toggle Show/Hide Menu */
#hamitems {
	display: none;
	}
#hamnav input:checked ~ #hamitems {
	display: block;
	}
	}
html, body {
	padding: 0;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	}
}
/* ---------- ImageZoom ----------*/
img[data-action="zoom"] {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	}
.zoom-img,
.zoom-img-wrap {
	position: relative;
	z-index: 666;
	-webkit-transition: all 600ms;
	-o-transition: all 600ms;
	transition: all 600ms;
	}
img.zoom-img {
	cursor: pointer;
	cursor: -webkit-zoom-out;
	cursor: -moz-zoom-out;
	}
.zoom-overlay {
	z-index: 420;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	filter: "alpha(opacity=0)";
	opacity: 1;
	-webkit-transition: opacity 300ms ease-in-out;
	-o-transition: opacity 300ms ease-in-out;
	transition: opacity 300ms ease-in-out;
	}
.zoom-overlay-open .zoom-overlay {
	filter: "alpha(opacity=0)";
	opacity: 0.5;
	}
.zoom-overlay-open,
.zoom-overlay-transitioning {
	cursor: default;
	}
.zoom-overlay-transitioning .zoom-overlay {
	opacity: 0.5;
	}

/* Long Live Rock'n'Roll! */