﻿.site-name {
  font-size: 32px;
}
@media screen and (min-width: 800px) {
  .equal-space {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }
}
ul.navig {
  padding: 0px 12px 4px 12px;
  margin: 0px;
  background-color: #dbdbdb;
}
ul.navig li {
  display: inline;
  padding: 4px 6px 4px 6px;
  font-weight: bold;
  font-size: large;
}
ul.navig li :hover {
  color: #ff7f2a;
}
ul.navig li a {
  padding: 7px 12px 7px 12px;
  text-decoration: none;
  color: black;
  white-space: nowrap;
}
ul.navig li.current-page {
  border: 2px solid #ff7f2a;
}
@media screen and (max-width: 800px) {
  ul.navig li {
    display: block;
    font-size: large;
  }
  ul.navig li a {
    padding: 0px;
    display: block;
  }
}
/* Global adjustments */
* {
  box-sizing: border-box;
}
body {
  margin-left: auto;
  margin-right: auto;
  width: min(900px, 90%);
}
img {
  width: 100%;
  /* For large SVG to not explode in size, fill the width set by your parent */
}
.center-content {
  margin: auto;
  text-align: center;
}
.air-50 {
  margin-top: 50px;
}
div.button {
  margin: 32px 0px;
  display: flex;
}
div.button a {
  background-color: #ff7f2a;
  color: black;
  font-weight: bold;
  text-decoration: none;
  padding: 8px 20px;
  border-radius: 2px;
  display: block;
}
.logo-fill-bg {
  background-color: #dbdbdb;
}
.sr-only {
  height: 1px;
  width: 1px;
  overflow: hidden;
  position: absolute;
}
/* Avoid page breaks inside the most common attributes, especially for exports (i.e. PDF) */
td,
h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
li {
  page-break-inside: avoid;
}
figure {
  border: 1px solid black;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
figcaption {
  background-color: #dbdbdb;
  padding: 4px;
  display: block;
}
.subpage-listing {
  padding-inline-start: 0px;
  border-top: 1px solid #464646;
}
.subpage-listing li {
  list-style: none;
  border-bottom: 1px solid #464646;
}
/* The page for bad status codes */
.status-code {
  margin-top: 250px;
  text-align: center;
  background-color: #dbdbdb;
  padding: 10px;
}
@media (max-height: 600px) {
  .status-code {
    margin-top: 150px;
  }
}
@media (max-height: 400px) {
  .status-code {
    margin-top: 50px;
  }
}
.napp-rad input {
  height: 48px;
  width: 300px;
  vertical-align: middle;
  display: inline;
  font-size: 24px;
}
.napp-rad button {
  background-image: url("/svg/Soknappen.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 48px;
  width: 48px;
  vertical-align: middle;
  display: inline;
  border: solid 1px;
}
.bubbla {
  width: 350px;
  margin: 20px auto;
  background: #ff7f2a;
  padding: 5px;
  text-align: center;
  position: relative;
}
.bubbla--nh:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid #ff7f2a;
  border-right: 10px solid transparent;
  border-top: 10px solid #ff7f2a;
  border-bottom: 10px solid transparent;
  right: 6px;
  bottom: -20px;
}
