﻿/* Bars Boxes and Buttons colors */
/* Bars Boxes and Buttons background colors */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  overflow-y: scroll;
  overflow-x: hidden;
}
body {
  background: #fff;
  font-family: "Gotham A", "Gotham B", Verdana, sans-serif;
  font-size: 13px;
  font-stretch: normal;
  font-variant-ligatures: normal;
  font-variant-caps: normal;
  font-variant-numeric: normal;
  font-variant-east-asian: normal;
  color: #101010;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}
.fixed-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  /* Sørger for, at headeren altid er øverst */
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Gotham A", "Gotham B", Verdana, 'Times New Roman', sans-serif;
  color: #101010;
  font-weight: 700;
  font-style: normal;
}
h1 {
  font-size: 20px;
  margin: 1.1em 0 1.1em 0;
  line-height: 120%;
  padding: 0;
  font-weight: bold;
}
@media (max-width: 399px) {
  h1 {
    font-size: 16px;
  }
}
h2 {
  font-size: 15px;
  margin: 1.1em 0 -0.5em 0;
  line-height: 115%;
  padding: 0;
  font-weight: bold;
}
h3 {
  font-size: 13px;
  margin: 1.1em 0 -1.1em 0;
  line-height: 115%;
  padding: 0;
  font-weight: bold;
}
h4 {
  font-size: 11px;
  margin: 1.1em 0 -0.8em 0;
  line-height: 115%;
  padding: 0;
  font-weight: bold;
}
p {
  font-size: 100%;
  margin: 1.2em 0;
}
.alert > p {
  margin: 0;
}
a:hover,
a:active {
  outline: 0;
}
a {
  color: #101010;
  text-decoration: underline;
  word-wrap: break-word;
}
a:hover {
  cursor: pointer;
  text-decoration: none;
  /*color: @bbbbgcolor;*/
}
.container {
  /*background-color: #fff !important;*/
  max-width: 1280px;
}
.nopadding {
  padding: 0 !important;
}
.nopadding-left {
  padding-left: 0 !important;
}
.nopadding-right {
  padding-right: 0 !important;
}
.row {
  background-color: #fff;
}
.widesect {
  margin: 0;
  padding: 0;
  width: 100%;
}
.widesect .bgtop {
  width: 100%;
  background-color: #F3E7E0;
  color: #111;
}
.widesect .bgtop .pagetop {
  padding: 4px 0 0 0;
  width: 100%;
}
@media (max-width: 768px) {
  .widesect .bgtop .pagetop {
    padding: 0 0 0 0;
  }
}
.widesect .bgtop .pagetop .gcontainer {
  display: grid;
  align-items: center;
  /*justify-items: stretch;*/
  height: auto;
  min-height: 60px;
  width: 100%;
  grid-template-rows: 1fr;
  grid-template-columns: 33% 34% 33%;
  /*img { height: auto; width: 100%;*/
  /*height: 100%; width: auto;*/
  /*}*/
}
.widesect .bgtop .pagetop .gcontainer .item-a {
  grid-column-start: 1;
  overflow: visible;
  height: auto;
  display: flex;
  justify-content: center;
}
.widesect .bgtop .pagetop .gcontainer .item-b {
  grid-column-start: 2;
  overflow: hidden;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.6em;
  text-align: center;
  font-size: 15px;
}
.widesect .bgtop .pagetop .gcontainer .item-c {
  grid-column-start: 3;
  overflow: visible;
  height: auto;
  display: flex;
  justify-content: flex-end;
}
.widesect .bglogo {
  width: 100%;
  background-color: #fff;
}
.widesect .bglogo .sitepresenter {
  margin-top: 0.4em;
  line-height: 2em;
  text-align: center;
  font-size: 32px;
}
.widesect .bglogo .sitepresenter a {
  text-decoration: none;
  font-weight: 300;
  font-family: "Gotham A", "Gotham B", Verdana, sans-serif;
  font-size: 36px;
}
.widesect .bglogo .sitepresenter a:hover {
  text-decoration: none;
  color: #101010;
}
@media (max-width: 767px) {
  .widesect .bglogo .sitepresenter {
    margin: 0 0;
  }
}
.widesect .bgmenu {
  width: 100%;
  background-color: #fff;
}
.widesect .bluebar {
  height: 32px;
  background-color: #013c7e;
}
.widesect .fpbgimage {
  background-repeat: no-repeat;
  height: 489px;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
}
.widesect .fpbgimage_n {
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: 50% 50%;
  display: none;
}
.widesect .fpbgimage_n .tekst {
  font-size: 29px;
  padding-top: 30px;
}
.widesect .row {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  background-color: transparent;
}
.widesect .large-6 {
  width: 50%;
}
.widesect .column,
.widesect .columns {
  width: 100%;
  float: left;
  padding: 0 30px;
}
.widesect .tekst {
  font-size: 29px;
  padding-top: 50px;
  color: #606060;
}
.widesect .tekst h1 {
  font-size: 36px;
  margin: 0.8em 0 0.5em 0;
  line-height: 100%;
}
.widesect .tekst p {
  margin: 0.9em 0;
  line-height: 135%;
}
.widesect .tekst h1 + p {
  margin: 0.5em 0 0.9em 0;
}
.widesect .tekst p + p {
  margin: 1em 0 1.1em 0;
}
.widesect .button {
  font-size: 0.7em;
  padding: 0.55em 2em 0.45em 2em;
}
.widesect .spbgimage {
  background-repeat: no-repeat;
  height: 370px;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
}
.widesect .spbgimage_n {
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: 0 0;
  display: none;
}
/*.navbar-logo {
    position: relative;
    float: left;
	font-size: 22px;
    padding: 6px 10px;
    margin-top: 4px;
    margin-left: 15px;
    margin-bottom: 4px;
    background-color: transparent;
    background-image: none;
	a { text-decoration: none; }
}
*/
.navbar {
  position: relative;
  min-height: 40px;
  margin-bottom: 18px;
  /*border: 1px solid transparent;*/
}
.navbar .navbar-toggle {
  position: relative;
  float: right;
  padding: 6px 7px;
  margin-top: 6px;
  margin-right: 15px;
  margin-bottom: 6px;
  border-radius: 4px;
}
.navbar .navbar-toggle .icon-bar {
  width: 20px;
  height: 2px;
  border-radius: 1px;
  /*background-color: #F3E7E0;*/
}
footer {
  margin-top: 30px;
  display: block;
}
@media (max-width: 768px) {
  footer {
    margin-top: 20px;
  }
}
footer .bgbottom {
  padding-top: 40px;
  padding-bottom: 75px;
  width: 100%;
  background-color: #F3E7E0;
  color: #101010;
  font-size: 13px;
  line-height: 135%;
}
footer .bgbottom .max90 {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
  background-color: #F3E7E0;
}
footer .bgbottom .bottombar {
  display: flex;
  flex-wrap: wrap;
  background-color: #F3E7E0;
}
footer .bgbottom .bottombar .col {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}
footer .bgbottom .bottombar .col h3 {
  margin: 1.1em 0 0.8em 0;
}
footer .bgbottom .bottombar .col2 h3,
footer .bgbottom .bottombar .col3 h3,
footer .bgbottom .bottombar .col4 {
  flex: 1;
}
footer .bgbottom .bottombar .col3 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
footer .bgbottom .bottombar .col4 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
footer .bgbottom .bottombar .btn-primary {
  background-color: #e5cbbb;
  color: #040404;
}
footer .bgbottom .bottombar .btn-primary:hover,
footer .bgbottom .bottombar .btn-primary:focus,
footer .bgbottom .bottombar .btn-primary:active:focus {
  background-color: #ecd9ce;
  color: #040404;
}
@media (max-width: 768px) {
  footer .bgbottom .bottombar {
    flex-direction: column;
  }
  footer .bgbottom .bottombar .col,
  footer .bgbottom .bottombar .col1,
  footer .bgbottom .bottombar .col2,
  footer .bgbottom .bottombar .col3,
  footer .bgbottom .bottombar .col4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  footer .bgbottom .bottombar .col1,
  footer .bgbottom .bottombar .col2,
  footer .bgbottom .bottombar .col3,
  footer .bgbottom .bottombar .col4 {
    margin-top: 1.1em;
  }
  footer .bgbottom .bottombar .col1 h3,
  footer .bgbottom .bottombar .col2 h3,
  footer .bgbottom .bottombar .col3 h3,
  footer .bgbottom .bottombar .col4 h3 {
    margin: 1.1em 0 0.9em 0;
  }
  footer .bgbottom .bottombar .col1 {
    margin-top: 0;
  }
  footer .bgbottom .bottombar .col1 h3 {
    margin: 0 0 0.9em 0;
  }
}
/* Language dropdown container */
.language-selector {
  position: relative;
  display: inline-block;
  /* Dropdown button */
  /* Dropdown content (hidden by default) */
  /* Flag icon (you can replace these with actual flag images) */
}
.language-selector button {
  background-color: transparent;
  border: none;
  /*border: 1px solid #ccc;*/
  padding: 10px;
  cursor: pointer;
  font-size: 1rem;
  display: flex;
  align-items: center;
  /*@media (max-width: 600px) { padding: 8px; }*/
}
.language-selector .language-selector-content {
  display: none;
  position: absolute;
  /*background-color: transparent;*/
  background-color: #F3E7E0;
  min-width: 110px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 999;
  /*@media (max-width: 600px) { min-width: 80px; }*/
}
.language-selector .language-selector-content a {
  color: black;
  padding: 10px;
  text-decoration: none;
  display: block;
}
.language-selector .language-selector-content a:hover {
  background-color: #ddd;
}
.language-selector .flag {
  width: 25px;
  height: 22px;
  margin-right: 5px;
}
/* Show dropdown content on hover */
.language-selector:hover .language-selector-content {
  display: block;
}
.portalpagetop {
  padding: 4px 0 0 0;
  width: 100%;
}
.portalpagetop:after {
  clear: both;
  content: ' ';
  display: table;
}
.portalpagetop .logo {
  padding: 16px 0 8px 0;
  float: left;
  overflow: hidden;
  max-width: 30%;
}
@media (max-width: 1199px) {
  .portalpagetop .logo {
    max-width: 35%;
  }
}
@media (max-width: 999px) {
  .portalpagetop .logo {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .portalpagetop .logo {
    padding: 16px 0 8px 0;
  }
}
@media (max-width: 399px) {
  .portalpagetop .logo {
    max-width: 99%;
    padding: 10px 0 6px 0;
  }
}
@media (max-width: 320px) {
  .portalpagetop .logo {
    padding: 8px 0 4px 0;
  }
}
.portalpagetop .logo > a {
  display: inline-block;
  margin-right: 15px;
}
@media (max-width: 399px) {
  .portalpagetop .logo > a {
    width: 280px;
  }
}
@media (max-width: 320px) {
  .portalpagetop .logo > a {
    width: 230px;
  }
}
.portalpagetop .logo > a img {
  border: none;
  outline: none;
  width: 100%;
}
.portalpagetop .logo p {
  display: inline-block;
  font-size: 22px;
  margin: 0;
  position: relative;
  top: 4px;
}
.portalpagetop .logos {
  float: right;
  padding: 5px 0 5px 0;
}
.portalpagetop .logos .partnerlogos {
  float: none;
  padding-top: 36px;
}
.portalpagetop .logos .partnerlogos a {
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
}
.portalpagetop .logos .partnerlogos a img {
  width: auto;
  height: 28px;
}
@media (max-width: 1199px) {
  .portalpagetop .logos .partnerlogos a {
    margin-right: 8px;
  }
}
@media (max-width: 1199px) {
  .portalpagetop .logos .partnerlogos img {
    width: 85%;
  }
}
.portalpagebottom {
  padding: 4px 0 0 0;
  width: 100%;
}
.portalpagebottom:after {
  clear: both;
  content: ' ';
  display: table;
}
.portalpagebottom .logos {
  float: right;
  padding: 5px 0 5px 0;
}
.portalpagebottom .logos .partnerlogos {
  float: none;
}
.portalpagebottom .logos .partnerlogos a {
  display: inline-block;
  margin-right: 15px;
}
.portalpagebottom .logos .partnerlogos a img {
  width: auto;
  height: 36px;
}
@media (max-width: 1199px) {
  .portalpagebottom .logos .partnerlogos a {
    margin-right: 8px;
  }
}
@media (max-width: 1199px) {
  .portalpagebottom .logos .partnerlogos img {
    width: 85%;
  }
}
#topbar {
  background-color: #F3E7E0;
  min-height: 45px;
  overflow: hidden;
}
#topbar .flagsandlogos {
  float: right;
  padding: 5px 0 5px 0;
}
#topbar .flagsandlogos .flags {
  float: none;
  text-align: right;
  min-height: 20px;
}
#topbar .flagsandlogos .flags a {
  text-decoration: none;
}
#topbar .flagsandlogos .flags img {
  width: 26px;
  height: auto;
  margin-left: 4px;
}
#topbar .flagsandlogos .partnerlogos {
  float: none;
  /*float: right;
            padding: 30px 0 20px 0;*/
}
#topbar .flagsandlogos .partnerlogos a {
  display: inline-block;
  margin-right: 15px;
}
#topbar .flagsandlogos .partnerlogos a img {
  width: auto;
  height: 52px;
}
@media (max-width: 1199px) {
  #topbar .flagsandlogos .partnerlogos a {
    margin-right: 8px;
  }
}
@media (max-width: 1199px) {
  #topbar .flagsandlogos .partnerlogos img {
    width: 85%;
  }
}
.portalflags {
  float: none;
  margin-top: 30px;
  margin-bottom: 10px;
  text-align: center;
  min-height: 50px;
}
.portalflags a {
  text-decoration: none;
}
.portalflags img {
  width: 82px;
  height: auto;
  margin-left: 30px;
  margin-right: 30px;
}
footer#footer {
  margin-top: 30px;
  padding-top: 20px;
  background-color: #F3E7E0;
  min-height: 45px;
  overflow: hidden;
}
footer#footer .inner {
  /*padding: 40px 10px 40px 0;*/
  color: #111;
  font-size: 11.7px;
}
footer#footer .inner h1 {
  font-size: 1.3em;
  margin: 0 0 1em 0;
  line-height: 110%;
  font-weight: bold;
  color: #111;
}
footer#footer .inner p {
  font-size: 0.9em;
  line-height: 155%;
  font-weight: normal;
  margin: 0.5em 0 1.2em 0;
}
footer#footer .inner ul {
  list-style: none;
  margin: 5px 0 15px 0;
  padding: 0;
}
footer#footer .inner ul li {
  padding: 0.3em 0;
}
footer#footer .inner ul li a {
  font-size: 0.9em;
  line-height: 170%;
}
footer#footer .inner ul li a img {
  margin-right: 6px;
}
footer#footer .inner a {
  text-decoration: none;
  color: #111;
  border: none;
  outline: none;
}
footer#footer .inner a:hover {
  text-decoration: underline;
}
footer#footer .inner .NLSignup {
  padding-top: 8px;
}
footer#footer .inner .NLSignupEmail {
  color: #F3E7E0;
  width: 60%;
}
footer#footer .inner .NLSignupButton {
  color: #F3E7E0;
  font-weight: bold;
  margin-top: 5px;
}
footer#footer .middlecol ul {
  list-style: none;
  margin: 5px 0 15px 0;
  padding: 0;
}
footer#footer .middlecol ul li {
  padding: 0.3em 0;
}
footer#footer .middlecol ul li a {
  font-size: 0.9em;
  line-height: 170%;
}
footer#footer .middlecol ul li a img {
  margin-right: 6px;
}
.search-con {
  width: 100%;
  padding: 40px 0 60px;
}
.search-con .search-con-inner {
  padding: 0;
  max-width: 954px;
  min-width: 954px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
  box-sizing: border-box;
}
.search-con .search-con__tabs .search-con__tab:nth-child(1).active {
  border-radius: 5px 5px 0 0;
}
.search-con .search-con__tabs {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.search-con .search-con__tabs.tabs-five .search-con__tab {
  width: 20%;
}
.search-con .search-con__tabs .search-con__tab:nth-child(1) {
  border-radius: 5px 0 0 0;
  border-left: 0;
}
.search-con .search-con__tabs .search-con__tab.active {
  z-index: 1;
}
.search-con .search-con__tabs .search-con__tab {
  position: relative;
  box-sizing: border-box;
  float: left;
  width: 318px;
  text-align: center;
  cursor: pointer;
  /*padding: 12 px 0 17px;*/
  padding: 0;
}
.search-con .search-con__tabs .search-con__tab p {
  font-family: Hel45light, "HelveticaNeueW02-45Ligh", arial, sans-serif;
  font-size: 20px;
  line-height: 24px;
}
.search-con .search-con__primary-fields .primary-search-field {
  width: 788px;
  margin-right: 1px;
}
.search-con .search-con__primary-fields .submit-search-field {
  float: left;
  width: 150px;
}
.search-con .search-con__primary-fields-con {
  border-radius: 0 0 5px 5px;
}
.search-con .search-con__primary-fields.br-right {
  border-radius: 0 5px 5px 5px;
  overflow: hidden;
}
.search-con .search-con__primary-fields {
  padding: 7px;
  border-radius: 0 0 5px 5px;
}
.search-con .search-con__primary-fields .primary-search-field input {
  border-radius: 5px 0 0 5px;
}
.search-con .search-con__primary-fields .field {
  float: left;
}
.field {
  position: relative;
}
.search-con .search-con__primary-fields input[type=search],
.search-con .search-con__primary-fields input[type=text],
.search-con .search-con__primary-fields input[type=tel] {
  position: relative;
  z-index: 7;
  box-sizing: border-box;
  padding: 14px 10px 15px;
  border: 4px solid #fff !important;
  margin: 0;
  box-shadow: none;
  width: 100%;
  text-align: left;
  outline: none;
  font-size: 15px;
  line-height: 19px;
  font-family: Hel55roman, "HelveticaNeueW02-55Roma", arial, sans-serif;
  min-height: 57px;
}
.search-con .search-con__primary-fields .submit-search-field input,
.search-con .search-con__primary-fields .submit-search-field button {
  padding: 17px 0 16px 68px;
  font-family: Hel55roman, "HelveticaNeueW02-55Roma", arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  border-radius: 0 5px 5px 0;
  margin: 0;
  box-shadow: none;
  border: 0;
  width: 100%;
  text-align: left;
  outline: none;
  background-size: 21px 21px;
  background-position: 37px 50%;
  background-repeat: no-repeat;
  text-transform: uppercase;
  transition: background-color 0.15s ease;
}
.sociallinks {
  text-align: right;
  text-transform: uppercase;
  font-size: 16px;
  padding: 21px 8px 0 0;
  float: right;
  overflow: hidden;
}
.sociallinks a {
  text-decoration: none;
  color: #999;
  padding: 0 9px 0 0;
  border: none;
  outline: none;
}
.sociallinks a.flag {
  padding: 0 0 0 0;
}
.sociallinks a:hover {
  text-decoration: underline;
}
.sociallinks img {
  vertical-align: top;
  border: none;
  outline: none;
}
.clearfix::before,
.clearfix::after {
  content: ' ';
  display: table;
}
.row::before,
.row::after {
  content: ' ';
  display: table;
}
.button {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 18px 30px;
  font-weight: normal;
}
.button {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  border: 1px solid transparent;
  padding: 1.2em 1.2em 1.15em 1.2em;
  margin: 0 0 1rem 0;
  font-size: 1em;
  background-color: #F3E7E0;
  color: #111;
}
.button:hover,
.button:focus {
  background-color: #ffffff;
  color: #1e1e1e;
}
.button.inverse {
  background-color: #111;
  color: #F3E7E0;
}
/*
a {
    color: #1b94a7;
    text-decoration: none;
    line-height: inherit;
    cursor: pointer;
}
*/
a.button:hover,
a.inverse:hover {
  text-decoration: none;
}
.btn-primary {
  background-color: #F3E7E0;
  color: #111;
  border: 1px solid transparent;
  text-decoration: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active:focus {
  background-color: #ecd9ce;
  color: #040404;
  border: 1px solid transparent;
}
#fprightcol h1 {
  margin: 1.1em 0 0.4em 0;
}
#fprightcol .fpcalendar {
  margin-top: 25px;
  padding-right: 0;
}
#fprightcol .fpcalendar h1 {
  font-size: 16px;
  margin-top: 0.5em;
  margin-bottom: 0.4em;
}
#fprightcol .fpcalendar td.eventday {
  background-image: none;
  background-color: #ffffff !important;
}
#fprightcol .fpcalendar td.eventday .ui-state-default {
  background-color: #ffffff !important;
  background-image: none;
}
.loginformedlemmer {
  padding-right: 0;
}
.loginformedlemmer h1 {
  font-size: 16px;
  margin-bottom: 0.4em;
}
.loginformedlemmer .form-control {
  border-radius: 0px;
  background-color: #eee;
  border: 1px solid #eee;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.loginformedlemmer .username {
  margin-bottom: 8px;
}
.loginformedlemmer .btn {
  border-radius: 0px;
  background-color: #9b9c9b;
  color: #fff;
}
.loginformedlemmer .btn-default {
  border-color: #9b9c9b;
}
#fprightcol ul.fplinks {
  list-style-type: none;
  margin-top: 35px;
  padding: 0 0 0 0;
  color: #101010;
}
#fprightcol ul.fplinks li {
  background-color: #F3E7E0;
  color: #111;
  font-size: 14.3px;
  padding: 15px 5px 15px 15px;
  margin: 5px 0;
  overflow: hidden;
}
/*#fprightcol  ul.fplinks li .item { position: relative; float:none; clear: both; overflow: hidden; }*/
#fprightcol ul.fplinks li a {
  text-decoration: none;
  color: #111;
}
#fprightcol ul.fplinks li a:hover {
  text-decoration: underline;
}
.container .row .spbgimage {
  height: 320px;
  width: 100%;
  margin-top: 32px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.container .row .spbgimage_n {
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: 0 0;
  display: none;
}
section.max90 {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
}
section.max90 + section.max90 {
  margin-top: 40px;
}
@media (max-width: 768px) {
  section.max90 + section.max90 {
    margin-top: 20px;
  }
}
.twoflatimages {
  display: grid;
  height: auto;
  width: 100%;
  /*    position: static;
    min-height: auto;*/
  grid-template-rows: 1fr;
  grid-template-columns: auto 40px auto;
}
.twoflatimages .item-a {
  grid-column-start: 1;
  overflow: hidden;
  max-height: 520px;
}
.twoflatimages .item-b {
  grid-column-start: 3;
  overflow: hidden;
  max-height: 520px;
}
.twoflatimages img {
  height: auto;
  width: 100%;
  /*height: 100%; width: auto;*/
}
@media (max-width: 768px) {
  .twoflatimages {
    grid-template-columns: auto 20px auto;
  }
}
@media (max-width: 400px) {
  .twoflatimages {
    grid-template-rows: 1fr;
    grid-template-columns: auto;
    gap: 20px;
  }
  .twoflatimages .item-b {
    grid-column-start: 1;
    grid-row-start: 2;
  }
}
.twoimages {
  display: grid;
  height: auto;
  width: 100%;
  /*  position: static;
    min-height: auto;*/
  grid-template-rows: 1fr;
  grid-template-columns: auto 40px auto;
}
.twoimages .item-a {
  grid-column-start: 1;
  overflow: hidden;
  height: auto;
}
.twoimages .item-b {
  grid-column-start: 3;
  overflow: hidden;
  height: auto;
}
.twoimages img {
  height: auto;
  width: 100%;
  /*height: 100%; width: auto;*/
}
@media (max-width: 768px) {
  .twoimages {
    grid-template-columns: auto 20px auto;
  }
}
@media (max-width: 400px) {
  .twoimages {
    grid-template-rows: 1fr;
    grid-template-columns: auto;
    gap: 20px;
  }
  .twoimages .item-b {
    grid-column-start: 1;
    grid-row-start: 2;
  }
}
.threeimages {
  display: grid;
  height: auto;
  width: 100%;
  /*  position: static;
    min-height: auto;*/
  grid-template-rows: 1fr;
  grid-template-columns: auto 40px auto 40px auto;
}
@media (max-width: 768px) {
  .threeimages {
    grid-template-columns: auto 20px auto 20px auto;
  }
}
.threeimages .item-a {
  grid-column-start: 1;
  overflow: hidden;
  height: auto;
}
.threeimages .item-b {
  grid-column-start: 3;
  overflow: hidden;
  height: auto;
}
.threeimages .item-c {
  grid-column-start: 5;
  overflow: hidden;
  height: auto;
}
.threeimages img {
  height: auto;
  width: 100%;
  /*height: 100%; width: auto;*/
}
.twoimagesonewider {
  display: grid;
  height: auto;
  max-height: 500px;
  width: 100%;
  /*  position: static;
    min-height: auto;*/
  grid-template-rows: 1fr;
  grid-template-columns: 39% 40px auto;
}
.twoimagesonewider .item-a {
  grid-column-start: 1;
  overflow: hidden;
  height: auto;
}
.twoimagesonewider .item-b {
  grid-column-start: 3;
  overflow: hidden;
  height: auto;
}
.twoimagesonewider img {
  height: auto;
  width: 100%;
  /*height: 100%; width: auto;*/
}
@media (max-width: 768px) {
  .twoimagesonewider {
    grid-template-columns: 39% 20px auto;
  }
}
@media (max-width: 400px) {
  .twoimagesonewider {
    max-height: none;
    grid-template-columns: auto;
    gap: 20px;
  }
  .twoimagesonewider .item-a {
    grid-column-start: 1;
    overflow: visible;
    height: auto;
    max-height: 520px;
  }
  .twoimagesonewider .item-b {
    grid-column-start: 1;
    grid-row-start: 2;
    overflow: visible;
    height: auto;
    max-height: 520px;
  }
}
.siximages {
  display: grid;
  height: auto;
  width: 100%;
  grid-template-rows: 1fr;
  grid-template-columns: auto 25px auto 25px auto 25px auto 25px auto 25px auto;
}
.siximages .item {
  grid-column-start: 1;
  overflow: hidden;
  height: auto;
}
.siximages .item + .item {
  grid-column-start: 3;
}
.siximages .item + .item + .item {
  grid-column-start: 5;
}
.siximages .item + .item + .item + .item {
  grid-column-start: 7;
}
.siximages .item + .item + .item + .item + .item {
  grid-column-start: 9;
}
.siximages .item + .item + .item + .item + .item + .item {
  grid-column-start: 11;
}
.siximages img {
  height: auto;
  width: 100%;
  /*height: 100%; width: auto;*/
}
@media (max-width: 768px) {
  .siximages {
    grid-template-columns: auto 15px auto 15px auto 15px auto 15px auto 15px auto;
  }
}
@media (max-width: 400px) {
  .siximages {
    grid-template-columns: auto 10px auto 10px auto 10px auto 10px auto 10px auto;
  }
}
/*.twoimages {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: 1fr;
    grid-template-columns: 100%;
}
*/
.tooltip {
  font-family: Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.popover {
  font-family: Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.belowmenu {
  background-color: #EEEEEE;
  min-height: 30px;
}
.searchbar {
  padding: 3px 12px 3px 0;
  text-align: right;
}
.searchContainer {
  position: absolute;
  right: 15px;
}
.searchContainer #lblSearch {
  position: absolute !important;
  clip: rect(0px, 0px, 0px, 0px) !important;
}
input.searchInput {
  padding: 1px;
  margin: 0px;
  background-color: #fff;
  width: 115px;
  height: 18px;
  font-size: 0.9em;
  line-height: 0.9em;
  border: none;
  outline: none;
}
input.search {
  width: 12px;
  height: 12px;
  border: 0;
  outline: none;
  vertical-align: middle;
}
.searchContainer input.btn {
  font: 0.85em arial, sans-serif;
  height: auto;
  padding: 1px 7px 2px 7px;
}
.fpvideo {
  min-height: 100px;
}
.glyphicon.spinning {
  animation: spin 1s infinite linear;
  -webkit-animation: spin2 1s infinite linear;
}
@keyframes spin {
  from {
    transform: scale(1) rotate(0deg);
  }
  to {
    transform: scale(1) rotate(360deg);
  }
}
@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
/* --- Shortcut links --- */
ul.shortcutlinks {
  list-style-type: none;
  margin: 20px 0 0 0;
  padding: 0;
  font-weight: normal;
  font-size: 15px;
}
ul.shortcutlinks li {
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  padding: 10px 5px 9px 15px;
  margin: 5px 0;
}
ul.shortcutlinks li a {
  color: #fff;
  text-decoration: none;
  font-weight: normal;
}
ul.shortcutlinks li a:hover {
  color: #fff;
  text-decoration: underline;
  font-weight: normal;
}
/* --- Main search results --- */
div.searchresults {
  padding: 10px 22px 0 20px;
  clear: both;
  text-align: left;
}
div.searchresults a {
  color: #101010;
}
div.searchresults ul {
  list-style-type: none;
  margin-top: 15px;
  padding: 20px 0 0 0;
  border-top: 1px solid #777;
  color: #101010;
  font-size: 15px;
  line-height: 1.3;
}
div.searchresults ul li {
  background-color: #f9f9f9;
  font-size: 15px;
  font-weight: normal;
  padding: 10px 10px 9px 15px;
  margin: 5px 0;
}
@media (max-width: 499px) {
  div.searchresults ul li {
    font-size: 14px;
  }
}
div.searchresults ul li .iconheaderdate .image {
  float: left;
  width: 7%;
}
@media (max-width: 991px) {
  div.searchresults ul li .iconheaderdate .image {
    width: 9%;
  }
}
@media (max-width: 699px) {
  div.searchresults ul li .iconheaderdate .image {
    width: 11%;
  }
}
@media (max-width: 499px) {
  div.searchresults ul li .iconheaderdate .image {
    width: 14%;
  }
}
@media (max-width: 399px) {
  div.searchresults ul li .iconheaderdate .image {
    width: 17%;
  }
}
@media (max-width: 320px) {
  div.searchresults ul li .iconheaderdate .image {
    width: 20%;
  }
}
div.searchresults ul li .iconheaderdate .image img {
  width: 55px;
  height: auto;
  margin-left: -4px;
  margin-bottom: 2px;
}
div.searchresults ul li .iconheaderdate .headingdate {
  float: left;
  width: 90%;
}
@media (max-width: 991px) {
  div.searchresults ul li .iconheaderdate .headingdate {
    width: 88%;
  }
}
@media (max-width: 699px) {
  div.searchresults ul li .iconheaderdate .headingdate {
    width: 86%;
  }
}
@media (max-width: 499px) {
  div.searchresults ul li .iconheaderdate .headingdate {
    width: 83%;
  }
}
@media (max-width: 399px) {
  div.searchresults ul li .iconheaderdate .headingdate {
    width: 80%;
  }
}
@media (max-width: 320px) {
  div.searchresults ul li .iconheaderdate .headingdate {
    width: 78%;
  }
}
div.searchresults ul li .iconheaderdate .heading {
  font-weight: bold;
  overflow: hidden;
}
@media (max-width: 499px) {
  div.searchresults ul li .iconheaderdate .heading {
    font-size: 14px;
  }
}
div.searchresults ul li .iconheaderdate .date {
  padding: 4px 0 0 0;
  font-size: 14px;
}
@media (max-width: 499px) {
  div.searchresults ul li .iconheaderdate .date {
    font-size: 13px;
  }
}
div.searchresults ul li .slpath {
  clear: both;
  padding-top: 3px;
  padding-bottom: 4px;
}
div.searchresults ul li .bodytext {
  clear: both;
  padding-top: 3px;
}
div.searchresults .timestamp {
  padding-bottom: 0.2em;
  font-size: 16px;
  font-weight: normal;
  color: #101010;
}
div.searchresults h1 {
  font-size: 36px;
}
div.searchresults h2 {
  color: #101010;
  font-size: 20px;
  margin: 1em 0 0.5em 0;
  line-height: 100%;
  padding: 0;
  font-weight: 400;
}
div.searchresults h2 a {
  color: #101010;
}
div.searchresults h3 {
  color: #101010;
  font-size: 17px;
  margin: 1.1em 0 -0.7em 0;
  line-height: 115%;
  padding: 0;
  font-weight: 400;
  font-weight: normal;
  width: 50%;
}
@media (max-width: 499px) {
  div.searchresults h3 {
    font-size: 14px;
    line-height: 125%;
    width: 60%;
  }
}
div.searchresults h3 + div {
  position: absolute;
  top: 0px;
  right: 5px;
}
@media (max-width: 499px) {
  div.searchresults h3 + div {
    font-size: 13px;
    right: 1px;
  }
}
div.searchresults p {
  font-size: 15px;
  line-height: 1.3;
}
#main .row .fpsearchbox {
  margin-top: 25px;
}
#main .row .fpsearchbox label {
  font-size: 1.2em;
  color: #101010;
}
#main .row .fbox {
  margin-bottom: 14px;
  clear: both;
  background-color: #F3F3F3;
  overflow: hidden;
  padding-bottom: 9px;
}
#main .row .fbox img {
  width: 100%;
  height: auto;
}
#main .row .fbox .text {
  height: 370px;
  overflow: hidden;
  padding: 10px 18px 15px 20px;
}
#main .row .fbox .text h2 {
  font-size: 15px;
  margin: 1.1em 0 1.1em 0;
  line-height: 125%;
  padding: 0;
  font-weight: bold;
}
#main .row .fbox .text .vismere {
  text-decoration: underline;
  cursor: pointer;
}
#main .row .fbox .text .vismere:hover {
  text-decoration: none;
  font-weight: bold;
}
.maincontent {
  padding: 0.5% 7% 4% 7%;
  /* --- Frontpage news --- */
  /* --- subpage news --- */
  /* --- sub pages --- */
  /* --- Search results --- */
  /* --- Kalender list --- */
  /* --- Kalender event --- */
  /*------------- SCALE VIDEOS ----------------*/
}
.maincontent.fpbox {
  padding: 10px 30px 20px 35px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #eff0ef;
}
.maincontent .vismere {
  margin-bottom: 20px;
  text-decoration: underline;
  cursor: pointer;
}
.maincontent .vismere:hover {
  text-decoration: none;
  font-weight: bold;
}
.maincontent > section.fpnews h1 {
  margin: 0.2em 0 0.3em 0;
  font-size: 16px;
  font-weight: bold;
}
.maincontent > section.fpnews ul {
  list-style-type: none;
  margin-top: 5px;
  padding: 0 0 0 0;
  color: #101010;
}
.maincontent > section.fpnews ul li {
  border-top: 1px solid #F3E7E0;
  padding: 15px 5px 25px 15px;
  margin: 5px 0;
  overflow: hidden;
  /*border: 1px dotted green;*/
}
.maincontent > section.fpnews ul li .actions .editIt {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 10px;
  color: #F3E7E0;
}
.maincontent > section.fpnews ul li .actions .editIt .glyphicon {
  font-size: 1.2em;
  top: 3px;
  padding-right: 5px;
}
.maincontent > section.fpnews ul li .actions .editIt .glyphicon:hover {
  color: #ffffff;
  cursor: pointer;
}
.maincontent > section.fpnews ul li .actions .removeIt {
  float: left;
  padding-bottom: 10px;
  color: #d41d1d;
}
.maincontent > section.fpnews ul li .actions .removeIt .glyphicon {
  font-size: 1.2em;
  top: 3px;
  padding-right: 5px;
}
.maincontent > section.fpnews ul li .actions .removeIt .glyphicon:hover {
  color: #e85656;
  cursor: pointer;
}
.maincontent > section.fpnews ul li .item {
  position: relative;
  float: none;
  clear: both;
  overflow: hidden;
  /*border: 1px dotted blue;*/
}
.maincontent > section.fpnews ul li .item a {
  text-decoration: none;
}
.maincontent > section.fpnews ul li .item a:hover {
  text-decoration: underline;
}
.maincontent > section.fpnews ul li .item .image {
  float: left;
  width: 25%;
}
.maincontent > section.fpnews ul li .item .image img {
  width: 182px;
  height: auto;
  margin-left: -8px;
}
.maincontent > section.fpnews ul li .item .content {
  float: left;
  width: 74%;
}
.maincontent > section.fpnews ul li .item .content h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 12px;
}
.maincontent > section.fpnews ul li .item .content .text {
  padding: 4px 10px 0 0;
  font-size: 13.91px;
  font-weight: normal;
}
.maincontent > section.fpnews ul li .item .laesmere {
  float: right;
  clear: both;
  margin: -12px 0 0 0;
  padding: 0 25px 0 0;
  text-align: right;
  /*border: 1px dotted red;*/
}
.maincontent > section.fpnews ul li .item .laesmere a.button {
  margin: 0;
}
.maincontent > section.fpnews ul li .item .laesmere a.button:hover {
  text-decoration: none;
}
.maincontent > div.spnews h1 {
  margin: 0.2em 0 0.3em 0;
  font-size: 16px;
  font-weight: bold;
}
.maincontent > div.spnews ul {
  list-style-type: none;
  margin-top: 5px;
  padding: 0 0 0 0;
  color: #101010;
}
.maincontent > div.spnews ul li {
  border-top: 1px solid #F3E7E0;
  padding: 15px 5px 25px 15px;
  margin: 5px 0;
  overflow: hidden;
  /*border: 1px dotted green;*/
}
.maincontent > div.spnews ul li .item {
  position: relative;
  float: none;
  clear: both;
  overflow: hidden;
  /*border: 1px dotted blue;*/
}
.maincontent > div.spnews ul li .item a {
  text-decoration: none;
}
.maincontent > div.spnews ul li .item a:hover {
  text-decoration: underline;
}
.maincontent > div.spnews ul li .item .image {
  float: left;
  width: 35%;
}
.maincontent > div.spnews ul li .item .image img {
  width: 182px;
  height: auto;
  margin-left: -8px;
}
@media (max-width: 1199px) {
  .maincontent > div.spnews ul li .item .image img {
    width: 150px;
  }
}
@media (max-width: 991px) {
  .maincontent > div.spnews ul li .item .image img {
    width: 182px;
  }
}
@media (max-width: 599px) {
  .maincontent > div.spnews ul li .item .image img {
    width: 90%;
  }
}
.maincontent > div.spnews ul li .item .content {
  float: left;
  width: 64%;
}
.maincontent > div.spnews ul li .item .content .date {
  padding-bottom: 7px;
  font-weight: 600;
}
@media (max-width: 520px) {
  .maincontent > div.spnews ul li .item .content .date {
    font-size: 11.7px;
  }
}
.maincontent > div.spnews ul li .item .content h2 {
  margin-top: 0;
  margin-bottom: 0.2em;
  font-weight: normal;
  font-size: 12px;
}
@media (max-width: 520px) {
  .maincontent > div.spnews ul li .item .content h2 {
    font-size: 10.5px;
    font-weight: bold;
  }
}
.maincontent > div.spnews ul li .item .text {
  padding: 4px 10px 0 0;
  font-size: 13.91px;
  font-weight: normal;
}
@media (max-width: 599px) {
  .maincontent > div.spnews ul li .item .text {
    font-size: 11.7px;
  }
}
@media (max-width: 400px) {
  .maincontent > div.spnews ul li .item .text {
    float: none;
    clear: both;
    margin-top: 0;
    padding: 4px 10px 0 0;
  }
}
.maincontent > div.spnews ul li .item .text p {
  margin: 0.7em 0 1.2em 0;
}
@media (max-width: 1199px) {
  .maincontent > div.spnews ul li .item .text p {
    margin: 0 0 1.2em 0;
  }
}
@media (max-width: 991px) {
  .maincontent > div.spnews ul li .item .text p {
    margin: 0.7em 0 1.2em 0;
  }
}
.maincontent > div.spnews ul li .item .laesmere {
  float: right;
  clear: both;
  margin: -12px 0 0 0;
  padding: 0 25px 0 0;
  text-align: right;
  /*border: 1px dotted red;*/
}
.maincontent > div.spnews ul li .item .laesmere a.button {
  margin: 0;
  padding: 0.9em 0.9em 0.9em 0.9em;
}
@media (max-width: 599px) {
  .maincontent > div.spnews ul li .item .laesmere a.button {
    padding: 0.7em 0.8em 0.8em 0.8em;
  }
}
.maincontent > div.spnews ul li .item .laesmere a.button:hover {
  text-decoration: none;
}
.maincontent > .sptopimage {
  margin: 20px 0 0 0;
}
.maincontent > .sptopimage img {
  width: 100%;
  height: auto;
}
.maincontent > .maintext {
  background-color: transparent;
  font-family: vag, Arial !important;
  padding: 2.2em 1em 1.5em 0;
  font-size: 15px;
  line-height: 1.35em;
  overflow: auto;
  color: #3c3b3b;
  font-weight: normal;
}
.maincontent > .maintext h1 {
  font-size: 16px;
  margin: 0 0 0.8em 0;
  line-height: 100%;
  padding: 0;
  font-weight: bold;
}
.maincontent > .maintext h2 {
  font-size: 12px;
  margin: 1.1em 0 -0.4em 0;
  line-height: 100%;
  padding: 0;
  font-weight: bold;
}
.maincontent > .maintext h3 {
  font-size: 11.7px;
  margin: 1.1em 0 -0.5em 0;
  line-height: 100%;
  padding: 0;
  font-weight: bold;
}
.maincontent > .maintext p {
  font-size: 15px;
  margin: 1.2em 0;
  font-weight: normal;
}
.maincontent > .maintext hr {
  border-top: 1px solid #aaa;
}
.maincontent > .maintext ul {
  margin-top: 15px;
}
.maincontent > .maintext h2 + ul {
  margin-top: 18px;
}
.maincontent > .google-map-container {
  height: 500px;
  background: #EEE;
  font-size: 11px;
}
.maincontent > .google-map-container h3,
.maincontent > .google-map-container h3 a {
  font-weight: bold;
  color: #101010;
  font-size: 16px;
}
.maincontent > .google-map-container .google-map {
  width: 100%;
  height: 100%;
}
.maincontent > section#searchresults ul {
  list-style-type: none;
  margin-top: 15px;
  padding: 20px 0 0 0;
  border-top: 1px solid #ccc;
  color: #292854;
  font-size: 15px;
  line-height: 1.3;
}
.maincontent > section#searchresults ul li {
  background-color: #F2F4F7;
  font-size: 15px;
  font-weight: normal;
  padding: 10px 5px 9px 15px;
  margin: 5px 0;
}
.maincontent > section#searchresults ul li .iconheaderdate .image {
  float: left;
  width: 7%;
}
.maincontent > section#searchresults ul li .iconheaderdate .image img {
  width: 45px;
  height: auto;
  margin-left: -4px;
}
.maincontent > section#searchresults ul li .iconheaderdate .headingdate {
  float: left;
  width: 92%;
}
.maincontent > section#searchresults ul li .iconheaderdate .heading {
  font-weight: bold;
  overflow: hidden;
}
.maincontent > section#searchresults ul li .iconheaderdate .date {
  padding: 4px 0 0 0;
  font-size: 14px;
}
.maincontent > section#searchresults ul li .bodytext {
  clear: both;
  padding-top: 3px;
}
.maincontent > section#searchresults .timestamp {
  padding-bottom: 0.2em;
  font-size: 16px;
  font-weight: normal;
  color: #92a2a4;
}
.maincontent > section#searchresults h1 {
  font-size: 36px;
}
.maincontent > section#searchresults h2 {
  color: #2B2853;
  font-size: 20px;
  margin: 1em 0 0.5em 0;
  line-height: 100%;
  padding: 0;
  font-weight: 400;
}
.maincontent > section#searchresults h2 a {
  color: #002952;
}
.maincontent > section#searchresults h3 {
  color: #2B2853;
  font-size: 17px;
  margin: 1.1em 0 -0.7em 0;
  line-height: 100%;
  padding: 0;
  font-weight: 400;
  font-weight: normal;
}
.maincontent > section#searchresults p {
  font-size: 15px;
  line-height: 1.3;
}
.maincontent > div.kalenderevents {
  margin-top: 18px;
}
.maincontent > div.kalenderevents div.buttons {
  margin-top: 23px;
}
.maincontent > div.kalenderevents ul {
  list-style-type: none;
  margin-top: 5px;
  padding: 0 0 0 0;
  color: #101010;
}
.maincontent > div.kalenderevents ul li {
  border-top: 1px solid #F3E7E0;
  padding: 15px 5px 25px 15px;
  margin: 5px 0;
  overflow: hidden;
  /*border: 1px dotted green;*/
}
.maincontent > div.kalenderevents ul li .item {
  position: relative;
  float: none;
  clear: both;
  overflow: hidden;
  /*border: 1px dotted blue;*/
}
.maincontent > div.kalenderevents ul li .item a {
  text-decoration: none;
}
.maincontent > div.kalenderevents ul li .item a:hover {
  text-decoration: underline;
}
.maincontent > div.kalenderevents ul li .item .image {
  float: left;
  width: 30%;
}
@media (max-width: 399px) {
  .maincontent > div.kalenderevents ul li .item .image {
    float: none;
    width: auto;
    margin-bottom: 10px;
  }
}
.maincontent > div.kalenderevents ul li .item .image img {
  width: 95%;
  height: auto;
  margin-left: -8px;
}
.maincontent > div.kalenderevents ul li .item .content {
  float: left;
  width: 69%;
}
@media (max-width: 399px) {
  .maincontent > div.kalenderevents ul li .item .content {
    float: none;
    width: auto;
  }
}
.maincontent > div.kalenderevents ul li .item .content .dato {
  font-style: italic;
  font-size: 11.7px;
  color: #363636;
}
.maincontent > div.kalenderevents ul li .item .content h2 {
  margin-top: 0;
  font-weight: bold;
  font-size: 10.5px;
  margin-top: 0.2em;
  margin-bottom: 0.4em;
}
.maincontent > div.kalenderevents ul li .item .content .intro {
  padding: 4px 10px 0 0;
  font-size: 13px;
  font-weight: normal;
}
.maincontent > div.event h1 {
  margin-bottom: 0.3em;
}
.maincontent > div.event hr {
  margin: 5px 0 10px 0;
  border-color: #F3E7E0;
}
.maincontent > div.event div.topbox {
  background-color: #eee;
  padding: 20px;
  position: relative;
  float: none;
  clear: both;
  overflow: hidden;
  min-height: 170px;
}
.maincontent > div.event div.topbox div.image {
  float: left;
  width: 30%;
}
@media (max-width: 1199px) {
  .maincontent > div.event div.topbox div.image {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .maincontent > div.event div.topbox div.image {
    width: 30%;
  }
}
.maincontent > div.event div.topbox div.image img {
  width: 152px;
  height: auto;
  margin-left: -6px;
}
.maincontent > div.event div.topbox div.content {
  float: left;
  width: 69%;
}
@media (max-width: 1199px) {
  .maincontent > div.event div.topbox div.content {
    width: 59%;
  }
}
@media (max-width: 991px) {
  .maincontent > div.event div.topbox div.content {
    width: 69%;
  }
}
.maincontent > div.event div.topbox div.content div.tidogdatolbl {
  font-style: italic;
  font-size: 11.7px;
  color: #363636;
}
.maincontent > div.event div.topbox div.content div.tidogdato {
  padding-bottom: 10px;
  font-size: 13px;
  color: #131313;
  font-weight: bold;
}
.maincontent > div.event div.topbox div.content div.adresselbl {
  font-style: italic;
  font-size: 11.7px;
  color: #363636;
}
.maincontent > div.event div.topbox div.content div.adresse {
  padding-bottom: 12px;
  font-size: 13px;
  color: #131313;
  font-weight: bold;
}
.maincontent > div.event div.topbox div.buttons {
  position: absolute;
  right: 15px;
  bottom: 10px;
}
.maincontent > div.event div.topbox div.buttons a {
  text-decoration: none;
}
.maincontent > div.event div.topbox div.buttons .btnreturn {
  margin-right: 18px;
}
.maincontent > div.event div.topbox div.buttons .btntilmeld,
.maincontent > div.event div.topbox div.buttons .btnframeld {
  margin-right: 10px;
}
.maincontent > div.event div.topbox div.buttons .btnvistilmeldte {
  margin-right: 10px;
}
.maincontent > div.event div.selvtilmeldt {
  background-color: #eee;
  padding: 0 20px 10px 20px;
  position: relative;
  float: none;
  clear: both;
  overflow: hidden;
}
.maincontent > div.event div.selvtilmeldt p {
  font-size: 13px;
  font-weight: bold;
  margin: 5px 0;
}
.maincontent > div.event div.tilmeldte {
  background-color: #eee;
  padding: 20px;
  position: relative;
  float: none;
  clear: both;
  overflow: hidden;
}
.maincontent > div.event div.tilmeldte div.heading {
  font-size: 14.3px;
  font-weight: bold;
  padding-bottom: 10px;
}
.maincontent > div.event h2 {
  margin-bottom: 0.3em;
  font-size: 13.5px;
}
.maincontent > div.event div.text {
  font-size: 13px;
}
.maincontent .video-container,
.maincontent .mce-object-iframeX {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.maincontent .video-container iframe,
.maincontent .mce-object-iframeX iframe,
.maincontent .video-container object,
.maincontent .mce-object-iframeX object,
.maincontent .video-container embed,
.maincontent .mce-object-iframeX embed,
.maincontent .video-container iframeX,
.maincontent .mce-object-iframeX iframeX {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.maincontent .content .mce-preview-object .mce-shim {
  z-index: 0 !important;
}
/* -- .maincontent END -- */
.species h1.heading {
  margin-top: 25px;
  font-size: 14px;
}
.species h1.heading .speciesname {
  font-size: 28px;
}
.species h1.heading .scientificname {
  font-size: 18px;
  font-style: italic;
}
.species h2.varietyname {
  background-color: #F3E7E0;
  color: #111;
  padding: 10px 18px;
  font-size: 16px;
  font-weight: bold;
}
.species .col {
  margin-top: 20px;
}
.species .col .sbox {
  margin-bottom: 14px;
  clear: both;
  background-color: #F3F3F3;
  overflow: hidden;
  padding-bottom: 9px;
}
.species .col .sbox img {
  width: 100%;
  height: auto;
}
.species .col .sbox .text {
  padding: 10px 18px 15px 20px;
}
.species .col .sbox .text h2 {
  font-size: 15px;
  margin: 1.1em 0 1.1em 0;
  line-height: 125%;
  padding: 0;
  font-weight: bold;
}
.species .col .sbox .text .vismere {
  text-decoration: underline;
  cursor: pointer;
}
.species .col .sbox .text .vismere:hover {
  text-decoration: none;
  font-weight: bold;
}
.variety h1.heading {
  margin-top: 25px;
  font-size: 14px;
}
.variety h1.heading .species {
  font-size: 28px;
}
.variety h1.heading .scientificname {
  font-size: 18px;
  font-style: italic;
}
.variety h2.varietyname {
  background-color: #F3E7E0;
  color: #111;
  padding: 10px 18px;
  font-size: 16px;
  font-weight: bold;
}
.variety .col {
  margin-top: 20px;
}
.variety .col .vbox {
  margin-bottom: 14px;
  clear: both;
  background-color: #F3F3F3;
  overflow: hidden;
  padding-bottom: 9px;
}
.variety .col .vbox img {
  width: 100%;
  height: auto;
}
.variety .col .vbox .text {
  padding: 10px 18px 15px 20px;
}
.variety .col .vbox .text h2 {
  font-size: 15px;
  margin: 1.1em 0 1.1em 0;
  line-height: 125%;
  padding: 0;
  font-weight: bold;
}
.variety .col .vbox .text .vismere {
  text-decoration: underline;
  cursor: pointer;
}
.variety .col .vbox .text .vismere:hover {
  text-decoration: none;
  font-weight: bold;
}
.variety .col .wvbox {
  background-color: #F3F3F3;
  overflow: hidden;
}
.variety .col .wvbox .leftbox {
  float: left;
  width: 33%;
  overflow: hidden;
}
.variety .col .wvbox .leftbox img {
  width: 100%;
  height: auto;
}
.variety .col .wvbox .rightbox {
  float: left;
  width: 67%;
}
.variety .col .wvbox .rightbox .text {
  padding: 10px 18px 15px 25px;
}
.variety .col .wvbox .rightbox .text h2 {
  font-size: 15px;
  margin: 1.1em 0 1.1em 0;
  line-height: 125%;
  padding: 0;
  font-weight: bold;
}
.form-group p {
  margin: 0 0 10px;
}
.sprightcol {
  margin: 20px 0 0 0;
}
.box {
  margin-bottom: 14px;
  clear: both;
  background-color: #F3F3F3;
  overflow: hidden;
  padding-bottom: 9px;
}
.box > .head {
  min-height: 40px;
  color: #111;
  padding: 0 0 0 15px;
  margin-bottom: 7px;
}
.box > .head > h1 {
  font-size: 17px;
  margin: 0;
  line-height: 17px;
  padding: 12px 0 12px 0;
  color: #111;
}
.box.greybar > .head {
  background-color: #808080;
}
.box > .boxcontent {
  margin: 0;
  padding: 13px 15px 15px 15px;
  font-size: 13px;
}
.box > .boxcontent ul > li a {
  text-decoration: none;
  color: #555;
}
.box > .boxcontent ul > li a:hover {
  text-decoration: underline;
}
.box > .boxcontent ul.blue {
  margin: 0;
  padding: 0 0 0 0;
  list-style: none;
}
.box > .boxcontent ul.blue > li {
  margin: 0;
  padding: 5px 0 5px 18px;
  list-style: none;
  font-size: 14px;
  line-height: 135%;
  color: #555;
  background: url(../images/Blaa-pil_underside.png) no-repeat 0 7px;
}
.box > .boxcontent ul.red {
  margin: 0;
  padding: 0 0 0 0;
  list-style: none;
}
.box > .boxcontent ul.red > li {
  margin: 0;
  padding: 5px 0 5px 18px;
  list-style: none;
  font-size: 14px;
  line-height: 135%;
  color: #555;
  background: url(../images/Roed-pil_underside.png) no-repeat 0 7px;
}
.box > .boxcontent ul.orange {
  margin: 0;
  padding: 0 0 0 0;
  list-style: none;
}
.box > .boxcontent ul.orange > li {
  margin: 0;
  padding: 5px 0 5px 18px;
  list-style: none;
  font-size: 14px;
  line-height: 135%;
  color: #555;
  background: url(../images/Orange-pil_underside.png) no-repeat 0 7px;
}
.box > .boxcontent ul.green {
  margin: 0;
  padding: 0 0 0 0;
  list-style: none;
}
.box > .boxcontent ul.green > li {
  margin: 0;
  padding: 5px 0 5px 18px;
  list-style: none;
  font-size: 14px;
  line-height: 135%;
  color: #555;
  background: url(../images/Groen-pil_underside.png) no-repeat 0 7px;
}
.box > .boxcontent ul.grey {
  margin: 0;
  padding: 0 0 0 0;
  list-style: none;
}
.box > .boxcontent ul.grey > li {
  margin: 0;
  padding: 5px 0 5px 18px;
  list-style: none;
  font-size: 14px;
  line-height: 135%;
  color: #555;
  background: url(../images/Graa-pil_underside.png) no-repeat -2px 7px;
}
.box > .boxcontent a {
  text-decoration: underline;
  color: #333;
}
.box > .boxcontent a:hover {
  text-decoration: none;
}
.box > .boxcontent > .boximg {
  margin: 0 15px 15px 0;
  width: 75px;
  height: 100px;
  float: left;
}
.box > .boxcontent > .boxtext {
  margin: 0;
  width: 150px;
  float: left;
}
.imagetextbox {
  clear: both;
  float: none;
  margin-bottom: 20px;
  overflow: auto;
  /*border: 1px dotted blue; */
}
.imagetextbox .image {
  float: left;
  width: 90px;
  margin-right: 10px;
}
.imagetextbox .text {
  float: left;
  width: 340px;
  /* border: 1px dotted red; */
}
.inputField input[type="checkbox"] {
  margin: 4px 6px 0 0;
  line-height: normal;
}