﻿/* This will be the ONLY CSS file added to the final site */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/*@maxDesktopWidth: 1200px;
@tabletBreakpoint: 1024px;
@mobileBreakpoint: 800px;*/
/* Buttons */
/* Buttons */
/* Font size */
/*Desktop*/
body {
  font-size: 16px;
}
.content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
/*Desktop end*/
@media only screen (max-width: 1024px) {
  body {
    font-size: 16px;
  }
  .content-wrapper {
    margin: 0 2.5em;
  }
}
@media only screen and (max-width: 600px) {
  body {
    font-size: 16px;
  }
  .content-wrapper {
    margin: 0 1.5em;
  }
}
html {
  overflow-y: scroll;
}
body {
  font-family: Georgia;
  font-size: 16px;
  color: #626262;
}
@font-face {
  font-family: 'BRuston Book';
  src: url('fonts/B Ruston47 1.5 Book.otf') format("opentype");
}
@font-face {
  font-family: 'BRuston Bold';
  src: url('fonts/B Ruston47 1.5 Bold.otf') format("opentype");
}
@font-face {
  font-family: 'BRuston Light';
  src: url('fonts/B Ruston47 1.5 Light.otf') format("opentype");
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'BRuston Bold';
  color: #0067ab;
  margin: 0;
}
h1 {
  font-size: 2.5em;
  margin: 0 0 1em 0;
}
@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 600px) {
  h1 {
    font-size: 25px;
  }
}
h2 {
  font-size: 20px;
  text-transform: uppercase;
  margin: 0 0 1.5em 0;
  line-height: 1.3em;
}
h3 {
  font-size: 1.875em;
}
h4 {
  font-size: 1.5625em;
}
h5 {
  font-size: 1.375em;
}
h6 {
  font-size: 1.25em;
  margin-bottom: 0.5em;
}
p {
  line-height: 1.4em;
  margin-bottom: 1em;
  font-size: 1em;
}
blockquote {
  color: #666;
  padding: 2em;
}
a {
  color: #626262;
  text-decoration: none;
  font-weight: 700;
}
b,
strong {
  font-weight: bold;
}
i,
em {
  font-style: italic;
}
@media only screen and (max-width: 600px) {
  .hideMobile {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .bread-crumb {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .bread-crumb {
    display: none;
  }
}
.bread-crumb ul {
  clear: both;
  margin-bottom: 2em;
  margin-top: 1em;
  overflow: hidden;
}
.bread-crumb ul li {
  float: left;
  position: relative;
  list-style: none;
}
.bread-crumb ul li::after {
  content: " >";
}
.bread-crumb ul li:last-child::after {
  content: "";
}
.bread-crumb ul li a {
  color: #666;
  text-decoration: none;
  font-weight: 400;
}
ul li {
  list-style: disc;
}
ul.bullets {
  margin: 1.5em 2.5em;
}
ul.bullets li {
  margin-bottom: 1em;
}
ol li {
  margin: 1em 0;
  line-height: 1.4em;
  list-style: decimal;
}
table {
  margin: 1.5em 0;
}
table th,
table tfoot {
  text-align: left;
  border: 1px solid #ddd;
  padding: 0.2em;
  font-weight: 700;
}
table td {
  border: 1px solid #ddd;
  padding: 0.2em;
}
.table th,
.table td {
  padding: 0.5em;
}
.table tr:nth-child(2n) td,
.table tr:nth-child(2n) th {
  background-color: #f6f6f6;
}
s label {
  font-size: 1em;
}
sup {
  vertical-align: super;
  font-size: smaller;
}
sub {
  vertical-align: sub;
  font-size: smaller;
}
hr {
  background-color: #ddd;
  border: 0;
  height: 1px;
}
/* Responsive grids */
.grid-row.maxwidth {
  max-width: 1200px;
  margin: 0 auto;
}
.grid-row.maxwidthplus {
  max-width: 1202.5px;
  margin: 0 auto;
}
.grid-row .col {
  width: 100%;
  float: left;
}
@media only screen and (max-width: 600px) {
  .grid-row .col {
    float: none;
    width: 100% !important;
  }
}
.grid-row .col .squisher {
  max-width: 83%;
}
@media only screen and (max-width: 600px) {
  .grid-row .col .squisher {
    max-width: 100%;
  }
}
.grid-row .col.w25 {
  width: 25%;
}
.grid-row .col.w30 {
  width: 30%;
}
.grid-row .col.w33 {
  width: 33.333%;
}
.grid-row .col.w50 {
  width: 50%;
}
.grid-row .col.w66 {
  width: 66.666%;
}
.grid-row .col.w70 {
  width: 70%;
}
.grid-row .col.w75 {
  width: 75%;
}
.grid-row:after {
  content: ' ';
  display: block;
  float: none;
  clear: both;
  width: 0;
  height: 0;
  overflow: hidden;
}
.tabmenu li {
  list-style-type: none;
  float: left;
  margin-right: 1em;
  -moz-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
.tabmenu li a {
  height: 50px;
  line-height: 50px;
  padding: 0 1em;
  display: block;
  cursor: pointer;
}
.tabmenu li:last-child {
  margin-right: 0;
}
.tabmenu li:hover {
  background-color: #eee;
}
.tabmenu li.active {
  background-color: #ccc;
}
.tabmenu.sticky {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background-color: rgba(128, 255, 255, 0.8);
}
.tabmenu:after {
  content: ' ';
  display: block;
  float: none;
  clear: both;
  width: 0;
  height: 0;
  overflow: hidden;
}
.treemenu li {
  list-style-type: none;
  margin-bottom: 0.1em;
}
.treemenu li a {
  display: block;
  padding: 0.5em;
  -moz-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
  cursor: pointer;
}
.treemenu li:hover a {
  background-color: #f3f3f3;
}
.treemenu li.active > a {
  background-color: #eee;
}
.treemenu li ul {
  margin-left: 2em;
}
/* For modern browsers */
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
  *zoom: 1;
}
.padTop {
  padding-top: 140px !important;
}
@media only screen and (max-width: 1024px) {
  .padTop {
    padding-top: 100px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .padTop {
    padding-top: 50px !important;
  }
}
@media only screen and (max-width: 600px) {
  .padTop {
    padding-top: 25px !important;
  }
}
.padTopSmall {
  padding-top: 100px !important;
}
@media only screen and (max-width: 1024px) {
  .padTopSmall {
    padding-top: 80px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .padTopSmall {
    padding-top: 60px !important;
  }
}
@media only screen and (max-width: 600px) {
  .padTopSmall {
    padding-top: 40px !important;
  }
}
.padBottom {
  padding-bottom: 140px !important;
}
@media only screen and (max-width: 1024px) {
  .padBottom {
    padding-bottom: 100px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .padBottom {
    padding-bottom: 50px !important;
  }
}
@media only screen and (max-width: 600px) {
  .padBottom {
    padding-bottom: 25px !important;
  }
}
.padBottomSmall {
  padding-bottom: 100px !important;
}
@media only screen and (max-width: 1024px) {
  .padBottomSmall {
    padding-bottom: 80px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .padBottomSmall {
    padding-bottom: 60px !important;
  }
}
@media only screen and (max-width: 600px) {
  .padBottomSmall {
    padding-bottom: 40px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .padBottomMicro {
    padding-bottom: 25px !important;
  }
}
@media only screen and (max-width: 600px) {
  .padBottomMicro {
    padding-bottom: 0 !important;
  }
}
.outerPad {
  padding: 0 3.125em;
}
@media only screen and (max-width: 1024px) {
  .outerPad {
    padding: 0 2.5em;
  }
}
@media only screen and (max-width: 1024px) {
  .outerPad {
    padding: 0 2em;
  }
}
@media only screen and (max-width: 600px) {
  .outerPad {
    padding: 0 1.5em;
  }
}
.topImage {
  width: 100%;
}
.frontpagetop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh !important;
  border-bottom: 5px solid #0067ab;
  border-top: 90px solid #fff;
  opacity: 0;
  -moz-transition: all ease 1s;
  -o-transition: all ease 1s;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}
.frontpagetop.active {
  opacity: 1;
}
.topimage {
  width: 100%;
  height: 560px;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 1200px) {
  .topimage {
    height: 350px;
  }
}
@media only screen and (max-width: 1024px) {
  .topimage {
    height: 300px;
  }
}
@media only screen and (max-width: 1024px) {
  .topimage {
    height: 200px;
  }
}
.topimage .top-text {
  position: absolute;
  right: 0;
  padding: 10px 40px;
  bottom: -1px;
  color: #000;
  background-color: #fff;
  font-style: italic;
  font-size: 0.9em;
}
@media screen and (max-width: 600px) {
  .topimage .top-text {
    padding: 10px 25px;
  }
}
.omfondentop {
  background-image: url(/Assets/images/Undersider/1.jpg);
}
.meddelelsertop {
  background-image: url(/Assets/images/Undersider/5.jpg);
}
.privatlivspolitiktop {
  background-image: url(/Assets/images/Undersider/6.jpg);
}
.bestyrelsentop {
  background-image: url(/Assets/images/Undersider/2.jpg);
}
.aarsrapporttop {
  background-image: url(/Assets/images/Undersider/3.jpg);
}
.omaarslefftop {
  background-image: url(/Assets/images/Undersider/4.jpg);
  position: relative;
}
.teasertext {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 150px;
}
@media only screen and (max-width: 1024px) {
  .teasertext {
    left: 100px;
  }
}
@media only screen and (max-width: 1024px) {
  .teasertext {
    left: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .teasertext {
    left: 15px;
    right: 15px;
  }
}
.dotstyle {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  z-index: 99;
}
.dotstyle ul {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  cursor: default;
}
.dotstyle li {
  position: relative;
  display: block;
  margin: 0 16px;
  width: 10px;
  height: 10px;
  cursor: pointer;
  float: left;
}
@media only screen and (max-width: 600px) {
  .dotstyle li {
    margin: 10px 0;
    width: 6px;
    height: 6px;
  }
}
.dotstyle li a {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
  border-radius: 50%;
  background-color: #fff;
  text-indent: -999em;
  cursor: pointer;
  /* make the text accessible to screen readers */
  position: absolute;
}
.dotstyle ul li.current a {
  background-color: #0067ab;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.dotstyle ul li a {
  -moz-transition: transform 0.3s ease, background-color 0.3s ease;
  -o-transition: transform 0.3s ease, background-color 0.3s ease;
  -webkit-transition: transform 0.3s ease, background-color 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.bluetab {
  display: inline-block;
  height: 30px;
  text-transform: uppercase;
  color: #fff;
  background: #0067ab;
  border: 0;
  padding: 0 30px;
  line-height: 30px;
  font-family: 'BRuston Light';
}
@media only screen and (max-width: 600px) {
  .bluetab {
    font-size: 12px;
    padding: 0 15px;
  }
}
.opaquebox {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 30px;
}
@media only screen and (max-width: 600px) {
  .opaquebox {
    padding: 15px;
  }
}
.opaquebox h1 {
  display: inline;
  font-family: 'BRuston Light';
  color: #fff;
  text-transform: uppercase;
  font-size: 60px;
  margin: 0;
  line-height: 1.1em;
}
@media only screen and (max-width: 1024px) {
  .opaquebox h1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .opaquebox h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .opaquebox h1 {
    font-size: 32px;
  }
}
.big {
  width: 100%;
  padding-top: 60px;
}
@media only screen and (max-width: 600px) {
  .big {
    display: none;
  }
}
.mobile {
  width: 100%;
  display: none;
}
@media only screen and (max-width: 600px) {
  .mobile {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  h1 br {
    display: none;
  }
}
.topbar {
  height: 90px;
  overflow: visible;
  background: #fff;
  z-index: 10;
  position: relative;
  /* active state, i.e. menu open */
}
.topbar .grid-row {
  height: 100%;
}
.topbar .logo {
  height: 100%;
  float: left;
}
.topbar .logo img {
  vertical-align: middle;
}
.topbar .logo .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.topbar button {
  background-color: #fff;
}
.topbar .c-hamburger {
  right: 15px;
  display: none;
  position: absolute;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 55px;
  height: 90px;
  font-size: 0;
  text-indent: -9999px;
  -moz-appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media only screen and (max-width: 1024px) {
  .topbar .c-hamburger {
    display: block;
  }
}
.topbar .c-hamburger:focus {
  outline: none;
}
.topbar .c-hamburger span {
  display: block;
  position: absolute;
  top: 41px;
  left: 10px;
  right: 10px;
  height: 6px;
  background: #0067ab;
}
.topbar .c-hamburger span::after,
.topbar .c-hamburger span::before {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #0067ab;
  content: "";
}
.topbar .c-hamburger span::before {
  top: -10px;
}
.topbar .c-hamburger span::after {
  bottom: -10px;
}
.topbar .c-hamburger--rot {
  background-color: #fff;
}
.topbar .c-hamburger--rot span {
  -moz-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.topbar .c-hamburger--rot.is-active {
  background-color: #fff;
}
.topbar .c-hamburger--rot.is-active span {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.topbar .topMenu {
  text-align: right;
  padding-top: 37px;
  overflow: visible;
  position: relative;
  float: right;
  z-index: 99;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  .topbar .topMenu {
    display: none;
  }
}
.topbar .topMenu a {
  position: relative;
  font-family: "BRuston Book";
  font-size: 14px;
  color: #626262;
  text-transform: uppercase;
  margin: 20px;
  padding-bottom: 10px;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  border-bottom: 1px solid #fff;
}
.topbar .topMenu a:hover,
.topbar .topMenu a .active {
  color: #0067ab;
  border-bottom: 1px solid #0067ab;
}
.topbar .topMenu a::after {
  position: absolute;
  right: -20px;
  top: 3px;
  content: '';
  height: 14px;
  width: 1px;
  background-color: #cccccc;
  display: block;
}
.topbar .topMenu a:last-child::after {
  display: none;
}
.mobileMenu {
  background: #fff;
  display: none;
  position: absolute;
  top: 0;
  padding-top: 90px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 25px;
  font-family: "BRuston Bold";
  height: 100%;
  z-index: 9;
  -moz-transition: all ease 0.6s;
  -o-transition: all ease 0.6s;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
  height: 0;
  overflow: hidden;
}
.mobileMenu.active {
  height: 100%;
}
.mobileMenu a {
  color: #0067ab;
  line-height: 2em;
}
@media only screen and (max-width: 1024px) {
  .mobileMenu {
    display: block;
  }
}
.mobileMenu ul {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.mobileMenu ul li {
  width: 100%;
}
.mobileMenu .logo {
  padding-top: 25px;
}
.linklist li {
  font-family: "BRuston Bold";
  vertical-align: middle;
  list-style: none;
  /*border-top:1px solid @tertiaryColor;*/
  padding: 15px 0 14px 0;
}
.linklist li:first-child {
  border-top: 0;
}
.linklist li.pdf {
  /*list-style: url('images/download.png');*/
  background-image: url('images/download.png');
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 35px;
}
.linklist li.link {
  /*list-style: url('images/download.png');*/
  background-image: url('images/link.png');
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 35px;
}
.linklist li a {
  color: #0067ab;
  text-decoration: none;
}
.linklist h3 {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 38px;
  margin: 0 0 40px 0;
  border-bottom: 1px solid #0067ab;
}
@media only screen and (max-width: 1024px) {
  .linklist h3 {
    margin: 0 0 40px 0;
    line-height: 34px;
  }
}
@media only screen and (max-width: 1024px) {
  .linklist h3 {
    margin: 0 0 40px 0;
  }
}
@media only screen and (max-width: 600px) {
  .linklist h3 {
    margin: 0 0 40px 0;
  }
}
.footer {
  background: #ebebeb;
  border-top: 5px solid #0067ab;
}
.footer h2 {
  line-height: 1.2em;
}
@media only screen and (max-width: 1024px) {
  .footer .col {
    width: 100% !important;
  }
}
.footer p.info {
  text-align: left;
  margin: 0;
  width: 50%;
  position: relative;
}
.footer p.info span {
  /*text-align: right;*/
  position: absolute;
  left: 30%;
}
.button {
  height: 35px;
  text-transform: uppercase;
  color: #fff;
  background: #0067ab !important;
  border: 0;
  padding: 7px 30px;
  font-family: 'BRuston Book';
}
.button:hover {
  /*background-color: @altButtonColor;
        color: @buttonColor;
        .tween(@tweenSpeed);*/
}
.link {
  color: #0067ab;
  text-decoration: underline;
}
.board {
  line-height: 1.5em;
  padding-bottom: 4em;
}
@media only screen and (max-width: 1024px) {
  .board {
    padding-bottom: 3em;
  }
}
.board h3 {
  font-family: "BRuston Book";
  font-size: 16px;
  border-bottom: 1px solid #0067ab;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.board h3.management {
  padding-bottom: 0;
  font-family: Georgia;
  border: 0;
}
.board h3.white {
  color: #fff;
  font-family: "BRuston Book";
  font-size: 16px;
  border-bottom: 1px solid #0067ab;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.board h2.name {
  font-family: "BRuston Bold";
  font-size: 20px;
  /*padding: 15px 0;
        margin: 0 0 15px 0;*/
  margin: 0;
  padding: 15px 0 0 0;
  color: #0067ab;
  /*border-bottom: 1px solid @secondaryColor;*/
  border-bottom: 0;
}
.grid-row:nth-child(2) .board:first-child h2.name {
  margin: 0;
  border-bottom: 0;
  padding: 15px 0 0 0;
}