/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

* {
  text-shadow: none !important;
  box-sizing: border-box; }

/* Sections
   ========================================================================== */
section {
  display: inline-block; }

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  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; }

/* Grouping content
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */ }

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
  cursor: pointer; }

/**
 * Remove the inner border and padding in Firefox.
 */
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: .35em .75em .625em; }

/**
 * 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 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

dd,
dl {
  margin: 0; }

.container {
  padding-right: 2rem;
  padding-left: 2rem; }
  .container:not(.is-fluid) {
    margin-right: auto;
    margin-left: auto; }
    @media only screen and (min-width: 600px) {
      .container:not(.is-fluid) {
        width: 100%;
        max-width: 570px; } }
    @media only screen and (min-width: 900px) {
      .container:not(.is-fluid) {
        width: 100%;
        max-width: 860px; } }
    @media only screen and (min-width: 1200px) {
      .container:not(.is-fluid) {
        width: 100%;
        max-width: 900px; } }
    @media only screen and (min-width: 1800px) {
      .container:not(.is-fluid) {
        width: 100%;
        max-width: 900px; } }

.container-sm {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
  width: 100%; }
  @media only screen and (min-width: 600px) {
    .container-sm {
      max-width: 570px; } }
  @media only screen and (min-width: 900px) {
    .container-sm {
      max-width: 860px; } }
  @media only screen and (min-width: 1200px) {
    .container-sm {
      max-width: 900px; } }
  @media only screen and (min-width: 1800px) {
    .container-sm {
      max-width: 900px; } }

.container-md {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
  width: 100%; }
  @media only screen and (min-width: 900px) {
    .container-md {
      max-width: 860px; } }
  @media only screen and (min-width: 1200px) {
    .container-md {
      max-width: 900px; } }
  @media only screen and (min-width: 1800px) {
    .container-md {
      max-width: 900px; } }

.container-lg {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
  width: 100%; }
  @media only screen and (min-width: 1200px) {
    .container-lg {
      max-width: 900px; } }
  @media only screen and (min-width: 1800px) {
    .container-lg {
      max-width: 900px; } }

.container-xl {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
  width: 100%; }
  @media only screen and (min-width: 1800px) {
    .container-xl {
      max-width: 900px; } }

.fluid-layout {
  padding-right: 2rem;
  padding-left: 2rem; }
  .fluid-layout:not(.is-fluid) {
    margin-right: auto;
    margin-left: auto; }
    @media only screen and (min-width: 600px) {
      .fluid-layout:not(.is-fluid) {
        width: 100%;
        max-width: 570px; } }
    @media only screen and (min-width: 900px) {
      .fluid-layout:not(.is-fluid) {
        width: 100%;
        max-width: 860px; } }
    @media only screen and (min-width: 1200px) {
      .fluid-layout:not(.is-fluid) {
        width: 100%;
        max-width: 900px; } }
    @media only screen and (min-width: 1800px) {
      .fluid-layout:not(.is-fluid) {
        width: 100%;
        max-width: 900px; } }

body {
  color: #282828;
  font-family: 'open_sansregular'; }
  @media (min-width: 1200px) {
    body {
      overflow-x: hidden; } }

section {
  margin-top: 60px; }

.bg-mosaik {
  background-image: url("../img/mosaik.svg");
  background-repeat: no-repeat; }

.bg-midnight {
  background-color: #003B76; }

.bg-downriver {
  background-color: #072245; }

.bg-alabaster {
  background-color: #f8f8f8; }

.bg-lime {
  background-color: #C5F603; }

.site-brand {
  width: 320px;
  display: inline-grid;
  margin-left: -1px; }
  @media (max-width: 600px) {
    .site-brand {
      margin-top: 60px; } }
  @media (min-width: 414px) {
    .site-brand {
      width: 205px; } }

.site-title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.button {
  height: 100%;
  padding: 0; }

.button--toggle-search {
  height: 36px;
  width: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  position: absolute;
  top: 18px;
  right: calc(2rem + 48px); }
  .button--toggle-search.is-visible {
    z-index: 2;
    left: 2rem; }

.button--toggle-navigation {
  background-color: #ffffff;
  border: 0;
  border-radius: 3px;
  position: absolute;
  height: 36px;
  width: 36px;
  top: 18px;
  right: 2rem;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1; }
  @media (min-width: 600px) {
    .button--toggle-navigation {
      display: none; } }

.button--submit {
  height: 36px;
  padding-left: 6px;
  padding-right: 6px; }

.button--surface {
  box-shadow: 0 12px 18px 0 rgba(0, 0, 0, 0.1);
  transition: box-shadow .25s ease-in-out;
  border-radius: 6px;
  padding: 24px;
  height: auto;
  display: inline-block;
  text-decoration: none;
  color: inherit; }
  .button--surface:hover {
    box-shadow: 0 24px 36px 0 rgba(0, 0, 0, 0.15); }

.button__title {
  font-family: 'open_sansbold';
  font-size: .9em;
  display: block; }
  @media (min-width: 414px) {
    .button__title {
      background-image: url("../img/ic_arrow-right.svg");
      background-size: 1.2em;
      background-repeat: no-repeat;
      background-position: right center; } }

.button__subtitle {
  font-family: 'open_sanssemibold';
  font-size: .8em;
  margin-top: 12px;
  display: block; }

.button__description {
  font-family: 'open_sansregular';
  font-size: .8em;
  line-height: 1.4;
  margin-top: 12px;
  display: block; }

.input {
  height: 36px;
  width: 100%; }

.title-link {
  color: #282828;
  text-decoration: none;
  background-image: linear-gradient(#282828, #282828);
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: background-size .2s; }
  .title-link:hover {
    background-size: 100% 1px; }

.menu-link--call {
  background-image: url("../img/ic_phone.svg");
  background-repeat: no-repeat;
  background-size: 18px;
  background-color: #C5F603;
  border-radius: 24px;
  background-position: 12px center;
  display: inline-block;
  text-decoration: none;
  padding: 12px 12px 12px 36px;
  font-size: .85em;
  font-family: 'open_sanssemibold';
  color: #282828;
  transition: box-shadow .25s ease-in-out;
  top: 18px; }
  .menu-link--call:hover {
    box-shadow: 0 24px 36px 0 rgba(0, 0, 0, 0.15); }
  @media (max-width: 1200px) {
    .menu-link--call {
      display: none; } }

.module-call {
  background-image: url("../img/ic_phone.svg");
  background-repeat: no-repeat;
  background-size: 18px;
  background-color: #C5F603;
  border-radius: 24px;
  background-position: 12px center;
  display: inline-block;
  text-decoration: none;
  padding: 12px 12px 12px 36px;
  font-size: .85em;
  font-family: 'open_sanssemibold';
  color: #282828;
  display: flex;
  align-items: center;
  margin-left: auto; }
  @media (max-width: 600px) {
    .module-call {
      font-size: .7em;
      background-size: 15px;
      position: absolute;
      left: 2rem;
      z-index: 2; } }
  @media (min-width: 600px) {
    .module-call {
      max-height: 36px;
      margin-top: 18px; } }

.text-link {
  position: relative;
  color: inherit;
  text-decoration: none;
  background-position-y: -0%;
  background-image: linear-gradient(white 50%, #C5F603 50%);
  transition: background .1s ease;
  background-size: auto 175%; }
  .text-link:hover {
    background-position-y: 100%; }

.copyright {
  max-width: 70%;
  position: relative; }

.copyright__content {
  color: #2E7FBE;
  font-family: 'open_sansregular';
  font-size: .8em;
  text-align: center;
  line-height: 1.3; }

.grid {
  display: grid;
  grid-gap: 30px; }

@media (min-width: 900px) {
  .grid--two-col {
    grid-template-columns: 1fr 1fr; } }

@media (min-width: 900px) {
  .grid--two-col-unequal {
    grid-template-columns: 2fr 1fr; } }

@media (min-width: 900px) {
  .grid--three-col {
    grid-template-columns: repeat(2, 1fr); } }

@media (min-width: 1200px) {
  .grid--three-col {
    grid-template-columns: repeat(3, 1fr); } }

.teaser {
  border-radius: 6px;
  display: inline-block;
  text-decoration: none;
  font-family: 'open_sansregular';
  box-shadow: 0 12px 18px 0 rgba(0, 0, 0, 0.1);
  transition: box-shadow .25s ease-in-out; }
  .teaser:hover {
    box-shadow: 0 24px 36px 0 rgba(0, 0, 0, 0.15); }

.teaser--doctores {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  text-decoration: none; }
  .teaser--doctores .teaser__image {
    grid-column: 1 / 6;
    grid-row: 1; }
    @media (min-width: 900px) {
      .teaser--doctores .teaser__image {
        grid-column: 2 / 6; } }
    .teaser--doctores .teaser__image img {
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .teaser--doctores .teaser__content {
    display: inline-table;
    grid-column: 1 / 6;
    grid-row: 2;
    padding: 24px; }
    @media (max-width: 900px) {
      .teaser--doctores .teaser__content {
        border-radius: 0 0 6px 6px; } }
    @media (min-width: 900px) {
      .teaser--doctores .teaser__content {
        margin-top: 60px;
        grid-column: 1 / 3;
        grid-row: 1; } }
  @media (min-width: 900px) {
    .teaser--doctores {
      grid-template-rows: 1fr auto; } }

.teaser--mf {
  position: relative; }
  .teaser--mf .teaser__content {
    position: absolute;
    left: 24px;
    bottom: 24px;
    padding: 12px; }
  .teaser--mf .teaser__intro {
    margin-top: 6px; }

.teaser__intro {
  font-size: .8em;
  line-height: 1.6;
  margin-top: 18px;
  display: inline-block; }

.teaser--rectangle {
  padding: 24px; }
  @media (min-width: 900px) {
    .teaser--rectangle {
      padding-right: 40%; } }
  .teaser--rectangle .teaser__title {
    margin-top: 24px; }
  .teaser--rectangle .teaser__subtitle {
    margin-top: 48px; }
  .teaser--rectangle.bg-mosaik {
    background-size: contain;
    background-position-x: calc(100% - 24px);
    background-position-y: calc(100% - 24px); }

.teaser--square {
  width: 100%;
  display: block;
  padding: 24px; }
  .teaser--square a {
    text-decoration: none; }
  .teaser--square .teaser__title {
    margin-top: 48px; }

.teaser__title {
  display: block; }

.title--l {
  font-size: 1.2em;
  line-height: 1.4;
  font-family: 'open_sansregular'; }

.title--m {
  font-size: .9em;
  font-family: 'open_sanssemibold'; }

.title--s {
  font-size: .8em; }

.title--bright {
  color: #f8f8f8; }

.teaser__intro--bright {
  color: #f8f8f8; }

.teaser__subtitle {
  font-family: 'open_sanssemibold';
  display: block; }

.teaser__category {
  font-family: 'open_sanssemibold';
  border-radius: 6px;
  padding: 12px;
  font-size: .8em;
  display: inline-block; }

.teaser__category--bright {
  background-color: #f8f8f8;
  color: #282828; }

.teaser__category--midnight-blue {
  background-color: #003B76; }

.teaser__category--icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  width: 48px; }

.teaser__image img {
  width: 100%; }

.teaser__content {
  border-radius: 6px;
  display: inline-block;
  text-decoration: none;
  font-family: 'open_sansregular';
  box-shadow: 0 12px 18px 0 rgba(0, 0, 0, 0.1);
  transition: box-shadow .25s ease-in-out; }
  .teaser__content.bg-mosaik {
    background-size: 30% 100%;
    background-position-x: calc(100% - 24px); }

.frontpage__news__block {
  background-color: #ffffff;
  border-radius: 6px;
  padding: 24px;
  margin-bottom: 36px; }

.frontpage__news__title {
  font-family: 'open_sansbold';
  font-size: 1.1rem !important; 
  display: block; }

.frontpage__news__content {
  font-family: 'open_sansregular';
  font-size: .85rem;
  line-height: 1;
  display: block;
  margin-top: 6px;
  margin-bottom: 12px; }

.frontpage__news__content__bold {
  line-height: 1.4;
  font-family: 'open_sansbold'; }

.opening-hours {
  background-color: #ffffff;
  border-radius: 6px;
  padding: 24px;
  margin-bottom: 36px; }

.opening-day {
  font-family: 'open_sansbold';
  font-size: .95rem;
  display: block; }

.opening-hour {
  font-family: 'open_sansregular';
  font-size: .85rem;
  line-height: 1.4;
  display: block;
  margin-top: 6px;
  margin-bottom: 12px; }

.opening-hint {
  font-size: .85rem;
  line-height: 1.4;
  font-family: 'open_sansregular';
  border-top: 1px solid #f8f8f8;
  padding-top: 6px;
  display: block; }

.opening-hours__item--current {
  color: #005996; }

.site-navigation {
  display: flex; }
  .site-navigation:not(.is-fluid) {
    margin-right: auto;
    margin-left: auto; }
    @media only screen and (min-width: 600px) {
      .site-navigation:not(.is-fluid) {
        max-width: 570px; } }
    @media only screen and (min-width: 900px) {
      .site-navigation:not(.is-fluid) {
        max-width: 860px; } }
    @media only screen and (min-width: 1200px) {
      .site-navigation:not(.is-fluid) {
        max-width: 900px; } }
    @media only screen and (min-width: 1800px) {
      .site-navigation:not(.is-fluid) {
        max-width: 900px; } }
  @media (min-width: 600px) {
    .site-navigation {
      margin-top: 48px;
      padding-left: 2rem; } }

.site-navigation--visible {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #003B76;
  padding: 0 2rem;
  z-index: 1;
  box-shadow: 0 12px 18px 0 rgba(0, 0, 0, 0.1); }
  .site-navigation--visible .site-navigation__menu {
    display: block;
    width: 100%;
    margin-top: 90px; }
    .site-navigation--visible .site-navigation__menu .menu-item {
      margin-left: 0; }
      .site-navigation--visible .site-navigation__menu .menu-item:first-child {
        margin-top: 0; }

.site-navigation__menu {
  display: none;
  padding: 0; }
  @media (min-width: 600px) {
    .site-navigation__menu {
      display: flex;
      align-items: center; } }

.menu-item {
  list-style: none;
  margin-left: 18px;
  display: flex;
  align-items: center;
  flex-shrink: 0; }
  .menu-item:first-child {
    margin-left: 0; }
  .menu-item a {
    text-decoration: none;
    color: inherit;
    font-size: .85em; }
    @media (max-width: 600px) {
      .menu-item a {
        margin-top: 12px;
        color: #ffffff;
        height: 30px; } }

.menu-item--current a {
  font-family: 'open_sansbold'; }

.site-header {
  position: relative;
  display: flex; }
  .site-header:not(.is-fluid) {
    margin-right: auto;
    margin-left: auto; }
    @media only screen and (min-width: 600px) {
      .site-header:not(.is-fluid) {
        width: 100%;
        max-width: 570px; } }
    @media only screen and (min-width: 900px) {
      .site-header:not(.is-fluid) {
        width: 100%;
        max-width: 860px; } }
    @media only screen and (min-width: 1200px) {
      .site-header:not(.is-fluid) {
        width: 100%;
        max-width: 900px; } }
    @media only screen and (min-width: 1800px) {
      .site-header:not(.is-fluid) {
        width: 100%;
        max-width: 900px; } }
  @media (min-width: 414px) {
    .site-header {
      padding-right: 2rem; } }
  @media (max-width: 600px) {
    .site-header {
      padding-top: 18px;
      background-color: #2E7FBE; } }
  @media (min-width: 600px) {
    .site-header {
      padding-left: 2rem; } }
  .site-header:before {
    content: "";
    display: block;
    position: absolute;
    height: 36px;
    background: #2E7FBE;
    width: 100%;
    left: calc(-100% + 2rem); }

.article-page {
  position: relative; }
  .article-page:after {
    content: "";
    position: absolute;
    height: 50%;
    width: 50%;
    background-color: #003B76;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: -2; }

.finder {
  padding-right: 2rem;
  padding-left: 2rem; }
  .finder:not(.is-fluid) {
    margin: 0 auto; }
    @media only screen and (min-width: 600px) {
      .finder:not(.is-fluid) {
        width: 100%;
        max-width: 570px; } }
    @media only screen and (min-width: 900px) {
      .finder:not(.is-fluid) {
        width: 100%;
        max-width: 860px; } }
    @media only screen and (min-width: 1200px) {
      .finder:not(.is-fluid) {
        width: 100%;
        max-width: 900px; } }
    @media only screen and (min-width: 1800px) {
      .finder:not(.is-fluid) {
        width: 100%;
        max-width: 900px; } }

.fieldset--finder {
  display: flex;
  border: 0;
  padding: 0;
  margin-top: 36px; }

.label--finder {
  display: none; }

.article {
  padding-right: 2rem;
  padding-left: 2rem; }
  .article:not(.is-fluid) {
    margin-right: auto;
    margin-left: auto; }
    @media only screen and (min-width: 600px) {
      .article:not(.is-fluid) {
        width: 100%;
        max-width: 570px; } }
    @media only screen and (min-width: 900px) {
      .article:not(.is-fluid) {
        width: 100%;
        max-width: 860px; } }
    @media only screen and (min-width: 1200px) {
      .article:not(.is-fluid) {
        width: 100%;
        max-width: 900px; } }
    @media only screen and (min-width: 1800px) {
      .article:not(.is-fluid) {
        width: 100%;
        max-width: 900px; } }
  .article h2 {
    margin-top: 60px; }
  .article li,
  .article p {
    font-size: .95em;
    line-height: 1.6; }
    .article li a,
    .article p a {
      position: relative;
      color: inherit;
      text-decoration: none;
      background-position-y: -0%;
      background-image: linear-gradient(transparent 50%, #C5F603 50%);
      transition: background .1s ease;
      background-size: auto 175%; }
      .article li a:hover,
      .article p a:hover {
        background-position-y: 100%; }

.article__intro {
  position: relative;
  margin-bottom: 60px;
  padding-top: 36px;
  padding-bottom: 36px; }
  .article__intro:before {
    content: "";
    position: absolute;
    left: -24px;
    height: 100%;
    width: calc(100% + 48px);
    display: block;
    z-index: -1;
    background-color: #EBF7FF; }
    @media (min-width: 1200px) {
      .article__intro:before {
        width: 999%; } }
  @media (min-width: 900px) {
    .article__intro {
      display: grid;
      grid-template-columns: 2fr 1fr;
      grid-column-gap: 60px;
      align-items: center; } }

.article__intro-text {
  font-size: 1.1em;
  line-height: 1.4; }

.article__title {
  font-size: 1.6em; }
  @media (min-width: 600px) {
    .article__title {
      font-size: 2em; } }

.page-search {
  display: none; }

.page-search--visible {
  display: block;
  margin-top: 18px; }

.page-search--expanded {
  right: 0;
  left: 0;
  z-index: 2; }
  .page-search--expanded:not(.is-fluid) {
    margin-right: auto;
    margin-left: auto; }
    @media only screen and (min-width: 600px) {
      .page-search--expanded:not(.is-fluid) {
        width: 100%;
        max-width: 570px; } }
    @media only screen and (min-width: 900px) {
      .page-search--expanded:not(.is-fluid) {
        width: 100%;
        max-width: 860px; } }
    @media only screen and (min-width: 1200px) {
      .page-search--expanded:not(.is-fluid) {
        width: 100%;
        max-width: 900px; } }
    @media only screen and (min-width: 1800px) {
      .page-search--expanded:not(.is-fluid) {
        width: 100%;
        max-width: 900px; } }

.page-search__toggle {
  display: none; }
  @media (min-width: 1200px) {
    .page-search__toggle {
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #ffffff;
      border: 0;
      width: 36px;
      height: 36px;
      cursor: pointer; } }

.page-search__toggle--transform {
  position: absolute;
  left: 0;
  z-index: 2;
  border-left: 0; }

.page-search__form label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.page-search__form--visible {
  display: block; }
  .page-search__form--visible .button--page-search {
    background-image: url("../img/ic_zoom.svg");
    background-color: #C5F603; }

.page-search__input {
  display: flex;
  justify-content: space-between;
  border: 0; }

.page-search__inputbox {
  border: 0;
  font-size: .9em;
  height: 36px;
  padding-left: 12px;
  width: 100%; }

.button--page-search {
  background-image: url("../img/ic_zoom.svg");
  background-position: center center;
  background-color: #ffffff;
  background-repeat: no-repeat;
  border: 1px solid transparent;
  width: 36px;
  height: 36px;
  text-indent: 999%;
  white-space: nowrap; }

body #mod-eu-cookies.position-center.extended {
  top: auto !important; }

#mod-eu-cookies {
  color: #282828; }
  #mod-eu-cookies.position-center {
    background-color: #EBF7FF;
    border: 1px solid #EBF7FF;
    box-shadow: 0 24px 36px 0 rgba(0, 0, 0, 0.15);
    height: auto !important;
    top: auto !important;
    right: 0 !important;
    bottom: 30px;
    left: 0 !important;
    width: 90% !important;
    max-width: 485px !important;
    margin: auto !important;
    border-radius: 2px; }
    @media (min-width: 900px) {
      #mod-eu-cookies.position-center {
        margin: 0 !important;
        right: auto !important;
        left: 60px !important;
        bottom: 60px !important;
        width: 714px !important; } }
  #mod-eu-cookies .user-content {
    min-height: 0 !important; }
    @media (max-width: 365px) {
      #mod-eu-cookies .user-content {
        margin-bottom: 18px; } }
  #mod-eu-cookies .cookie-accept,
  #mod-eu-cookies .cookie-settings {
    padding: 0;
    margin-right: 12px; }
    @media (min-width: 365px) {
      #mod-eu-cookies .cookie-accept,
      #mod-eu-cookies .cookie-settings {
        margin-top: 12px; } }
  #mod-eu-cookies #eu-cookie-save.btn-module-class button,
  #mod-eu-cookies #eu-cookies-accept.btn-module-class button,
  #mod-eu-cookies #eu-cookies-accept-all.btn-module-class button,
  #mod-eu-cookies #eu-cookies-more-info.btn-module-class button,
  #mod-eu-cookies #eu-cookies-settings.btn-module-class button {
    display: block !important;
    width: 100% !important;
    font-family: 'open_sansregular'; }
  #mod-eu-cookies .overview-btn.btn-module-class {
    text-decoration: none !important; }
    #mod-eu-cookies .overview-btn.btn-module-class span {
      text-decoration: underline;
      font-size: 0.9em !important;
      color: #282828 !important; }
  #mod-eu-cookies .btn-module-class button {
    padding: 8px 12px; }
  #mod-eu-cookies #eu_cookie_decline {
    color: #282828;
    font-size: 2em;
    top: 6px;
    right: 6px; }
  #mod-eu-cookies .cookie-explain-content {
    padding: 0 !important; }
  #mod-eu-cookies h6 {
    font-size: 1rem;
    font-family: 'open_sanssemibold';
    color: #282828 !important;
    top: 0 !important; }
  #mod-eu-cookies #overview-caption * {
    color: #282828; }

.eu-cookies-wrapper .overview-btn {
  width: auto !important; }

.cookie-save {
  display: inline-block; }
  .cookie-save button {
    width: 100% !important; }

#back-link span {
  float: left;
  text-decoration: underline;
  font-family: 'open_sanssemibold';
  color: #282828 !important;
  font-size: .9em; }

#overview-caption p {
  font-size: .8rem;
  font-family: 'open_sanssemibold'; }

.cookie-accept,
.cookie-more-information,
.cookie-settings {
  width: auto !important;
  padding: 0 !important !important; }

.cookie-more-information {
  padding: 0 !important;
  display: inline-block;
  width: 100% !important;
  float: left !important;
  text-align: left !important;
  margin-top: 12px; }

.full-width {
  color: #282828 !important;
  font-family: "open_sansregular" !important;
  line-height: 1.6 !important; }

#details-caption p,
p.cookie-explain-content {
  color: #282828 !important; }

.site-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 90px;
  padding: 36px 0;
  background-color: #003B76; }

.site-footer__menu {
  display: flex;
  padding: 0;
  margin: 0;
  position: relative; }
  @media (max-width: 600px) {
    .site-footer__menu {
      align-items: center;
      flex-direction: column; } }
  @media (min-width: 600px) {
    .site-footer__menu {
      justify-content: center; } }

.menu-item--footer a {
  color: #f8f8f8;
  font-family: 'open_sansregular';
  font-size: .85em; }

@media (max-width: 600px) {
  .menu-item--footer {
    margin-left: 0; } }

/*# sourceMappingURL=theme.css.map */