@charset "UTF-8";
/**********************/
/* -up                */
/**********************/
/**********************/
/* -down                */
/**********************/
/**********************/
/* -only              */
/**********************/
/*------------------------------------*\
    #MIXINS
\*------------------------------------*/
/**
 * Add padding to container
 */
/**
 * Resets right/left padding created by %padded-box, allowing elements within a
 * padded-box-container to utilize its full width.
 */
/**
 * Word-wrap mixin that breaks words that overflow width
 * Adds manual hyphening (not supported by Blink).
 */
/*------------------------------------*\
    #ANIMATION
\*------------------------------------*/
/**
 * Various animations used on elements throughout the site
 */
.animation {
  animation-duration: 200ms;
  animation-fill-mode: both;
}

@keyframes bounce-in {
  from, 50%, to {
    animation-timing-function: cubic-bezier(1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
    backface-visibility: hidden;
  }
}
.animation--bounce-in {
  animation-name: bounce-in;
}

/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: none;
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
}

.svg-academia, .icon--academia, .social-link--academia::after {
  background: url("../images/sprite.svg?v=1755081774096") no-repeat;
  background-size: 2180px 1384px;
  background-position: 0 0;
  width: 29px;
  height: 28px;
}

.svg-check-hvit, .icon--check-hvit, .checkbox__label:after {
  background: url("../images/sprite.svg?v=1755081774096") no-repeat;
  background-size: 2180px 1384px;
  background-position: -29px -28px;
  width: 18px;
  height: 18px;
}

.svg-diplom, .icon--diplom {
  background: url("../images/sprite.svg?v=1755081774096") no-repeat;
  background-size: 2180px 1384px;
  background-position: -47px -46px;
  width: 25px;
  height: 31px;
}

.svg-facebook, .icon--facebook, .social-link--facebook::after {
  background: url("../images/sprite.svg?v=1755081774096") no-repeat;
  background-size: 2180px 1384px;
  background-position: -72px -77px;
  width: 29px;
  height: 29px;
}

.svg-instagram, .icon--instagram, .social-link--instagram::after {
  background: url("../images/sprite.svg?v=1755081774096") no-repeat;
  background-size: 2180px 1384px;
  background-position: -101px -106px;
  width: 29px;
  height: 28px;
}

.svg-kommentar, .teaser__comments:after, .list-link__comments:after {
  background: url("../images/sprite.svg?v=1755081774096") no-repeat;
  background-size: 2180px 1384px;
  background-position: -130px -134px;
  width: 19px;
  height: 18px;
}

.svg-linkedin, .icon--linkedin, .social-link--linkedin::after {
  background: url("../images/sprite.svg?v=1755081774096") no-repeat;
  background-size: 2180px 1384px;
  background-position: -149px -152px;
  width: 29px;
  height: 28px;
}

.svg-mail, .icon--mail {
  background: url("../images/sprite.svg?v=1755081774096") no-repeat;
  background-size: 2180px 1384px;
  background-position: -178px -180px;
  width: 26px;
  height: 20px;
}

.svg-mailfooter, .icon--mailfooter, .email-link:before {
  background: url("../images/sprite.svg?v=1755081774096") no-repeat;
  background-size: 2180px 1384px;
  background-position: -204px -200px;
  width: 24px;
  height: 18px;
}

.svg-meny, .icon--meny {
  background: url("../images/sprite.svg?v=1755081774096") no-repeat;
  background-size: 2180px 1384px;
  background-position: -228px -218px;
  width: 29px;
  height: 24px;
}

.svg-menylukk, .icon--menylukk {
  background: url("../images/sprite.svg?v=1755081774096") no-repeat;
  background-size: 2180px 1384px;
  background-position: -257px -242px;
  width: 24px;
  height: 24px;
}

.svg-n-l-a-logo {
  background: url("../images/sprite.svg?v=1755081774096") no-repeat;
  background-size: 2180px 1384px;
  background-position: -281px -266px;
  width: 89px;
  height: 64px;
}

.svg-n-l-a-logo-eng {
  background: url("../images/sprite.svg?v=1755081774096") no-repeat;
  background-size: 2180px 1384px;
  background-position: -370px -330px;
  width: 194px;
  height: 50px;
}

.svg-n-l-a-logo-intra, .icon--logo-intra {
  background: url("../images/sprite.svg?v=1755081774096") no-repeat;
  background-size: 2180px 1384px;
  background-position: -564px -380px;
  width: 315px;
  height: 102.9px;
}

.svg-nla-logo-green, .icon--logo {
  background: url("../images/sprite.svg?v=1755081774096") no-repeat;
  background-size: 2180px 1384px;
  background-position: -879px -483px;
  width: 247px;
  height: 104px;
}

.svg-nla-logo-green-eng, .icon--logo-eng {
  background: url("../images/sprite.svg?v=1755081774096") no-repeat;
  background-size: 2180px 1384px;
  background-position: -1126px -587px;
  width: 310px;
  height: 103px;
}

.svg-notification-bell, .button-alert .icon-alert {
  background: url("../images/sprite.svg?v=1755081774096") no-repeat;
  background-size: 2180px 1384px;
  background-position: -1436px -690px;
  width: 24px;
  height: 23px;
}

.svg-oppstart, .icon--oppstart {
  background: url("../images/sprite.svg?v=1755081774096") no-repeat;
  background-size: 2180px 1384px;
  background-position: -1460px -713px;
  width: 25px;
  height: 30px;
}

.svg-pil, .icon--pil, .list-link::after, .main-navigation__item a::after, .list-link-small::before, .arrow-link::after {
  background: url("../images/sprite.svg?v=1755081774096") no-repeat;
  background-size: 2180px 1384px;
  background-position: -1485px -743px;
  width: 20px;
  height: 18px;
}

.svg-pil-breadcrumb, .breadcrumbs__item::before, .icon--pil-breadcrumb {
  background: url("../images/sprite.svg?v=1755081774096") no-repeat;
  background-size: 2180px 1384px;
  background-position: -1505px -761px;
  width: 11px;
  height: 16px;
}

.svg-pil-graa-hoyre, .icon--pil-graa-hoyre, .button-text-white:disabled::after, form.EPiServerForms .FormResetButton:disabled::after,
form.EPiServerForms .FormCaptcha__Refresh:disabled::after, .button-text:disabled::after, form.EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action.btnNext:disabled::after, form.EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action.btnPrev:disabled::after, form.EPiServerForms .FormSubmitButton:disabled::after {
  background: url("../images/sprite.svg?v=1755081774096") no-repeat;
  background-size: 2180px 1384px;
  background-position: -1516px -777px;
  width: 26px;
  height: 27px;
}

.svg-pil-graa-venstre, .icon--pil-graa-venstre, .button-prev:disabled::before, form.EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action.btnPrev:disabled::before {
  background: url("../images/sprite.svg?v=1755081774096") no-repeat;
  background-size: 2180px 1384px;
  background-position: -1542px -804px;
  width: 26px;
  height: 27px;
}

.svg-pil-hvit, .icon--pil-hvit {
  background: url("../images/sprite.svg?v=1755081774096") no-repeat;
  background-size: 2180px 1384px;
  background-position: -1568px -831px;
  width: 20px;
  height: 18px;
}

.svg-pil-ned, .filter-block__minimize.is-pressed::after, .icon--pil-ned {
  background: url("../images/sprite.svg?v=1755081774096") no-repeat;
  background-size: 2180px 1384px;
  background-position: -1588px -849px;
  width: 23px;
  height: 14px;
}

.svg-pil-ned-2, .icon--pil-ned-2 {
  background: url("../images/sprite.svg?v=1755081774096") no-repeat;
  background-size: 2180px 1384px;
  background-position: -1611px -863px;
  width: 29px;
  height: 17px;
}

.svg-pil-ned-2-hvit, .icon--pil-ned-2-hvit {
  background: url("../images/sprite.svg?v=1755081774096") no-repeat;
  background-size: 2180px 1384px;
  background-position: -1640px -880px;
  width: 29px;
  height: 17px;
}

.svg-pil-ned-hvit, .icon--pil-ned-hvit {
  background: url("../images/sprite.svg?v=1755081774096") no-repeat;
  background-size: 2180px 1384px;
  background-position: -1669px -897px;
  width: 23px;
  height: 14px;
}

.svg-pil-opp, .filter-block__minimize::after, .icon--pil-opp {
  background: url("../images/sprite.svg?v=1755081774096") no-repeat;
  background-size: 2180px 1384px;
  background-position: -1692px -911px;
  width: 22px;
  height: 14px;
}

.svg-pil-opp-2, .icon--pil-opp-2, .accordion__title::after {
  background: url("../images/sprite.svg?v=1755081774096") no-repeat;
  background-size: 2180px 1384px;
  background-position: -1714px -925px;
  width: 28px;
  height: 17px;
}

.svg-pil-opp-2-hvit, .icon--pil-opp-2-hvit {
  background: url("../images/sprite.svg?v=1755081774096") no-repeat;
  background-size: 2180px 1384px;
  background-position: -1742px -942px;
  width: 28px;
  height: 17px;
}

.svg-pil-opp-hvit, .icon--pil-opp-hvit {
  background: url("../images/sprite.svg?v=1755081774096") no-repeat;
  background-size: 2180px 1384px;
  background-position: -1770px -959px;
  width: 22px;
  height: 14px;
}

.svg-pil-stor, .icon--pil-stor, .button-text-white::after, form.EPiServerForms .FormResetButton::after,
form.EPiServerForms .FormCaptcha__Refresh::after {
  background: url("../images/sprite.svg?v=1755081774096") no-repeat;
  background-size: 2180px 1384px;
  background-position: -1792px -973px;
  width: 26px;
  height: 26px;
}

.svg-pil-stor-hvit, .icon--pil-stor-hvit, .course-details__link-button:after, .button-text::after, form.EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action.btnNext::after, form.EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action.btnPrev::after, form.EPiServerForms .FormSubmitButton::after, .button-prev::before, form.EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action.btnPrev::before {
  background: url("../images/sprite.svg?v=1755081774096") no-repeat;
  background-size: 2180px 1384px;
  background-position: -1818px -999px;
  width: 26px;
  height: 26px;
}

.svg-poeng, .icon--poeng {
  background: url("../images/sprite.svg?v=1755081774096") no-repeat;
  background-size: 2180px 1384px;
  background-position: -1844px -1025px;
  width: 33px;
  height: 31px;
}

.svg-praksis, .icon--praksis {
  background: url("../images/sprite.svg?v=1755081774096") no-repeat;
  background-size: 2180px 1384px;
  background-position: -1877px -1056px;
  width: 25px;
  height: 31px;
}

.svg-search, .icon--search, .button-submit-search__icon {
  background: url("../images/sprite.svg?v=1755081774096") no-repeat;
  background-size: 2180px 1384px;
  background-position: -1902px -1087px;
  width: 31px;
  height: 31px;
}

.svg-search-2, .icon--search-2 {
  background: url("../images/sprite.svg?v=1755081774096") no-repeat;
  background-size: 2180px 1384px;
  background-position: -1933px -1118px;
  width: 20px;
  height: 20px;
}

.svg-slette-kryss, .icon--slette-kryss {
  background: url("../images/sprite.svg?v=1755081774096") no-repeat;
  background-size: 2180px 1384px;
  background-position: -1953px -1138px;
  width: 48px;
  height: 48px;
}

.svg-snapchat, .icon--snapchat, .social-link--snapchat::after {
  background: url("../images/sprite.svg?v=1755081774096") no-repeat;
  background-size: 2180px 1384px;
  background-position: -2001px -1186px;
  width: 31px;
  height: 28px;
}

.svg-sted, .icon--sted {
  background: url("../images/sprite.svg?v=1755081774096") no-repeat;
  background-size: 2180px 1384px;
  background-position: -2032px -1214px;
  width: 26px;
  height: 31px;
}

.svg-tel, .icon--tel {
  background: url("../images/sprite.svg?v=1755081774096") no-repeat;
  background-size: 2180px 1384px;
  background-position: -2058px -1245px;
  width: 18px;
  height: 28px;
}

.svg-telfooter, .icon--telfooter, .phone-link:before {
  background: url("../images/sprite.svg?v=1755081774096") no-repeat;
  background-size: 2180px 1384px;
  background-position: -2076px -1273px;
  width: 16px;
  height: 24px;
}

.svg-tiktok, .icon--tiktok, .social-link--tiktok::after {
  background: url("../images/sprite.svg?v=1755081774096") no-repeat;
  background-size: 2180px 1384px;
  background-position: -2092px -1297px;
  width: 29px;
  height: 29px;
}

.svg-twitter, .icon--twitter, .social-link--twitter::after {
  background: url("../images/sprite.svg?v=1755081774096") no-repeat;
  background-size: 2180px 1384px;
  background-position: -2121px -1326px;
  width: 35px;
  height: 28px;
}

.svg-utveksling, .icon--utveksling {
  background: url("../images/sprite.svg?v=1755081774096") no-repeat;
  background-size: 2180px 1384px;
  background-position: -2156px -1354px;
  width: 24px;
  height: 30px;
}

/*------------------------------------*\
    #FORMS
\*------------------------------------*/
fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

label {
  display: block;
  padding-bottom: 0.5rem;
}

input[type=text],
input[type=search],
input[type=date],
input[type=datetime],
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=url],
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0.5rem 0.65rem;
  border: 1px solid #447945;
  border-radius: 3px;
  transition: 200ms;
  height: 44px;
}
input[type=text]:focus,
input[type=search]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
  border: 1px solid #447945;
}

select {
  color: #447945;
}
select:not([multiple]) {
  padding-right: 54px;
  background: #fff url("../images/bg/pil-ned-2.svg") 97%/25px no-repeat;
}
@media screen and (min-width: 768px) {
  select:not([multiple]) {
    padding-right: 44px;
    background-position: 94%/25px;
  }
}

select[multiple] {
  height: auto;
}

.checkbox__wrapper {
  position: relative;
}
.checkbox__wrapper:has(input:focus-visible) {
  border-radius: 3px;
  outline: 3px solid #111111;
}

.checkbox__label {
  cursor: pointer;
  position: relative;
  font-size: 1.0625rem;
  padding-left: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.checkbox__label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 18px;
  top: 2px;
  left: 0;
  vertical-align: middle;
  margin-right: 10px;
  border-radius: 3px;
  border: 1px solid #447945;
  background: white;
  transition: background-color 100ms;
  z-index: 10;
}
.checkbox__label:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 1px;
  opacity: 0;
  transform: scale(0.1);
  transition: transform 100ms;
  z-index: 10;
}

.checkbox {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.checkbox:checked + .checkbox__label::before {
  background: #447945;
}
.checkbox:checked + .checkbox__label::after {
  opacity: 1;
  transform: scale(1);
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 1px 6px;
}

/*------------------------------------*\
    #EPISERVER FORMS
\*------------------------------------*/
form.EPiServerForms {
  background-color: #fff;
  box-shadow: 0 1px 11px 0 rgba(131, 131, 131, 0.5);
  padding: 24px;
  border-radius: 3px;
  margin-top: 16px;
}
form.EPiServerForms .Form__Status .Form__Status__Message {
  padding: 16px;
  margin: 16px 0;
}
form.EPiServerForms .Form__Status .Form__Status__Message > *:last-child {
  margin-bottom: 0;
}
form.EPiServerForms .Form__Status .Form__Success__Message {
  background: rgba(92, 163, 97, 0.08);
}
form.EPiServerForms .Form__Status .Form__Warning__Message {
  position: relative;
  background-color: #f9e6e6;
  color: red;
  padding-left: 55px;
}
form.EPiServerForms .Form__Status .Form__Warning__Message::before {
  content: "!";
  display: block;
  position: absolute;
  box-sizing: border-box;
  width: 29px;
  height: 29px;
  left: 11px;
  padding: 5px 0 0 2px;
  text-align: center;
  background-color: #c51616;
  color: #fff;
  border-radius: 16px;
  font-size: 1.375rem;
  line-height: 1;
}
form.EPiServerForms .Form__Element .Form__Element__Caption {
  display: block;
  margin: 16px 0 0;
  padding: 0;
  font-size: 1.0625rem;
}
form.EPiServerForms .Form__Element .Form__Element__Caption button label {
  margin: 0;
  font-size: 1.3125rem;
}
form.EPiServerForms .Form__Element.ValidationRequired .Form__Element__Caption::after {
  content: " *";
}
form.EPiServerForms .Form__Element input,
form.EPiServerForms .Form__Element textarea,
form.EPiServerForms .Form__Element select {
  margin: 8px 0 0;
  max-width: 100%;
}
form.EPiServerForms .Form__Element input[type=text],
form.EPiServerForms .Form__Element input[type=search],
form.EPiServerForms .Form__Element input[type=date],
form.EPiServerForms .Form__Element input[type=datetime],
form.EPiServerForms .Form__Element input[type=email],
form.EPiServerForms .Form__Element input[type=number],
form.EPiServerForms .Form__Element input[type=password],
form.EPiServerForms .Form__Element input[type=tel],
form.EPiServerForms .Form__Element input[type=url],
form.EPiServerForms .Form__Element textarea,
form.EPiServerForms .Form__Element select {
  width: 100%;
}
@media screen and (min-width: 768px) {
  form.EPiServerForms .Form__Element input[type=text],
form.EPiServerForms .Form__Element input[type=search],
form.EPiServerForms .Form__Element input[type=date],
form.EPiServerForms .Form__Element input[type=datetime],
form.EPiServerForms .Form__Element input[type=email],
form.EPiServerForms .Form__Element input[type=number],
form.EPiServerForms .Form__Element input[type=password],
form.EPiServerForms .Form__Element input[type=tel],
form.EPiServerForms .Form__Element input[type=url],
form.EPiServerForms .Form__Element textarea,
form.EPiServerForms .Form__Element select {
    min-width: 300px;
    width: auto;
  }
}
form.EPiServerForms .Form__Element textarea {
  min-height: 200px;
}
@media screen and (min-width: 768px) {
  form.EPiServerForms .Form__Element textarea {
    min-width: 552px;
  }
}
form.EPiServerForms .Form__Element .FormCaptcha .FormCaptcha__Image {
  display: block;
  margin-top: 16px;
}
form.EPiServerForms .Form__Element .FormCaptcha .FormCaptcha__Input {
  margin-top: 16px;
  width: 350px;
  max-width: 100%;
}
form.EPiServerForms .Form__Element.ValidationFail input[type=text],
form.EPiServerForms .Form__Element.ValidationFail input[type=search],
form.EPiServerForms .Form__Element.ValidationFail input[type=date],
form.EPiServerForms .Form__Element.ValidationFail input[type=datetime],
form.EPiServerForms .Form__Element.ValidationFail input[type=email],
form.EPiServerForms .Form__Element.ValidationFail input[type=number],
form.EPiServerForms .Form__Element.ValidationFail input[type=password],
form.EPiServerForms .Form__Element.ValidationFail input[type=tel],
form.EPiServerForms .Form__Element.ValidationFail input[type=url],
form.EPiServerForms .Form__Element.ValidationFail textarea,
form.EPiServerForms .Form__Element.ValidationFail select {
  border: solid 1px #c51616;
  box-shadow: inset 0 1px 3px 0 #eb7171;
}
form.EPiServerForms .Form__Element.ValidationFail input[type=text],
form.EPiServerForms .Form__Element.ValidationFail input[type=search],
form.EPiServerForms .Form__Element.ValidationFail input[type=date],
form.EPiServerForms .Form__Element.ValidationFail input[type=datetime],
form.EPiServerForms .Form__Element.ValidationFail input[type=email],
form.EPiServerForms .Form__Element.ValidationFail input[type=number],
form.EPiServerForms .Form__Element.ValidationFail input[type=password],
form.EPiServerForms .Form__Element.ValidationFail input[type=tel],
form.EPiServerForms .Form__Element.ValidationFail input[type=url],
form.EPiServerForms .Form__Element.ValidationFail textarea {
  padding-right: 37px;
  background: url("../images/bg/i.png") 100%/37px no-repeat;
}
form.EPiServerForms .Form__Element .Form__Element__ValidationError {
  display: block;
  background-color: #f9e6e6;
  padding: 24px 47px;
  margin: 10px 0;
  position: relative;
}
form.EPiServerForms .Form__Element .Form__Element__ValidationError::before {
  content: "!";
  display: block;
  position: absolute;
  box-sizing: border-box;
  width: 29px;
  height: 29px;
  left: 11px;
  padding: 5px 0 0 2px;
  text-align: center;
  background-color: #c51616;
  color: #fff;
  border-radius: 16px;
  font-size: 1.375rem;
  line-height: 1;
}
form.EPiServerForms .Form__NavigationBar {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 2px solid #e6e6e6;
}
form.EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action {
  background-image: none;
}
form.EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action.btnNext {
  width: auto !important;
}
form.EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action.btnPrev {
  width: auto !important;
}
form.EPiServerForms .Form__NavigationBar .Form__NavigationBar__ProgressBar {
  border-color: #a9cf98;
}
form.EPiServerForms .Form__NavigationBar .Form__NavigationBar__ProgressBar .Form__NavigationBar__ProgressBar--Progress {
  background-color: #a9cf98;
}
form.EPiServerForms .FormSubmitButton {
  width: auto !important;
}
form.EPiServerForms .FormResetButton,
form.EPiServerForms .FormCaptcha__Refresh {
  width: auto !important;
  padding: 0 16px !important;
}
form.EPiServerForms .FormResetButton::after,
form.EPiServerForms .FormCaptcha__Refresh::after {
  display: none;
}

/*------------------------------------*\
    #IMAGES
\*------------------------------------*/
figure {
  margin: 0;
}
svg,
img {
  max-width: 100%;
}

.wysiwyg img {
  max-width: 100%;
  height: auto;
}

/*------------------------------------*\
    #LISTS
\*------------------------------------*/
ul {
  margin: 16px 0;
}

dl dd {
  margin: 0;
}

.list--padding {
  margin: 40px 0;
}

/*------------------------------------*\
    #TABLES
\*------------------------------------*/
/*------------------------------------*\
    #TYPOGRAPHY
\*------------------------------------*/
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
body {
  color: #363636;
  font-family: "Roboto", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.1875rem;
  }
}

button,
input,
optgroup,
select,
textarea {
  font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
.block-list__header,
h4,
.card__footer-first,
h5,
h6 {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: manual;
          hyphens: manual;
  margin-top: 0;
  color: #363636;
  font-weight: 400;
}
h1 a,
h2 a,
h3 a,
.block-list__header a,
h4 a,
.card__footer-first a,
h5 a,
h6 a {
  text-decoration: none;
}

h1,
.h1-heading {
  line-height: 1.3;
  font-weight: 400;
  font-size: 1.9375rem;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  h1,
.h1-heading {
    font-size: 2.375rem;
  }
}

h2,
.h2-heading,
.l-employee-list-competence__title,
.l-competence-list__title,
.l-avdeling-list__title {
  line-height: 1.2;
  font-weight: 400;
  font-size: 1.5625rem;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  h2,
.h2-heading,
.l-employee-list-competence__title,
.l-competence-list__title,
.l-avdeling-list__title {
    font-size: 1.9375rem;
  }
}

h3, .block-list__header,
.h3-heading,
.teaser__title,
.a-z-list__group-title,
.wysiwyg h2,
form.EPiServerForms .Form__Title {
  line-height: 1.3;
  font-weight: 700;
  font-size: 1.3125rem;
  margin-bottom: 4px;
}
@media screen and (min-width: 768px) {
  h3, .block-list__header,
.h3-heading,
.teaser__title,
.a-z-list__group-title,
.wysiwyg h2,
form.EPiServerForms .Form__Title {
    font-size: 1.4375rem;
  }
}

h4, .card__footer-first,
.h4-heading,
.wysiwyg h3,
.wysiwyg .block-list__header {
  line-height: 1.3;
  font-weight: 400;
  font-size: 1.3125rem;
  margin-bottom: 4px;
}
@media screen and (min-width: 768px) {
  h4, .card__footer-first,
.h4-heading,
.wysiwyg h3,
.wysiwyg .block-list__header {
    font-size: 1.4375rem;
  }
}

h5,
.h5-heading,
.wysiwyg h5,
.wysiwyg h4,
.wysiwyg .card__footer-first {
  line-height: 1.3;
  font-weight: 400;
  font-size: 1.1875rem;
  margin-bottom: 4px;
}
@media screen and (min-width: 768px) {
  h5,
.h5-heading,
.wysiwyg h5,
.wysiwyg h4,
.wysiwyg .card__footer-first {
    font-size: 1.3125rem;
  }
}

p {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: manual;
          hyphens: manual;
  margin: 0 0 24px;
}

a {
  text-decoration: none;
  transition: all 300ms, color 150ms, background 150ms;
}

blockquote {
  font-size: 1.875rem;
  color: #007672;
  font-weight: 300;
  line-height: 1.31;
  margin: 24px 0;
}
@media screen and (min-width: 768px) {
  blockquote {
    max-width: 48.4%;
    float: right;
    margin: 0 0 24px 32px;
  }
}

.lead {
  font-weight: 700;
  margin-bottom: 32px;
}

.wysiwyg ul:not([class]) {
  list-style: none;
  padding-left: 14px;
  margin-top: -10px;
  margin-bottom: 24px;
}
.wysiwyg ul:not([class]) li {
  text-indent: -0.7em;
  line-height: 2;
}
.wysiwyg ul:not([class]) li::before {
  content: "• ";
  color: #007672;
}
.wysiwyg ol:not([class]) {
  padding-left: 24px;
  line-height: 2;
  margin-top: -10px;
  margin-bottom: 24px;
}
.wysiwyg ol:not([class]) li {
  padding-left: 15px;
  margin-bottom: 15px;
}
.wysiwyg table:not([class]) {
  margin-bottom: 24px;
}

/*------------------------------------*/
/*  #O-LIST-INLINE
/*------------------------------------*/
/**
 * List object containing lots of modifiers
 */
.o-list-inline {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  margin: 0 -12px;
}
@media screen and (max-width: 767px) {
  .o-list-inline > *:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .o-list-inline {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1024px) {
  .o-list-inline {
    margin-bottom: -40px;
  }
}
.o-list-inline li {
  padding: 0 12px;
}
.o-list-inline li > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .o-list-inline li {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .o-list-inline--2-col li {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .o-list-inline--3-col li {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 1023px) {
  .o-list-inline--1-col-desktop-down {
    display: block;
  }
  .o-list-inline--1-col-desktop-down > *:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1023px) {
  .o-list-inline--1-col-desktop-down li {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .o-list-inline--equal-height li {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .o-list-inline--equal-height li > * {
    flex-grow: 1;
  }
}
.o-list-inline--1-col {
  display: block;
  margin: 0;
}
.o-list-inline--1-col > *:last-child {
  margin-bottom: 0;
}
.o-list-inline--1-col li {
  padding: 0;
  width: 100%;
  margin-bottom: 44px;
}

/*------------------------------------*/
/*  #O-LIST
/*------------------------------------*/
/**
 * List object containing lots of modifiers
 */
.o-list {
  margin-bottom: 48px;
}
.o-list li {
  margin-bottom: 40px;
}
.o-list li > *, .o-list li:last-of-type {
  margin-bottom: 0 !important;
}
.o-list--bare {
  list-style: none;
  padding: 0;
  margin: 0;
}

/*------------------------------------*/
/*  #O-SECTION
/*------------------------------------*/
/**
 * Generic sectioning class
 */
.o-section {
  margin-bottom: 48px;
  padding-bottom: 1px;
}
.o-section__more {
  display: flex;
  justify-content: flex-end;
  margin-top: 12px;
  font-size: 1.3125rem;
}
.o-section__more--inverted {
  justify-content: flex-start;
}
.o-section--teaser-list .o-list-inline {
  padding-bottom: 24px;
  border-bottom: 2px solid #e6e6e6;
}
.o-section--borderbottom {
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 24px;
  padding-bottom: 16px;
}

.accordion {
  border: 1px solid #447945;
  border-radius: 3px;
}
.accordion__title {
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
  min-height: 56px;
  padding: 12px 16px;
  margin: 0;
  font-size: 1.3125rem;
  border-radius: 3px;
  background-color: #fff;
  color: #447945;
  text-align: start;
}
.accordion__title::after {
  content: "";
  flex-shrink: 0;
  margin-left: 16px;
  transition: transform 100ms ease-in-out;
}
.accordion.is-closed .accordion__title::after {
  transform: rotate(180deg);
}
.accordion__body {
  padding: 0 16px;
  min-height: 100px;
}
.accordion.is-closed .accordion__body {
  display: none;
}
.accordion--block {
  border: none;
  border-radius: 0;
}
.accordion--block .accordion__title {
  background-color: rgba(92, 163, 97, 0.08);
  font-weight: 700;
  border-radius: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border: none;
  border-bottom: 1px solid #447945;
}
.accordion--block .accordion__body {
  border-left: 1px solid #447945;
  border-right: 1px solid #447945;
  border-bottom: 1px solid #447945;
  padding: 16px;
  overflow: auto;
}
.accordion--block .accordion__body th, .accordion--block .accordion__body td {
  text-wrap: wrap;
}

/*------------------------------------*\
    #BUTTON
\*------------------------------------*/
/**
 * Styling for custom button elements
 */
.button, form.EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action.btnNext, form.EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action.btnPrev, form.EPiServerForms .FormSubmitButton, form.EPiServerForms .FormResetButton,
form.EPiServerForms .FormCaptcha__Refresh {
  border-bottom: none;
  cursor: pointer;
  transition: all 200ms;
  display: inline-block;
  max-width: 100%;
  width: 100%;
}
.button-text, form.EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action.btnNext, form.EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action.btnPrev, form.EPiServerForms .FormSubmitButton {
  position: relative;
  height: 56px;
  padding: 0 50px 0 16px;
  margin: 8px 0;
  font-size: 1.3125rem;
  line-height: 56px;
  border-radius: 3px;
  border: 1px solid #5ca361;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #5ca361;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.button-text::after, form.EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action.btnNext::after, form.EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action.btnPrev::after, form.EPiServerForms .FormSubmitButton::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto 0;
}
.button-text:disabled, form.EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action.btnNext:disabled, form.EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action.btnPrev:disabled, form.EPiServerForms .FormSubmitButton:disabled {
  background-color: white;
  color: #575757 !important;
  border-color: #929292;
}
.button-text:disabled::after, form.EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action.btnNext:disabled::after, form.EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action.btnPrev:disabled::after, form.EPiServerForms .FormSubmitButton:disabled::after {
  transform: rotate(0deg);
}
.button-text:disabled:hover, form.EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action.btnNext:disabled:hover, form.EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action.btnPrev:disabled:hover, form.EPiServerForms .FormSubmitButton:disabled:hover {
  background-color: #fff;
  color: #447945;
}
.button-text--large {
  font-size: 1.5rem;
}
.button-text:hover, form.EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action.btnNext:hover, form.EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action.btnPrev:hover, form.EPiServerForms .FormSubmitButton:hover {
  background-color: #447945;
}
.button-text-white, form.EPiServerForms .FormResetButton,
form.EPiServerForms .FormCaptcha__Refresh {
  position: relative;
  height: 56px;
  padding: 0 50px 0 16px;
  margin: 8px 0;
  font-size: 1.3125rem;
  line-height: 56px;
  border-radius: 3px;
  border: 1px solid #5ca361;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  color: #447945;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.button-text-white::after, form.EPiServerForms .FormResetButton::after,
form.EPiServerForms .FormCaptcha__Refresh::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto 0;
}
.button-text-white:disabled, form.EPiServerForms .FormResetButton:disabled,
form.EPiServerForms .FormCaptcha__Refresh:disabled {
  background-color: white;
  color: #575757 !important;
  border-color: #929292;
}
.button-text-white:disabled::after, form.EPiServerForms .FormResetButton:disabled::after,
form.EPiServerForms .FormCaptcha__Refresh:disabled::after {
  transform: rotate(0deg);
}
.button-text-white:disabled:hover, form.EPiServerForms .FormResetButton:disabled:hover,
form.EPiServerForms .FormCaptcha__Refresh:disabled:hover {
  background-color: #fff;
  color: #447945;
}
.button-text-white--large {
  font-size: 1.5rem;
}
.button-text-white:hover, form.EPiServerForms .FormResetButton:hover,
form.EPiServerForms .FormCaptcha__Refresh:hover {
  background-color: rgba(92, 163, 97, 0.08);
}
.button-alert .icon-alert {
  display: inline-block;
  text-align: center;
  min-width: 20px;
  min-height: 20px;
  background-color: #FFBF57;
  border-radius: 10px;
  margin-left: 8px;
  vertical-align: middle;
}
.button-prev, form.EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action.btnPrev {
  padding: 0 16px 0 50px;
}
.button-prev::after, form.EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action.btnPrev::after {
  display: none;
}
.button-prev::before, form.EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action.btnPrev::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 16px;
  margin: auto 0;
  transform: rotate(180deg);
}
.button-prev:disabled, form.EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action.btnPrev:disabled {
  background-color: white;
  color: #575757 !important;
  border-color: #929292;
}
.button-prev:disabled::before, form.EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action.btnPrev:disabled::before {
  transform: rotate(0deg);
}
.button-static-size {
  padding-left: 50px;
  padding-right: 50px;
  text-align: center;
  width: auto;
}
.button-static-size::after {
  display: none;
}
.button-submit-search {
  background-color: transparent;
  border: none;
}
.button-submit-search__label {
  color: #575757;
  font-size: 1.0625rem;
  line-height: 1.5;
  letter-spacing: 0;
  display: none;
}
@media screen and (min-width: 768px) {
  .button-submit-search__label {
    display: inline;
  }
}
.button-hamburger {
  width: 25px;
  height: 20px;
  position: relative;
  margin: 0 auto;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.button-hamburger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #5ca361;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.button-hamburger span:nth-child(1) {
  top: 0px;
  transform-origin: left center;
}
.button-hamburger span:nth-child(2) {
  top: 9px;
  transform-origin: left center;
}
.button-hamburger span:nth-child(3) {
  top: 18px;
  transform-origin: left center;
}
.button-hamburger.is-open span:nth-child(1) {
  top: -3px;
  left: 8px;
  transform: rotate(45deg);
}
.button-hamburger.is-open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.button-hamburger.is-open span:nth-child(3) {
  top: 15px;
  left: 8px;
  transform: rotate(-45deg);
}
.button__delete {
  width: 47px;
  height: 48px;
  border: none;
  transition: none;
  box-sizing: border-box;
  z-index: 2;
  padding-top: 21px;
  padding-left: 25px;
  padding-right: 20px;
  padding-bottom: 21px;
  border-radius: 3px 3px 0px 0px;
  position: absolute;
  right: 0px;
  top: -12px;
  transition: none;
}
.button__delete span {
  display: block;
  text-indent: -9999em;
  text-transform: uppercase;
  height: 1px;
}
.button__delete.is-active {
  background-color: white;
  border: 1px solid #447945;
  border-bottom: 0px;
}
.button__action {
  display: inline-block;
  width: auto;
  background-color: #447945;
  border: none;
  border-radius: 3px;
  padding: 9px 17px;
  color: #fff;
  font-size: 1.3125rem;
  margin-left: 24px;
}
.button__action--white {
  background-color: #fff;
  color: #363636;
  border: 1px solid #447945;
}
.button__minimal {
  display: inline-block;
  width: auto;
  border: none;
  background: none;
  text-decoration: underline;
  color: #447945;
  font-size: 1.1875rem;
}

.byline {
  border-top: 2px solid #e6e6e6;
  border-bottom: 2px solid #e6e6e6;
  padding: 10px 0;
  margin: 16px 0;
  font-size: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .byline {
    display: flex;
    justify-content: space-between;
  }
}
.byline-dates {
  color: #575757;
}
.byline-dates__item:last-child::before {
  content: "• ";
}
.byline--bottom {
  border-bottom: 0;
  margin-top: 48px;
  margin-bottom: 48px;
  padding-bottom: 0;
}

.comment-form {
  letter-spacing: 0.4px;
  position: relative;
  width: 100%;
  padding-left: 10px;
  padding-right: 24px;
  margin-bottom: 32px;
  max-width: 780px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .comment-form {
    padding-left: 24px;
  }
}
.comment-form--editing {
  padding-left: 0px;
  padding-right: 0px;
}
.comment-form__main {
  display: flex;
}
.comment-form__avatar {
  float: left;
  margin-right: 24px;
}
@media screen and (min-width: 768px) {
  .comment-form__avatar {
    flex-shrink: 0;
    margin-right: 24px;
  }
}
.comment-form__body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.comment-form__body textarea {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  font-size: 1rem;
  margin-bottom: 0;
  min-height: 100px;
  font-size: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .comment-form__body textarea {
    font-size: 1.1875rem;
  }
}
.comment-form__author {
  display: flex;
  align-items: center;
  font-size: 1.4375rem;
  font-weight: 700;
  border: none;
  margin-bottom: 8px;
  min-height: 32px;
  color: #447945;
  text-decoration: underline;
}
.comment-form__button-group {
  align-self: flex-end;
  display: flex;
  align-items: center;
  margin: 16px 0 0;
}

.comment-section {
  margin-bottom: 56px;
}
.comment-section li {
  list-style: none;
}
.comment-section__heading {
  font-size: 1.5rem;
  width: 100%;
  margin-bottom: 32px;
  background-color: rgba(92, 163, 97, 0.08);
}
.comment-section__heading-inner {
  display: block;
  max-width: 780px;
  padding-bottom: 9px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 8px;
}
@media screen and (min-width: 768px) {
  .comment-section__heading-inner {
    padding-left: 24px;
    padding-right: 24px;
    margin-left: auto;
    margin-right: auto;
  }
}
.comment-section__new-comment {
  margin-bottom: 32px;
}
.comment-section__count {
  font-weight: 400;
}
.comment-section__count::before {
  content: "(";
}
.comment-section__count::after {
  content: ")";
}
.comment-section__list {
  padding: 0px;
  margin-bottom: 40px;
}
.comment-section__list li:nth-child(odd) {
  background-color: rgba(92, 163, 97, 0.08);
}
.comment-section__more-inner {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  max-width: 268px;
  text-align: center;
}
.comment-section__visible-comments {
  display: inline-block;
  font-size: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .comment-section__visible-comments {
    font-size: 1.1875rem;
  }
}

.comment {
  letter-spacing: 0.4px;
  position: relative;
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
  padding-left: 12px;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 24px;
  border-radius: 3px;
}
@media screen and (min-width: 768px) {
  .comment {
    margin-bottom: 32px;
    padding-left: 24px;
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.comment__main {
  display: flex;
}
.comment__avatar {
  float: right;
  margin-right: 16px;
}
@media screen and (min-width: 768px) {
  .comment__avatar {
    flex-shrink: 0;
    margin-right: 24px;
  }
}
.comment__body {
  flex-grow: 1;
}
.comment__author {
  display: flex;
  align-items: center;
  font-size: 1.4375rem;
  font-weight: 700;
  border: none;
  margin-bottom: 8px;
  min-height: 32px;
  color: #447945;
  text-decoration: underline;
}
.comment__delete-dialog {
  display: none;
}
.comment__buttons {
  display: inline-block;
  position: relative;
  padding-right: 50px;
}
.comment__actions {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .comment__actions {
    padding-left: 90px;
  }
}
@media screen and (min-width: 1024px) {
  .comment__actions {
    padding-left: 96px;
  }
}
.comment__content {
  margin-left: -48px;
}
@media screen and (min-width: 768px) {
  .comment__content {
    margin-left: 0px;
  }
}
.comment__delete-dialog {
  z-index: 1;
  position: absolute;
  top: 35px;
  right: 0px;
  width: 306px;
  padding: 24px;
  border: 1px solid #447945;
  background: #fff;
  text-align: right;
  display: none;
  border-radius: 3px 0px 3px 3px;
  box-shadow: 0 1px 11px 0 rgba(118, 118, 118, 0.5);
  transition: none;
}
.comment__delete-dialog p {
  font-size: 1rem;
  margin-bottom: 12px;
}
.comment__time, .comment__date {
  font-size: 1.0625rem;
  color: #575757;
}

.edit-buttons {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 0em;
}
@media screen and (min-width: 768px) {
  .edit-buttons {
    flex-direction: row;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .edit-buttons__item {
    padding-right: 16px;
  }
  .edit-buttons__item:last-child {
    padding-right: 0;
  }
}

.employee-details__job-title {
  font-size: 1.5625rem;
  line-height: 1.2;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .employee-details__job-title {
    font-size: 1.9375rem;
    margin-bottom: 0;
  }
}
.employee-details__location {
  font-size: 1.3125rem;
  line-height: 1.3;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .employee-details__location {
    font-size: 1.4375rem;
    margin-bottom: 20px;
  }
}
.employee-details__contact {
  font-size: 1.0625rem;
  line-height: 1.33;
  margin-bottom: 16px;
}
.employee-details__office {
  font-size: 1.0625rem;
  line-height: 1.67;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .employee-details__office {
    margin-bottom: 8px;
  }
}
.employee-details__social-links {
  margin-bottom: 16px;
}
.employee-details .social-link-list__item {
  margin-right: 24px;
}
.employee-details__cristin-link {
  display: inline-block;
  font-size: 1.3125rem;
  line-height: 1.18;
  margin-top: 24px;
  margin-bottom: 16px;
}

/*------------------------------------*/
/*  #HERO
/*------------------------------------*/
/**
 * Block element with image, text and button. Used as a CTA on the start page
 */
.hero {
  top: 1px;
}
.hero__video {
  display: none;
}
@media screen and (min-width: 1024px) {
  .hero__video {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: inline-block;
  }
}
@media screen and (min-width: 1024px) and (prefers-reduced-motion) {
  .hero__video {
    display: none;
  }
}
.hero__media-container {
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .hero__media-container {
    min-height: 100%;
    height: 450px;
    padding-bottom: 0;
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .hero__media-container {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
  }
}
@media screen and (min-width: 1024px) {
  .hero__media-container img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  .hero__media-container img {
    left: 50%;
    max-width: none;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
  }
}
@media screen and (min-width: 1024px) {
  .hero__video + img {
    display: none;
  }
}
@media screen and (min-width: 1024px) and (prefers-reduced-motion) {
  .hero__video + img {
    display: block;
  }
}
.hero__content-wrapper {
  position: relative;
  margin: 0 10px;
}
@media screen and (min-width: 1024px) {
  .hero__content-wrapper {
    margin: 0 30px;
  }
}
.hero__content {
  display: flex;
  flex-direction: column;
  max-width: 900px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .hero__content {
    position: absolute;
    left: 50%;
    bottom: 24px;
    transform: translateX(-50%);
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 15px 60px;
    border-radius: 3px;
    box-shadow: 0 1px 11px 0 rgba(131, 131, 131, 0.5);
    background: rgba(255, 255, 255, 0.86);
  }
}
@media screen and (min-width: 1024px) {
  .hero__content {
    padding: 24px 40px;
  }
}
.hero__text {
  margin: 10px 0 4px;
  font-size: 1.6875rem;
  line-height: 1.25;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .hero__text {
    flex-shrink: 1;
    margin: 5px 20px 0 0;
    text-align: left;
  }
}
.hero__button {
  display: inline-flex;
  justify-content: center;
  align-self: center;
}
.hero__button .button, .hero__button form.EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action.btnNext, form.EPiServerForms .Form__NavigationBar .hero__button .Form__NavigationBar__Action.btnNext, .hero__button form.EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action.btnPrev, form.EPiServerForms .Form__NavigationBar .hero__button .Form__NavigationBar__Action.btnPrev, .hero__button form.EPiServerForms .FormSubmitButton, form.EPiServerForms .hero__button .FormSubmitButton, .hero__button form.EPiServerForms .FormResetButton, form.EPiServerForms .hero__button .FormResetButton,
.hero__button form.EPiServerForms .FormCaptcha__Refresh,
form.EPiServerForms .hero__button .FormCaptcha__Refresh {
  margin: 0;
  min-width: 245px;
}

.jump-to-content-link {
  text-decoration: none;
  background-color: #363636;
  color: #fff;
  padding: 0.75em 1.25em;
  display: block;
  text-align: center;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  transition: none;
}
.jump-to-content-link:focus {
  height: auto;
  width: 100%;
  position: relative;
}
.jump-to-content-link:focus span {
  outline: 2px solid;
}

/*------------------------------------*\
    #LINK
\*------------------------------------*/
a,
.link {
  color: #447945;
  border-bottom: 2px solid #a9cf98;
  transition: all 150ms;
}
a:hover,
.link:hover {
  border-bottom-color: #5ca361;
}

.list-link, .main-navigation__item a {
  display: block;
  position: relative;
  color: #447945;
  font-size: 1.3125rem;
  line-height: 1.27;
  border-bottom: 2px solid #e6e6e6;
  padding: 10px 40px 9px 0;
}
.list-link::after, .main-navigation__item a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 17px;
  margin: auto 0;
}
.list-link__comments {
  display: block;
  position: relative;
  padding-left: 20px;
  font-size: 1.0625rem;
  white-space: nowrap;
  margin-top: 5px;
}
.list-link__comments:after {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  transform: scale(0.9);
}

.list-link--big, .main-navigation__item a {
  padding: 14px 0 12px 0;
}

.list-link--move-arrow::after, .main-navigation__item a::after {
  right: 0;
}

.list-link-small {
  position: relative;
  color: #447945;
  font-size: 1em;
  line-height: 1.15em;
}
.list-link-small::before {
  content: "";
  position: absolute;
  top: 2px;
  left: -22.4px;
  margin: auto 0;
}

.arrow-link {
  display: inline-block;
  position: relative;
  margin-right: 28px;
  color: #447945;
  font-size: 1.3125rem;
  line-height: 25px;
}
.arrow-link::after {
  content: "";
  position: absolute;
  top: 6px;
  right: -23px;
  margin: auto 0;
}

.social-link {
  display: inline-block;
  border-bottom: 0;
}
.social-link::after {
  content: "";
  display: inline-block;
}
.phone-link,
.email-link {
  position: relative;
  line-height: 2em;
}
.phone-link:before,
.email-link:before {
  content: "";
  display: inline-block;
  position: absolute;
}

.phone-link {
  margin-left: 30px;
}
.phone-link:before {
  top: 0px;
  left: -27px;
}
@media screen and (min-width: 768px) {
  .phone-link {
    margin-left: 32px;
  }
  .phone-link:before {
    left: -28px;
  }
}
.phone-link--big, .phone-link--big-left-align {
  margin-left: 35px;
}
.phone-link--big:before, .phone-link--big-left-align:before {
  top: -1px;
  left: -31px;
  background-size: 1938px 1231px;
  background-position: -1830px -1107px;
  width: 16px;
  height: 24px;
}
@media screen and (min-width: 768px) {
  .phone-link--big, .phone-link--big-left-align {
    margin-left: 35px;
  }
  .phone-link--big:before, .phone-link--big-left-align:before {
    left: -30px;
  }
}
.phone-link--big-left-align {
  margin-left: 30px;
}
.phone-link--big-left-align:before {
  left: -31px;
}
@media screen and (min-width: 768px) {
  .phone-link--big-left-align {
    margin-left: 29px;
  }
  .phone-link--big-left-align:before {
    left: -30px;
  }
}

.email-link {
  margin-left: 30px;
}
.email-link:before {
  top: 3px;
  left: -30px;
}
@media screen and (min-width: 768px) {
  .email-link {
    margin-left: 32px;
  }
  .email-link:before {
    left: -32px;
  }
}
.email-link--big, .email-link--big-left-align {
  margin-left: 35px;
}
.email-link--big:before, .email-link--big-left-align:before {
  top: 2px;
  left: -35px;
  background-size: 2013px 1278px;
  background-position: -165px -167px;
  width: 24px;
  height: 18px;
}
@media screen and (min-width: 768px) {
  .email-link--big, .email-link--big-left-align {
    margin-left: 35px;
  }
  .email-link--big:before, .email-link--big-left-align:before {
    left: -35px;
  }
}

.scientific-article {
  border: solid 3px #5ca361;
  display: flex;
  height: 100%;
  padding: 8px;
  padding-bottom: 0;
}
.scientific-article__content-wrap {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  width: 100%;
}
.scientific-article__content-left {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.scientific-article__title {
  font-size: 16px;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
}
.scientific-article__ingress {
  font-size: 12px;
  line-height: 1.2;
  margin-bottom: -0.5rem;
}
.scientific-article__qr-text-wrap {
  height: 100%;
  overflow: hidden;
  text-align: justify;
}
.scientific-article__text {
  font-size: 10px;
  margin-bottom: 0;
  white-space: pre-line;
}
.scientific-article__qr-wrap {
  align-items: flex-end;
  display: flex;
  float: right;
  height: 100%;
  margin-left: 12px;
  margin-right: -10px;
  shape-outside: inset(calc(100% - 100px) 0 0);
  width: 100px;
}
.scientific-article__qr {
  display: block;
  height: 100px;
  width: 100px;
}
.scientific-article__content-right {
  flex-shrink: 0;
  padding-bottom: 8px;
}
.scientific-article__image-wrap {
  height: 100%;
  margin-left: 16px;
  overflow: hidden;
  position: relative;
}
.scientific-article__image-placeholder {
  height: 100%;
  width: auto;
}
.scientific-article__image {
  aspect-ratio: 3/4;
  display: block;
  height: 100%;
  left: 50%;
  max-width: none;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
}

.scientific-articles-container {
  margin-left: 8px;
  margin-right: 8px;
  overflow: hidden;
}

.scientific-articles-grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  flex-grow: 1;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  height: calc(100vh - 90px);
  overflow: hidden;
  width: 200%;
  animation: slideshow calc(2 * var(--duration));
  animation-iteration-count: infinite;
}
@keyframes slideshow {
  0% {
    transform: translateX(0);
  }
  48% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-50%);
  }
  98% {
    transform: translateX(-50%);
  }
}
.scientific-articles-grid__item {
  margin-bottom: 16px;
  margin-left: 8px;
  margin-right: 8px;
  overflow: hidden;
}

.scientific-articles-header {
  margin-bottom: 16px;
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
}
.scientific-articles-header__logo {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .scientific-articles-header__logo {
    display: block;
    margin: 0;
    margin-left: -51px;
    position: absolute;
    top: -10px;
    transform: scale(0.6);
  }
}
.scientific-articles-header__logo a {
  border-bottom: none;
}
.scientific-articles-header__title {
  font-weight: 600;
  font-size: 32px;
  margin: 0 auto;
  padding: 1rem 2rem;
  text-align: center;
}

/**
   * WYSIWYG areas
   */
.l-1-col-thin__body .embed-block,
.l-2-col-stacked__left .embed-block,
.l-2-col-stacked--inverted .l-2-col-stacked__right .embed-block,
.l-2-col-merged__right-first .embed-block,
.l-2-col-merged__right-second .embed-block {
  margin: 24px 0;
}
@media screen and (min-width: 768px) {
  .l-1-col-thin__body .embed-block,
.l-2-col-stacked__left .embed-block,
.l-2-col-stacked--inverted .l-2-col-stacked__right .embed-block,
.l-2-col-merged__right-first .embed-block,
.l-2-col-merged__right-second .embed-block {
    margin: 40px 0;
  }
}

/*------------------------------------*\
    #CARD-2
\*------------------------------------*/
.card-2 {
  /**
   * In the context of varable names:
   * x = left, right
   * y = top, bottom
   */
  margin-bottom: 48px;
  margin-top: 48px;
  background: #fff;
  box-shadow: none;
  border: 2px solid #e6e6e6;
  border-radius: 3px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  /* A card used on the top of a page should not have box-shadow
  * and the media will go from edge to edge of the screen.
  */
}
@media screen and (min-width: 768px) {
  .card-2 {
    flex-direction: row;
  }
}
.card-2__content {
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  flex-wrap: wrap;
}
.card-2__content img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .card-2__content--one-third {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .card-2__content--one-half {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .card-2__content--two-thirds {
    width: 66.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .card-2__content--35-percent {
    width: 35%;
  }
}
@media screen and (min-width: 768px) {
  .card-2__content--65-percent {
    width: 65%;
  }
}
.card-2__content--padding {
  padding: 20px 16px;
}
@media screen and (min-width: 768px) {
  .card-2__content--padding {
    padding: 24px 16px;
  }
}
@media screen and (min-width: 1024px) {
  .card-2__content--padding {
    padding: 24px 24px;
  }
}
.card-2__content--no-flex {
  display: block;
}
@media screen and (max-width: 767px) {
  .card-2__content--first-mobile {
    order: -1;
  }
}
.card-2__media {
  min-height: 100%;
}
@media screen and (max-width: 767px) {
  .card-2__media {
    margin-left: -10px;
    margin-right: -10px;
    box-shadow: none;
    border: 2px solid #e6e6e6;
  }
}
@media screen and (min-width: 768px) {
  .card-2__media {
    min-height: 100%;
    height: 0px;
    overflow: hidden;
    padding-bottom: 80%;
    position: relative;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .card-2__media.card-2__media img {
    position: absolute;
    height: 100%;
    max-width: none;
    width: auto;
    top: 0px;
    min-height: 100%;
    min-width: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px) {
  .card-2__action {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}
.card-2__action > * {
  margin-bottom: 0;
}
.card-2__text {
  font-size: 1.1875rem;
  font-weight: 700;
  display: block;
}
@media screen and (min-width: 768px) {
  .card-2__text {
    margin-top: 8px;
    display: inline-block;
    line-height: 56px;
  }
}
@media screen and (min-width: 1024px) {
  .card-2__text {
    font-size: 1.4375rem;
  }
}
.card-2 .button, .card-2 form.EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action.btnNext, form.EPiServerForms .Form__NavigationBar .card-2 .Form__NavigationBar__Action.btnNext, .card-2 form.EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action.btnPrev, form.EPiServerForms .Form__NavigationBar .card-2 .Form__NavigationBar__Action.btnPrev, .card-2 form.EPiServerForms .FormSubmitButton, form.EPiServerForms .card-2 .FormSubmitButton, .card-2 form.EPiServerForms .FormResetButton, form.EPiServerForms .card-2 .FormResetButton,
.card-2 form.EPiServerForms .FormCaptcha__Refresh,
form.EPiServerForms .card-2 .FormCaptcha__Refresh {
  display: block;
}
@media screen and (min-width: 768px) {
  .card-2 .button, .card-2 form.EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action.btnNext, form.EPiServerForms .Form__NavigationBar .card-2 .Form__NavigationBar__Action.btnNext, .card-2 form.EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action.btnPrev, form.EPiServerForms .Form__NavigationBar .card-2 .Form__NavigationBar__Action.btnPrev, .card-2 form.EPiServerForms .FormSubmitButton, form.EPiServerForms .card-2 .FormSubmitButton, .card-2 form.EPiServerForms .FormResetButton, form.EPiServerForms .card-2 .FormResetButton,
.card-2 form.EPiServerForms .FormCaptcha__Refresh,
form.EPiServerForms .card-2 .FormCaptcha__Refresh {
    padding-right: 50px;
  }
}
.card-2__big-date {
  font-size: 1.9375rem;
  line-height: 1.2;
  text-align: center;
  color: #ffffff;
}
.card-2__big-location {
  font-size: 1.1875rem;
  line-height: 1.5;
  text-align: center;
  color: #ffffff;
}
.card-2--studieprogram {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .card-2--studieprogram {
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
  }
}
@media screen and (min-width: 1024px) {
  .card-2--studieprogram {
    min-height: 400px;
  }
}
@media screen and (min-width: 768px) {
  .card-2--studieprogram .card-2__content {
    min-height: 263px;
  }
}
@media screen and (max-width: 767px) {
  .card-2--studieprogram .card-2__content--padding {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .card-2--studieprogram .button, .card-2--studieprogram form.EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action.btnNext, form.EPiServerForms .Form__NavigationBar .card-2--studieprogram .Form__NavigationBar__Action.btnNext, .card-2--studieprogram form.EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action.btnPrev, form.EPiServerForms .Form__NavigationBar .card-2--studieprogram .Form__NavigationBar__Action.btnPrev, .card-2--studieprogram form.EPiServerForms .FormSubmitButton, form.EPiServerForms .card-2--studieprogram .FormSubmitButton, .card-2--studieprogram form.EPiServerForms .FormResetButton, form.EPiServerForms .card-2--studieprogram .FormResetButton,
.card-2--studieprogram form.EPiServerForms .FormCaptcha__Refresh,
form.EPiServerForms .card-2--studieprogram .FormCaptcha__Refresh {
    max-width: 60%;
  }
}
.card-2--title-card {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .card-2--title-card {
    box-shadow: none;
    margin-bottom: 32px;
  }
  .card-2--title-card .card__media {
    margin-right: -16px;
    margin-left: -16px;
    box-shadow: none;
    border: 2px solid #e6e6e6;
  }
}
.card-2--event-details {
  /* FIX to get full height of left content pane in right color*/
}
.card-2--event-details .card-2__content--35-percent {
  background-color: #455d58;
}
@media screen and (max-width: 767px) {
  .card-2--employee {
    overflow: visible;
  }
  .card-2--employee .profile-img {
    box-shadow: none;
    border: 2px solid #e6e6e6;
    border-radius: 3px;
  }
  .card-2--employee .card-2__content {
    padding: 0;
  }
  .card-2--employee .card-2__content--first-mobile {
    padding-bottom: 32px;
  }
}
@media screen and (min-width: 768px) {
  .card-2--employee .card-2__content {
    display: block;
  }
  .card-2--employee .profile-img {
    height: auto;
  }
}

.card-opening-hours {
  box-shadow: none;
  border: 2px solid #e6e6e6;
  border-radius: 3px;
  overflow: hidden;
  font-size: 1.0625rem;
  background-color: #fff;
  padding: 24px 10px;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .card-opening-hours {
    padding: 24px 16px;
    margin-bottom: 48px;
  }
}
.card-opening-hours__title {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .card-opening-hours__locations-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
.card-opening-hours__location {
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .card-opening-hours__location {
    margin-bottom: 24px;
  }
}
.card-opening-hours__location-name {
  font-size: 1.0625rem;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .card-opening-hours__location-name {
    font-size: 1.1875rem;
  }
}
.card-opening-hours__details {
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .card-opening-hours__details {
    margin-bottom: 16px;
    min-height: 60px;
  }
}
/*------------------------------------*\
    #CARD-TEASER
\*------------------------------------*/
.card-teaser {
  /**
   * In the context of variable names:
   * x = left, right
   * y = top, bottom
   */
  background: #fff;
  box-shadow: none;
  border: 2px solid #e6e6e6;
  border-radius: 3px;
  overflow: hidden;
}
.card-teaser:focus-within {
  outline: 3px solid #363636;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .card-teaser {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    background: #fff;
    border: 2px solid #e6e6e6;
    box-shadow: none;
    border-radius: 3px;
    overflow: hidden;
  }
}
.card-teaser > a {
  display: block;
  border: none;
  color: unset;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .card-teaser > a {
    display: flex;
    width: 100%;
  }
}
.card-teaser > a:hover .card-teaser__title > span {
  border-bottom-color: #5ca361;
}
.card-teaser__content {
  flex-grow: 1;
  flex-shrink: 1;
}
.card-teaser__content img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  height: 100%;
  width: 100%;
}
.card-teaser__content .event-square {
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .card-teaser__content .event-square {
    height: 202px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .card-teaser__content--one-third {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .card-teaser__content--one-half {
    width: 50%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .card-teaser__content--two-thirds {
    width: 66.6666666667%;
  }
}
.card-teaser__content--padding {
  padding: 28px 16px;
}
@media screen and (min-width: 768px) {
  .card-teaser__content--padding {
    padding: 16px 24px;
  }
}
@media screen and (min-width: 1024px) {
  .card-teaser__content--padding {
    padding: 16px 16px 28px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .card-teaser__media {
    min-height: 100%;
    height: 0px;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .card-teaser__media img {
    position: absolute;
    height: auto;
    width: auto;
    min-width: 100%;
    max-height: 100%;
    max-width: none;
    min-height: 100%;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.card-teaser__title {
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1.33;
  margin-bottom: 16px;
}
.card-teaser__title > span {
  color: #5ca361;
  border-bottom: 2px solid #a9cf98;
  transition: all 200ms;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .card-teaser__title {
    font-size: 1.3125rem;
    line-height: 1.36;
  }
}
.card-teaser__lead {
  font-size: 1.1875rem;
  color: #363636;
  margin-bottom: 0;
}
.card-teaser--simple .card-teaser__content--padding {
  padding: 20px 16px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .card-teaser--simple .card-teaser__content--padding {
    padding: 24px 24px;
  }
}
.card-teaser--icon .card-teaser__media {
  aspect-ratio: 1/1;
  background-color: #f2f2f2;
  padding: 8px;
}
.card-teaser--icon .card-teaser__media img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .card-teaser--icon .card-teaser__media {
    height: auto;
  }
  .card-teaser--icon .card-teaser__media img {
    position: static;
    transform: none;
    width: 100%;
  }
}

/*------------------------------------*\
    #CARD
\*------------------------------------*/
/**
 * Repeating box-pattern with a white background and drop-shadow
 */
.card {
  /**
   * In the context of varable names:
   * x = left, right
   * y = top, bottom
   */
  display: flex;
  flex-direction: column;
  border-radius: 3px;
  overflow: hidden;
  background: #fff;
  box-shadow: none;
  border: 2px solid #e6e6e6;
  margin-bottom: 40px;
  /* A card used on the top of a page should not have box-shadow
   * and the media will go from edge to edge of the screen.
   */
  /* A card with media/video is set with background color*/
}
@media screen and (min-width: 1024px) {
  .card {
    margin-bottom: 48px;
  }
}
.card--title-card {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .card--title-card {
    box-shadow: none;
    margin-right: -10px;
    margin-left: -10px;
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
  .card--title-card .card__media {
    box-shadow: 0 1px 11px 0 rgba(131, 131, 131, 0.5);
  }
}
.card--media .card__body {
  background-color: #f2f2f2;
}
.card__body {
  display: flex;
  flex-direction: column;
  padding: 24px 10px;
}
@media screen and (min-width: 768px) {
  .card__body {
    padding: 24px 16px;
  }
}
@media screen and (min-width: 1024px) {
  .card__body {
    flex-direction: row;
    padding: 24px 24px;
  }
}
.card__content {
  flex-grow: 1;
  flex-shrink: 1;
  margin-bottom: 24px;
  /**
   * Switch up negative margins if the "nopad content block" is placed as
   * the first element in the card
   */
}
@media screen and (min-width: 1024px) {
  .card__content {
    padding-right: 12px;
    margin-bottom: 0;
  }
}
.card__content:last-child:not(.card__content--nopad) {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .card__content:last-child:not(.card__content--first) {
    padding-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .card__content + .card__content:not(.card__content--first) {
    padding-left: 12px;
  }
}
.card__content > *:last-child {
  margin-bottom: 0;
}
.card__content img {
  position: absolute;
  height: 100%;
  max-width: none;
  width: auto;
  top: 0px;
  min-height: 100%;
  min-width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.card__content--first {
  order: -1;
}
@media screen and (min-width: 1024px) {
  .card__content--first {
    padding-left: 0;
    padding-right: 12px;
  }
}
.card__content--last {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .card__content--last {
    padding-left: 12px;
    padding-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .card__content--one-third {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 1024px) {
  .card__content--one-half {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .card__content--two-thirds {
    width: 66.6666666667%;
  }
}
.card__content--center {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .card__content--center {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.card__content--center p {
  margin-left: auto;
  margin-right: auto;
}
.card__content--nopad {
  margin: 0 -10px -24px -10px;
}
@media screen and (min-width: 768px) {
  .card__content--nopad {
    margin: 0 -16px -24px -16px;
  }
}
@media screen and (min-width: 1024px) {
  .card__content--nopad {
    margin: -24px -24px -24px 0;
  }
}
.card__content--nopad.card__content--first {
  margin: -24px -10px 24px -10px;
}
@media screen and (min-width: 768px) {
  .card__content--nopad.card__content--first {
    margin: -24px -16px 24px -16px;
  }
}
@media screen and (min-width: 1024px) {
  .card__content--nopad.card__content--first {
    margin: -24px 0 -24px -24px;
  }
}
@media screen and (max-width: 1023px) {
  .card__media {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
  }
}
@media screen and (min-width: 1024px) {
  .card__media {
    max-height: 405px;
    min-height: 100%;
    height: 0px;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%;
  }
}
.card__media > * {
  margin: 0 !important;
}
@media screen and (max-width: 1023px) {
  .card__media > * {
    position: absolute;
    width: 100%;
    height: 100%;
  }
}
.card__lead {
  font-weight: 700;
}
.card__body-copy > *:last-child {
  margin-bottom: 0;
}
.card__footer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  margin-top: auto;
  padding: 16px 16px 11px;
  background: rgba(92, 163, 97, 0.08);
}
.card__footer-first {
  margin-bottom: 5px;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .card__footer-first {
    width: auto;
    min-width: 350px;
  }
}
.event-square {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 124px;
  background-color: #455d58;
  padding: 1em 0;
  width: 100%;
  min-height: 168px;
}
@media screen and (min-width: 768px) {
  .event-square {
    min-height: 149px;
  }
}

.event-square__simple {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1em 0;
  width: 72px;
  height: 56px;
  border: 1px solid #007672;
  border-radius: 3px;
}
.event-square__simple--important {
  background-color: #455d58;
}
.event-square__simple-date {
  text-align: center;
  color: #455d58;
  width: 40px;
  height: 34px;
  line-height: 1.15;
  font-size: 0.9375rem;
  font-weight: 700;
  position: absolute;
  top: 10px;
  left: 15px;
  word-spacing: 72px;
}
.event-square__simple-date--important {
  color: #ffffff;
}

.footer {
  background: #f3f8f4;
  position: relative;
  font-size: 1.0625rem;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .footer::before {
    content: "";
    width: 50%;
    background: #f8fcf7;
    height: 100%;
    position: absolute;
    display: block;
    z-index: 0;
  }
}
.footer::after {
  content: "";
  display: block;
  box-shadow: none;
  height: 19px;
  position: absolute;
  top: -19px;
  width: 100%;
  z-index: 10;
}
.footer__inner {
  max-width: 1128px;
  margin-left: 10px;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .footer__inner {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (min-width: 1188px) {
  .footer__inner {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1024px) {
  .footer__inner {
    display: flex;
  }
}
.footer__left, .footer__right {
  padding-top: 5px;
}
@media screen and (min-width: 1024px) {
  .footer__left, .footer__right {
    padding-bottom: 32px;
  }
}
.footer__left {
  position: relative;
  background: #f8fcf7;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .footer__left {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer__left {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .footer__left {
    flex-basis: 33.33%;
  }
}
.footer__left .footer__column {
  flex-basis: 100%;
}
.footer__left .footer__row:last-child {
  /**
   * Compensate for the height of .footer__collumn--fullwidth in footer__right
   */
}
@media screen and (min-width: 1024px) {
  .footer__left .footer__row:last-child {
    margin-bottom: 67px;
  }
}
.footer__right {
  position: relative;
  padding-bottom: 32px;
  background: #f3f8f4;
}
@media screen and (min-width: 1024px) {
  .footer__right {
    display: flex;
    flex-wrap: wrap;
    flex-basis: 66.66%;
    padding-left: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .footer__right .footer__row--visitor-address {
    min-height: 130px;
  }
}
.footer__right .footer__column {
  justify-content: start;
}
.footer__column {
  flex-basis: 33.33%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  border-top: 1px solid white;
  margin-bottom: 25px;
}
.footer__column:first-child {
  border-top: 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer__column {
    flex-direction: row;
    justify-content: center;
  }
  .footer__column > .footer__h2 {
    flex-basis: 33.33%;
  }
}
@media screen and (min-width: 1024px) {
  .footer__column {
    border-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer__column--four-rows > *:nth-child(1) {
    order: 1;
  }
  .footer__column--four-rows > *:nth-child(2) {
    order: 2;
  }
  .footer__column--four-rows > *:nth-child(3) {
    order: 4;
  }
  .footer__column--four-rows > *:nth-child(4) {
    order: 3;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer__column--no-mailing-address {
    justify-content: left;
  }
}
.footer__collumn--fullwidth {
  flex-basis: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer__collumn--fullwidth {
    flex-direction: column;
    display: flex;
  }
}
.footer__row {
  line-height: 1.3em;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer__row {
    flex-basis: 33.33%;
  }
  .footer__row--contact {
    margin-top: 24px;
  }
}
.footer__h2 {
  text-transform: uppercase;
  font-size: 1.1875rem;
  font-weight: 700;
  margin-top: 24px;
}
.footer__h3 {
  font-size: 1.0625rem;
  font-weight: 700;
  margin-top: 24px;
  margin-bottom: 4px;
  line-height: 1em;
}
@media screen and (min-width: 1024px) {
  .footer__h2 + .footer__row > .footer__h3 {
    margin-top: 8px;
  }
}
@media screen and (max-width: 767px) {
  .footer__h2 + .footer__row > .footer__h3 {
    margin-top: 6px;
  }
}
.footer .social-link-list {
  margin-top: 8px;
}
.footer__link {
  display: block;
  margin-bottom: 0.25rem;
  margin-top: 0.75rem;
  width: -moz-fit-content;
  width: fit-content;
}
.footer__link-list {
  margin: 0;
  padding: 0;
  margin-top: 32px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer__link-list {
    width: 66.66%;
  }
}
@media screen and (min-width: 768px) {
  .footer__link-list {
    margin-top: 40px;
  }
}
.footer__link-list-item {
  list-style: none;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .footer__link-list-item {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 40px;
  }
}
.footer__link-list-item:last-child {
  margin-bottom: 0;
}

.header {
  position: relative;
}
.header.is-open .header__banner {
  border-bottom: none;
  min-height: 102vh;
}
@media screen and (min-width: 768px) {
  .header.is-open .header__banner {
    border-bottom: 2px solid #5ca361;
    min-height: 0;
  }
}
.header.is-open .header__row--top {
  display: none;
}
@media screen and (min-width: 768px) {
  .header.is-open .header__row--top {
    display: block;
  }
}
.header.is-open .header__row--bottom {
  display: block;
}
.header.is-open .header__row--breadcrumbs {
  display: none;
}
@media screen and (min-width: 768px) {
  .header.is-open .header__row--breadcrumbs {
    display: block;
  }
}
.header__banner {
  border-bottom: 2px solid #5ca361;
}
.header__banner-inner {
  position: relative;
  max-width: 1128px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .header__banner-inner {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .header__banner-inner {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (min-width: 1188px) {
  .header__banner-inner {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .header__banner-inner {
    justify-content: flex-end;
    min-height: 0;
  }
}
.header__logo, .header__logo--intra {
  display: flex;
  justify-content: space-between;
  margin-top: 16.3px;
}
@media screen and (min-width: 768px) {
  .header__logo, .header__logo--intra {
    display: block;
    position: absolute;
    margin: 0;
    bottom: 4px;
    line-height: 0;
    transform: scale(0.8);
    margin-left: -30px;
  }
}
.header__logo a, .header__logo--intra a {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .header__logo .icon--logo, .header__logo--intra .icon--logo {
    background-size: 1077px 684px;
    background-position: -435px -239px;
    width: 122px;
    height: 51px;
  }
  .header__logo .icon--logo-eng, .header__logo--intra .icon--logo-eng {
    background-size: 858px 545px;
    background-position: -444px -232px;
    width: 122px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .header__logo--intra .icon--logo-intra {
    background-size: 1025px 651px;
    background-position: -265px -179px;
    width: 148px;
    height: 48px;
  }
}
.header__mobile-language-toggle {
  color: #363636;
  display: none;
  margin-right: 3rem;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .header__mobile-language-toggle {
    display: inline;
  }
}
.header__row--top, .header__row--bottom {
  display: none;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .header__row--top, .header__row--bottom {
    display: block;
  }
}
.header__row--top {
  margin-top: 16px;
  margin-bottom: 31px;
  order: 2;
}
@media screen and (min-width: 768px) {
  .header__row--top {
    order: 1;
  }
  .header__row--top .header__row-inner {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }
  .header__row--top .header__row-inner form:last-child {
    margin-right: 0px;
  }
  .header__row--top .header__row-inner form:last-child button {
    padding-right: 3px;
  }
}
.header__row--bottom {
  order: 1;
}
@media screen and (min-width: 768px) {
  .header__row--bottom {
    order: 2;
  }
}
.header__row--bottom .header__row-inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .header__row--bottom .header__row-inner {
    flex-direction: row;
  }
}
.header__row--breadcrumbs {
  max-width: 1128px;
  margin-left: 10px;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .header__row--breadcrumbs {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .header__row--breadcrumbs {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (min-width: 1188px) {
  .header__row--breadcrumbs {
    margin-left: auto;
    margin-right: auto;
  }
}
.header .button-hamburger {
  position: absolute;
  right: 0;
  top: 30px;
}
@media screen and (min-width: 768px) {
  .header .button-hamburger {
    display: none;
  }
}

body.is-menu-open {
  height: 100vh;
  overflow: hidden;
}

.icon {
  display: inline-block;
}
.icon__alt-text {
  display: none;
}
.l-1-col-thin {
  margin: 32px 10px 0 10px;
}
@media screen and (min-width: 768px) {
  .l-1-col-thin {
    margin: 32px 30px 0 30px;
  }
}
.l-1-col-thin__inner {
  max-width: 744px;
  margin: 0 auto;
}
.l-1-col-thin__body {
  margin-bottom: 48px;
}

.l-1-col-semi-thin {
  margin: 32px 10px 0 10px;
}
@media screen and (min-width: 768px) {
  .l-1-col-semi-thin {
    margin: 32px 30px 0 30px;
  }
}
.l-1-col-semi-thin__inner {
  max-width: 936px;
  margin: 0 auto;
}
.l-1-col-semi-thin__body {
  margin-bottom: 48px;
}

.l-1-col-wide {
  max-width: 1300px;
  margin: 0 auto;
}

.l-1-col {
  max-width: 1128px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .l-1-col {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .l-1-col {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (min-width: 1188px) {
  .l-1-col {
    margin-left: auto;
    margin-right: auto;
  }
}
.l-1-col__margintop {
  margin-top: 48px;
}
.l-1-col__margintop:last-child {
  margin-top: 40px;
}

.l-2-col-merged {
  max-width: 1128px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .l-2-col-merged {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .l-2-col-merged {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (min-width: 1188px) {
  .l-2-col-merged {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .l-2-col-merged {
    margin-top: 40px;
  }
}
.l-2-col-merged__top {
  width: 100%;
}
.l-2-col-merged__bottom {
  margin-top: 0;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .l-2-col-merged__bottom {
    margin-top: 48px;
  }
}
.l-2-col-merged__left-first {
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .l-2-col-merged__left-first {
    margin-bottom: 40px;
  }
}
.l-2-col-merged__left-second {
  margin-bottom: 48px;
}
@media screen and (min-width: 768px) {
  .l-2-col-merged__left-second {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .l-2-col-merged__left-first, .l-2-col-merged__left-second {
    float: left;
    margin-bottom: 0;
    margin-right: 24px;
    width: calc(32.9785% - 12px);
  }
}
@media screen and (min-width: 1024px) {
  .l-2-col-merged__right-first, .l-2-col-merged__right-second {
    float: right;
    width: calc(67.0215% - 12px);
  }
}
.l-2-col-merged__right-second > *:last-child {
  margin-bottom: 0;
}
.l-2-col-stacked {
  max-width: 1128px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .l-2-col-stacked {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .l-2-col-stacked {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (min-width: 1188px) {
  .l-2-col-stacked {
    margin-left: auto;
    margin-right: auto;
  }
}
.l-2-col-stacked__top, .l-2-col-stacked__title {
  width: 100%;
}
.l-2-col-stacked__left, .l-2-col-stacked__right {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .l-2-col-stacked__left > *:last-child, .l-2-col-stacked__left > .body *:last-child, .l-2-col-stacked__right > *:last-child, .l-2-col-stacked__right > .body *:last-child {
    margin-bottom: 0;
  }
}
.l-2-col-stacked__left {
  margin-bottom: 48px;
}
@media screen and (min-width: 1024px) {
  .l-2-col-stacked__left {
    width: calc(67.0215% - 12px);
    margin-right: 12px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .l-2-col-stacked__left--margin-bottom {
    margin-bottom: 82px;
  }
}
.l-2-col-stacked__right {
  margin-bottom: 48px;
}
@media screen and (min-width: 1024px) {
  .l-2-col-stacked__right {
    width: calc(32.9785% - 12px);
    margin-left: 12px;
    margin-bottom: 0;
  }
}
.l-2-col-stacked__bottom {
  margin-top: 0;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .l-2-col-stacked__bottom {
    margin-top: 48px;
  }
}
.l-2-col-stacked--inverted .l-2-col-stacked__left {
  margin-bottom: 48px;
}
@media screen and (min-width: 1024px) {
  .l-2-col-stacked--inverted .l-2-col-stacked__left {
    width: calc(32.9785% - 12px);
    margin-right: 12px;
    margin-bottom: 0;
  }
}
.l-2-col-stacked--inverted .l-2-col-stacked__right {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .l-2-col-stacked--inverted .l-2-col-stacked__right {
    width: calc(67.0215% - 12px);
    margin-left: 12px;
    margin-bottom: 0;
  }
}

.l-comment {
  max-width: 936px;
  margin: 0 auto;
}

.l-event h1 {
  margin-bottom: 0;
}
.l-event .card-2 {
  margin-bottom: 40px;
  margin-top: 32px;
}

.l-max-height-100vh {
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.l-site__main-content {
  position: relative;
}

/*------------------------------------*\
    #L-TEMPLATE
\*------------------------------------*/
/**
 * Common helper selector
 */
.l-template__title--hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.l-archive {
  margin-bottom: 48px;
}
.l-archive .search-filters .inline-search {
  display: block;
  max-width: 552px;
  margin: 0 auto;
}
.l-archive .search-result .o-section--teaser-list,
.l-archive .search-result .zebra-list {
  margin-bottom: 40px;
}
.l-archive .search-result .o-section--teaser-list .o-list-inline,
.l-archive .search-result .zebra-list .o-list-inline {
  border-bottom: 0;
  padding-bottom: 0;
}
.l-archive .search-result .button, .l-archive .search-result form.EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action.btnNext, form.EPiServerForms .Form__NavigationBar .l-archive .search-result .Form__NavigationBar__Action.btnNext, .l-archive .search-result form.EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action.btnPrev, form.EPiServerForms .Form__NavigationBar .l-archive .search-result .Form__NavigationBar__Action.btnPrev, .l-archive .search-result form.EPiServerForms .FormSubmitButton, form.EPiServerForms .l-archive .search-result .FormSubmitButton, .l-archive .search-result form.EPiServerForms .FormResetButton, form.EPiServerForms .l-archive .search-result .FormResetButton,
.l-archive .search-result form.EPiServerForms .FormCaptcha__Refresh,
form.EPiServerForms .l-archive .search-result .FormCaptcha__Refresh {
  margin: 0 24px;
}

.l-article h1 {
  margin-bottom: 0;
}
.l-article__lead {
  margin-bottom: 0;
}

.l-avdeling-list {
  margin-bottom: 80px;
}
.l-avdeling-list .secondary-navigation {
  margin: 40px 0;
}
.l-avdeling-list__title {
  margin-top: 80px;
  margin-bottom: 24px;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .l-avdeling-list__title {
    padding-left: 16px;
  }
}
.l-avdeling-list .zebra-table td {
  min-height: 60px;
  padding: 16px;
}
.l-avdeling-list .zebra-table td .img {
  margin-top: 0;
  margin-bottom: 8px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .l-avdeling-list .zebra-table td .img {
    float: left;
    margin-top: -10px;
  }
}
@media screen and (min-width: 768px) {
  .l-avdeling-list .zebra-table td .img {
    display: inline-block;
    margin-bottom: 0;
  }
}
.l-avdeling-list .zebra-table td .img img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 1024px) {
  .l-avdeling {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .l-avdeling .o-section {
    margin-bottom: 72px;
  }
  .l-avdeling .o-section > h2 {
    margin-bottom: 24px;
  }
}
.l-avdeling .card h1 {
  font-size: 1.5625rem;
  margin-bottom: 24px;
}
@media screen and (min-width: 1024px) {
  .l-avdeling .card h1 {
    font-size: 1.9375rem;
  }
}

.l-bibliotek {
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .l-bibliotek {
    margin-bottom: 48px;
  }
}

.l-competence-list {
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .l-competence-list {
    margin-bottom: 140px;
  }
}
.l-competence-list .secondary-navigation {
  margin: 40px 0;
}
.l-competence-list__title {
  margin-top: 40px;
  margin-bottom: 32px;
}

.l-employee-list-competence {
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .l-employee-list-competence {
    margin-bottom: 140px;
  }
}
.l-employee-list-competence__title {
  margin-top: 80px;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .l-employee-list-competence__title {
    padding-left: 16px;
  }
}

.l-employee-list {
  margin-bottom: 48px;
}
.l-employee-list .secondary-navigation {
  margin: 40px 0;
}

.l-employee__page-top {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-employee .edit-buttons {
    position: absolute;
    right: 0;
    top: -27px;
  }
}
.l-employee .card-2--employee {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .l-employee .card-2--employee {
    margin-top: 16px;
  }
}

@media screen and (min-width: 768px) {
  .l-forskning .l-2-col-stacked__right .o-section:not(:last-child) {
    margin-bottom: 32px;
  }
}

.l-homepage__title {
  height: 0;
  visibility: hidden;
  overflow: hidden;
  padding: 0;
  margin: 0 0 -1px;
  color: transparent;
}
.l-homepage .hero {
  margin-bottom: 48px;
}

@media screen and (min-width: 768px) {
  .l-jobs .l-template__title {
    padding: 16px;
  }
}

@media screen and (max-width: 1023px) {
  .l-left-column-article .l-2-col-stacked__left {
    margin-bottom: 24px;
  }
  .l-left-column-article .l-2-col-stacked__left .button-list {
    margin-bottom: 0;
  }
}
.l-left-column-article .l-2-col-stacked__right > *:last-child {
  margin-bottom: 0;
}
.l-left-column-article .l-2-col-stacked__bottom {
  margin-top: 48px;
}
.l-left-column-article .l-article__title {
  margin-bottom: 24px;
}
@media screen and (min-width: 1024px) {
  .l-left-column-article .l-article__title {
    margin-left: calc(32.9785% + 12px);
  }
}

.l-studenter .l-2-col-stacked__right > *:last-child {
  margin-bottom: 0;
}
.l-studenter .l-2-col-stacked__bottom {
  margin-top: 32px;
}

.l-studietilbud {
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .l-studietilbud {
    margin-bottom: 48px;
  }
}
.l-studietilbud .secondary-navigation {
  margin: 40px 0 24px;
}

.a-z-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 40px;
}
.a-z-list .a-z-list__item {
  line-height: 2;
}
.a-z-list__group-title {
  margin-bottom: 10px;
}

.block-list__item {
  margin-bottom: 24px;
  padding-top: 24px;
  border-top: 2px solid #e6e6e6;
}
.block-list__item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .block-list__item:first-child {
    border-top: 0;
    padding-top: 0;
  }
}
.block-list__header {
  margin-bottom: 8px;
}
.block-list__text > *:first-child {
  margin-top: 0;
}

.button-list {
  margin-bottom: 16px;
}
.button-list__list,
.button-list > ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.button-list__item,
.button-list li {
  list-style: none;
  line-height: 0;
}
.button-list__item:first-child a,
.button-list li:first-child a {
  margin-top: 0;
}
.button-list .button-text-white, .button-list form.EPiServerForms .FormResetButton, form.EPiServerForms .button-list .FormResetButton,
.button-list form.EPiServerForms .FormCaptcha__Refresh,
form.EPiServerForms .button-list .FormCaptcha__Refresh,
.button-list .button-text,
.button-list form.EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action.btnNext,
form.EPiServerForms .Form__NavigationBar .button-list .Form__NavigationBar__Action.btnNext,
.button-list form.EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action.btnPrev,
form.EPiServerForms .Form__NavigationBar .button-list .Form__NavigationBar__Action.btnPrev,
.button-list form.EPiServerForms .FormSubmitButton,
form.EPiServerForms .button-list .FormSubmitButton {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .button-list--grid .button-list__item {
    width: 31.6%;
    display: inline-block;
    margin-right: 16px;
  }
}

.course-details {
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .course-details {
    margin-bottom: 3rem;
    margin-top: 2rem;
  }
}
.course-details__grid {
  background-color: #f3f8f4;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  display: grid;
  grid-template-columns: 1fr;
  margin: 0;
  padding-inline: 1.5rem;
}
@media screen and (min-width: 768px) {
  .course-details__grid {
    grid-template-columns: 1fr 1fr;
  }
}
.course-details__description-term {
  font-weight: 600;
  padding-top: 1.5rem;
}
.course-details__description-term:last-of-type {
  border-bottom: 0;
}
@media screen and (min-width: 768px) {
  .course-details__description-term {
    border-bottom: 0.125rem solid #5ca361;
    padding-bottom: 1.5rem;
  }
}
.course-details__description-details {
  border-bottom: 0.125rem solid #5ca361;
  padding-top: 0.25rem;
  padding-bottom: 1.5rem;
}
.course-details__description-details:last-of-type {
  border-bottom: 0;
}
@media screen and (min-width: 768px) {
  .course-details__description-details {
    padding-block: 1.5rem;
  }
}
.course-details__link-button {
  align-items: center;
  background-color: #5ca361;
  border: 0;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  color: #fff;
  display: flex;
  font-size: 1.5rem;
  justify-content: space-between;
  padding-block: 0.5rem;
  padding-inline: 1.5rem;
  width: 100%;
}
.course-details__link-button:hover, .course-details__link-button:focus-visible {
  background-color: rgba(92, 163, 97, 0.8);
}
.course-details__link-button:after {
  content: "";
  display: block;
  height: 1.5rem;
  width: 1.5rem;
}

.details-list {
  margin-top: 0;
  padding: 0;
}
.details-list__item {
  margin: 4px 0;
}
.details-list__item:first-child {
  margin-top: 0;
}
.details-list__label, .details-list__text {
  font-size: 1.0625rem;
  line-height: 1.33;
}
@media screen and (min-width: 768px) {
  .details-list__label, .details-list__text {
    font-size: 1.1875rem;
    line-height: 1.5;
  }
}
.details-list__label {
  font-weight: 700;
  margin-right: 3px;
}
.event-list {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: manual;
          hyphens: manual;
  padding: 0px;
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 16px;
}
.event-list__right {
  display: inline-block;
  margin-left: 17.6px;
  min-height: 59px;
  margin-bottom: 24px;
}
.event-list__content {
  display: flex;
}
.event-list__date {
  min-width: 72px;
}
.event-list__title {
  font-weight: normal;
}
.event-list__title--smaller-fontsize {
  font-size: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .event-list__title--smaller-fontsize {
    font-size: 1.3125rem;
  }
}
.event-list--paddingbottom {
  padding-bottom: 24px;
}
.event-list__text p {
  margin: 0px;
}

.events {
  margin-top: 40px;
}

.fact-list {
  margin-top: 0;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .fact-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0 -24px;
  }
}
.fact-list__item {
  list-style: none;
}
@media screen and (min-width: 1024px) {
  .fact-list__item {
    width: 50%;
    padding: 0 24px 38px 24px;
  }
}
@media screen and (min-width: 1024px) {
  .fact-list__icon {
    display: block;
  }
}
.fact-list__text {
  margin-left: 8px;
}
@media screen and (min-width: 1024px) {
  .fact-list__text {
    display: block;
    font-size: 1.1875rem;
    line-height: 1.5;
    border-bottom: 2px solid #e6e6e6;
    margin-left: 0;
  }
}
@media screen and (max-width: 1023px) {
  .fact-list .svg-sted, .fact-list .icon--sted {
    background-size: 1677px 1065px;
    background-position: -1564px -934px;
    width: 20px;
    height: 23px;
    margin-left: -1px;
    margin-right: -1px;
  }
  .fact-list .svg-diplom, .fact-list .icon--diplom {
    background-size: 1570px 997px;
    background-position: -34px -34px;
    width: 18px;
    height: 22px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .fact-list .svg-poeng, .fact-list .icon--poeng {
    background-size: 1520px 965px;
    background-position: -1286px -715px;
    width: 23px;
    height: 21px;
    margin-left: -2.5px;
    margin-right: -2.5px;
  }
  .fact-list .svg-utveksling, .fact-list .icon--utveksling {
    background-size: 1726px 1096px;
    background-position: -1707px -1072px;
    width: 19px;
    height: 23px;
    margin-left: -0.5px;
    margin-right: -0.5px;
  }
  .fact-list .svg-praksis, .fact-list .icon--praksis {
    background-size: 1657px 1052px;
    background-position: -1427px -803px;
    width: 19px;
    height: 23px;
    margin-left: -0.5px;
    margin-right: -0.5px;
  }
  .fact-list .svg-oppstart, .fact-list .icon--oppstart {
    background-size: 1396px 886px;
    background-position: -935px -457px;
    width: 16px;
    height: 19px;
    margin-left: 1px;
    margin-right: 1px;
  }
}

.link-list-small {
  margin-top: 0;
  margin-left: 22.4px;
  padding: 0;
}
.link-list-small__item,
.link-list-small li {
  list-style: none;
  margin-bottom: 20px;
}

.link-list__list,
.link-list > ul {
  margin-top: 0;
  padding: 0;
  overflow: hidden;
}
.link-list__item,
.link-list li {
  list-style: none;
}

.person-list-filter__header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .person-list-filter__header {
    flex-direction: row;
  }
}
.person-list-filter__dropdown {
  margin-top: -8px;
}
.person-list-filter__dropdown select {
  width: 100%;
  height: 56px;
}
@media screen and (min-width: 768px) {
  .person-list-filter__dropdown select {
    min-width: 360px;
  }
}
.person-list-filter__list ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .person-list-filter__list ul li {
    width: 33.33%;
  }
}
@media screen and (min-width: 1024px) {
  .person-list-filter__list .person-teaser__text {
    max-width: 160px;
  }
}
.person-list-filter__btn {
  margin-top: 16px;
}

.plain-list,
ul.studieplan {
  list-style: none;
  padding: 0;
}

.social-link-list {
  margin: 0;
  padding: 0;
  overflow: hidden;
  line-height: 0;
}
.social-link-list__item,
.social-link-list li {
  list-style: none;
  display: inline-block;
  margin-right: 14px;
}
.social-link-list__item:last-child,
.social-link-list li:last-child {
  margin-right: 0;
}

.zebra-list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: calc(100% + (10px * 2));
  margin: 0 -10px;
}
@media screen and (min-width: 768px) {
  .zebra-list {
    width: 100%;
    margin: 0;
  }
}
.zebra-list li {
  display: block;
  padding: 24px 8px;
}
@media screen and (min-width: 768px) {
  .zebra-list li {
    padding: 24px 96px;
  }
}
.zebra-list li:nth-child(even) {
  background-color: rgba(92, 163, 97, 0.08);
}
.zebra-list li > div {
  border: none;
  font-size: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .zebra-list li > div {
    font-size: 1.1875rem;
  }
}
.zebra-list li > div:first-child {
  margin-bottom: 4px;
  font-size: 1.3125rem;
  line-height: 1.3;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .zebra-list li > div:first-child {
    font-size: 1.4375rem;
  }
}
.zebra-table-wrapper__heading {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  text-align: left;
  padding: 0.25rem 1rem;
  padding-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .zebra-table-wrapper__heading {
    padding: 1.5rem 1rem;
    padding-top: 3rem;
  }
}

.zebra-table {
  border-collapse: collapse;
  width: calc(100% + (10px * 2));
}
@media screen and (min-width: 768px) {
  .zebra-table {
    width: 100%;
  }
}
.zebra-table thead {
  display: none;
}
@media screen and (max-width: 767px) {
  .zebra-table tr {
    display: block;
    padding: 20px 10px;
  }
}
.zebra-table tr:nth-child(odd) {
  background-color: rgba(92, 163, 97, 0.08);
}
.zebra-table tr.zebra-table__group-heading {
  background: #fff;
}
.zebra-table td {
  border: none;
  padding: 24px 16px;
  width: 28%;
  font-size: 1.0625rem;
  vertical-align: baseline;
}
@media screen and (min-width: 768px) {
  .zebra-table td {
    font-size: 1.1875rem;
  }
}
.zebra-table td:first-child {
  width: 44%;
}
.zebra-table td a {
  font-size: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .zebra-table td a {
    font-size: 1.3125rem;
  }
}
.zebra-table td span {
  font-size: 1.0625rem;
  line-height: 1.67;
}
@media screen and (max-width: 767px) {
  .zebra-table td {
    padding: 0;
  }
  .zebra-table td:nth-child(1) {
    display: block;
    width: 100%;
  }
  .zebra-table td:nth-child(2), .zebra-table td:nth-child(3) {
    display: inline;
    width: auto;
  }
  .zebra-table td:nth-child(3)::before {
    content: " • ";
  }
}
.zebra-table tbody th {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: left;
  padding: 4px 16px;
  padding-top: 28px;
}
@media screen and (min-width: 768px) {
  .zebra-table tbody th {
    padding: 24px 16px;
    padding-top: 48px;
  }
}
.zebra-table tbody tr:first-child th {
  padding-top: 0;
}
.zebra-table .phone-link,
.zebra-table .email-link {
  font-size: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .zebra-table .phone-link,
.zebra-table .email-link {
    font-size: 1.1875rem;
  }
}
.zebra-table--no-dot td:nth-child(3) {
  margin-left: 20px;
}
.zebra-table--no-dot td:nth-child(3)::before {
  content: none;
}

.avatar {
  overflow: hidden;
  height: 35px;
  width: 35px;
  border-radius: 3px;
}
@media screen and (min-width: 768px) {
  .avatar {
    height: 66px;
    width: 66px;
  }
}
@media screen and (min-width: 1024px) {
  .avatar {
    height: 72px;
    width: 72px;
  }
}
.avatar img {
  position: relative;
  height: 100%;
  max-width: none;
  left: 50%;
  transform: translateX(-50%);
}

/*------------------------------------*\
    #EMBED-BLOCK
\*------------------------------------*/
/**
 * Block that holds social media posts and feeds from Instagram and Twitter, also embeded video
 */
.embed-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 24px;
}
.embed-block--video {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.embed-block--video > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.embed-block > * {
  width: 100%;
}
.embed-block > *:last-child {
  margin-bottom: 0;
}

/*------------------------------------*\
    #IMG
\*------------------------------------*/
/**
 * Basic image container for images used part of content
 */
.img {
  margin: 24px 0;
}
@media screen and (min-width: 768px) {
  .img {
    margin: 40px 0;
  }
}
.img__img-wrapper {
  line-height: 0;
}
.img img,
.img picture,
.img figcaption {
  max-width: 100%;
}
.img figcaption {
  margin-top: 3px;
  color: #575757;
  font-size: 0.8125rem;
}
.img figcaption:empty {
  display: none;
}
.img--page-header {
  margin: 0 -10px 32px -10px;
}
@media screen and (min-width: 768px) {
  .img--page-header {
    margin: 0 0 48px 0;
  }
}
.img--page-header img,
.img--page-header picture {
  box-shadow: none;
}
@media screen and (min-width: 768px) {
  .img--page-header img,
.img--page-header picture {
    border-radius: 3px;
  }
}
.img--card {
  display: flex;
  flex-direction: column;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 40px;
  background: #fff;
  box-shadow: none;
  border: 2px solid #e6e6e6;
}
@media screen and (min-width: 768px) {
  .img--card {
    flex-direction: row;
    min-height: 333px;
  }
}
.img--card .img__img-wrapper {
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .img--card .img__img-wrapper {
    width: 61.45%;
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .img--card img,
.img--card picture {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    position: absolute !important;
    left: -100% !important;
    right: -100% !important;
    top: -100% !important;
    bottom: -100% !important;
    margin: auto !important;
  }
  @supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .img--card img,
.img--card picture {
      height: 100%;
    }
  }
}
.img--card figcaption {
  margin: 24px;
  font-size: 1.0625rem;
  line-height: 1.44;
}
@media screen and (min-width: 768px) {
  .img--card figcaption {
    width: 38.55%;
    align-self: center;
  }
}

.breadcrumbs {
  font-size: 0.9375rem;
  margin: 16px 0 0;
}
.breadcrumbs__list {
  line-height: 1.4;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.breadcrumbs__item {
  align-items: center;
  display: none;
  position: relative;
  list-style: none;
}
@media screen and (min-width: 1024px) {
  .breadcrumbs__item {
    display: inline;
  }
}
.breadcrumbs__item--smallscreen {
  display: inline;
}
@media screen and (max-width: 767px) {
  .breadcrumbs__item--smallscreen:before {
    margin-left: 0;
  }
}
.breadcrumbs__item::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
}
@media screen and (min-width: 1024px) {
  .breadcrumbs__item::before {
    margin: 0 16px;
  }
}
.breadcrumbs__item:first-child:before {
  margin-left: 0;
}
@media screen and (min-width: 1024px) {
  .breadcrumbs__item:first-child:before {
    display: none;
  }
}
.breadcrumbs__link {
  border-bottom: 1px solid #a9cf98;
  vertical-align: text-bottom;
}
.breadcrumbs__text {
  color: #575757;
  vertical-align: text-bottom;
}

.main-navigation {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .main-navigation {
    width: auto;
  }
}
.main-navigation__link-list {
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .main-navigation__link-list {
    display: flex;
  }
}
.main-navigation__item {
  list-style: none;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .main-navigation__item {
    flex: 0 1 auto;
    min-width: 0;
    margin-right: 50px;
  }
  .main-navigation__item:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .main-navigation__item {
    margin-right: 60px;
  }
}
@media screen and (min-width: 768px) {
  .main-navigation__item a {
    display: inline-block;
    position: relative;
    border-bottom: none;
    line-height: 1.9;
    padding: 0;
    color: #363636;
  }
  .main-navigation__item a:after {
    position: absolute;
    top: auto;
    bottom: 0;
    background: none;
    display: block;
    width: 100%;
    transition: height 200ms;
    height: 0;
    background: #5ca361;
  }
  .main-navigation__item a:hover:after {
    height: 3px;
  }
}
@media screen and (min-width: 1024px) {
  .main-navigation__item a {
    font-size: 1.4375rem;
  }
}
@media screen and (min-width: 768px) {
  .main-navigation__item--active a:after {
    height: 3px;
  }
}

@media screen and (min-width: 768px) {
  .secondary-navigation {
    display: flex;
    flex-direction: row;
  }
}
.secondary-navigation__link-list {
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .secondary-navigation__link-list {
    display: flex;
    align-items: center;
  }
}
.secondary-navigation__item {
  list-style: none;
  letter-spacing: 0;
  font-size: 1.0625rem;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .secondary-navigation__item {
    position: relative;
    padding: 0 24px;
    margin: 0;
  }
  .secondary-navigation__item:last-child {
    padding-right: 0;
  }
  .secondary-navigation__item::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 1px;
    height: 13px;
    background-color: #929292;
  }
}
.secondary-navigation__item a {
  color: #575757;
  border-bottom: none;
}
.secondary-navigation__item a:hover {
  color: #447945;
}
.secondary-navigation--big {
  justify-content: center;
}
.secondary-navigation--big .secondary-navigation__item {
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.39;
}
.secondary-navigation--big .secondary-navigation__item:first-child::before {
  display: none;
}
.secondary-navigation--big .secondary-navigation__item::before {
  height: 18px;
}
.secondary-navigation--big .secondary-navigation__item a {
  color: #447945;
  border-bottom: 2px solid #a9cf98;
  transition: all 200ms;
}
.secondary-navigation--big .secondary-navigation__item a:hover {
  border-bottom-color: #5ca361;
}
.search-filters .inline-search {
  display: block;
  max-width: 552px;
  margin: 0 auto;
}

.filter-block {
  position: relative;
  background: #fff;
  box-shadow: 0 1px 11px 0 rgba(131, 131, 131, 0.5);
  border-radius: 3px;
  border-bottom: 1px solid #5ca361;
  margin: 0px -10px 53px;
  width: calc(100% + (10px * 2));
}
@media screen and (min-width: 768px) {
  .filter-block {
    margin: 40px 0 61px;
    width: 100%;
    border: 1px solid #5ca361;
    border-radius: 3px;
  }
}
.filter-block__title {
  z-index: 100;
  padding: 5px 10px 5px;
  background-color: #5ca361;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .filter-block__title {
    padding: 5px 16px 5px;
  }
}
.filter-block__title h2 {
  color: white;
  font-size: 1.5625rem;
  margin: 0;
  display: inline;
  line-height: 46px;
}
@media screen and (min-width: 768px) {
  .filter-block__title h2 {
    font-size: 1.9375rem;
  }
}
.filter-block__title .button, .filter-block__title form.EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action.btnNext, form.EPiServerForms .Form__NavigationBar .filter-block__title .Form__NavigationBar__Action.btnNext, .filter-block__title form.EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action.btnPrev, form.EPiServerForms .Form__NavigationBar .filter-block__title .Form__NavigationBar__Action.btnPrev, .filter-block__title form.EPiServerForms .FormSubmitButton, form.EPiServerForms .filter-block__title .FormSubmitButton, .filter-block__title form.EPiServerForms .FormResetButton, form.EPiServerForms .filter-block__title .FormResetButton,
.filter-block__title form.EPiServerForms .FormCaptcha__Refresh,
form.EPiServerForms .filter-block__title .FormCaptcha__Refresh {
  margin: 0;
  height: 46px;
  line-height: 46px;
  font-size: 1.1875rem;
  padding: 0 25px;
}
@media screen and (min-width: 768px) {
  .filter-block__title .button, .filter-block__title form.EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action.btnNext, form.EPiServerForms .Form__NavigationBar .filter-block__title .Form__NavigationBar__Action.btnNext, .filter-block__title form.EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action.btnPrev, form.EPiServerForms .Form__NavigationBar .filter-block__title .Form__NavigationBar__Action.btnPrev, .filter-block__title form.EPiServerForms .FormSubmitButton, form.EPiServerForms .filter-block__title .FormSubmitButton, .filter-block__title form.EPiServerForms .FormResetButton, form.EPiServerForms .filter-block__title .FormResetButton,
.filter-block__title form.EPiServerForms .FormCaptcha__Refresh,
form.EPiServerForms .filter-block__title .FormCaptcha__Refresh {
    display: none;
  }
}
.filter-block:not(.is-collapsed) .filter-block__title.is_stuck {
  box-shadow: 0 1px 11px 0 rgba(131, 131, 131, 0.5);
}
.filter-block__filters {
  margin: 10px 10px 0 10px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .filter-block__filters {
    margin: 20px 16px 0 16px;
  }
}
.filter-block__filter-group {
  margin-bottom: 23px;
}
.filter-block__group-title {
  font-size: 1.4375rem;
  font-weight: 400;
  margin-bottom: 8px;
}
.filter-block__group-list-item {
  padding-right: 16px;
  padding-left: 4px;
}
.filter-block__minimize {
  display: block;
  position: absolute;
  margin: 0 auto;
  width: 58px;
  height: 29px;
  bottom: -29px;
  border: 0;
  background-color: white;
  box-shadow: 0 -11px white, 0 1px 11px 0 rgba(131, 131, 131, 0.5);
  left: calc(50% - 30px);
  text-align: center;
  border-radius: 0 0 3px 3px;
  border: 1px solid #5ca361;
  border-top: 0;
}
.filter-block__minimize::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 8px 18px;
}
.filter-block__search {
  padding: 0 10px 32px;
}
@media screen and (min-width: 768px) {
  .filter-block__search {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .filter-block--1-col .filter-block__filter-group {
    width: 100%;
  }
  .filter-block--1-col .filter-block__group-list {
    display: flex;
    flex-wrap: wrap;
  }
  .filter-block--1-col .filter-block__group-list-item {
    width: 33%;
  }
}
.filter-block--3-col .filter-block__filters {
  content: "";
  display: block;
  clear: both;
}
.filter-block--3-col .filter-block__filter-group {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .filter-block--3-col .filter-block__filter-group {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .filter-block--3-col .filter-block__filter-group {
    float: left;
    width: 33%;
  }
}
.filter-block--2-1-col .filter-block__filters {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.filter-block--2-1-col .filter-block__filter-group:nth-child(1) {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .filter-block--2-1-col .filter-block__filter-group:nth-child(1) {
    width: 66.66%;
  }
}
@media screen and (min-width: 768px) {
  .filter-block--2-1-col .filter-block__filter-group:nth-child(1) .filter-block__group-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.filter-block--2-1-col .filter-block__filter-group:nth-child(1) .filter-block__group-list-item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .filter-block--2-1-col .filter-block__filter-group:nth-child(1) .filter-block__group-list-item {
    width: 50%;
  }
}
.filter-block--2-1-col .filter-block__filter-group:nth-child(2) {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .filter-block--2-1-col .filter-block__filter-group:nth-child(2) {
    width: 33.33%;
  }
}
.filter-block.is-collapsed .filter-block__title {
  box-shadow: 0 1px 11px 0 rgba(131, 131, 131, 0.5);
}
.filter-block.is-collapsed .filter-block__filters {
  height: 0;
  margin-top: 20px;
}
.filter-block.is-collapsed .filter-block__search {
  display: none;
}

.inline-search {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  height: 56px;
  width: 100%;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .inline-search {
    margin-right: 24px;
    width: auto;
    min-width: 50px;
    margin-bottom: 0;
  }
}
.inline-search__label {
  display: none;
}
.inline-search input,
.inline-search button {
  outline: none;
}
.inline-search input {
  height: 56px;
  width: 100%;
  padding: 0 50px 0 16px;
  font-size: 1.1875rem;
}
.inline-search input::-moz-placeholder {
  color: #a2a2a2;
}
.inline-search input::placeholder {
  color: #a2a2a2;
}
@media screen and (min-width: 768px) {
  .inline-search input {
    width: 263px;
  }
}
.inline-search .button-submit-search {
  position: absolute;
  right: 1px;
  top: 1px;
  height: 54px;
  width: 50px;
  border-radius: 3px;
  padding: 0 16px 0 5px;
}
.inline-search .button-submit-search__label {
  display: none;
}
.inline-search .button-submit-search .icon {
  position: relative;
  top: 2px;
}
.inline-search--full-width {
  width: 100%;
}
.inline-search--full-width input {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .inline-search--small {
    height: 40px;
  }
  .inline-search--small .button-submit-search {
    position: absolute;
    height: 38px;
    width: 36px;
    padding: 0px 13px 0 5px;
  }
  .inline-search--small .button-submit-search__icon {
    width: 20px;
    height: 20px;
    background-position: -1933px -1118px;
  }
  .inline-search--small input {
    padding: 7.5px;
    padding-right: 36px;
  }
}
@media screen and (min-width: 768px) {
  .inline-search--collapsed input {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .inline-search--collapsed .button-submit-search__label {
    display: inline;
  }
}
.inline-search--collapsed .icon {
  position: static;
  top: auto;
}
@media screen and (min-width: 768px) {
  .inline-search--collapsed .button-submit-search {
    position: static;
    width: auto;
  }
}
.inline-search--collapsed.open input {
  display: block;
}
.inline-search--collapsed.open .button-submit-search__label {
  display: none;
}
@media screen and (min-width: 768px) {
  .inline-search--collapsed.open .button-submit-search {
    position: absolute;
    width: 50px;
  }
}
.inline-search--collapsed.open .button-submit-search .icon {
  position: relative;
  top: 2px;
}
@media screen and (min-width: 768px) {
  .inline-search--collapsed.inline-search--small.open .button-submit-search {
    position: absolute;
    width: 36px;
  }
}

.oria-search {
  background-color: rgba(92, 163, 97, 0.08);
  border-radius: 3px;
  padding: 24px 10px;
  font-size: 1.0625rem;
  text-align: center;
  margin-bottom: 32px;
}
@media screen and (min-width: 1024px) {
  .oria-search {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 767px) {
  .oria-search {
    margin-right: -10px;
    margin-left: -10px;
  }
}
.oria-search .inline-search {
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .oria-search .inline-search input {
    width: 552px;
    max-width: 100%;
  }
}
.oria-search__description-usage {
  display: block;
}
.oria-search__description-destination {
  font-style: italic;
}

.hero-color {
  background-color: #5ca361;
  margin-top: 16px;
  display: flex;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .hero-color {
    padding-top: 80px;
    padding-bottom: 80px;
    margin-bottom: 56px;
    min-height: 400px;
  }
}
.hero-color__content {
  width: 100%;
  max-width: 1128px;
  margin-left: 10px;
  margin-right: 10px;
}
@media screen and (min-width: 1024px) {
  .hero-color__content {
    margin-left: 30px;
    margin-right: 30px;
  }
}
.hero-color__text {
  color: #fff;
  max-width: 830px;
}
.hero-color__heading {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .hero-color__heading {
    font-size: 3rem;
  }
}

.person-teaser {
  display: flex;
}
.person-teaser__image {
  flex-grow: 0;
  flex-shrink: 0;
  width: 128px;
  margin-right: 12px;
  line-height: 0;
}
.person-teaser__image img {
  border-radius: 3px;
}
@media screen and (min-width: 768px) {
  .person-teaser__image {
    width: 150px;
    margin-right: 16px;
  }
}
.person-teaser__text {
  flex-grow: 0;
  flex-shrink: 0;
  min-width: 0;
  font-size: 0.9375rem;
  word-wrap: break-word;
}
@media screen and (min-width: 768px) {
  .person-teaser__text {
    font-size: 1.0625rem;
    max-width: 194px;
  }
}
.person-teaser__name {
  line-height: 1.33;
  font-size: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .person-teaser__name {
    line-height: 1.2;
    font-size: 1.1875rem;
  }
}
.person-teaser__job-title {
  margin-bottom: 12px;
}
.person-teaser__contact-item {
  margin-bottom: 7px;
  font-size: 1.0625rem;
}

.person-list {
  margin-bottom: -32px;
}
.person-list > li {
  padding-bottom: 32px;
}

.teaser {
  border-radius: 3px;
}
@media screen and (min-width: 768px) {
  .teaser {
    display: flex;
    flex-direction: row;
  }
}
.teaser__media {
  line-height: 0;
  margin-bottom: 12px;
  padding: 0px;
}
@media screen and (max-width: 767px) {
  .teaser__media {
    display: block;
    margin-bottom: 12px;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    position: relative;
  }
}
.teaser__media img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px;
  width: 100%;
  max-height: 268px;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .teaser__media img {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .teaser__media img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: none;
  }
}
@media screen and (min-width: 768px) {
  .teaser__media img {
    max-height: 148.5px;
  }
}
@media screen and (min-width: 768px) {
  .teaser__media {
    flex-shrink: 0;
    width: 264px;
    min-height: 149px;
    margin-bottom: 0;
    margin-right: 12px;
  }
}
.teaser__media .event-square {
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .teaser__media .event-square {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.teaser__image {
  display: block;
  margin-bottom: 16px;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  position: relative;
}
.teaser__image img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.teaser__media-link {
  border-bottom: 0;
  display: block;
}
@media screen and (min-width: 768px) {
  .teaser__content {
    margin-left: 12px;
  }
}
.teaser__content--large {
  margin-left: 0;
}
.teaser__lead > *:last-child {
  margin: 0;
}
.teaser--large {
  display: block;
}
.teaser__comments {
  position: relative;
  text-decoration: none;
  border: none;
  padding-left: 23px;
  font-size: 1.0625rem;
  white-space: nowrap;
}
.teaser__comments:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 1px;
}
.teaser__comments:hover {
  text-decoration: underline;
}

.u-hide-cookie-information #cookie-information-template-wrapper {
  display: none !important;
}

/*------------------------------------*\
    #OVERRIDES
\*------------------------------------*/
/**
 * Classes that need higher specificity than regular components
 */
.compat-object-fit {
  background-size: cover;
  background-position: center center;
}
.compat-object-fit img {
  opacity: 0;
}

.button-list.list--padding {
  margin: 40px 0;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}

/*------------------------------------*\
    #SHAME
\*------------------------------------*/
/**
 * The thing that should not be.
 * Your 1-stop place for all nasty hacks and overrides that are
 * sometimes necessary for the greater good.
 *
 * This file should be as small as possible and should be routinely reviewed
 * in order to refactor out unecessary hacks.
 */
.center {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.font-secondary {
  font-family: Georgia, Times, "Times New Roman", serif;
}

/*
 * Hide only visually, but have it
 * available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.title-margin {
  margin-bottom: 16px;
}

.is-visible {
  display: inline-block;
}

.u-hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.u-margin-top-2rem {
  margin-top: 2rem;
}
/*# sourceMappingURL=source\css\style.css.map */