<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.logo {
  max-width: 100%;
  height: auto;
}

.tumme
{width:100px;
    height:100px;}

    .tumma { 
        padding: 5px; 
        overflow: auto; 
        display:flex; 
        justify-content: space-evenly; 
        flex-wrap: wrap;
    }
        
details &gt; summary {
  list-style: none;
}
details &gt; summary::-webkit-details-marker {
  display: none;
}

details {
flex:1; 
background: #1B2631; 
}

details &gt; h4
{
color: beige;
}

details summary { 
  cursor: pointer;
  text-align: center;
}

details summary &gt; * {
  display: inline;
}
.bokapris &gt; h4 {
color: black
}
summary{

padding: 20px;
background:  #517293;
}

summary:hover {
background:  royalblue;
color: midnightblue;
}

summary:hover h4 {
color:  black}

.beskrivning  
{background:;
    font-size: 16px;
    font-family: 'Nunito Sans',  Helvetica, Arial, Sans-serif;
    color: black;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    line-height: 1.5;
    padding:10px;}     
       
/* The switch - the box around the slider */



.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 30px;
	margin-right: 10px;
}

/* Hide default HTML checkbox */
.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}
.gron {
	color: seagreen;
	font-weight: 800;
}


#searchband{
    background:transparent;
    text-align:middle;
    border:none;
    text-align: center;
    font-size:20px;
    font-family: 'Nunito Sans',  Helvetica, Arial, Sans-serif;
    margin:0px;
    padding:7px;
    width:50%;
}

::placeholder
{color:rgb(60, 71, 86);}

input:focus
{
    outline:none;
}

input:focus::placeholder 
{
  color: transparent;
}

input::-webkit-calendar-picker-indicator {
  display: none;
}

#searchband:focus{
    background:ghostwhite;
}


.tabbed{
  width : 100%;
}

.tabbed &gt; input{
  display : none;
}

.tabbed &gt; section &gt; h1{
  float       : left;
  box-sizing  : border-box;
  margin      : 0;
  padding     : 0.2em 0.5em 0;
  overflow    : hidden;
  font-size   : 1.2em;
  font-weight : normal;
}

.tabbed &gt; input:first-child + section &gt; h1{
  padding-left : 0em;
}

.tabbed &gt; section &gt; h1 &gt; label{
  display                 : block;
  padding                 : 0.25em 0.75em;
  border                  : 0px solid #dfdfe6;
  border-bottom           : none;
  border-top-left-radius  : 4px;
  border-top-right-radius : 4px;
  background              : #dfdfe6;;
  cursor                  : pointer;
     -moz-user-select     : none;
      -ms-user-select     : none;
  -webkit-user-select     : none; 
  text-transform          : none;   
}

.tabbed &gt; section &gt; h1 &gt; label:hover{
    background:mintcream;
    color:seagreen;

   
}

.tabbed &gt; section &gt; div{
  position      : relative;
  z-index       : 1;
  float         : right;
  box-sizing    : border-box;
  width         : 100%;
  margin        : 2.5em 0 0 -100%;

  background: linear-gradient(to bottom, white 0%,ghostwhite 100%);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
box-shadow: 0 14px 28px rgba(23, 23, 89, 0.25), 0 10px 10px rgba(23, 23, 89,0.22);
  
}

.tabbed &gt; input:checked + section &gt; h1{
  position : relative;
  z-index  : 2;
}

.tabbed &gt; input:checked + section &gt; h1 &gt; label{
    background:white;

}

.tabbed &gt; input:not(:checked) + section &gt; div{
  display : none!important;
}



/* The slider */
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgb(69, 100, 125);
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 23px;
	width: 23px;
	left: 4px;
	bottom: 4px;
	background-color: ghostwhite;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked + .slider {
	background-color: seagreen;
}

input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}


.select-css {
	display: inline-block;
	font-size: 16px;
	color: black;
	line-height: 1.3;
	max-width: 100%;
	box-sizing: border-box;
	padding: 10px;
	border: 1px solid mediumseagreen;
	//box-shadow: 1px 1px 0 2px seagreen;
	border-radius: 5px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: mintcream;
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
	width:180px;
	margin-left:12px
}
.select-css::-ms-expand {
	display: none;

}
.select-css:hover {
	border-color: seagreen;
	background-color: rgb(171, 233, 199);
}

.select-css option {
	font-weight: normal;
}

.select {
	-webkit-appearance: none;
}

.goldbox {
	padding: 5px 20px 5px 20px;
	background: honeydew;
	border-radius: 8px 8px 8px 8px;
}




.bildbox {
	display: block;
	position: relative;
	overflow: hidden;
	object-fit: cover;
	flex:50%;
}

.bildbox img {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
    object-fit: cover;
}

.bildbox-r {
	display: block;
	position: relative;
	overflow: hidden;
	object-fit: cover;
    min-height: 400px;
}

.bildbox-r img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
    object-fit: cover;
}

img {
	display: block;
}


.ikon {
	height: 32px;
	vertical-align: middle;
	margin-right: 10px;
	display: inline-block;
}


.foter {
	margin: 0 auto;
	margin-top: 300px;
	background: rgba(0,0,50,0.45);
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	position: relative;
	z-index: auto !important;
}


.bokaknapp {
	background-color: seagreen;
	border-radius: 10px;
	display: inline-block;
	color: white !important;
	padding: 12px 24px;
	text-decoration: none;
	font-size: 20px;
	font-family: 'Nunito Sans',  Helvetica, Arial, Sans-serif;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	line-height: 150%;
	-webkit-appearance: none;
	border: none;
	width: auto;
}


.bokaknapp:hover {
	background-color: lightgreen;
	color: midnightblue !important;
}
.bokaknapp:active {
	position: relative;
	top: 1px;
}



.papper {
	width: 80%;
	background-color: rgba(255,255,255,0.85);
	border-collapse: separate;
	display: block;
	box-shadow: 0 14px 28px rgba(23, 23, 89, 0.25), 0 10px 10px rgba(23, 23, 89,0.22);
	border-spacing: 0;
	margin: 0 auto;
	line-height: 0;
   overflow:hidden;
   border-radius:20px;
}

.form-control {
    display:inline-block; width:180px; margin-left:12px
}

.smal {
    width: 800px;
}
 


 
 
body:after {
	content: "";
	position: fixed; /* stretch a fixed position to the whole screen */
	top:0;
	height: 100%; /* fix for mobile browser address bar appearing disappearing */
	left:0;
	right: 0;
	z-index: -1; /* needed to keep in the background */
	background-size: cover;
}
 


	
.frigg {
	padding: 30px;
	line-height: 1.5em;
    flex:1;
    
}

.boka-details{
background: none;
color: black;}

.boka-details &gt; summary
{
background: seagreen;
color: mintcream;
border-radius: 5px;}

.gallery
{
    padding:0px;
    flex:1;
}

#panel {
    max-height:600px; 
    overflow:hidden
}

#largeImage, #largeImage2, #largeImage3, #largeImage4, #largeImage5 {
    width:100%;
}




	
.svidur {
	padding: 20px;
}

	
.band {
	-webkit-backdrop-filter: blur(10px);
	-o-filter: blur(10px);
	background-color: rgba(255,255,255,0.5);
	width: 100%;
    box-sizing: border-box;
    display:flex;
    justify-content:space-around;
}

.band &gt; * {
    white-space: nowrap;
}
 




h1, h2, h3, h4, h5, h6, p, a, ul, ol, li {
	margin: 0;
	padding: 0;
}

h1 {
	margin: 10;
	padding: 0;
}





.frigg {
	line-height: 150%;
	box-sizing: border-box;
}

p {
	margin: 10px 0;
	font-family: Helvetica, 'Roboto', Tahoma, Arial, Sans-Serif;
	line-height: 1.5;
   color: beige;
}

p a:link{

   color: orange;
}

a:visited{
   color: inherit;
}



h1 a:link,
h2 a:link,
h3 a:link {
	text-decoration: none;
	color: #313F9B;
}


a:hover{
	color: seagreen;
}

h1 {
	font-size: 38px;
	font-family: 'Roboto Slab', Helvetica, Arial, Sans-serif;
	font-weight: 800;
	font-style: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 150%;
}



 h2 {
	margin: 5px 0;
	font-size: 20px;
	font-family: 'Nunito Sans',  Helvetica, Arial, Sans-serif;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	line-height: 150%;
}



 h2 a:hover {
	color: seagreen;
}




h4 {
    margin:10px 0;
	font-size: 16px;
	font-family: 'Nunito Sans',  Helvetica, Arial, Sans-serif;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	line-height: 1.5;
   
}




h5 {
	color: ghostwhite;
	font-size: 48px;
	font-family: 'Nunito Sans',  Helvetica, Arial, Sans-serif;
	font-weight: 800;
	line-height: 150%;
	text-shadow: 3px 3px 6px rgb(0, 0, 0);
    text-shadow: 3px 3px 11px rgba(0, 0, 0, 0.73); }
}



header, nav, #hmenu-bg, .checkbox:before, .radiobutton:before {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ul {
	list-style-type: none;
}

ol {
	list-style-position: inside;
}

html, body {
	height: 100%;
	overflow: hidden;
}
  

body {
	padding: 0;
	margin: 0;
	color: beige;
	background: royalblue;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}




.header {
	margin: 20px;
   border-radius: 10px;
   margin-bottom:250px;
   background-color: #006ec2;
	position: relative;
	z-index: auto !important;
	box-shadow: 0 14px 28px rgba(23, 23, 89, 0.25);
background:rgb(51, 81, 82); 
background: linear-gradient(180deg, #1b1a39 0%, #1a3a69 100%);
}

.invert {
	background: none;
	-webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px);
}

.invert&gt;nav a {
	color: black !important;
}

.invert&gt;a&gt;.kivi {
	filter: invert();
}

.invert&gt;.desktop-nav&gt;.menu-btn {
	filter: invert();
}

@-moz-document url-prefix() {
	


  
	.papper {
		background: ghostwhite;
	}

  
	.foter {
		background: rgba(0,0,50,0.85);
	}

}



.kivi {
	width: 400px;
	margin: 18px;
	margin-right: 0px;
	margin-bottom: 0px;
	display: inline-block;
	z-index: 100;
}

.nav {
	padding: 34px;
	padding-left: 0px;
	float: right;
	z-index: 90;
	text-align: right;
	display: inline-block;
}


.nav p {
    margin:0px;
}


ul.hmenu li {
	float: left;
	display: block;
	font-size: 18px;
	font-family: 'Roboto Slab', 'Trebuchet MS', Helvetica, Arial;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: center;
	border: 2px transparent;
	color: beige !important;
	border-radius: 7px;
	line-height: 30px;
}






ul.hmenu {
	display: flex;
	align-items: center;
}



ul.hmenu&gt;li {
	margin-left: 10px;
}

ul.hmenu&gt;li:last-child, ul.hmenu&gt;li.last-child {
	margin-right: 4px;
}

ul.hmenu&gt;li&gt;a {
	padding: 0 10px;
	margin: 1px;
	position: relative;
	height: 30px;
	cursor: pointer;
	text-decoration: none;
	color: #DEEDE3;
	line-height: 30px;
	border: 2px transparent;
   
}

.lang-select
{

	display: inline-block;
	color: #DEEDE3;
	max-width: 100%;
	box-sizing: border-box;
	padding: 5px 5px 5px 5px;
	border: 0px solid ghostwhite;
	border-radius: 5px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: rgba(0,0,50, 0.4);
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;


	font-size: 18px;
	font-family: 'Roboto Slab', 'Trebuchet MS', Helvetica, Arial;

}

.hmenu&gt;li&gt;a, 
.hmenu&gt;li&gt;a:link, 
.hmenu&gt;li&gt;a:visited, 
.hmenu&gt;li&gt;.active, 
.hmenu&gt;li&gt;a:hover {
	font-size: 18px;
	font-family: 'Roboto Slab', 'Trebuchet MS', Helvetica, Arial;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: center;
	border: 2px transparent;
   	border-radius: 7px;
}

ul.hmenu&gt;li&gt;.active {
	border: 2px solid skyblue;
	border-radius: 7px;
	color: skyblue;
	text-decoration: none;
   padding: 8px;
}




ul.hmenu&gt;li&gt;a:hover, 
.desktop ul.hmenu&gt;li:hover&gt;a {
	text-decoration: underline;

      
}

.tg {
    line-height:150%;
	 table-layout: fixed; 
	 width: 100%;
	 border-collapse:collapse;
	 border-spacing:0;
	 border:none;
	 font-family:Verdana, sans-serif;
	 padding:8px;
}

.tg td {
	font-size:14px;
	padding:8px;
	overflow:hidden;
	word-break:normal;
	vertical-align:top
}

.tg th {
	text-align:left;
	font-weight:bold;
	font-size:14px;
	padding:8px;
	vertical-align:top;
	overflow:hidden;
}


 
hr {
	border: 0;
	border-bottom: solid 1px beige;
	margin: 2rem 0;
}
  
.foter-hr {
	border: 0;
	//border-bottom: solid 1px lightgray;
	margin: 0px;
}
 
 
.isor-hl {
	background: rgba(0,0,0,0.2);
	border-radius: 5px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
    cursor:pointer;
 }

.dropdown p {
	font-family: 'Roboto Slab', 'Trebuchet MS', Helvetica, Arial;


}
.isor-active{
	border-bottom: 2px solid; 
    color: #313F9B;
}



}

.dropdown {
	position: relative;
	display: block;
	text-color: black;
    text-align: center;
}

.dropdown-content {
	display: none;
	position: absolute;
	-webkit-backdrop-filter: blur(20px);
	border-radius: 5px;
	background-color: rgba(255,255,255,0.8);
	z-index: 80;
}

.lang {

	text-align: center;
    min-width: none;
    overflow:hidden;
    box-shadow: 0 14px 28px rgba(23, 23, 89, 0.25), 0 10px 10px rgba(23, 23, 89,0.22);
    border-top: 1px solid ghostwhite;
    border-left: 1px solid ghostwhite;
}

.lang a{
    text-decoration:none;
}


.lang ul li{
    width: 100%;
    padding:5px;
    border-radius:0px;
    color:black!important;
}



.lang li:hover{
    background: mintcream;
    color:seagreen!important;
    border-radius:0px;
}

.dropdown:hover .dropdown-content {
	display: block;
    text-decoration:none;
}



.row {
	display: flex;
    flex-shrink: 0
}



.sidebar {
    flex:40%; 
    background: ghostwhite; 
    text-align:right; 
    vertical-align:top;
}

.sidebar h4 {
	color:seagreen;
	font-weight:700;
}



input, textarea, a.search-button span {
	vertical-align: middle;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	border: 1px solid gainsboro;
	padding: 15px 15px;
	width: 100%;
	box-sizing: border-box;
}



.kibutton {
	-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
	background: -moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background: -webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background: -o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background: -ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background: linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
	background-color: #f9f9f9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #dcdcdc;
	display: inline-block;
	cursor: pointer;
	color: #666666;
	font-family: Arial;
	font-size: 16px;
	padding: 10px 24px;
	text-decoration: none;
}
.kibutton:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
	background: -moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background: -webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background: -o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background: -ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background: linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
	background-color: #e9e9e9;
}
.kibutton:active {
	position: relative;
	top: 1px;
}





.nav .menu-btn {
	border-radius: 0px;
	display: none;
	background: none;
	float: right;
	padding: 18px;
	width: 20px;
	z-index: 99;
}

.knapp {
	display: inline-block;
	-webkit-backdrop-filter: blur(10px);
	margin: 4px 2px;
	background-color: rgba(255,255,255,0.8);
	text-align: middle;
	border: 0px solid transparent;
	border-radius: 5px;
	padding: 10px;
color: #313F9B;
}
	 
a .knapp:hover {
	background-color: honeydew;
	border: 0px solid mediumseagreen;
}

.knapp:active {
    position:relative;
    top:1px;
}

.knapp-v {
	display: inline-block;
	margin: 5px auto;:;
	text-align: middle;
	background: seagreen;
	color: mintcream;
	border-radius: 5px 0px 0px 5px;
	padding: 10px;
}

.knapp-h {
	display: inline-block;
	margin: 5px auto;:;
	text-align: middle;
	background: white;
	color: black;
	border-radius: 0px 5px 5px 0px;
	padding: 10px;
}

.gronknapp {
    white-space: nowrap;
    background: seagreen;
    background: radial-gradient(circle, rgba(46,139,87,1) 0%, rgba(15,99,72,1) 100%); 
    color:mintcream;
}



.guldknapp {
    white-space: nowrap;
    background: gold;
    background: radial-gradient(circle, rgba(255,215,0,1) 0%, rgba(255,158,0,1) 100%); 
    color:black;"
}


.hr2 {
	border: 0;
	color: #202B3F;
	background-color: #202B3F;
	height: 5px;
	margin: 0px;
}



.color:seagreen {
	background-color: seagreen;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	cursor: pointer;
	color: #fff !important;
	padding: 12px 24px;
	text-decoration: none;
	font-size: 20px;
	font-family: 'Nunito Sans',  Helvetica, Arial, Sans-serif;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	line-height: 150%;
}

.bokapris {
	padding: 15px;
	text-align: right;
	display: block;
}


.color:seagreen:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
	background: -moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background: -webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background: -o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background: -ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background: linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
	background-color: #0061a7;
}
.color:seagreen:active {
	position: relative;
	top: 1px;
}
.nav .menu-btn span {
	background: #DEEDE3;
	border-radius: px;
	display: block;
	height: 3px;
	margin: 3px 1px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-moz-transition: background .2s;
	-o-transition: background .2s;
	-webkit-transition: background .2s;
	transition: background .2s;
}

.nav .menu-btn:hover span {
	background: #f3f3f3;
}



.desktop-only {
	display: inline-block;
}

.mobile-only {
	display: none;
}</pre></body></html>