body {
	padding-top:90px;
}

.SmallContainer {
  max-width: 720px;
}

.ExtraLargeHeadline {
  font-weight: 900;
  line-height: 100%;
  letter-spacing: 0.02rem;
  font-size: 4.01rem;
  padding-bottom: 30px;
  padding-top: 10px;
}

.date, .pfdate {
   display: none;
}

body p {
  line-height: 1.9;
  margin: 14px 0 0;
}

.menutopTekst {
	margin-right:20px
}

.navbar-nav.ms-auto > li:last-child > a {
  background-color: #42b3e5;
  border-radius: 4px;
  color: #fff;
}

iframe {
  max-width: 100%;
}

@font-face {
    font-family: 'BenchNine-Regular';
    src: url(/assets/fonts/BenchNine-Regular.eot);
    src: url(/assets/fonts/BenchNine-Regular.woff) format("woff"), url(/assets/fonts/BenchNine-Regular.ttf) format("truetype"), url(/assets/fonts/BenchNine-Regular.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'BenchNine-Light';
    src: url(/assets/fonts/BenchNine-Light.eot);
    src: url(/assets/fonts/BenchNine-Light.woff) format("woff"), url(/assets/fonts/BenchNine-Light.ttf) format("truetype"), url(/assets/fonts/BenchNine-Light.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

.webshopfooter {
  margin-top: 0px !important;
}

.container-fluid.p-0.ps-0.pt-3.pe-0.pb-4 {
	background-size: cover;
}

.serviceBox ul {
  list-style: none;
  margin-right: -30px;
  display: flex;
  align-items: stretch;
  flex-flow: row wrap;
}

.serviceBox li a {
  height: 100%;
  padding: 10px;
  border-radius: 8px;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  text-align: center;
  background: #42b3e5;
  display: block;
  margin-top: 20px;
  margin-right: 20px;
  box-shadow: rgb(50 50 93/25%) 0 6px 12px -2px,rgb(0 0 0/30%) 0 3px 7px -3px;
  width: 200px;
}


.serviceBox li {
    margin-bottom: 20px;
}