@media screen and (max-width: 1050px) {



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

.mobile-only {
display: none;
}

}

@media screen and (max-width: 835px) {

.footer {
flex-direction: column;
	width: 100%;
}

.largeImage {
min-height: 240px;
}


.gallery {
width: 100%;
}

.thumbs {
flex-wrap: nowrap;
overflow: auto;
justify-content: flex-start;
}

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

.dropdown {
padding-right: 10px;
background: none;
color: black!important;
}


.nav {
padding-left: 0;
padding-right: 0;
padding-top: 6px;
padding-bottom: 0px;
margin-top: 0px;
margin-left: 0px;
}

/* full width hmenu, instead of inline-block */
.nav ul.hmenu {
float: none;
display: none;
width: 100%;
}


/* elements on different lines */
.nav ul.hmenu li {
float: right;
clear: both;
margin: 10px;
}


.langlist {
display: flex;
position: relative;
flex-direction:row;
justify-content:space-evenly;
left: 0;
top: 0;
border-radius: 5px;
margin-top: 20px;
background-color: antiquewhite;
z-index: 80;
box-shadow: 0 14px 28px rgba(23, 23, 89, 0.25);
overflow: hidden;
text-align:left;
flex-wrap:wrap;
}

.langlist>li {
margin: 0px;
padding: 0px;
}

.sidethumbs {
width: 100%;
}

.tabbed > section > h1 {

font-size   : 1em;
padding     : 0.5em 0.5em 0;
}

.bildbox, .bildbox-r {
min-height: 400px;
}

.spacer {
display: none;
}

.desktop-only {
display: none;
}

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

.papper {
width: auto !important;
height: auto !important;
border-right-width: 0 !important;
border-left-width: 0 !important;
border-radius: 0 ;
}

.band {
padding: 0px;
border-top: 0px solid;
margin-top: 0px;
vertical-align: middle;
border-radius: 0px;
border-bottom: 0px solid;
flex-direction: column;
text-align: center;
}

#searchband {
width: 100%;
}

.frigg {
padding: 10px;
flex: 1;
}

body {
min-width: 240px;
}

.svidur {
padding: 5px;
}

h5 {
margin: 10px;
font-size: 32px;
font-weight: 800;
line-height: 150%;
}
.row {
display: block;
box-sizing: border-box;
}

.header {
width: calc(100% - 20px);
height: auto;
margin: 10px;
margin-bottom: 150px;
}

.header * {
position: block;
-webkit-transform: none !important;
-moz-transform: none !important;
-o-transform: none !important;
-ms-transform: none !important;
transform: none !important;
}

.nav .menu-btn span {
background: darkcyan;
border-radius: 5px;
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: black;
}



/* elements on different lines */
.nav ul.hmenu li{
float: right;
clear: both;
margin: 10px;
}

.logotext {
width: 200px;
height: 26px;
margin: 8px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 15px;
position: absolute;
}

body > .knapp {
margin-right: 4px;
}
.nav .menu-btn {
display: block;
/* position: relative; */
/* top: 50%; */
transform: translateY(-50%);
padding: 16px 18px 18px 18px;
}

.nav .hmenu.visible {
display: block;
margin-top: 10px;
top: 50px;
width: 100%;
}

.nav ul.hmenu>li>a {
border: 0px solid #343874;
margin-bottom: 0 !important;
padding: 5px;
}

.nav .hmenu>li>a {
border-radius: 5px;
}

.row, {
display: flex;
flex-shrink: 0;
flex-direction: column;
}



.row:after {
clear: both;
visibility: hidden;
}

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




.tabbed > section > h1 {

padding     : 0.6em 0.2em 0;
}



.tabbed > section > h1 > label {
padding                 : 0.25em 0.25em;
}


h2 {
margin: 5px 0;
font-size: 18px;
}
}

	