/* firasans-thin */

@font-face {
  font-family: 'FiraSans Thin';
  font-style: normal;
  font-weight: 300;
  src: url('../Fonts/page/FiraSans-Thin.woff2') format('woff2');
}

/* firasans-regular */

@font-face {
  font-family: 'FiraSans Regular';
  font-style: normal;
  font-weight: 300;
  src: url('../Fonts/page/FiraSans-Regular.woff2') format('woff2');
}

/* firasans-semibold */

@font-face {
  font-family: 'FiraSans Semibold';
  font-style: normal;
  font-weight: 300;
  src: url('../Fonts/page/FiraSans-SemiBold.woff2') format('woff2');
}

/* firasans-extrabold */

@font-face {
  font-family: 'FiraSans Extrabold';
  font-style: normal;
  font-weight: 300;
  src: url('../Fonts/page/FiraSans-ExtraBold.woff2') format('woff2');
}

/* firasans-italic */

@font-face {
  font-family: 'FiraSans Italic';
  font-style: normal;
  font-weight: 300;
  src: url('../Fonts/page/FiraSans-Italic.woff2') format('woff2');
}

:root {
  --clr-primary: #004576;
  --clr-secondary: #0c63a1;
  --clr-accent: #f2cb13;
  --clr-background: #ffffff;
  --clr-greyLight: #eaeaea;
  --clr-greyMedium: #e7f0f5;
  --clr-greyDark: #363636;
  --clr-red: #c42a3f;

  --font-size: 18px;
  --font-color: #000000;
  --font-colorLight: var(--clr-background);

  --font-primary: 'FiraSans Regular', sans-serif;
  --font-primary-thin: 'FiraSans Thin', sans-serif;

  --font-headline: 'FiraSans Semibold', sans-serif;
  --font-subheadline: 'FiraSans Regular', sans-serif;

  --font-header-title: 'FiraSans Thin', sans-serif;
  --font-navigation: 'FiraSans Regular', sans-serif;

  --font-filter: 'FiraSans Regular', sans-serif;

  --font-news-date-thin: 'FiraSans Thin', sans-serif;
  --font-news-date-regular: 'FiraSans Regular', sans-serif;

  --font-bold-text: 'FiraSans Semibold', sans-serif;

  --contentMaxWidth: 1920px;

  --headline-color: var(--clr-greyDark);

  --columnsItem-bg: var(--clr-background);
  --columnsItem-padding: 20px;
}

.Theme--yellow {
  --clr-primary: var(--clr-accent);
  --section-bg: var(--clr-accent);
}

.Theme--grey {
  background: #e7f0f5 !important;
  background: var(--clr-greyMedium) !important;
}

.Theme--blue {
  --section-bg: var(--clr-primary);
  --headline-color: #ffffff;
  --text-clr: #ffffff;
}

.Theme--blue .Columns-item {
    --headline-color: var(--headline-color);
  }

.Theme--blue p {
  color: #ffffff;
  color: var(--clr-background);
}

.Theme--white,
.Theme--grey {
  padding: 15px;
}

.Theme--white {
  background: #ffffff;
  background: var(--clr-background);
}

.Theme--white p {
  color: #000000;
  color: var(--font-color);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  height: auto;
  min-height: 100%;
  font-family: 'FiraSans Regular', sans-serif;
  font-family: var(--font-primary);
  font-size: 1.125rem;
  font-size: var(--font-size);
  font-weight: 400;
  font-feature-settings: normal;
  font-variant: normal;
  line-height: normal;
  scroll-behavior: smooth;
  /* -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; */
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 1.125rem;
  font-size: var(--font-size);
  background-color: #ffffff;
  background-color: var(--clr-background);
  color: #000000;
  color: var(--font-color);
}

@media screen and (max-width: 992px) {
  body {
    word-break: break-word;
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
  }
}

body#homepage {
  border-top: 12px solid #e7f0f5;
  border-top: 12px solid var(--clr-greyMedium);
}

body#page {
  border-top: 12px solid #004576;
  border-top: 12px solid var(--clr-primary);
}

body#news #main header {
  padding-bottom: 0;
}

body#news #main #main .u-contentWidth {
  padding-top: 0;
}

main {
  position: relative;
  z-index: 2;
}

[hidden] {
  display: none;
}

:focus {
  outline: 2px auto #0c63a1;
  outline: 2px auto var(--clr-secondary);
}

h1 {
  margin: 0.67em 0;
  font-size: 2rem;
  color: #004576;
  color: var(--clr-primary);
}

h2 {
  font-family: 'FiraSans Semibold', sans-serif;
  font-family: var(--font-headline);
  font-size: 1.5rem;
}

h3 {
  font-family: 'FiraSans Regular', sans-serif;
  font-family: var(--font-subheadline);
  font-size: 1.17rem;
}

h4 {
  margin-top: 0;
  font-family: 'FiraSans Semibold', sans-serif;
  font-family: var(--font-headline);
  font-size: 1.22rem;
}

h5 {
  font-size: 0.83rem;
}

h6 {
  font-size: 0.67rem;
}

h1 {
  margin: 0.67em 0;
}

pre {
  white-space: pre-wrap;
}

hr {
  border-style: solid;
  border-width: 1px 0 0;
  color: inherit;
  height: 0;
  overflow: visible;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
  max-width: 100%;
}

iframe {
  width: 100%;
}

audio:not([controls]) {
  display: none;
}

audio {
  width: 100%;
}

picture {
  display: contents;
}

source {
  display: none;
}

img,
svg,
video,
canvas {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: #004576;
  color: var(--clr-primary);
  transition: color 0.5s;
}

a:hover {
    color: #0c63a1;
    color: var(--clr-secondary);
  }

p {
  margin-top: 0;
  line-height: 130%;
}

.u-contentWidth {
  width: 1500px;
  max-width: 1920px;
  max-width: var(--contentMaxWidth);
  margin: 0 auto;
}

@media screen and (max-width: 1550px) {
  .u-contentWidth {
    width: 100%;
  }
}

#main:not(.homepage) .u-contentWidth {
  padding: 72px;
}

@media screen and (max-width: 768px) {
  #main:not(.homepage) .u-contentWidth {
    padding: 15px;
  }
}

/* First section of startpage */

#main.homepage section:first-of-type {
  padding-top: 0;
  padding-bottom: 0;
}

#main.homepage section:first-of-type .ContentHeader {
  padding: 25px 0;
}

#main.homepage section:first-of-type .Columns {
  margin-top: -30px;
}

.d-none {
  display: none !important;
}

/* ============================== SVG ============================== */

.icon {
  /* Setze das Icon auf die Text-Grundlinie */
  position: relative;
  top: 0.125rem;

  /* Verhindere, dass das Icon schrumpft in einem Flex-Container */
  flex-shrink: 0;

  /* Skaliere das Icon auf die Schriftgröße des Elternelements */
  height: 1em;
  width: 1em;

  /* Lass das Icon die Farbe des Elternelements erben */
  fill: currentColor;

  /* Wird das Icon in einem Link verwendet, welcher die Textfarben-Transition hat,
	dann verwende diese Transition auch für den Fall-Wert */
  transition: fill 0.3s;
}

/* HTML Element Fixes */

.ngx-tsa-ui-lib-dropdown-select-input,
.ngx-tsa-ui-input,
.ngx-tsa-ui-autocomplete-input {
  width: 100% !important;
}

.ngx-tsa-ui-lib-file-upload-button {
  color: #595959 !important;
}

.openLayerMap {
  margin: -8px !important;
}

.LinkboxWithIconAndText-iconWrapper svg {
    max-height: 60px;
}

.neos-contentcollection > * ~ * {
    margin-top: 36px;
  }

.neos-contentcollection > .ContentHeader ~ .Text {
    margin-top: 10px;
  }

.neos-contentcollection > .Text ~ .Headline {
    margin-top: 45px;
  }

.neos-contentcollection > .swiper-slide {
    margin-top: 0;
  }

/* ToDo put in be specific css file */

.neos-contentcollection > [class^='style__addEmptyContentCollectionOverlay'] {
    flex: 1 1 100%;
  }

body:not(.neos-backend) .neos-contentcollection .MainNav {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.container,.container-fluid{margin-right:auto;margin-left:auto}

.container-fluid{padding-right:2rem;padding-left:2rem}

.row{box-sizing:border-box;display:flex;flex:0 1 auto;flex-direction:row;flex-wrap:wrap;margin-right:-.5rem;margin-left:-.5rem}

.row.reverse{flex-direction:row-reverse}

.col.reverse{flex-direction:column-reverse}

.col-xs,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-offset-0,.col-xs-offset-1,.col-xs-offset-10,.col-xs-offset-11,.col-xs-offset-12,.col-xs-offset-2,.col-xs-offset-3,.col-xs-offset-4,.col-xs-offset-5,.col-xs-offset-6,.col-xs-offset-7,.col-xs-offset-8,.col-xs-offset-9{box-sizing:border-box;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}

.col-xs{flex-grow:1;flex-basis:0;max-width:100%}

.col-xs-1{flex-basis:8.33333333%;max-width:8.33333333%}

.col-xs-2{flex-basis:16.66666667%;max-width:16.66666667%}

.col-xs-3{flex-basis:25%;max-width:25%}

.col-xs-4{flex-basis:33.33333333%;max-width:33.33333333%}

.col-xs-5{flex-basis:41.66666667%;max-width:41.66666667%}

.col-xs-6{flex-basis:50%;max-width:50%}

.col-xs-7{flex-basis:58.33333333%;max-width:58.33333333%}

.col-xs-8{flex-basis:66.66666667%;max-width:66.66666667%}

.col-xs-9{flex-basis:75%;max-width:75%}

.col-xs-10{flex-basis:83.33333333%;max-width:83.33333333%}

.col-xs-11{flex-basis:91.66666667%;max-width:91.66666667%}

.col-xs-12{flex-basis:100%;max-width:100%}

.col-xs-offset-0{margin-left:0}

.col-xs-offset-1{margin-left:8.33333333%}

.col-xs-offset-2{margin-left:16.66666667%}

.col-xs-offset-3{margin-left:25%}

.col-xs-offset-4{margin-left:33.33333333%}

.col-xs-offset-5{margin-left:41.66666667%}

.col-xs-offset-6{margin-left:50%}

.col-xs-offset-7{margin-left:58.33333333%}

.col-xs-offset-8{margin-left:66.66666667%}

.col-xs-offset-9{margin-left:75%}

.col-xs-offset-10{margin-left:83.33333333%}

.col-xs-offset-11{margin-left:91.66666667%}

[dir="ltr"] .start-xs {text-align:left;
}

[dir="rtl"] .start-xs {text-align:right;
}

.start-xs{justify-content:flex-start}

.center-xs{justify-content:center;text-align:center}

[dir="ltr"] .end-xs {text-align:right;
}

[dir="rtl"] .end-xs {text-align:left;
}

.end-xs{justify-content:flex-end}

.top-xs{align-items:flex-start}

.middle-xs{align-items:center}

.bottom-xs{align-items:flex-end}

.around-xs{justify-content:space-around}

.between-xs{justify-content:space-between}

.first-xs{order:-1}

.last-xs{order:1}

@media only screen and (min-width:48em){.container{width:49rem}.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-offset-0,.col-sm-offset-1,.col-sm-offset-10,.col-sm-offset-11,.col-sm-offset-12,.col-sm-offset-2,.col-sm-offset-3,.col-sm-offset-4,.col-sm-offset-5,.col-sm-offset-6,.col-sm-offset-7,.col-sm-offset-8,.col-sm-offset-9{box-sizing:border-box;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}.col-sm{flex-grow:1;flex-basis:0;max-width:100%}.col-sm-1{flex-basis:8.33333333%;max-width:8.33333333%}.col-sm-2{flex-basis:16.66666667%;max-width:16.66666667%}.col-sm-3{flex-basis:25%;max-width:25%}.col-sm-4{flex-basis:33.33333333%;max-width:33.33333333%}.col-sm-5{flex-basis:41.66666667%;max-width:41.66666667%}.col-sm-6{flex-basis:50%;max-width:50%}.col-sm-7{flex-basis:58.33333333%;max-width:58.33333333%}.col-sm-8{flex-basis:66.66666667%;max-width:66.66666667%}.col-sm-9{flex-basis:75%;max-width:75%}.col-sm-10{flex-basis:83.33333333%;max-width:83.33333333%}.col-sm-11{flex-basis:91.66666667%;max-width:91.66666667%}.col-sm-12{flex-basis:100%;max-width:100%}.col-sm-offset-0{margin-left:0}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-11{margin-left:91.66666667%}[dir="ltr"] .start-sm {text-align:left;
  }[dir="rtl"] .start-sm {text-align:right;
  }.start-sm{justify-content:flex-start}.center-sm{justify-content:center;text-align:center}[dir="ltr"] .end-sm {text-align:right;
  }[dir="rtl"] .end-sm {text-align:left;
  }.end-sm{justify-content:flex-end}.top-sm{align-items:flex-start}.middle-sm{align-items:center}.bottom-sm{align-items:flex-end}.around-sm{justify-content:space-around}.between-sm{justify-content:space-between}.first-sm{order:-1}.last-sm{order:1}}

@media only screen and (min-width:64em){.container{width:65rem}.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-offset-0,.col-md-offset-1,.col-md-offset-10,.col-md-offset-11,.col-md-offset-12,.col-md-offset-2,.col-md-offset-3,.col-md-offset-4,.col-md-offset-5,.col-md-offset-6,.col-md-offset-7,.col-md-offset-8,.col-md-offset-9{box-sizing:border-box;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}.col-md{flex-grow:1;flex-basis:0;max-width:100%}.col-md-1{flex-basis:8.33333333%;max-width:8.33333333%}.col-md-2{flex-basis:16.66666667%;max-width:16.66666667%}.col-md-3{flex-basis:25%;max-width:25%}.col-md-4{flex-basis:33.33333333%;max-width:33.33333333%}.col-md-5{flex-basis:41.66666667%;max-width:41.66666667%}.col-md-6{flex-basis:50%;max-width:50%}.col-md-7{flex-basis:58.33333333%;max-width:58.33333333%}.col-md-8{flex-basis:66.66666667%;max-width:66.66666667%}.col-md-9{flex-basis:75%;max-width:75%}.col-md-10{flex-basis:83.33333333%;max-width:83.33333333%}.col-md-11{flex-basis:91.66666667%;max-width:91.66666667%}.col-md-12{flex-basis:100%;max-width:100%}.col-md-offset-0{margin-left:0}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-11{margin-left:91.66666667%}[dir="ltr"] .start-md {text-align:left;
  }[dir="rtl"] .start-md {text-align:right;
  }.start-md{justify-content:flex-start}.center-md{justify-content:center;text-align:center}[dir="ltr"] .end-md {text-align:right;
  }[dir="rtl"] .end-md {text-align:left;
  }.end-md{justify-content:flex-end}.top-md{align-items:flex-start}.middle-md{align-items:center}.bottom-md{align-items:flex-end}.around-md{justify-content:space-around}.between-md{justify-content:space-between}.first-md{order:-1}.last-md{order:1}}

@media only screen and (min-width:75em){.container{width:76rem}.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-offset-0,.col-lg-offset-1,.col-lg-offset-10,.col-lg-offset-11,.col-lg-offset-12,.col-lg-offset-2,.col-lg-offset-3,.col-lg-offset-4,.col-lg-offset-5,.col-lg-offset-6,.col-lg-offset-7,.col-lg-offset-8,.col-lg-offset-9{box-sizing:border-box;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}.col-lg{flex-grow:1;flex-basis:0;max-width:100%}.col-lg-1{flex-basis:8.33333333%;max-width:8.33333333%}.col-lg-2{flex-basis:16.66666667%;max-width:16.66666667%}.col-lg-3{flex-basis:25%;max-width:25%}.col-lg-4{flex-basis:33.33333333%;max-width:33.33333333%}.col-lg-5{flex-basis:41.66666667%;max-width:41.66666667%}.col-lg-6{flex-basis:50%;max-width:50%}.col-lg-7{flex-basis:58.33333333%;max-width:58.33333333%}.col-lg-8{flex-basis:66.66666667%;max-width:66.66666667%}.col-lg-9{flex-basis:75%;max-width:75%}.col-lg-10{flex-basis:83.33333333%;max-width:83.33333333%}.col-lg-11{flex-basis:91.66666667%;max-width:91.66666667%}.col-lg-12{flex-basis:100%;max-width:100%}.col-lg-offset-0{margin-left:0}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-11{margin-left:91.66666667%}[dir="ltr"] .start-lg {text-align:left;
  }[dir="rtl"] .start-lg {text-align:right;
  }.start-lg{justify-content:flex-start}.center-lg{justify-content:center;text-align:center}[dir="ltr"] .end-lg {text-align:right;
  }[dir="rtl"] .end-lg {text-align:left;
  }.end-lg{justify-content:flex-end}.top-lg{align-items:flex-start}.middle-lg{align-items:center}.bottom-lg{align-items:flex-end}.around-lg{justify-content:space-around}.between-lg{justify-content:space-between}.first-lg{order:-1}.last-lg{order:1}}

.flex-horizontal-center {
  display: flex;
  justify-content: center;
}

.flex-horizontal-right {
  display: flex;
  justify-content: right;
}

.flex-vertical-center {
  display: flex;
  align-items: center;
}

.equal-height,
.equal-height > * > *,
.equal-height > * > * > * {
  height: 100%;
}

.HighlightBox {
  padding: 20px;
}

.HighlightBox,
.HighlightBox .Section-content {
  text-align: left;
}

.HighlightBox .u-contentWidth {
  width: 100% !important;
  padding: 0 !important;
}

.HighlightBox--lightblue {
  background: #e7f0f5 !important;
  background: var(--clr-greyMedium) !important;
}

.Overlap-top-small > div {
  position: relative;
  top: -15px;
}

.Overlap-top-middle > div {
  position: relative;
  top: -30px;
}

.Overlap-top-large > div {
  position: relative;
  top: -45px;
}

.Separator--horizontal,
.Separator--horizontal > .Columns-item {
  border: 0;
}

.Separator--horizontal + .Separator--horizontal,
.Separator--horizontal > .Columns-item + .Columns-item {
  border-left: 5px solid #e7f0f5;
  border-left: 5px solid var(--clr-greyMedium);
}

.Separator--vertical {
  border: 0;
}

.Separator--vertical + .Separator--vertical {
  border-top: 5px solid #e7f0f5;
  border-top: 5px solid var(--clr-greyMedium);
}

.Button--center {
  text-align: center;
}

.Button--down .Text,
.Button--down .TextIconButtonCard-content {
  flex: 100%;
}

.Section-no-padding-bottom .Section-content {
  padding-bottom: 0 !important;
}

.Section-no-padding-top,
.Section-no-padding-top .Section-content {
  padding-top: 0 !important;
}

/* MARGIN TOP */

.mt-1 {
  margin-top: 15px !important;
}

.mt-3 {
  margin-top: 30px !important;
}

.mt-5 {
  margin-top: 45px !important;
}

@media screen and (max-width: 768px) {
  .mt-1,
  .mt-3,
  .mt-5 {
    margin-top: 0 !important;
  }
}

/* MARGIN RIGHT */

.mr-1 {
  width: calc(100% - 15px) !important;
}

.mr-3 {
  width: calc(100% - 30px) !important;
}

.mr-5 {
  width: calc(100% - 45px) !important;
}

@media screen and (max-width: 768px) {
  .mr-1,
  .mr-3,
  .mr-5 {
    width: 100% !important;
  }
}

/* MARGIN BOTTOM */

.mb-1 {
  margin-bottom: 15px !important;
}

.mb-3 {
  margin-bottom: 30px !important;
}

.mb-5 {
  margin-bottom: 45px !important;
}

/* MARGIN LEFT */

.ml-1 {
  margin-left: 15px !important;
}

.ml-3 {
  margin-left: 30px !important;
}

.ml-5 {
  margin-left: 45px !important;
}

@media screen and (max-width: 768px) {
  .ml-1,
  .ml-3,
  .ml-5 {
    margin-left: 0 !important;
  }
}

/* PADDING TOP */

.pt-1 {
  padding-top: 15px !important;
}

.pt-3 {
  padding-top: 30px !important;
}

.pt-5 {
  padding-top: 45px !important;
}

/* PADDING RIGHT */

.pr-1 {
  padding-right: 15px !important;
}

.pr-3 {
  padding-right: 30px !important;
}

.pr-5 {
  padding-right: 45px !important;
}

/* PADDING BOTTOM */

.pb-1 {
  padding-bottom: 15px !important;
}

.pb-3 {
  padding-bottom: 30px !important;
}

.pb-5 {
  padding-bottom: 45px !important;
}

/* PADDING LEFT */

.pl-1 {
  padding-left: 15px !important;
}

.pl-3 {
  padding-left: 30px !important;
}

.pl-5 {
  padding-left: 45px !important;
}

.event-details {
    display: grid;
    grid-gap: 2rem;
    gap: 2rem;
    grid-template-columns: 1fr;
    grid-template-areas:
        "header"
        "teaser"
        "summary"
        "aside";
}

@media screen and (min-width: 768px) {

.event-details {
        grid-template-areas:
        "header aside"
        "teaser aside"
        "summary aside";
        grid-template-columns: 1fr 1fr;
}
    }

.event-details aside {
    grid-area: aside;
}

@media screen and (min-width: 768px) {

.event-details aside {
        border-left: 2px solid #363636;
        border-left: 2px solid var(--clr-greyDark);
        padding-left: 2rem;
}
    }

.event-details header {
    grid-area: header;
    text-align: center;
}

.event-details summary {
    grid-area: summary;
}

.event-details img {
    grid-area: teaser;
}

.event-details address {
    font-style: normal;
}

.event-details time {
    justify-content: center;
}

.event-details__regular-dates {
    list-style: none;
    font-size: 0.9em;
    padding-left: 0;
}

.event-list form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
    margin-bottom: 1rem;
    align-items: flex-start;
}

.event-list fieldset {
    padding: 0;
    display: flex;
    gap: 0.5rem;
}

.event-list input {
    width: -moz-min-content !important;
    width: min-content !important;
}

.event-list label {
    display: flex;
    gap: 0.5rem;
    align-items: baseline;
}

.event-list select {
    width: auto;
}

.event-list section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
}

.event-list nav {
    margin-top: 2rem;
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    justify-content: center;
}

.Button--first-page,
.Button--last-page {
    flex-grow: 1;
}

@media screen and (min-width: 576px) {

.Button--first-page,
.Button--last-page {
        flex-grow: 0;
}
    }

.event-teaser {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1 1 300px;
    overflow: hidden;
    cursor: pointer;
}

@media screen and (min-width: 576px) {

.event-teaser {
        flex-grow: 0;
}
    }

.event-teaser img {
    display: block;
    flex: 0 1 250px;
    max-height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 15px;
}

.event-teaser time,
.event-details time {
    display: flex;
    margin-bottom: 15px;
}

.event-teaser time > i,
.event-details time > i {
    margin: 1px 7px 0 0;
    display: inline-block;
}

.event-teaser a {
    color: #ffffff;
    color: var(--font-colorLight);
}

.event-teaser header {
    flex: 1;
    padding: 1rem;
    background-color: #004576;
    background-color: var(--clr-primary);
    color: #ffffff;
    color: var(--font-colorLight);
}

.event-teaser address {
    font-style: normal;
    margin-bottom: 0.5rem;
}

.event-teaser h3 {
    margin: 0;
}

.submit-event-form form,
.submit-event-form fieldset {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.submit-event-form__group textarea {
    min-height: 200px;
}

.submit-event-form__container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    gap: 1rem;
}

.submit-event-form__container .submit-event-form__group {
    flex: 1 1 100%;
}

@media screen and (min-width: 1024px) {

.submit-event-form__container .submit-event-form__group {
        flex: 0 1 calc(50% - 10px);
}
    }

.submit-event-form__container input:not(#q),
.submit-event-form__container textarea:not(#q),
.submit-event-form__container select:not(#q) {
    width: 100%;
}

.submit-event-form__container input[type='file'] {
    background-color: #fff;
}

.submit-event-form label {
    display: block;
}

.submit-event-form__topics label:not(:first-child),
.submit-event-form__regular .neos-radio {
    display: inline;
    margin-right: 10px;
}

.Button--wrapper {
  margin-top: 0;
}

.Button {
  display: inline-block;
  width: auto;
  font-size: 1.125rem;
  font-size: var(--font-size);
  cursor: pointer;
}

.Button--default {
  padding: 14px 17px;
  background-color: #0c63a1;
  background-color: var(--clr-secondary);
  color: #ffffff;
  color: var(--clr-background);
  transition: all 0.5s;
}

.Button--default:hover {
    background-color: #004576;
    background-color: var(--clr-primary);
    color: #ffffff;
    color: var(--clr-background);
  }

.Button--left {
  display: table;
  margin-right: auto;
}

.Button--center {
  display: table;
  margin-right: auto;
  margin-left: auto;
}

.Button--right {
  display: table;
  margin-left: auto;
}

.Columns {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {

.Columns {
    flex-wrap: nowrap;
}
  }

.Columns > * {
    flex: 1 1 100%;
    margin: 18px;
  }

.Columns.equal-height .neos-contentcollection > .neos-contentcollection {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

.Columns.Theme--grey {
  background-color: #ffffff;
  background-color: var(--section-bg, var(--clr-background));
}

.Columns-item {
  position: relative;
}

.Columns-item.equal-height > .neos-contentcollection,
.Columns-item.equal-height > .neos-contentcollection picture {
  height: 100%;
}

.Columns.Columns--Distance-between .Columns-item {
  margin: 18px 5px;
}

/* 50% - 50% */

/* @media screen and (max-width: 768px) {
  .HeadlineContentButton .mr-1 {
    margin-top: 0 !important;
  }
} */

/* 25% - 75% */

.Columns--25-75 > *:nth-child(1) {
  flex: 1 1 100%;
}

@media screen and (min-width: 768px) {

.Columns--25-75 > *:nth-child(1) {
    flex-basis: 25%;
}
  }

.Columns--25-75 > *:nth-child(2) {
  flex: 1 1 100%;
}

@media screen and (min-width: 768px) {

.Columns--25-75 > *:nth-child(2) {
    flex-basis: 75%;
}
  }

/* 75% - 25% */

.Columns--75-25 > *:nth-child(1) {
  flex: 1 1 100%;
}

@media screen and (min-width: 768px) {

.Columns--75-25 > *:nth-child(1) {
    flex-basis: 75%;
}
  }

.Columns--75-25 > *:nth-child(2) {
  flex: 1 1 100%;
}

@media screen and (min-width: 768px) {

.Columns--75-25 > *:nth-child(2) {
    flex-basis: 25%;
}
  }

/* 33% - 66% */

.Columns--33-66 > *:nth-child(1) {
  flex: 1 1 100%;
}

@media screen and (min-width: 768px) {

.Columns--33-66 > *:nth-child(1) {
    flex-basis: 33%;
}
  }

.Columns--33-66 > *:nth-child(2) {
  flex: 1 1 100%;
}

@media screen and (min-width: 768px) {

.Columns--33-66 > *:nth-child(2) {
    flex-basis: 67%;
}
  }

/* 66% - 33% */

.Columns--66-33 > *:nth-child(1) {
  flex: 1 1 100%;
}

@media screen and (min-width: 768px) {

.Columns--66-33 > *:nth-child(1) {
    flex-basis: 67%;
}
  }

.Columns--66-33 > *:nth-child(2) {
  flex: 1 1 100%;
}

@media screen and (min-width: 768px) {

.Columns--66-33 > *:nth-child(2) {
    flex-basis: 33%;
}
  }

/* 3 columns */

/* 50% - 25% - 25% */

.Columns--50-25-25 > *:nth-child(1) {
  flex: 1 1 calc(50% - 36px);
}

.Columns--50-25-25 > *:nth-child(2) {
  flex: 1 1 calc(25% - 36px);
}

.Columns--50-25-25 > *:nth-child(3) {
  flex: 1 1 calc(25% - 36px);
}

/* 25% - 50% - 25% */

.Columns--25-50-25 > *:nth-child(1) {
  flex: 1 1 calc(25% - 36px);
}

.Columns--25-50-25 > *:nth-child(2) {
  flex: 1 1 calc(50% - 36px);
}

.Columns--25-50-25 > *:nth-child(3) {
  flex: 1 1 calc(25% - 36px);
}

/* 25% - 25% - 50% */

.Columns--25-25-50 > *:nth-child(1) {
  flex: 1 1 calc(25% - 36px);
}

.Columns--25-25-50 > *:nth-child(2) {
  flex: 1 1 calc(25% - 36px);
}

.Columns--25-25-50 > *:nth-child(3) {
  flex: 1 1 calc(50% - 36px);
}

/* Flex */

.flex-horizontal-center h4 {
  text-align: center;
}

.flex-horizontal-center .neos-contentcollection {
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: center;
}

.Copyright {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  font-size: 0.75rem;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  transition: opacity 0.5s;
}

.Picture:hover .Copyright {
  opacity: 1;
}

.zoom-0 {
  zoom: 1;
  -moz-transform: scale(1);
  -moz-transform-origin: 0 0;
}

.zoom-1 {
  zoom: 1.1;
  -moz-transform: scale(1.1);
  -moz-transform-origin: 0 0;
}

.zoom-2 {
  zoom: 1.2;
  -moz-transform: scale(1.2);
  -moz-transform-origin: 0 0;
}

.zoom-3 {
  zoom: 1.3;
  -moz-transform: scale(1.3);
  -moz-transform-origin: 0 0;
}

.Headline {
  color: #363636;
  color: var(--headline-color, currentColor);
}

.Headline:first-child {
    margin-top: 0;
  }

h1,
.h1 {
  font-size: 1.75rem;
  line-height: normal;
  font-weight: 500;
  margin-bottom: 8px;
}

@media screen and (min-width: 1024px) {

h1,
.h1 {
    font-size: 2.375rem;
}
  }

h2,
.h2 {
  margin-bottom: 8px;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: normal;
  color: #004576;
  color: var(--clr-primary);
}

@media screen and (min-width: 1024px) {

h2,
.h2 {
    font-size: 1.75rem;
}
  }

h3,
.h3 {
  margin-bottom: 8px;
  font-family: 'FiraSans Regular', sans-serif;
  font-family: var(--font-primary);
  font-size: 1.125rem;
  line-height: normal;
}

h4,
.h4 {
  margin-bottom: 8px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.111em;
  color: #004576;
  color: var(--clr-primary);
}

.Days {
  display: flex;
  margin-top: 0;
}

.Days + .Days {
  margin-top: 10px;
}

.Days .Day {
  width: 150px;
  font-family: 'FiraSans Semibold', sans-serif;
  font-family: var(--font-headline);
}

.Notice {
  font-family: 'FiraSans Semibold', sans-serif;
  font-family: var(--font-headline);
}

.Picture {
  position: relative;
  display: block;
  width: 100%;
}

.Picture img {
    width: 100%;
  }

.Row .col {
  margin-top: 0;
  margin-bottom: 30px;
}

.Row.equal-height .col .neos-contentcollection {
  height: 100%;
}

.Row {
  display: flex;
}

.Row > .neos-contentcollection {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

/* @media screen and (max-width: 768px) {
  .Row,
  .Row .col {
    display: flex;
    justify-content: center;
  }
} */

.Section {
  margin: 0;
  padding: 35px 0;
  background-color: #ffffff;
  background-color: var(--section-bg, var(--clr-background));
}

@media screen and (min-width: 1024px) {

.Section {
    padding-right: 18px;
    padding-left: 18px;
}
  }

.Section:last-of-type {
  padding-bottom: 90px;
}

@media screen and (min-width: 768px) {

.Section:last-of-type {
    padding-bottom: 35px;
}
  }

.Section-content > * ~ * {
    /* margin-top: 36px; */
  }

/* @media (--tablet) {
    text-align: center;
  } */

.Section.Width--full {
  padding-right: 0;
  padding-left: 0;
}

.Section.Width--full .Section-content {
  padding: 72px 0 !important;
}

.Section.Width--full .Section-content {
  width: 100%;
  max-width: 100%;
}

.Section.Width--content .Section-content {
  width: 710px;
  max-width: 710px;
  transition: all 0.5s;
}

@media screen and (max-width: 1024px) {
  .Section.Width--content .Section-content {
    width: 100%;
    max-width: 100%;
  }
}

.Section.HeadlineContentButton .Columns .neos-contentcollection > .neos-contentcollection h4 {
  flex: 40px;
}

@media screen and (min-width: 768px) {

.Section.HeadlineContentButton .Columns .neos-contentcollection > .neos-contentcollection h4 {
    flex: 60px;
}
  }

.Section.HeadlineContentButton .Columns .neos-contentcollection > .neos-contentcollection > div:first-of-type {
  flex: 100%;
}

@media screen and (max-width: 768px) {
  .HeadlineContentButton .mr-1 {
    margin-top: 0 !important;
  }

  .HeadlineContentButton > div > div {
    flex-flow: column;
  }

  .HeadlineContentButton .Separator--horizontal > * {
    border-left: 0 !important;
  }

  .HeadlineContentButton .neos-contentcollection > * ~ * {
    margin-top: 0 !important;
  }

  .HeadlineContentButton > div > .Columns > .Columns-item {
    border-top: 5px solid #e7f0f5;
    border-top: 5px solid var(--clr-greyMedium);
  }

  .HeadlineContentButton > div > .Columns > .Columns-item:first-child {
    border: 0;
  }
}

.Slugline {
  color: #363636;
  color: var(--headline-color, currentColor);
}

.Slugline-h1,
.Slugline-h2 {
  font-size: 1.125rem;
  font-weight: 300;
  text-align: center;
  margin-bottom: 8px;
  color: #363636;
  color: var(--headline-color);
}

@media (--dektop) {

.Slugline-h1,
.Slugline-h2 {
    font-size: 1.625rem;
}
  }

.SubSection {
  background: #eaeaea;
  background: var(--clr-greyLight);
  padding: 30px;
}

@media screen and (min-width: 768px) {

.SubSection {
    padding: 40px;
}
  }

main figure.table {
  margin: 0;
  min-width: 400px;
  font-size: 1.125rem;
  font-size: var(--font-size);
}

main figure.table td {
  line-height: 1.875rem;
}

main figure.table table {
  width: 100%;
  border-collapse: collapse;
  background: #e7f0f5;
  background: var(--clr-greyMedium);
}

main thead {
  padding: 10px;
}

main thead th {
  padding: 10px 20px;
  background: #0c63a1;
  background: var(--clr-secondary);
  color: #ffffff;
  color: var(--clr-background);
}

main tbody tr {
  border-top: 1px solid #004576;
  border-top: 1px solid var(--clr-primary);
}

main tbody tr:first-child {
  border: 0;
}

main tbody tr td {
  padding: 10px 20px;
}

@media screen and (max-width: 768px) {
  main thead {
    display: none;
  }

  main td {
    display: flex;
    align-items: center;
    float: left;
    width: 100%;
  }

  main td::before {
    content: attr(data-label);
    float: left;
    width: 150px;
    min-width: 150px;
    margin-right: 15px;
    padding: 10px;
    word-break: break-word;
    background: #004576;
    background: var(--clr-primary);
    color: #ffffff;
    color: var(--clr-background);
  }

  main td:first-child {
    padding-bottom: 2px;
  }

  main td:last-child {
    padding-top: 2px;
  }
}

main .Table--autoscroll {
  overflow-x: auto !important;
}

main .Table--autoscroll {

  /* 100 window width - 2 * padding .Section - 2 * padding .u-contentWidth - 2 * padding .AccordionItem-content */
  max-width: calc(100vw - 2 * 15px - 2 * 18px - 2 * 20px);
}

main .AccordionItem-content figure.table table {
  background: #ffffff;
  background: var(--clr-background);
}

.Text {
  width: 100%;
  text-align: inherit;
}

.Text--center {
  text-align: center;
}

.Text--left {
  text-align: left;
}

.Text--right {
  text-align: right;
}

.Text--small {
  font-size: 0.875rem;
  line-height: 1.2em;
}

.Text--default {
  font-size: 1rem;
  line-height: 1.333em;
}

.Text--big {
  font-size: 1.25rem;
  line-height: 1.2em;
}

.Text a {
  color: #0c63a1;
  color: var(--clr-secondary);
}

.Text a:hover {
    color: #004576;
    color: var(--clr-primary);
  }

.Text > p {
  line-height: 1.5rem;
}

.Text > p strong {
  font-family: 'FiraSans Semibold', sans-serif;
  font-family: var(--font-bold-text);
}

.neos-contentcollection .Text {
  margin-top: 10px;
}

.neos-contentcollection .Text:first-of-type {
  margin-top: 0;
}

/* .Text h4 ~ p {
  margin-bottom: 0;
  font-family: var(--font-primary);
  color: var(--clr-primary);
} */

.Text--color-darkblue {
  color: #004576;
  color: var(--clr-primary);
}

.Text--color-blue {
  color: #0c63a1;
  color: var(--clr-secondary);
}

.Text--firstline {
  color: #363636;
  color: var(--clr-greyDark);
}

.Text--firstline > p:first-of-type {
  color: #0c63a1;
  color: var(--clr-secondary);
}

.ToTop {
  display: none;
  padding: 6px 10px 6px;
  border: 1px solid #363636;
  border: 1px solid var(--clr-greyDark);
  font-size: 1rem;
  text-align: center;
  background: #e7f0f5;
  background: var(--clr-greyMedium);
  color: #363636;
  color: var(--clr-greyDark);
  transition: all 0.3s;
}

.ToTop i {
    font-size: 1.6875rem;
    margin: 0 auto;
  }

.ToTop.show {
  display: inline-block;
}

@media screen and (max-width: 576px) {
  .ToTop {
    display: none !important;
  }
}

.iFrame {
  border: 0;
}

.Theme--blue .Accordion .AccordionItem-content,
.Theme--grey .Accordion .AccordionItem-content {
  background: white;
}

.Theme--blue .Accordion .AccordionItem-content p {
  color: black;
}

.Accordion {
  width: auto;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 768px) {

.Accordion {
    width: 100%;
}
  }

@media screen and (min-width: 768px) {
  .Accordion--100 {
    width: 100%;
  }

  .Accordion--80 {
    width: 80%;
  }

  .Accordion--60 {
    width: 60%;
  }
}

.Accordion[data-isneosbackend] .AccordionItem--active .AccordionItem-content {
      overflow: inherit;
    }

.Accordion-specialTitle {
  font-size: 1.375rem;
  font-weight: 700;
}

.AccordionItem {
  margin-top: -1px;
  text-align: left;
}

.AccordionItem-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0.8em 16px;
  border-top: 1px solid #fff;
  font-size: 0.9375rem;
  font-weight: 700;
  word-break: break-word;
  vertical-align: middle;
  background: rgba(233, 240, 245, 0.82);
  color: #0c63a1;
  color: var(--clr-secondary);
  cursor: pointer;
}

@media screen and (min-width: 768px) {

.AccordionItem-title {
    padding-right: 22px;
    padding-left: 22px;
    font-size: 1.125rem;
}
  }

.AccordionItem-icon {
  position: relative;
  top: 1px;
  flex: 0 0 23px;
  margin-right: 10px;
  font-size: 1.25rem;
}

@media screen and (min-width: 768px) {

.AccordionItem-icon {
    position: static;
    flex-basis: 34px;
    margin-right: 15px;
    font-size: 1.875rem;
}
  }

.AccordionItem-icon.fa-minus-circle {
    display: none;
  }

.AccordionItem-content {
  overflow: hidden;
  box-sizing: content-box;
  max-height: 0;
  padding: 0 20px;
  border-top: 1px solid #fff;
  transition: max-height 300ms ease-out, padding 300ms ease-out;
}

.AccordionItem-content p,
.AccordionItem-content ul li {
  font-size: 0.9375rem;
}

.AccordionItem--active .AccordionItem-title {
    background-color: #0c63a1;
    background-color: var(--clr-secondary);
    color: #fff;
  }

.AccordionItem--active .AccordionItem-content {
    padding: 20px;
  }

.AccordionItem--active .fa-plus-circle {
    display: none;
  }

.AccordionItem--active .fa-minus-circle {
    display: inline;
  }

.AccordionItemDocument .AccordionItem-content {
    padding: 0 20px;
    font-size: 1.5rem;
    background: #ffffff;
    background: var(--clr-background);
  }

.AccordionItemDocument .DownloadList {
  margin-right: -20px;
  margin-left: -20px;
  padding: 20px;
  border: 1px solid #e7f0f5;
  border: 1px solid var(--clr-greyMedium);
}

.AccordionItemDocument .DownloadList.multi {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 10px;
}

.AccordionItemDocument .DownloadList.multi .DownloadListItem {
  width: 50%;
  margin-top: 0;
  margin-bottom: 20px;
}

.AccordionItemDocument .DownloadList.multi .DownloadListItem:nth-child(odd) {
  border-right: 10px solid #ffffff;
  border-right: 10px solid var(--clr-background);
}

.AccordionItemDocument .DownloadList.multi .DownloadListItem:nth-child(even) {
  border-left: 10px solid #ffffff;
  border-left: 10px solid var(--clr-background);
}

.AccordionItemDocument .DownloadListItem {
  border-top: 0;
  font-size: 1rem;
}

.AccordionItemDocument .DownloadListItem + .DownloadListItem {
  border-top: 3px solid #004576;
  border-top: 3px solid var(--clr-primary);
}

.AccordionItemDocument .DownloadListItem .DownloadListItem-details .DownloadListItem-datas {
  display: block;
  margin-top: 10px;
}

.AccordionItemText .AccordionItem-content {
    padding: 0 20px;
    font-size: 1.5rem;
  }

.AccordionItemText.AccordionItem--active .AccordionItem-content {
      padding: 20px;
    }

.audio-player {
    max-width: 400px;
    width: 100%;
}

.BUS-detailBase .BUS-detailBase-header {
  position: relative;
  display: flex;
  align-items: center;
  margin: 10px 0 0 0;
  padding: 10px 0;
  background: var(--clr-blue);
}

.BUS-detailBase .BUS-detailBase-header a {
  position: relative;
  padding-left: 15px;
  text-decoration: none;
  color: #ffffff;
}

.BUS-detailBase .BUS-detailBase-header a > i {
  margin-right: 10px;
}

.BUS-detailBase .BUS-detailBase-data {
  padding: 20px;
  border: 1px solid var(--clr-blue);
  text-align: left;
  background: rgba(233, 240, 245, 0.82);
}

.BUS-detailBase .BUS-detailBase-data ul {
  margin-left: 20px;
}

.BUS-detailBase .Accordion-wrapper ul {
  margin-left: 20px;
}

.BUS-detailRight select {
  width: 100%;
  padding: 10px;
  border: 0;
  font-size: 0.8rem;
  outline: none;
}

.BUS-detailRight .BUS-detailRight-box {
  padding: 20px;
  background: rgba(233, 240, 245, 0.82);
}

.BUS-detailRight .BUS-detailRight-box .BUS-detailRight-boxTitle {
  display: block;
  justify-content: center;
  margin-bottom: 10px;
  text-align: center;
}

.BUS-detailRight .BUS-detailRight-box .BUS-detailRight-boxTitle > img {
  width: 21px;
  margin-right: 5px;
}

.BUS-detailRight .BUS-detailRight-box:last-of-type {
  margin-top: 20px;
}

.BUS-detailRight .BUS-detailRight-box .BUS-detailRight-point strong {
  display: block;
  margin: 20px 0 5px;
}

.AccordionItem-content {
  background: rgba(233, 240, 245, 0.82);
}

.BUS-Index {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -3px;
  margin-top: 15px;
}

.BUS-Index a,
.BUS-Index button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin: 3px;
  border: 0;
  background: #004576;
  background: var(--clr-primary);
  color: #ffffff;
}

.BUS-Index.back-to-overview {
  display: flex;
  margin-top: 15px;
}

.BUS-Index.back-to-overview a {
  width: auto;
  padding: 0 10px;
}

.BUS-Index a:last-of-type {
  margin-right: 6px;
}

.BUS-Index .BUS-OverviewFilter-Button:hover,
.BUS-Index .BUS-OverviewFilter-Button.active {
  background: #0c63a1;
  background: var(--clr-secondary);
  cursor: pointer;
}

.HighlightBox .BUS-Overview {
  display: none;
}

.a-Z .HighlightBox {
  padding: 1px 0 15px;
}

.BUS-Overview .BUS-OverviewItem:nth-child(even) {
  background: white;
}

.BUS-Overview .BUS-OverviewItem:nth-child(odd) {
  background: rgba(12, 99, 161, 0.1);
}

.BUS-Overview .BUS-OverviewItem {
  padding: 20px;
  text-align: left;
}

.BUS-Overview .BUS-OverviewItem {
  position: relative;
  display: block;
  text-decoration: none;
}

.BUS-Overview .BUS-OverviewItem::after {
  content: '\f054';
  position: absolute;
  right: 20px;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
}

.BUS-List {
  display: grid;
  grid-template-areas:
    'search search more-information'
    'frequently-forms a-z more-information'
    'projects-in-city frequently-performances life-situations';
  grid-template-columns: 25% 25% 50%;
}

.BUS-List .grid-item {
  height: auto;
  margin: 5px;
}

.BUS-List > .grid-item:not(.HighlightBox) > div.neos-contentcollection {
  height: 100%;
}

.BUS-List > .grid-item:not(.HighlightBox) > div p {
  margin: 0;
}

.BUS-List .grid-item ul {
  list-style: none;
}

.BUS-List .grid-item ul > li {
  line-height: 2rem;
  text-align: center;
}

.BUS-List .grid-item ul > li > a {
  text-decoration: none;
}

.BUS-List-searchForm {
  position: relative;
}

.BUS-List-searchForm h3 {
  margin-bottom: 15px !important;
}

.BUS-List-searchForm h3 {
  text-align: center;
}

.BUS-List-searchLabel {
  display: inline-block;
  margin-bottom: 5px;
  color: var(--clr-blue);
}

.BUS-List-searchInput:focus,
.BUS-List-searchButton:focus {
  outline: none;
}

.BUS-List-searchInput {
  width: 100%;
  padding: 16px 20px;
  border: 2px solid var(--clr-blue);
  border-radius: 0;
  font-family: 'ClassicGrotesque', sans-serif;
  font-size: 1.125rem;
  transition: width 0.5s;
}

.BUS-List-searchButton {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  height: 60px;
  padding: 0 17px;
  border: 0;
  font-size: 1.625rem;
  line-height: 3.75rem;
  text-align: center;
  background-color: transparent;
  color: var(--clr-blue);
}

.BUS-List h3 {
  margin-bottom: 30px;
  color: var(--clr-blue);
}

.BUS-List > .search {
  grid-area: search;
}

.BUS-List > .more-information {
  grid-area: more-information;
}

.BUS-List > .frequently-forms {
  grid-area: frequently-forms;
}

.BUS-List > .a-z {
  grid-area: a-z;
}

.BUS-List > .projects-in-city {
  grid-area: projects-in-city;
}

.BUS-List > .frequently-performances {
  grid-area: frequently-performances;
}

.BUS-List > .life-situations {
  grid-area: life-situations;
}

.BUS-List .two-columns {
  display: flex;
  padding: 0 60px;
  transition: all 0.5s;
}

.BUS-List .two-columns > div {
  flex: 50%;
}

.BUS-List .grid-item .two-columns ul > li {
  text-align: left;
}

.BUS-List .image-text-overlay {
  position: relative;
  min-height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.BUS-List .image-text-overlay > div {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background: rgba(255, 255, 255, 0.8);
  color: var(--clr-blue);
}

@media screen and (max-width: 1400px) {
  .BUS-List .two-columns {
    padding: 0;
  }
}

@media screen and (max-width: 1024px) {
  .BUS-List .grid-item .two-columns {
    flex-flow: column;
  }

  .BUS-List .grid-item .two-columns ul > li {
    text-align: center;
  }

  .BUS-List {
    display: grid;
    grid-template-areas:
      'search search'
      'a-z more-information'
      'frequently-forms projects-in-city'
      'frequently-performances life-situations';
    grid-template-columns: 50% 50%;
  }
}

@media screen and (max-width: 768px) {
  .BUS-List {
    display: grid;
    grid-template-areas:
      'search'
      'a-z'
      'more-information'
      'frequently-forms'
      'projects-in-city'
      'frequently-performances'
      'life-situations';
    grid-template-columns: 100%;
  }
}

.BUS-search {
  padding: 20px 0;
  color: var(--clr-blue);
}

.BUS-searchInner {
  max-width: 550px;
  margin: 0 auto;
  padding: 0 15px;
  text-align: left;
}

.BUS-searchLabel {
  font-size: 1.125rem;
}

.BUS-searchWrapper {
  position: relative;
  margin-top: 5px;
  border: 2px solid var(--clr-blue);
  background: #ffffff;
  /* border-radius: 60px; */
}

.BUS-searchInput {
  width: 100% !important;
}

.BUS-searchInput {
  padding: 15px 20px;
  border: 0;
  font-size: 1.125rem;
  background: transparent;
  outline: none;
}

.BUS-searchButton {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  border: 0;
  font-size: 1.8125rem;
  background: transparent;
  color: var(--clr-blue);
}

.CardList {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 0;
  color: #ffffff;
}

.CardList > * {
    flex: 0 1 calc(100% / 2 - 8px);
    height: auto;
  }

.CardList > *:nth-child(n + 2) {
    margin-top: 16px;
  }

@media screen and (min-width: 768px) {

.CardList {
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 36px;
}

    .CardList > * {
      min-height: 286px;
    }
  }

@media screen and (min-width: 768px) {
    .CardList--2 > *:nth-child(-n + 2) {
      margin-top: 0;
    }
  }

@media screen and (min-width: 768px) {
    .CardList--3 > * {
      flex: 0 1 calc(100% / 3 - 8px);
      height: auto;
    }

    .CardList--3 > *:nth-child(-n + 3) {
      margin-top: 0;
    }
  }

@media screen and (min-width: 768px) {
    .CardList--4 > * {
      flex: 0 1 calc(100% / 4 - 8px);
      height: auto;
    }

    .CardList--4 > *:nth-child(-n + 4) {
      margin-top: 0;
    }
  }

.IconCard {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding: 14px;
  border: 3px solid #ffffff;
  border: 3px solid var(--clr-background);
  font-size: 1.1875rem;
  color: #ffffff;
  color: var(--font-colorLight);
  transition: border 0.5s;
}

.IconCard:hover {
    border: 3px solid #0c63a1;
    border: 3px solid var(--clr-secondary);
  }

@media screen and (min-width: 768px) {

.IconCard {
    justify-content: center;
    font-size: 1.75rem;
}
  }

.IconCard.Theme--white {
  color: #0c63a1;
  color: var(--clr-secondary);
}

.IconCard-icon {
  flex: 0 0 1.28em;
  margin: 0 6px 0 0;
  font-size: 3.125rem;
}

@media screen and (min-width: 768px) {

.IconCard-icon {
    flex: 0 1 auto;
    margin: 0 0 10px;
    font-size: 6.25rem;
}
  }

.IconCard-title {
  flex: 1 1 100%;
  font-size: 1.125rem;
  word-break: break-word;
  text-align: center;
}

@media screen and (min-width: 768px) {

.IconCard-title {
    flex: 0 1 auto;
    font-size: 1.375rem;
}
  }

.neos-contentcollection.ImageCard .ImageCard {
  display: block;
  height: 350px;
}

@media screen and (min-width: 768px) {
  .neos-contentcollection.ImageCard .ImageCard {
    display: flex;
    width: 216px;
    height: 216px;
  }
}

.ImageCard {
  position: relative;
  display: flex;
  align-items: flex-start;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  color: #ffffff;
  color: var(--font-colorLight);
}

@media screen and (max-width: 767px) {

.ImageCard {
    flex: auto;
}
  }

@media screen and (min-width: 768px) {

.ImageCard {
    /* flex: auto; */
    /* width: inherit !important; */
    height: 100%;
}
  }

.ImageCard picture img {
  height: 100%;
}

.ImageCard > a.Image {
  width: 100%;
}

.ImageCard-image {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
}

.ImageCard-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.ImageCard .ImageCard-text {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px;
  font-size: 1rem;
  line-height: 1.875rem;
  text-align: left;
  word-break: break-word;
  background: transparent;
  background-color: rgba(255, 255, 255, 0.82);
  color: #363636;
  color: var(--clr-greyDark);
}

@media screen and (min-width: 768px) {

.ImageCard .ImageCard-text {
    font-size: 1rem;
}
  }

.ImageCard-link {
  position: absolute;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

.ImageCard-text.Transparent--overlay {
  right: inherit;
  bottom: inherit;
  left: inherit;
  margin-right: 40px;
  margin-left: 40px;
  border: 3px solid yellow;
  text-align: center;
  background: transparent;
}

.ImageCardLightbox {
  position: relative;
  display: flex;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  background-color: #004576;
  background-color: var(--clr-primary);
  color: #ffffff;
  color: var(--font-colorLight);
}

.ImageCardLightbox > a.Image {
  width: 100%;
}

.ImageCard-image {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
}

.ImageCard-image img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }

.ImageCardLightbox .ImageCard-text {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.44em;
  font-size: 0.75rem;
  line-height: 1.875rem;
  text-align: left;
  background: transparent;
  background-color: rgba(255, 255, 255, 0.82);
  color: #363636;
  color: var(--clr-greyDark);
}

@media screen and (min-width: 768px) {

.ImageCardLightbox .ImageCard-text {
    font-size: 1rem;
}
  }

.ImageCard-text.Transparent--overlay {
  right: inherit;
  bottom: inherit;
  left: inherit;
  margin-right: 40px;
  margin-left: 40px;
  border: 3px solid yellow;
  text-align: center;
  background: transparent;
}

.neos-contentcollection.ImageTextCard .ImageTextCard {
  display: block;
  height: 350px;
}

@media screen and (min-width: 768px) {
  .neos-contentcollection.ImageTextCard .ImageTextCard {
    display: flex;
    width: 216px;
    height: 216px;
  }
}

.ImageTextCard {
  position: relative;
  display: flex;
  align-items: flex-start;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  color: #ffffff;
  color: var(--font-colorLight);
}

.ImageTextCard.background--white {
    .ImageTextCard-text {
      background: #ffffff;
      background: var(--clr-background);
    }
  }

.ImageTextCard.background--red {
    .ImageTextCard-text {
      background: #c42a3f;
      background: var(--clr-red);
      color: #ffffff;
      color: var(--clr-background)
    }
  }

.ImageTextCard.background--blue {
    .ImageTextCard-text {
      background: #0c63a1;
      background: var(--clr-secondary);
      color: #ffffff;
      color: var(--clr-background)
    }
  }

.ImageTextCard.background--yellow {
    .ImageTextCard-text {
      background: #f2cb13;
      background: var(--clr-accent);
      color: #ffffff;
      color: var(--clr-background)
    }
  }

@media screen and (max-width: 767px) {

.ImageTextCard {
    flex: auto;
}
  }

@media screen and (min-width: 768px) {

.ImageTextCard {
    /* flex: auto; */
    /* width: inherit !important; */
    height: 100%;
}
  }

.ImageTextCard picture img {
  height: auto;
}

.ImageTextCard > .Image {
  width: 100%;
}

.ImageTextCard-image {
  position: relative;
  display: flex;
  width: 100%;
  height: auto;
}

.ImageTextCard-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.ImageTextCard .ImageTextCard-text {
  padding: 10px;
  font-size: 1rem;
  line-height: 1.875rem;
  text-align: left;
  word-break: break-word;
  background-color: #e7f0f5;
  background-color: var(--clr-greyMedium);
  color: #363636;
  color: var(--clr-greyDark);
}

@media screen and (min-width: 768px) {

.ImageTextCard .ImageTextCard-text {
    font-size: 1rem;
}
  }

.ImageTextCard-link {
  width: 100%;
}

.TextButtonCard {
  --headline-color: var(--clr-greyDark, #262626);

  padding: 24px;
  text-align: center;
  background-color: #fff;
  background-color: var(--TextCard-bg, #fff);
  color: #000000;
  color: var(--font-color);
}

.TextButtonCard.Theme--yellow {
  background-color: #f2cb13;
  background-color: var(--clr-accent);
}

.TextButtonCard.Theme--yellow .TextButtonCard-button {
  background-color: #ffffff;
  background-color: var(--clr-background);
  color: #000000;
  color: var(--font-color);
}

.TextButtonCard-headline {
  margin-bottom: 27px;
  font-size: 1.125rem;
}

.TextButtonCard-icon {
  margin-bottom: 30px;
  font-size: 5rem;
}

.TextIconButtonCard {
  padding: 15px;
  background: #e7f0f5;
  background: var(--clr-greyMedium);
}

.Theme--grey .TextIconButtonCard,
.Theme--white .TextIconButtonCard {
  background: #ffffff;
  background: var(--clr-background);
}

.TextIconButtonCard .TextIconButtonCard-content {
  --headline-color: var(--clr-greyDark, #262626);

  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  color: #363636;
  color: var(--clr-greyDark);
}

.TextIconButtonCard-headline {
  position: relative;
  margin-bottom: 27px;
  text-align: center;
}

.TextIconButtonCard-headline::before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 68px;
  height: 6px;
  margin-left: -34px;
  background: #004576;
  background: var(--clr-primary);
}

.TextIconButtonCard-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
  font-size: 5rem;
  color: #004576;
  color: var(--clr-primary);
}

.TextIconButtonCard-text {
  flex-grow: 1;
}

.Columns {
  margin-top: 0;
}

.Columns > * {
  margin: 0;
}

@media screen and (min-width: 768px) {

.Columns > * {
    margin: 18px 0;
}
  }

.row.equal-height.Contact--List .col > div {
  padding-bottom: 20px;
}

.row.equal-height.Contact--List .col > div .ContactList {
  height: 100%;
}

.ContactList {
  display: inline-flex;
  flex-flow: column;
  width: 100%;
  padding: 15px 5px;
}

@media screen and (max-width: 768px) {
  .ContactList .ContactList-address {
    flex-flow: column;
    align-items: flex-start;
  }

  .col .ContactList {
    margin: 10px 0;
  }

  .col .ContactList + .ContactList {
    margin: 10px;
  }
}

@media screen and (max-width: 576px) {
  .ContactList {
    width: 100%;
    margin: 15px 0;
  }

  .ContactList .ContactList-address {
    flex-flow: row;
  }
}

.Section--highlight .ContactList {
  background: #ffffff;
}

.ContactList-name,
.ContactList-role {
  padding: 0 15px;
  font-size: 1.125rem;
}

.ContactList-address,
.ContactList-dataEntry {
  padding: 15px 15px 0 15px;
  font-size: 1.125rem;
}

.ContactList-name {
  margin-top: 15px;
  color: var(--clr-blue);
}

.ContactList-role {
  color: #004576;
}

.ContactList-address {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  line-height: 140%;
}

@media screen and (max-width: 768px) {
  .ContactList-address .ContactList-addressLink {
    margin-bottom: 10px;
  }
}

.ContactList-addressLink {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 105px;
  max-width: 105px;
  min-height: 85px;
  max-height: 85px;
  margin-right: 15px;
  padding: 12px;
  text-decoration: none;
  background-color: #ffffff;
  background-color: var(--clr-background);
}

.Section--highlight .ContactList-addressLink {
  background-color: rgba(0, 83, 155, 0.1);
}

.ContactList-addressLink i {
  font-size: 2.1875rem;
}

.ContactList-addressLink-text {
  font-size: 0.625rem;
}

.ContactList-addressText {
  -webkit-hyphens: auto;
              -ms-hyphens: auto;
          hyphens: auto;
}

.ContactList-dataEntry {
  display: flex;
  flex-direction: row;
}

.ContactList-dataEntry i {
  margin-right: 10px;
}

.ContactList-dataEntry-text {
  font-size: 1.125rem;
  color: #343434;
}

.ContactList-info {
  position: relative;
  display: flex;
  flex-direction: row;

  width: 100%;
  margin-top: 20px;
  padding: 15px;
  background: rgba(168, 168, 168, 0.2);
}

.ContactList-info i {
  width: 28px;
  margin-right: 15px;
  font-size: 1.25rem;
}

.ContactList-infoText {
  display: block;
  width: 100%;
  font-size: 1.125rem;
  color: #343434;
}

.ContactList-infoText a {
  display: block;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.Theme--default .ContactList {
  background: #e7f0f5;
  background: var(--clr-greyMedium);
}

.Theme--default .ContactList.marked {
  border: 1px solid #0c63a1;
  border: 1px solid var(--clr-secondary);
}

.Theme--grey .ContactList {
  background: rgba(0, 83, 155, 0.1);
}

.Theme--grey .ContactList.marked {
  border: 1px solid #0c63a1;
  border: 1px solid var(--clr-secondary);
}

.OpeningHours i {
  position: absolute;
  left: 16px;
  font-size: 1.25rem;
}

.Info-show {
  display: block;
}

.Info-hidden {
  display: hidden;
}

.row.equal-height.Contact--List .col > div {
  padding-bottom: 20px;
}

.row.equal-height.Contact--List .col > div .ContactList {
  height: 100%;
}

.ContactList {
  display: inline-flex;
  flex-flow: column;
  width: 100%;
  margin-top: 0;
  padding: 15px 5px;
}

@media screen and (max-width: 768px) {
  .ContactList .ContactList-address {
    flex-flow: column;
    align-items: flex-start;
  }

  .col .ContactList {
    margin: 10px 0;
  }

  .col .ContactList + .ContactList {
    margin: 10px;
  }
}

@media screen and (max-width: 576px) {
  .ContactList {
    width: 100%;
    margin: 15px 0;
  }

  .ContactList .ContactList-address {
    flex-flow: row;
  }
}

.Section--highlight .ContactList {
  background: #ffffff;
}

.ContactList-name,
.ContactList-role {
  padding: 0 15px;
  font-size: 1.125rem;
}

.ContactList-address,
.ContactList-dataEntry {
  padding: 15px 15px 0 15px;
  font-size: 1.125rem;
}

.ContactList-name {
  margin-top: 15px;
  color: var(--clr-blue);
}

.ContactList-role {
  color: #004576;
}

.ContactList-address {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  line-height: 140%;
}

@media screen and (max-width: 768px) {
  .ContactList-address .ContactList-addressLink {
    margin-bottom: 10px;
  }
}

.ContactList-addressLink {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 105px;
  max-width: 105px;
  min-height: 85px;
  max-height: 85px;
  margin-right: 15px;
  padding: 12px;
  text-decoration: none;
  background-color: #ffffff;
  background-color: var(--clr-background);
}

.Section--highlight .ContactList-addressLink {
  background-color: rgba(0, 83, 155, 0.1);
}

.ContactList-addressLink i {
  font-size: 2.1875rem;
}

.ContactList-addressLink-text {
  font-size: 0.625rem;
}

.ContactList-addressText {
  -webkit-hyphens: auto;
              -ms-hyphens: auto;
          hyphens: auto;
}

.ContactList-dataEntry {
  display: flex;
  flex-direction: row;
}

.ContactList-dataEntry i {
  margin-right: 10px;
}

.ContactList-dataEntry-text {
  font-size: 1.125rem;
  color: #343434;
}

.ContactList-info {
  position: relative;
  display: flex;
  flex-direction: row;

  width: 100%;
  margin-top: 20px;
  padding: 15px;
  background: rgba(168, 168, 168, 0.2);
}

.ContactList-info i {
  width: 28px;
  margin-right: 15px;
  font-size: 1.25rem;
}

.ContactList-infoText {
  display: block;
  width: 100%;
  font-size: 1.125rem;
  color: #343434;
}

.ContactList-infoText a {
  display: block;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.Theme--default .ContactList {
  background: #e7f0f5;
  background: var(--clr-greyMedium);
}

.Theme--default .ContactList.marked {
  border: 1px solid #0c63a1;
  border: 1px solid var(--clr-secondary);
}

.Theme--grey .ContactList {
  background: rgba(0, 83, 155, 0.1);
}

.Theme--grey .ContactList.marked {
  border: 1px solid #0c63a1;
  border: 1px solid var(--clr-secondary);
}

.OpeningHours i {
  position: absolute;
  left: 16px;
  font-size: 1.25rem;
}

.Info-show {
  display: block;
}

.Info-hidden {
  display: hidden;
}

.Item--content .ContactPerson {
  padding: 20px 0;
  border-top: none;
  font-size: 0.875rem;
}

.Item--content .ContactPerson .ContactPerson--name {
  font-family: 'FiraSans Semibold', sans-serif;
  font-family: var(--font-headline);
  text-transform: uppercase;
}

.Item--content .ContactPerson .Contact {
  display: flex;
}

.Item--content .ContactPerson .Contact--Map {
  display: flex;
  flex-flow: column;
  align-items: center;
  background-color: #e6eef4;
  color: #0c63a1;
  color: var(--clr-secondary);
  padding: 12px 10px;
  margin-right: 15px;
  margin-bottom: 10px;
  width: 100px;
}

.Item--content .ContactPerson .Contact--Map i {
    margin-bottom: 10px;
    font-size: 1.75rem;
  }

.Item--content .ContactPerson .Contact--Map p {
    margin: 0;
    font-size: 0.625rem;
  }

.Item--content .ContactPerson .Contact {
  margin-bottom: 15px;
}

.Item--content .ContactPerson .Contact p {
    margin-bottom: 0;
  }

.Item--content .ContactPerson .Contact p:first-child {
    margin-top: 5px;
  }

.Item--content .ContactPerson .Contact--phone,
.Item--content .ContactPerson .Contact--mobilePhone,
.Item--content .ContactPerson .Contact--email,
.Item--content .ContactPerson .Contact--fax {
  display: flex;
  align-items: center;
}

.Item--content .ContactPerson .Contact--phone i, .Item--content .ContactPerson .Contact--mobilePhone i, .Item--content .ContactPerson .Contact--email i, .Item--content .ContactPerson .Contact--fax i {
    font-size: 1.5625rem;
    color: #0c63a1;
    color: var(--clr-secondary);
    margin-right: 10px;
    width: 30px;
  }

.Item--content .ContactPerson .Contact--reachability {
  margin-bottom: 0;
}

.ContactPersonNavigation {
  position: relative;
  z-index: 3;
  display: flex;
  flex-flow: column;
  max-width: 1360px;
  margin: 0 auto;
  border-top: 2px solid #004576;
  border-top: 2px solid var(--clr-primary);
  background: rgb(233,240,244);
  background: linear-gradient(90deg, rgba(233,240,244,1) 0%, rgba(255,255,255,1) 100%);
}

@media screen and (min-width: 768px) {

.ContactPersonNavigation {
    flex-flow: row;
}
  }

.ContactPersonNavigation .Item .Item--label {
    padding: 15px 20px;
  }

.ContactPersonNavigation .Item:first-child .Item--label {
    background: #004576;
    background: var(--clr-primary);
    color: #ffffff;
    color: var(--clr-background);
  }

.ContactPersonNavigation .Item:not(.First) .Item--label {
  position: relative;
  cursor: pointer;
  color: #0c63a1;
  color: var(--clr-secondary);
  padding: 15px 50px 15px 20px;
}

.ContactPersonNavigation .Item:not(.First) .Item--label i {
    display: inline-block;
    margin-right: 10px;
  }

.ContactPersonNavigation .Item:not(.First) .Item--label::after {
    content: '\f107';
    position: absolute;
    right: 20px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
  }

.ContactPersonNavigation .Item:not(.First) .Item--label.open {
    background-color: #f9fbfc;
  }

.ContactPersonNavigation .Item:not(.First) .Item--label.open::after {
    transform: rotate(180deg);
  }

.ContactPersonNavigation .Item:not(.First) .Item--label.ContactPerson::before {
      content: '';
      font-family: 'Font Awesome 5 Pro';
      font-weight: 900;
    }

.ContactPersonNavigation .Item:not(.First) .Item--label.OpeningHours::before {
      content: '';
      font-family: 'Font Awesome 5 Pro';
      font-weight: 900;
    }

.ContactPersonNavigation .Item:not(.First) .Item--label.open + .Item--content {
    display: flex;
    gap: 10px;
  }

@media screen and (max-width: 991px) {

.ContactPersonNavigation .Item:not(.First) .Item--label.open + .Item--content {
      flex-wrap: wrap;
  }
    }

.ContactPersonNavigation .Item--content {
  position: relative;
  left: 0;
  display: none;
  width: 100%;
  padding: 20px;
  background: rgb(233,240,244);
  background: linear-gradient(90deg, rgba(233,240,244,1) 0%, rgba(255,255,255,1) 100%);
}

@media screen and (min-width: 768px) {

.ContactPersonNavigation .Item--content {
    position: absolute;
}
  }

.ContactPersonNavigation .Item--content h3 {
    font-family: 'FiraSans Semibold', sans-serif;
    font-family: var(--font-headline);
    margin-bottom: 0;
  }

.ContactPersonNavigation .Item--content .ContactPerson {
  padding: 25px 20px;
  flex-basis: 25%;
  border: 1px solid #004576;
  border: 1px solid var(--clr-primary);
  background-color: #ffffff;
  background-color: var(--clr-background);
}

@media screen and (max-width: 991px) {

.ContactPersonNavigation .Item--content .ContactPerson {
    flex-basis: 49%;
}
  }

@media screen and (max-width: 619px) {

.ContactPersonNavigation .Item--content .ContactPerson {
    flex-basis: 100%;
}
  }

.ContactPersonNavigation .Item--content .OpeningHours {
  margin-left: 20px;
}

.ContactPersonNavigation .Item.CloseButton {
  padding: 15px 20px;
  margin-left: auto;
  color: #0c63a1;
  color: var(--clr-secondary);
  cursor: pointer;
  display: none;
}

@media screen and (max-width: 991px) {

.ContactPersonNavigation .Item.CloseButton {
    display: none !important;
}
  }

.ContactPersonNavigation .Item.CloseButton.show {
    display: block;
  }

.ContactPersonNavigation .Item.CloseButton i {
    margin-left: 10px;
  }

.ContentHeader {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.ContentHeader.Theme--grey {
  background-color: #ffffff;
  background-color: var(--section-bg, var(--clr-background));
}

.ContentHeader-slugline {
  margin-top: 0;
}

.ContentHeader-separator {
  display: inline-block;
  width: 35px;
  height: 6px;
  margin: 0;
  border: 0;
  background-color: #004576;
  background-color: var(--clr-primary);
}

/* === === === CurrentPressReleases === === === */

.CurrentPressReleases {
  margin-top: 0;
  margin-bottom: 90px;
}

.CurrentPressReleases .CurrentPressReleases-headline > div {
  width: 100%;
}

.CurrentPressReleases-filter,
.CurrentPressReleases-filter > div {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

@media screen and (min-width: 1024px) {

.CurrentPressReleases-filter .Section-content {
    padding: 15px 125px !important;
}
  }

@media screen and (min-width: 768px) {

.CurrentPressReleases-filter .Section-content {
    padding: 15px 72px !important;
}
  }

.CurrentPressReleases-filter > div {
  width: 100%;
}

.CurrentPressReleases-filterTitle {
  margin-bottom: 25px;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media screen and (min-width: 1024px) {

.CurrentPressReleases-filterTitle {
    margin-bottom: 0;
    font-size: 1.75rem;
    line-height: 2.875rem;
}
  }

@media screen and (min-width: 1200px) {

.CurrentPressReleases-filterTitle {
    font-size: 2rem;
    line-height: 2.5rem;
}
  }

.CurrentPressReleases-filterActions {
  margin-top: 20px;
}

@media screen and (min-width: 1024px) {

.CurrentPressReleases-filterActions {
    margin-top: 30px;
}
  }

@media screen and (min-width: 1200px) {

.CurrentPressReleases-filterActions {
    margin-top: 40px;
}
  }

@media screen and (min-width: 1600px) {

.CurrentPressReleases-filterActions {
    margin-top: 45px;
}
  }

.CurrentPressReleases-filterAllOptions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 100%;
}

.CurrentPressReleases-filterOption {
  padding: 10px 8px;
  border: 1px solid #004576;
  border: 1px solid var(--clr-primary);
  font-family: 'FiraSans Regular', sans-serif;
  font-family: var(--font-filter);
  font-size: 1.125rem;
  background-color: transparent;
  color: var(--font-clr-blue-3);
  outline: none;
  cursor: pointer;
  transition: background 250ms ease-in-out, color 250ms ease-in-out;

  /* @media (--desktop) {
    font-size: 20px;
  }

  @media (--wide) {
    font-size: 22px;
  } */
}

.CurrentPressReleases-filterOption:hover {
    background-color: #004576;
    background-color: var(--clr-primary);
    color: #ffffff;
    color: var(--clr-background);
  }

.CurrentPressReleases-filterOption.is-Active {
    background-color: #0c63a1;
    background-color: var(--clr-secondary);
    color: #ffffff;
    color: var(--clr-background);
  }

.CurrentPressReleases-filterOption.is-Active:hover {
      color: #004576;
      color: var(--clr-primary);
      border: 1px solid #004576;
      border: 1px solid var(--clr-primary);
      background: transparent;
    }

.CurrentPressReleases-filterOption-all {
  border: 1px solid #004576;
  border: 1px solid var(--clr-primary);
}

.CurrentPressReleases-resultsWrapper {
  padding-bottom: 30px;
}

@media screen and (min-width: 768px) {

.CurrentPressReleases-resultsWrapper {
    padding-top: 45px;
    padding-bottom: 45px;
}
  }

@media screen and (min-width: 1024px) {

.CurrentPressReleases-resultsWrapper {
    padding-top: 20px;
    padding-bottom: 20px;
}
  }

@media screen and (min-width: 1200px) {

.CurrentPressReleases-resultsWrapper {
    padding-top: 10px;
    padding-bottom: 10px;
}
  }

.CurrentPressReleases-results {
  max-width: 100%;
}

@media screen and (min-width: 768px) {

.CurrentPressReleases-results {
    padding: 0 72px !important;
}
  }

.CurrentPressReleases-results > .Button--wrapper {
  width: 100%;
  padding-top: 30px;
  border-top: 2px solid #e7f0f5;
  border-top: 2px solid var(--clr-greyMedium);
}

.CurrentPressReleases-release {
  display: none;
  align-items: flex-start;
  padding: 30px 0;
  border-top: 2px solid #e7f0f5;
  border-top: 2px solid var(--clr-greyMedium);
  transition: all 250ms ease-in-out;
}

.CurrentPressReleases-release:first-of-type {
    padding-top: 20px;
    border-top: 0;
  }

@media screen and (min-width: 768px) {
    .CurrentPressReleases-release:first-of-type {
      padding-top: 40px;
    }
  }

/* &:nth-child(n + 2) {
    border-top: none;
  } */

.CurrentPressReleases-release.is-Active {
    display: flex;
  }

.CurrentPressReleases-release.is-Hidden {
    display: none;
  }

.CurrentPressReleases-release.single-result {
    border-top: 0;
  }

@media screen and (min-width: 1024px) {

.CurrentPressReleases-release {
    padding: 40px 0;
    border-bottom: none;

    /* &:nth-child(n + 2) {
      border-top: 2px solid var(--grey);
      border-bottom: none;
    } */
}
  }

@media screen and (min-width: 1200px) {

.CurrentPressReleases-release {
    padding: 50px 0;
}
  }

@media screen and (min-width: 768px) {

.CurrentPressReleases-releaseData {
    margin-left: 25px;
}
  }

.CurrentPressReleases-results .CurrentPressReleases-release:not(.is-Hidden) + .Button--wrapper {
  display: none;
}

.CurrentPressReleases-releaseImage {
  display: none;
}

@media screen and (min-width: 768px) {

.CurrentPressReleases-releaseImage {
    display: block;
    min-width: 198px;
    max-width: 198px;
    aspect-ratio: 198 / 136;
}

    .CurrentPressReleases-releaseImage img {
      aspect-ratio: 198 / 136;
    }
  }

@media screen and (min-width: 1024px) {

.CurrentPressReleases-releaseImage {
    min-width: 271px;
    max-width: 271px;
    aspect-ratio: 271 / 185;
}

    .CurrentPressReleases-releaseImage img {
      aspect-ratio: 271 / 185;
    }
  }

@media screen and (min-width: 1200px) {

.CurrentPressReleases-releaseImage {
    min-width: 243px;
    max-width: 243px;
    aspect-ratio: 243 / 162;
}

    .CurrentPressReleases-releaseImage img {
      aspect-ratio: 243 / 162;
    }
  }

.CurrentPressReleases-releaseDate {
  margin-bottom: 10px;
  font-size: 0.875rem;
  text-align: left;
}

@media screen and (min-width: 1024px) {

.CurrentPressReleases-releaseDate {
    font-size: 1.125rem;
}
  }

.CurrentPressReleases-releaseTitle {
  margin-top: 15px;
  font-weight: 400;
  /* line-height: 33px; */
  text-align: left;
  transition: color 250ms ease-in-out;

  margin-bottom: 8px;
  font-family: 'FiraSans Semibold', sans-serif;
  font-family: var(--font-headline);
  font-size: 1.222rem;
  line-height: 1.111em;
  color: #004576;
  color: var(--clr-primary);
}

.CurrentPressReleases-releaseTitle:hover {
    color: var(--red);
  }

@media screen and (min-width: 1024px) {

.CurrentPressReleases-releaseTitle {
    /* line-height: 42px; */
}
  }

@media screen and (min-width: 1200px) {

.CurrentPressReleases-releaseTitle {
    margin-top: 15px;
}
  }

.CurrentPressReleases-releasePreviewText {
  /* margin-top: 20px; */
  font-size: 1.125rem;
  /* line-height: 28px; */
  font-family: 'FiraSans Regular', sans-serif;
  font-family: var(--font-primary);
  color: #004576;
  color: var(--clr-primary);
}

.CurrentPressReleases-actions {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  margin-top: 28px;
}

.CurrentPressReleases-actions * {
    width: 250px;
  }

.CurrentPressReleases-actions .Button {
    padding: 18px 0;
  }

.CurrentPressReleases-actions * + * {
    margin-top: 15px;
  }

@media screen and (min-width: 1024px) {

.CurrentPressReleases-actions {
    flex-direction: row;
}

    .CurrentPressReleases-actions * {
      width: 100%;
    }

    .CurrentPressReleases-actions .Button {
      padding: 18px 70px;
    }

    .CurrentPressReleases-actions * + * {
      margin-top: 0;
      margin-left: 25px;
    }
  }

@media screen and (min-width: 1200px) {

.CurrentPressReleases-actions {
    max-width: 95%;
}
  }

@media screen and (min-width: 1600px) {

.CurrentPressReleases-actions {
    max-width: 65%;
}
  }

.Theme--default .CurrentPressReleases-results {
  background: #e7f0f5;
  background: var(--clr-greyMedium);
}

.AlternativePressReleases .CurrentPressReleases-resultsWrapper {
  padding-left: 0;
  padding-right: 0;
}

.Document-list {
  display: block;
  width: 100%;
  margin-top: 20px;
  margin-left: 10px;
}

.Document-list + .Document-list {
  margin-top: 0;
}

.DownloadListItem {
  display: flex;
  margin-top: 0;
  padding: 20px;
  text-align: left;
  background: #ffffff;
  background: var(--clr-background);
}

.DownloadListItem:first-of-type {
  margin-top: 0;
}

.DownloadListItem p {
  margin: 0;
}

.DownloadListItem-text,
.DownloadListItem-description.pdf {
  font-family: 'FiraSans Semibold', sans-serif;
  font-family: var(--font-headline);
  font-size: 1.125rem;
  color: #004576;
  color: var(--clr-primary);
}

@media screen and (min-width: 768px) {

.DownloadListItem-text,
.DownloadListItem-description.pdf {
    font-size: 1.375rem;
}
  }

.DownloadListItem-description {
  font-family: 'FiraSans Regular', sans-serif;
  font-family: var(--font-subheadline);
  font-size: 0.875rem;
}

.DownloadListItem .DownloadListItem-head .DownloadListItem-fileName {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: flex-start;
  width: 40px;
  height: 100%;
  margin-right: 15px;
}

.DownloadListItem .DownloadListItem-head .DownloadListItem-fileName span {
  margin-top: 3px;
  font-size: 0.75rem;
  color: #004576;
  color: var(--clr-primary);
}

.DownloadListItem .DownloadListItem-head .DownloadListItem-fileName svg {
  font-size: 2rem;
  color: #004576;
  color: var(--clr-primary);
}

@media screen and (min-width: 768px) {

.DownloadListItem .DownloadListItem-head .DownloadListItem-fileName svg {
    font-size: 2.5rem;
}
  }

.DownloadListItem .DownloadListItem-details a {
  display: block;
  margin-top: 10px;
  text-decoration: underline;
  color: #0c63a1;
  color: var(--clr-secondary);
}

.DownloadListItem .DownloadListItem-details a.download svg {
  top: -2px;
  float: left;
  margin-right: 5px;
  font-size: 1.5625rem;
}

.DownloadListItem .DownloadListItem-details .DownloadListItem-datas {
  display: none;
  font-family: 'FiraSans Regular', sans-serif;
  font-family: var(--font-subheadline);
  font-size: 0.875rem;
}

.uppercase {
  text-transform: uppercase;
}

.EventsUpcoming-wrapper {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {

.EventsUpcoming-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

    .EventsUpcoming-wrapper > a {
      flex: 1 1 calc(100% / 2 - 20px);
    }
  }

.EventsUpcoming-wrapper .Button {
    margin-right: auto;
    margin-left: auto;
  }

.EventsUpcoming-item {
  position: relative;
  margin: 0 0 20px;
  background-color: #004576;
  background-color: var(--clr-primary);
  color: white;
  transition: box-shadow 0.2s;
}

@media screen and (min-width: 768px) {

.EventsUpcoming-item {
    margin: 0 10px 20px;
}
  }

.EventsUpcoming-item:hover {
    box-shadow: 0 14px 31px 0 rgba(0, 0, 0, 0.1);

    i {
      color: white;
      transition: none;
    }
  }

.EventsUpcoming-item img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    max-height: 280px;
  }

.EventsUpcoming-item:nth-child(n + 3) img {
      display: none;
    }

.EventsUpcoming-item:nth-child(n + 3) .EventsUpcoming-linkIcon {
      display: none;
    }

.EventsUpcoming-item:nth-child(n + 3) .EventsUpcoming-content {
      display: flex;
      min-height: 100%;
    }

@media screen and (min-width: 768px) {
      .EventsUpcoming-item:nth-child(n + 3) .EventsUpcoming-linkIcon {
        display: flex;
      }
    }

.EventsUpcoming-item:not(:nth-child(n + 3)) .EventsUpcoming-data {
      position: absolute;
      top: 0;
      left: 0;
      width: 100px;
    }

.EventsUpcoming-item:not(:nth-child(n + 3)) .EventsUpcoming-text {
      display: flex;
      flex-grow: 1;
      align-items: center;
      justify-content: space-between;
    }

.EventsUpcoming-item:not(:nth-child(n + 3)) .EventsUpcoming-title {
      margin-bottom: 0;
    }

.EventsUpcoming-item:not(:nth-child(n + 3)) .EventsUpcoming-description {
      display: none;
    }

.EventsUpcoming-content {
  display: flex;
}

.EventsUpcoming-data {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  width: 130px;
  min-width: 130px;
  margin: 0;
  padding: 18px 10px;
  line-height: 100%;
  text-align: center;
  list-style: none;
  background-color: #e7f0f5;
  background-color: var(--clr-greyMedium);
  color: #000000;
  color: var(--font-color);

  ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
}

.EventsUpcoming-data li {
    padding: 0;
  }

.EventsUpcoming-data span {
    display: block;
  }

.EventsUpcoming-text {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}

.EventsUpcoming-title {
  color: white !important;
}

.EventsUpcoming-title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.25rem;
  font-weight: 600;
}

.EventsUpcoming-date {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
}

.EventsUpcoming-month {
  margin-bottom: 15px;
}

& .EventsUpcoming-description {
  line-height: 1.25rem;
  color: #f8f8f8;
}

.EventsUpcoming-linkIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
}

#contact fieldset:nth-child(1) .clearfix:nth-child(1) {
  width: 50%;
}

#contact fieldset:nth-child(1) .clearfix:nth-child(4),
#contact fieldset:nth-child(2) .clearfix:nth-child(1) {
  width: 100%;
}

#contact fieldset:nth-child(1) .clearfix:nth-child(1) input,
#contact fieldset:nth-child(1) .clearfix:nth-child(1) select,
#contact fieldset:nth-child(3) .clearfix:nth-child(1) textarea {
  width: 100%;
}

/* Elemente nebeneinander */

#contact fieldset:nth-child(1) .clearfix:nth-child(2),
#contact fieldset:nth-child(2) .clearfix:nth-child(2),
#contact fieldset:nth-child(2) .clearfix:nth-child(4) {
  float: left;
  width: 50%;
}

@media screen and (max-width: 576px) {
  #contact fieldset:nth-child(1) .clearfix:nth-child(2),
  #contact fieldset:nth-child(2) .clearfix:nth-child(2),
  #contact fieldset:nth-child(2) .clearfix:nth-child(4) {
    float: none;
    width: 100%;
  }
}

/* Elemente nebeneinander, nächstes Element > label zurückziehen */

#contact fieldset:nth-child(1) .clearfix:nth-child(3) label,
#contact fieldset:nth-child(2) .clearfix:nth-child(3) label,
#contact fieldset:nth-child(2) .clearfix:nth-child(5) label {
  margin-left: 0;
}

@media screen and (max-width: 576px) {
  #contact fieldset:nth-child(1) .clearfix:nth-child(3) label,
  #contact fieldset:nth-child(2) .clearfix:nth-child(3) label,
  #contact fieldset:nth-child(2) .clearfix:nth-child(5) label {
    margin-left: 15px;
  }
}

#contact fieldset:nth-child(1) .clearfix:nth-child(2) input,
#contact fieldset:nth-child(1) .clearfix:nth-child(4) input,
#contact fieldset:nth-child(2) .clearfix:nth-child(1) input,
#contact fieldset:nth-child(2) .clearfix:nth-child(2) input,
#contact fieldset:nth-child(2) .clearfix:nth-child(4) input,
#contact fieldset:nth-child(2) .clearfix:nth-child(6) input,
#contact fieldset:nth-child(3) .clearfix:nth-child(1) input {
  width: 100%;
}

#contact fieldset:nth-child(4) .clearfix:nth-child(1) input {
  width: auto !important;
}

@media screen and (max-width: 576px) {
  #contact input {
    width: 100%;
  }
}

form fieldset {
  padding-right: 0;
  padding-left: 0;
  border: 0;
}

form label {
  color: #363636;
  color: var(--clr-greyDark);
}

form input,
form textarea,
form select {
  margin-bottom: 5px;
  padding: 15px;
  border: 1px solid #0c63a1;
  border: 1px solid var(--clr-secondary);
  font-family: 'FiraSans Regular', sans-serif;
  font-family: var(--font-primary);
  font-size: 1.125rem;
  font-size: var(--font-size);
}

form input:not([type='checkbox']),
form input:not(.ngx-tsa-ui-lib-dropdown-select-input),
form textarea,
form select {
  width: 50%;

  /* @media (--tablet) {
    width: 80%;
  }

  @media (--desktop) {
    width: 60%;
  } */
}

.clearfix {
  margin-bottom: 15px;
}

.clearfix > label {
  display: block;
  margin-left: 15px;
}

.clearfix .input {
  padding-right: 15px;
  padding-left: 15px;
}

form > fieldset > .clearfix:last-of-type {
  display: flex;
  flex-flow: row-reverse;
  justify-content: flex-end;
}

form .actions ul {
  margin-left: -25px;
  list-style: none;
}

form button {
  display: inline-block;
  width: auto;
  padding: 14px 17px;
  border: 0;
  font-size: 1.125rem;
  font-size: var(--font-size);
  background-color: #0c63a1;
  background-color: var(--clr-secondary);
  color: #ffffff;
  color: var(--clr-background);
  cursor: pointer;
}

.errors {
  height: 20px;
  margin: 0 0 0 -40px;
  list-style: none;
  color: red;
}

.errors li {
  font-size: 0.75rem;
}

.grecaptcha-badge {
  z-index: 1000;
}

.clearfix.checkbox {
  display: flex;
  flex-flow: row-reverse;
  justify-content: flex-end;
}

#pollworkers fieldset .clearfix:nth-child(2),
#pollworkers fieldset .clearfix:nth-child(3),
#pollworkers fieldset .clearfix:nth-child(4),
#pollworkers fieldset .clearfix:nth-child(9),
#pollworkers fieldset .clearfix:nth-child(10),
#pollworkers fieldset .clearfix:nth-child(13) {
  width: 100%;
}

#pollworkers fieldset .clearfix:nth-child(2) input,
#pollworkers fieldset .clearfix:nth-child(3) input,
#pollworkers fieldset .clearfix:nth-child(4) input,
#pollworkers fieldset .clearfix:nth-child(9) input,
#pollworkers fieldset .clearfix:nth-child(10) input,
#pollworkers fieldset .clearfix:nth-child(13) textarea {
  width: 100%;
}

/* Elemente nebeneinander */

#pollworkers fieldset .clearfix:nth-child(5),
#pollworkers fieldset .clearfix:nth-child(7) {
  float: left;
  width: 50%;
}

@media screen and (max-width: 576px) {
  #pollworkers fieldset .clearfix:nth-child(5),
  #pollworkers fieldset .clearfix:nth-child(6),
  #pollworkers fieldset .clearfix:nth-child(7),
  #pollworkers fieldset .clearfix:nth-child(8) {
    float: none;
    width: 100%;
  }

  #pollworkers fieldset .clearfix:nth-child(5) input,
  #pollworkers fieldset .clearfix:nth-child(6) input,
  #pollworkers fieldset .clearfix:nth-child(7) input,
  #pollworkers fieldset .clearfix:nth-child(8) input {
    width: 100%;
  }
}

/* Elemente nebeneinander, nächstes Element > label zurückziehen */

#pollworkers fieldset .clearfix:nth-child(6) label,
#pollworkers fieldset .clearfix:nth-child(8) label {
  margin-left: 0;
}

@media screen and (max-width: 576px) {
  #pollworkers fieldset .clearfix:nth-child(5) label,
  #pollworkers fieldset .clearfix:nth-child(6) label,
  #pollworkers fieldset .clearfix:nth-child(7) label,
  #pollworkers fieldset .clearfix:nth-child(8) label {
    margin-left: 15px;
  }
}

#pollworkers fieldset .clearfix:nth-child(5) input,
#pollworkers fieldset .clearfix:nth-child(7) input {
  width: 100%;
}

/* Checkbox */

#pollworkers fieldset .clearfix:nth-child(14) {
  display: flex;
  flex-flow: row-reverse;
  justify-content: flex-end;
}

/* Radioboxes */

#pollworkers fieldset .clearfix ul {
  padding: 0;
  list-style: none;
}

#pollworkers .inputs-list input:not([type='checkbox']),
#pollworkers .inputs-list textarea,
#pollworkers .inputs-list select {
  width: inherit;
}

#pollworkers2 .clearfix {
  width: 100%;

  & input,
  select,
  textarea {
    width: 100%;
  }
}

body:not(.neos-backend) #pollworkers2 fieldset fieldset {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 1024px) {

body:not(.neos-backend) #pollworkers2 fieldset fieldset {
    flex-direction: row;
}
  }

body:not(.neos-backend) #pollworkers2 fieldset fieldset .clearfix {
  width: 100%;
}

@media screen and (min-width: 1024px) {

body:not(.neos-backend) #pollworkers2 fieldset fieldset .clearfix {
    width: 50%;
}
  }

.VhsRegisterFormFinished-button {
  margin-top: 50px;
}

@media screen and (min-width: 769px) {

.VhsRegisterFormFinished-button {
    margin-top: 70px;
}
  }

@media screen and (min-width: 1367px) {

.VhsRegisterFormFinished-button {
    margin-top: 80px;
}
  }

form .RecallForm-fieldWrap {
  display: flex;
  flex-flow: column;
  margin-bottom: 15px;
}

form .RecallForm-fieldWrap > label {
  display: flex;
}

.RecallForm .RecallForm-section:nth-child(1) .RecallForm-fieldWrap:nth-child(1),
.RecallForm .RecallForm-section:nth-child(2) .RecallForm-fieldWrap:nth-child(1),
.RecallForm .RecallForm-section:nth-child(1) .RecallForm-fieldWrap:nth-child(4),
.RecallForm .RecallForm-section:nth-child(2) .RecallForm-fieldWrap:nth-child(1),
#recall fieldset .clearfix:nth-child(1),
#recall fieldset .clearfix:nth-child(2),
#recall fieldset .clearfix:nth-child(3),
#recall fieldset .clearfix:nth-child(4),
#recall fieldset .clearfix:nth-child(5) {
  width: 50%;
}

/* @media screen and (max-width: 576px) {
  .RecallForm .RecallForm-section:nth-child(1) .RecallForm-fieldWrap:nth-child(1),
  .RecallForm .RecallForm-section:nth-child(2) .RecallForm-fieldWrap:nth-child(1),
  .RecallForm .RecallForm-section:nth-child(1) .RecallForm-fieldWrap:nth-child(4),
  .RecallForm .RecallForm-section:nth-child(2) .RecallForm-fieldWrap:nth-child(1) {
    width: 100%;
  }
} */

.RecallForm .RecallForm-section:nth-child(2) .RecallForm-fieldWrap:nth-child(2),
.RecallForm .RecallForm-section:nth-child(2) .RecallForm-fieldWrap:nth-child(3),
.RecallForm .RecallForm-section:nth-child(2) .RecallForm-fieldWrap:nth-child(4),
#recall fieldset .clearfix:nth-child(6),
#recall fieldset .clearfix:nth-child(7),
#recall fieldset .clearfix:nth-child(8) {
  width: 100%;
}

.RecallForm .RecallForm-section:nth-child(1) .RecallForm-fieldWrap:nth-child(1) select,
.RecallForm .RecallForm-section:nth-child(1) .RecallForm-fieldWrap:nth-child(2) input,
.RecallForm .RecallForm-section:nth-child(1) .RecallForm-fieldWrap:nth-child(3) input,
.RecallForm .RecallForm-section:nth-child(1) .RecallForm-fieldWrap:nth-child(4) input,
.RecallForm .RecallForm-section:nth-child(2) .RecallForm-fieldWrap:nth-child(1) input,
.RecallForm .RecallForm-section:nth-child(2) .RecallForm-fieldWrap:nth-child(2) input,
.RecallForm .RecallForm-section:nth-child(2) .RecallForm-fieldWrap:nth-child(3) input,
.RecallForm .RecallForm-section:nth-child(2) .RecallForm-fieldWrap:nth-child(4) textarea,
#recall fieldset .clearfix select,
#recall fieldset .clearfix input,
#recall fieldset .clearfix textarea {
  width: 100%;
}

.RecallForm .RecallForm-section:nth-child(1) .RecallForm-fieldWrap:nth-child(2),
#recall fieldset .clearfix:nth-child(2),
#recall fieldset .clearfix:nth-child(3) {
  float: left;
  width: 50%;
}

/* @media screen and (max-width: 576px) {
  .RecallForm .RecallForm-section:nth-child(1) .RecallForm-fieldWrap:nth-child(2) {
    float: none;
    width: 100%;
  }
} */

#recall fieldset .clearfix:nth-child(9) {
  display: inline-flex;
  flex-flow: row-reverse;
  justify-content: center;
}

#recall fieldset .clearfix:nth-child(9) input {
  width: auto !important;
}

.RecallForm .RecallForm-section .RecallForm-fieldWrap,
.RecallForm .RecallForm-section:nth-child(4) {
  padding-right: 15px;
  padding-left: 15px;
}

.Header-accessibility {
  position: absolute;
  right: 20px;
  bottom: 30px;
  display: none;
  align-items: center;
  padding-top: 30px;
}

@media screen and (min-width: 768px) {

.Header-accessibility {
    display: flex;
}
  }

#page .Header-accessibility {
  bottom: 60px;
}

.Header-accessibility > span {
  z-index: 101;
  -webkit-hyphens: none;
              -ms-hyphens: none;
          hyphens: none;
  word-break: initial;
}

.Header-accessibility ul {
  position: absolute;
  display: none;
  margin-bottom: 27px;
  border: 1px solid #000000;
}

.Header-accessibility ul li {
  display: flex;
}

.Header-accessibility ul li:first-of-type {
  padding-top: 10px;
  border-top: 1px solid #000000;
}

.Header-accessibility ul li .icon {
  margin-right: 20px;
}

.Header-accessibility:hover ul {
  z-index: 100;
  top: -20px;
  right: -20px;
  display: block;
  width: 300px;
  padding: 20px;
  padding-top: 70px;
  background: #ffffff;
  background: var(--clr-background);
}

.Header-accessibility ul {
  list-style: none;
}

.Header-accessibility ul li div span {
  display: block;
  cursor: pointer;
}

body#homepage .BreadCrumb-wrapper {
  display: none;
}

.BreadCrumb-wrapper {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  color: #ffffff;
}

.BreadCrumb {
  display: flex;
  flex-flow: column;
  overflow: hidden;
  width: 100%;
  max-height: 0;
  margin: 0 auto;
  padding-left: 0;
  transition: max-height 0.3s ease-in-out;
}

@media screen and (min-width: 768px) {

.BreadCrumb {
    flex-flow: row wrap;
    align-items: center;
    overflow: visible;
    max-height: none;
    padding: 15px 20px;
}
  }

.BreadCrumb--active {
  max-height: 1000px;
}

.BreadCrumb > svg {
  margin-left: 25px;
}

.BreadCrumb-title {
  padding: 20px;
  cursor: pointer;
}

@media screen and (min-width: 768px) {

.BreadCrumb-title {
    display: none;
}
  }

.BreadCrumb-icon {
  float: right;
}

.BreadCrumb-icon .icon {
  top: 0;
}

.BreadCrumb-item,
.BreadCrumb-actual {
  display: flex;
  flex-flow: column wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media screen and (min-width: 768px) {

.BreadCrumb-item,
.BreadCrumb-actual {
    flex-flow: row wrap;
    align-items: center;
}
  }

.BreadCrumb-actual {
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {

.BreadCrumb-actual {
    margin-bottom: 0;
}
  }

.BreadCrumb-item {
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {

.BreadCrumb-item {
    margin-bottom: 0;
}
  }

@media screen and (min-width: 768px) {
  .BreadCrumb-item .house {
    margin-top: -10px;
  }
}

.BreadCrumb-item a,
.BreadCrumb-actual a {
  color: #ffffff;
  color: var(--font-colorLight);
}

.BreadCrumb-actual > li:first-of-type {
  display: none;
}

.BreadCrumb > *,
.BreadCrumb-title {
  font-size: 1.125rem;
}

.BreadCrumb > * {
  padding: 0 25px;
}

@media screen and (min-width: 768px) {

.BreadCrumb > * {
    padding: 0;
}
  }

.BreadCrumb-actual > * + * {
  position: relative;
  margin-bottom: 10px;
  padding-top: 30px;
  padding-left: 0;
}

@media screen and (min-width: 768px) {

.BreadCrumb-actual > * + * {
    margin-bottom: 0;
    margin-left: 25px;
    padding-top: 0;
    padding-left: 45px;
}
  }

.BreadCrumb-actual > * + *::before {
  content: '\f061';
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'Font Awesome 5 Pro';
  font-size: 1.125rem;
  font-weight: 500;
  transform: rotate(90deg);
}

@media screen and (min-width: 768px) {

.BreadCrumb-actual > * + *::before {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
  }

.BreadCrumb-actual li.active.disable {
  pointer-events: none;
  cursor: not-allowed;
}

#homepage .JumpMenu-wrapper {
  display: none;
}

.JumpMenu-wrapper {
  width: 100%;
  margin: 0 auto;
  background: #e7f0f5;
  background: var(--clr-greyMedium);
  opacity: 1;
  transition: opacity 0.3s, height 1s;
}

.JumpMenu-wrapper .JumpMenu {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 20px;
}

.JumpMenu-wrapper .JumpMenu > ul {
  display: none;
  padding-bottom: 20px;
  padding-left: 0;
  list-style: none;
}

.JumpMenu-wrapper.is-Active .JumpMenu > ul {
  display: block;
}

.JumpMenu li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5;
}

.JumpMenu li::before {
  content: '\f061';
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'Font Awesome 5 Pro';
  color: #004576;
  color: var(--clr-primary);
}

.JumpMenu .Opener {
  padding: 20px 0;
  cursor: pointer;
}

.JumpMenu-wrapper.is-Active .JumpMenu .Opener {
  border-bottom: 1px solid #cccccc;
}

.JumpMenu .Opener span {
  display: flex;
  align-items: center;
  color: #0c63a1;
  color: var(--clr-secondary);
}

.JumpMenu-wrapper .JumpMenu .Opener span::before {
  content: '\f0ab';
  margin-right: 15px;
  font-family: 'Font Awesome 5 Pro';
  font-size: 1.625rem;
  font-weight: 100;
  color: #0c63a1;
  color: var(--clr-secondary);
}

.JumpMenu-wrapper.is-Active .JumpMenu .Opener span::before {
  content: '\f0aa';
}

/* SCROLL */

.JumpMenu-wrapper.scroll {
  opacity: 0;
}

.JumpMenu-wrapper-mobile {
  position: fixed;
  z-index: 10000000;
  top: calc(50% - 104px);
  right: 0;
  display: none;
  max-width: inherit;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
}

@media screen and (min-width: 768px) {

.JumpMenu-wrapper-mobile {
    display: block;
}
  }

.JumpMenu-wrapper-mobile.is-Active {
  right: 0;
}

.JumpMenu-wrapper-mobile .JumpMenu .Opener {
  padding: 10px;
}

.JumpMenu-wrapper-mobile .JumpMenu .Opener span::after {
  content: '\f0a9';
  margin-top: 15px;
  font-family: 'Font Awesome 5 Pro';
  font-size: 1.625rem;
  font-weight: 100;
  color: #004576;
  color: var(--clr-primary);
}

.JumpMenu-wrapper-mobile.is-Active .JumpMenu .Opener span::after {
  content: '\f0a8';
}

.JumpMenu-wrapper-mobile .JumpMenu {
  display: flex;
  width: 55px;
  padding: 0;
  background: #e9eef0;
}

.JumpMenu-wrapper-mobile.is-Active .JumpMenu {
  width: auto;
  background: linear-gradient(to right, #eaeaea 0, #e9eef0 50%, #ffffff 100%);
}

.JumpMenu-wrapper-mobile .Opener {
  -ms-writing-mode: tb-lr;
      writing-mode: vertical-lr;
  transform: rotate(180deg);
}

.JumpMenu-wrapper-mobile ul {
  overflow: hidden;
  width: 0;
  height: 0;
  margin: 0;
  list-style: none;
}

.JumpMenu-wrapper-mobile.is-Active ul {
  width: 100%;
  height: auto;
  padding: 20px;
}

/* SCROLL */

.JumpMenu-wrapper-mobile.scroll {
  opacity: 1;
  visibility: visible;
}

.Search {
  width: 560px;
}

@media screen and (max-width: 610px) {
  .Search {
    width: 100%;
    padding: 0 20px;
  }
}

.Search-label {
  display: block;
  margin: 0 auto 6px;
  font-size: 1.75rem;
  font-weight: 700;
  color: #ffffff;
  color: var(--font-colorLight);
}

.Search-form {
  max-width: 600px;
  position: relative;
  width: 100%;
}

.Search-input:not([type='checkbox']) {
  display: block;
  font-size: 1.5rem;
  width: 100%;
  padding: 14px 12px;
  border-radius: 0;
  border-radius: initial;
  border: medium none currentColor;
  border: initial;
}

.Search-input::-moz-placeholder {
  opacity: 0;
}

.Search-input:-ms-input-placeholder {
  opacity: 0;
}

.Search-input::placeholder {
  opacity: 0;
}

@media screen and (min-width: 1024px) {

.Search-input::-moz-placeholder {
    opacity: 1;
}

.Search-input:-ms-input-placeholder {
    opacity: 1;
}

.Search-input::placeholder {
    opacity: 1;
}
  }

.Search-button {
  background-color: transparent;
  padding: 0;
  position: absolute;
  right: 16px;
  top: calc(50% - 3px);
  transform: translateY(-50%);
}

.Search-button::after {
  content: '\f002';
  font-family: 'Font Awesome 6 Pro';
  font-size: 1.25rem;
  color: #004576;
  color: var(--clr-primary);
}

@media screen and (min-width: 1024px) {

.Search-button::after {
    font-size: 1.875rem;
}
  }

.Search-button.is-Active::after,
.Search-button:hover::after {
  color: #000000;
  color: var(--font-color);
}

body#homepage .Header-title {
  display: none;
}

.Header-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 7px;
  background: linear-gradient(to right, #0c63a1 0%, #0c63a1, 70%, #004576 100%);
}

.Header-title::before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 7px;
  background: linear-gradient(to right, #0c63a1 0%, #004576 100%);
}

.Header-title p {
  position: relative;
  margin: 0;
  font-family: 'FiraSans Thin', sans-serif;
  font-family: var(--font-header-title);
  font-size: 3rem;
  color: #ffffff;
  color: var(--clr-background);
}

.Header-title p::before {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 50%;
  width: 50px;
  height: 4px;
  margin-left: -25px;
  background: #ffffff;
  background: var(--clr-background);
}

:root {
  --top-search-width: 564px;
}

@media screen and (max-width: 1400px) {
  :root {
    --top-search-width: 364px;
  }
}

.Header-options .Header-searchIcon {
  display: flex;
  width: 56px;
  position: relative;
  margin-top: 30px;
  border: 1px solid #004576;
  border: 1px solid var(--clr-primary);
  background: #ffffff;
  background: var(--clr-background);
  transition: padding-right 0.3s;
  z-index: 102;
}

@media screen and (min-width: 1024px) {

.Header-options .Header-searchIcon {
    width: 564px;
    width: var(--top-search-width);
}
  }

@media screen and (max-width: 992px) {
  .Header.Search-active .Header-logo {
    margin-top: 60px;
  }
}

#page .Header-options .Header-searchIcon {
  margin-top: 0;
}

.Search-input:not([type='checkbox']) {
  display: inline-flex;
  width: 100%;
  padding: 0;
  font-size: 1rem;
  transition: width 0.3s;
}

@media screen and (min-width: 1024px) {

.Search-input:not([type='checkbox']) {
    width: calc(564px - 60px);
    width: calc(var(--top-search-width) - 60px);
}
  }

.Search-form {
  padding: 16px;
}

@media screen and (min-width: 1024px) {

.Search-form {
    position: relative;
    padding: 22px 16px 17px;
}
  }

.Search-suggestions {
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  width: 100%;
  background-color: #ffffff;
  background-color: var(--clr-background);
  border: 1px solid #eaeaea;
  border: 1px solid var(--clr-greyLight);
  border-top: none;
}

.Search-suggestions > div {
  margin: 0 16px;
  padding: 10px 0;
  border-bottom: 1px solid #eaeaea;
  border-bottom: 1px solid var(--clr-greyLight);
  color: #004576;
  color: var(--clr-primary);
  transition: all 0.3s ease-in-out;
}

.Search-suggestions > div:hover {
    color: #0c63a1;
    color: var(--clr-secondary);
  }

.Search-suggestions > div:first-child {
  margin-top: 10px;
}

.Search-suggestions > div:last-child {
  border-bottom: none;
  margin-bottom: 10px;
}

.Search-switch {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1024px) {

.Search-switch {
    display: none;
}
  }

.Search-active .Search-switch {
  display: none;
}

.Search-active .Header-searchIcon.is-Active,
.Search-active .Header-searchIcon:hover {
  background: #ffffff;
  background: var(--clr-background);
}

.Search-active .Header-searchIcon {
  width: calc(100% - 15px);
}

@media screen and (min-width: 768px) {

.Search-active .Header-searchIcon {
    width: 564px;
    width: var(--top-search-width);
}
  }

/* .Header-options .Header-searchIcon .Search-input {
  width: 485px;
  margin-right: 15px;
} */

.Search-input::-moz-placeholder {
  font-family: 'FiraSans Regular', sans-serif;
  font-family: var(--font-primary);
  color: #004576;
  color: var(--clr-primary);
}

.Search-input:-ms-input-placeholder {
  font-family: 'FiraSans Regular', sans-serif;
  font-family: var(--font-primary);
  color: #004576;
  color: var(--clr-primary);
}

.Search-input::placeholder {
  font-family: 'FiraSans Regular', sans-serif;
  font-family: var(--font-primary);
  color: #004576;
  color: var(--clr-primary);
}

.Header-options .Search-input:focus {
  outline: none;
}

.IconLinkItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  padding: 24px 8px;
  color: #0c63a1;
  color: var(--clr-secondary);
}

@media screen and (min-width: 768px) {

.IconLinkItem {
    padding: 26px 20px;
}
  }

.IconLinkItem-icon {
  display: flex;
  min-height: 115px;
  font-size: 4.6875rem;
}

@media screen and (min-width: 768px) {

.IconLinkItem-icon {
    font-size: 5.5rem;
}
  }

.IconLinkItem-icon .icon {
  font-size: 4.375rem;
}

@media screen and (min-width: 768px) {

.IconLinkItem-title {
    font-family: 'FiraSans Semibold', sans-serif;
    font-family: var(--font-headline);
    font-size: 1.125rem;
}
  }

.IconLinkList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.IconLinkList > * {
    flex: 0 1 calc(100% / 2 - 5px);
    height: auto;
  }

.IconLinkList > *:nth-child(n + 3) {
    margin-top: 10px;
  }

@media screen and (max-width: 370px) {

.IconLinkList {
    display: block;
}
  }

@media screen and (min-width: 768px) {

.IconLinkList {
    justify-content: center;
}

    .IconLinkList > * {
      flex: 0 1 auto;
      height: auto;
    }

    .IconLinkList > *:nth-child(n + 2) {
      margin: 0 0 0 10px;
    }
  }

.ImageInfobox > p {
  margin: 0;
  margin-top: 5px;
}

.ImageInfobox--image {
  position: relative;
  overflow: hidden;
}

.ImageInfobox--infobox {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.ImageInfobox--infobox .text {
  position: absolute;
  top: 100%;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 10px;
  background: rgba(255, 255, 255, 0.5);
}

.ImageInfobox--infobox.is-Active .text {
  display: flex;
  animation: showInfobox 0.5s forwards;
}

.ImageInfobox--infobox.not-Active .text {
  animation: hideInfobox 0.5s forwards;
}

.ImageInfobox--infobox .icon {
  position: absolute;
  right: 2px;
  bottom: 2px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.8);
  cursor: pointer;
}

@keyframes showInfobox {
  from {
    top: 100%;
  }

  to {
    top: 0;
  }
}

@keyframes hideInfobox {
  from {
    top: 0;
  }

  to {
    top: 100%;
  }
}

.ImageTitleTeaser {
  position: relative;
}

.ImageTitleTeaser .title {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: left;
  background: rgba(12, 99, 161, 0.8);
}

.ImageTitleTeaser .title span,
.ImageTitleTeaser .title a {
  display: inline-block;
  padding: 15px 20px;
  color: #ffffff;
  color: var(--clr-background);
}

@keyframes infoboxSlideOut65 {
  0% {
    left: 0;
  }

  100% {
    left: 60px;
  }
}

@keyframes infoboxSlideOut88 {
  0% {
    left: 0;
  }

  100% {
    left: 88px;
  }
}

@keyframes infoboxSlideIn65 {
  0% {
    left: 60px;
  }

  100% {
    left: 0;
  }
}

@keyframes infoboxSlideIn88 {
  0% {
    left: 88px;
  }

  100% {
    left: 0;
  }
}

.MainMenu-item .Infobox {
  position: absolute;
  top: 0;
  display: none;
  align-items: center;
  overflow: hidden;
  /* width: 65px; */
  color: #000000;
  color: var(--font-color);
  animation: infoboxSlideIn65 0.3s;
}

@media screen and (min-width: 768px) {

.MainMenu-item .Infobox {
    /* width: 88px; */
    animation: infoboxSlideIn88 0.3s;
}
  }

.MainMenu-item:hover .Infobox {
  display: flex;
  height: 60px;
  min-height: 60px;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (min-width: 768px) {

.MainMenu-item:hover .Infobox {
    height: 88px;
    min-height: 88px;
}
  }

.MainMenu-item .Infobox .onHover {
  font-family: 'FiraSans Semibold', sans-serif;
  font-family: var(--font-headline);
}

.MainMenu-item .Infobox .onClick {
  display: none;
  padding: 10px;
}

.MainMenu-item:hover .Infobox .onHover {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  height: 60px;
  padding: 0 15px;
  background: #ffffff;
  background: var(--clr-background);
  width: -moz-max-content;
  width: max-content;
}

@media screen and (min-width: 768px) {

.MainMenu-item:hover .Infobox .onHover {
    height: 88px;
}
  }

.MainMenu-item .Infobox .onHover p {
  margin: 0;
}

.MainMenu-item .Infobox .onHover p.page {
  font-size: 0.875rem;
}

.MainMenu-item:hover .Infobox,
.MainMenu-item.is-Active .Infobox {
  position: absolute;
  left: 60px;
  overflow: auto;
  /* width: auto; */
  transition: left 10s;
  animation: infoboxSlideOut65 0.3s;
}

@media screen and (min-width: 768px) {

.MainMenu-item:hover .Infobox,
.MainMenu-item.is-Active .Infobox {
    left: 88px;
    animation: infoboxSlideOut88 0.3s;
}
  }

.MainMenu-item.is-Active .Infobox {
  width: 300px;
  border: 3px solid #004576;
  border: 3px solid var(--clr-primary);
  background: #ffffff;
  background: var(--clr-background);
}

.MainMenu-item.contact:not(.is-Active):hover .Infobox .onClick {
  display: none;
}

.MainMenu-item.is-Active .Infobox .onClick {
  position: absolute;
  display: block;
}

.MainMenu-item.is-Active .Infobox .onHover {
  display: none;
}

/* The work below, Lightbox, is released under the Creative Commons
   Attribution-ShareAlike 4.0 license and is available on
   https://github.com/TheLastProject/Lightbox. You are not required to add
   additional credit to your website, just leave the above text in this file */

div.Lightbox {
  display: inline-block;
}

span.Lightbox_full {
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  pointer-events: none;
  cursor: default;
  transition: opacity 0.5s linear;
}

span.Lightbox_full img {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 70%;
  max-width: 90%;
  max-height: 90%;
  margin: 0;
  margin-right: -50%;
  padding: 0;
  background-color: white;
  box-shadow: 0 0 20px black;
  transform: translate(-50%, -50%);
}

a.Lightbox_close,
a.Lightbox_prev,
a.Lightbox_next {
  position: fixed;
  z-index: 999999;
  font-size: 3rem;
  text-decoration: none;
  color: white;
  visibility: hidden;
}

a.Lightbox_close {
  top: 1%;
  right: 1%;
}

a.Lightbox_close::after {
  content: '\00d7';
}

a.Lightbox_prev,
a.Lightbox_next {
  top: 50%;
  transform: translate(0%, -50%);
}

a.Lightbox_prev {
  left: 5%;
}

a.Lightbox_prev::after {
  content: '\f053';
  font-family: 'Font Awesome 5 Pro';
}

a.Lightbox_next {
  right: 5%;
}

a.Lightbox_next::after {
  content: '\f054';
  font-family: 'Font Awesome 5 Pro';
}

a:target ~ a.Lightbox_close,
a:target ~ a.Lightbox_prev,
a:target ~ a.Lightbox_next {
  visibility: visible;
}

a:target > img.Lightbox_thumb + span.Lightbox_full {
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
}

.Lightbox--is-active {
  z-index: -1 !important;
}

.Theme--blue .LinkListItem a {
  color: #ffffff;
  color: var(--clr-background);
}

.LinkListItem {
  display: flex;
  margin: 0;
  padding: 8px 0;
  border-top: 0;
  text-align: left;
}

.LinkListItem + .LinkListItem {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.LinkListItem p {
  margin: 0;
}

.LinkListItem .LinkListItem-head .LinkListItem-fileName {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 40px;
  height: 100%;
  margin-right: 15px;
}

.LinkListItem .LinkListItem-head .LinkListItem-fileName i {
  font-size: 2.5rem;
}

.LinkListItem .LinkListItem-details a {
  display: block;
  margin-top: 10px;
  text-decoration: underline;
}

.LinkListItem .LinkListItem-details a img {
  float: left;
  width: 25px;
  margin-right: 5px;
}

.LinkListItem .LinkListItem-details .LinkListItem-datas {
  display: none;
}

.LinkListItem .LinkListItem--icon-icon {
  display: inline-block;
  width: 18px;
  margin-right: 15px;
}

.LinkListItem .LinkListItem--icon-icon::before {
  content: '\f35d';
  font-family: 'Font Awesome 5 Pro';
}

.LinkList.Separator--horizontal > .LinkListItem {
  border-top: 1px solid #004576;
  border-top: 1px solid var(--clr-primary);
}

.LinkList.Separator--horizontal > .LinkListItem:first-child {
  border: 0;
}

.LinkboxWithIconAndText {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  text-decoration: none;
}

.LinkboxWithIconAndText-iconWrapper {
  position: absolute;
  top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  padding: 30px;
  border: 2px solid #ffffff;
  border: 2px solid var(--clr-background);
  border-radius: 50%;
}

.LinkboxWithIconAndText-iconWrapper .icon {
  width: 100%;
  height: 100%;
  color: #ffffff;
}

.LinkboxWithIconAndText-data {
  width: 100%;
  height: 100%;
  margin-top: 75px;
  padding: 60px 20px 20px 20px;
  border-radius: 10px;
  transition: box-shadow 250ms ease-in-out;
}

.LinkboxWithIconAndText-dataTitle {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 10px 0 5px 0;
  font-family: 'FiraSans Semibold', sans-serif;
  font-family: var(--font-headline);
  font-size: 1rem;
  text-align: center;
  color: #004576;
  color: var(--clr-primary);
}

@media (--table) {

.LinkboxWithIconAndText-dataTitle {
    font-size: 1.125rem;
}
  }

.Section.Theme--default .LinkboxWithIconAndText-data {
  background: #e7f0f5;
  background: var(--clr-greyMedium);
}

.Section.Theme--grey .LinkboxWithIconAndText-data {
  background: #ffffff;
  background: var(--clr-background);
}

.Section.Theme--blue .LinkboxWithIconAndText-data {
  background: #ffffff;
  background: var(--clr-background);
}

.Section.Theme--blue .LinkboxWithIconAndText-data p {
  color: #0c63a1;
  color: var(--clr-secondary);
}

.Section.Theme--default .LinkboxWithIconAndText-iconWrapper,
.Section.Theme--grey .LinkboxWithIconAndText-iconWrapper {
  background: #004576;
  background: var(--clr-primary);
}

.Section.Theme--blue .LinkboxWithIconAndText-iconWrapper .icon {
  color: #004576;
  color: var(--clr-primary);
}

.Section.Theme--blue .LinkboxWithIconAndText-iconWrapper {
  background: #e7f0f5;
  background: var(--clr-greyMedium);
}

/* ICON INNER */

.LinkboxWithIconAndText.Icon--inner {
  background: #e7f0f5;
  background: var(--clr-greyMedium);
}

.LinkboxWithIconAndText.Icon--inner .LinkboxWithIconAndText-data {
  margin-top: 25px;
}

.LinkboxWithIconAndText.Icon--inner .LinkboxWithIconAndText-dataTitle {
  padding: 10px 0 20px 0;
}

.LinkboxWithIconAndText.Icon--inner .LinkboxWithIconAndText-dataTitle::after {
  content: '';
  position: absolute;
  bottom: 10px;
  width: 40px;
  height: 5px;
  background: #004576;
  background: var(--clr-primary);
}

.LinkboxWithIconAndText.Icon--inner .LinkboxWithIconAndText-iconWrapper {
  top: 0;
  border: 0;
  background: transparent;
}

.LinkboxWithIconAndText.Icon--inner .LinkboxWithIconAndText-iconWrapper .icon {
  color: #004576;
  color: var(--clr-primary);
}

.MainMenuOpen {
  position: fixed;
  z-index: 10000;
  top: 10px;
  left: 10px;
  overflow: hidden;
  width: calc(100% - 20px);
  height: 0;
  border-radius: 8px;
  background: rgba(233, 240, 245, 0.82);
  transition: height 750ms ease-in-out, width 0.5s;
  -webkit-backdrop-filter: blur(30px) brightness(50%);
          backdrop-filter: blur(30px) brightness(50%);
}

.MainMenuBlur {
  position: absolute;
  z-index: 1000;
  top: 0;
  width: 100%;
  height: 0;
  background: rgba(233, 240, 245, 0.82);
  transition: height 750ms ease-in-out, width 0.5s;
}

@media screen and (min-width: 768px) {
  .MainMenuOpen {
    width: 630px;
  }
}

.MainMenuOpen.is-Active {
  position: absolute;
  height: calc(100% - 20px);
}

.MainMenu-close {
  display: flex;
  align-items: center;
  margin-top: 70px;
  margin-bottom: 50px;
  margin-left: 70px;
  border: 0;
  font-size: 1.375rem;
  background: transparent;
}

.MainMenu-close img {
  margin-right: 20px;
}

.Nav {
  margin: 140px 0 0;
  padding: 0;
  color: #004576;
  color: var(--clr-primary);
}

.Nav-item {
  font-size: 1.875rem;
  list-style-type: none;
  cursor: pointer;
}

.Nav-item .MainNav-navigationItem-header {
  display: flex;
  margin: 0 40px;
  padding: 12px 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.Nav-item .MainNav-navigationItem-label {
  margin-left: 15px;
  font-family: 'FiraSans Regular', sans-serif;
  font-family: var(--font-navigation);
  font-size: 1.25rem;
}

.Nav-item:not(.hasSubMenu) .MainNav-navigationItem-label {
  padding-left: 30px;
}

.Nav-item.hasSubMenu .MainNav-navigationItem-button {
  display: inline-flex;
  flex: 0 0 23px;
  align-items: center;
  justify-content: center;
}

.Nav-item.hasSubMenu .MainNav-navigationItem-button::before {
  content: '\f078';
  float: left;
  font-family: 'Font Awesome 5 Pro';
  font-size: 1.25rem;
}

.Nav-item a {
  font-family: 'FiraSans Regular', sans-serif;
  font-family: var(--font-navigation);
}

.Nav-item-current a,
.Nav-item-active {
  font-weight: 700;
  color: #004576;
  color: var(--clr-primary);
}

.Nav-item-normal a {
  color: #004576;
  color: var(--clr-primary);
}

.MainNav-navigationSecondLevel {
  overflow: hidden;
  height: 0;
  transition: height 0.5s;
}

.Nav-item.is-Active {
  background: #ffffff;
  background: var(--clr-background);
}

.Nav-item.is-Active .MainNav-navigationItem-header {
  border-bottom: 0;
}

.Nav-item.is-Active .MainNav-navigationItem-label {
  font-weight: 700;
}

.Nav-item.is-Active .MainNav-navigationSecondLevel {
  height: auto;
  padding: 0 0 20px 72px;
  list-style: none;
}

.Nav-item.is-Active .MainNav-navigationSecondLevel a {
  font-size: 1.125rem;
  font-weight: 100;
}

.Nav-item.hasSubMenu.is-Active .MainNav-navigationItem-button::before {
  content: '\f077';
  font-family: 'Font Awesome 5 Pro';
}

/* MAIN SUB NAV */

.Nav-item.is-Active .MainNav-navigationSecondLevel .MainSubNav-navigationSecondLevelItem.current a {
  font-weight: 700;
  color: #000000;
  color: var(--font-color);
}

/* NAV INFOPOINT */

.Nav-infoPoint {
  padding: 30px 0 0 45px;
}

.Nav-infoPoint:first-of-type {
  padding-top: 70px;
}

.Nav-infoPoint-label {
  display: inline-block;
  margin-bottom: 10px;
  padding: 8px;
  font-size: 1.25rem;
  font-weight: 500;
  background: #0c63a1;
  background: var(--clr-secondary);
  color: #ffffff;
  color: var(--clr-background);
}

.Nav-infoPoint-link {
  display: block;
  font-size: 1.25rem;
  color: #000000;
  color: var(--font-color);
}

a.Nav-infoPoint-link[href^='tel:'] {
  color: #000000;
  color: var(--font-color);
}

.Nav-infoPoint-two {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.Nav-infoPoint-two p {
  margin-right: 30px;
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 120%;
}

@media screen and (min-width: 576px) {
  .MainMenuOpen {
    top: 5px;
    left: 5px;
    max-width: calc(100% - 10px);
  }

  .MainMenu-close {
    margin-top: 30px;
    margin-bottom: 20px;
    margin-left: 20px;
    font-size: 1rem;
  }

  .MainMenu-close img {
    max-width: 40px;
    margin-right: 10px;
  }

  .Nav-item {
    padding: 12px 0 12px 30px;
    font-size: 1.5rem;
  }

  .Nav-infoPoint {
    padding: 15px 0 5px 30px;
  }

  .Nav-infoPoint-label {
    margin-bottom: 5px;
    padding: 4px 6px;
    font-size: 1rem;
  }

  .Nav-infoPoint-link {
    font-size: 1.25rem;
  }

  a.Nav-infoPoint-link[href^='tel:'] {
    font-size: 1.375rem;
  }

  .Nav-infoPoint-two p {
    font-size: 1.25rem;
  }
}

.Map {
  max-height: 400px !important;
}

.MapFilter {
  display: flex;
  flex-direction: row;

  height: 550px;
  margin: 40px 0;
  padding: 40px;
  background: rgba(0, 83, 155, 0.1);
}

.MapFilter .MapFilter-map {
  width: 100% !important;
}

.Section--highlight .MapFilter {
  background: #ffffff;
}

.MapFilter-left {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 350px;
  margin-right: 40px;
}

.MapFilter-headline {
  display: flex;
  width: 100%;
  font-family: 'FiraSans Regular', sans-serif;
  font-family: var(--font-primary);
  color: #004576;
  color: var(--clr-primary);
}

.MapFilter-label {
  width: 100%;
  font-family: 'FiraSans Regular', sans-serif;
  font-family: var(--font-primary);
  color: #004576;
  color: var(--clr-primary);
}

.MapFilter-map#map {
  height: 100%;
  margin-bottom: 0;
  border: 1px solid #004576;
  border: 1px solid var(--clr-primary);
}

.MapFilter-select,
.MapFilter-input {
  width: 100%;

  padding: 10px;
  border: 1.5px solid rgba(0, 83, 155, 0.1);
  border-radius: 5px;
  font-size: 1.125rem;
}

.MapFilter-input {
  margin-bottom: 20px;
}

.MapFilter-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}

.MapFilter-selectWrapper {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}

.MapFilter-selectWrapper::after {
  content: '\f0d7';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 600;
  pointer-events: none;

  position: absolute;
  right: 10px;
  top: 50%;
  color: var(--clr-blue);
  transform: translateY(-50%);
}

.MapFilter-selectWrapper[\:has\(.MapFilter-dropdown\)]::after {
  display: none;
}

.MapFilter-selectWrapper:has(.MapFilter-dropdown)::after {
  display: none;
}

.MapFilter-selectWrapper .MapFilter-dropdown > div {
  border-radius: 3px;
  display: block;
  background: #ffffff;
  width: 100%;
  min-height: 45px;
}

.MapFilter-selectWrapper .MapFilter-dropdown > div > span {
  display: inline-block;
  margin: 2px 3px;
  background: rgba(0, 83, 155, 0.1);
  padding: 0 2px;
}

.MapFilter-selectWrapper .MapFilter-dropdown .MapFilter-select {
  display: none;
  position: absolute;
  z-index: 1;
}

.MapFilter-submit {
  padding: 12px 20px;
  border: 0;
  font-size: 1.125rem;
  background: #004576;
  background: var(--clr-primary);
  color: #ffffff;
  color: var(--clr-background);
}

.Map-companies {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 10px;
}

.Map-companies .ContactList {
  width: inherit;
  margin-top: 0;
}

@media screen and (max-width: 1200px) {
  .Map-companies {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media screen and (max-width: 991px) {
  .Map-companies {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 768px) {
  .MapFilter {
    flex-flow: column;
    height: inherit;
  }
  .MapFilter-left {
    width: 100%;
    margin-bottom: 15px;
  }
  .MapFilter-map#map {
    height: 300px;
  }
}

@media screen and (max-width: 576px) {
  .Map-companies {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .MapFilter-submit {
    width: 100%;
  }
}

.mapboxgl-marker > svg > g > g {
  fill: #004576;
  fill: var(--clr-primary);
}

.mapboxgl-popup .mapboxgl-popup-content {
  color: #004576;
  color: var(--clr-primary);
}

.MapFilter-hidden {
  display: none;
}

.Maps.position-right {
  position: absolute;
  right: 0;
  width: 155px;
}

@media screen and (min-width) {
}

.Maps .as-icon a {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin: 0 15px;
  background: #0c63a1;
  background: var(--clr-secondary);
  color: #ffffff;
  color: var(--clr-background);
}

.Maps .as-icon a,
.Maps .as-map {
  padding: 15px;
}

.Maps .as-icon .icon {
  margin-bottom: 10px;
  font-size: 2rem;
}

.Maps .as-icon p {
  margin: 0;
  font-size: 0.75rem;
}

.NewsList {
  background: #ffffff;
  background: var(--clr-background);
}

.NewsList.NewsList--List {
  padding: 20px 0;
}

.NewsList .Headline {
  text-align: left;
  color: #004576;
  color: var(--clr-primary);
}

.NewsList ~ .Text > p:first-of-type {
  margin-bottom: 0;
}

.NewsList ~ .Text > p:first-of-type a {
  font-family: 'FiraSans Semibold', sans-serif;
  font-family: var(--font-headline);
  font-size: 1.222rem;
  color: #004576;
  color: var(--clr-primary);
}

.NewsList ~ .Text > p:last-of-type {
  color: #004576;
  color: var(--clr-primary);
}

.NewsList--List .NewsListItem {
  display: flex;
  padding: 10px 0;
  border-top: 5px solid #e7f0f5;
  border-top: 5px solid var(--clr-greyMedium);
  color: #0c63a1;
  color: var(--clr-secondary);
}

.NewsList--List .NewsListItem:first-of-type {
  border-top: 0;
}

.NewsList--List .NewsListItem .date {
  flex: 70px;
  font-family: 'FiraSans Thin', sans-serif;
  font-family: var(--font-news-date-thin);
  font-size: 1.625rem;
  text-align: left;
  color: #004576;
  color: var(--clr-primary);
}

.NewsList--List .Headline {
  font-size: 1.222rem;
}

.NewsList--List .NewsListItem .content {
  flex: 100%;
  text-align: left;
}

.NewsList--List .NewsListItem .date .small {
  margin: 0;
  font-family: 'FiraSans Regular', sans-serif;
  font-family: var(--font-news-date-regular);
  font-size: 1rem;
  color: #004576;
  color: var(--clr-primary);
}

.NewsList--Block .NewsListItem {
  margin-top: 0;
  padding: 20px;
  text-align: left;
  background: #e7f0f5;
  background: var(--clr-greyMedium);
}

.NewsList--Block .NewsListItem + .NewsListItem {
  margin-top: 10px;
}

.NewsList--Block .NewsListItem .title {
  margin-bottom: 8px;
  font-family: 'FiraSans Semibold', sans-serif;
  font-family: var(--font-headline);
  font-size: 1rem;
  line-height: 1.111em;
  color: #004576;
  color: var(--clr-primary);
}

@media screen and (min-width: 768px) {

.NewsList--Block .NewsListItem .title {
    font-size: 1.222rem;
}
  }

.NewsList--Block .NewsListItem .preview {
  display: block;
  font-family: 'FiraSans Regular', sans-serif;
  font-family: var(--font-primary);
  font-size: 1rem;
  color: #004576;
  color: var(--clr-primary);
}

@media screen and (min-width: 768px) {

.NewsList--Block .NewsListItem .preview {
    font-size: 1.222rem;
}
  }

@media screen and (min-width: 1024px) {

.NewsList--Block .NewsListItem .preview {
    display: flex;
    flex-flow: row;
    gap: 10px;
}
  }

.NewsList--Block .NewsListItem .preview img {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 15px;
}

@media screen and (min-width: 576px) {

.NewsList--Block .NewsListItem .preview img {
    width: inherit;
}
  }

@media screen and (min-width: 1024px) {

.NewsList--Block .NewsListItem .preview img {
    width: inherit;
    max-width: inherit;
}
  }

.PortalList {
  display: flex;
  align-items: center;
  justify-content: center;
}

.PortalList > * ~ * {
    margin-left: 30px;
  }

.PortalList-item {
  padding: 10px;
  background: #ffffff;
  background: var(--clr-background);
}

@media screen and (max-width: 576px) {
  .PortalList {
    flex-flow: column;
    flex-wrap: wrap;
  }

    .PortalList > * ~ * {
      margin-left: 0;
    }

  .PortalList .PortalList-item {
    width: 100%;
    margin-top: 0;
  }

  .PortalList .PortalList-item + .PortalList-item {
    margin-top: 10px;
  }

  .PortalList .PortalList-item .Picture {
    display: flex;
    justify-content: center;
  }

  .PortalList .PortalList-item img {
    width: 80%;
  }
}

.row.equal-height .col > div {
  height: 100%;
}

.Page-wrapper--search {
  position: fixed;
  z-index: -10;
  box-sizing: border-box;
  width: 100vw;
  height: 100vh;
  padding: 100px;
  background: rgba(#92bedd, 0.9);
  opacity: 0;
  transition: opacity 0.5s;
}

.Page-wrapper--search.opened {
  z-index: 10;
  opacity: 1;
}

.Page-wrapper--search.opened .Page-wrapper--search-inner {
  overflow: hidden;
  overflow-y: auto;
  height: 80vh;
}

.Page-wrapper--search.opened form {
  margin: 45px 0 60px;
}

.Page-wrapper--search.opened form .form-group {
  position: relative;
}

.Page-wrapper--search.opened form input[type='text'] {
  width: 75%;
  border: 3px solid var(--theme-color-2);
  transition: width 0.5s;
}

.Page-wrapper--search.opened form input[type='text']:hover {
  border: 3px solid var(--theme-color-1);
}

.Page-wrapper--search.opened form button[type='submit'] {
  display: inline-block;
  width: 25%;
  height: 100%;
  margin-top: 2px;
  text-align: left;
  background: transparent;
}

.Page-wrapper--search.opened form button[type='submit'] img {
  height: 90%;
}

.Page-wrapper--search.opened .often-search {
  width: 75%;
}

.Page-wrapper--search.opened .often-search > div {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  margin-bottom: 10px;
  padding: 10px 15px;
  border-radius: 5px;
  font-family: var(--font-family-regular);
  background: var(--white);
  color: var(--font-clr-blue-3);
}

.Page-wrapper--search.opened .often-search > div:last-of-type {
  margin-right: 0;
}

.Page-wrapper--search.opened .btn {
  margin-top: 45px;
}

@media screen and (max-width: 992px) {
  .Page-wrapper--search.opened {
    padding: 45px;
  }

  .Page-wrapper--search.opened form input[type='text'] {
    width: 75%;
  }
}

@media screen and (max-width: 768px) {
  .Page-wrapper--search.opened {
    padding: 45px 15px;
  }

  .Page-wrapper--search.opened form input[type='text'] {
    width: 60%;
  }
}

.form-group--field {
  display: flex;
  align-items: center;
  width: 100%;
}

@media screen and (min-width: 1024px) {

.form-group--field {
    max-width: 75%;
}
  }

.SearchFormInput {
  width: 100%;
  padding: 14px 25px;
  background-color: #ffffff;
  background-color: var(--clr-background);
  border: 4px solid #eaeaea;
  border: 4px solid var(--clr-greyLight);
  font-family: 'FiraSans Regular', sans-serif;
  font-family: var(--font-primary);
  font-size: 1.375rem;
  line-height: 1.4375rem;
}

@media screen and (min-width: 1024px) {

.SearchFormInput {
    padding: 14px 22px;
}
  }

@media screen and (min-width: 1200px) {

.SearchFormInput {
    padding: 20px 30px;
}
  }

.search-searchButton {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 55px;
  max-width: 55px;
  min-height: 55px;
  max-height: 55px;
  margin-left: 10px;
  padding-left: 25px;
  border-radius: 50%;
  background: #0c63a1;
  background: var(--clr-secondary);
  transition: background 250ms ease-in-out;
}

.search-searchButton:hover {
    background-color: #004576;
    background-color: var(--clr-primary);
  }

.search-searchButton:hover img {
      transform: scale(1.2);
    }

.search-searchButton img {
    max-width: 25px;
    transition: transform 250ms ease-in-out;
  }

@media screen and (min-width: 1024px) {

.search-searchButton {
    min-width: 45px;
    max-width: 45px;
    min-height: 45px;
    max-height: 45px;
    margin-left: 25px;
}

    .search-searchButton img {
      max-width: 22px;
    }
  }

@media screen and (min-width: 1200px) {

.search-searchButton {
    min-width: 65px;
    max-width: 65px;
    min-height: 65px;
    max-height: 65px;
}

    .search-searchButton img {
      max-width: auto;
    }
  }

form .form-group {
  position: relative;
}

form.search {
  margin-bottom: 2rem;
}

form.search label {
  display: none;
}

@media screen and (min-width: 1024px) {

form.search label {
    display: block;
    margin-bottom: 34px;
    font-size: 2rem;
}
  }

@media screen and (min-width: 1200px) {

form.search label {
    margin-bottom: 33px;
    font-size: 2.625rem;
}
  }

form.search input[type='text'] {
  box-sizing: border-box;
  padding: 1.3rem 1.25rem;
  border-radius: 2px;
  font-family: 'FiraSans Regular', sans-serif;
  font-family: var(--font-primary);
  font-size: 1.5rem;
  background: #ffffff;
  background: var(--clr-background);
}

form.search input[type='text']::-moz-placeholder {
  font-family: 'FiraSans Regular', sans-serif;
  font-family: var(--font-primary);
  font-size: 1.5rem;
  color: #000000;
  color: var(--font-color);
}

form.search input[type='text']:-ms-input-placeholder {
  font-family: 'FiraSans Regular', sans-serif;
  font-family: var(--font-primary);
  font-size: 1.5rem;
  color: #000000;
  color: var(--font-color);
}

form.search input[type='text']::placeholder {
  font-family: 'FiraSans Regular', sans-serif;
  font-family: var(--font-primary);
  font-size: 1.5rem;
  color: #000000;
  color: var(--font-color);
}

.SearchFormSuggestions {
  position: absolute;
  z-index: 50;
  top: 100%;
  display: none;
  padding: 1rem;
  border: 1px solid #e7f0f5;
  border: 1px solid var(--clr-greyMedium);
  border-top: none;
  background: #ffffff;
  background: var(--clr-background);
  cursor: pointer;
}

.SearchFormSuggestions * {
  padding: 0.3rem 0;
}

.SearchFormSuggestions *:hover {
  background: #eaeaea;
  background: var(--clr-greyLight);
}

.SearchFormSuggestions * + * {
  border-top: 1px solid #eaeaea;
  border-top: 1px solid var(--clr-greyLight);
}

.Search-wrapper {
  display: flex;
  justify-content: center;
  padding: 50px 10px;
}

.Search-wrapper .Search-suggestions {
  z-index: 1;
}

.Search-wrapper form {
  border: 1px solid #004576;
  border: 1px solid var(--clr-primary);
}

.Search-wrapper .Search-input:not([type='checkbox']) {
  width: calc(100% - 60px);
}

.Search-title,
.Search-subtitle {
  text-align: center;
}

.Search-subtitle {
  margin-bottom: 30px;
}

.SearchResult {
  flex: 1 1 100%;
}

.SearchResult a {
  display: block;
  padding: 12px 0;
}

.SearchResult + .SearchResult {
  border-top: 1px solid #004576;
  border-top: 1px solid var(--clr-primary);
}

.SearchResult .DownloadListItem-datas {
  display: block !important;
}

.SearchResults {
  background-color: #fff;
  border-bottom: 2px solid #e7f0f5;
  border-bottom: 2px solid var(--clr-greyMedium);
  max-width: 1000px;
  margin: 0 auto;
}

.SearchResults input {
  display: none;
}

.SearchResults-title {
  padding: 15px 25px 15px 70px;
  position: relative;
  display: block;
  cursor: pointer;
  color: #004576;
  color: var(--clr-primary);
  transition: all 0.1s ease-in-out;
}

.SearchResults input:checked ~ .SearchResults-title,
.SearchResults-title:hover {
  background-color: #004576;
  background-color: var(--clr-primary);
  color: #fff;
}

.SearchResults-icon {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.875rem;
}

.SearchResults .fa-plus-circle {
  display: inline;
}

.SearchResults .fa-minus-circle {
  display: none;
}

.SearchResults input:checked ~ .SearchResults-title .fa-plus-circle {
  display: none;
}

.SearchResults input:checked ~ .SearchResults-title .fa-minus-circle {
  display: inline;
}

.SearchResults__items {
  display: none;
  padding: 20px 25px;
}

.SearchResults input:checked ~ label img {
  transform: rotateZ(0deg);
}

.SearchResults input:checked ~ .SearchResults__items {
  display: flex;
  flex-wrap: wrap;
}

.Slider--item .title {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 5px;
  font-size: 0.75rem;
  background: rgba(255, 255, 255, 0.8);
}

.Slider .Picture {
  margin-top: 0;
}

.Slider .Options {
  display: none;
}

.Slider .swiper-wrapper {
  padding-bottom: 45px;
}

.Slider .swiper-pagination {
  bottom: 0;
}

.Slider .Lightbox_full.open {
  opacity: 1;
}

.Slider .Lightbox_full.open img {
  width: auto;
}

.Slider .Lightbox_full.open a.Lightbox_prev,
.Slider .Lightbox_full.open a.Lightbox_next,
.Slider .Lightbox_full.open a.Lightbox_close {
  visibility: visible;
}

.Slider .swiper-pagination {
  position: relative;
  top: -30px;
}

.Slider .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border: 1px solid #363636;
  border: 1px solid var(--clr-greyDark);
  border-radius: 0;
  background: transparent;
}

@media screen and (min-width: 768px) {

.Slider .swiper-pagination .swiper-pagination-bullet {
    width: 19px;
    height: 19px;
}
  }

.Slider .swiper-pagination .swiper-pagination-bullet-active {
  border: 1px solid #0c63a1;
  border: 1px solid var(--clr-secondary);
  background: #0c63a1;
  background: var(--clr-secondary);
}

.Slider .swiper-button-prev,
.Slider .swiper-button-next {
  top: calc(50% - 15px);
  color: #ffffff;
  color: var(--clr-background);
}

.Slider .swiper-button-prev::after,
.Slider .swiper-button-next::after {
  font-size: 2.1875rem;
}

/* LIGHTBOX */

.fancybox-active .fancybox-content {
  background: transparent;
}

.fancybox-active .fancybox-content > a {
  display: flex !important;
}

.fancybox-active .fancybox-content > a {
  justify-content: center;
}

.fancybox-active .fancybox-content > a img {
  max-width: 80%;
}

.fancybox-active .fancybox-button--arrow_right {
  right: 80px;
}

.Footer {
  --columnsItem-bg: var(--clr-primary);
  position: relative;
  /* z-index: 2; */
  background: linear-gradient(to right, #004576 0, #0c63a1 100%);
}

.Footer-logo {
  position: absolute;
  z-index: 2;
  top: -70px;
  left: calc(50% - 60px);
}

.Footer-toTop {
  position: fixed;
  z-index: 999;
  right: 30px;
  bottom: 30px;
}

.Footer-content {
  padding: 80px 15px 30px;
  color: #ffffff;
  color: var(--font-colorLight);
}

.Footer-content > * {
    max-width: 1500px;
    margin: 0 auto;
  }

@media screen and (min-width: 768px) {
  .Footer-content .Columns {
    display: flex;
    gap: 50px;
  }
}

@media screen and (min-width: 1024px) {
  .Footer-content .Columns {
    gap: 100px;
  }
}

@media screen and (max-width: 1240px) and (min-width: 992px) {
  .Footer-content .Columns-item:first-of-type > div {
    display: flex;
    flex-flow: column-reverse;
  }

  .Footer-content .Columns-item:first-of-type > div > .Maps {
    position: relative;
    right: inherit;
  }

  .Footer-content .Columns-item:first-of-type > div > .Maps a {
    margin: 0;
    margin-top: 15px;
  }
}

@media screen and (max-width: 400px) {
  .Footer-content .Columns-item {
    padding: 10px 0;
  }

  .Footer-content .Columns-item:first-of-type > div {
    display: flex;
    flex-flow: column-reverse;
  }

  .Footer-content .Columns-item:first-of-type > div > .Maps {
    position: relative;
    right: inherit;
  }

  .Footer-content .Columns-item:first-of-type > div > .Maps a {
    margin: 15px 0;
  }
}

.Footer-content .table tbody tr > td:first-child {
  padding-right: 50px;
  font-family: 'FiraSans Semibold', sans-serif;
  font-family: var(--font-headline);
}

.Footer-content .Text {
  margin-top: 0;
}

.Footer-content .Text p {
  margin-bottom: 0;
}

.Footer-content .Text p:first-of-type {
  font-family: 'FiraSans Semibold', sans-serif;
  font-family: var(--font-headline);
  font-size: 1.375rem;
}

.Footer-content .Text a {
  color: #ffffff;
  color: var(--font-colorLight);
}

.Footer-content .Text figure.table {
  margin: 0;
}

.Footer-content .Text figure.table table {
  border-spacing: 0;
}

@media screen and (min-width: 768px) {
  .Footer-content .Columns-item:last-of-type {
    padding-top: 40px;
  }
}

.Footer-portalMenu {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 15px;
  text-align: center;
  background: #ffffff;
  background: var(--clr-background);
}

@media screen and (max-width: 576px) {
  .Footer-portalMenu {
    flex-flow: column;
    flex-wrap: wrap;
  }
}

.Footer-portalMenu .Headline {
  margin-right: 30px;
  color: #ffffff;
  color: var(--clr-background);
}

.Footer-menu {
  padding: 22px 0;
}

@media screen and (max-width: 992px) {
  .Footer .Columns--33-33-33 {
    flex-wrap: wrap;
  }
}

.FooterMenu {
  display: flex;
  justify-content: center;
}

.FooterMenu a {
  margin-left: 0;
  color: #ffffff;
  color: var(--clr-background);
}

.FooterMenu a + a {
  margin-left: 20px;
}

@media screen and (max-width: 576px) {
  .FooterMenu {
    flex-flow: column;
    text-align: center;
  }

  .FooterMenu a {
    line-height: 2.1875rem;
  }

  .FooterMenu a + a {
    margin-left: 0;
  }
}

.FooterSocialmedia {
  display: flex;
  align-items: center;
}

.FooterSocialmedia > *:first-of-type {
  width: 120px;
}

.FooterSocialmedia > *:last-of-type {
  display: flex;
  align-items: center;
}

.FooterSocialmedia .FooterSocialmedia-item {
  float: left;
  margin-left: 5px;
  color: #ffffff;
  color: var(--font-colorLight);
}

.FooterSocialmedia .FooterSocialmedia-item:first-of-type {
  margin-left: 0;
}

.FooterSocialmedia .FooterSocialmedia-item img {
  width: 35px;
}

.Header {
  margin: 0 auto;
}

.Header-top {
  position: relative;
  display: flex;
  justify-content: center;
  height: 100%;
}

@media screen and (min-width: 768px) {

.Header-top {
    min-height: 200px;
}
  }

#page .Header-top::before {
  background: #004576;
  background: var(--clr-primary);
}

#page .Header-top {
  display: flex;
  padding: 20px 0 15px;
}

#page .Header-bottom {
  display: none;
}

a.Header-logo {
  position: relative;
  z-index: 1;
  display: flex;
  flex-flow: column;
  align-items: center;
  margin: 30px 0;
  text-align: center;
  text-decoration: none;
  color: #004576;
  color: var(--clr-primary);
  transition: all 0.5s;
}

a.Header-logo:hover {
    color: #004576;
    color: var(--clr-primary);
  }

a.Header-logo > span {
  font-family: 'FiraSans Semibold', sans-serif;
  font-family: var(--font-headline);
  font-size: 1.125rem;
}

.Header-logo img.Header-logo {
  width: 150px;
}

@media screen and (min-width: 768px) {
  .Header-logo img.Header-logo {
    width: inherit;
  }

  a.Header-logo > span {
    font-size: 1.4375rem;
  }
}

#page .Header-logo.Page img.Header-logo {
  width: 258px;
}

.Header-options {
  position: absolute;
  z-index: 2;
  right: 15px;
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  box-sizing: border-box;
  height: 100%;
}

.Header-bottom {
  position: relative;
  display: flex;
  justify-content: center;
  min-height: 200px;
  background-color: #eaeaea;
  background-color: var(--clr-greyLight);
}

.Header-search {
  position: absolute;
  bottom: 72px;
  text-align: center;
}

.Header-image::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 7px;
  background: linear-gradient(to right, #004576 0, #0c63a1 50%, #0c63a1 100%);
}

.Header {
  margin: 0 auto;
}

.HeaderSmallTopic-top {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.HeaderSmallTopic-top > * {
    flex: 1;
  }

@media screen and (min-width: 768px) {

.HeaderSmallTopic-top {
    flex-direction: row;
    justify-content: space-between;
    min-height: 200px;
}
  }

.Header-optionsFlags {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
}

.Header-optionsFlags .HeaderSmallTopic-flagsTitle {
    display: block;
  }

@media screen and (min-width: 768px) {
    .Header-optionsFlags .HeaderSmallTopic-flagsTitle {
      display: none;
      margin-right: 10px;
    }
  }

.HeaderSmallTopic-flags {
  display: none;
}

.HeaderSmallTopic-flags a {
    display: block;
    width: 30px;
  }

.HeaderSmallTopic-flags a img {
      min-width: 30px;
      max-width: 30px;
      min-height: 20px;
      max-height: 20px;
    }

.HeaderSmallTopic-flags a + a {
    margin-left: 10px;
  }

@media screen and (min-width: 768px) {

.HeaderSmallTopic-flags {
    display: flex;
}
  }

.HeaderSmallTopic-claim {
  display: flex;
  align-items: center;
}

.HeaderSmallTopic-claim img {
    display: inline-block;
    margin: 0 auto;
  }

.HeaderSmallTopic-logoWrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 40px;
}

@media screen and (min-width: 768px) {

.HeaderSmallTopic-logoWrapper {
    margin-top: 0;
}
  }

#page .Header-top::before {
  background: #004576;
  background: var(--clr-primary);
}

#page .Header-top {
  display: flex;
  padding: 20px 0 15px;
}

#page .Header-bottom {
  display: none;
}

@media screen and (max-width: 767px) {
  .Header-optionsFlags:hover .HeaderSmallTopic-flags,
  .Header-optionsFlags:active .HeaderSmallTopic-flags {
    position: absolute;
    right: 0;
    display: flex;
    flex-direction: column;
    padding: 10px;
    background: white;
  }

    .Header-optionsFlags:hover .HeaderSmallTopic-flags a, .Header-optionsFlags:active .HeaderSmallTopic-flags a {
      display: inline-flex;
      width: 105%;
    }

    .Header-optionsFlags:hover .HeaderSmallTopic-flags a + a, .Header-optionsFlags:active .HeaderSmallTopic-flags a + a {
      margin-top: 30px;
      margin-left: 0;
    }
}

.HeaderSmallTopic-flagsLabel {
  display: flex;
  margin-left: 5px;
}

@media screen and (min-width: 768px) {

.HeaderSmallTopic-flagsLabel {
    display: none;
}
  }

a.HeaderSmallTopic-logo {
  position: relative;
  z-index: 1;
  display: flex;
  flex-flow: column;
  align-items: center;
  margin: 30px 0;
  text-align: center;
  text-decoration: none;
  color: #004576;
  color: var(--clr-primary);
  transition: all 0.5s;
}

a.HeaderSmallTopic-logo > span {
  font-family: 'FiraSans Semibold', sans-serif;
  font-family: var(--font-headline);
  font-size: 1.125rem;
}

.HeaderSmallTopic-logo img.HeaderSmallTopic-logo {
  width: 150px;
}

@media screen and (min-width: 768px) {
  /* .HeaderSmallTopic-logo img.HeaderSmallTopic-logo {
    width: inherit;
  } */

  a.HeaderSmallTopic-logo > span {
    font-size: 1.4375rem;
  }
}

#page .HeaderSmallTopic-logo.Page img.HeaderSmallTopic-logo {
  width: 258px;
}

.HeaderSmallTopic-options {
  position: absolute;
  z-index: 2;
  right: 15px;
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  box-sizing: border-box;
  width: 50%;
  height: 100%;
}

@media screen and (min-width: 768px) {

.HeaderSmallTopic-options {
    width: auto;
    width: initial;
}
  }

.Header-bottom {
  position: relative;
  display: flex;
  justify-content: center;
  min-height: 200px;
  background-color: #eaeaea;
  background-color: var(--clr-greyLight);
}

.Header-search {
  position: absolute;
  bottom: 72px;
  text-align: center;
}

.Header-image::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 7px;
  background: linear-gradient(to right, #004576 0, #0c63a1 50%, #0c63a1 100%);
}

.HeaderSmallTopic-logo span {
  font-size: 1.125rem;
}

.HeaderSmallTopic-logoImg {
  max-width: 80%;
}

.MainMenu {
  position: fixed;
  z-index: 10001;
  top: 15px;
  left: 15px;
  display: inline-block;
  transition: all 0.5s;
}

@media screen and (min-width: 768px) {

.MainMenu {
    top: 30px;
    left: 30px;
}
  }

.MainMenuOpen.is-Active + .MainMenu {
  position: absolute;
}

.MainMenu-item {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  background-color: #0c63a1;
  background-color: var(--clr-secondary);
  color: #ffffff;
  color: var(--font-colorLight);
  cursor: pointer;
  transition: margin-top 0.5s, height 0.5s;
}

@media screen and (min-width: 768px) {

.MainMenu-item {
    height: 88px;
}
  }

.MainMenu-item i {
  z-index: 1;
  display: flex;
  justify-content: center;
  width: 60px;
  height: 100%;
  padding: 16px;
  font-size: 3.5rem;
  background-color: #0c63a1;
  background-color: var(--clr-secondary);
}

@media screen and (min-width: 768px) {

.MainMenu-item i {
    width: 88px;
}
  }

.MainMenu-item:hover i {
  background: none;
}

.MainMenu-item .icon {
  width: 30px;
  height: 30px;
  transition: all 0.5s;
}

@media screen and (min-width: 768px) {

.MainMenu-item .icon {
    width: 50px;
    height: 50px;
}
  }

.MainMenuOpen:not(.opened) + .MainMenu .MainMenu-item:hover,
.MainMenuOpen:not(.opened) + .MainMenu .MainMenu-item.is-Active {
  background: #004576;
  background: var(--clr-primary);
  transition: background 0.3s;
}

@keyframes mainMenuItemOut {
  from {
    margin-top: -88px;
  }

  to {
    margin-top: 0;
  }
}

@keyframes mainMenuItemIn {
  from {
    margin-top: 0;
  }

  to {
    margin-top: -88px;
  }
}

.MainMenu-item:not(.contact) {
  margin-top: 0;
  animation: mainMenuItemOut 0.5s;
}

.MainMenu-item:not(.contact).animate {
  z-index: 0;
  margin-top: -60px;
  animation: mainMenuItemIn 0.5s;
}

@media screen and (min-width: 768px) {

.MainMenu-item:not(.contact).animate {
    margin-top: -88px;
}
  }

.MainMenu-item .menu {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 100%;
  margin: 22px 0;
  cursor: pointer;
}

.MainMenu-item .menu.transform {
  height: 100%;
}

.MainMenu-item .menu .bar {
  height: 3px;
  margin: 3px 0;
  background: #ffffff;
  transition: width 0.3s;
}

@media screen and (min-width: 768px) {

.MainMenu-item .menu .bar {
    height: 5px;
    margin: 5px 0;
}
  }

.MainMenu-item .menu .bar {
  width: 30px;
}

@media screen and (min-width: 768px) {

.MainMenu-item .menu .bar {
    width: 50px;
}
  }

.menu.transform .bar.top,
.menu.transform .bar.bottom {
  position: absolute;
  width: 50%;
  margin-top: 30px;
}

@media screen and (min-width: 768px) {

.menu.transform .bar.top,
.menu.transform .bar.bottom {
    width: 70%;
    margin-top: 40px;
}
  }

.menu.transform .bar.top {
  transform: rotate(-45deg);
  transition: transform 0.5s;
}

.menu.transform .bar.middle {
  display: none;
}

.menu.transform .bar.bottom {
  transform: rotate(45deg);
  transition: transform 0.5s;
}

/* CONTACT */

.MainMenu-item.contact {
  display: none;
  position: absolute;
  z-index: -1;
  margin-top: -60px;
}

@media screen and (min-width: 768px) {

.MainMenu-item.contact {
    margin-top: -88px;
}
  }

.MainMenu-item.contact i {
  height: 100%;
}

.MainMenuOpen:not(.is-Active) ~ .MainMenu.contact .contact {
  position: relative;
  margin-top: 0;
}

.News-date {
  font-family: 'FiraSans Regular', sans-serif;
  font-family: var(--font-primary);
  line-height: 2rem;
  color: #004576;
  color: var(--clr-primary);
}

@media screen and (min-width: 768px) {

.News-date {
    line-height: 2.125rem;
}
  }

@media screen and (min-width: 1024px) {

.News-date {
    line-height: 2.375rem;
}
  }

.News-title {
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {

.News-title {
    max-width: 87%;
    margin-bottom: 40px;
}
  }

@media screen and (min-width: 1024px) {

.News-title {
    max-width: 82%;
    margin-bottom: 50px;
}
  }

@media screen and (min-width: 1200px) {

.News-title {
    max-width: 83%;
}
  }

.News-categoriesWrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 90px;
  font-size: 1rem;
}

@media screen and (min-width: 768px) {

.News-categoriesWrapper {
    flex-direction: row;
    align-items: center;
    margin-bottom: 100px;
    font-size: 1.25rem;
    line-height: 1.5rem;
}
  }

@media screen and (min-width: 1024px) {

.News-categoriesWrapper {
    margin-bottom: 120px;
    font-size: 1.375rem;
    line-height: 2.375rem;
}
  }

.News-categories {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

@media screen and (min-width: 768px) {

.News-categories {
    gap: 20px;
    margin-top: 0;
    margin-left: 15px;
}
  }

.News-categoriesItem {
  padding: 3px 4px;
  font-size: 1rem;
  font-weight: 700;
  background-color: var(--blue-3);
  color: var(--font-clr-white);
}

@media screen and (min-width: 768px) {

.News-categoriesItem {
    font-size: 1.25rem;
}
  }

@media screen and (min-width: 1024px) {

.News-categoriesItem {
    font-size: 1.375rem;
    line-height: normal;
}
  }

.News-main > .Section:last-of-type {
    margin-top: 100px;
  }

@media screen and (min-width: 768px) {

.News-main > .Section:last-of-type {
      margin-top: 120px;
  }
    }

@media screen and (min-width: 1024px) {

.News-main > .Section:last-of-type {
      margin-top: 180px;
  }
    }

.News-main .Text p,
    .News-main .Text li {
      font-size: 1rem;
      line-height: 1.625rem;
    }

@media screen and (min-width: 768px) {

.News-main .Text p,
    .News-main .Text li {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
      }

.News-main .Text p a {
        font-weight: 700;
        text-decoration: none;
      }

.News-main .Text p a:hover {
          color: var(--red);
        }

.News-main .Text p a u {
          text-decoration: none;
        }

.News-content {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-column-gap: 0;
  align-items: stretch;
  justify-items: stretch;
  margin-bottom: 70px;
}

@media screen and (min-width: 768px) {

.News-content {
    grid-template-columns: 74% auto;
    margin-bottom: 90px;
}
  }

@media screen and (min-width: 1024px) {

.News-content {
    margin-bottom: 145px;
}
  }

@media screen and (min-width: 1200px) {

.News-content {
    grid-template-columns: 49% auto;
}
  }

.News-image {
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {

.News-image {
    margin-bottom: 70px;
}
  }

@media screen and (min-width: 768px) {

.News-image {
    margin-bottom: 80px;
}
  }

#news .ContactPersonNavigation {
  margin-top: 35px;
}

.AdministrativeStructure {
  overflow: hidden;
}

.AdministrativeStructure.ColumnsThree {
  display: grid;
  grid-template-areas:
    'Numbers--top-left Districts Numbers--top-right'
    'ColumnConnector ColumnConnector ColumnConnector'
    'ColumnOne ColumnTwo ColumnThree'
    'ColumnBottomOne ColumnBottomTwo ColumnBottomThree';
  grid-template-columns: 33% 33% 33%;
}

.AdministrativeStructure.ColumnsFour {
  display: grid;
  grid-template-areas:
    'Numbers--top-left Districts Districts Numbers--top-right'
    'ColumnConnector ColumnConnector ColumnConnector ColumnConnector'
    'ColumnOne ColumnTwo ColumnThree ColumnFour'
    'Separator Separator Separator Separator'
    'ColumnBottomOne ColumnBottomTwo ColumnBottomThree ColumnBottomFour';
  grid-template-columns: 25% 25% 25% 25%;
}

.AdministrativeStructure.ColumnsFive {
  display: grid;
  grid-template-areas:
    'Numbers--top-left Numbers--top-left Numbers--top-left Districts Districts Districts Districts Numbers--top-right Numbers--top-right Numbers--top-right'
    'ColumnConnector ColumnConnector ColumnConnector ColumnConnector ColumnConnector ColumnConnector ColumnConnector ColumnConnector ColumnConnector ColumnConnector'
    'ColumnOne ColumnOne ColumnTwo ColumnTwo ColumnThree ColumnThree ColumnFour ColumnFour ColumnFive ColumnFive'
    'Separator Separator Separator Separator Separator Separator Separator Separator Separator Separator'
    'ColumnBottomOne ColumnBottomOne ColumnBottomTwo ColumnBottomTwo ColumnBottomThree ColumnBottomThree ColumnBottomFour ColumnBottomFour ColumnBottomFive ColumnBottomFive';
  grid-template-columns: repeat(10, 10%);
}

.AdministrativeStructure p {
  margin: 0;
}

.Numbers--top-left {
  position: relative;
  grid-area: Numbers--top-left;
  margin-right: 10px;
}

.Numbers--top-left .AdministrativeStructureNumbers,
.Numbers--top-right .AdministrativeStructureNumbers {
  background: rgba(233, 240, 245, 1);
}

.Numbers--top-left p:first-of-type,
.Numbers--top-right p:first-of-type {
  font-weight: 700;
}

.Districts {
  grid-area: Districts;
}

.Districts .District {
  position: relative;
  display: flex;
  justify-content: center;
  width: 600px;
  height: 250px;
  padding: 10px;
  border: 1px solid;
  background: #ffffff;
}

.Districts .District .AdministrativeStructureNumbers {
  position: absolute;
}

.Districts .District .AdministrativeStructureNumbers:first-of-type {
  bottom: inherit;
  left: inherit;
}

.Districts .District .AdministrativeStructureNumbers {
  z-index: 2;
  bottom: 15px;
  left: 15px;
  width: 225px;
  padding: 5px;
  background: rgba(233, 240, 245, 1);
}

.AdministrativeStructureNumbers p:first-of-type {
  font-weight: 700;
  word-break: break-word;
}

.AdministrativeStructureNumbers p:last-of-type {
  font-size: 1rem;
}

.Districts .District .AdministrativeStructureNumbers:last-of-type {
  right: 15px;
  bottom: 15px;
  left: inherit;
}

.Districts > svg {
  position: absolute;
  z-index: 1;
  width: 1200px;
}

.Numbers--top-right {
  position: relative;
  grid-area: Numbers--top-right;
  margin-left: 10px;
}

.ColumnConnector {
  grid-area: ColumnConnector;
  margin-bottom: -6px;
}

.ColumnConnector svg {
  overflow: inherit;
}

.ColumnConnector svg .Line2.desktop,
.ColumnConnector svg .Line4.desktop {
  display: block;
}

.ColumnConnector svg .Line2.mobile,
.ColumnConnector svg .Line4.mobile {
  display: none;
}

.AdministrativeStructure .Columns .Text:not(.AdministrativeStructureNumbers) {
    position: relative;
  }

.AdministrativeStructure .Columns .Text:not(.AdministrativeStructureNumbers) {
    margin-top: 60px !important;
  }

.AdministrativeStructure .Columns .Text:not(.AdministrativeStructureNumbers):first-of-type {
      margin-top: 0 !important;
    }

.ColumnOne {
  grid-area: ColumnOne;
}

.ColumnTwo {
  grid-area: ColumnTwo;
}

.ColumnThree {
  grid-area: ColumnThree;
}

.ColumnFour {
  grid-area: ColumnFour;
}

.ColumnFive {
  grid-area: ColumnFive;
}

.Separator {
  grid-area: Separator;
  height: 30px;
}

.ColumnBottomOne {
  grid-area: ColumnBottomOne;
}

.ColumnBottomTwo {
  grid-area: ColumnBottomTwo;
}

.ColumnBottomThree {
  grid-area: ColumnBottomThree;
}

.ColumnBottomFour {
  grid-area: ColumnBottomFour;
}

.ColumnBottomFive {
  grid-area: ColumnBottomFive;
}

.AdministrativeStructure.ColumnsThree .ColumnFour,
.AdministrativeStructure.ColumnsThree .ColumnBottomFour,
.AdministrativeStructure.ColumnsThree .ColumnFive,
.AdministrativeStructure.ColumnsThree .ColumnBottomFive,
.AdministrativeStructure.ColumnsThree .ColumnConnector .Four,
.AdministrativeStructure.ColumnsThree .ColumnConnector .Five,
.AdministrativeStructure.ColumnsFour .ColumnFive,
.AdministrativeStructure.ColumnsFour .ColumnBottomFive,
.AdministrativeStructure.ColumnsFour .ColumnConnector .Three,
.AdministrativeStructure.ColumnsFour .ColumnConnector .Five,
.AdministrativeStructure.ColumnsFive .ColumnConnector .Three,
.AdministrativeStructure.ColumnsFive .ColumnConnector .Four {
  display: none;
}

.ColumnsFour .Accordion, .ColumnsFive .Accordion {
    width: 100%;
  }

.ColumnsFour .Accordion .AccordionItem-title, .ColumnsFive .Accordion .AccordionItem-title {
      padding: 0;
    }

.AdministrativeStructure .Numbers {
  z-index: 2;
}

.AdministrativeStructure .Numbers .AdministrativeStructureNumbers {
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  border-bottom: 0;
}

.AdministrativeStructure .Numbers .AdministrativeStructureNumbers.marginBottom {
  margin-bottom: 5px;
}

.AdministrativeStructure .Numbers--top-left .AdministrativeStructureNumbers,
.AdministrativeStructure .Numbers--top-right .AdministrativeStructureNumbers {
  margin-bottom: 0 !important;
}

.AdministrativeStructure .AccordionItem-content {
  margin-left: 15px;
  border: 0;
}

.AdministrativeStructure .AccordionItem-content .Numbers .AdministrativeStructureNumbers {
  padding-right: 0;
  padding-left: 0;
}

.AdministrativeStructure .Districts {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.AdministrativeStructure .Districts .md,
.AdministrativeStructure .Districts .sm,
.AdministrativeStructure .Districts .xs,
.AdministrativeStructure .Districts .uxs {
  display: none;
}

.AdministrativeStructure .Columns .neos-nodetypes-text {
  padding: 10px;
  text-align: center;
  color: #ffffff;
}

.AdministrativeStructure .Columns .AccordionItem {
  padding: 10px;
  border: 0;
}

.AdministrativeStructure .Columns .neos-nodetypes-text {
  min-height: 68px;
  font-size: 0.8rem;
}

.AdministrativeStructure .Columns {
  display: block;
  flex-flow: column;
  margin: 0 2px;
  background: rgba(233, 240, 245, 1);
}

.AdministrativeStructure .Columns .Text:not(.AdministrativeStructureNumbers) {
  width: 100%;
  max-width: inherit;
  padding: 10px;
  background: #004576;
  background: var(--clr-primary);
  color: #ffffff;
}

.AdministrativeStructure .Columns .Text:not(.AdministrativeStructureNumbers) a {
  color: #ffffff;
}

.AdministrativeStructure .Columns .neos-nodetypes-text:first-of-type {
  margin-bottom: 0;
  font-size: 1rem;
}

.AdministrativeStructure .Columns > div,
.AdministrativeStructure .Columns .Accordion {
  max-width: inherit;
  margin: 0;
}

.AdministrativeStructure .Accordion *:not(.AccordionItem-icon) {
  font-family: 'FiraSans Regular', sans-serif;
  font-family: var(--font-primary);
  font-size: 1rem;
}

.AdministrativeStructure .AccordionItem-title {
  position: relative;
  bottom: 0;
  padding: 0 30px 0 0;
  border: 0;
}

.AdministrativeStructure .AccordionItem--empty .AccordionItem-title {
  cursor: auto;
}

.AdministrativeStructure .AccordionItem:not(.AccordionItem--empty) .AccordionItem-title::after {
  content: '';
  position: absolute;
  top: 4px;
  right: 0;
  display: block;
  width: 12px;
  height: 12px;
  background-image: url('../Images/SVG/list-arrow-darkblue-narrow.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transform: rotate(180deg);
  transition: transform 0.3s ease-out;
}

.AdministrativeStructure .AccordionItem--active:not(.AccordionItem--empty) .AccordionItem-title::after {
  transform: rotate(0deg);
}

.AdministrativeStructure .Columns .AccordionItem-title .title {
  font-size: 1.125rem;
  font-weight: 700;
}

.AdministrativeStructure .Columns .AccordionItem-title h2 {
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: none;
  text-transform: initial;
}

.AdministrativeStructure .Columns .AccordionItem-title .AccordionItem-icon {
  margin: 0;
  margin-top: 3px;
  font-size: 1.5rem;
}

.AdministrativeStructure .AccordionItem--active .AccordionItem-title {
  background: transparent;
  color: #004576;
  color: var(--clr-primary);
}

.AdministrativeStructure .Columns .AccordionItem-title > div span {
  display: block;
}

.AdministrativeStructure .Columns .AccordionItem-title > div span.subTitle {
  font-size: 1rem;
  color: #000000;
}

@media screen and (max-width: 1360px) {
  .AdministrativeStructure .Districts .lg,
  .AdministrativeStructure .Districts .sm {
    display: none;
  }

  .AdministrativeStructure .Districts .md {
    display: block;
  }

  .AdministrativeStructure.ColumnsFive {
    display: grid;
    grid-template-areas:
      'Numbers--top-left'
      'Districts'
      'Numbers--top-right'
      'ColumnOne'
      'ColumnTwo'
      'ColumnThree'
      'ColumnFour'
      'ColumnFive'
      'ColumnBottomOne'
      'ColumnBottomTwo'
      'ColumnBottomThree'
      'ColumnBottomFour'
      'ColumnBottomFive';
    grid-template-columns: 1fr;
  }

    .AdministrativeStructure.ColumnsFive .Districts .District {
      width: 100%;
    }
}

@media screen and (max-width: 992px) {
  .AdministrativeStructure.ColumnsThree {
    display: grid;
    grid-template-areas:
      'Numbers--top-left'
      'Districts'
      'Numbers--top-right'
      'ColumnOne'
      'ColumnTwo'
      'ColumnThree'
      'ColumnBottomOne'
      'ColumnBottomTwo'
      'ColumnBottomThree';
    grid-template-columns: 1fr;
  }

  .AdministrativeStructure.ColumnsFour {
    display: grid;
    grid-template-areas:
      'Numbers--top-left'
      'Districts'
      'Numbers--top-right'
      'ColumnOne'
      'ColumnTwo'
      'ColumnThree'
      'ColumnFour'
      'ColumnBottomOne'
      'ColumnBottomTwo'
      'ColumnBottomThree'
      'ColumnBottomFour';
    grid-template-columns: 1fr;
  }

  .AdministrativeStructure .Districts .District {
    width: 100%;
  }

  .Numbers--top-left {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .Numbers--top-right {
    margin-bottom: 20px;
    margin-left: 0;
  }

  .AdministrativeStructure .Districts .lg,
  .AdministrativeStructure .Districts .md,
  .AdministrativeStructure .Districts .sm,
  .AdministrativeStructure .Districts .none-sm {
    display: none;
  }

  .AdministrativeStructure .Districts .xs {
    display: block;
  }

  .AdministrativeStructure .Columns .Text:not(.AdministrativeStructureNumbers) {
    margin-top: 0;
  }

  .AdministrativeStructure .Numbers--top-right {
    margin-top: 20px;
  }

  .ColumnConnector svg .Line2.desktop,
  .ColumnConnector svg .Line4.desktop {
    display: none;
  }

  .ColumnConnector svg .Line2.mobile,
  .ColumnConnector svg .Line4.mobile {
    display: block;
  }
}

@media screen and (max-width: 900px) {
  .AdministrativeStructure.ColumnsThree .ColumnConnector {
    height: 50px;
  }

  .AdministrativeStructure.ColumnsThree .ColumnConnector svg {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .AdministrativeStructure.ColumnsFour .ColumnConnector {
    height: 50px;
  }

  .AdministrativeStructure.ColumnsFour .ColumnConnector svg {
    display: none;
  }

  .AdministrativeStructure .Districts .sm {
    display: none;
  }

  .AdministrativeStructure .Districts .xs {
    display: block;
  }

  .AdministrativeStructure .Columns .AccordionItem-title .AccordionItem-icon {
    margin-right: 6px;
  }
}

@media screen and (max-width: 576px) {
  .Districts .District .AdministrativeStructureNumbers {
    width: 150px;
  }

  .AdministrativeStructure .Districts .xs {
    display: none;
  }

  .AdministrativeStructure .Districts .uxs {
    display: block;
  }
}

.event-list form {
    gap: 0;
    margin-bottom: 20px;
    padding: 15px 20px;
    font-size: 0.8rem;
    background-color: #e7f0f5;
    background-color: var(--clr-greyMedium);
  }

.event-list form > * {
      display: block;
      width: 100%;
      margin-bottom: 10px;
      font-size: 0.8rem;
    }

.event-list form {

    input[type='search'] {
      width: 100% !important;
    }

    input[type='search'] {
      padding: 10px;
    }
  }

.event-list form template {
      margin-bottom: 0;
    }

.event-list form {

    .topicsFilter,
    .ageGroupsFilter,
    .locationsFilter {
      border: 1px solid #cccccc;
      background-color: white;

      > span {
        display: flex;
        justify-content: space-between;
        padding: 10px;
        cursor: pointer;

        i {
          transition: all 200ms ease;
        }
      }

      > div {
        padding: 1rem 10px 10px;
        border-top: 1px solid #cccccc;

        label {
          font-size: 0.8rem;
        }

        label:first-child {
          font-weight: 700;
        }
      }
    }

      .topicsFilter.topicsFilter--open > span i,
      .ageGroupsFilter.topicsFilter--open > span i,
      .locationsFilter.topicsFilter--open > span i,
      .topicsFilter.ageGroupsFilter--open > span i,
      .ageGroupsFilter.ageGroupsFilter--open > span i,
      .locationsFilter.ageGroupsFilter--open > span i,
      .topicsFilter.locationFilter--open > span i,
      .ageGroupsFilter.locationFilter--open > span i,
      .locationsFilter.locationFilter--open > span i {
        transform: rotate(180deg);
      }
  }

.event-list form select {
      padding: 10px;
    }

.event-list .Button {
    margin-bottom: 20px;
  }

.event-list label {
    align-items: center;
  }

@media screen and (min-width: 1024px) {

.event-list {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

    .event-list form {
      width: 340px;
      margin-left: 40px;
      padding: 15px 20px;
      background-color: #e7f0f5;
      background-color: var(--clr-greyMedium);
    }

    .event-list .Button {
      margin-bottom: 0;
      margin-left: 40px;
    }
  }

.EventsList-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

@media screen and (min-width: 1024px) {

.EventsList-wrapper {
    flex-direction: row;
    margin-right: -10px;
    margin-left: -10px;
}

    .EventsList-wrapper > article {
      flex: 1 1 calc(100% / 2 - 20px);
    }
  }

.EventsList-wrapper .Button {
    margin-right: auto;
    margin-left: auto;
  }

.EventsList-item {
  position: relative;
  margin: 0 0 20px;
  line-height: 0;
  background-color: #004576;
  background-color: var(--clr-primary);
  color: #000000;
  color: var(--font-color);
  cursor: pointer;
  transition: box-shadow 0.2s;
}

.EventsList-item:hover {
    box-shadow: 0 14px 31px 0 rgba(0, 0, 0, 0.1);
  }

.EventsList-item img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    max-height: 280px;
  }

.EventsList-content {
  display: flex;
}

.EventsList-data {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  margin: 0;
  padding: 10px;
  line-height: 140%;
  text-align: center;
  list-style: none;
  background-color: #e7f0f5;
  background-color: var(--clr-greyMedium);
  color: #000000;
  color: var(--font-color);
}

.EventsList-data li {
    padding: 0;
  }

.EventsList-data span {
    display: block;
  }

.EventsList-text {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  color: white;
}

.EventsList-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
  color: white;
}

.EventsList-date {
  font-size: 2rem;
  font-weight: 600;
  line-height: 3rem;
}

.EventsList-month {
  margin-bottom: 15px;
}

.EventsList-linkIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
}

@media screen and (min-width: 1024px) {

.Headline.EventList-searchFilterHeadline {
    margin-left: 2.5rem;
}
  }

.EventList-disclaimerText {
  margin-bottom: 2.5rem;
  font-size: 0.8rem;
}

@media screen and (min-width: 1024px) {

.EventList-disclaimerText {
    margin-left: 2.5rem;
}
  }

.EventList-report {
  margin-bottom: 1rem;
}

@media screen and (min-width: 1024px) {

.EventList-report {
    margin-left: 2.5rem;
}
  }

.EventsList-dateFilter--custom label {
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-gap: 1rem;
  gap: 1rem;
  align-items: baseline;
}

.EventsList-dateFilter--custom label input {
    width: 100% !important;
  }

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* .topicsFilter-items,
.ageGroupsFilter-items {
  display: flex;
  flex-direction: column;

  & label input {
    width: min-content !important;
    padding: 15px 10px;
  }
} */

.submit-event-form fieldset {
  gap: 0;
}

.submit-event-form__radio + .submit-event-form__container {
  margin-top: 0;
}

.submit-event-form__container label,
.submit-event-form__radio label:first-of-type {
  font-weight: 600;
}

.submit-event-form__radio .neos-radio {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  line-height: 1.75rem;
}

.submit-event-form__radio .neos-radio input {
    width: auto !important;
  }

.submit-event-form__container h4 {
  margin-top: 1rem;
  margin-bottom: 0;
}

.submit-event-form__submit button {
  position: relative;
  display: table;
  margin-top: 20px;
  padding: 10px 30px;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  background-color: #004576;
  background-color: var(--clr-primary);
  color: var(--font-clr-primary);
  transition: background-color 0.2s,
    color 0.2s;
}

.submit-event-form__submit button:hover {
    background-color: var(--clr-primary-lighter);
  }

.event-list fieldset {
    border: none;
    outline: none;
  }

.event-list select,
  .event-list input[type='date'] {
    padding: 10px;
    border: 1px solid #cccccc;
  }

.event-list input[type='date'] {
    margin-bottom: 10px;
    font-family: 'FiraSans Regular', sans-serif;
    font-family: var(--font-primary);
  }

.event-list .Button + .Button {
    margin-top: 0;
  }

.event-list {

  .Button--default.Button--active {
    border-color: #004576;
    border-color: var(--clr-primary);
    background-color: #004576;
    background-color: var(--clr-primary);
  }

    .Button--default.Button--active:hover {
      color: #004576;
      color: var(--clr-primary);
    }
}

.event-details {
  grid-template-areas:
    'header'
    'summary'
    'teaser'
    'aside';
}

@media screen and (min-width: 768px) {

.event-details {
    grid-template-areas:
      'header header'
      'summary aside'
      'teaser aside';
}
  }

.event-details h1 {
    position: relative;
    margin-right: auto;
    margin-bottom: 25px;
    margin-left: auto;
    font-size: 2.75rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    word-break: break-word;
  }

@media screen and (max-width: 500px) {

.event-details h1 {
      font-size: 2.1875rem;
  }
    }

/* & h2 {
    margin-top: 0;
    font-size: 20px;
  }

  & h3 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 20px;
    text-transform: uppercase;
  } */

.event-details aside > div {
    margin-bottom: 10px;
    padding: 20px;
    background-color: #e7f0f5;
    background-color: var(--clr-greyMedium);
  }

.event-details aside > div.Text {
      background-color: transparent;
    }

.event-details li {
    padding: 0;
  }

.event-details {

  .Button--default {
    margin-right: auto;
    margin-left: auto;
  }
}

.event-details figure {
    height: -moz-max-content;
    height: max-content;
  }

.event-details summary p:first-child {
    margin-top: 0;
  }

.event-details time {
    font-size: 1.25rem;
  }

.event-list .Button--default,
.event-details .Button--default {
  border: 2px solid #0c63a1;
  border: 2px solid var(--clr-secondary);
  background-color: #0c63a1;
  background-color: var(--clr-secondary);
}

.event-list .Button--default:hover, .event-details .Button--default:hover {
    background-color: #004576;
    background-color: var(--clr-primary);
  }

.event-teaser header {
  color: #ffffff;
}

.event-details .event-details__topics {
  margin-bottom: 1rem;
}

.event-details .event-details__topic {
  margin-right: 1rem;
  font-size: 1.25rem;
}

.event-details .Text--disclaimer {
  font-size: 0.8rem;
}

aside h3 {
  margin-top: 0;
}
