details > summary {
list-style: none;
box-sizing:border-box;
cursor: pointer;
font-size: 16px;
font-family: "PT Serif",  Helvetica, Arial, Sans-serif;
font-weight: normal;
font-style: normal;
text-transform: uppercase;
line-height: 1.5;
display: inline-block;
}

details[open] > summary::after {
content: "✕";
display:inline-block;
float:right;
color: indianred;
background:none;
border-radius:5px;
padding-right: 7px;
padding-left: 7px;
padding-top: 1.7px;
}

details[open] > summary:hover {
color: indianred;
}
details[open] > summary {
width:100%;
padding: 10px;
background: honeydew;
border-radius:5px 5px 0px 0px;
border-bottom: 1px solid seagreen;
}

details:hover{
   background:honeydew;
   cursor: pointer;
}

details[open] {
   display:block;
   cursor:default;
   padding: 0px;
   border: 1px solid seagreen;
}

details[open]:hover {

background-color: rgba(255,255,255,0.8);
}

details > summary::-webkit-details-marker {
  display: none;
}

details p {
   padding: 15px;
}

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

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

.thumbs { 
	padding: 8px; 
	overflow: auto; 
	display:flex; 
	flex-wrap: wrap;
	gap: 8px;
	border-top: 1px solid #E4D4BE;
}
        
    
.thumbs img {
	border: 2px solid transparent;
	border-radius: 6px;
}
  
.thumbs img:hover{
    border:2px solid #2D7484;
}
 
 .thumbs img:active{
	
	 position: relative;
	 top: 2px;
	 left: 2px;
	 margin-bottom:0px;
	 border: 2px solid transparent;
 }
       
.sidethumbs
{width:105px;
   background: antiquewhite;}

.description  
{background: #2D7484;
    font-size: 18px;
    font-family: "PT Serif",  Helvetica, Arial, Sans-serif;
    color: aliceblue;
    font-weight: normal;
    font-style: normal;
    line-height: 1.5;
    padding:10px;} 
    
a .description:hover
    {background: #2A2ABB;
        font-size: 18px;
        font-family: "PT Serif",  Helvetica, Arial, Sans-serif;
        color: white;
        font-weight: normal;
        font-style: normal;
        line-height: 1.5;
        padding:10px;}   

.searchband {
	background-color: rgba(255,255,255,0.5);
	width: 100%;
    box-sizing: border-box;
    display:flex;
    justify-content:space-around;
	border-radius: 0px 0px 10px 10px}

.searchband > * {
    white-space: nowrap;
}

#search{
    background:transparent;
    text-align:middle;
    border:none;
    text-align: center;
    font-size:20px;
	font-family: "Baloo Bhai 2", Tahoma;;
    margin:0px;
    padding:7px;
    width:50%;
}

#search:focus{
    background: white;
}


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

input:focus
{
    outline:none;
}

summary:focus
{
    outline:none;
}

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

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

.tabbed{
  width : 100%;
}

.tabbed > input{
  display : none;
}

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

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

.tabbed > section > h1 > 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 > section > h1 > label:hover{
    background:mintcream;
    color:seagreen;

   
}

.tabbed > section > 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%,#FEECD4 100%);
 box-shadow: 0 20px 70px rgba(0, 0, 0, 0.55);
  border-radius: 0px 10px 10px 10px;
  
}

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

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

}

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

.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;
	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%;
	width: 100%;
    object-fit: cover;
}

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

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

img {
	display: block;
   height:auto;
}


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


.footer {
    font-family: "Baloo Bhai 2", Tahoma;
	background-color: antiquewhite;
	//background-image: url("images/sand3.jpg");
	margin: 0 auto;
		margin-top: 300px;
   display:flex;
   flex-direction:row;
	width: 800px;
	border-radius:15px 15px 0px 0px;
	box-shadow: 0 14px 28px rgba(23, 23, 89, 0.25);
	color:black;
   
}

.footer p{
   color:black;
   font-family: "Baloo Bhai 2", Tahoma;
}

.footer h4{
   color:black;
   font-family: "Baloo Bhai 2", Tahoma;
}


.bokaknapp {
	background-color: seagreen;
	border-radius: 5px;
	display: inline-block;
	color: white !important;
	padding: 12px 24px;
	text-decoration: none;
	font-size: 20px;
	font-family: "PT Serif",  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: #2D7484;
	color: mintcream !important;
}
.bokaknapp:active {
	position: relative;
	top: 1px;
}
.papper {
	width: 80%;
	background-color: FloralWhite;
	border-collapse: separate;
	display: block;
 box-shadow: 0 20px 70px rgba(0, 0, 0, 0.55);
		border-spacing: 0;
	margin: 0 auto;
	line-height: 0;
   border-radius: 10px;
   overflow: hidden;
}

.papper:has(.tabbed){
   overflow: visible ;
}

.smal {
    width: 800px;
}
 
.kortknapp
{
border-left: 10px solid;
border-radius: 0px;
padding-top:4px;
padding-bottom:4px;
padding-left: 10px;
padding-right: 10px;
}
 

a .kortknapp:hover {
	background-color: honeydew;
}

 
body:after {
   background-size: cover!important;
	content: "";
	position: fixed; /* stretch a fixed position to the whole screen */
	top:0;
   height: 100vh;
	left:0;
	right: 0;
	z-index: -1; /* needed to keep in the background */
	
}
 


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


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

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

.largeImage {
    width:100%;
}

	
.svidur {
	padding: 20px;
}
	
.band {
	background-color: rgba(255,255,255,0.5);
	width: 100%;
    box-sizing: border-box;
    display:flex;
    justify-content:space-around;
    
}

.band > * {
    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: 'Charter', 'Roboto', Tahoma, Arial, Sans-Serif;
	line-height: 1.5;
	font-size: 1.1em;
}


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


a:hover{
	color: seagreen;
}

p a{
	text-decoration: underline !important;
	text-underline-offset: 0.25em;
	color: #313F9B;}

p a:hover {
		text-decoration-color: seagreen !important;
}


h1 {
	font-size: 28px;
	font-family: "PT Serif",  Helvetica, Arial, Sans-serif;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 1px;
	line-height: 150%;
		transform: scaleY(1.3);
}
 h2 {
	margin: 5px 0;
	font-size: 24px;
	font-family: "PT Serif",  Helvetica, Arial, Sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 150%;
}
 h2 a:hover {
	color: seagreen;
}
h4 {
    margin:10px 0;
	font-size: 16px;
	font-family: "PT Serif",  Helvetica, Arial, Sans-serif;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	line-height: 1.5;
}
h5 {
	color: #FEECD4;
	font-size: 48px;
	font-family: "PT Serif",  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, article, 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: black;
	background: #D1C0AE;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
.header {
	
	margin: 15px;
	margin: 15px auto;
    margin-bottom:250px;
	width: 800px;
	background-color: wheat;
	//background-image: url("images/sand1.jpg");
	border-radius:10px;
	position: relative;
	z-index: auto !important;
	box-shadow: 0 14px 28px rgba(23, 23, 89, 0.25);
}

.logotext {
	font-family: "Baloo Bhai 2", Tahoma;
	font-size: 32px;
	color: rgb(0, 120, 145);
	text-decoration:none;
	font-weight:bold;
	margin: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left:20px;
	display: inline-block;

}

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

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

.invert>a>.kivi {
	filter: invert();
}

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

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


.nav {
	padding: 24px;
	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: "Baloo Bhai 2", Tahoma;
	border-radius: 7px;
}



ul.hmenu>li>a.active {
	background-color: rgba(255,255,255, 0.6);
	border-radius: 7px;
	border-top: 1px solid snow;
	box-shadow: 4px 4px 8px rgba(23, 23, 89, 0.25);
	color: black;
	padding-top: 2px;
	padding-bottom: 2px;
}


ul.hmenu>li>a:hover{
	color: midnightblue;
	border-radius: 7px;
	background: mintcream;
	padding-top: 2px;
	padding-bottom: 2px;
}



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

ul.hmenu>li>a {
	padding: 0 10px;
	position: relative;
	height: 30px;
	cursor: pointer;
	text-decoration: none;
	color: black;
	line-height: 30px;
}


.dropdown:hover .langlist {
	display: flex;

}

.dropdown {
	position: relative;
	display: block;
	background: rgba(0,0,0,0.2);
	border-radius: 5px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
    cursor:pointer;
}

.langlist {
	display: none;
	flex-direction:column;
	justify-content:flex-start;
	position: absolute;
	right: 0px;
	left: -10px;
	top: 30px;
	border-radius: 5px;
	background-color: antiquewhite;
	z-index: 80;
    box-shadow: 0 14px 28px rgba(23, 23, 89, 0.25);
	overflow: hidden;
	text-align:left;
}

.langlist>li {
    border-radius:0px;
	padding:8px;
}



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


.tg {
    line-height:150%;
	 table-layout: fixed; 
	 width: 100%;
	 border-collapse:collapse;
	 border-spacing:0;
	 border:none;
    font-family: "PT Serif",  Helvetica, Arial, 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:16px;
	padding:8px;
	vertical-align:top;
	overflow:hidden;
}


 
hr {
	border: 0;
	border-bottom: solid 1px gray;
	margin: 2rem 0;
}
  
.foter-hr {
	border: 0;
	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;

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

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


.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 #FEECD4;
    border-left: 1px solid #FEECD4;
}

.lang a{
    text-decoration:none;
}


.lang ul li{

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


.row {
	display: flex;
   flex-shrink: 0;
}
.sidebar {
    flex:1.3; 
    background: #FEECD4; 
    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: 180px;
	box-sizing: border-box;
   margin-left: 12px;
}

input[type="date"] { 
	-webkit-appearance: none;
	background:white;
	font-size: 16px;
	padding: 15px 15px;
}

.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-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;
}



body > .knapp{
   margin-right:10%;
}


.knapp {
	 all: unset; /* Reset button styles */
	display: inline-block;
	-webkit-backdrop-filter: blur(10px);
	margin: 4px 2px;
	background-color: rgba(255,255,255,0.8);
	text-align: middle;
	border: 1px solid transparent;
	border-radius: 5px;
	padding: 10px;
	text-transform:none;
	font-size: 16px;
	font-family: "Baloo Bhai 2",  Helvetica, Arial, Sans-serif;

line-height: 1.5;

}

	 
a .knapp:hover {
	background-color: honeydew;
	border: 1px solid transparent;
}

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

.knapp-v {
	display: inline-block;
	margin: 5px auto;:;
	text-align: middle;
	background: rgb(46, 103, 139);
	color: white;
	border-radius: 5px 0px 0px 5px;
	padding: 10px;
}

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

.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: "PT Serif",  Helvetica, Arial, Sans-serif;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	line-height: 150%;
}

.bokapris {
	background-color: #FEECD4;
	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;
}
.desktop-only {
	display: inline-block;
}

.mobile-only {
	display: none;
}

.resikon {
   display:inline-block; 
   margin-right:10px;
   width: 68px;
   height: 10px;
}

.bussikon {
   display:inline-block; 
   margin-right:10px;
   width: 68px;
   height: 5px;
   }