@charset "UTF-8";
/*------------------------------------*\
    #FUNCTIONS
\*------------------------------------*/
/**********************/
/* -only              */
/**********************/
/**********************/
/* -down              */
/**********************/
/**********************/
/* -up                */
/**********************/
/**********************/
/* Special            */
/**********************/
/*------------------------------------*\
    #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;
}

body:has(#epi-quickNavigator) {
  --epiEditButtonHeight: 44px;
}
body:has(#epi-quickNavigator) .header__inner {
  padding-top: var(--epiEditButtonHeight);
}

/*------------------------------------*\
    #FONTS
\*------------------------------------*/
@font-face {
  font-family: "LyonText";
  src: url(../fonts/LyonText-Regular-Web.woff2) format("woff2"), url(../fonts/LyonText-Regular-Web.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "LyonText";
  src: url(../fonts/LyonText-RegularItalic-Web.woff2) format("woff2"), url(../fonts/LyonText-RegularItalic-Web.woff) format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "LyonText";
  src: url(../fonts/LyonText-Bold-Web.woff2) format("woff2"), url(../fonts/LyonText-Bold-Web.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "LyonText";
  src: url(../fonts/LyonText-BoldItalic-Web.woff2) format("woff2"), url(../fonts/LyonText-BoldItalic-Web.woff) format("woff");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "AkademieStd";
  src: url(../fonts/nb_akademie_std_regular-webfont.woff2) format("woff2"), url(../fonts/nb_akademie_std_regular-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "AkademieStd";
  src: url(../fonts/nb_akademie_std_italic-webfont.woff2) format("woff2"), url(../fonts/nb_akademie_std_italic-webfont.woff) format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "AkademieStd";
  src: url(../fonts/nb_akademie_std_bold-webfont.woff2) format("woff2"), url(../fonts/nb_akademie_std_bold-webfont.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "AkademieStd";
  src: url(../fonts/nb_akademie_std_bold_italic-webfont.woff2) format("woff2"), url(../fonts/nb_akademie_std_bold_italic-webfont.woff) format("woff");
  font-weight: 700;
  font-style: italic;
}
.l-container-wide {
  width: 100%;
}
@media screen and (min-width: 1440px) {
  .l-container-wide {
    max-width: 1360px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 1800px) {
  .l-container-wide {
    max-width: 1800px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 1023px) {
  .l-container-wide .l-block-mobile {
    padding-left: 12px;
    padding-right: 12px;
  }
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 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 on Windows Phone and in iOS.
 */
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;
}

/**
 * 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;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[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;
}

.svg-cvrn-small-right-white, .button--cta:not(.button--cta-important):focus::after, .button--cta-important:not(.button--cta-important):focus::after, .button--cta:not(.button--cta-important):hover::after, .button--cta-important:not(.button--cta-important):hover::after {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: 0 0;
  width: 12px;
  height: 20px;
}

.svg-cvrn-small-up-large {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -12px -20px;
  width: 29px;
  height: 16px;
}

.svg-cvrn_Monster {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -41px -36px;
  width: 28px;
  height: 52px;
}

.svg-cvrn_Monster-small {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -69px -88px;
  width: 20px;
  height: 36px;
}

.svg-cvrn_Small-down, [data-has-submenu] .main-menu__link::before {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -89px -124px;
  width: 20px;
  height: 12px;
}

.svg-cvrn_Small-left {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -109px -136px;
  width: 12px;
  height: 20px;
}

.svg-cvrn_Small-right, .thread-link__link-icon::before, .button--mega::after {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -121px -156px;
  width: 12px;
  height: 20px;
}

.svg-cvrn_Small-up {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -133px -176px;
  width: 20px;
  height: 12px;
}

.svg-cvrn_Tiny-right, .main-menu__item--external a::before {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -153px -188px;
  width: 10px;
  height: 16px;
}

.svg-facebook, .social-links__link--facebook {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -163px -204px;
  width: 36px;
  height: 36px;
}

.svg-hexagon, .teaser-icon {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -199px -240px;
  width: 46px;
  height: 52px;
}

.svg-hexagon-large, .button--play-video::before {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -245px -292px;
  width: 86px;
  height: 100px;
}

.svg-hexagon-large-hover, .button--play-video:focus::before, .button--play-video:hover::before {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -331px -392px;
  width: 86px;
  height: 100px;
}

.svg-hexagon_hover {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -417px -492px;
  width: 86px;
  height: 100px;
}

.svg-icn-Lenke, .editable-list__expandable.is-open .editable-list__url-input label, .editable-list .editable-list__url-input label {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -503px -592px;
  width: 22px;
  height: 22px;
}

.svg-icn-Remove-filter, .filter-button--disable-one::before, .filter-list__item::after, .editable-list__delete:hover, .editable-list__delete:focus, .editable-list__delete, .button--delete::after {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -525px -614px;
  width: 20px;
  height: 20px;
}

.svg-icn-Remove-filter_hover, .filter-button--disable-one:focus::before, .filter-button--disable-one:hover::before, .button--delete.is-active::after, .button--delete:focus::after, .button--delete:hover::after {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -545px -634px;
  width: 20px;
  height: 20px;
}

.svg-icn-Star-empty, .link--save-shortcut::after {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -565px -654px;
  width: 24px;
  height: 22px;
}

.svg-icn-Star-empty-mobile, .link--save-shortcut::before {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -589px -676px;
  width: 20px;
  height: 19px;
}

.svg-icn-Star-full, .link--saved-shortcut::after {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -609px -695px;
  width: 24px;
  height: 23px;
}

.svg-icn-Star-full-mobile, .link--saved-shortcut::before {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -633px -718px;
  width: 20px;
  height: 19px;
}

.svg-icn-arrow, .thread-link__link-icon::after {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -653px -737px;
  width: 21px;
  height: 20px;
}

.svg-icn-calendar, .link--calendar::before {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -674px -757px;
  width: 24px;
  height: 22px;
}

.svg-icn-chevron, .link--arrow::after, .link--arrow-reversed::after, .breadcrumbs__link::after, .breadcrumbs__text::after {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -698px -779px;
  width: 16px;
  height: 28px;
}

.svg-icn-chevron-large-blue {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -714px -807px;
  width: 16px;
  height: 28px;
}

.svg-icn-chevron-large-grey {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -730px -835px;
  width: 16px;
  height: 28px;
}

.svg-icn-chevron-large-orange {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -746px -863px;
  width: 16px;
  height: 28px;
}

.svg-icn-chevron-large-orange-bold {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -762px -891px;
  width: 23px;
  height: 32px;
}

.svg-icn-chevron-medium-grey, .calendar__navigate-previous.is-disabled::before {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -785px -923px;
  width: 12px;
  height: 20px;
}

.svg-icn-chevron-medium-orange, .calendar__navigate-next::before, .calendar__navigate-previous::before, .link-list a::before, .teaser--block .teaser__heading a::before, article.teaser-new--block .teaser-new__heading a::before, .button--link-icon::after, .button--map::after, .button--dropdown::before, .button--cta::after, .button--cta-important::after {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -797px -943px;
  width: 12px;
  height: 20px;
}

.svg-icn-chevron-medium-orange-bold {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -809px -963px;
  width: 16px;
  height: 21px;
}

.svg-icn-chevron-medium-red, .link--arrow-simple::after {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -825px -984px;
  width: 12px;
  height: 20px;
}

.svg-icn-chevron-pagination {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -837px -1004px;
  width: 104px;
  height: 20px;
}

.svg-icn-chevron-teal-bold, .teaser--img-small--new .teaser__heading::before, .link--arrow-fat::after, .button--dropdown-new::before {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -941px -1024px;
  width: 20px;
  height: 20px;
}

.svg-icn-chevron-teal-normal {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -961px -1044px;
  width: 20px;
  height: 20px;
}

.svg-icn-chevron-tiny-orange, .link--show-more::after, .link--footer::before {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -981px -1064px;
  width: 10px;
  height: 16px;
}

.svg-icn-chevron-white-bold, .teaser--img-entry .teaser__heading a::after {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -991px -1080px;
  width: 20px;
  height: 20px;
}

.svg-icn-close, .button--search-close::after {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -1011px -1100px;
  width: 20px;
  height: 20px;
}

.svg-icn-comments, .teaser__comments-count::before, .thread-link__icon--comments::after {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -1031px -1120px;
  width: 24px;
  height: 23px;
}

.svg-icn-comments-mini, .thread-link__icon--comments::before {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -1055px -1143px;
  width: 19px;
  height: 18px;
}

.svg-icn-comments-white-mini, .button--notification .button__inner::after {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -1074px -1161px;
  width: 19px;
  height: 18px;
}

.svg-icn-down, .link--to-top::before, .button--download::after {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -1093px -1179px;
  width: 12px;
  height: 17px;
}

.svg-icn-duration, .program-entry__duration-separator {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -1105px -1196px;
  width: 16px;
  height: 28px;
}

.svg-icn-fjerne-fra-liste-intra, .tool-list__remove::after {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -1121px -1224px;
  width: 25px;
  height: 27px;
}

.svg-icn-hamburger-intra, .button--menu-toggle::before {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -1146px -1251px;
  width: 28px;
  height: 23px;
}

.svg-icn-lukk-intra, .notification__close::before, .button--menu-toggle.is-active::before {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -1174px -1274px;
  width: 18px;
  height: 18px;
}

.svg-icn-mail, .person-teaser__email::before, .person-teaser-new__email::before {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -1192px -1292px;
  width: 20px;
  height: 20px;
}

.svg-icn-person-head-large, .button--profile::after {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -1212px -1312px;
  width: 46px;
  height: 52px;
}

.svg-icn-person-head-small, .button--profile::before {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -1258px -1364px;
  width: 36px;
  height: 40px;
}

.svg-icn-phone, .person-teaser__phone::before, .person-teaser-new__phone::before {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -1294px -1404px;
  width: 20px;
  height: 20px;
}

.svg-icn-phone-hex {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -1314px -1424px;
  width: 38px;
  height: 44px;
}

.svg-icn-phone-hex-hover {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -1352px -1468px;
  width: 38px;
  height: 44px;
}

.svg-icn-rediger-liste-hvit-bg, .editable-list .editable-list__add label {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -1390px -1512px;
  width: 25px;
  height: 27px;
}

.svg-icn-rediger-liste-intra, .main-menu__edit-link::before, .tool-list__add::before {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -1415px -1539px;
  width: 25px;
  height: 27px;
}

.svg-icn-reply, .comment-section__replies::after {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -1440px -1566px;
  width: 19px;
  height: 20px;
}

.svg-icn-reply-mini, .comment-section__replies::before {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -1459px -1586px;
  width: 15px;
  height: 16px;
}

.svg-icn-search-dark, .filter-search__submit::before {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -1474px -1602px;
  width: 25px;
  height: 25px;
}

.svg-icn-search-input-large {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -1499px -1627px;
  width: 34px;
  height: 34px;
}

.svg-icn-search-input-large-active {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -1533px -1661px;
  width: 33px;
  height: 34px;
}

.svg-icn-search-input-small, .inline-search__submit .icon {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -1566px -1695px;
  width: 25px;
  height: 25px;
}

.svg-icn-search-input-small-active, .inline-search__query:focus + button .icon, .inline-search__query:valid + button .icon, .handheld-search__submit .icon {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -1591px -1720px;
  width: 25px;
  height: 25px;
}

.svg-icn-search-input-small-active-alt {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -1616px -1745px;
  width: 25px;
  height: 25px;
}

.svg-icn-search-intra, .button--search-open::after {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -1641px -1770px;
  width: 46px;
  height: 52px;
}

.svg-icn-search-intra-small, .button--search-open::before {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -1687px -1822px;
  width: 36px;
  height: 40px;
}

.svg-icn-teaser-byline, .teaser-icon--byline {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -1723px -1862px;
  width: 46px;
  height: 52px;
}

.svg-icn-teaser-calendar, .teaser-icon--calendar {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -1769px -1914px;
  width: 46px;
  height: 52px;
}

.svg-icn-teaser-deadline, .teaser-icon--deadline {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -1815px -1966px;
  width: 46px;
  height: 52px;
}

.svg-icn-teaser-employees, .teaser-icon--employees {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -1861px -2018px;
  width: 46px;
  height: 52px;
}

.svg-icn-teaser-location, .teaser-icon--location {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -1907px -2070px;
  width: 46px;
  height: 52px;
}

.svg-icn-teaser-other, .teaser-icon--actual, .teaser-icon--other {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -1953px -2122px;
  width: 46px;
  height: 52px;
}

.svg-icn-teaser-person, .teaser-icon--person {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -1999px -2174px;
  width: 46px;
  height: 52px;
}

.svg-icn-teaser-research, .teaser-icon--research {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -2045px -2226px;
  width: 46px;
  height: 52px;
}

.svg-icn-teaser-studies, .teaser-icon--studies {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -2091px -2278px;
  width: 46px;
  height: 52px;
}

.svg-icn-time, .event-summary__time .icon {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -2137px -2330px;
  width: 25px;
  height: 27px;
}

.svg-icn-time-mobile {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -2162px -2357px;
  width: 19px;
  height: 21px;
}

.svg-icn-today, .calendar__day--is-today a::after {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -2181px -2378px;
  width: 40px;
  height: 36px;
}

.svg-icn-views, .thread-link__icon--views::after {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -2221px -2414px;
  width: 28px;
  height: 20px;
}

.svg-icn-views-mini, .thread-link__icon--views::before {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -2249px -2434px;
  width: 22px;
  height: 16px;
}

.svg-icn-window {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -2271px -2450px;
  width: 17px;
  height: 17px;
}

.svg-icn-window-deep-teal, .button--external::before {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -2288px -2467px;
  width: 20px;
  height: 20px;
}

.svg-icn-window-white {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -2308px -2487px;
  width: 20px;
  height: 20px;
}

.svg-icn-wrench-large, .button--tool::after {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -2328px -2507px;
  width: 46px;
  height: 52px;
}

.svg-icn-wrench-small, .button--tool::before {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -2374px -2559px;
  width: 36px;
  height: 40px;
}

.svg-icn_Write-Edit, input:hover + .editable-list li::after::before, .editable-list input:hover:not(:focus) + label {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -2410px -2599px;
  width: 20px;
  height: 20px;
}

.svg-icn_check-blue {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -2430px -2619px;
  width: 28px;
  height: 28px;
}

.svg-icn_filter, .button--toggle-filter-menu::after {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -2458px -2647px;
  width: 24px;
  height: 24px;
}

.svg-instagram, .social-links__link--instagram {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -2482px -2671px;
  width: 36px;
  height: 36px;
}

.svg-linkedin, .social-links__link--linkedin {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -2518px -2707px;
  width: 36px;
  height: 36px;
}

.svg-logo, .logo::after {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -2554px -2743px;
  width: 50px;
  height: 44px;
}

.svg-pttrn-Sidebar, .page-layout__sidebar::after {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -2604px -2787px;
  width: 270px;
  height: 185px;
}

.svg-pttrn-vCard, .person-card::before {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -2874px -2972px;
  width: 364px;
  height: 113px;
}

.svg-snapchat, .social-links__link--snapchat {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -3238px -3085px;
  width: 36px;
  height: 34px;
}

.svg-temp-icn-comments {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -3274px -3119px;
  width: 20px;
  height: 24px;
}

.svg-tiktok, .social-links__link--tiktok {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -3294px -3143px;
  width: 36px;
  height: 36px;
}

.svg-youtube, .social-links__link--youtube {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -3366px -3209px;
  width: 39px;
  height: 27px;
}

/*------------------------------------*\
    #FORMS
\*------------------------------------*/
fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

label,
.label {
  display: block;
  padding-bottom: 7px;
  font-size: 1rem;
}

input,
textarea,
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0.5rem 0.65rem;
  transition: 400ms ease;
  margin-bottom: 16px;
  background: #f6f8f9;
  border: 0;
  border-bottom: 1px solid #c9d5da;
}

input {
  line-height: 31px;
}
input[type=file] {
  font-size: 1rem;
  line-height: 1;
}
input[type=checkbox] {
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
  margin-right: 7px;
}
input[type=radio] {
  -webkit-appearance: radio;
     -moz-appearance: radio;
          appearance: radio;
  margin-right: 7px;
}

textarea {
  min-height: 100px;
  min-width: 280px;
  max-width: 100%;
  transition: width 0ms linear;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  cursor: pointer;
}
select {
  background-image: url(../images/cvrn_Small-down.svg);
  background-repeat: no-repeat;
  background-position: 98% center;
  padding-right: 30px;
  max-width: 100%;
}

/*------------------------------------*\
    #LISTS
\*------------------------------------*/
ul,
ol,
dl {
  padding-left: 18px;
  margin-bottom: 25px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  ul,
  ol,
  dl {
    line-height: 1.4;
  }
}

/*------------------------------------*\
    #MEDIA
\*------------------------------------*/
figure {
  margin: 0;
}
iframe,
svg,
img {
  max-width: 100%;
}

iframe {
  border: none;
}

/*------------------------------------*\
    #TABLES
\*------------------------------------*/
table th {
  text-align: left;
}

/*------------------------------------*\
    #TYPOGRAPHY
\*------------------------------------*/
body {
  font-family: "LyonText", serif;
  letter-spacing: 0.2px;
  font-size: 1rem;
  line-height: 1.4;
  color: #004357;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.125rem;
  }
}

h1,
h2,
h3,
h4,
.l-filter-page__filtered-content h3,
h5 {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: manual;
          hyphens: manual;
  margin-top: 0;
  color: inherit;
  font-family: "AkademieStd", sans-serif;
  letter-spacing: 0.4px;
  font-weight: 700;
}
h1 a,
h2 a,
h3 a,
h4 a,
.l-filter-page__filtered-content h3 a,
h5 a {
  text-decoration: none;
}

h2,
h3,
h4,
.l-filter-page__filtered-content h3,
h5 {
  margin-bottom: 12.5px;
}

h1,
.h1-heading {
  font-size: 1.875rem;
  line-height: 1.2;
  padding-bottom: 8px;
  border-bottom: 1px solid #e6f5f7;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #eb6851;
}
@media screen and (min-width: 768px) {
  h1,
  .h1-heading {
    font-size: 2.5rem;
  }
}

h2,
.h2-heading {
  font-size: 1.625rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  h2,
  .h2-heading {
    font-size: 1.875rem;
  }
}

h3,
.h3-heading,
.filter-search--large .filter-search__label,
article.teaser-new--campus .teaser-new__heading {
  font-size: 1.375rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  h3,
  .h3-heading,
  .filter-search--large .filter-search__label,
  article.teaser-new--campus .teaser-new__heading {
    font-size: 1.5rem;
  }
}

h4, .l-filter-page__filtered-content h3,
.h4-heading,
article.teaser-new__heading,
article.teaser-new h4.teaser-new__heading,
article.teaser-new .l-filter-page__filtered-content h3.teaser-new__heading,
.l-filter-page__filtered-content article.teaser-new h3.teaser-new__heading,
.person-teaser-new__heading {
  font-size: 1.25rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  h4, .l-filter-page__filtered-content h3,
  .h4-heading,
  article.teaser-new__heading,
  article.teaser-new h4.teaser-new__heading,
  article.teaser-new .l-filter-page__filtered-content h3.teaser-new__heading,
  .l-filter-page__filtered-content article.teaser-new h3.teaser-new__heading,
  .person-teaser-new__heading {
    font-size: 1.25rem;
  }
}

h5,
.h5-heading {
  font-size: 1.125rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  h5,
  .h5-heading {
    font-size: 1.125rem;
  }
}

.supplemental-text {
  font-size: 0.875rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .supplemental-text {
    font-size: 1rem;
  }
}

p {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: manual;
          hyphens: manual;
  max-width: 700px;
  margin: 0 0 25px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  p {
    line-height: 1.4;
  }
}

a {
  border-bottom: 1px solid currentColor;
  color: #0080a3;
  text-decoration: none;
  transition: all 300ms, color 150ms, background 150ms;
}

input,
textarea,
keygen,
select,
button {
  color: #004357;
}

/*------------------------------------*\
    #BUTTON
\*------------------------------------*/
/**
 * Styling for custom button elements
 */
.button, button[type=submit]:not(.button--icon) {
  border-bottom: none;
  cursor: pointer;
  transition: all 400ms ease;
  /**
   * When you need to toggle a text inside a button based on state.
   * Used in conjuction with .button__inner.
   */
  /**
   * Inner wrapper when using class on the button element.
   * The reason for this being that older versions of
   * Firefox will not render button as a flex parent.
   */
  /**
  * .button--flex is used for buttons with icons as :before or :after-elements
  * in order to center these icons vertically. Default .button does not use
  * flexbox as it fails to wrap text in IE10. Use following markup:
  *
  * <a class="button button--flex">
  *   <span>Button Text</span>
  * </a>
  */
  /**************************/
  /* INTRA                  */
  /**************************/
}
.button__label {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: circle(1% at 1% 1%);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.button__tooltip {
  position: absolute;
  top: calc(100% + 0.5rem);
  background-color: #0080a3;
  padding: 0.25em 0.5em;
  border-radius: 0.25rem;
  right: 0;
  color: #fff;
  display: inline-block;
  white-space: nowrap;
  transform-origin: top right;
  transform: scale(0);
  opacity: 0;
  transition: 0.15s ease;
  z-index: 3;
}
.button__toggle-text {
  display: none;
}
.button__wrap--pointy {
  display: inline-block;
  padding-right: 16px;
}
.button__inner {
  display: flex;
  align-items: center;
}
.button--text, button[type=submit]:not(.button--icon) {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: manual;
          hyphens: manual;
  font-family: "AkademieStd", sans-serif;
  letter-spacing: 0.4px;
  display: inline-block;
  max-width: 100%;
  padding: 10px 30px;
  border-radius: 3px;
  color: inherit;
  background: #fff;
  text-decoration: none;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.48);
  text-align: center;
  font-size: 1.25rem;
  transition: all 400ms ease;
}
.button--reduced-padding {
  padding: 5px 15px;
}
.button--primary {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.5rem;
  background: #eb6851;
  color: #fff;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.32), inset 0 -1px 1px 0 rgba(0, 0, 0, 0.16), inset 0 1px 0 0 rgba(255, 255, 255, 0.4);
  white-space: nowrap;
}
.button--primary:focus, .button--primary:hover {
  background: rgb(214.8092783505, 53.0850515464, 24.6907216495);
}
.button--primary-muted, .button--primary-muted-small, .button--plus, .button--faded, button[type=submit]:not(.button--icon) {
  padding: 7px 16px;
  border: 1px solid #eb6851;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.08);
  font-size: 1rem;
}
.button--primary-muted:focus, .button--primary-muted-small:focus, .button--plus:focus, .button--faded:focus, button[type=submit]:focus:not(.button--icon), .button--primary-muted:hover, .button--primary-muted-small:hover, .button--plus:hover, .button--faded:hover, button[type=submit]:hover:not(.button--icon) {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  background: rgb(214.8092783505, 53.0850515464, 24.6907216495);
}
.button--primary-normal {
  padding: 7px 16px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.08);
  font-size: 1rem;
}
.button--primary-normal:focus, .button--primary-normal:hover {
  background: #0080a3;
  color: #fff;
}
.button--secondary {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  color: #0080a3;
  padding: 7px 50px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.08);
}
.button--secondary:focus, .button--secondary:hover {
  background: #0080a3;
  color: #fff;
}
.button--cta, .button--cta-important, .button--dropdown {
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  color: #004357;
  box-shadow: none;
}
.button--cta, .button--cta-important {
  display: flex;
  background: #f0f9fa;
  justify-content: space-between;
  border: solid 1px #e2f3f5;
  margin-bottom: 8px;
  text-align: left;
  padding-top: 8px;
  padding-bottom: 7px;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .button--cta, .button--cta-important {
    font-size: 1.25rem;
  }
}
.button--cta::after, .button--cta-important::after {
  content: "";
  display: inline-block;
}
.button--cta::after, .button--cta-important::after {
  padding-left: 15px;
  margin-left: 15px;
}
.button--cta:not(.button--cta-important):focus, .button--cta-important:not(.button--cta-important):focus, .button--cta:not(.button--cta-important):hover, .button--cta-important:not(.button--cta-important):hover {
  background: #0080a3;
  color: #fff;
}
.button--cta:not(.button--cta-important):focus::after, .button--cta-important:not(.button--cta-important):focus::after, .button--cta:not(.button--cta-important):hover::after, .button--cta-important:not(.button--cta-important):hover::after {
  content: "";
  display: inline-block;
  margin: 0 0 0 15px;
}
.button--cta-important {
  border: none;
  background-image: linear-gradient(to bottom, #fff77a, #f9de45);
}
.button--cta-important:focus, .button--cta-important:hover {
  background-image: linear-gradient(to bottom, #f9de45, #f9de45);
}
.button--cta-important-new {
  font-family: "AkademieStd", sans-serif;
  letter-spacing: 0.4px;
  padding: 15px;
  background-color: #eb6851;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  line-height: 1.14;
  border-radius: 5px;
  font-weight: bold;
  text-align: center;
}
.button--cta-important-new:focus, .button--cta-important-new:hover {
  background-color: rgb(214.8092783505, 53.0850515464, 24.6907216495);
}
@media screen and (min-width: 768px) {
  .button--cta-important-new {
    font-size: 1.75rem;
  }
}
.button--dropdown {
  display: flex;
  align-items: center;
  min-height: 40px;
  background-image: linear-gradient(to bottom, #f0f9fa, #e2f3f5);
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #c2eaf0;
  border-radius: 3px 3px 0 0;
  text-align: left;
}
.button--dropdown::before {
  content: "";
  display: inline-block;
  margin: 2px 15px 0 0;
}
.button--dropdown::before {
  transition: 400ms ease;
  transform-origin: center;
  transform: rotate(90deg);
}
.button--dropdown:focus, .button--dropdown:hover {
  background-image: linear-gradient(to bottom, #e2f3f5, #e2f3f5);
}
.button--dropdown.is-active::before {
  transform: rotate(-90deg);
}
.button--dropdown h4, .button--dropdown .l-filter-page__filtered-content h3, .l-filter-page__filtered-content .button--dropdown h3 {
  margin-bottom: 0;
}
.button--dropdown-new {
  max-width: 700px;
  text-align: left;
  display: flex;
  align-items: center;
  padding: 12px 8px;
  background-color: #f0f9fa;
  border: 1px solid #64d0df;
  border-radius: 5px;
  font-family: "AkademieStd", sans-serif;
  letter-spacing: 0.4px;
}
.button--dropdown-new::before {
  content: "";
  display: inline-block;
  margin: 2px 21px 0 7px;
}
.button--dropdown-new p {
  margin-bottom: 0;
  color: #004357 !important;
  line-height: 1.2;
  letter-spacing: 0.4px !important;
  font-weight: bold;
  font-size: 1.25rem;
}
.button--dropdown-new::before {
  flex-shrink: 0;
  transition: 400ms ease;
  transform-origin: center;
  transform: rotate(90deg);
}
.button--dropdown-new.is-active::before {
  transform: rotate(-90deg);
}
.button--flex {
  display: inline-flex;
  align-items: center;
  justify-content: space-around;
}
.button--flex::before, .button--flex::after {
  content: "";
  display: block;
  flex-shrink: 0;
}
.button--flex span {
  flex: 1 1 auto;
}
.button--icon {
  display: inline-flex;
  align-items: center;
  justify-content: space-around;
}
.button--square, .button--hamburger, .button--toggle-search {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
}
.button--square > .icon, .button--hamburger > .icon, .button--toggle-search > .icon {
  margin: auto;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .button--square, .button--hamburger, .button--toggle-search {
    width: 64px;
    height: 64px;
    flex: 0 0 64px;
  }
}
.button--square::before, .button--hamburger::before, .button--toggle-search::before {
  position: absolute;
  background-color: #fff;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  opacity: 0;
  transition: opacity 800ms ease;
}
.button--toggle-search {
  position: relative;
}
.button--toggle-search .svg-icn-x {
  display: none;
}
.button--toggle-search-open::before {
  opacity: 1;
}
.button--toggle-search-open .svg-icn-x {
  display: block;
}
.button--toggle-search-open .svg-icn-search-light {
  display: none;
}
.button--submit-search {
  background-color: transparent;
  border: none;
}
.button--hamburger {
  background-color: #00afba;
  position: relative;
}
.button--hamburger:before {
  background-color: #f0f9fa;
}
.button--hamburger::after {
  top: 48px;
  right: 0;
  left: 0;
  position: absolute;
  width: 0;
  height: 0;
  content: "";
  z-index: 2;
  border-top: 4px solid #00afba;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.1));
  margin: 0 auto;
  opacity: 1;
  transition: opacity 800ms ease;
}
.button--hamburger .svg-icn-x {
  display: none;
}
.button--hamburger-open::before {
  opacity: 1;
}
.button--hamburger-open::after {
  opacity: 0;
}
.button--hamburger-open .svg-icn-x {
  display: block;
}
.button--hamburger-open .svg-icn-hamburger {
  display: none;
}
@media screen and (min-width: 768px) {
  .button--mobile {
    display: none;
  }
}
.button--medium-screen {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .button--medium-screen {
    display: inline-flex;
  }
}
.button--map {
  align-items: center;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  color: #0080a3;
  display: inline-flex;
  font-size: 1.125rem;
  padding: 5px 16px;
  position: relative;
}
.button--map::after {
  content: "";
  display: inline-block;
  margin: 1px 0 1px 12px;
}
.button--map::before {
  top: 100%;
  right: 0;
  left: 0;
  position: absolute;
  width: 0;
  height: 0;
  content: "";
  z-index: 2;
  border-top: 7px solid #fff;
  border-left: 7.5px solid transparent;
  border-right: 7.5px solid transparent;
  filter: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.16));
  margin: 0 auto;
}
.button--toggle-filter-menu {
  display: inline-flex;
  align-items: center;
  background: #fff;
  padding: 8px 16px;
  border: 1px solid rgba(0, 175, 186, 0.72);
  box-shadow: none;
  margin-bottom: 25px;
  font-size: 1.1875rem;
}
.button--toggle-filter-menu::after {
  content: "";
  display: inline-block;
  margin: 0 0 0 12px;
}
.button--small {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.08);
  color: #0080a3;
  font-size: 1rem;
  padding: 4px 15px;
}
.button--pointy {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  position: relative;
}
.button--pointy::before, .button--pointy::after {
  content: "";
  height: 50%;
  width: 16px;
  right: -16px;
  position: absolute;
}
.button--pointy::before {
  top: 0;
  background: linear-gradient(to top right, #fff 50%, transparent 51%);
  filter: drop-shadow(2px -2px 2px rgba(0, 0, 0, 0.04));
}
.button--pointy::after {
  bottom: 0;
  background: linear-gradient(to bottom right, #fff 50%, transparent 51%);
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.04));
}
.button--link-icon {
  padding-right: 32px;
  position: relative;
  text-align: left;
}
.button--link-icon::after {
  content: "";
  display: inline-block;
}
.button--link-icon::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto 0;
}
.button--download::after {
  content: "";
  display: inline-block;
}
.button--play-video {
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.16));
}
.button--play-video::before {
  content: "";
  display: inline-block;
}
.button--play-video .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: 5px;
  width: 0;
  height: 0;
  content: "";
  z-index: 2;
  border-left: 32px solid #0080a3;
  border-bottom: 19px solid transparent;
  border-top: 19px solid transparent;
}
.button--play-video:focus::before, .button--play-video:hover::before {
  content: "";
  display: inline-block;
}
.button--play-video:focus .icon, .button--play-video:hover .icon {
  width: 0;
  height: 0;
  content: "";
  z-index: 2;
  border-left: 32px solid #fff;
  border-bottom: 19px solid transparent;
  border-top: 19px solid transparent;
}
.button--footer {
  background-color: #0080a3;
  color: #fff;
  font-size: 1.125rem;
  padding: 10px 16px;
}
.button--footer-muted {
  background-color: transparent;
  border: 1px solid #0080a3;
}
.button--menu-toggle {
  display: flex;
  align-items: center;
  background: #004357;
  font-family: "AkademieStd", sans-serif;
  color: white;
  font-size: 0;
  gap: 0.25rem;
  position: relative;
  padding-left: 30px;
  border-radius: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.button--menu-toggle::before {
  content: "";
  display: block;
  left: 0;
  margin-top: 0.0625rem;
}
.button--menu-toggle.is-active::before {
  left: 6px;
}
@media screen and (min-width: 768px) {
  .button--menu-toggle {
    font-size: 1.5rem;
  }
}
.button--search-open {
  width: 36px;
  height: 40px;
  display: block;
  position: relative;
  padding: 0;
  transition: none;
  font: inherit;
}
.button--search-open::before {
  display: block;
  content: "";
}
.button--search-open::after {
  display: none;
  content: "";
}
.button--search-open:hover > .button__tooltip, .button--search-open:focus > .button__tooltip {
  transform: scale(1);
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .button--search-open {
    width: 46px;
    height: 52px;
  }
  .button--search-open::before {
    display: none;
  }
  .button--search-open::after {
    display: block;
  }
}
.button--search-close {
  display: block;
  height: 32px;
  width: 32px;
  position: relative;
  padding: 0;
  transition: none;
  background: #f0f9fa;
}
.button--search-close::before {
  display: block;
  content: "";
  border-style: solid;
  height: 0;
  width: 0;
  border-color: transparent transparent #f0f9fa;
  border-width: 0 16px 10px;
  background-image: none !important;
  position: absolute;
  top: -10px;
}
.button--search-close::after {
  display: block;
  content: "";
  margin: -10px auto 0 auto;
}
.button--search-close:hover > .button__tooltip, .button--search-close:focus > .button__tooltip {
  transform: scale(1);
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .button--search-close {
    margin-right: 5px;
  }
}
.button--tool {
  width: 36px;
  height: 40px;
  display: block;
  padding: 0;
  position: relative;
}
.button--tool::before {
  content: "";
  display: inline-block;
}
.button--tool::after {
  content: "";
  display: inline-block;
}
.button--tool::after {
  display: none;
}
.button--tool::before {
  display: block;
}
.button--tool:hover > .button__tooltip, .button--tool:focus > .button__tooltip {
  transform: scale(1);
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .button--tool {
    width: 46px;
    height: 52px;
  }
  .button--tool::before {
    display: none;
  }
  .button--tool::after {
    display: block;
  }
}
.button--profile {
  width: 36px;
  height: 40px;
  display: block;
  padding: 0;
  position: relative;
}
.button--profile::before {
  content: "";
  display: inline-block;
}
.button--profile::after {
  content: "";
  display: inline-block;
}
.button--profile::after {
  display: none;
}
.button--profile::before {
  display: block;
}
.button--profile:hover > .button__tooltip, .button--profile:focus > .button__tooltip {
  transform: scale(1);
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .button--profile {
    width: 46px;
    height: 52px;
  }
  .button--profile::before {
    display: none;
  }
  .button--profile::after {
    display: block;
  }
}
.button--profile-custom-img {
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.button--profile-custom-img::before, .button--profile-custom-img::after {
  display: none;
}
.button--profile-custom-img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.button--toggle {
  display: block;
  height: 32px;
  background: #e6f5f7;
  color: #004357;
  font-size: 1.125rem;
  border-radius: 1px;
  border: 1px solid #00afba;
}
.button--toggle:active, .button--toggle:hover {
  background: white;
  color: #0080a3;
  border-color: #00aaff;
}
.button--toggle.is-active {
  background: white;
  color: #0080a3;
  border-color: white;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.08);
}
.button--checkbox {
  display: block;
  line-height: 30px;
  font-size: 0.9375rem;
  margin: -8px 0 16px 0;
  text-align: center;
  cursor: pointer;
  border: 1px solid #cef1cf;
  color: #0080a3;
  background: white;
  border-radius: 0 0 2px 2px;
  padding: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.button--checkbox + input {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: circle(1% at 1% 1%);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.button--mega {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
  margin-top: 16px;
  background: #f0f9fa;
  border: 1px solid #e2f3f5;
  border-radius: 4px;
  color: #004357;
  font-size: 1.25rem;
  font-family: "AkademieStd", sans-serif;
  letter-spacing: 0.4px;
}
.button--mega::after {
  content: "";
  display: inline-block;
}
.button--primary-muted-small, .button--plus, .button--faded {
  border-radius: 2px;
  font-size: 1rem;
  background: white;
  color: #004357;
  padding-top: 6px;
  padding-bottom: 6px;
}
.button--faded {
  border-color: white;
}
.button--plus {
  padding: 6px 16px 6px 35px;
  position: relative;
}
.button--plus::before, .button--plus::after {
  background-color: #004357;
  content: "";
  display: block;
  position: absolute;
  transition: background-color 400ms ease;
}
.button--plus::before {
  height: 1px;
  left: 12px;
  width: 11px;
  top: 15px;
}
.button--plus::after {
  height: 11px;
  left: 17px;
  width: 1px;
  top: 10px;
}
.button--plus:hover::before, .button--plus:hover::after {
  background-color: #fff;
}
.button--delete {
  border-radius: 3px;
  height: 28px;
  width: 28px;
  position: relative;
  transition: none;
}
.button--delete::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
}
.button--delete.is-active, .button--delete:focus, .button--delete:hover {
  background-color: #eb6851;
  outline: none;
}
.button--delete span {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: circle(1% at 1% 1%);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.button--notification {
  display: inline-flex;
  align-items: center;
  border: none;
  border-radius: 3px;
  padding: 5px 11px;
  background: #fdf0a6;
  font-size: 1rem;
  color: #004357;
}
.button--notification .button__inner::after {
  content: "";
  display: inline-block;
  margin: 0 0 0 8px;
}
.button--notification.is-active .button__inner {
  display: none;
}
.button--notification.is-active .button__toggle-text {
  display: block;
}
.button--white {
  font-family: "AkademieStd", sans-serif;
  letter-spacing: 0.4px;
  padding: 16px;
  background-color: #fff;
  color: #004357;
  display: block;
  max-width: 100%;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.04);
  margin-bottom: 16px;
  font-size: 1rem;
  font-weight: 500;
}
.button--white:focus > span, .button--white:hover > span {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .button--white {
    font-size: 18px;
  }
}
.button--external::before {
  content: "";
  display: inline-block;
  margin: 0 8px 0 0;
}
.button--external::before {
  vertical-align: baseline;
}

.editable__label {
  display: block;
}
.editable__label--hidden {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: circle(1% at 1% 1%);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.editable__textarea {
  display: block;
  width: 100%;
  min-height: 300px;
  font-family: "LyonText", serif;
  letter-spacing: 0.2px;
  padding: 9px;
  border: 1px solid rgba(0, 147, 130, 0.5);
  border-radius: 2px;
}
.editable--dynamic-width {
  display: flex;
  min-height: 1px;
  margin-bottom: 40px;
}
.editable--dynamic-width > *:last-child {
  margin-bottom: 0;
}

.jump-to-content-link {
  text-decoration: none;
  background-color: #f9de45;
  color: #000;
  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
\*------------------------------------*/
/**
 * Styling for custom link elements
 */
.link {
  display: inline-flex;
  position: relative;
  transition: all 400ms ease;
  align-items: center;
}
.link--full-width {
  border-bottom: none;
  display: flex;
}
.link--arrow, .link--arrow-reversed, .breadcrumbs__link, .breadcrumbs__text {
  border-bottom: none;
  color: inherit;
  padding-right: 8px;
  padding-bottom: 5px;
  margin-right: 12px;
}
.link--arrow::before, .link--arrow-reversed::before, .breadcrumbs__link::before, .breadcrumbs__text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #64d0df;
}
.link--arrow::after, .link--arrow-reversed::after, .breadcrumbs__link::after, .breadcrumbs__text::after {
  content: "";
  display: inline-block;
}
.link--arrow::after, .link--arrow-reversed::after, .breadcrumbs__link::after, .breadcrumbs__text::after {
  position: absolute;
  right: -12px;
  bottom: 0;
}
.link--arrow-fat {
  color: #004357;
  border-bottom: none;
  font-weight: bold;
  font-family: "AkademieStd", sans-serif;
  letter-spacing: 0.4px;
}
.link--arrow-fat::after {
  content: "";
  display: inline-block;
}
.link--arrow-fat::after {
  margin-left: 8px;
}
.link--arrow-fat:focus, .link--arrow-fat:hover {
  text-decoration: underline;
}
.link--arrow-reversed, .breadcrumbs__link, .breadcrumbs__text {
  padding-right: 0;
  padding-left: 8px;
  margin-right: 0;
  margin-left: 12px;
}
.link--arrow-reversed::after, .breadcrumbs__link::after, .breadcrumbs__text::after {
  transform: rotate(180deg);
  right: auto;
  left: -12px;
}
.link--arrow-simple {
  justify-content: space-between;
  border: none;
  font-family: "AkademieStd", sans-serif;
  letter-spacing: 0.4px;
  color: #004357;
}
.link--arrow-simple::after {
  content: "";
  display: inline-block;
}
.link--arrow-simple::after {
  transform: scale(0.7);
  margin-left: 5px;
}
.link--arrow-simple-down::after {
  transform: scale(0.7) rotate(90deg);
  margin-top: 1px;
}
.link--arrow-simple-down.is-clicked::after {
  transform: scale(0.7) rotate(-90deg);
}
.link--footer {
  border-bottom: none;
  color: #fff;
  font-family: "AkademieStd", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.4px;
  padding-left: 12px;
  position: relative;
}
.link--footer::before {
  content: "";
  position: absolute;
  left: 0;
}
.link--footer:hover {
  color: #64d0df;
}
.link--footer-plain {
  padding: 0;
  text-align: center;
}
.link--footer-plain:before {
  content: none;
}
.link--icon {
  border-bottom: none;
}
.link--to-top {
  font-size: 1rem;
  border: none;
}
.link--to-top::before {
  content: "";
  display: inline-block;
  margin: 0 8px 1px 0;
}
.link--to-top::before {
  transform: rotate(180deg);
}
.link--save-shortcut {
  position: relative;
  justify-content: space-between;
  border: none;
  font-family: "AkademieStd", sans-serif;
  letter-spacing: 0.4px;
  color: #0080a3;
  font-size: 0.875rem;
}
.link--save-shortcut::before {
  content: "";
  display: inline-block;
}
.link--save-shortcut::after {
  content: "";
  display: inline-block;
}
.link--save-shortcut::before {
  margin-right: 8px;
}
.link--save-shortcut::after {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .link--save-shortcut {
    font-size: 1rem;
    padding-left: 28px;
  }
  .link--save-shortcut::before {
    display: none;
  }
  .link--save-shortcut::after {
    display: block;
  }
}
.link--saved-shortcut::before {
  content: "";
  display: inline-block;
}
.link--saved-shortcut::after {
  content: "";
  display: inline-block;
}
.link--saved-shortcut::after {
  display: none;
}
@media screen and (min-width: 768px) {
  .link--saved-shortcut::before {
    display: none;
  }
  .link--saved-shortcut::after {
    transition: transform 500ms;
    transform: rotate(720deg);
    display: block;
  }
}
.link--show-more {
  border: none;
  color: #004357;
  font-family: "AkademieStd", sans-serif;
}
.link--show-more::after {
  content: "";
  display: inline-block;
  margin: 0 0 0 13px;
}
.link--show-more::after {
  transform: rotate(90deg);
}
.link--calendar {
  border: none;
  color: #0080a3;
  font-family: "AkademieStd", sans-serif;
}
.link--calendar::before {
  content: "";
  display: inline-block;
  margin: -3px 6px 0 0;
}

.note {
  padding: 1.25rem;
  border-radius: 0.25rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  background-color: #004357;
  color: #fff;
  font-family: "AkademieStd", sans-serif;
  position: relative;
  transition: 0.15s ease;
}
.note:has(.note__link):hover {
  background-color: rgb(25.5, 85.8, 103.8);
}
.note:has(.note__link):hover .note__title {
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media screen and (min-width: 768px) {
  .note {
    gap: 1.5rem;
    padding: 1.5rem;
  }
}
.note--service-message {
  background-color: #fdf0a6;
  color: #004357;
}
.note--service-message:has(.note__link):hover {
  background-color: rgb(253.3, 242.25, 179.35);
}
.note__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 0.5rem;
}
.note__category-tags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.25rem;
  flex-shrink: 1;
}
.note__category-tag {
  padding: 0.25em 0.5em;
  background-color: #fff;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  color: #004357;
}
.note__type-tag {
  margin-left: auto;
  flex-shrink: 0;
  padding-top: 0.375em;
}
.note__date {
  font-size: 0.875rem;
}
.note__title {
  font-size: 1.125rem;
  font-family: "LyonText", serif;
  margin-bottom: 0.25rem;
}
@media screen and (min-width: 768px) {
  .note__title {
    font-size: 1.25rem;
  }
}
.note__message {
  margin-bottom: 0;
  margin-top: 0.5rem;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .note__message {
    font-size: 1.125rem;
  }
}
.note__footer {
  display: flex;
  justify-content: flex-end;
}
.note__link {
  color: inherit;
  font-weight: 700;
  border-color: transparent;
  display: inline-flex;
  align-items: center;
  transition: 0.15s ease;
}
.note__link::after {
  flex-shrink: 0;
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -991px -1080px;
  width: 20px;
  height: 20px;
  content: "";
  display: block;
  margin-left: 0.25rem;
}
.note--service-message .note__link::after {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -941px -1024px;
  width: 20px;
  height: 20px;
}
.note__link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.note__link--external::after {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -2308px -2487px;
  width: 20px;
  height: 20px;
}
.note--service-message .note__link--external::after {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -2288px -2467px;
  width: 20px;
  height: 20px;
}

/*------------------------------------*\
    #READMORE-LINK
\*------------------------------------*/
/**
 * Link block to put at bottoms of lists to link to archive pages
 */
.readmore-link {
  padding: 8px 10px;
  border-top: 1px solid #e6f5f7;
  margin-top: 40px;
  margin-bottom: 45px;
  text-align: right;
  font-size: 0.875rem;
  letter-spacing: 0.4px;
}
@media screen and (min-width: 768px) {
  .readmore-link {
    padding: 8px 16px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 1440px) {
  .readmore-link {
    padding: 8px 0;
  }
}
.readmore-link__inner {
  max-width: 1024px;
  margin: 0 auto;
}
.readmore-link__left {
  text-align: left;
  padding: 0 0 0 16px;
}
.readmore-link--minimal {
  padding: 0;
  margin: 8px 0 0 0;
  border: none;
}
.readmore-link--minimal .readmore-link__inner {
  max-width: 100%;
  margin: 0;
}

.status__text {
  display: none;
  margin: 0px;
}
.status__text--saved {
  color: #009382;
  display: inline-block;
  margin: 0px;
}
.status__text--unsaved {
  color: #eb6851;
  display: inline-block;
  margin: 0px;
}

.translation-table {
  text-align: left;
  width: 100%;
  display: table;
  font-family: "AkademieStd", sans-serif;
  letter-spacing: 0.4px;
  font-weight: 400;
  border: none;
}
.translation-table__row:nth-child(2n+2) {
  background-color: #f7fbfc;
}
.translation-table__row--header {
  background-color: #e6f5f7;
}
.translation-table__data {
  font-family: "LyonText", serif;
  letter-spacing: 0.2px;
}
.translation-table__data:first-child {
  padding-left: 8px;
}
.translation-table__data--lang-name {
  padding-left: 16px;
}
.translation-table__header {
  padding: 16px;
}
.translation-table__input {
  width: 100%;
  margin: 0px;
  text-overflow: ellipsis;
}
.translation-button--sticky {
  position: sticky;
  top: 0px;
  background-color: white;
  padding: 16px;
}
.translation-button--teal {
  border: 1px solid #64d0df;
}
.translation-sort {
  padding: 16px;
}
.translation-sort__title {
  font-family: "AkademieStd", sans-serif;
  letter-spacing: 0.4px;
  font-size: 1.5rem;
  display: inline-block;
  margin: 0px;
}
.translation-sort__list {
  text-decoration: none;
  display: inline-block;
  margin: 0px;
}
.translation-sort__list-item {
  display: inline-block;
}
.translation-header {
  font-size: 1.875rem;
  color: #004357;
  margin: 16px 0px;
  border: none;
}

.l-2020-redesign-rtf h2, .l-2020-redesign-rtf h3, .l-2020-redesign-rtf h4 {
  font-family: "LyonText", serif;
  letter-spacing: 0.2px;
  color: #131114;
  border-bottom: none;
  font-weight: 900;
  max-width: 1020px;
  letter-spacing: 0.4px;
  margin-top: 40px;
}
.l-2020-redesign-rtf h2:first-child, .l-2020-redesign-rtf h3:first-child, .l-2020-redesign-rtf h4:first-child {
  margin-top: 0;
}
.l-2020-redesign-rtf h1 {
  font-family: "LyonText", serif;
  letter-spacing: 0.2px;
  color: #131114;
  border-bottom: none;
  font-weight: 900;
  margin-bottom: 0;
  letter-spacing: 0.8px;
  line-height: 1.3;
}
.l-2020-redesign-rtf p, .l-2020-redesign-rtf ul:not(.teaser-list), .l-2020-redesign-rtf ol, .l-2020-redesign-rtf dl {
  font-family: "AkademieStd", sans-serif;
  letter-spacing: 0.4px;
  color: #131114;
  max-width: 1020px;
  letter-spacing: 0.4px;
  line-height: 1.44;
}
@media screen and (min-width: 768px) {
  .l-2020-redesign-rtf p, .l-2020-redesign-rtf ul:not(.teaser-list), .l-2020-redesign-rtf ol, .l-2020-redesign-rtf dl {
    line-height: 1.5;
    letter-spacing: 0.2px;
  }
}
.l-2020-redesign-rtf .hero-background {
  width: 100%;
  background-color: #fff;
  margin-top: -25px;
  padding-bottom: 36px;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .l-2020-redesign-rtf .hero-background {
    padding-bottom: 70px;
  }
}
.l-2020-redesign-rtf .hero-background--tall {
  padding-bottom: 0;
  border-bottom: 1px solid #e6f5f7;
  width: unset;
  margin-top: -34px;
  margin-bottom: 40px;
  margin-left: -9.6px;
  margin-right: -9.6px;
}
@media screen and (min-width: 768px) {
  .l-2020-redesign-rtf .hero-background--tall {
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media screen and (min-width: 1024px) {
  .l-2020-redesign-rtf .hero-background--tall {
    margin-left: -32px;
    margin-right: -32px;
  }
}
.l-2020-redesign-rtf .hero-background--tall .link--save-shortcut {
  background-color: #fff;
  color: #004357;
  border-radius: 4px;
  padding: 16px 24px 16px 48px;
  top: 24px;
  right: 16px;
  position: absolute;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .l-2020-redesign-rtf .hero-background--tall .link--save-shortcut {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .l-2020-redesign-rtf .hero-background--tall .link--save-shortcut {
    right: 32px;
  }
}
.l-2020-redesign-rtf .hero-background--tall .link--save-shortcut::after {
  left: 16px;
  top: 30%;
}
.l-2020-redesign-rtf .hero-background--tall .l-container {
  margin: 0 16px;
}
@media screen and (min-width: 1024px) {
  .l-2020-redesign-rtf .hero-background--tall .l-container {
    margin: 0;
  }
}
.l-2020-redesign-rtf .hero-background--tall .featured-img__img {
  height: 148px;
  padding-bottom: 26.25%;
}
@media screen and (min-width: 768px) {
  .l-2020-redesign-rtf .hero-background--tall .featured-img__img {
    height: 304px;
    padding-bottom: 31.25%;
  }
}
@media screen and (min-width: 1024px) {
  .l-2020-redesign-rtf .hero-background--tall .featured-img__img {
    height: 506px;
  }
}
@media screen and (min-width: 1440px) {
  .l-2020-redesign-rtf .hero-background--tall .featured-img__img {
    height: 570px;
  }
}
.l-2020-redesign-rtf .hero-background--tall .featured-img__img .content::after {
  background: none;
}
.l-2020-redesign-rtf .hero-background--tall figure {
  margin-bottom: 48px;
}
.l-2020-redesign-rtf .byline-date {
  justify-content: initial;
  font-size: 0.9375rem;
  letter-spacing: 0.4px;
  color: #4b5252;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 40px;
}
.l-2020-redesign-rtf .byline-date__edited::before {
  content: "-";
  margin-left: 4px;
}
.l-2020-redesign-rtf .lead {
  max-width: 1020px;
}
.l-2020-redesign-rtf .lead p {
  max-width: 1020px;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0.4px;
}
@media screen and (min-width: 768px) {
  .l-2020-redesign-rtf .lead p {
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: 0.2px;
  }
}
.l-2020-redesign-rtf .promoted-content {
  position: relative;
  padding-bottom: 16px;
  padding-top: 80px;
  margin-bottom: 64px;
}
.l-2020-redesign-rtf .promoted-content::before {
  content: "";
  position: absolute;
  background-color: #f6f8f9;
  height: 100%;
  width: 150vw;
  left: -40vw;
  top: 0;
  z-index: -1;
}
.l-2020-redesign-rtf .promoted-content::after {
  content: "";
  position: absolute;
  bottom: 100%;
  width: 150vw;
  left: -40vw;
  height: 200px;
  background-color: white;
  z-index: -1;
  transform: rotate(-2deg);
  transform-origin: right top;
}
@media screen and (min-width: 1440px) {
  .l-2020-redesign-rtf .promoted-content {
    padding-top: 80px;
    padding-bottom: 30px;
  }
  .l-2020-redesign-rtf .promoted-content::before {
    top: -50px;
    height: calc(100% + 50px);
  }
  .l-2020-redesign-rtf .promoted-content::after {
    bottom: calc(100% + 50px);
  }
}
.l-2020-redesign-rtf .promoted-content--left h2 {
  font-size: 1.625rem;
  margin-bottom: 24px;
}
.l-2020-redesign-rtf .promoted-content--left::after {
  transform: rotate(2deg);
  transform-origin: left top;
}
.l-2020-redesign-rtf .aside-rtf {
  padding: 24px;
  background-color: #f6f8f9;
  border: 1px solid #ebebeb;
  border-radius: 4px;
}
.l-2020-redesign-rtf .aside-rtf p, .l-2020-redesign-rtf .aside-rtf ul {
  font-size: 1rem;
}
.l-2020-redesign-rtf .aside-rtf > :last-child {
  margin-bottom: 0;
}
.l-2020-redesign-rtf .assorted-content > div:not([class]) {
  margin-bottom: 24px;
}

.link-list-cta-new__list {
  margin-top: 0;
  padding: 0;
  overflow: hidden;
}
.link-list-cta-new__item {
  margin-bottom: 10px;
  display: flex;
}
.link-list-cta-new__item:last-child {
  margin-bottom: 0;
}
.link-list-cta-new__item:last-child > * {
  margin-bottom: 0;
}
.link-list-cta-new__link {
  font-family: "AkademieStd", sans-serif;
  letter-spacing: 0.4px;
  border-radius: 5px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.4px;
  padding: 16px;
  background-color: #f0f9fa;
  border: 1px solid #64d0df;
  color: #004357;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
}
.link-list-cta-new__link::after {
  content: "";
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -941px -1024px;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.link-list-cta-new__link:focus, .link-list-cta-new__link:hover {
  background-color: #fff;
}
.link-list-cta-new__link > span {
  word-break: break-word;
}

.link-cta-new {
  max-width: 700px;
  font-family: "AkademieStd", sans-serif;
  letter-spacing: 0.4px;
  border-radius: 5px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.4px;
  padding: 16px;
  background-color: #f0f9fa;
  border: 1px solid #64d0df;
  color: #004357;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  margin-bottom: 10px;
}
.link-cta-new::after {
  content: "";
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -941px -1024px;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.link-cta-new:focus, .link-cta-new:hover {
  background-color: #fff;
}
.link-cta-new > span {
  word-break: break-word;
}

.link-list-description-new {
  margin-bottom: 48px;
}
.link-list-description-new__list {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
html.editmode .link-list-description-new__list {
  display: block;
}
html.editmode .link-list-description-new__list > li {
  width: 100%;
}
.link-list-description-new__list-item {
  position: relative;
  list-style: none;
  margin-bottom: 24px;
}
.link-list-description-new__list-item::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  margin-top: auto;
  background-color: #e6f5f7;
}
@media screen and (max-width: 767px) {
  .link-list-description-new__list-item:last-child {
    margin-bottom: 0;
  }
  .link-list-description-new__list-item:last-child::after {
    display: none;
  }
  .link-list-description-new__list-item:last-child > * {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .link-list-description-new__list-item {
    margin-bottom: 27px;
    width: 100%;
  }
}
.link-list-description-new__item {
  margin-bottom: 24px;
}
.link-list-description-new__link {
  font-family: "AkademieStd", sans-serif;
  letter-spacing: 0.4px;
  margin-bottom: 8px;
  font-size: 1.125rem;
  font-weight: 700;
  border-bottom: none;
  color: #004357;
  display: block;
}
.link-list-description-new__link::after {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -941px -1024px;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
}
.link-list-description-new__link:focus, .link-list-description-new__link:hover {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .link-list-description-new__link {
    font-size: 1.25rem;
  }
}
.link-list-description-new__descr {
  font-family: "AkademieStd", sans-serif;
  letter-spacing: 0.4px;
  color: #131114;
  font-size: 1.125rem;
  line-height: 27px;
  letter-spacing: 0.2px;
}
.link-list-description-new--white-border .link-list-description-new__list-item::after {
  background-color: #fff;
}
.link-list-description-new--chevron .link-list-description-new__link::after {
  content: "";
}

.link-list-new {
  margin-top: 40px;
}
.link-list-new:first-child {
  margin-top: 0;
}
.link-list-new__heading {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .link-list-new__heading {
    font-size: 1.625rem;
    margin-bottom: 25px;
  }
}
.link-list-new__list,
.link-list-new > ul {
  margin-top: 0;
  padding: 0;
  overflow: hidden;
  margin-bottom: 36px;
}
.link-list-new__item {
  position: relative;
  list-style: none;
  margin-bottom: 24px;
  border-bottom: 1px solid #e6f5f7;
}
.link-list-new__item:first-child {
  padding-top: 24px;
  border-top: 1px solid #e6f5f7;
}
.link-list-new a {
  border-bottom: none;
  display: block;
  font-family: "AkademieStd", sans-serif;
  letter-spacing: 0.4px;
  font-size: 1.125rem;
  line-height: 1.2;
  position: relative;
  margin-bottom: 24px;
  color: #004357;
  font-weight: 700;
  letter-spacing: 0;
}
.link-list-new a::after {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -961px -1044px;
  width: 20px;
  height: 20px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}
.link-list-new a:focus, .link-list-new a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .link-list-new a {
    font-size: 1.25rem;
  }
}
.link-list-new--gray {
  padding-top: 100px;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 75px;
}
.link-list-new--gray::before {
  content: "";
  position: absolute;
  background-color: #f5f5f5;
  height: 100%;
  width: 150vw;
  left: -40vw;
  top: 0;
  z-index: -1;
}
.link-list-new--gray::after {
  content: "";
  position: absolute;
  bottom: 100%;
  width: 150vw;
  left: -40vw;
  height: 250px;
  background-color: #fff;
  z-index: -1;
  transform: rotate(2deg);
  transform-origin: bottom left;
}
.link-list-new--gray .link-list-new__item {
  border-color: #fff;
}
.link-list-new--accordion {
  margin-top: 0;
}
.link-list-new--accordion .link-list__item:first-child {
  padding-top: 0;
}
aside .link-list-new .link-list__heading {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0;
  padding-bottom: 8px;
}
@media screen and (min-width: 768px) {
  aside .link-list-new a {
    font-size: 1.125rem;
  }
  aside .link-list-new a::after {
    top: 4.6px;
  }
}
.link-list-new--icon-left a::after {
  content: none;
}
.link-list-new--icon-left a::before {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -961px -1044px;
  width: 20px;
  height: 20px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.link-list-new--notification {
  margin-top: 0;
  text-decoration: none;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .link-list-new--notification {
    font-size: 1.25rem;
  }
}
.link-list-new--notification a {
  margin-bottom: 0;
  font-weight: 500;
}
.link-list-new--notification a:hover, .link-list-new--notification a:focus {
  text-decoration: none;
}
.link-list-new--notification .link-list-new__item {
  margin-bottom: 8px;
  border: none;
}
.link-list-new--notification .link-list-new__item:first-child {
  padding-top: 0;
}
.link-list-new--notification .notification {
  background-color: rgba(253, 240, 166, 0.48);
  border: 1px solid #fdf0a6;
  line-height: 1.2;
}
.link-list-new--squashed {
  margin-top: 24px;
}
.link-list-new--squashed .link-list-new__item {
  margin-bottom: 16px;
}
.link-list-new--squashed .link-list-new__item:first-child {
  padding-top: 16px;
}
.link-list-new--squashed .link-list-new__item a {
  margin-bottom: 16px;
}

/*------------------------------------*\
    #PERSON-TEASER
\*------------------------------------*/
/**
 * Block with image to the left, text content to the left.
 * Contains essential information about a contact person
 */
.person-teaser-new {
  display: flex;
  font-family: "AkademieStd", sans-serif;
  letter-spacing: 0.4px;
}
.person-teaser-new__icon {
  margin-top: 5px;
}
.person-teaser-new__body {
  flex-grow: 1;
  position: relative;
}
.person-teaser-new__name {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  color: #131114;
  font-weight: 700;
  font-size: 1.25rem;
}
.person-teaser-new__name a {
  border-bottom: none;
  color: #004357;
}
.person-teaser-new__name--small {
  font-size: 1rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .person-teaser-new__name--small {
    font-size: 1.125rem;
  }
}
.person-teaser-new__title, .person-teaser-new__affiliation {
  font-size: 1rem;
  color: #131114;
}
.person-teaser-new__affiliation:not(:empty)::before {
  content: "-";
}
.person-teaser-new__heading {
  margin-bottom: 0;
}
.person-teaser-new__contact {
  margin-top: 10px;
  font-size: 1.125rem;
  display: flex;
  justify-content: space-between;
  max-width: 350px;
  flex-wrap: wrap;
}
.person-teaser-new__phone, .person-teaser-new__email {
  display: flex;
  align-items: center;
  color: inherit;
}
.person-teaser-new__phone {
  border-bottom: none;
  color: #004357;
  margin-right: 10px;
}
.person-teaser-new__phone::before {
  content: "";
  display: inline-block;
  margin: 0 16px 0 0;
}
.person-teaser-new__phone-prefix {
  color: #667070;
}
.person-teaser-new__email {
  border: none;
  margin-top: 3px;
}
.person-teaser-new__email::before {
  content: "";
  display: inline-block;
  margin: 0 16px 0 0;
}
.person-teaser-new--border {
  border-bottom: 1px solid #e6f5f7;
  margin-bottom: 16px;
  padding-bottom: 16px;
}
.person-teaser-new--no-icon {
  padding-left: 60px;
}

.person-teaser-with-image {
  margin: 40px 0;
}
.person-teaser-with-image:first-child {
  margin-top: 0;
}
.person-teaser-with-image__image-container {
  margin-bottom: -24px;
  margin-left: 24px;
  width: 128px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .person-teaser-with-image__image-container {
    margin-bottom: -104px;
    margin-left: 0;
  }
}
.person-teaser-with-image__image-container-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.person-teaser-with-image__image-container-inner img,
.person-teaser-with-image__image-container-inner iframe,
.person-teaser-with-image__image-container-inner video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 100%;
  width: 100%;
}
.person-teaser-with-image__image-container-inner iframe {
  -o-object-fit: fill;
     object-fit: fill;
  width: 100%;
  height: 100%;
}
.person-teaser-with-image__text-container {
  position: relative;
  overflow: hidden;
  background-color: #f5f5f5;
  padding: 40px 40px 20px 24px;
}
.person-teaser-with-image__text-container:after {
  content: "";
  position: absolute;
  top: 100%;
  display: block;
  z-index: 2;
  background: #fff;
  width: 100%;
  height: 200%;
  top: 0;
  left: 100%;
  transform-origin: top left;
  transform: rotate(370deg);
}
@media screen and (min-width: 768px) {
  .person-teaser-with-image__text-container {
    margin-left: 24px;
    padding-left: 136px;
    padding-right: 80px;
    padding-top: 16px;
    min-height: 128px;
  }
}
.person-teaser-with-image__name a {
  border-bottom: none;
  color: #004357;
  font-family: "LyonText", serif;
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: 0.4px;
  line-height: 25px;
  padding-left: 24px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .person-teaser-with-image__name a {
    font-size: 1.375rem;
    line-height: 32px;
  }
}
.person-teaser-with-image__name a:focus, .person-teaser-with-image__name a:hover {
  text-decoration: underline;
}
.person-teaser-with-image__name a::before {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -961px -1044px;
  width: 20px;
  height: 20px;
  content: "";
  display: block;
  left: -5px;
  position: absolute;
  top: 2px;
}
.person-teaser-with-image__name a[href^=http]::before {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -2271px -2450px;
  width: 17px;
  height: 17px;
  left: -1px;
}
.person-teaser-with-image__role {
  font-family: "AkademieStd", sans-serif;
  font-weight: 400;
  margin-bottom: 0;
}

/*------------------------------------*\
    #TEASER
\*------------------------------------*/
/**
 * Block with image to the right, text content to the left
 * with a decorative separator
 */
.teaser-campaign {
  overflow: hidden;
  margin-bottom: 40px;
  position: relative;
  align-items: stretch;
  max-width: 100%;
  margin: 0 auto 45px;
  background-color: #ebf9fa;
  background-image: none;
  color: #131114;
}
.teaser-campaign::after {
  content: none;
  position: absolute;
  bottom: 100%;
  display: block;
  z-index: 2;
  background: #fff;
  width: 200%;
  height: 30%;
  left: auto;
  right: 0;
  transform-origin: top right;
  transform: rotate(-2deg);
}
@media screen and (min-width: 768px) {
  .teaser-campaign {
    display: flex;
    align-items: initial;
    margin-bottom: 80px;
  }
  .teaser-campaign::after {
    content: "";
  }
}
@media screen and (min-width: 1440px) {
  .teaser-campaign {
    justify-content: center;
    background-color: #ebf9fa;
  }
}
.teaser-campaign__content {
  max-width: 1280px;
  width: 100%;
  align-items: stretch;
}
@media screen and (min-width: 768px) {
  .teaser-campaign__content {
    display: flex;
  }
}
.teaser-campaign__img-container {
  position: relative;
  overflow: hidden;
  border-bottom: none;
  display: block;
  overflow: hidden;
  margin-bottom: 16px;
}
.teaser-campaign__img-container:after {
  content: "";
  position: absolute;
  top: 100%;
  display: block;
  z-index: 2;
  background: #ebf9fa;
  width: 200%;
  height: 100%;
  top: 100%;
  left: 0;
  right: auto;
  transform-origin: bottom left;
  transform: rotate(354deg);
}
@media screen and (min-width: 768px) {
  .teaser-campaign__img-container {
    margin-bottom: 0;
    width: 47%;
    position: relative;
    overflow: hidden;
  }
  .teaser-campaign__img-container:after {
    content: "";
    position: absolute;
    top: 100%;
    display: block;
    z-index: 2;
    background: #ebf9fa;
    width: 100%;
    height: 200%;
    top: 0;
    left: 100%;
    transform-origin: top left;
    transform: rotate(370deg);
  }
}
@media screen and (min-width: 1440px) {
  .teaser-campaign__img-container {
    margin-right: 64px;
  }
}
.teaser-campaign__img-container img {
  width: 100%;
  display: block;
}
@media screen and (min-width: 768px) {
  .teaser-campaign__img-container img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.teaser-campaign__body {
  align-self: center;
}
@media screen and (min-width: 768px) {
  .teaser-campaign__body {
    width: 50%;
  }
}
.teaser-campaign__body-inner {
  padding: 15px 20px 40px;
  width: 100%;
}
.teaser-campaign__body-inner p {
  font-family: "AkademieStd", sans-serif;
  letter-spacing: 0.4px;
  letter-spacing: 0.2px;
  line-height: 1.4;
}
.teaser-campaign__body-inner > a {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .teaser-campaign__body-inner {
    padding-top: 48px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
  }
  .teaser-campaign__body-inner > a {
    font-size: 1.25rem;
  }
}
.teaser-campaign__body-inner > *:last-child {
  margin-bottom: 0;
}
.teaser-campaign__header {
  margin-bottom: 10px;
}
.teaser-campaign__heading {
  font-family: "LyonText", serif;
  letter-spacing: 0.2px;
  margin-bottom: 0;
  font-size: 1.5rem;
  letter-spacing: 0.4px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .teaser-campaign__heading {
    font-size: 1.625rem;
  }
}
.teaser-campaign__heading a {
  transition: none;
  border-bottom: none;
  color: #131114;
}

/*------------------------------------*\
    #TITLE-LIST
\*------------------------------------*/
/**
 * Simple list with accompanying heading
 */
.title-list-new {
  margin-bottom: 45px;
}
.title-list-new > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin: 0 auto;
  max-width: initial !important;
  width: 100%;
}
.title-list-new > ul > li {
  margin-bottom: 74px;
}
.title-list-new > ul > li:last-of-type {
  margin-bottom: 0;
}
.title-list-new > ul > li:first-of-type .link-list-new {
  background-color: #f5f5f5;
  padding-top: 80px;
  position: relative;
  overflow: hidden;
}
.title-list-new > ul > li:first-of-type .link-list-new::after {
  content: "";
  position: absolute;
  bottom: 100%;
  display: block;
  z-index: 2;
  background: #fff;
  width: 200%;
  height: 30%;
  left: 0;
  right: auto;
  transform-origin: bottom left;
  transform: rotate(2deg);
}
.title-list-new > ul > li:first-of-type .link-list-new__item {
  border-color: #fff;
}
.title-list-new--multiple {
  margin-bottom: 0px;
}
.title-list-new--multiple > ul > li {
  margin-bottom: 0px;
}

.billboard {
  display: grid;
  grid-template-columns: 1fr;
  border-radius: 0.25rem;
  overflow: hidden;
  margin: 1rem auto 5rem;
  position: relative;
}
.billboard:hover h3 {
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media screen and (min-width: 768px) {
  .billboard {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1024px) {
  .billboard {
    grid-template-columns: 1fr 1.5fr;
  }
}
.billboard h3 {
  color: #004357;
  margin-bottom: 1.5rem;
}
.billboard__image-container {
  width: 100%;
}
.billboard img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  height: 100%;
  aspect-ratio: 16/9;
}
.billboard__item {
  display: flex;
  flex-direction: column;
  background-color: #f0f9fa;
  justify-content: center;
  padding: 2.5rem 1.5rem;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .billboard__item {
    padding: 3rem 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .billboard__item {
    padding: 4rem 3.5rem;
  }
}
.billboard__item h3 {
  font-family: "LyonText", serif;
  margin: 0;
}
.billboard__item p {
  margin-bottom: 1rem;
  font-family: "AkademieStd", sans-serif;
}
.billboard__item a {
  color: inherit;
  font-weight: 700;
  font-family: "AkademieStd", sans-serif;
  border-color: transparent;
  display: inline-flex;
  align-items: center;
  align-self: flex-end;
  transition: 0.15s ease;
}
.billboard__item a:before {
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  position: absolute;
}
.billboard__item a::after {
  flex-shrink: 0;
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -941px -1024px;
  width: 20px;
  height: 20px;
  content: "";
  display: block;
  margin-left: 0.25rem;
}
.billboard__item a:hover {
  border-bottom-color: currentColor;
}

.filter-chip {
  background-color: transparent;
  border: 1px solid #00afba;
  border-radius: 4px;
  padding: 0.25em 0.75em;
  color: #004357;
  display: flex;
  min-height: 2.5rem;
  gap: 0.25em;
  align-items: center;
  text-align: left;
  line-height: 1.15;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  position: relative;
  overflow: hidden;
}
.filter-chip:hover {
  background-color: #f0f9fa;
  box-shadow: 0 0 0 1px #00afba;
}
.filter-chip:before {
  content: "";
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -2430px -2619px;
  width: 28px;
  height: 28px;
  transition: 0.15s ease;
  transform: translateY(100%) scale(0.85);
  opacity: 0;
  position: absolute;
}
.filter-chip.is-active {
  background-color: #f0f9fa;
  padding-left: 0.375em;
}
.filter-chip.is-active:before {
  position: static;
  animation: arriveUpwards 0.15s forwards;
  opacity: 1;
}
.filter-chip.was-already-active:before {
  animation: arriveUpwards 0s forwards;
}

@keyframes arriveUpwards {
  100% {
    transform: translateY(0%) scale(0.85);
  }
}
.filter-chips-section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.filter-chips-section__title {
  font-family: "LyonText", serif;
  font-size: 1.375rem;
  margin: 0;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .filter-chips-section__title {
    font-size: 1.875rem;
    margin-bottom: 1rem;
  }
}

.link-icon-tile {
  border-bottom: 0;
  color: #004357;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .link-icon-tile {
    align-items: center;
    background-color: #f0f9fa;
    border-bottom: 0;
    border-end-end-radius: 4px;
    border-end-start-radius: 4px;
    border-start-end-radius: 4px;
    box-shadow: inset 0 0 0 1px #00afba;
    display: flex;
    flex-direction: row;
    font-family: "AkademieStd", sans-serif;
    gap: 0.75rem;
    justify-content: flex-start;
    overflow: hidden;
    padding-block: 2rem;
    padding-inline: 3rem;
    position: relative;
    text-decoration: none;
    transition: background-color 0.15s ease;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .link-icon-tile:hover {
    background-color: #fafeff;
  }
}
@media screen and (max-width: 767px) {
  .link-icon-tile:hover .link-icon-tile__title {
    text-decoration-thickness: 3px;
    text-decoration: underline;
    text-underline-offset: 2px;
  }
}
@media screen and (min-width: 768px) {
  .link-icon-tile:hover .link-icon-tile__title {
    text-decoration: underline;
    text-underline-offset: 2px;
  }
}
.link-icon-tile:focus {
  outline: 0;
  box-shadow: inset 0 0 0 2px #004357;
  background-color: #f0f9fa;
}
.link-icon-tile:focus::after {
  box-shadow: inset 0 0 0 2px #004357;
}
.link-icon-tile__title {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.25;
  display: flex;
  font-family: "AkademieStd", sans-serif;
}
@media screen and (min-width: 768px) {
  .link-icon-tile__title {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .link-icon-tile__title {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1024px) {
  .link-icon-tile:after {
    content: "";
    position: absolute;
    margin-left: -25px;
    margin-top: -50px;
    width: 60px;
    height: 80px;
    transform: rotate(60deg);
    box-shadow: 0 0 0 1px #00afba;
    top: 0;
    left: 0;
    background-color: white;
  }
}

.teaser-news {
  color: #004357;
  font-family: "AkademieStd", sans-serif;
  position: relative;
  border: 1px solid #9BD7DF;
  border-radius: 0.25rem;
  overflow: hidden;
}
.teaser-news:hover .teaser-news__content {
  background-color: #f0f9fa;
}
.teaser-news:hover .teaser-news__category-tag,
.teaser-news:hover .teaser-news__comments-tag {
  background-color: #fff;
}
.teaser-news:hover .teaser-news__title {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.teaser-news__img {
  width: 100%;
  overflow: hidden;
}
.teaser-news__img img {
  width: 100%;
  max-width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
  -o-object-position: center center;
     object-position: center center;
}
.teaser-news__img + .teaser-news__content {
  border-radius: 0 0 0.25rem 0.25rem;
  border-top: 0;
}
.teaser-news__content {
  background-color: #fff;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  transition: 0.15s ease;
}
@media screen and (min-width: 768px) {
  .teaser-news__content {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.teaser-news__header {
  display: flex;
  justify-content: flex-start;
  gap: 0.5rem;
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .teaser-news__header {
    gap: 1.5rem;
    padding: 0 1.5rem;
  }
}
.teaser-news__header + .teaser-news__body {
  padding-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .teaser-news__header + .teaser-news__body {
    padding-top: 1.5rem;
  }
}
.teaser-news__category-tags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.25rem;
  flex-shrink: 1;
}
.teaser-news__category-tag {
  padding: 0.25em 0.5em;
  background-color: #f0f9fa;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  transition: 0.15s ease;
}
.teaser-news__comments-tag {
  margin-left: auto;
  flex-shrink: 0;
  padding: 0.25em 0.5em;
  background-color: #f0f9fa;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  display: flex;
  gap: 0.375rem;
  align-items: center;
  transition: 0.15s ease;
}
.teaser-news__comments-tag::before {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -1055px -1143px;
  width: 19px;
  height: 18px;
  content: "";
  display: block;
}
.teaser-news__body {
  padding-top: 0.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .teaser-news__body {
    padding-top: 0.5rem;
    padding-left: 1.5rem;
    padding-left: 1.5rem;
  }
}
.teaser-news__date {
  font-size: 0.875rem;
}
.teaser-news__title {
  font-size: 1.125rem;
  font-family: "LyonText", serif;
  margin-bottom: 0.25rem;
}
@media screen and (min-width: 768px) {
  .teaser-news__title {
    font-size: 1.25rem;
  }
}
.teaser-news__title a {
  color: inherit;
  border-bottom: 0;
  transition: none;
}
.teaser-news__title a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.teaser-news__message {
  margin-bottom: 0;
  margin-top: 0.5rem;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .teaser-news__message {
    font-size: 1.125rem;
  }
}
.teaser-news__footer {
  display: flex;
  justify-content: flex-end;
  padding-top: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .teaser-news__footer {
    padding-top: 1.5rem;
    padding-left: 1.5rem;
    padding-left: 1.5rem;
  }
}

/*------------------------------------*\
    #ACCOORDION
\*------------------------------------*/
/**
 * Content block where visibility of content is toggled by cliking the
 * header button
 */
.accordion {
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
  transition: opacity 400ms ease;
}
.accordion__heading.is-active {
  margin-bottom: 20px;
}
.accordion__body {
  transition: all 400ms ease;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
}
.is-active + .accordion__body {
  opacity: 1;
  max-height: 20000px;
  overflow: visible;
}
.accordion__body > *:first-child {
  margin-top: 0;
}
.accordion__body > *:last-child {
  margin-bottom: 0;
}
.accordion-group__wrap {
  margin-bottom: 40px;
}
.accordion-group__wrap .accordion {
  margin-bottom: 8px;
}
.accordion-group__wrap .accordion .is-active + .accordion__body {
  margin-bottom: 40px;
}

.banner {
  background: #00afba;
  border-radius: 3px;
  text-align: center;
  display: flex;
  margin: 60px 0;
}
@media screen and (min-width: 768px) {
  .banner {
    margin: 55px 0;
  }
}
.banner__link {
  color: white;
  display: block;
  width: 100%;
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .banner__link {
    padding: 32px 0;
  }
}
.banner__top-text {
  display: block;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .banner__top-text {
    font-size: 1.25rem;
  }
}
.banner__bottom-text {
  display: block;
  font-size: 2.25rem;
  letter-spacing: 0.1px;
}
@media screen and (min-width: 768px) {
  .banner__bottom-text {
    font-size: 3.125rem;
    letter-spacing: 0.2px;
  }
}

/*------------------------------------*\
    #CALENDAR-LIST
\*------------------------------------*/
/**
 * Holds a list of calendar-teasers
 */
.calendar-block {
  padding: 1rem;
  padding-bottom: 1.5rem;
  border: 1px solid #9BD7DF;
  background-color: #f0f9fa;
  border-radius: 0.25rem;
  display: flex;
  flex-direction: column;
  font-family: "AkademieStd", sans-serif;
}
@media screen and (min-width: 768px) {
  .calendar-block {
    padding: 1.5rem;
    padding-bottom: 2rem;
  }
}
.calendar-block__title {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "LyonText", serif;
  line-height: 1.375;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  .calendar-block__title {
    line-height: 1.25;
    font-size: 1.875rem;
    margin-bottom: 1rem;
  }
}
.calendar-block__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #00afba;
}
.calendar-block__item {
  border-bottom: 1px solid #9BD7DF;
  padding: 0.75rem 0;
}
@media screen and (min-width: 768px) {
  .calendar-block__item {
    padding: 1rem 0;
  }
}
.calendar-block__link {
  align-self: flex-end;
  margin-top: 2rem;
  color: inherit;
  font-weight: 700;
  border-color: transparent;
  display: inline-flex;
  align-items: center;
}
.calendar-block__link::after {
  flex-shrink: 0;
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -941px -1024px;
  width: 20px;
  height: 20px;
  content: "";
  display: block;
  margin-left: 0.25rem;
}
.calendar-block__link:hover {
  border-color: currentColor;
}

/*------------------------------------*\
    #COMMENT-FORM
\*------------------------------------*/
/**
 * Form for submiting a new comment
 */
.comment-form {
  font-family: "AkademieStd", sans-serif;
  letter-spacing: 0.4px;
  display: flex;
  width: 100%;
  max-width: 780px;
}
.comment-form__avatar {
  margin-right: 16px;
}
@media screen and (min-width: 768px) {
  .comment-form__avatar {
    margin-right: 24px;
  }
}
.comment-form__body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.comment-form__body textarea {
  min-width: 0;
  width: 100%;
  font-size: 1rem;
  margin-bottom: 0;
}
.comment-form__button-group {
  align-self: flex-end;
  display: flex;
  align-items: center;
  margin: 16px 0 0;
}
.comment-form__button-group > * {
  margin: 0 8px 0 0;
}
.comment-form__button-group > *:last-child {
  margin: 0;
}
.comment-form__label--hidden {
  height: 0;
  padding: 0;
  visibility: hidden;
}

/*------------------------------------*\
    #COMMENT-SECTION
\*------------------------------------*/
/**
 * Complete comment section including heading, "Add new comment"-area and
 * a list of existing comments.
 */
.comment-section {
  margin-bottom: 96px;
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .comment-section {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .comment-section {
    margin-left: -32px;
    margin-right: -32px;
    padding-left: 0;
    padding-right: 0;
  }
}
.comment-section ul {
  list-style: none;
}
.comment-section__heading {
  margin-bottom: 20px;
}
.comment-section__heading > span {
  max-width: 928px;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 768px) {
  .comment-section__heading > span {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .comment-section__heading > span {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 1440px) {
  .comment-section__heading > span {
    max-width: 1120px;
  }
}
.comment-section__count {
  font-weight: 400;
}
.comment-section__count::before {
  content: "(";
}
.comment-section__count::after {
  content: ")";
}
.comment-section__new-comment, .comment-section__list {
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 768px) {
  .comment-section__new-comment, .comment-section__list {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .comment-section__new-comment, .comment-section__list {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.comment-section__new-comment > *, .comment-section__list > * {
  list-style: none;
  margin: 0 auto !important;
  max-width: 928px;
  padding: 0;
}
@media screen and (min-width: 1440px) {
  .comment-section__new-comment > *, .comment-section__list > * {
    max-width: 1120px;
  }
}
.comment-section__new-comment {
  border-bottom: 1px solid #e6f5f7;
  padding-bottom: 24px;
  margin-bottom: 32px;
}
.comment-section__replies {
  max-width: 780px;
  padding-left: 4px;
  position: relative;
}
.comment-section__replies::before {
  content: "";
  display: block;
  left: 0px;
  position: absolute;
  top: 26px;
}
.comment-section__replies::after {
  display: block;
  left: 18px;
  position: absolute;
  top: 40px;
}
.comment-section__replies ul {
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .comment-section__replies {
    padding-left: 64px;
  }
  .comment-section__replies::before {
    content: none;
  }
  .comment-section__replies::after {
    content: "";
  }
}
.comment-section__visible-comments {
  font-family: "AkademieStd", sans-serif;
}
@media screen and (min-width: 768px) {
  .comment-section__visible-comments {
    margin-right: auto;
  }
}
.comment-section__more {
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: content-box;
  max-width: 928px;
  margin: 48px auto 0;
}
@media screen and (min-width: 768px) {
  .comment-section__more {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .comment-section__more {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 1440px) {
  .comment-section__more {
    max-width: 1120px;
  }
}
.comment-section__more-inner {
  max-width: 780px;
  align-items: center;
  flex-direction: column;
  display: flex;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .comment-section__more-inner {
    flex-direction: row;
    justify-content: center;
  }
}

/*------------------------------------*\
    #COMMENT
\*------------------------------------*/
/**
 * A single comment used as part of a comment section
 */
.comment {
  font-family: "AkademieStd", sans-serif;
  letter-spacing: 0.4px;
  border-bottom: 1px solid #e6f5f7;
  position: relative;
  width: 100%;
  margin-bottom: 32px;
  max-width: 780px;
}
.comment .button, .comment button[type=submit]:not(.button--icon) {
  padding: 5px 12px;
  font-size: 1rem;
}
.comment__main {
  padding-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .comment__main {
    display: flex;
  }
}
.comment__avatar {
  float: left;
  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.125rem;
  font-weight: 700;
  border: none;
  margin-bottom: 8px;
  min-height: 32px;
  color: #0080a3;
}
.comment__notification-type {
  margin-left: 0.3em;
  color: #707b7b;
  font-weight: 400;
  font-style: italic;
}
.comment__actions {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-top: 12px;
}
@media screen and (min-width: 768px) {
  .comment__actions {
    padding-left: 80px;
  }
}
.comment__published, .comment__updated {
  font-size: 0.875rem;
  color: #667070;
  margin-right: 37px;
  min-height: 28px;
}
.comment__updated {
  padding-top: 1px;
}
@media screen and (min-width: 768px) {
  .comment__updated {
    padding-top: 0;
  }
}
.comment__byline {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .comment__byline {
    flex-direction: row;
  }
}
.comment__buttons {
  display: flex;
  align-items: center;
  opacity: 1;
  transition: opacity 400ms ease;
}
.comment__buttons .button, .comment__buttons button[type=submit]:not(.button--icon) {
  box-shadow: none;
  margin-bottom: 4px;
}
.comment__buttons .button:nth-child(2), .comment__buttons button[type=submit]:nth-child(2):not(.button--icon) {
  margin-left: 8px;
  position: relative;
}
.comment__buttons .button:nth-child(2)::before, .comment__buttons button[type=submit]:nth-child(2):not(.button--icon)::before {
  background: #e6f5f7;
  content: "";
  display: block;
  height: 32px;
  width: 1px;
  outline: none;
  position: absolute;
  left: -4px;
  top: 0;
}
.comment__delete-dialog {
  z-index: 1;
  position: absolute;
  top: 100%;
  right: 0;
  width: 285px;
  padding: 12px;
  margin-right: -3px;
  border: 1px solid #e6f5f7;
  background: #f0f9fa;
  text-align: right;
}
.comment__delete-dialog:not(.is-visible) {
  display: none;
}
.comment__delete-dialog:after, .comment__delete-dialog:before {
  bottom: 100%;
  right: 8px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.comment__delete-dialog:after {
  border-color: rgba(240, 249, 250, 0);
  border-bottom-color: #f0f9fa;
  border-width: 7px;
  margin-left: -7px;
}
.comment__delete-dialog:before {
  border-color: rgba(225, 242, 245, 0);
  border-bottom-color: #e6f5f7;
  border-width: 8px;
  margin-left: -8px;
}
.comment__delete-dialog p {
  font-size: 1rem;
  margin-bottom: 12px;
}
.comment__content {
  width: 100%;
  font-size: 1rem;
}
.comment__content > p:last-of-type {
  margin-bottom: 0;
}
.comment--main-thread {
  margin-bottom: 0;
}
.comment--main-thread .comment__content p, .comment--main-thread .comment__content textarea {
  font-family: "LyonText", serif;
}
@media screen and (min-width: 768px) {
  .comment--main-thread .comment__content p, .comment--main-thread .comment__content textarea {
    font-size: 1.125rem;
  }
}
.comment--main-thread .comment__actions {
  align-items: flex-end;
}
.comment--editing .comment__buttons {
  opacity: 0;
}
.comment--child .comment__main, .comment--grandchild .comment__main {
  padding: 16px 16px 12px;
}
.comment--child .comment__actions, .comment--grandchild .comment__actions {
  padding-left: 16px;
}
@media screen and (min-width: 768px) {
  .comment--child .comment__actions, .comment--grandchild .comment__actions {
    padding-left: 96px;
  }
}
.comment--grandchild .comment__main {
  background-color: #e6f5f7;
}
.comment--notification {
  margin: 0;
  border: none;
  font-size: 0.875rem;
}
.comment--notification * {
  font-size: inherit;
  line-height: 1.43;
}
.comment--notification .comment__main {
  display: flex;
  padding: 0;
}
.comment--notification .comment__avatar {
  min-width: 32px;
}
.comment--notification .comment__avatar .avatar {
  width: 32px;
  height: 36px;
}
.comment--notification .comment__body {
  flex: 1 1 auto;
}
.comment--notification .comment__author {
  min-height: 0;
  margin-bottom: 0;
  color: #004357;
}
.comment--notification .comment__published, .comment--notification .comment__updated {
  display: block;
  min-height: 0;
  margin-top: 2px;
}

/**
 * ID is only used as a hook for linking directly to the comment section.
 *
 * 1. We set a min height to reserve some space. Since the comments are
 *    loaded async through through Angular, the element does not occupy
 *    any space on load. We need to occupy some space for the anchor
 *    link to scroll down to the actual content.
 */
#Comment {
  min-height: 250px; /* 1 */
}

/*------------------------------------*\
    #EVENT-SUMMARY
\*------------------------------------*/
/**
 * Summary of an event used in lists of events and as a heading on the event page
 */
.event-summary {
  box-sizing: border-box;
  border-left: 4px solid #64d0df;
  margin-left: 42px;
  padding: 8px 16px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .event-summary {
    margin-left: 3.5rem;
  }
}
.event-summary__date {
  width: 2rem;
  line-height: 1.5;
  text-align: center;
  font-family: "AkademieStd", sans-serif;
  position: absolute;
  left: -2.875rem;
}
@media screen and (min-width: 768px) {
  .event-summary__date {
    left: -3.75rem;
    width: 2.5rem;
  }
}
.event-summary__date--static {
  position: static;
}
.event-summary__day {
  display: block;
  color: #eb6851;
  font-weight: 700;
  font-size: 1.125rem;
  margin-bottom: 3px;
}
@media screen and (min-width: 768px) {
  .event-summary__day {
    font-size: 1.5rem;
  }
}
.event-summary__month {
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .event-summary__month {
    font-size: 1rem;
  }
}
.event-summary__month::before {
  display: block;
  content: "";
  height: 1px;
  width: 100%;
  background: #64d0df;
  margin-bottom: 6px;
}
.event-summary__header {
  margin-bottom: 16px;
}
.event-summary__heading {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 4px !important;
  margin-top: 0;
}
.event-summary__heading:not(h1) {
  font-size: 22px !important;
}
@media screen and (min-width: 768px) {
  .event-summary__heading:not(h1) {
    font-size: 24px !important;
  }
}
.event-summary__heading a {
  border-bottom: none;
  color: #004357;
}
.event-summary__location {
  font-size: 0.875rem;
  color: #667070;
}
@media screen and (min-width: 768px) {
  .event-summary__location {
    font-size: 1rem;
  }
}
.event-summary__details {
  margin-bottom: 16px;
}
.event-summary__time {
  align-items: center;
  border-top: 1px solid #e6f5f7;
  border-bottom: 1px solid #e6f5f7;
  display: flex;
  flex-wrap: wrap;
  font-family: "AkademieStd", sans-serif;
  font-size: 0.875rem;
  padding: 16px 0 8px;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .event-summary__time {
    font-size: 1rem;
  }
}
.event-summary__time .icon {
  display: none;
  margin-right: 16px;
}
@media screen and (min-width: 768px) {
  .event-summary__time .icon {
    display: block;
  }
}
.event-summary__from, .event-summary__to {
  margin-right: 40px;
}
.event-summary__from:last-child, .event-summary__to:last-child {
  margin-right: 0;
}
.event-summary__ics-link {
  flex: 0 0 100%;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .event-summary__ics-link {
    flex: 0 1 auto;
    margin-left: auto;
    margin-top: 0;
  }
}
.event-summary__label {
  color: #667070;
  margin-right: 8px;
}
.event-summary__to-date {
  font-weight: 700;
  margin-right: 8px;
}
.event-summary--page-header {
  margin-bottom: 40px;
}
.event-summary--page-header .event-summary__day {
  color: #004357;
}
.event-summary--empty {
  display: flex;
  align-items: center;
  min-height: 80px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-color: #c9d5da;
  border-style: solid;
  border-width: 1px 1px 1px 4px;
}
.event-summary--empty * {
  margin: 0;
  padding: 0;
}
.event-summary--upcoming {
  background-color: #f0f9fa;
  padding-bottom: 25px;
}
.event-summary--upcoming .event-summary__time {
  border-top-color: #bbe9ef;
  border-bottom-color: #bbe9ef;
}

/*------------------------------------*\
    #INFO-BLOCK
\*------------------------------------*/
/**
 * Block that holds supplemental information to the containing page
 */
.info-block {
  padding: 25px 30px 40px;
  border: solid 1px #e2f3f5;
  border-radius: 4px;
  margin-bottom: 45px;
  background: #f0f9fa;
}
aside .info-block {
  margin-top: 32px;
}
aside .info-block:first-child {
  margin-top: 0;
}

.link-icon-tile-section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.link-icon-tile-section__title {
  font-family: "LyonText", serif;
  font-size: 1.375rem;
  margin: 0;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1024px) {
  .link-icon-tile-section__title {
    font-size: 1.875rem;
    margin-bottom: 1.5rem;
  }
}

.notice-board {
  display: grid;
  gap: 2rem;
  align-items: flex-start;
  margin-bottom: 4rem;
}
@media screen and (min-width: 1024px) {
  .notice-board {
    grid-template-columns: 1fr 2fr;
  }
}
@media screen and (min-width: 1800px) {
  .notice-board {
    grid-template-columns: 1fr 3fr;
  }
}
.notice-board__left-column {
  display: grid;
  align-items: flex-start;
  grid-template-columns: 1fr;
  gap: 2rem;
}
.notice-board__right-column .masonry {
  position: relative;
}
.notice-board__right-column .masonry__item, .notice-board__right-column .masonry__sizer {
  margin-bottom: 2rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .notice-board__right-column .masonry__item, .notice-board__right-column .masonry__sizer {
    width: calc((100% - 2rem) / 2);
  }
}
@media screen and (min-width: 1800px) {
  .notice-board__right-column .masonry__item, .notice-board__right-column .masonry__sizer {
    width: calc((100% - 4rem) / 3);
  }
}
.notice-board__right-column .masonry__gutter {
  width: 2rem;
}
.notice-board__bottom-column {
  padding-top: 1rem;
  border-top: 1px solid #9BD7DF;
  grid-column: 1/-1;
  margin-top: 2rem;
  display: flex;
  justify-content: flex-end;
}
.notice-board__link {
  color: inherit;
  font-weight: 700;
  font-family: "AkademieStd", sans-serif;
  border-color: transparent;
  display: inline-flex;
  align-items: center;
  transition: 0.15s ease;
}
.notice-board__link::after {
  flex-shrink: 0;
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -941px -1024px;
  width: 20px;
  height: 20px;
  content: "";
  display: block;
  margin-left: 0.25rem;
}
.notice-board__link:hover {
  border-bottom-color: currentColor;
}

/*------------------------------------*/
/*  #NOTIFICATION-COMPONENT
/*------------------------------------*/
/**
 * Combines a button with an (initially hidden) list of notifications.
 * When the button is pressed, the notification list is revealed.
 */
.notification-component {
  position: absolute;
  z-index: 999;
  width: calc(100% - 30px);
  top: 5px;
  right: 30px;
  transform: scale(1);
  transition: all 200ms ease;
  /**
   * 1. Make sure that the menu link next to the notification component
   *    is placed on top (higher z-index).
   * 2. Since the menu link sits above the absolutely positioned component
   *    button, we need to set an explicit width to prevent it from blocking
   *    it. The calculations is as follows: 100% width - the width of the
   *    component button (approx. 60px) - combined width of menu gutters
   *    (2 * 30px)
   */
}
.notification-component__button {
  position: relative;
  display: block;
  float: right;
  /**
   * Arrow for notification list.
   * 1. Same background color as the notification list
   */
}
.notification-component__button.is-active::after {
  top: 100%;
  left: 50%;
  position: absolute;
  width: 0;
  height: 0;
  content: "";
  z-index: 2;
  border-bottom: 10px solid #e6f5f7;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  transform: translateX(-50%);
}
.notification-component__list {
  position: absolute;
  top: calc(100% + 8px);
  width: 100vw;
  max-width: 390px;
  padding: 0 10px;
  display: none;
}
.notification-component__list.is-visible {
  display: block;
}
.notification-component--inline {
  position: relative;
  width: auto;
  top: auto;
  right: auto;
}
.notification-component--inline .notification-component__button {
  float: none;
}
.notification-component--inline .notification-component__list {
  left: -126px;
}
.notification-component.is-hidden {
  transform: scale(0);
}
@media screen and (max-width: 1799px) {
  .page-layout__sidebar:not(.is-visible) .notification-component {
    display: none;
  }
}
.notification-component + a {
  position: relative; /* 1 */
  z-index: 1000; /* 1 */
  max-width: calc(100% - 120px); /* 2 */
}

.notification {
  padding: 10px 32px 10px 16px;
  margin-bottom: 10px;
  background: #fdf0a6;
  color: #004357;
  border-radius: 3px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .notification {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 16px;
  }
}
.notification__text {
  flex: 1 1 auto;
}
.notification__close {
  border: 0;
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px;
}
.notification__close::before {
  content: "";
  display: inline-block;
}
.notification__close::before {
  transform: scale(0.9);
}
@media screen and (min-width: 768px) {
  .notification__close::before {
    vertical-align: middle;
  }
}
@media screen and (min-width: 768px) {
  .notification__close {
    position: static;
    display: block;
    padding: 0;
  }
}
.notification__close a {
  border: 0;
  color: #004357;
}
.notification__close span {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: circle(1% at 1% 1%);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.notifications__location {
  font-weight: 400;
  color: #667070;
  margin: 16px 0 8px 0;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .notifications__location {
    font-size: 1rem;
  }
}

.person-card {
  background: #f6f8f9;
  border: solid 1px #e0e7ea;
  border-radius: 2px;
  font-family: "AkademieStd", sans-serif;
  letter-spacing: 0.4px;
  font-size: 1rem;
  margin: 0 auto;
  max-width: 360px;
  padding: 32px;
  position: relative;
}
.person-card::before {
  content: "";
  display: inline-block;
}
.person-card::before {
  position: absolute;
  bottom: 0;
  left: 0;
}
.person-card__image {
  margin-bottom: 16px;
}
.person-card__image img {
  width: 100%;
}
.person-card__image--editable {
  position: relative;
}
.person-card__image--editable img {
  display: block;
}
.person-card__image--editable a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  border: 0;
  font-size: 1.5rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  background: rgba(0, 147, 130, 0.4);
}
.person-card__contact-info {
  display: flex;
  background-color: white;
  border-radius: 2px;
  margin-bottom: 8px;
  padding: 4px 16px;
  justify-content: space-between;
}
.person-card__contact-info-label {
  color: #667070;
}
.person-card__contact-info-value .phone-prefix {
  color: #667070;
}
.person-card__contact-info-value a {
  border-bottom: none;
  text-decoration: underline;
}
.person-card__office {
  color: #004357;
  padding: 16px;
}
.person-card__cta-button {
  display: block;
  margin-bottom: 8px;
}
.person-card__cta-button .button, .person-card__cta-button button[type=submit]:not(.button--icon) {
  width: 100%;
}
.person-card__cta-button .button__wrap {
  width: 100%;
}
.person-card__cta-button:last-child {
  margin-bottom: 0;
}

/*------------------------------------*/
/*    #PROGRAM-ENTRY
/*------------------------------------*/
/**
 * A single entry in a program-list block
 */
.program-entry__duration, .program-entry__heading, .program-entry__byline, .program-entry__body {
  padding: 8px 16px;
}
.program-entry__header {
  margin-bottom: 8px;
}
.program-entry__duration {
  display: inline-flex;
  justify-content: center;
  border: 1px solid #e6f5f7;
  border-bottom-width: 0;
  font-family: "AkademieStd", sans-serif;
  font-size: 1rem;
  line-height: 28px;
}
.program-entry__duration-separator {
  margin: 0 12px 0 16px;
}
.program-entry__heading {
  background: #e6f5f7;
  font-weight: 700;
}
.program-entry__byline {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e6f5f7;
  font-size: 1rem;
}
.program-entry__body > *:last-child {
  margin-bottom: 0;
}

h1 + .save-link {
  margin-top: -10px;
  margin-bottom: 25px;
}

.section-headline, .filter-list--article-archive, .filter-list--front-page {
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 24px;
  background: #e6f5f7;
  color: #004357;
  font-size: 1.375rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .section-headline, .filter-list--article-archive, .filter-list--front-page {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 1.5rem;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .section-headline, .filter-list--article-archive, .filter-list--front-page {
    margin-left: -32px;
    margin-right: -32px;
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .page-layout__column:nth-child(odd) .section-headline, .page-layout__column:nth-child(odd) .filter-list--article-archive, .page-layout__column:nth-child(odd) .filter-list--front-page {
    margin-right: 0;
  }
}
@media screen and (min-width: 1280px) {
  .page-layout__column:nth-child(even) .section-headline, .page-layout__column:nth-child(even) .filter-list--article-archive, .page-layout__column:nth-child(even) .filter-list--front-page {
    margin-left: 0;
  }
}
.section-headline--small {
  font-size: 1.25rem;
  margin-bottom: 15px;
}

.social-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 325px;
}
@media screen and (min-width: 1024px) {
  .social-links {
    min-width: 300px;
  }
}
.social-links__link {
  display: block;
  border: 0;
  font-size: 0;
}
.theme-block {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}
.theme-block__item {
  min-width: 230px;
  max-width: 100%;
  margin: 20px 0px;
  padding: 10px;
  text-align: center;
}
.theme-block__item a {
  border-bottom: 0px;
}
.theme-block__item img {
  max-width: 150px;
  border-bottom: 0px;
}
.theme-block__item__title {
  text-align: center;
  padding-top: 10px;
}
.theme-block__item__title > span.button--link-icon {
  margin-right: -16px;
}

.theme-table {
  font-family: "AkademieStd", sans-serif;
  margin: 0 -10px 60px;
}
@media screen and (min-width: 768px) {
  .theme-table {
    margin: 0 0 64px;
  }
}
h1 + .theme-table {
  margin-top: 40px;
}
.theme-table__header-row {
  background-color: #e6f5f7;
  background-image: linear-gradient(to bottom, #f0f9fa, #e6f5f7);
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .theme-table__header-row {
    padding: 10px 32px;
  }
}
.theme-table__heading {
  font-size: 1.375rem;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .theme-table__heading {
    font-size: 1.5rem;
  }
}
.theme-table__data-rows {
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .theme-table__data-rows {
    border-left: 1px solid #c9d5da;
    border-right: 1px solid #c9d5da;
  }
}
@media screen and (min-width: 1024px) {
  .theme-table__data-rows {
    border-bottom: 1px solid #c9d5da;
    display: flex;
  }
}
.theme-table__cell {
  border-bottom: 1px solid #c9d5da;
  padding: 24px 10px;
}
.theme-table__cell:first-child {
  padding-top: 15px;
}
@media screen and (min-width: 768px) {
  .theme-table__cell {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .theme-table__cell {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .theme-table__cell:nth-child(2) {
    padding-top: 15px;
  }
  .theme-table__cell:last-child {
    border-bottom: none;
  }
  .theme-table__cell:nth-last-child(2):not(:nth-child(even)) {
    border-bottom: none;
  }
  .theme-table__cell:nth-child(odd) {
    border-right: 1px solid #c9d5da;
  }
}
.theme-table__theme-name {
  font-size: 1.25rem;
  margin: 0;
}
.theme-table__theme-name a {
  border-bottom: none;
}
.theme-table__theme-description {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .theme-table__theme-description {
    font-size: 1rem;
  }
}

.thread-link {
  background-color: #f0f9fa;
  border: 1px solid #e2f3f5;
  border-radius: 2px;
  color: #004357;
  display: block;
  font-family: "AkademieStd", sans-serif;
  transition: background-color 400ms ease;
}
@media screen and (min-width: 768px) {
  .thread-link {
    display: flex;
  }
  .thread-link:hover {
    background-color: #fff;
  }
}
.thread-link__label {
  border-bottom: 1px solid #e2f3f5;
  padding: 16px 16px 12px;
}
@media screen and (min-width: 768px) {
  .thread-link__label {
    flex: 1 1 auto;
    padding-bottom: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .thread-link__label {
    padding: 16px 32px;
  }
}
.thread-link__title {
  font-size: 1.25rem;
  margin-bottom: 0;
}
.thread-link__update-info {
  align-items: stretch;
  background-color: #fff;
  display: flex;
  min-height: 47px;
}
@media screen and (min-width: 768px) {
  .thread-link__update-info {
    background-color: transparent;
    flex: 0 0 35%;
  }
}
.thread-link__icon {
  display: block;
  font-size: 0;
  margin-left: 6px;
}
.thread-link__icon--views::before {
  content: "";
  display: block;
}
.thread-link__icon--views::after {
  display: block;
}
@media screen and (min-width: 768px) {
  .thread-link__icon--views::before {
    content: none;
  }
  .thread-link__icon--views::after {
    content: "";
  }
}
.thread-link__icon--comments::before {
  content: "";
  display: block;
}
.thread-link__icon--comments::after {
  display: block;
}
@media screen and (min-width: 768px) {
  .thread-link__icon--comments::before {
    content: none;
  }
  .thread-link__icon--comments::after {
    content: "";
  }
}
.thread-link__views {
  align-items: center;
  border-right: 1px solid #e2f3f5;
  display: flex;
  flex: 0 1 44%;
  font-weight: 500;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .thread-link__views {
    font-size: 1.25rem;
  }
}
.thread-link__comments {
  align-items: center;
  display: flex;
  flex: 1 1 30%;
  font-weight: 500;
  justify-content: flex-end;
  padding-right: 16px;
}
@media screen and (min-width: 768px) {
  .thread-link__comments {
    font-size: 1.25rem;
    padding-right: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .thread-link__comments {
    padding-right: 40px;
  }
}
.thread-link__updated {
  align-items: center;
  display: flex;
  flex: 0 1 26%;
}
.thread-link__link-icon::before, .thread-link__link-icon::after {
  display: block;
  bottom: 0;
  margin: auto;
  position: absolute;
  top: 0;
  right: 14px;
  transition: all 400ms ease;
}
.thread-link:hover .thread-link__link-icon::before, .thread-link:hover .thread-link__link-icon::after {
  right: 8px;
}
.thread-link__link-icon::before {
  opacity: 1;
}
.thread-link:hover .thread-link__link-icon::before {
  opacity: 0;
}
.thread-link__link-icon::after {
  opacity: 0;
}
.thread-link:hover .thread-link__link-icon::after {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .thread-link__link-icon {
    align-items: center;
    background-color: white;
    border-left: 1px solid #e2f3f5;
    display: flex;
    flex: 0 0 40px;
    justify-content: center;
    position: relative;
  }
  .thread-link__link-icon::before, .thread-link__link-icon::after {
    content: "";
  }
}

.thread-preview {
  font-family: "AkademieStd", sans-serif;
  transition: background-color 400ms ease;
  border-radius: 2px;
  color: #004357;
  display: block;
  background: none;
  min-height: 48px;
  margin-right: -10px;
  margin-bottom: 24px;
  margin-left: -10px;
}
@media screen and (min-width: 768px) {
  .thread-preview {
    margin-left: -32px;
    margin-right: -16px;
  }
}
@media screen and (min-width: 1024px) {
  .thread-preview {
    margin-left: -32px;
    margin-right: -32px;
  }
}
@media screen and (min-width: 1280px) {
  .thread-preview {
    margin-left: 0px;
  }
}
.thread-preview__body {
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  height: 10px;
  transition: all 400ms ease;
  padding-left: 0px;
  margin-top: -10px;
  margin-bottom: 10px;
}
.thread-preview__body li {
  position: relative;
}
.thread-preview .is-active + .thread-preview__body {
  visibility: visible;
  opacity: 1;
  height: auto;
  margin-top: 0px;
}
.thread-preview__button {
  position: relative;
  font-size: 1.375rem;
  background: #e6f5f7;
  border: none;
  height: 48px;
  padding-left: 10px;
  position: relative;
  list-style: none;
  margin: 0px;
}
@media screen and (min-width: 768px) {
  .thread-preview__button {
    padding-left: 32px;
  }
}
.thread-preview__button:focus {
  outline: auto 5px -webkit-focus-ring-color;
}
.thread-preview__button::before {
  position: absolute;
  right: 32px;
  bottom: 16px;
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -12px -20px;
  width: 29px;
  height: 16px;
  transform: rotate(180deg);
}
.thread-preview__button h2 {
  font-size: 1.25rem;
  margin: 0px;
}
.thread-preview__button.is-active::before {
  position: absolute;
  right: 32px;
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -12px -20px;
  width: 29px;
  height: 16px;
  transform: rotate(0deg);
}
.thread-preview__item {
  display: flex;
  align-items: center;
  max-width: 100%;
  padding-bottom: 1px;
  margin-bottom: 1px;
  margin-top: 1px;
  cursor: pointer;
}
.thread-preview__title {
  font-size: 1.25rem;
  margin-bottom: 0;
}
.thread-preview__link {
  width: 100%;
  border: none;
}
.thread-preview__link:hover {
  background-color: #f6f8f9;
}
.thread-preview__inner {
  padding-bottom: 13px;
  padding-top: 13px;
  padding-left: 10px;
  margin-right: 25px;
  border-bottom: 1px solid #e2f3f5;
  transition: all 400ms ease;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .thread-preview__inner {
    padding-left: 33px;
  }
}
.thread-preview__start-info {
  font-size: 1rem;
}
.thread-preview__link-icon {
  position: relative;
  float: right;
  width: 39px;
}
.thread-preview__link-icon::after {
  content: "";
  display: block;
  bottom: 0;
  margin: auto;
  position: absolute;
  top: 0;
  transition: all 400ms ease;
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -121px -156px;
  width: 12px;
  height: 20px;
}
.thread-preview__forum-link {
  float: right;
  margin-right: 24px;
  margin-top: 8px;
  margin-bottom: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .thread-preview__forum-link {
    font-size: 1rem;
  }
}

/*------------------------------------*\
    #CALENDAR-TEASER
\*------------------------------------*/
/**
 * Teasers for the calendar page template
 */
.calendar-teaser {
  color: #004357;
  font-family: "AkademieStd", sans-serif;
}
.calendar-teaser__header {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .calendar-teaser__header {
    gap: 1.25rem;
  }
}
.calendar-teaser__date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border: 1px solid #9BD7DF;
  border-radius: 0.25rem;
  text-align: center;
  background-color: #fff;
  flex-shrink: 0;
  gap: 0.25rem;
}
@media screen and (min-width: 768px) {
  .calendar-teaser__date {
    width: 4rem;
    height: 4rem;
    gap: 0.375rem;
  }
}
.calendar-teaser__day {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .calendar-teaser__day {
    font-size: 1.25rem;
  }
}
.calendar-teaser__month {
  font-size: 0.875rem;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .calendar-teaser__month {
    font-size: 1rem;
  }
}
.calendar-teaser__header-text {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}
.calendar-teaser__heading {
  font-size: 1rem;
  font-weight: 700;
  border: none;
  color: inherit;
}
@media screen and (min-width: 768px) {
  .calendar-teaser__heading {
    font-size: 1.25rem;
  }
}
.calendar-teaser__heading:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}
.calendar-teaser__location {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .calendar-teaser__location {
    font-size: 1.125rem;
  }
}

/*------------------------------------*\
    #PERSON-TEASER
\*------------------------------------*/
/**
 * Block with image to the left, text content to the left.
 * Contains essential information about a contact person
 */
.person-teaser {
  display: flex;
  font-family: "AkademieStd", sans-serif;
  letter-spacing: 0.4px;
}
.person-teaser__icon {
  margin-top: 5px;
}
.person-teaser__body {
  flex-grow: 1;
  position: relative;
}
.person-teaser__name {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  color: #0080a3;
  font-weight: 700;
  font-size: 1.25rem;
}
.person-teaser__name a {
  border-bottom: none;
  color: #0080a3;
}
.person-teaser__title, .person-teaser__affiliation {
  font-size: 1rem;
}
.person-teaser__contact {
  margin-top: 10px;
  font-size: 1.125rem;
}
.person-teaser__phone, .person-teaser__email {
  display: flex;
  align-items: center;
  color: inherit;
}
.person-teaser__phone {
  border-bottom: none;
  color: #004357;
}
.person-teaser__phone::before {
  content: "";
  display: inline-block;
  margin: 0 16px 0 0;
}
.person-teaser__phone--compact::before {
  display: none;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .person-teaser__phone--compact {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .person-teaser__phone--compact::before {
    background: url("../images/sprite.svg?v=1756108169685") no-repeat;
    background-size: 3405px 3236px;
    background-position: -1352px -1468px;
    width: 38px;
    height: 44px;
    content: "";
  }
  .person-teaser__phone--compact:hover::before {
    background: url("../images/sprite.svg?v=1756108169685") no-repeat;
    background-size: 3405px 3236px;
    background-position: -1314px -1424px;
    width: 38px;
    height: 44px;
    content: "";
  }
}
@media screen and (max-width: 767px) {
  .person-teaser__phone--compact .person-teaser__phone-text {
    display: none;
  }
}
.person-teaser__phone-prefix {
  color: #667070;
}
.person-teaser__email {
  border: none;
  margin-top: 3px;
}
.person-teaser__email::before {
  content: "";
  display: inline-block;
  margin: 0 16px 0 0;
}
.person-teaser--small {
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .person-teaser--small {
    align-items: center;
  }
}
.person-teaser--small .person-teaser__name {
  font-size: 1.25rem;
  font-weight: 400;
}
.person-teaser--small .person-teaser__name a {
  color: #004357;
}
.person-teaser--small .person-teaser__title {
  font-size: 1rem;
  font-family: "LyonText", serif;
  color: #667070;
}
.person-teaser--byline {
  border-bottom: 1px solid #e6f5f7;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
@media screen and (min-width: 1280px) {
  .person-teaser--byline {
    flex-direction: column;
  }
}
@media screen and (min-width: 1280px) {
  .person-teaser--byline .person-teaser__icon {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  .person-teaser--byline .person-teaser__meta {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1280px) {
  .person-teaser--byline .person-teaser__meta {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .person-teaser--byline .teaser-icon {
    background-size: 2369px 2252px;
    background-position: -1199px -1296px;
    width: 32px;
    height: 36px;
  }
}
@media screen and (max-width: 767px) {
  .person-teaser--byline .person-teaser__name {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .person-teaser--byline .person-teaser__title,
  .person-teaser--byline .person-teaser__affiliation {
    font-size: 0.875rem;
  }
}

/*------------------------------------*\
    #SEARCH-TEASER
\*------------------------------------*/
/**
 * Block with icon to the left, text content to the right.
 * Contains a teaser view of a single search result.
 */
.search-teaser {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}
.search-teaser__icon {
  margin-right: 18px;
}
.search-teaser__body {
  width: 100%;
  border-bottom: 1px solid #e6f5f7;
  padding-bottom: 25px;
}
.search-teaser__heading {
  margin-bottom: 5px;
}
.search-teaser__heading a {
  border-bottom: none;
  color: #004357;
}
.search-teaser__sub-heading {
  color: #667070;
  font-size: 0.9375rem;
  line-height: 1.6;
}
.search-teaser__summary {
  margin: 8px 0 0 0;
}
.search-teaser .teaser-icon {
  margin-right: 0;
  background-size: 2073px 1970px;
  background-position: -122px -147px;
  width: 28px;
  height: 31px;
}
.search-teaser .teaser-icon--byline {
  background-size: 2073px 1970px;
  background-position: -1049px -1134px;
  width: 28px;
  height: 31px;
}
.search-teaser .teaser-icon--calendar {
  background-size: 2073px 1970px;
  background-position: -1077px -1166px;
  width: 28px;
  height: 31px;
}
.search-teaser .teaser-icon--deadline {
  background-size: 2073px 1970px;
  background-position: -1105px -1197px;
  width: 28px;
  height: 31px;
}
.search-teaser .teaser-icon--employees {
  background-size: 2073px 1970px;
  background-position: -1133px -1229px;
  width: 28px;
  height: 31px;
}
.search-teaser .teaser-icon--location {
  background-size: 2073px 1970px;
  background-position: -1161px -1260px;
  width: 28px;
  height: 31px;
}
.search-teaser .teaser-icon--actual, .search-teaser .teaser-icon--other {
  background-size: 2073px 1970px;
  background-position: -1189px -1292px;
  width: 28px;
  height: 31px;
}
.search-teaser .teaser-icon--person {
  background-size: 2073px 1970px;
  background-position: -1217px -1324px;
  width: 28px;
  height: 31px;
}
.search-teaser .teaser-icon--research {
  background-size: 2073px 1970px;
  background-position: -1245px -1355px;
  width: 28px;
  height: 31px;
}
.search-teaser .teaser-icon--studies {
  background-size: 2073px 1970px;
  background-position: -1273px -1387px;
  width: 28px;
  height: 31px;
}

.teaser-list-wide {
  background-color: #f5f5f5;
  margin-bottom: -95px;
  padding-bottom: 95px;
}
.teaser-list-wide::before {
  content: "";
  display: block;
  width: 100%;
  height: 80px;
  background: linear-gradient(-178deg, white 49%, #f5f5f5 50%);
}
.teaser-list-wide li {
  border-bottom: 1px solid #fff;
}
.teaser-list-wide__inner {
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  box-sizing: content-box;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 768px) {
  .teaser-list-wide__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .teaser-list-wide__inner {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.teaser-list-wide__break-out {
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  background-color: transparent;
}
.teaser-list-wide__break-out::before {
  background: transparent;
}
.teaser-list-wide__break-out > .teaser-list-wide__inner {
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .teaser-list-wide__break-out > .teaser-list-wide__inner {
    padding: 0;
  }
}
.teaser-list-wide__break-out > .teaser-list-wide__inner ul.teaser-list-wide__list {
  max-width: 100%;
}
.teaser-list-wide__break-out > .teaser-list-wide__inner > .teaser-list-wide__readmore-link {
  max-width: 100%;
}
.teaser-list-wide__break-out li {
  border-bottom: 1px solid #f5f5f5;
}
.teaser-list-wide__break-out .teaser-new__img-container:after {
  background: #fff;
}
.teaser-list-wide__heading {
  font-family: "LyonText", serif;
  letter-spacing: 0.2px;
  color: #131114;
  font-weight: 900;
}
.teaser-list-wide__readmore-link {
  display: flex;
  justify-content: flex-end;
}
.teaser-list-wide__readmore-link a {
  margin-top: 32px;
  font-size: 1.25rem;
}

/*------------------------------------*\
    #TEASER
\*------------------------------------*/
/**
 * Block with image to the right, text content to the left
 * with a decorative separator. This is a new class to separate the old teasers,
 * which is partially modified but not entirely
 */
.l-2-col__main-content article.teaser-new {
  max-width: 100%;
}

article.teaser-new {
  overflow: hidden;
  margin-bottom: 40px;
  position: relative;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  article.teaser-new {
    display: flex;
    align-items: flex-start;
  }
}
article.teaser-new__img-container {
  position: relative;
  overflow: hidden;
  border-bottom: none;
  display: block;
  overflow: hidden;
}
article.teaser-new__img-container:after {
  content: "";
  position: absolute;
  top: 100%;
  display: block;
  z-index: 2;
  background: #f5f5f5;
  width: 200%;
  height: 100%;
  top: 100%;
  left: 0;
  right: auto;
  transform-origin: bottom left;
  transform: rotate(354deg);
}
@media screen and (min-width: 768px) {
  article.teaser-new__img-container {
    width: 50%;
    position: relative;
    overflow: hidden;
  }
  article.teaser-new__img-container:after {
    content: "";
    position: absolute;
    top: 100%;
    display: block;
    z-index: 2;
    background: #f5f5f5;
    width: 100%;
    height: 200%;
    top: 0;
    left: 100%;
    transform-origin: top left;
    transform: rotate(370deg);
  }
}
article.teaser-new__img-container img {
  width: 100%;
  display: block;
}
article.teaser-new__play {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) scale(0.6);
}
article.teaser-new__play .teaser-icon {
  margin: 0;
}
article.teaser-new__body {
  align-self: center;
}
@media screen and (min-width: 768px) {
  article.teaser-new__body {
    width: 50%;
  }
}
article.teaser-new__body, article.teaser-new__body > * {
  max-width: 100%;
}
article.teaser-new__body > *:last-child {
  margin-bottom: 0;
}
article.teaser-new__body p {
  line-height: 1.4;
  font-family: "AkademieStd", sans-serif;
  letter-spacing: 0.4px;
  color: #131114;
}
article.teaser-new__body-inner {
  padding: 15px 20px 40px;
}
@media screen and (min-width: 768px) {
  article.teaser-new__body-inner {
    padding: 15px 30px 20px;
  }
}
article.teaser-new__body-inner > *:last-child {
  margin-bottom: 0;
}
article.teaser-new__header {
  margin-bottom: 10px;
}
article.teaser-new__heading, article.teaser-new h4.teaser-new__heading, article.teaser-new .l-filter-page__filtered-content h3.teaser-new__heading, .l-filter-page__filtered-content article.teaser-new h3.teaser-new__heading {
  font-family: "AkademieStd", sans-serif;
  letter-spacing: 0.4px;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 1.25rem;
  font-weight: 700;
}
article.teaser-new__heading a, article.teaser-new h4.teaser-new__heading a, article.teaser-new .l-filter-page__filtered-content h3.teaser-new__heading a, .l-filter-page__filtered-content article.teaser-new h3.teaser-new__heading a {
  border-bottom: none;
  color: #004357;
  display: block;
}
article.teaser-new__heading a::after, article.teaser-new h4.teaser-new__heading a::after, article.teaser-new .l-filter-page__filtered-content h3.teaser-new__heading a::after, .l-filter-page__filtered-content article.teaser-new h3.teaser-new__heading a::after {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -941px -1024px;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}
article.teaser-new__heading a:focus, article.teaser-new__heading a:hover, article.teaser-new h4.teaser-new__heading a:focus, article.teaser-new .l-filter-page__filtered-content h3.teaser-new__heading a:focus, .l-filter-page__filtered-content article.teaser-new h3.teaser-new__heading a:focus, article.teaser-new h4.teaser-new__heading a:hover, article.teaser-new .l-filter-page__filtered-content h3.teaser-new__heading a:hover, .l-filter-page__filtered-content article.teaser-new h3.teaser-new__heading a:hover {
  text-decoration: underline;
}
article.teaser-new__date {
  font-family: "AkademieStd", sans-serif;
  letter-spacing: 0.4px;
  display: block;
  margin-bottom: 10px;
  color: #4b5252;
  font-size: 0.9375rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  article.teaser-new__date {
    line-height: 1.5;
  }
}
article.teaser-new__tags {
  position: absolute;
  right: 0;
  top: 0;
}
article.teaser-new__tags > * {
  margin-right: 16px;
}
article.teaser-new__tags > *:last-child {
  margin-right: 0;
}
article.teaser-new--img-small .teaser-new__img-container-inner {
  position: relative;
  overflow: hidden;
}
article.teaser-new--img-small .teaser-new__img-container-inner,
article.teaser-new--img-small .teaser-new__img-container-inner div {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
article.teaser-new--img-small .teaser-new__img-container-inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  article.teaser-new--img-small .teaser-new__img-container {
    width: 300px;
  }
  article.teaser-new--img-small .teaser-new__body {
    flex-grow: 1;
    flex-shrink: 1;
  }
}
article.teaser-new--img-small .teaser-new__body-inner {
  padding-right: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  article.teaser-new--img-small .teaser-new__body-inner {
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) {
  article.teaser-new--img-small .teaser-new__body-inner {
    padding-top: 0;
  }
}
article.teaser-new--simple .teaser-new__body {
  width: 100%;
}
article.teaser-new--simple .teaser-new__body-inner {
  padding: 0;
}
@media screen and (min-width: 768px) {
  article.teaser-new--campus {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  article.teaser-new--campus {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  article.teaser-new--campus .teaser-new__img-container,
  article.teaser-new--campus .teaser-new__body {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  article.teaser-new--campus .teaser-new__img-container {
    position: relative;
    overflow: hidden;
    height: 320px;
  }
  article.teaser-new--campus .teaser-new__img-container:after, article.teaser-new--campus .teaser-new__img-container:before {
    content: "";
    position: absolute;
    top: 100%;
    display: block;
    width: 200%;
    height: 100%;
  }
  article.teaser-new--campus .teaser-new__img-container:before {
    z-index: 1;
    background: #e2f3f5;
    left: 0;
    transform-origin: top left;
    transform: rotate(351deg);
  }
  article.teaser-new--campus .teaser-new__img-container:after {
    z-index: 2;
    background: #f5f5f5;
    top: 100%;
    left: auto;
    right: 0;
    transform-origin: top right;
    transform: rotate(-351deg);
  }
}
@media screen and (min-width: 1024px) {
  article.teaser-new--campus .teaser-new__img-container {
    position: relative;
    overflow: hidden;
    width: 48%;
    height: 280px;
  }
  article.teaser-new--campus .teaser-new__img-container:after, article.teaser-new--campus .teaser-new__img-container:before {
    content: "";
    position: absolute;
    top: 100%;
    display: block;
    width: 100%;
    height: 200%;
  }
  article.teaser-new--campus .teaser-new__img-container:before {
    z-index: 1;
    background: #e2f3f5;
    bottom: 0;
    left: 100%;
    transform-origin: bottom left;
    transform: translateY(-100%) rotate(-370deg);
  }
  article.teaser-new--campus .teaser-new__img-container:after {
    z-index: 2;
    background: #f5f5f5;
    top: 0;
    left: 100%;
    transform: rotate(367deg);
  }
}
@media screen and (min-width: 1440px) {
  article.teaser-new--campus .teaser-new__img-container {
    width: 50%;
    height: 320px;
  }
}
article.teaser-new--campus .teaser-new__img-container img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1024px) {
  article.teaser-new--campus .teaser-new__body {
    width: 52%;
    padding-left: 30px;
  }
}
@media screen and (min-width: 1440px) {
  article.teaser-new--campus .teaser-new__body {
    width: 50%;
  }
}
article.teaser-new--campus .teaser-new__body-inner {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 1024px) {
  article.teaser-new--campus .teaser-new__body-inner {
    padding-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .teaser-list--columnized article.teaser-new {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .teaser-list--columnized article.teaser-new .teaser-new__img-container,
  .teaser-list--columnized article.teaser-new .teaser-new__body {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .teaser-list--columnized article.teaser-new .teaser-new__img-container {
    position: relative;
    overflow: hidden;
    max-height: 400px;
  }
  .teaser-list--columnized article.teaser-new .teaser-new__img-container:after, .teaser-list--columnized article.teaser-new .teaser-new__img-container:before {
    content: "";
    position: absolute;
    top: 100%;
    display: block;
    width: 200%;
    height: 100%;
  }
  .teaser-list--columnized article.teaser-new .teaser-new__img-container:before {
    z-index: 1;
    background: #e2f3f5;
    left: 0;
    transform-origin: top left;
    transform: rotate(351deg);
  }
  .teaser-list--columnized article.teaser-new .teaser-new__img-container:after {
    z-index: 2;
    background: #f5f5f5;
    top: 100%;
    left: auto;
    right: 0;
    transform-origin: top right;
    transform: rotate(-351deg);
  }
}
.teaser-list--columnized article.teaser-new .teaser-new__body-inner {
  padding: 10px 0 0;
}
article.teaser-new--block {
  flex-wrap: wrap;
}
article.teaser-new--block .teaser-new__body-inner {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  article.teaser-new--block .teaser-new__body-inner {
    padding-top: 0;
  }
}
article.teaser-new--block .teaser-new__heading a {
  color: #0080a3;
}
article.teaser-new--block .teaser-new__heading a::before {
  content: "";
  display: inline-block;
  margin: 0 8px 0 0;
}
@media screen and (min-width: 768px) {
  article.teaser-new--block .teaser-new__img-container {
    flex-basis: 175px;
    flex-grow: 1;
    margin-right: 30px;
    margin-bottom: 20px;
  }
  article.teaser-new--block .teaser-new__body {
    flex-basis: 350px;
    flex-grow: 1;
  }
}

/*------------------------------------*\
    #TEASER
\*------------------------------------*/
/**
 * Block with image to the right, text content to the left
 * with a decorative separator
 */
.l-2-col__main-content article.teaser {
  max-width: 100%;
}

.teaser {
  overflow: hidden;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .teaser {
    display: flex;
    align-items: flex-start;
  }
}
.teaser__location-tag {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #f0f9fa;
  font-family: "AkademieStd", sans-serif;
  letter-spacing: 0.4px;
  font-size: 0.875rem;
  padding: 0 8px;
  line-height: 24px;
}
.teaser__img-container {
  position: relative;
  overflow: hidden;
  border-bottom: none;
  display: block;
  overflow: hidden;
}
.teaser__img-container:after, .teaser__img-container:before {
  content: "";
  position: absolute;
  top: 100%;
  display: block;
  width: 200%;
  height: 100%;
}
.teaser__img-container:before {
  z-index: 1;
  background: #e2f3f5;
  left: 0;
  transform-origin: top left;
  transform: rotate(351deg);
}
.teaser__img-container:after {
  z-index: 2;
  background: rgba(255, 255, 255, 0.92);
  top: 100%;
  left: auto;
  right: 0;
  transform-origin: top right;
  transform: rotate(-351deg);
}
@media screen and (min-width: 768px) {
  .teaser__img-container {
    width: 50%;
    position: relative;
    overflow: hidden;
  }
  .teaser__img-container:after, .teaser__img-container:before {
    content: "";
    position: absolute;
    top: 100%;
    display: block;
    width: 100%;
    height: 200%;
  }
  .teaser__img-container:before {
    z-index: 1;
    background: #e2f3f5;
    bottom: 0;
    left: 100%;
    transform-origin: bottom left;
    transform: translateY(-100%) rotate(-370deg);
  }
  .teaser__img-container:after {
    z-index: 2;
    background: rgba(255, 255, 255, 0.92);
    top: 0;
    left: 100%;
    transform: rotate(367deg);
  }
}
.teaser__img-container img {
  width: 100%;
  display: block;
}
.teaser__img-container--no-img {
  background-color: #f6f8f9;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 15px, rgba(255, 255, 255, 0.7) 15px, rgba(255, 255, 255, 0.7) 30px);
  height: 160px;
}
.teaser__img-container--no-img::before, .teaser__img-container--no-img::after {
  display: none;
}
.teaser__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) scale(0.6);
}
.teaser__play .teaser-icon {
  margin: 0;
}
.teaser__body {
  align-self: center;
}
@media screen and (min-width: 768px) {
  .teaser__body {
    width: 50%;
  }
}
.teaser__body, .teaser__body > * {
  max-width: 100%;
}
.teaser__body > *:last-child {
  margin-bottom: 0;
}
.teaser__body p {
  line-height: 1.4;
}
.teaser__body-inner {
  padding: 15px 20px 40px;
}
@media screen and (min-width: 768px) {
  .teaser__body-inner {
    padding: 15px 30px 20px;
  }
}
.teaser__body-inner > *:last-child {
  margin-bottom: 0;
}
.teaser__header {
  margin-bottom: 10px;
}
.teaser__heading {
  margin-bottom: 0;
}
.teaser__heading a {
  border-bottom: none;
  color: #004357;
}
.teaser__date {
  font-family: "AkademieStd", sans-serif;
  letter-spacing: 0.4px;
  display: block;
  margin-top: 3px;
  color: #667070;
  font-size: 0.875rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .teaser__date {
    line-height: 1.5;
  }
}
.teaser__comments {
  margin: 13px 0 0;
  padding: 9px 0;
  font-family: "AkademieStd", sans-serif;
  letter-spacing: 0.4px;
  text-align: center;
  border-top: 1px solid #e6f5f7;
}
@media screen and (min-width: 768px) {
  .teaser__comments {
    border-top: none;
    border-left: 1px solid #e6f5f7;
    padding: 0 18px;
    margin: 0 0 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.teaser__comments-count {
  border: none;
}
.teaser__comments-count::before {
  content: "";
  display: inline-block;
}
.teaser__comments-count::before {
  vertical-align: middle;
  margin: 0 15px 2px 0;
}
@media screen and (max-width: 767px) {
  .teaser__comments-count::before {
    background-size: 2129px 2023px;
    background-position: -646px -700px;
    width: 16px;
    height: 14px;
  }
}
@media screen and (min-width: 768px) {
  .teaser__comments-count::before {
    display: block;
    margin: 0 0 10px 0;
  }
}
@media screen and (min-width: 768px) {
  .teaser__comments-suffix {
    display: none;
  }
}
.teaser--img-small .teaser__img-container-inner {
  position: relative;
  overflow: hidden;
}
.teaser--img-small .teaser__img-container-inner,
.teaser--img-small .teaser__img-container-inner div {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.teaser--img-small .teaser__img-container-inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .teaser--img-small .teaser__img-container {
    width: 300px;
    flex-shrink: 0;
    align-self: flex-start;
  }
  .teaser--img-small .teaser__img-container-small {
    width: 250px;
    margin-top: 8px;
  }
  .teaser--img-small .teaser__body {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
  }
}
.teaser--img-small .teaser__body-inner {
  padding-right: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .teaser--img-small .teaser__body-inner {
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .teaser--img-small .teaser__body-inner {
    padding-top: 0;
  }
}
.teaser--img-small--new {
  width: 100%;
}
.teaser--img-small--new .teaser__img-container::before {
  content: none;
}
.teaser--img-small--new .teaser__heading {
  margin-top: 16px;
}
.teaser--img-small--new .teaser__heading::before {
  content: "";
  display: inline-block;
  margin: 0 8px 0 0;
}
.teaser--img-small--new .teaser__body {
  max-width: 619px;
}
.teaser--img-entry {
  margin: 0 8;
}
.teaser--img-entry .teaser__img-entry-container {
  position: relative;
  overflow: hidden;
  display: block;
}
.teaser--img-entry .teaser__img-container-inner, .teaser--img-entry .teaser__img-container--no-img {
  padding-bottom: 65%;
}
@media screen and (min-width: 768px) {
  .teaser--img-entry .teaser__img-container-inner, .teaser--img-entry .teaser__img-container--no-img {
    padding-bottom: 80%;
  }
}
@media screen and (min-width: 1024px) {
  .teaser--img-entry .teaser__img-container-inner, .teaser--img-entry .teaser__img-container--no-img {
    padding-bottom: 70%;
  }
}
.teaser--img-entry .teaser__body {
  background: rgba(0, 67, 87, 0.72);
  padding: 16px 24px;
  position: absolute;
  width: 100%;
  bottom: 24px;
  min-height: 64px;
}
@media screen and (min-width: 768px) {
  .teaser--img-entry .teaser__body {
    bottom: 32px;
    min-height: 56px;
    padding: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .teaser--img-entry .teaser__body {
    min-height: 76px;
    padding: 24px;
  }
}
.teaser--img-entry .teaser__body-inner {
  padding: 0;
}
.teaser--img-entry .teaser__heading {
  height: auto;
}
.teaser--img-entry .teaser__heading a {
  font-size: 1.5rem;
  font-family: "AkademieStd", sans-serif;
  letter-spacing: 0.4px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .teaser--img-entry .teaser__heading a {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .teaser--img-entry .teaser__heading a {
    font-size: 1.875rem;
    line-height: 28px;
  }
}
.teaser--img-entry .teaser__heading a::after {
  content: "";
  display: inline-block;
  margin: 6px 0 0 15px;
}
.teaser--img-entry .teaser__heading a::after {
  float: right;
  vertical-align: baseline;
}
.teaser--bottom-pad {
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .teaser--has-comments {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .teaser--has-comments {
    align-items: stretch;
  }
}
.teaser--campaign {
  min-height: 400px;
  max-width: 1024px;
  margin: 0 auto 45px;
  border-radius: 0 0 0 8px;
  background: linear-gradient(rgba(206, 241, 207, 0.92) 0, rgba(206, 241, 207, 0.92) 100%), linear-gradient(#96de99 0, #96de99 100%);
  color: #004357;
}
@media screen and (min-width: 768px) {
  .teaser--campaign {
    align-items: initial;
  }
}
@media screen and (min-width: 1280px) {
  .teaser--campaign {
    max-width: 1120px;
  }
}
.teaser--campaign .teaser__img-container {
  position: relative;
  overflow: hidden;
  overflow: hidden;
}
.teaser--campaign .teaser__img-container:after, .teaser--campaign .teaser__img-container:before {
  content: "";
  position: absolute;
  top: 100%;
  display: block;
  width: 200%;
  height: 100%;
}
.teaser--campaign .teaser__img-container:before {
  z-index: 1;
  background: #96de99;
  left: 0;
  transform-origin: top left;
  transform: rotate(351deg);
}
.teaser--campaign .teaser__img-container:after {
  z-index: 2;
  background: rgba(206, 241, 207, 0.92);
  top: 100%;
  left: auto;
  right: 0;
  transform-origin: top right;
  transform: rotate(-351deg);
}
@media screen and (min-width: 768px) {
  .teaser--campaign .teaser__img-container {
    position: relative;
    overflow: hidden;
    min-height: 400px; /* IE compatability */
  }
  .teaser--campaign .teaser__img-container:after, .teaser--campaign .teaser__img-container:before {
    content: "";
    position: absolute;
    top: 100%;
    display: block;
    width: 100%;
    height: 200%;
  }
  .teaser--campaign .teaser__img-container:before {
    z-index: 1;
    background: #96de99;
    bottom: 0;
    left: 100%;
    transform-origin: bottom left;
    transform: translateY(-100%) rotate(-370deg);
  }
  .teaser--campaign .teaser__img-container:after {
    z-index: 2;
    background: rgba(206, 241, 207, 0.92);
    top: 0;
    left: 100%;
    transform: rotate(367deg);
  }
}
@media screen and (min-width: 768px) {
  .teaser--campaign .teaser__img-container img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: auto;
    max-width: none;
  }
}
@media screen and (min-width: 1440px) {
  .teaser--campaign .teaser__img-container img.width-compensation {
    height: auto;
    width: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 768px) {
  .teaser--campaign .teaser__body-inner {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.teaser--campaign .teaser__heading a {
  color: #004357;
}
.teaser--campaign .button, .teaser--campaign button[type=submit]:not(.button--icon) {
  color: #009382;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .teaser--campus {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .teaser--campus {
    display: flex;
    min-height: 400px;
  }
}
@media screen and (min-width: 1280px) {
  .teaser--campus {
    min-height: 320px;
  }
}
@media screen and (min-width: 768px) {
  .teaser--campus .teaser__img-container,
  .teaser--campus .teaser__body {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .teaser--campus .teaser__img-container {
    position: relative;
    overflow: hidden;
    min-height: 300px; /* IE compatability */
    max-height: 400px;
  }
  .teaser--campus .teaser__img-container:after, .teaser--campus .teaser__img-container:before {
    content: "";
    position: absolute;
    top: 100%;
    display: block;
    width: 200%;
    height: 100%;
  }
  .teaser--campus .teaser__img-container:before {
    z-index: 1;
    background: #e2f3f5;
    left: 0;
    transform-origin: top left;
    transform: rotate(351deg);
  }
  .teaser--campus .teaser__img-container:after {
    z-index: 2;
    background: rgba(255, 255, 255, 0.92);
    top: 100%;
    left: auto;
    right: 0;
    transform-origin: top right;
    transform: rotate(-351deg);
  }
}
@media screen and (min-width: 1024px) {
  .teaser--campus .teaser__img-container {
    position: relative;
    overflow: hidden;
    width: 60%;
    max-height: none;
    min-height: 400px;
  }
  .teaser--campus .teaser__img-container:after, .teaser--campus .teaser__img-container:before {
    content: "";
    position: absolute;
    top: 100%;
    display: block;
    width: 100%;
    height: 200%;
  }
  .teaser--campus .teaser__img-container:before {
    z-index: 1;
    background: #e2f3f5;
    bottom: 0;
    left: 100%;
    transform-origin: bottom left;
    transform: translateY(-100%) rotate(-370deg);
  }
  .teaser--campus .teaser__img-container:after {
    z-index: 2;
    background: rgba(255, 255, 255, 0.92);
    top: 0;
    left: 100%;
    transform: rotate(367deg);
  }
}
@media screen and (min-width: 1280px) {
  .teaser--campus .teaser__img-container {
    width: 50%;
    min-height: 320px; /* IE compatability */
  }
}
@media screen and (min-width: 1024px) {
  .teaser--campus .teaser__img-container img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: auto;
    max-width: none;
  }
}
@media screen and (min-width: 1280px) {
  .teaser--campus .teaser__img-container img {
    height: auto;
    width: 100%;
    transform: translateY(-15%);
  }
}
@media screen and (min-width: 1024px) {
  .teaser--campus .teaser__body {
    width: 40%;
    padding-left: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .teaser--campus .teaser__body {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .teaser-list--columnized .teaser {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .teaser-list--columnized .teaser .teaser__img-container,
  .teaser-list--columnized .teaser .teaser__body {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .teaser-list--columnized .teaser .teaser__img-container {
    position: relative;
    overflow: hidden;
    max-height: 400px;
  }
  .teaser-list--columnized .teaser .teaser__img-container:after, .teaser-list--columnized .teaser .teaser__img-container:before {
    content: "";
    position: absolute;
    top: 100%;
    display: block;
    width: 200%;
    height: 100%;
  }
  .teaser-list--columnized .teaser .teaser__img-container:before {
    z-index: 1;
    background: #e2f3f5;
    left: 0;
    transform-origin: top left;
    transform: rotate(351deg);
  }
  .teaser-list--columnized .teaser .teaser__img-container:after {
    z-index: 2;
    background: rgba(255, 255, 255, 0.92);
    top: 100%;
    left: auto;
    right: 0;
    transform-origin: top right;
    transform: rotate(-351deg);
  }
}
.teaser-list--columnized .teaser .teaser__body-inner {
  padding: 10px 0 0;
}
.teaser--block {
  flex-wrap: wrap;
}
.teaser--block .teaser__body-inner {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .teaser--block .teaser__body-inner {
    padding-top: 0;
  }
}
.teaser--block .teaser__heading a {
  color: #0080a3;
}
.teaser--block .teaser__heading a::before {
  content: "";
  display: inline-block;
  margin: 0 8px 0 0;
}
@media screen and (min-width: 768px) {
  .teaser--block .teaser__img-container {
    flex-basis: 175px;
    flex-grow: 1;
    margin-right: 30px;
    margin-bottom: 20px;
  }
  .teaser--block .teaser__body {
    flex-basis: 350px;
    flex-grow: 1;
  }
}

.EPiServerForms {
  font-family: "AkademieStd", sans-serif;
  letter-spacing: 0.4px;
}
.EPiServerForms .Form__Description {
  margin-bottom: 25px;
}
.EPiServerForms .Form__Element {
  margin-bottom: 0 !important;
}
.EPiServerForms .Form__Element.FormChoice {
  margin-bottom: 16px;
}
.EPiServerForms .Form__Element.FormChoice .Form__Element__Caption {
  padding-bottom: 0;
}
.EPiServerForms .Form__Element.FormChoice label {
  display: inline-block;
  margin-right: 20px;
  padding-bottom: 0;
}
.EPiServerForms .Form__Element__Caption {
  font-size: 1rem;
  display: block !important;
  padding-bottom: 7px;
}
.form {
  font-family: "AkademieStd", sans-serif;
  letter-spacing: 0.4px;
}
.form input, .form textarea {
  width: 100%;
}
.form button[type=submit] {
  float: right;
}

.field-validation-error, .validation-summary-errors {
  color: red;
}

/*------------------------------------*\
    #GLOBAL-FOOTER
\*------------------------------------*/
/**
 * Styling for the main footer displayed at the bottom of all pages
 */
.footer {
  background: #004357;
  color: #e6f5f7;
  text-align: center;
  padding: 32px 5px 48px 5px;
  font-size: 1.25rem;
  font-family: "AkademieStd", sans-serif;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-right: 100px;
    padding-left: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .footer {
    text-align: left;
    padding: 48px 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.footer a {
  color: #e6f5f7;
}
.footer p {
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .footer p {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .footer p {
    margin-right: 37px;
  }
}
@media screen and (min-width: 768px) {
  .footer__text {
    display: flex;
    justify-content: space-between;
  }
}
.footer__social {
  margin: 48px auto 0 auto;
  max-width: 325px;
}
@media screen and (min-width: 1024px) {
  .footer__social {
    margin: 0;
  }
}

.header-menu {
  display: none;
  font-family: "AkademieStd", sans-serif;
  background-color: #f0f9fa;
  border-bottom: 1px solid #00afba;
}
.header-menu.is-visible {
  display: flex;
  background: linear-gradient(to bottom, #f0f9fa 50%, white 50%);
}
@media screen and (min-width: 1024px) {
  .header-menu.is-visible {
    background: linear-gradient(to right, #f0f9fa 50%, white 50%);
  }
}
.header-menu__grid {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .header-menu__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .header-menu__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.header-menu__column {
  display: flex;
  flex-direction: column;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (min-width: 768px) {
  .header-menu__column {
    padding: 2.5rem 1.5rem;
  }
}
.header-menu__column--blue {
  background-color: #f0f9fa;
}
.header-menu__column--white {
  background-color: #fff;
}
.header-menu__column-heading {
  font-family: "LyonText", serif;
  border-bottom: 1.5px solid #00afba;
  font-weight: 700;
  font-size: 1.25rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
.header-menu__list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.header-menu__list-item {
  margin-top: 0.75rem;
}
.header-menu__list-item a {
  text-decoration: none;
  transition: none;
  color: #004357;
  display: inline-flex;
  padding-top: 0.25rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #00afba;
}
.header-menu__list-item a:hover {
  box-shadow: 0 2px 0 0 #00afba;
}

/*------------------------------------*/
/*  #HEADER
/*------------------------------------*/
/**
 * Intranet global header
 */
.header {
  font-family: "AkademieStd", sans-serif;
  background: #004357;
  color: white;
}
.header__inner {
  position: relative;
  min-height: 64px;
  display: flex;
  align-items: center;
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  .header__inner {
    justify-content: space-between;
    min-height: 80px;
    padding: 0 16px;
  }
}
@media screen and (min-width: 1024px) {
  .header__inner {
    padding: 0 32px;
  }
}
@media screen and (min-width: 1440px) {
  .header__inner {
    padding: 0;
  }
}
.header__sidebar-btn {
  align-items: center;
  display: flex;
  width: 12.5rem;
  /**
   * 1. Hide notification when menu is open since
   *    there is also a notification component inside
   *    the main menu
   */
}
.header__sidebar-btn .notification-component {
  margin-left: 24px;
  /* 1 */
}
.button--menu-toggle.is-active + .notification-component {
  display: none;
}

.header__logo {
  align-items: center;
  display: flex;
  margin-inline: auto;
}
.header__logo .logo {
  align-items: center;
  display: flex;
  gap: 16px;
  height: unset;
  line-height: unset;
}
.header__logo .logo::before {
  order: -1;
  position: static;
}
.header__logo .logo::after {
  order: -2;
  position: static;
}
.header__search {
  display: none;
  padding-block: 0.5rem;
}
@media screen and (min-width: 1280px) {
  .header__search {
    display: block;
  }
}
.header__search .inline-search {
  align-items: center;
  display: flex;
  height: unset;
}
.header__search .inline-search input {
  margin-bottom: 0;
}
.header__search .inline-search .inline-search__submit {
  top: unset;
}
.header__search-btn {
  display: block;
  margin-right: 14px;
}
@media screen and (min-width: 1280px) {
  .header__search-btn {
    display: none;
  }
}
.header__search-btn--expanded {
  align-self: flex-end;
}
.header__search-btn--expanded .header__handheld-search {
  display: block;
}
.header__handheld-search {
  display: none;
  transition: all 400ms ease;
  position: absolute;
  left: 0;
  top: 64px;
  width: 100%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .header__handheld-search {
    top: 80px;
  }
}
.header__handheld-search.is-visible {
  display: block;
}
.header__tool {
  display: block;
  margin-right: 14px;
}
.header__profile {
  display: block;
}
.header--handheld-search-open {
  margin-bottom: 64px;
}

/*------------------------------------*\
    #AVATAR
\*------------------------------------*/
/**
 * User image used in comment section under articles
 */
.avatar {
  overflow: hidden;
  height: 32px;
  width: 28px;
}
@media screen and (min-width: 768px) {
  .avatar {
    height: 64px;
    width: 56px;
  }
}
.avatar img {
  position: relative;
  height: 100%;
  max-width: none;
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.icon {
  display: inline-block;
}
.icon__alt-text {
  display: none;
}

.logo {
  display: inline-block;
  position: relative;
  border: none;
  color: white;
  padding-left: 46px;
  font-size: 0;
  line-height: 60px;
  height: 60px;
}
.logo::after {
  content: "";
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .logo {
    font-size: 1.5rem;
    padding-left: 80px;
  }
}
.logo::after {
  position: absolute;
  left: 0;
  top: 10px;
}
.logo::before {
  display: block;
  height: 60px;
  position: absolute;
  left: 62px;
  border-left: 1px solid #0080a3;
}
@media screen and (min-width: 768px) {
  .logo::before {
    content: "";
  }
}

.spinner {
  height: 20rem;
  margin-inline: auto;
  padding: 5rem;
}
.spinner--hidden {
  display: none;
}
.spinner__inner {
  left: 50%;
  height: 10rem;
  position: relative;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10rem;
  z-index: 2;
}
.spinner__face {
  align-items: center;
  display: flex;
  justify-content: center;
  left: 50%;
  height: 6.666rem;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10rem;
  z-index: 2;
}
.spinner__asteroid {
  animation-name: orbit;
  animation-duration: 4000ms;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  background-color: #fff;
  border-radius: 100em;
  height: 2.5rem;
  position: absolute;
  width: 2.5rem;
  z-index: 1;
}
.spinner__text:after {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  animation: ellipsis steps(4, end) 1500ms infinite;
  content: "…"; /* ascii code for the ellipsis character */
  position: absolute;
  width: 0;
}

@keyframes orbit {
  0% {
    background-color: #0080a3;
    z-index: 3;
    transform: translate(-140%, -25%);
  }
  25% {
    background-color: #c2eaf0;
  }
  49% {
    z-index: 3;
    transform: translate(440%, 110%);
  }
  50% {
    background-color: #0080a3;
    z-index: 1;
    transform: translate(440%, 110%);
  }
  75% {
    background-color: #004357;
  }
  100% {
    background-color: #0080a3;
    z-index: 1;
    transform: translate(-140%, -25%);
  }
}
@keyframes ellipsis {
  to {
    width: 1.25em;
  }
}
/*------------------------------------*\
    #TEASER-ICON
\*------------------------------------*/
/**
 * Teaser icons are icons contained in a blue circle.
 * Mostly used in conjunction with teaser-blocks.
 * Teasers are previews of a content type (i.e. news article, calendar event etc)
 */
.teaser-icon {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  margin-right: 15px;
}
/*------------------------------------*\
    #L-2-COL
\*------------------------------------*/
/**
 * "Fake" 2-col layout that holds main-content and aside (sidebar) on different
 * page templates
 */
.l-2-col {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .l-2-col {
    display: block;
  }
  .l-2-col::after {
    clear: both;
    content: "";
    display: block;
  }
}
.l-2-col__main-content {
  max-width: 630px;
}
@media screen and (min-width: 1440px) {
  .l-2-col__main-content {
    width: 700px;
  }
}
.l-2-col__main-content > *:last-child {
  margin-bottom: 0;
}
.l-2-col__main-content h2, .l-2-col__main-content h3, .l-2-col__main-content h4 {
  margin-top: 40px;
}
.l-2-col__main-content h2:first-child, .l-2-col__main-content h3:first-child, .l-2-col__main-content h4:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .l-2-col__main-content--left-margin {
    margin-left: 56px;
    max-width: 644px;
  }
}
.l-2-col__aside {
  min-height: 1px;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .l-2-col__aside {
    float: right;
    width: 360px;
    max-width: 360px;
    margin-left: 32px;
  }
}
.l-2-col__aside > *:last-child {
  margin-bottom: 0;
}
.l-2-col__aside img.img-scaled,
.l-2-col__aside .img.img-scaled {
  max-width: 300px;
}
@media screen and (min-width: 768px) {
  .l-2-col__aside img.img-scaled,
  .l-2-col__aside .img.img-scaled {
    margin-left: auto;
    margin-right: auto;
  }
}
.l-2-col__aside--bottom {
  margin-top: 25px;
  order: 2;
}
@media screen and (min-width: 768px) {
  .l-2-col__aside--bottom {
    margin-top: 0;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 768px) {
  .l-2-col__aside--byline {
    float: none;
    width: 100%;
    max-width: 700px;
    margin-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .l-2-col__aside--byline {
    float: right;
    width: 360px;
    max-width: 360px;
    margin-left: 32px;
  }
}
@media screen and (min-width: 1440px) {
  .l-2-col__aside--byline {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.l-2-col--wide {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .l-2-col--wide {
    display: flex;
  }
}
@media screen and (min-width: 1280px) {
  .l-2-col--wide {
    display: block;
  }
}
.l-2-col--wide .l-2-col__main-content {
  max-width: 765px;
  width: auto;
  padding-right: 0;
  order: 1;
  margin-bottom: 48px;
}
@media screen and (min-width: 768px) {
  .l-2-col--wide .l-2-col__main-content {
    max-width: none;
    padding-right: 24px;
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .l-2-col--wide .l-2-col__main-content {
    padding-right: 36px;
    max-width: 856px;
  }
}
@media screen and (min-width: 1440px) {
  .l-2-col--wide .l-2-col__main-content {
    max-width: 1020px;
    padding-right: 48px;
  }
}
.l-2-col--wide .l-2-col__aside {
  width: 100%;
  float: unset;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  order: 2;
}
@media screen and (min-width: 1280px) {
  .l-2-col--wide .l-2-col__aside {
    float: right;
    width: 360px;
    max-width: 360px;
    order: none;
  }
}

/*------------------------------------*\
    #L-BODY
\*------------------------------------*/
/**
 * Description goes here
 */
.l-body {
  display: block;
  max-width: 928px;
  margin: 0 auto;
}
@media screen and (min-width: 1440px) {
  .l-body {
    max-width: 1120px;
  }
}
.l-body--wide {
  max-width: 1400px;
}

/*------------------------------------*\
    #L-CONTAINER
\*------------------------------------*/
/**
 * Container that centers content, restricts max-width, and ensures propper padding
 */
.l-container {
  box-sizing: content-box;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .l-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 1440px) {
  .l-container {
    max-width: 1280px;
  }
}
.l-container > * {
  box-sizing: border-box;
}

/*------------------------------------*\
    #L-FILTER-PAGE
\*------------------------------------*/
/**
 * Defines reusable styles for pages that list content that can be filtered
 * by filter lists (e.g. study program listings and person listings)
 */
.l-filter-page {
  /**
  * (1) Make up for lack of "momentum scroll" in iOS Safari when using
  *     overflow-y: scroll;
  */
}
.l-filter-page__header, .l-filter-page__heading {
  margin-bottom: 40px;
  margin-top: 0;
}
.l-filter-page__heading {
  border-bottom: 1px solid #e6f5f7;
}
.l-filter-page__body {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1280px) {
  .l-filter-page__body {
    flex-direction: row;
  }
  .l-filter-page__body .button--toggle-filter-menu {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .l-filter-page__body--reversed {
    flex-direction: row-reverse;
  }
  .l-filter-page__body--reversed .l-filter-page__filters {
    margin: 0 0 0 35px;
  }
}
.l-filter-page__filters-toggle {
  align-self: flex-end;
}
.l-filter-page__filters-body {
  background: red;
}
@media screen and (min-width: 1280px) {
  .l-filter-page__filters-body {
    padding: 0;
  }
}
.l-filter-page__filtered-content {
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
}
.l-filter-page__filtered-content h3 {
  margin-bottom: 0;
}
.l-filter-page__filtered-content > * {
  margin-bottom: 40px;
}
.l-filter-page__filtered-content > *:last-child {
  margin-bottom: 0;
}

.l-grid {
  margin: 0 -16px;
}
@media screen and (max-width: 767px) {
  .l-grid[data-columns]::before {
    content: "1 .column.size-1of1";
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-grid[data-columns]::before {
    content: "2 .column.size-1of2";
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .l-grid[data-columns]::before {
    content: "2 .column.size-1of2";
  }
}
@media screen and (min-width: 1280px) {
  .l-grid[data-columns]::before {
    content: "3 .column.size-1of3";
  }
}
.l-grid[data-columns] .column {
  float: left;
  padding: 0 16px;
}
.l-grid[data-columns] .size-1of1 {
  width: 100%;
}
.l-grid[data-columns] .size-1of2 {
  width: 50%;
}
.l-grid[data-columns] .size-1of3 {
  width: 33.333%;
}

/*------------------------------------*\
    #L-SEQUENTIAL-COLUMNS
\*------------------------------------*/
/**
 * Splits content into sequential columns (reading sequentially in
 * the vertical direction, not horizontally as this could be achieved natively
 * by flexbox). See accompanying JS-file (sequential-columns.js) for complete functionality
 */
.l-sequential-columns {
  display: flex;
  margin: 0 -16px;
  /**
   * (1) To handle default behaviour in IE10/11, which is is "0 0 auto"
   *     rather than "0 1 auto", as per the draft spec of September 2013.
   */
}
.l-sequential-columns.is-hidden {
  display: none;
}
.l-sequential-columns__column {
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0 16px;
}
.l-sequential-columns__column:empty {
  display: none;
}

/*------------------------------------*\
    #L-TEMPLATE
\*------------------------------------*/
/**
 * Common helper selector used in conjunction with other template selectors like
 * l-homepage.
 */
.l-template {
  padding-bottom: 95px;
}
.l-template::before {
  content: "";
  display: block;
  height: 0;
  width: 100%;
  margin-bottom: 10px;
}
.l-template.l-homepage::before {
  display: none;
}
.l-template.l-campuses {
  padding-bottom: 0;
}

/*------------------------------------*\
    #L-TOP-CONTENT
\*------------------------------------*/
/**
 * Content block containing a featured image and a byline.
 * The byline consists of an author and a publised/edited date.
 */
.l-top-content {
  position: relative;
  margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .l-top-content {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .l-top-content {
    display: flex;
  }
}
@media screen and (min-width: 1280px) {
  .l-top-content__left {
    flex-grow: 1;
    max-width: 692px;
  }
}
@media screen and (min-width: 1440px) {
  .l-top-content__left {
    max-width: 948px;
  }
}
.l-top-content__right {
  margin-top: 15px;
}
@media screen and (min-width: 1280px) {
  .l-top-content__right {
    box-sizing: content-box;
    min-width: 300px;
    width: 300px;
    padding-left: 32px;
    margin-top: 0;
  }
}
@media screen and (min-width: 1280px) {
  .l-top-content--wrap {
    display: block;
  }
}

.page-layout {
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.page-layout > header {
  flex: 0 0 auto;
}
.page-layout__column-area {
  flex: 1 0 auto;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .page-layout__column-area {
    display: flex;
    align-items: stretch;
  }
}
.page-layout__sidebar {
  position: absolute;
  left: -300px;
  width: 300px;
  transition: all 400ms ease;
  background: #cef1cf;
}
.page-layout__sidebar::after {
  content: "";
  display: inline-block;
}
.page-layout__sidebar::after {
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 1800px) {
  .page-layout__sidebar {
    position: static;
    flex: 0 0 auto;
    visibility: visible;
  }
}
@media screen and (max-width: 1799px) {
  .page-layout__sidebar {
    height: 100%;
    z-index: 10;
    visibility: hidden;
  }
  .page-layout__sidebar.is-visible {
    left: 0;
    visibility: visible;
  }
}
.page-layout__main-content {
  flex: 1;
  padding: 24px 10px;
  position: relative;
  overflow-x: hidden;
  /**
   * 1. Ensures no extra space coming from headings that immediately
   *    follow breadcrumbs
   */
}
@media screen and (max-width: 1799px) {
  .page-layout__main-content::before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    transition: opacity 400ms ease;
    background: white;
  }
  .page-layout__sidebar.is-visible + .page-layout__main-content {
    position: relative;
  }
  .page-layout__sidebar.is-visible + .page-layout__main-content::before {
    opacity: 0.72;
    z-index: 9;
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .page-layout__main-content {
    padding: 24px 16px;
  }
}
@media screen and (min-width: 1024px) {
  .page-layout__main-content {
    padding: 24px 32px;
  }
}
@media screen and (min-width: 1800px) {
  .page-layout__main-content::after {
    clear: both;
    content: "";
    display: block;
  }
}
.page-layout__main-content--has-breadcrumbs {
  padding-top: 72px;
  /* 1 */
}
.page-layout__main-content--has-breadcrumbs .l-body > h1:first-child {
  margin-top: 0;
}
.page-layout__breadcrumbs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.page-layout__column {
  margin-bottom: 40px;
}
@media screen and (min-width: 1280px) {
  .page-layout__column {
    width: 40%;
    padding-right: 32px;
    float: left;
  }
  .page-layout__column:nth-child(2) {
    width: 60%;
    float: right;
    padding-right: 0;
  }
}
@media screen and (min-width: 1440px) {
  .page-layout__column {
    width: 45%;
  }
  .page-layout__column:nth-child(2) {
    width: 55%;
  }
}
@media screen and (min-width: 1800px) {
  .page-layout__column, .page-layout__column:nth-child(2) {
    width: 50%;
  }
}
.page-layout__simple-page-title {
  margin-top: 0;
}
.page-layout > footer {
  flex: 0 0 auto;
}

/*------------------------------------*\
    #L-INFO-PAGE
\*------------------------------------*/
/**
 * Layout for info page template
 */
.l-info-page__container {
  max-width: 928px;
  margin: 0 auto;
}
@media screen and (min-width: 1440px) {
  .l-info-page__container {
    max-width: 1120px;
  }
}
.l-info-page__body-container {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .l-info-page__body-container {
    display: block;
  }
}
.l-info-page__body {
  max-width: 700px;
  margin-bottom: 50px;
}
.l-info-page__aside {
  order: 2;
}
@media screen and (min-width: 768px) {
  .l-info-page__aside {
    float: right;
    max-width: 360px;
    margin: 0 0 35px 35px;
  }
}
@media screen and (min-width: 1440px) {
  .l-info-page__aside {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.l-info-page__aside > *:last-child {
  margin-bottom: 0;
}

/*------------------------------------*\
    #EDITABLE-LIST
\*------------------------------------*/
/**
 * Representation of a list where each li can be edited
 */
.editable-list input {
  position: relative;
  display: block;
  width: 100%;
  min-height: 40px;
  padding: 3px 20px 2px 50px;
  margin: 0;
  background: #fff;
  word-wrap: break-word;
  border: 1px solid #cef1cf;
  border-radius: 2px;
}
.editable-list input:hover:not(:focus) {
  background: #009382;
  color: #fff;
}
.editable-list input:hover:not(:focus) + label {
  left: 20px;
  border-radius: 0;
}
.editable-list input:not(:focus) {
  text-overflow: ellipsis;
}
.editable-list__expandable.is-open input, .editable-list input:focus {
  outline: none;
  background: #cef1cf;
}
.editable-list__expandable.is-open input::before, .editable-list input:focus::before {
  color: #009382;
}
.editable-list__expandable.is-open input + label, .editable-list input:focus + label {
  background: #009382;
}

.editable-list input.invalid {
  border: 1px solid #eb6851 !important;
}
.editable-list label {
  position: absolute;
  top: 49%;
  left: 22px;
  height: 5px;
  width: 5px;
  transform: translateY(-50%);
  z-index: 1;
  padding: 0;
  background: #004357;
  border-radius: 50%;
}
.editable-list label span {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: circle(1% at 1% 1%);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.editable-list ul {
  padding: 0;
  margin-bottom: 0;
}
.editable-list li {
  position: relative;
  border-radius: 2px;
  margin-bottom: 8px;
  list-style: none;
  transition: all 200ms ease;
}
.editable-list li::after {
  position: absolute;
}
input:hover + .editable-list li::after::before {
  content: "";
  display: inline-block;
}
.editable-list li .editable-list__delete {
  position: absolute;
  top: -5px;
  right: -5px;
  opacity: 0;
}
.editable-list li:hover .editable-list__delete,
.editable-list li .editable-list__delete:focus {
  opacity: 1;
}
.editable-list .editable-list__add {
  position: relative;
}
.editable-list .editable-list__add label {
  left: 15px;
  border-radius: 0;
}
.editable-list .editable-list__add input::-webkit-input-placeholder {
  color: #009382;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.editable-list .editable-list__add input:-moz-placeholder {
  color: #009382;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.editable-list .editable-list__add input::-moz-placeholder {
  color: #009382;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.editable-list .editable-list__add input:-ms-input-placeholder {
  color: #009382;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.editable-list .editable-list__add input:focus + button {
  opacity: 1;
}
.editable-list .editable-list__add input, .editable-list .editable-list__add input:hover {
  color: #009382;
  background: #cef1cf;
}
.editable-list .editable-list__add button {
  opacity: 0;
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: none;
  border: 1px solid #00afba;
  color: #00afba;
  background: #fff;
  padding: 5px 16px;
  font-size: 1rem;
  line-height: 22px;
  transition: all 400ms ease;
}
.editable-list__expandable.is-open button, .editable-list .editable-list__add button:focus {
  opacity: 1;
}

.editable-list .editable-list__add button:focus, .editable-list .editable-list__add button:hover {
  color: #fff;
  background: #00afba;
}
.editable-list .editable-list__add .editable-list__url-input input {
  padding-bottom: 50px;
}
.editable-list__delete {
  border: none;
  transition: none;
}
.editable-list__delete span {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: circle(1% at 1% 1%);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.editable-list .editable-list__url-input label {
  left: 17px;
  top: 20px;
}
.editable-list__expandable:not(.is-open) > div:not(:first-child) {
  display: none;
}
.editable-list__expandable > div {
  position: relative;
}
.editable-list__expandable.is-open div:first-child input {
  border-bottom: 1px solid #96de99;
}
.editable-list__expandable.editable-list__add button {
  transform: none;
  top: auto;
  bottom: 8px;
  right: 16px;
}
.editable-list--2col ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .editable-list--2col ul {
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media screen and (min-width: 768px) {
  .editable-list--2col li {
    min-width: 240px;
    flex-grow: 1;
    width: 50%;
    max-width: 100%;
    padding: 0 8px;
  }
}
.editable-list--2col li label {
  left: 30px;
}
.editable-list--2col li .editable-list__delete {
  right: 3px;
}

.filter-chips {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.filter-chips__label {
  padding-top: 0.375em;
  font-family: "AkademieStd", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
}
.filter-chips__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

/*------------------------------------*\
    #FILTER-LIST
\*------------------------------------*/
/**
 * Accordion that holds a list of filter terms/keywords
 */
.filter-list {
  font-family: "AkademieStd", sans-serif;
  letter-spacing: 0.4px;
  font-size: 1.125rem;
  margin-bottom: 8px;
}
.filter-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.filter-list__body {
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  height: 0;
  transition: all 400ms ease;
}
.is-active + .filter-list__body {
  visibility: visible;
  opacity: 1;
  height: auto;
  margin-top: 5px;
  margin-bottom: 25px;
}
.filter-list__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 100%;
  padding-bottom: 1px;
  border-bottom: 1px solid #e6f5f7;
  margin-bottom: 1px;
  cursor: pointer;
}
.filter-list__item::after {
  order: 2;
}
.filter-list__item:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.filter-list__item > *:not(ul) {
  min-height: 40px;
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
  order: 1;
  padding: 6px 16px;
  border: 1px solid #e6f5f7;
  border-color: transparent;
  border-radius: 2px;
  color: #004357;
}
.filter-list__item > *:not(ul):hover {
  outline: none;
  border: 1px solid #00afba;
  color: #00afba;
  background: transparent !important;
}
.filter-list__item ul {
  overflow: hidden;
  visibility: hidden;
  width: 100%;
  max-height: 0;
  order: 3;
  border-top: 1px solid #e6f5f7;
  border-bottom: 1px solid #e6f5f7;
  border-left: 1px solid #e6f5f7;
  margin-left: 8px;
  transition: all 400ms ease;
}
.filter-list__item::after {
  content: "";
  display: inline-block;
  margin: 0 0 0 12px;
}
.filter-list__item::after {
  visibility: hidden;
  min-width: 16px;
}
.filter-list__item.is-active::after {
  visibility: visible;
}
.filter-list__item.is-active > *:not(ul) {
  border: 1px solid #00afba;
  background: #f0f9fa;
}
.filter-list__item.is-active ul {
  visibility: visible;
  max-height: 100vh;
}
.filter-list__item.is-open {
  border: none;
  background: none;
}
.filter-list__item.is-open ul {
  visibility: visible;
  max-height: 100vh;
  margin-left: 16px;
}
.filter-list__flex-item > *:not(ul) {
  flex: 1 1 1px;
}
.filter-list__count::before {
  content: "(";
}
.filter-list__count::after {
  content: ")";
}
.filter-list--front-page {
  position: relative;
}
@media screen and (max-width: 767px), (min-width: 1280px) and (max-width: 1439px) {
  .filter-list--front-page {
    padding: 0 0 0 32px;
    background: none;
  }
}
@media screen and (max-width: 767px) {
  .filter-list--front-page {
    padding: 0;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .filter-list--front-page::before {
    content: "";
    position: absolute;
    left: 0;
    height: 48px;
    width: 32px;
    background: #e6f5f7;
  }
  .filter-list--front-page .button, .filter-list--front-page button[type=submit]:not(.button--icon) {
    padding-left: 0;
  }
  .filter-list--front-page ul {
    margin-left: -32px;
  }
  .filter-list--front-page ul li {
    padding-left: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px), (min-width: 1440px) {
  .filter-list--front-page {
    display: flex;
    align-items: center;
    height: 48px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.filter-list--front-page .button--dropdown {
  position: relative;
  font-size: 1.375rem;
  background: #e6f5f7;
  border: none;
  height: 48px;
}
.filter-list--front-page .button--dropdown::before {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}
.filter-list--front-page .button--dropdown.is-active::before {
  transform: translateY(-50%) rotate(-90deg);
}
@media screen and (min-width: 768px) and (max-width: 1279px), (min-width: 1440px) {
  .filter-list--front-page .button--dropdown {
    min-height: 0;
    background: transparent;
    border: none;
    padding: 0;
    margin-right: 10px;
    cursor: default;
    pointer-events: none;
    font-size: 1.5rem;
  }
  .filter-list--front-page .button--dropdown::before {
    display: none;
  }
}
.filter-list--front-page .filter-list__count {
  display: none;
}
.filter-list--front-page .filter-list__status {
  position: absolute;
  z-index: 1;
  right: 5px;
  top: 11px;
  color: #0080a3;
  font-size: 1.125rem;
  font-weight: 400;
  font-family: "AkademieStd", sans-serif;
  margin-right: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1279px), (min-width: 1440px) {
  .filter-list--front-page .filter-list__status {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px), (min-width: 1440px) {
  .filter-list--front-page .filter-list__body {
    max-height: none;
    visibility: visible;
    height: auto;
    opacity: 1;
    overflow: visible;
  }
}
.filter-list--front-page .filter-list__body ul {
  display: none;
}
@media screen and (max-width: 767px), (min-width: 1280px) and (max-width: 1439px) {
  .filter-list--front-page .is-active + .filter-list__body {
    height: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px), (min-width: 1440px) {
  .filter-list--front-page .is-active + .filter-list__body {
    margin: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px), (min-width: 1440px) {
  .filter-list--front-page .filter-list__item {
    display: inline-block;
    border: 0;
    margin-right: 4px;
  }
}
.filter-list--front-page .filter-list__item::after {
  display: none;
}
.filter-list--front-page .filter-list__item a {
  font-weight: 400;
  transition: all 400ms ease;
}
@media screen and (max-width: 767px) {
  .filter-list--front-page .filter-list__item a {
    margin: 1px 10px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .filter-list--front-page .filter-list__item a {
    margin: 1px 10px 1px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px), (min-width: 1440px) {
  .filter-list--front-page .filter-list__item a {
    min-height: 0;
    display: block;
    padding: 0 8px;
    border: 1px solid #00afba;
    border-radius: 1px;
    line-height: 30px;
    background: transparent;
    color: #004357;
  }
  .filter-list--front-page .filter-list__item a:hover {
    background: #fff !important;
  }
  .filter-list--front-page .filter-list__item a:focus {
    outline: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px), (min-width: 1440px) {
  .filter-list--front-page .filter-list__item.is-active a {
    color: #0080a3;
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  }
}
.filter-list--article-archive {
  position: relative;
  margin-top: -30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .filter-list--article-archive {
    padding: 0 0 0 32px;
    background: none;
  }
}
@media screen and (max-width: 767px) {
  .filter-list--article-archive {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .filter-list--article-archive {
    display: flex;
    align-items: center;
    height: 48px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.filter-list--article-archive .button--dropdown {
  position: relative;
  font-size: 1.375rem;
  background: #e6f5f7;
  border: none;
  height: 48px;
}
.filter-list--article-archive .button--dropdown::before {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}
.filter-list--article-archive .button--dropdown.is-active::before {
  transform: translateY(-50%) rotate(-90deg);
}
@media screen and (min-width: 768px) {
  .filter-list--article-archive .button--dropdown {
    min-height: 0;
    background: transparent;
    border: none;
    padding: 0;
    margin-right: 10px;
    cursor: default;
    pointer-events: none;
    font-size: 1.5rem;
  }
  .filter-list--article-archive .button--dropdown::before {
    display: none;
  }
}
.filter-list--article-archive .filter-list__count {
  display: none;
}
.filter-list--article-archive .filter-list__status {
  position: absolute;
  z-index: 1;
  right: 5px;
  top: 11px;
  color: #0080a3;
  font-size: 1.125rem;
  font-weight: 400;
  font-family: "AkademieStd", sans-serif;
  margin-right: 40px;
}
@media screen and (min-width: 768px) {
  .filter-list--article-archive .filter-list__status {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .filter-list--article-archive .filter-list__body {
    max-height: none;
    visibility: visible;
    height: auto;
    opacity: 1;
    overflow: visible;
  }
}
.filter-list--article-archive .filter-list__body ul {
  display: none;
}
@media screen and (max-width: 767px) {
  .filter-list--article-archive .is-active + .filter-list__body {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .filter-list--article-archive .is-active + .filter-list__body {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .filter-list--article-archive .filter-list__item {
    display: inline-block;
    border: 0;
    margin-right: 4px;
  }
}
.filter-list--article-archive .filter-list__item::after {
  display: none;
}
.filter-list--article-archive .filter-list__item a {
  font-weight: 400;
  transition: all 400ms ease;
}
@media screen and (max-width: 767px) {
  .filter-list--article-archive .filter-list__item a {
    margin: 1px 10px;
  }
}
@media screen and (min-width: 768px) {
  .filter-list--article-archive .filter-list__item a {
    min-height: 0;
    display: block;
    padding: 0 8px;
    border: 1px solid #00afba;
    border-radius: 1px;
    line-height: 30px;
    background: transparent;
    color: #004357;
  }
  .filter-list--article-archive .filter-list__item a:hover {
    background: #fff !important;
  }
  .filter-list--article-archive .filter-list__item a:focus {
    outline: none !important;
  }
}
@media screen and (min-width: 768px) {
  .filter-list--article-archive .filter-list__item.is-active a {
    color: #0080a3;
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  }
}
@media screen and (min-width: 768px) {
  .filter-list--article-archive {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}

.link-icon-tile-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(1, 1fr);
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .link-icon-tile-list {
    margin-top: 0;
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .link-icon-tile-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}
.link-icon-tile-list__item {
  display: flex;
  justify-content: stretch;
}

.link-list__list,
.link-list > ul {
  margin-top: 0;
  padding: 0;
}
.link-list__item,
.link-list li {
  border-bottom: 1px solid #e6f5f7;
  list-style: none;
  padding: 8px 0;
}
.link-list__item:last-child,
.link-list li:last-child {
  border-bottom: 0;
}
.link-list a {
  border-bottom: none;
  display: block;
  font-family: "AkademieStd", sans-serif;
  letter-spacing: 0.4px;
  font-size: 1.125rem;
  line-height: 1.4;
  padding-left: 24px;
  position: relative;
  color: #0080a3;
}
.link-list a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4.6px;
}
@media screen and (min-width: 768px) {
  .link-list a {
    font-size: 1.25rem;
  }
  .link-list a:before {
    top: 6px;
  }
}
.link-list__ingress {
  margin: 5px 0;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .link-list__ingress {
    font-size: 1rem;
  }
}
.link-list__meta {
  font-size: 0.875rem;
  color: #667070;
}
.link-list__source {
  border-left: 1px solid #e6f5f7;
  padding-left: 10px;
  margin-left: 10px;
}
aside .link-list {
  margin-top: 40px;
}
aside .link-list:first-child {
  margin-top: 0;
}
aside .link-list .link-list__heading {
  border-bottom: 1px solid #e6f5f7;
  color: #667070;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0;
  padding-bottom: 8px;
}
@media screen and (min-width: 768px) {
  aside .link-list a {
    font-size: 1.125rem;
  }
  aside .link-list a:before {
    top: 4.6px;
  }
}
.link-list--simple li {
  padding-left: 0;
  padding-right: 0;
}

/*------------------------------------*\
    #LIST
\*------------------------------------*/
/**
 * List component
 */
.list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 25px;
}
.list li > *:last-child {
  margin-bottom: 0;
}
.list--no-margin {
  margin: 0;
}
.list--no-top-pad li:first-child {
  padding-top: 0;
}
.list--pad-sides li {
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 768px) {
  .list--pad-sides li {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.list--micro-pad li {
  padding-top: 6px;
  padding-bottom: 6px;
}
.list--small-pad li {
  padding-top: 12px;
  padding-bottom: 12px;
}
.list--medium-pad li {
  padding-top: 16px;
  padding-bottom: 16px;
}
.list--large-pad li {
  padding-top: 24px;
  padding-bottom: 24px;
}
.list--micro-margin li:last-of-type, .list--small-margin li:last-of-type, .list--medium-margin li:last-of-type, .list--large-margin li:last-of-type, .list--xlarge-margin li:last-of-type {
  margin-bottom: 0;
}
.list--micro-margin li {
  margin-bottom: 5px;
}
.list--small-margin li {
  margin-bottom: 10px;
}
.list--medium-margin li {
  margin-bottom: 15px;
}
.list--large-margin li {
  margin-bottom: 20px;
}
.list--xlarge-margin li {
  margin-bottom: 32px;
}
.list--jumbo-margin li {
  margin-bottom: 40px;
}
.list--align-center li {
  display: flex;
  align-items: center;
}
.list--horizontal {
  display: flex;
  justify-content: space-between;
}
.list--border li {
  border-bottom: 1px solid #e6f5f7;
}
.list--border li:last-child {
  border: none;
}
.list--border-at-last-child li:last-child {
  border-bottom: 1px solid #e6f5f7;
}
.list--border-outside li:last-child {
  border-bottom: 1px solid #e6f5f7;
}
.list--border-outside li:first-child {
  border-top: 1px solid #e6f5f7;
}
.list--inner-width-container li > * {
  max-width: 1024px;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .list--inner-width-container li > * {
    max-width: 1280px;
  }
}
.list--inner-width-body li > * {
  max-width: 928px;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .list--inner-width-body li > * {
    max-width: 1120px;
  }
}

/*------------------------------------*/
/*  #NOTIFICATION-LIST
/*------------------------------------*/
/**
 * Shows a list of forum notifications
 */
/**
 * 1. To ensure that text color is not inherited from context
 */
.notification-list {
  color: #004357; /* 1 */
}
.notification-list__inner {
  border: 1px solid #e6f5f7;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.16), 0 1px 3px 0 rgba(0, 0, 0, 0.16);
}
.notification-list__header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 8px 10px;
  background: #e6f5f7;
  font-family: "AkademieStd", sans-serif;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .notification-list__header {
    padding: 8px 16px;
  }
}
.notification-list__count-plural {
  display: none;
}
.notification-list__count-plural.is-visible {
  display: inline;
}
.notification-list__dismiss {
  padding: 0;
  font-size: 1rem;
  color: #0080a3;
  text-align: right;
}
.notification-list__dismiss:focus, .notification-list__dismiss:hover {
  text-decoration: underline;
}
.notification-list ul {
  margin: 0;
}
.notification-list ul li {
  padding: 12px 10px;
  transition: 400ms ease;
}
@media screen and (min-width: 768px) {
  .notification-list ul li {
    padding: 12px 16px;
  }
}
.notification-list ul li:not(:last-child) {
  border-bottom: 1px solid #e6f5f7;
}
.notification-list ul li:last-child {
  padding-bottom: 16px;
}
.notification-list ul li a:focus, .notification-list ul li:hover {
  background-color: #f0f9fa;
}
.notification-list ul li a {
  display: block;
  border: none;
  color: inherit;
}

.publication-list__heading {
  margin-bottom: 0;
}
.publication-list__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.publication-list__item {
  border-bottom: 1px solid #e6f5f7;
  overflow: hidden;
  padding: 24px 0;
}
.publication-list__item-title {
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: 8px;
}
.publication-list__item-title a {
  display: flex;
  flex-direction: row;
  border-bottom: none;
  text-decoration: underline;
}
.publication-list__item-title a:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .publication-list__item-title {
    font-size: 1.25rem;
  }
}
.publication-list__item-authors {
  font-size: 0.875rem;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .publication-list__item-authors {
    font-size: 1rem;
  }
}
.publication-list__item-metadata {
  font-size: 0.875rem;
}
.publication-list__item-metadata div {
  margin-bottom: 8px;
}
.publication-list__item-metadata div:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .publication-list__item-metadata div {
    margin-bottom: 0;
  }
}
.publication-list__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .publication-list__item {
    font-size: 1rem;
  }
}

.tag-list {
  list-style: none;
  margin: 0 0 35px 0;
  padding: 5px 0;
}
.tag-list__item {
  background-color: #e6f5f7;
  border-radius: 12px;
  display: inline-block;
  font-family: "AkademieStd", sans-serif;
  letter-spacing: 0.4px;
  font-size: 0.875rem;
  margin: 0 8px 8px 0;
  padding: 1px 16px;
}
.tag-list__item a {
  color: #004357;
  border-bottom: 0;
}
@media screen and (min-width: 768px) {
  .tag-list__item {
    font-size: 1rem;
  }
}

/*------------------------------------*\
    #TEASER-LIST
\*------------------------------------*/
/**
 * Holds a list of teasers
 * Eivind: Har gått vekk fra å bruke denne klassen og gått over til å bruke
 * .list med modifier-klasser
 */
.teaser-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.teaser-list-wrapper {
  width: 100%;
  padding: 0 10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .teaser-list-wrapper {
    padding: 0 16px;
  }
}
@media screen and (min-width: 1024px) {
  .teaser-list-wrapper {
    padding: 0;
    margin-left: -8px;
  }
}
@media screen and (min-width: 1440px) {
  .teaser-list-wrapper {
    max-width: 1400px;
  }
}
@media screen and (min-width: 768px) {
  .teaser-list--columnized {
    align-content: stretch;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
  }
}
.teaser-list--columnized li > * {
  border-top: 1px solid #e6f5f7;
  margin: 0;
  padding: 24px 0;
}
.teaser-list--columnized li:first-child > * {
  border-top: none;
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .teaser-list--columnized li {
    flex: 0 0 33.333%;
  }
  .teaser-list--columnized li > * {
    margin: 0 8px;
    padding: 0 0 32px 0;
  }
  .teaser-list--columnized li:nth-child(2) > * {
    border-top: none;
    padding-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .teaser-list--columnized li {
    flex: 0 0 33.333%;
  }
  .teaser-list--columnized li:nth-child(3) > * {
    border-top: none;
    padding-top: 0;
  }
  .teaser-list--columnized li:nth-child(4) > * {
    border-top: 1px solid #e6f5f7;
    padding-top: 32px;
  }
}
@media screen and (min-width: 1440px) {
  .teaser-list--columnized li {
    flex: 0 0 33.333%;
  }
  .teaser-list--columnized li:nth-child(3) > * {
    border-top: none;
    padding-top: 0;
  }
  .teaser-list--columnized li:nth-child(4) > * {
    border-top: 1px solid #e6f5f7;
    padding-top: 32px;
  }
}
.teaser-list--columnized .teaser__body-inner p {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .teaser-list--columnized-two {
    align-content: stretch;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px;
  }
}
.teaser-list--columnized-two li > * {
  border-top: 1px solid #e6f5f7;
  margin: 0;
  padding: 24px 10px;
}
.teaser-list--columnized-two li:first-child > * {
  border-top: none;
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .teaser-list--columnized-two li {
    flex: 0 0 50%;
  }
  .teaser-list--columnized-two li > * {
    margin: 0 16px;
    padding: 32px 0;
  }
  .teaser-list--columnized-two li:nth-child(2) > * {
    border-top: none;
    padding-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .teaser-list--columnized-two li {
    flex: 0 0 50%;
  }
  .teaser-list--columnized-two li:nth-child(3) > * {
    border-top: 1px solid #e6f5f7;
    padding-top: 32px;
  }
}
@media screen and (min-width: 1440px) {
  .teaser-list--columnized-two li {
    flex: 0 0 50%;
  }
  .teaser-list--columnized-two li:nth-child(3) > * {
    border-top: 1px solid #e6f5f7;
    padding-top: 32px;
  }
}
.teaser-list--columnized-two .teaser__body-inner p {
  font-size: 1rem;
}

.thread-list {
  margin-bottom: 40px;
}
.thread-list__title {
  border-bottom: 1px solid #e6f5f7;
  margin-bottom: 24px;
  padding-bottom: 8px;
}
.thread-list__list {
  margin: 0;
  padding: 0;
}
.thread-list__item {
  list-style: none;
  margin-bottom: 4px;
}

/*------------------------------------*\
    #TITLE-LIST
\*------------------------------------*/
/**
 * Simple list with accompanying heading
 */
.title-list {
  margin-bottom: 45px;
}
.title-list > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.title-list > ul > li {
  margin-bottom: 40px;
}
.title-list > ul > li:last-of-type {
  margin-bottom: 0;
}

.tool-list {
  font-family: "AkademieStd", sans-serif;
  letter-spacing: 0.4px;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .tool-list {
    font-size: 1.25rem;
  }
}
.tool-list__link {
  border-bottom: 0;
  color: #004357;
}
.tool-list__add, .tool-list__remove {
  float: right;
  border: 0;
}
.tool-list__add span, .tool-list__remove span {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: circle(1% at 1% 1%);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.tool-list__add::before {
  content: "";
  display: inline-block;
}
.tool-list__remove::after {
  content: "";
  display: inline-block;
}

/*------------------------------------*\
    #FEATURED-IMG
\*------------------------------------*/
/**
 * Featured image used on info pages and news articles.
 * There can only be 1 featured image per page.
 */
.featured-img {
  width: 100%;
}
.featured-img__img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.featured-img__img .content {
  position: absolute;
  top: 0;
  left: 0;
}
.featured-img__img .content,
.featured-img__img iframe {
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .featured-img__img .content::after {
    content: "";
    background: url("../images/background/pattern-hero-left.svg") top left no-repeat;
    background-size: auto auto;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
}
.featured-img__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.featured-img__caption {
  font-family: "AkademieStd", sans-serif;
  letter-spacing: 0.4px;
  padding: 15px 10px;
  background: #f0f9fa;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .featured-img__caption {
    font-size: 1rem;
  }
}
.featured-img__caption:empty {
  display: none;
}
.featured-img__placeholder {
  min-height: 200px;
  background: no-repeat right/cover;
}
@media screen and (min-width: 768px) {
  .featured-img__placeholder {
    min-height: 232px;
  }
}
.featured-img--wide {
  margin: 0 0 15px 0;
}
@media screen and (min-width: 768px) {
  .featured-img--wide .featured-img__img {
    padding-bottom: 31.25%;
  }
  .featured-img--wide .featured-img__img .content::after {
    background: url("../images/background/pattern-hero-right.svg") bottom right no-repeat;
    background-size: 35%;
  }
}
@media screen and (min-width: 1024px) {
  .featured-img--wide .featured-img__img .content::after {
    background-size: auto;
  }
}
.featured-img--no-pattern .featured-img__img .content::after {
  content: none;
}

/*------------------------------------*\
    #IMG
\*------------------------------------*/
/**
 * Basic image container for images used as part of content
 */
.img {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 25px;
}
.img img,
.img figcaption {
  width: 100%;
  min-height: 1px;
}
.img figcaption {
  font-family: "AkademieStd", sans-serif;
  letter-spacing: 0.4px;
  padding: 15px 10px;
  background: #f0f9fa;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .img figcaption {
    font-size: 1rem;
    text-align: center;
  }
}
.img figcaption:empty {
  display: none;
}

/*------------------------------------*\
    #ACTIVE-FILTERS
\*------------------------------------*/
/**
 * Block area showing applied filters on a filter page
 */
.active-filters {
  position: relative;
  top: 0;
  visibility: visible;
  white-space: nowrap;
  padding-top: 2px;
  margin: 32px 0 40px;
  opacity: 1;
  transition: all 400ms ease;
  max-height: 1000px;
}
@media screen and (min-width: 768px) {
  .active-filters {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.active-filters__description {
  font-family: "AkademieStd", sans-serif;
  letter-spacing: 0.4px;
  font-size: 1.3125rem;
  margin: 0 16px 8px 0;
}
.active-filters__applied {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .active-filters__applied {
    justify-content: center;
    margin-bottom: 0;
  }
}
.active-filters__applied > * {
  margin: 0 8px 8px 0;
}
@media screen and (min-width: 768px) {
  .active-filters__reset {
    margin: 0 0 8px 16px;
  }
}
.active-filters--hidden {
  top: -50px;
  margin: 0;
  padding: 0;
  opacity: 0;
  max-height: 0;
  will-change: top, opacity, height;
}

.breadcrumbs {
  background: #f0f9fa;
  font-family: "AkademieStd", sans-serif;
  letter-spacing: 0.4px;
  font-size: 1rem;
  font-size: 0.875rem;
}
.breadcrumbs__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  .breadcrumbs__inner {
    padding: 0 16px;
  }
}
@media screen and (min-width: 1024px) {
  .breadcrumbs__inner {
    padding: 0 32px;
  }
}
@media screen and (min-width: 1440px) {
  .breadcrumbs__inner {
    padding: 0;
  }
}
.breadcrumbs__list {
  line-height: 1.4;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.breadcrumbs__item {
  align-items: center;
  display: none;
  height: 48px;
  list-style: none;
  margin-right: 3px;
}
.breadcrumbs__item:nth-last-child(2) {
  display: inline-flex;
}
.breadcrumbs__item:last-child {
  color: #667070;
  font-family: "LyonText", serif;
  letter-spacing: 0.2px;
}
@media screen and (min-width: 768px) {
  .breadcrumbs__item {
    display: inline-flex;
  }
}
.breadcrumbs__link, .breadcrumbs__text {
  padding-bottom: 3px;
  position: relative;
}
.breadcrumbs__item:first-child .breadcrumbs__link, .breadcrumbs__item:first-child .breadcrumbs__text {
  margin-left: 0;
  padding-left: 0;
}
.breadcrumbs__item:first-child .breadcrumbs__link:after, .breadcrumbs__item:first-child .breadcrumbs__text:after {
  content: none;
}
.breadcrumbs__tab-controls {
  height: 48px;
}
.breadcrumbs__addon > * {
  margin-left: 16px;
}

/*------------------------------------*\
    #CALENDAR
\*------------------------------------*/
/**
 * Calendar widget to be used on the calendar listings page
 */
@media screen and (max-width: 767px) {
  .calendar-wrapper__toggle + .calendar {
    display: none;
  }
  .calendar-wrapper__toggle.is-active + .calendar {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .calendar-wrapper__toggle {
    display: none;
  }
}

.calendar-filters {
  margin-bottom: 48px;
}
@media screen and (min-width: 768px) {
  .calendar-filters {
    margin-bottom: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .calendar-filters > * {
    flex: 0 0 100%;
  }
  .calendar-filters > .filter-list {
    flex: 0 0 49%;
  }
}
@media screen and (min-width: 1280px) {
  .calendar-filters {
    display: block;
    min-width: 360px;
    max-width: 360px;
  }
}

.calendar {
  font-family: "AkademieStd", sans-serif;
  letter-spacing: 0.4px;
  margin: 25px 0 25px;
  font-size: 1rem;
}
.calendar tbody th *, .calendar th a, .calendar th span,
.calendar td a,
.calendar td span, .calendar th,
.calendar td {
  line-height: 1;
  padding-top: 14px;
  padding-bottom: 10px;
}
@media screen and (min-width: 1280px) {
  .calendar {
    margin-top: 50px;
  }
}
.calendar__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12px;
  border-bottom: 1px solid #e6f5f7;
  margin-bottom: 16px;
}
.calendar__navigate-previous::before {
  content: "";
  display: inline-block;
}
.calendar__navigate-previous::before {
  transform: rotate(180deg);
}
.calendar__navigate-previous.is-disabled {
  pointer-events: none;
}
.calendar__navigate-previous.is-disabled::before {
  content: "";
  display: inline-block;
}
.calendar__navigate-next::before {
  content: "";
  display: inline-block;
}
.calendar__heading {
  font-size: 1.25rem;
  font-weight: 400;
  margin: 0;
}
.calendar a {
  border: none;
}
.calendar abbr {
  text-decoration: none;
}
.calendar table {
  width: 100%;
  border-collapse: collapse;
  border: none;
}
.calendar th,
.calendar td {
  padding: 2px;
  max-height: 40px;
  text-align: center;
}
.calendar th a, .calendar th span,
.calendar td a,
.calendar td span {
  width: 100%;
  display: inline-block;
  text-decoration: none;
}
.calendar th:first-child, .calendar th:last-child,
.calendar td:first-child,
.calendar td:last-child {
  padding-right: 0;
}
.calendar th:first-child,
.calendar td:first-child {
  padding-right: 2px;
  width: 32px;
}
@media screen and (min-width: 768px) {
  .calendar th:first-child,
  .calendar td:first-child {
    width: 48px;
  }
}
@media screen and (min-width: 1440px) {
  .calendar th:first-child,
  .calendar td:first-child {
    width: 36px;
  }
}
.calendar th {
  background-color: transparent;
  font-weight: 400;
}
.calendar thead th {
  padding-bottom: 8px;
  line-height: 1;
}
.calendar td {
  text-align: center;
  border: none;
}
.calendar td a {
  color: inherit;
}
.calendar abbr {
  border: none;
}
.calendar tbody th * {
  color: #707b7b;
}
.calendar tbody td {
  background-color: transparent !important;
}
.calendar__day a {
  background-color: #f0f9fa;
  border: 1px solid #f0f9fa;
  position: relative;
}
.calendar__day a:hover {
  border: 1px solid #00afba;
}
.calendar__day--has-events a::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 50%;
  transform: translateX(-50%);
  height: 4px;
  width: 4px;
  background: #eb6851;
  border-radius: 50%;
}
.calendar__day--is-today a {
  font-weight: 700;
}
.calendar__day--is-today a::after {
  content: "";
  display: inline-block;
}
.calendar__day--is-today a::after {
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translateX(-50%);
}
.calendar__day--is-selected a {
  border: 1px solid #00afba;
}
.calendar__day--is-inactive * {
  color: #707b7b;
  background-color: #edf1f3;
  border-color: #c9d5da;
  pointer-events: none;
}
.calendar__day--is-inactive *::before, .calendar__day--is-inactive *::after {
  display: none;
}
.calendar__day--is-holiday a {
  background: #f6f8f9;
}
.calendar__day--next-month a {
  background: #fff;
  border: 1px solid #c9d5da;
}

/*------------------------------------*\
    #FILTER-BUTTON
\*------------------------------------*/
/**
 * Buttons used for controlling applied filters on filter pages
 */
.filter-button {
  font-family: "AkademieStd", sans-serif;
  letter-spacing: 0.4px;
  display: inline-block;
  padding: 7px 15px;
  border-radius: 2px;
  font-size: 1.0625rem;
  color: #004357;
  background: #fff;
}
.filter-button--disable-one {
  position: relative;
  border: 1px solid #64d0df;
}
.filter-button--disable-one:hover {
  border-color: rgb(57.7272727273, 195.1818181818, 214.2727272727);
}
.filter-button--disable-one::before {
  content: "";
  display: inline-block;
}
.filter-button--disable-one:focus::before, .filter-button--disable-one:hover::before {
  content: "";
  display: inline-block;
}
.filter-button--disable-one::before {
  background-color: #fff;
  position: absolute;
  top: -5px;
  right: -5px;
}
.filter-button--disable-all {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.875rem;
  color: #6d2439;
  border: 1px solid #c9d5da;
}
@media screen and (min-width: 768px) {
  .filter-button--disable-all {
    font-size: 1rem;
  }
}
.filter-button--disable-all:hover {
  color: #fff;
  background: #6d2439;
  border-color: transparent;
}

/*------------------------------------*\
    #FILTER-MENU
\*------------------------------------*/
/**
 * Menu to apply/remove filters on filter pages
 */
.filter-menu {
  /**
  * (1) This element should always be positioned above all other page
  *     content
  * (2) Reenable scroll effect on iOS safari
  */
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
  background: #fff;
  transition: transform 400ms ease;
  -webkit-overflow-scrolling: touch;
  transform: translateX(100%);
  /**
  * (1) Make up for lack of "momentum scroll" in iOS Safari when using
  *     overflow-y: scroll;
  */
}
@media screen and (min-width: 768px) {
  .filter-menu {
    width: 50%;
  }
}
@media screen and (min-width: 1280px) {
  .filter-menu {
    display: block;
    position: static;
    transform: translateX(0);
    min-width: 360px;
    max-width: 360px;
    padding: 0;
    margin-right: 35px;
    background: none;
    transition: none;
  }
}
.filter-menu.is-visible {
  transform: translateX(0);
}
.filter-menu__toggle {
  align-self: flex-end;
}
@media screen and (min-width: 1280px) {
  .filter-menu__toggle {
    display: none;
  }
}
.filter-menu__close {
  font-family: "AkademieStd", sans-serif;
  letter-spacing: 0.4px;
  cursor: pointer;
  color: #0080a3;
  font-size: 1.1875rem;
  border: none;
}
.filter-menu__header {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110px;
  border-bottom: 1px solid #e6f5f7;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  background: #fff;
  padding: 0 10px 8px;
}
@media screen and (min-width: 768px) {
  .filter-menu__header {
    padding: 0 16px 8px;
  }
}
@media screen and (min-width: 1280px) {
  .filter-menu__header {
    display: none;
  }
}
.filter-menu__header > * {
  margin-bottom: 0;
}
.filter-menu__filters-wrapper {
  position: relative;
  overflow-y: auto;
  height: 100%;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  padding: 135px 10px 100px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .filter-menu__filters-wrapper {
    padding: 135px 16px;
  }
}
@media screen and (min-width: 1280px) {
  .filter-menu__filters-wrapper {
    overflow-y: visible;
    height: auto !important;
    padding: 0;
  }
}
.filter-menu__mask {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  height: 0;
  background: rgba(0, 67, 87, 0.8);
  opacity: 0;
  transition: opacity 400ms ease, width 0s 400ms ease, height 0s 400ms ease;
}
@media screen and (min-width: 1280px) {
  .filter-menu__mask {
    display: none;
  }
}
.filter-menu__mask.is-visible {
  width: 100%;
  height: 100%;
  opacity: 0.7;
  transition: opacity 400ms ease;
}
.filter-menu--exposed {
  position: static;
  background: transparent;
  min-height: 0;
  margin: 0 0 30px;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .filter-menu--exposed {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1279px) {
  .filter-menu--exposed {
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .filter-menu--exposed {
    display: block;
  }
}
.filter-menu--exposed > * {
  visibility: visible;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .filter-menu--exposed .filter-list {
    width: auto;
    flex-grow: 1;
    flex-basis: 40%;
    margin-right: 8px;
  }
  .filter-menu--exposed .filter-list:nth-child(odd), .filter-menu--exposed .filter-list:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1280px) {
  .filter-menu--exposed .filter-list {
    margin-right: 0;
  }
}
.filter-menu--exposed .filter-menu__header {
  font-family: "AkademieStd", sans-serif;
  letter-spacing: 0.4px;
  width: 100%;
  color: #667070;
}

.main-menu {
  padding: 0;
  border-top: 8px solid #96de99;
  width: 300px;
  font-family: "AkademieStd", sans-serif;
  /**
   * 1. Only used to keep forum-notification button in place
   */
}
.main-menu a {
  color: #004357;
}
.main-menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-menu__item {
  padding: 0;
  margin: 0 32px;
}
.main-menu__item[data-has-submenu] {
  margin: 0;
  background: #cef1cf;
}
.main-menu__item--is-expanded .main-menu__link::before {
  transform: rotate(180deg);
}
.main-menu__item--always-expanded {
  margin: 0;
}
.main-menu__item--always-expanded .main-menu__sublist {
  position: relative;
  z-index: 1;
  overflow: visible;
  height: auto;
  padding-bottom: 15px;
}
.main-menu__item--always-expanded .main-menu__sublist .main-menu__sublink {
  font-size: 1.25rem;
}
.main-menu__item--alt-style {
  background: #e6f5f7 !important;
  margin-top: 24px !important;
}
.main-menu__item--alt-style ~ .main-menu__item--alt-style {
  margin-top: 0 !important;
}
.main-menu__item--alt-style.main-menu__item--is-expanded .main-menu__link {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16);
  border-color: transparent;
}
.main-menu__item--alt-style.main-menu__item--is-expanded .main-menu__sublist {
  margin-bottom: 23px;
}
.main-menu__item--alt-style .main-menu__subitem {
  background: #cef1cf;
}
.main-menu__item--has-edit-link {
  position: relative;
}
.main-menu__item--external {
  margin: 0;
  padding: 9px 0;
  background: #e2f5e3;
  margin-top: 24px;
}
.main-menu__item--external a {
  position: relative;
  display: block;
  padding: 0 32px 0 62px;
  font-size: 1rem;
  border: none;
}
.main-menu__item--external a::before {
  content: "";
  display: inline-block;
}
.main-menu__item--external a::before {
  position: absolute;
  top: 50%;
  left: 40px;
  margin-right: 16px;
  transform: rotate(180deg) translateY(50%);
}
.main-menu__link {
  display: block;
  padding: 0;
  line-height: 39px;
  font-size: 1rem;
  border-top: 1px solid rgba(0, 147, 130, 0.24);
  border-bottom: 0;
}
.main-menu__item:first-child .main-menu__link {
  border-top: 0;
}
[data-has-submenu] .main-menu__link {
  padding: 0 32px 0 62px;
  font-size: 1.25rem;
  position: relative;
  border-top: 0;
  border-bottom: 1px solid rgba(150, 222, 153, 0.64);
}
[data-has-submenu] .main-menu__link::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 34px;
  margin-right: 16px;
  transition: all 400ms ease;
}
.main-menu__edit-link {
  position: absolute;
  padding: 0 16px;
  line-height: 39px;
  border-bottom: 0;
  right: 0;
  top: 0;
}
.main-menu__edit-link::before {
  content: "";
  display: inline-block;
}
.main-menu__edit-link::before {
  vertical-align: text-bottom;
}
.main-menu__edit-link:active, .main-menu__edit-link:hover {
  background: white;
}
.main-menu__edit-link span {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: circle(1% at 1% 1%);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.main-menu__sublist {
  height: 0;
  overflow: hidden;
  visibility: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: height 400ms ease;
  background: #96de99;
}
.main-menu__item--is-expanded .main-menu__sublist {
  visibility: visible;
}
.main-menu__subitem {
  position: relative; /* 1 */
  background: #96de99;
}
.main-menu__subitem:last-child a {
  border-bottom: 0;
}
.main-menu__sublink {
  display: block;
  line-height: 38px;
  font-size: 1rem;
  margin: 0 32px;
  border-bottom: 1px solid rgba(0, 147, 130, 0.24);
}

.pagination {
  border-top: 1px solid #e6f5f7;
  padding-top: 40px;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.pagination__link {
  display: flex;
  flex-direction: column;
  border-bottom: 0px;
  align-items: center;
  min-height: 59px;
}
@media screen and (min-width: 768px) {
  .pagination__link {
    width: 200px;
  }
}
.pagination__link:hover > .pagination__icon {
  margin-top: 8px;
}
.pagination__link span {
  color: #016482;
}
.pagination__text {
  text-decoration: none;
}
.pagination__icon {
  text-decoration: none;
  transition: all 0.2s ease-out;
  margin-top: 3px;
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -837px -1004px;
  width: 104px;
  height: 20px;
}

.tabs {
  display: flex;
  align-items: center;
  height: 48px;
  font-size: 1rem;
  overflow: hidden;
}
.tabs__label {
  font-family: "LyonText", serif;
  letter-spacing: 0.2px;
  color: #667070;
  font-weight: 400;
  border-right: 1px solid #0080a3;
  padding-right: 24px;
  margin-right: 8px;
  line-height: 32px;
}
.tabs__list {
  margin: 0;
  padding: 0;
}
.tabs__item {
  display: inline-block;
  font-family: "AkademieStd", sans-serif;
  letter-spacing: 0.4px;
}
.tabs__tab {
  display: block;
  padding: 0;
  margin-right: 20px;
  background: transparent;
  line-height: 22px;
}
.tabs__tab--active {
  background: white;
  padding: 6px 16px 13px 16px;
  margin-top: 6px;
  color: #0080a3 !important;
  border: 0;
  border-radius: 4px 4px 0 0;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.08);
  position: relative;
}

/*------------------------------------*\
    #FILTER-SEARCH
\*------------------------------------*/
/**
 * Search form used for filtering results in a listing
 */
.filter-search {
  font-family: "AkademieStd", sans-serif;
  letter-spacing: 0.4px;
  position: relative;
  max-width: 480px;
  margin: 0 auto;
}
.filter-search__label {
  font-size: 1.25rem;
  text-align: center;
}
.filter-search__search {
  display: flex;
  align-items: center;
  height: 56px;
}
.filter-search__query {
  padding: 15px 50px 15px 25px;
  border: 1px solid #64d0df;
  border-radius: 3px;
  background: #fff;
  box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
  width: 100%;
  outline: none;
  font-family: "AkademieStd", sans-serif;
  letter-spacing: 0.4px;
  font-size: 1.3125rem;
  -webkit-appearance: none;
  line-height: 24px;
  margin-bottom: 0;
}
.filter-search__query:focus {
  border-color: #004357;
}
.filter-search__submit {
  margin-left: -25px;
  padding: 0;
  transform: scale(1.5) translateX(-70%);
}
.filter-search__submit::before {
  content: "";
  display: inline-block;
}
.filter-search--large {
  max-width: none;
}
.filter-search--large .filter-search__label {
  font-weight: bold;
  padding-bottom: 20px;
}
.filter-search--large .filter-search__search {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.handheld-search {
  padding: 17px 10px 15px 10px;
  background: #f0f9fa;
  color: #004357;
  font-size: 1.25rem;
  height: 64px;
}
.handheld-search__label {
  display: none;
}
.handheld-search__query {
  -webkit-appearance: none;
  outline: none;
  background: transparent;
  border: none;
  border-bottom: 1px solid #0080a3;
  width: 100%;
  padding: 4px 5px;
}
.handheld-search__submit {
  position: absolute;
  right: 15px;
  top: 22px;
}
.inline-search {
  display: none;
  background-color: transparent;
  border-radius: 2px;
  font-family: "AkademieStd", sans-serif;
  letter-spacing: 0.4px;
  font-size: 1.25rem;
  height: 40px;
  width: 320px;
  margin-right: 48px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .inline-search {
    display: block;
  }
}
.inline-search__label {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: circle(1% at 1% 1%);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.inline-search__query {
  -webkit-appearance: none;
  background: rgba(0, 128, 163, 0.5);
  border: 1px solid #00afba;
  border-radius: 2px;
  color: #fff;
  outline: none;
  padding: 8px 45px 7px 24px;
  width: 100%;
  line-height: 1;
  /*&:focus {
    &:valid {
      + button .icon {
        @extend .svg-icn-search-input-small-active-alt;
      }
    }
  }*/
}
.inline-search__query:focus, .inline-search__query:valid {
  background-color: #f0f9fa;
  border-color: transparent;
  color: #004357;
}
.inline-search__submit {
  height: 40px;
  width: 40px;
  position: absolute;
  right: 2px;
  top: 0;
}
/*------------------------------------*\
    #BORDER-HEADING
\*------------------------------------*/
/**
 * Heading with a bottom-border
 */
.border-heading {
  padding-bottom: 5px;
  border-bottom: 1px solid #e6f5f7;
}
.border-heading--small {
  font-family: "AkademieStd", sans-serif;
  letter-spacing: 0.4px;
  color: #667070;
  font-size: 1rem;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

/*------------------------------------*\
    #BYLINE-DATE
\*------------------------------------*/
/**
 * Dates (published, updated) used in info pages and articles
 */
.byline-date {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 5px;
  border-bottom: 1px solid #e6f5f7;
  color: #667070;
  font-family: "AkademieStd", sans-serif;
  letter-spacing: 0.4px;
  font-size: 0.875rem;
  line-height: 1.5;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .byline-date {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .byline-date__time {
    display: none;
  }
}
.byline-date__published {
  flex: 1 0 auto;
}
@media screen and (min-width: 1280px) {
  .byline-date--article, .byline-date--event {
    display: block;
    border: none;
  }
  .byline-date--article .byline-date__published, .byline-date--event .byline-date__published {
    display: block;
    border-bottom: 1px solid #e6f5f7;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
}
.byline-date--event {
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .byline-date--event {
    padding-top: 8px;
  }
}
.byline-date--bottom {
  position: relative;
  border-top: 1px solid #e6f5f7;
  border-bottom: none;
  margin-top: 1em;
  padding-top: 5px;
}

/*------------------------------------*\
    #FULL-WIDTH-HEADING
\*------------------------------------*/
/**
 * Heading with a full width background
 */
.full-width-heading {
  background: #e6f5f7;
}
.full-width-heading__inner {
  box-sizing: content-box;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
}
@media screen and (min-width: 1024px) {
  .full-width-heading__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 1440px) {
  .full-width-heading__inner {
    max-width: 1280px;
  }
}
.full-width-heading__inner > * {
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .full-width-heading__inner {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.full-width-heading--top-level {
  padding: 6px 0;
  background: transparent;
  border-bottom: 1px solid #e6f5f7;
}

/*------------------------------------*\
    #LEAD
\*------------------------------------*/
/**
 * Styling for lead-in paragraph
 */
.lead {
  font-family: "AkademieStd", sans-serif;
  letter-spacing: 0.4px;
  max-width: 700px;
  margin-bottom: 35px;
  font-size: 1.125rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .lead {
    font-size: 1.25rem;
  }
}
.lead > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1440px) and (max-width: 1799px) {
  .l-2-col .lead {
    max-width: 630px;
  }
}

/*------------------------------------*\
    #SPLIT-HEADING
\*------------------------------------*/
/**
 * Heading with a right aligned "sub-heading"
 */
.split-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.split-heading__subheading {
  color: #004357;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.6em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .split-heading__subheading {
    display: none;
  }
}

.three-line-heading {
  border-bottom: 1px solid #e6f5f7;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .three-line-heading {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .three-line-heading {
    display: flex;
    flex-wrap: wrap;
  }
}
.three-line-heading__subheading {
  font-family: "AkademieStd", sans-serif;
  letter-spacing: 0.4px;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 4px;
}
@media screen and (min-width: 1280px) {
  .three-line-heading__subheading {
    flex: 1 0 100%;
  }
}
.three-line-heading__main-heading {
  font-weight: 700;
  margin: 0;
  border: 0;
}
@media screen and (min-width: 1280px) {
  .three-line-heading__main-heading {
    flex: 1 1 auto;
  }
}
.three-line-heading__link {
  margin-bottom: 8px;
  font-family: "AkademieStd", sans-serif;
  letter-spacing: 0.4px;
  font-size: 1.125rem;
  flex: 1 1 100%;
}
@media screen and (min-width: 768px) {
  .three-line-heading__link {
    font-size: 1.25rem;
  }
}
.three-line-heading__link a {
  border: 0;
  color: #0080a3;
  text-decoration: underline;
}
.three-line-heading__link a:hover {
  text-decoration: none;
}

.noscroll {
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

p img {
  height: auto;
}

.compat-object-fit {
  background-size: cover;
  background-position: center center;
}
.compat-object-fit img {
  opacity: 0;
}

/*------------------------------------*/
/*  #PRINT
/*------------------------------------*/
/**
 * Overrides for print
 */
@media print {
  /**
   * Header
   */
  .header__row-inner {
    display: none;
  }
}
/*------------------------------------*\
    #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.
 */
.display-flex {
  display: flex !important;
}

.display-flex-column {
  display: flex !important;
  flex-direction: column;
}

.display-block {
  display: block !important;
}

.display-inline {
  display: inline !important;
}

.display-inline-flex {
  display: inline-flex !important;
}

.display-inline-block {
  display: inline-block !important;
}

.margin-bottom-none {
  margin-bottom: 0;
}

.margin-bottom-micro {
  margin-bottom: 6.25px;
}

.margin-bottom-small {
  margin-bottom: 12.5px;
}

.margin-bottom-base {
  margin-bottom: 25px;
}

.margin-bottom-large {
  margin-bottom: 50px;
}

.margin-bottom-jumbo {
  margin-bottom: 100px;
}

.padding-bottom-none {
  padding-bottom: 0;
}

.padding-bottom-micro {
  padding-bottom: 6.25px;
}

.padding-bottom-small {
  padding-bottom: 12.5px;
}

.padding-bottom-base {
  padding-bottom: 25px;
}

.padding-bottom-large {
  padding-bottom: 50px;
}

.padding-bottom-jumbo {
  padding-bottom: 100px;
}

.font-family-primary {
  font-family: "LyonText", serif;
  letter-spacing: 0.2px;
}

.font-family-secondary {
  font-family: "AkademieStd", sans-serif;
  letter-spacing: 0.4px;
}

.warning {
  font-family: "AkademieStd", sans-serif;
  letter-spacing: 0.4px;
  color: #eb6851;
  margin: 10px 0;
}

.u-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.l-2020-redesign-rtf h2, .l-2020-redesign-rtf h3, .l-2020-redesign-rtf h4 {
  font-family: "LyonText", serif;
  letter-spacing: 0.2px;
  color: #131114;
  border-bottom: none;
  font-weight: 900;
  max-width: 1020px;
  letter-spacing: 0.4px;
  margin-top: 40px;
}
.l-2020-redesign-rtf h2:first-child, .l-2020-redesign-rtf h3:first-child, .l-2020-redesign-rtf h4:first-child {
  margin-top: 0;
}
.l-2020-redesign-rtf h1 {
  font-family: "LyonText", serif;
  letter-spacing: 0.2px;
  color: #131114;
  border-bottom: none;
  font-weight: 900;
  margin-bottom: 0;
  letter-spacing: 0.8px;
  line-height: 1.3;
}
.l-2020-redesign-rtf p, .l-2020-redesign-rtf ul:not(.teaser-list), .l-2020-redesign-rtf ol, .l-2020-redesign-rtf dl {
  font-family: "AkademieStd", sans-serif;
  letter-spacing: 0.4px;
  color: #131114;
  max-width: 1020px;
  letter-spacing: 0.4px;
  line-height: 1.44;
}
@media screen and (min-width: 768px) {
  .l-2020-redesign-rtf p, .l-2020-redesign-rtf ul:not(.teaser-list), .l-2020-redesign-rtf ol, .l-2020-redesign-rtf dl {
    line-height: 1.5;
    letter-spacing: 0.2px;
  }
}
.l-2020-redesign-rtf .hero-background {
  width: 100%;
  background-color: #fff;
  margin-top: -25px;
  padding-bottom: 36px;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .l-2020-redesign-rtf .hero-background {
    padding-bottom: 70px;
  }
}
.l-2020-redesign-rtf .hero-background--tall {
  padding-bottom: 0;
  border-bottom: 1px solid #e6f5f7;
  width: unset;
  margin-top: -34px;
  margin-bottom: 40px;
  margin-left: -9.6px;
  margin-right: -9.6px;
}
@media screen and (min-width: 768px) {
  .l-2020-redesign-rtf .hero-background--tall {
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media screen and (min-width: 1024px) {
  .l-2020-redesign-rtf .hero-background--tall {
    margin-left: -32px;
    margin-right: -32px;
  }
}
.l-2020-redesign-rtf .hero-background--tall .link--save-shortcut {
  background-color: #fff;
  color: #004357;
  border-radius: 4px;
  padding: 16px 24px 16px 48px;
  top: 24px;
  right: 16px;
  position: absolute;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .l-2020-redesign-rtf .hero-background--tall .link--save-shortcut {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .l-2020-redesign-rtf .hero-background--tall .link--save-shortcut {
    right: 32px;
  }
}
.l-2020-redesign-rtf .hero-background--tall .link--save-shortcut::after {
  left: 16px;
  top: 30%;
}
.l-2020-redesign-rtf .hero-background--tall .l-container {
  margin: 0 16px;
}
@media screen and (min-width: 1024px) {
  .l-2020-redesign-rtf .hero-background--tall .l-container {
    margin: 0;
  }
}
.l-2020-redesign-rtf .hero-background--tall .featured-img__img {
  height: 148px;
  padding-bottom: 26.25%;
}
@media screen and (min-width: 768px) {
  .l-2020-redesign-rtf .hero-background--tall .featured-img__img {
    height: 304px;
    padding-bottom: 31.25%;
  }
}
@media screen and (min-width: 1024px) {
  .l-2020-redesign-rtf .hero-background--tall .featured-img__img {
    height: 506px;
  }
}
@media screen and (min-width: 1440px) {
  .l-2020-redesign-rtf .hero-background--tall .featured-img__img {
    height: 570px;
  }
}
.l-2020-redesign-rtf .hero-background--tall .featured-img__img .content::after {
  background: none;
}
.l-2020-redesign-rtf .hero-background--tall figure {
  margin-bottom: 48px;
}
.l-2020-redesign-rtf .byline-date {
  justify-content: initial;
  font-size: 0.9375rem;
  letter-spacing: 0.4px;
  color: #4b5252;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 40px;
}
.l-2020-redesign-rtf .byline-date__edited::before {
  content: "-";
  margin-left: 4px;
}
.l-2020-redesign-rtf .lead {
  max-width: 1020px;
}
.l-2020-redesign-rtf .lead p {
  max-width: 1020px;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0.4px;
}
@media screen and (min-width: 768px) {
  .l-2020-redesign-rtf .lead p {
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: 0.2px;
  }
}
.l-2020-redesign-rtf .promoted-content {
  position: relative;
  padding-bottom: 16px;
  padding-top: 80px;
  margin-bottom: 64px;
}
.l-2020-redesign-rtf .promoted-content::before {
  content: "";
  position: absolute;
  background-color: #f6f8f9;
  height: 100%;
  width: 150vw;
  left: -40vw;
  top: 0;
  z-index: -1;
}
.l-2020-redesign-rtf .promoted-content::after {
  content: "";
  position: absolute;
  bottom: 100%;
  width: 150vw;
  left: -40vw;
  height: 200px;
  background-color: white;
  z-index: -1;
  transform: rotate(-2deg);
  transform-origin: right top;
}
@media screen and (min-width: 1440px) {
  .l-2020-redesign-rtf .promoted-content {
    padding-top: 80px;
    padding-bottom: 30px;
  }
  .l-2020-redesign-rtf .promoted-content::before {
    top: -50px;
    height: calc(100% + 50px);
  }
  .l-2020-redesign-rtf .promoted-content::after {
    bottom: calc(100% + 50px);
  }
}
.l-2020-redesign-rtf .promoted-content--left h2 {
  font-size: 1.625rem;
  margin-bottom: 24px;
}
.l-2020-redesign-rtf .promoted-content--left::after {
  transform: rotate(2deg);
  transform-origin: left top;
}
.l-2020-redesign-rtf .aside-rtf {
  padding: 24px;
  background-color: #f6f8f9;
  border: 1px solid #ebebeb;
  border-radius: 4px;
}
.l-2020-redesign-rtf .aside-rtf p, .l-2020-redesign-rtf .aside-rtf ul {
  font-size: 1rem;
}
.l-2020-redesign-rtf .aside-rtf > :last-child {
  margin-bottom: 0;
}
.l-2020-redesign-rtf .assorted-content > div:not([class]) {
  margin-bottom: 24px;
}

.link-list-cta-new__list {
  margin-top: 0;
  padding: 0;
  overflow: hidden;
}
.link-list-cta-new__item {
  margin-bottom: 10px;
  display: flex;
}
.link-list-cta-new__item:last-child {
  margin-bottom: 0;
}
.link-list-cta-new__item:last-child > * {
  margin-bottom: 0;
}
.link-list-cta-new__link {
  font-family: "AkademieStd", sans-serif;
  letter-spacing: 0.4px;
  border-radius: 5px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.4px;
  padding: 16px;
  background-color: #f0f9fa;
  border: 1px solid #64d0df;
  color: #004357;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
}
.link-list-cta-new__link::after {
  content: "";
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -941px -1024px;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.link-list-cta-new__link:focus, .link-list-cta-new__link:hover {
  background-color: #fff;
}
.link-list-cta-new__link > span {
  word-break: break-word;
}

.link-cta-new {
  max-width: 700px;
  font-family: "AkademieStd", sans-serif;
  letter-spacing: 0.4px;
  border-radius: 5px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.4px;
  padding: 16px;
  background-color: #f0f9fa;
  border: 1px solid #64d0df;
  color: #004357;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  margin-bottom: 10px;
}
.link-cta-new::after {
  content: "";
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -941px -1024px;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.link-cta-new:focus, .link-cta-new:hover {
  background-color: #fff;
}
.link-cta-new > span {
  word-break: break-word;
}

.link-list-description-new {
  margin-bottom: 48px;
}
.link-list-description-new__list {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
html.editmode .link-list-description-new__list {
  display: block;
}
html.editmode .link-list-description-new__list > li {
  width: 100%;
}
.link-list-description-new__list-item {
  position: relative;
  list-style: none;
  margin-bottom: 24px;
}
.link-list-description-new__list-item::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  margin-top: auto;
  background-color: #e6f5f7;
}
@media screen and (max-width: 767px) {
  .link-list-description-new__list-item:last-child {
    margin-bottom: 0;
  }
  .link-list-description-new__list-item:last-child::after {
    display: none;
  }
  .link-list-description-new__list-item:last-child > * {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .link-list-description-new__list-item {
    margin-bottom: 27px;
    width: 100%;
  }
}
.link-list-description-new__item {
  margin-bottom: 24px;
}
.link-list-description-new__link {
  font-family: "AkademieStd", sans-serif;
  letter-spacing: 0.4px;
  margin-bottom: 8px;
  font-size: 1.125rem;
  font-weight: 700;
  border-bottom: none;
  color: #004357;
  display: block;
}
.link-list-description-new__link::after {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -941px -1024px;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
}
.link-list-description-new__link:focus, .link-list-description-new__link:hover {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .link-list-description-new__link {
    font-size: 1.25rem;
  }
}
.link-list-description-new__descr {
  font-family: "AkademieStd", sans-serif;
  letter-spacing: 0.4px;
  color: #131114;
  font-size: 1.125rem;
  line-height: 27px;
  letter-spacing: 0.2px;
}
.link-list-description-new--white-border .link-list-description-new__list-item::after {
  background-color: #fff;
}
.link-list-description-new--chevron .link-list-description-new__link::after {
  content: "";
}

.link-list-new {
  margin-top: 40px;
}
.link-list-new:first-child {
  margin-top: 0;
}
.link-list-new__heading {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .link-list-new__heading {
    font-size: 1.625rem;
    margin-bottom: 25px;
  }
}
.link-list-new__list,
.link-list-new > ul {
  margin-top: 0;
  padding: 0;
  overflow: hidden;
  margin-bottom: 36px;
}
.link-list-new__item {
  position: relative;
  list-style: none;
  margin-bottom: 24px;
  border-bottom: 1px solid #e6f5f7;
}
.link-list-new__item:first-child {
  padding-top: 24px;
  border-top: 1px solid #e6f5f7;
}
.link-list-new a {
  border-bottom: none;
  display: block;
  font-family: "AkademieStd", sans-serif;
  letter-spacing: 0.4px;
  font-size: 1.125rem;
  line-height: 1.2;
  position: relative;
  margin-bottom: 24px;
  color: #004357;
  font-weight: 700;
  letter-spacing: 0;
}
.link-list-new a::after {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -961px -1044px;
  width: 20px;
  height: 20px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}
.link-list-new a:focus, .link-list-new a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .link-list-new a {
    font-size: 1.25rem;
  }
}
.link-list-new--gray {
  padding-top: 100px;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 75px;
}
.link-list-new--gray::before {
  content: "";
  position: absolute;
  background-color: #f5f5f5;
  height: 100%;
  width: 150vw;
  left: -40vw;
  top: 0;
  z-index: -1;
}
.link-list-new--gray::after {
  content: "";
  position: absolute;
  bottom: 100%;
  width: 150vw;
  left: -40vw;
  height: 250px;
  background-color: #fff;
  z-index: -1;
  transform: rotate(2deg);
  transform-origin: bottom left;
}
.link-list-new--gray .link-list-new__item {
  border-color: #fff;
}
.link-list-new--accordion {
  margin-top: 0;
}
.link-list-new--accordion .link-list__item:first-child {
  padding-top: 0;
}
aside .link-list-new .link-list__heading {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0;
  padding-bottom: 8px;
}
@media screen and (min-width: 768px) {
  aside .link-list-new a {
    font-size: 1.125rem;
  }
  aside .link-list-new a::after {
    top: 4.6px;
  }
}
.link-list-new--icon-left a::after {
  content: none;
}
.link-list-new--icon-left a::before {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -961px -1044px;
  width: 20px;
  height: 20px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.link-list-new--notification {
  margin-top: 0;
  text-decoration: none;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .link-list-new--notification {
    font-size: 1.25rem;
  }
}
.link-list-new--notification a {
  margin-bottom: 0;
  font-weight: 500;
}
.link-list-new--notification a:hover, .link-list-new--notification a:focus {
  text-decoration: none;
}
.link-list-new--notification .link-list-new__item {
  margin-bottom: 8px;
  border: none;
}
.link-list-new--notification .link-list-new__item:first-child {
  padding-top: 0;
}
.link-list-new--notification .notification {
  background-color: rgba(253, 240, 166, 0.48);
  border: 1px solid #fdf0a6;
  line-height: 1.2;
}
.link-list-new--squashed {
  margin-top: 24px;
}
.link-list-new--squashed .link-list-new__item {
  margin-bottom: 16px;
}
.link-list-new--squashed .link-list-new__item:first-child {
  padding-top: 16px;
}
.link-list-new--squashed .link-list-new__item a {
  margin-bottom: 16px;
}

/*------------------------------------*\
    #PERSON-TEASER
\*------------------------------------*/
/**
 * Block with image to the left, text content to the left.
 * Contains essential information about a contact person
 */
.person-teaser-new {
  display: flex;
  font-family: "AkademieStd", sans-serif;
  letter-spacing: 0.4px;
}
.person-teaser-new__icon {
  margin-top: 5px;
}
.person-teaser-new__body {
  flex-grow: 1;
  position: relative;
}
.person-teaser-new__name {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  color: #131114;
  font-weight: 700;
  font-size: 1.25rem;
}
.person-teaser-new__name a {
  border-bottom: none;
  color: #004357;
}
.person-teaser-new__name--small {
  font-size: 1rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .person-teaser-new__name--small {
    font-size: 1.125rem;
  }
}
.person-teaser-new__title, .person-teaser-new__affiliation {
  font-size: 1rem;
  color: #131114;
}
.person-teaser-new__affiliation:not(:empty)::before {
  content: "-";
}
.person-teaser-new__heading {
  margin-bottom: 0;
}
.person-teaser-new__contact {
  margin-top: 10px;
  font-size: 1.125rem;
  display: flex;
  justify-content: space-between;
  max-width: 350px;
  flex-wrap: wrap;
}
.person-teaser-new__phone, .person-teaser-new__email {
  display: flex;
  align-items: center;
  color: inherit;
}
.person-teaser-new__phone {
  border-bottom: none;
  color: #004357;
  margin-right: 10px;
}
.person-teaser-new__phone::before {
  content: "";
  display: inline-block;
  margin: 0 16px 0 0;
}
.person-teaser-new__phone-prefix {
  color: #667070;
}
.person-teaser-new__email {
  border: none;
  margin-top: 3px;
}
.person-teaser-new__email::before {
  content: "";
  display: inline-block;
  margin: 0 16px 0 0;
}
.person-teaser-new--border {
  border-bottom: 1px solid #e6f5f7;
  margin-bottom: 16px;
  padding-bottom: 16px;
}
.person-teaser-new--no-icon {
  padding-left: 60px;
}

.person-teaser-with-image {
  margin: 40px 0;
}
.person-teaser-with-image:first-child {
  margin-top: 0;
}
.person-teaser-with-image__image-container {
  margin-bottom: -24px;
  margin-left: 24px;
  width: 128px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .person-teaser-with-image__image-container {
    margin-bottom: -104px;
    margin-left: 0;
  }
}
.person-teaser-with-image__image-container-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.person-teaser-with-image__image-container-inner img,
.person-teaser-with-image__image-container-inner iframe,
.person-teaser-with-image__image-container-inner video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 100%;
  width: 100%;
}
.person-teaser-with-image__image-container-inner iframe {
  -o-object-fit: fill;
     object-fit: fill;
  width: 100%;
  height: 100%;
}
.person-teaser-with-image__text-container {
  position: relative;
  overflow: hidden;
  background-color: #f5f5f5;
  padding: 40px 40px 20px 24px;
}
.person-teaser-with-image__text-container:after {
  content: "";
  position: absolute;
  top: 100%;
  display: block;
  z-index: 2;
  background: #fff;
  width: 100%;
  height: 200%;
  top: 0;
  left: 100%;
  transform-origin: top left;
  transform: rotate(370deg);
}
@media screen and (min-width: 768px) {
  .person-teaser-with-image__text-container {
    margin-left: 24px;
    padding-left: 136px;
    padding-right: 80px;
    padding-top: 16px;
    min-height: 128px;
  }
}
.person-teaser-with-image__name a {
  border-bottom: none;
  color: #004357;
  font-family: "LyonText", serif;
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: 0.4px;
  line-height: 25px;
  padding-left: 24px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .person-teaser-with-image__name a {
    font-size: 1.375rem;
    line-height: 32px;
  }
}
.person-teaser-with-image__name a:focus, .person-teaser-with-image__name a:hover {
  text-decoration: underline;
}
.person-teaser-with-image__name a::before {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -961px -1044px;
  width: 20px;
  height: 20px;
  content: "";
  display: block;
  left: -5px;
  position: absolute;
  top: 2px;
}
.person-teaser-with-image__name a[href^=http]::before {
  background: url("../images/sprite.svg?v=1756108169685") no-repeat;
  background-size: 3405px 3236px;
  background-position: -2271px -2450px;
  width: 17px;
  height: 17px;
  left: -1px;
}
.person-teaser-with-image__role {
  font-family: "AkademieStd", sans-serif;
  font-weight: 400;
  margin-bottom: 0;
}

/*------------------------------------*\
    #TEASER
\*------------------------------------*/
/**
 * Block with image to the right, text content to the left
 * with a decorative separator
 */
.teaser-campaign {
  overflow: hidden;
  margin-bottom: 40px;
  position: relative;
  align-items: stretch;
  max-width: 100%;
  margin: 0 auto 45px;
  background-color: #ebf9fa;
  background-image: none;
  color: #131114;
}
.teaser-campaign::after {
  content: none;
  position: absolute;
  bottom: 100%;
  display: block;
  z-index: 2;
  background: #fff;
  width: 200%;
  height: 30%;
  left: auto;
  right: 0;
  transform-origin: top right;
  transform: rotate(-2deg);
}
@media screen and (min-width: 768px) {
  .teaser-campaign {
    display: flex;
    align-items: initial;
    margin-bottom: 80px;
  }
  .teaser-campaign::after {
    content: "";
  }
}
@media screen and (min-width: 1440px) {
  .teaser-campaign {
    justify-content: center;
    background-color: #ebf9fa;
  }
}
.teaser-campaign__content {
  max-width: 1280px;
  width: 100%;
  align-items: stretch;
}
@media screen and (min-width: 768px) {
  .teaser-campaign__content {
    display: flex;
  }
}
.teaser-campaign__img-container {
  position: relative;
  overflow: hidden;
  border-bottom: none;
  display: block;
  overflow: hidden;
  margin-bottom: 16px;
}
.teaser-campaign__img-container:after {
  content: "";
  position: absolute;
  top: 100%;
  display: block;
  z-index: 2;
  background: #ebf9fa;
  width: 200%;
  height: 100%;
  top: 100%;
  left: 0;
  right: auto;
  transform-origin: bottom left;
  transform: rotate(354deg);
}
@media screen and (min-width: 768px) {
  .teaser-campaign__img-container {
    margin-bottom: 0;
    width: 47%;
    position: relative;
    overflow: hidden;
  }
  .teaser-campaign__img-container:after {
    content: "";
    position: absolute;
    top: 100%;
    display: block;
    z-index: 2;
    background: #ebf9fa;
    width: 100%;
    height: 200%;
    top: 0;
    left: 100%;
    transform-origin: top left;
    transform: rotate(370deg);
  }
}
@media screen and (min-width: 1440px) {
  .teaser-campaign__img-container {
    margin-right: 64px;
  }
}
.teaser-campaign__img-container img {
  width: 100%;
  display: block;
}
@media screen and (min-width: 768px) {
  .teaser-campaign__img-container img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.teaser-campaign__body {
  align-self: center;
}
@media screen and (min-width: 768px) {
  .teaser-campaign__body {
    width: 50%;
  }
}
.teaser-campaign__body-inner {
  padding: 15px 20px 40px;
  width: 100%;
}
.teaser-campaign__body-inner p {
  font-family: "AkademieStd", sans-serif;
  letter-spacing: 0.4px;
  letter-spacing: 0.2px;
  line-height: 1.4;
}
.teaser-campaign__body-inner > a {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .teaser-campaign__body-inner {
    padding-top: 48px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
  }
  .teaser-campaign__body-inner > a {
    font-size: 1.25rem;
  }
}
.teaser-campaign__body-inner > *:last-child {
  margin-bottom: 0;
}
.teaser-campaign__header {
  margin-bottom: 10px;
}
.teaser-campaign__heading {
  font-family: "LyonText", serif;
  letter-spacing: 0.2px;
  margin-bottom: 0;
  font-size: 1.5rem;
  letter-spacing: 0.4px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .teaser-campaign__heading {
    font-size: 1.625rem;
  }
}
.teaser-campaign__heading a {
  transition: none;
  border-bottom: none;
  color: #131114;
}

/*------------------------------------*\
    #TITLE-LIST
\*------------------------------------*/
/**
 * Simple list with accompanying heading
 */
.title-list-new {
  margin-bottom: 45px;
}
.title-list-new > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin: 0 auto;
  max-width: initial !important;
  width: 100%;
}
.title-list-new > ul > li {
  margin-bottom: 74px;
}
.title-list-new > ul > li:last-of-type {
  margin-bottom: 0;
}
.title-list-new > ul > li:first-of-type .link-list-new {
  background-color: #f5f5f5;
  padding-top: 80px;
  position: relative;
  overflow: hidden;
}
.title-list-new > ul > li:first-of-type .link-list-new::after {
  content: "";
  position: absolute;
  bottom: 100%;
  display: block;
  z-index: 2;
  background: #fff;
  width: 200%;
  height: 30%;
  left: 0;
  right: auto;
  transform-origin: bottom left;
  transform: rotate(2deg);
}
.title-list-new > ul > li:first-of-type .link-list-new__item {
  border-color: #fff;
}
.title-list-new--multiple {
  margin-bottom: 0px;
}
.title-list-new--multiple > ul > li {
  margin-bottom: 0px;
}
/*# sourceMappingURL=source\css\style.css.map */