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

:root{
	--bar-width: 39px;
	--bar-left: 10px;
}
html,
body{
  width: 100%;
  height: 100%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	background-color: rgba(255,255,255,1.0);
}
*, *:before, *:after {
	box-sizing: inherit;
}
body{
  font-family: ff-meta-web-pro, sans-serif;
  color: rgba(1,70,105,1.0);
}
p{
  margin: 0;
}
#sk-wrapper{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}
body:before{
	content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
	background-image: url(./hav.jpg);
	background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
	background-attachment: fixed;
}
#sk-gradient{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 80px;
}
#sk-logo{
  position: relative;
  width: 120px;
  height: 120px;
  margin: 20px auto;
	padding: 10px;
	background-color: rgba(1,70,105,1.0);
}
#sk-logo img{
  width: 100%;
  height: auto;
}
#sk-flere{
	position: relative;
  text-align: center;
  font-size: 40px;
}
#sk-outer-container{
	display: flex;
	width: 1000px;
	margin: 0 auto;
}
#sk-slider-click-container,
#sk-slider-container,
#sk-click-container,
#sk-cities-container,
#sk-frontpage{
  position: relative;
  display: block;
  width: 33%;
  margin-top: 20px;
	padding: 0 20px;
}
#sk-cities-container{
  margin: 25px auto 20px auto;
	width: 550px;
}
#sk-slider-click{
  height: 200px;
  border-left: 1px solid rgba(1,70,105,1.0);
  border-bottom: 1px solid rgba(1,70,105,1.0);
}
#sk-show-result{
  position: absolute;
  display: none;
  color: rgba(255,255,255,1.0);
  background-color: rgba(0,0,0,1.00);
  border: 1px solid rgba(1,70,105,1.0);
  border-radius: 6px;
  padding: 6px 10px;
  box-shadow: 4px 4px 13px 0px rgba(0,0,0,0.5);
  font-size: 12px;
  text-align: center;
  cursor: default;
	pointer-events: none;
  z-index: 120;
}
#sk-link{
	position: relative;
	width: 100%;
	text-align: center;
}
#sk-link a{
	color: rgba(1,70,105,1.0);
}
#sk-frontpage{
  text-align: center;
  margin-bottom: 60px;
}
#sk-frontpage a{
  color: rgba(1,70,105,1.0);
  text-decoration: none;
}
.sk-header{
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
}
.sk-rubrik{
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}
.sk-total{
  font-size: 20px;
}
.sk-container{
  position: relative;
  display: flex;
  justify-content: space-between;
}
.sk-container-inner{
  text-align: center;
  padding: 0 8px;
}
.sk-container-inner:first-child{
  padding: 0 8px 0 0;
}
.sk-container-inner:last-child{
  padding: 0 0 0 8px;
}
.sk-total.sk-cities{
  margin-bottom: 15px;
}
.sk-col-no{
  width: 80px;
  padding-right: 10px;
}
.sk-col-graph{
  width: 470px;
}
.sk-graph-inner{
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 110;
}
p.sk-no{
  margin-top: -8px;
  font-size: 12px;
  text-align: right;
  margin-bottom: 31px;
}
.sk-col-no p.sk-no:last-child{
  margin-bottom: 0;
}
.sk-bar-20,
.sk-bar-30,
.sk-bar-40{
  position: absolute;
  bottom: 0px;
  width: 50px;
  height: 50px;
  background-color: rgba(1,70,105,1.0);
}
.sk-bar-20.sk-bar-1{
  left: 28px;
}
.sk-bar-20.sk-bar-2{
  left: 128px;
}
.sk-bar-30.sk-bar-1{
  left: 16px;
}
.sk-bar-30.sk-bar-2{
  left: 98px;
}
.sk-bar-30.sk-bar-3{
  left: 178px;
}
.sk-bar-40{
  position: absolute;
  bottom: 0px;
  width: var(--bar-width);
  height: 50px;
  z-index: 100;
}
.sk-bar-40.sk-bar-1{
  left: var(--bar-left);
}
.sk-bar-40.sk-bar-2{
  left: calc(var(--bar-left) * 2 + var(--bar-width) * 1);
}
.sk-bar-40.sk-bar-3{
	left: calc(var(--bar-left) * 3 + var(--bar-width) * 2);
}
.sk-bar-40.sk-bar-4{
	left: calc(var(--bar-left) * 4 + var(--bar-width) * 3);
}
.sk-bar-40.sk-bar-5{
	left: calc(var(--bar-left) * 5 + var(--bar-width) * 4);
}
.sk-legends{
  display: flex;
	margin-top: 10px;
}
.sk-legend{
  width: 100px;
  text-align: center;
}
.sk-legend-1{
  margin-left: 50px;
}
.sk-table{
  display: table;
  border-collapse: collapse;
  margin: 0 auto;
}
.sk-row{
  display: table-row;
  border-top: 0.5px solid rgba(1,70,105,1.0);
}
.sk-row:last-child{
  border-bottom: 0.5px solid rgba(1,70,105,1.0);
}
.sk-cell{
  display: table-cell;
  font-size: 14px;
  text-align: left;
  padding: 4px 8px;
}
.sk-cell-1{
  min-width: 190px;
}
.sk-cell-2{
  text-align: right;
}
