.box-shadow {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptsans/v12/jizaRExUiTo99u79D0KEwA.ttf) format('truetype');
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptsans/v12/jizfRExUiTo99u79B_mh0O6tKA.ttf) format('truetype');
}
@font-face {
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptserif/v12/EJRVQgYoZZY2vCFuvAFWzro.ttf) format('truetype');
}
.font--float-1 {
  font-family: 'PT Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}
.font--float-2 {
  font-family: 'PT Sans', sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.font--float-2-bold {
  font-family: 'PT Sans', sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
}
.font--h1 {
  font-family: 'PT Serif', serif;
  font-weight: normal;
  font-size: 1.875rem;
  line-height: 2.375rem;
}
.font--h1--slimmer {
  font-family: 'PT Serif', serif;
  font-weight: normal;
  font-size: 1.875rem;
  line-height: 2.375rem;
  line-height: 2.25rem;
}
.font--h2 {
  font-family: 'PT Serif', serif;
  font-weight: normal;
  font-size: 1.375rem;
  line-height: 1.875rem;
}
.font--h2--bigger {
  font-family: 'PT Serif', serif;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 2rem;
}
.font--h3 {
  font-family: 'PT Serif', serif;
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 1.625rem;
}
.font--h3--bigger {
  font-family: 'PT Serif', serif;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.font--h3-sans {
  font-family: 'PT Serif', serif;
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-family: 'PT Sans', sans-serif;
}
.font--h--with-icon {
  display: flex;
}
.font--h--with-icon .icon {
  align-items: center;
}
.font--h--with-icon svg {
  margin-right: 0.5em;
  width: 1em;
  height: 1em;
}
.font--sub {
  font-family: 'PT Sans', sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
}
.font--h--left {
  /* stylelint-disable-next-line declaration-no-important */
  text-align: left !important;
}
.font--h--center {
  /* stylelint-disable-next-line declaration-no-important */
  text-align: center !important;
}
.dotted-border-bottom {
  background-image: linear-gradient(to right, #000000 33%, rgba(255, 255, 255, 0) 0%);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  background-position: bottom;
}
.dotted-border-top {
  background-image: linear-gradient(to right, #000000 33%, rgba(255, 255, 255, 0) 0%);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  background-position: top;
}
.spacing-top--large {
  margin-top: 20px;
}
.spacing-bottom--large {
  margin-bottom: 20px;
}
.spacing-top--medium {
  margin-top: 15px;
}
.spacing-bottom--medium {
  margin-bottom: 15px;
}
.spacing-bottom--10 {
  margin-bottom: 10px;
}
.spacing-top--small {
  margin-top: 5px;
}
.spacing-bottom--small {
  margin-bottom: 5px;
}
.target-audience {
  position: relative;
  padding: 20px 0;
  text-align: center;
}
.target-audience__heading {
  margin-bottom: 20px;
}
.target-audience__areas {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #dadde1;
  margin-left: -1px;
}
.target-audience__area {
  font-family: 'PT Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  flex-basis: 100%;
  border-bottom: 1px solid #dadde1;
  border-right: 1px solid #dadde1;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.target-audience__icon {
  margin-right: 20px;
}
.target-audience__icon svg {
  width: 45px;
  height: 45px;
}
@media screen and (min-width: 400px) {
  .target-audience__area {
    flex-basis: 50%;
  }
}
@media screen and (min-width: 600px) {
  .target-audience__area {
    flex-basis: 33.3333%;
    font-family: 'PT Serif', serif;
    font-weight: normal;
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
@media screen and (min-width: 1000px) {
  .target-audience {
    padding: 40px 0;
  }
  .target-audience__areas {
    border-top: none;
    justify-content: space-between;
    max-width: 980px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  .target-audience__heading {
    margin-bottom: 40px;
  }
  .target-audience__icon {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .target-audience__area {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    background: #ffffff;
    height: 115px;
    flex: 0 0 145px;
    max-width: 145px;
    flex-wrap: nowrap;
    flex-direction: column;
    border: none;
  }
  .target-audience__underlay {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: #dadde1;
  }
}


.box-shadow {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptsans/v12/jizaRExUiTo99u79D0KEwA.ttf) format('truetype');
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptsans/v12/jizfRExUiTo99u79B_mh0O6tKA.ttf) format('truetype');
}
@font-face {
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptserif/v12/EJRVQgYoZZY2vCFuvAFWzro.ttf) format('truetype');
}
.font--float-1 {
  font-family: 'PT Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}
.font--float-2 {
  font-family: 'PT Sans', sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.font--float-2-bold {
  font-family: 'PT Sans', sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
}
.font--h1 {
  font-family: 'PT Serif', serif;
  font-weight: normal;
  font-size: 1.875rem;
  line-height: 2.375rem;
}
.font--h1--slimmer {
  font-family: 'PT Serif', serif;
  font-weight: normal;
  font-size: 1.875rem;
  line-height: 2.375rem;
  line-height: 2.25rem;
}
.font--h2 {
  font-family: 'PT Serif', serif;
  font-weight: normal;
  font-size: 1.375rem;
  line-height: 1.875rem;
}
.font--h2--bigger {
  font-family: 'PT Serif', serif;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 2rem;
}
.font--h3 {
  font-family: 'PT Serif', serif;
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 1.625rem;
}
.font--h3--bigger {
  font-family: 'PT Serif', serif;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.font--h3-sans {
  font-family: 'PT Serif', serif;
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-family: 'PT Sans', sans-serif;
}
.font--h--with-icon {
  display: flex;
}
.font--h--with-icon .icon {
  align-items: center;
}
.font--h--with-icon svg {
  margin-right: 0.5em;
  width: 1em;
  height: 1em;
}
.font--sub {
  font-family: 'PT Sans', sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
}
.font--h--left {
  /* stylelint-disable-next-line declaration-no-important */
  text-align: left !important;
}
.font--h--center {
  /* stylelint-disable-next-line declaration-no-important */
  text-align: center !important;
}
.dotted-border-bottom {
  background-image: linear-gradient(to right, #000000 33%, rgba(255, 255, 255, 0) 0%);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  background-position: bottom;
}
.dotted-border-top {
  background-image: linear-gradient(to right, #000000 33%, rgba(255, 255, 255, 0) 0%);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  background-position: top;
}
.spacing-top--large {
  margin-top: 20px;
}
.spacing-bottom--large {
  margin-bottom: 20px;
}
.spacing-top--medium {
  margin-top: 15px;
}
.spacing-bottom--medium {
  margin-bottom: 15px;
}
.spacing-bottom--10 {
  margin-bottom: 10px;
}
.spacing-top--small {
  margin-top: 5px;
}
.spacing-bottom--small {
  margin-bottom: 5px;
}
.regular-slider .swiper-slide {
  height: auto;
}
@media screen and (min-width: 600px) and (max-width: 799px) {
  .regular-slider {
    width: 92%;
    margin-left: 4%;
  }
}
.news-teaser {
  display: flex;
  align-items: stretch;
  height: 100%;
  /* stylelint-disable declaration-no-important */
  /* stylelint-enable declaration-no-important */
}
@media screen and (max-width: 599px) {
  .news-teaser {
    width: 90%;
    margin-left: 5%;
  }
}
@media screen and (max-width: 599px) {
  .news-teaser__swiper-previous {
    left: -15px !important;
  }
}
@media screen and (min-width: 600px) and (max-width: 799px) {
  .news-teaser__swiper-previous {
    left: -40px !important;
  }
}
@media screen and (min-width: 800px) and (max-width: 999px) {
  .news-teaser__swiper-previous {
    left: -45px !important;
  }
}
@media screen and (max-width: 599px) {
  .news-teaser__swiper-next {
    right: -17px !important;
  }
}
@media screen and (min-width: 600px) and (max-width: 799px) {
  .news-teaser__swiper-next {
    right: -40px !important;
  }
}
@media screen and (min-width: 800px) and (max-width: 999px) {
  .news-teaser__swiper-next {
    right: -45px !important;
  }
}
.news-teaser__left {
  flex-basis: 150px;
  position: relative;
  overflow: hidden;
}
.news-teaser__info {
  flex-direction: column;
  display: flex;
}
.news-teaser__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.news-teaser__name {
  overflow: hidden;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
  max-height: 80px;
}
.news-teaser .news-teaser__name.font--h3.spacing-bottom--medium {
  margin-top: 0;
}
.news-teaser__meta .icon {
  margin-right: 10px;
}
.news-teaser__meta .icon svg {
  width: 17px;
  height: 17px;
}
.news-teaser__meta .icon__label {
  margin-right: 10px;
}
.news-filters {
  padding: 40px 30px;
}
.news-filters__inputs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.news-filters__term {
  flex: 6;
  margin-right: 20px;
}
.news-filters__category {
  flex: 2;
  margin-right: 20px;
}
.news-filters__source {
  flex: 2;
  margin-right: 20px;
}
.news-filters__from,
.news-filters__to {
  flex: 1;
  margin-right: 20px;
}
.news--detail {
  position: relative;
}
.news-header__category,
.news-header__source {
  color: #ef8b00;
}
.news-header .font--h1 {
  max-width: calc((1280px - 2 * 55px) * 0.7);
}
.news-header .icon {
  margin-right: 10px;
}
.news-header .icon svg {
  color: #ef8b00;
  fill: #ef8b00;
  width: 17px;
  height: 17px;
}
.news-header .icon__label {
  margin-right: 10px;
}
.news-meta {
  color: #333333;
}
.news-list-view .page-navigation {
  text-align: center;
}
.news-list-view .page-navigation p {
  display: none;
}
.news-list-view .page-navigation ul {
  display: flex;
  justify-content: center;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.news-list-view .page-navigation ul .current {
  font-weight: bold;
}
.news-list-view .page-navigation ul li {
  margin-left: 10px;
}
.news-list-view .page-navigation ul li:first-child {
  margin-left: 0;
}


.box-shadow {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptsans/v12/jizaRExUiTo99u79D0KEwA.ttf) format('truetype');
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptsans/v12/jizfRExUiTo99u79B_mh0O6tKA.ttf) format('truetype');
}
@font-face {
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptserif/v12/EJRVQgYoZZY2vCFuvAFWzro.ttf) format('truetype');
}
.font--float-1 {
  font-family: 'PT Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}
.font--float-2 {
  font-family: 'PT Sans', sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.font--float-2-bold {
  font-family: 'PT Sans', sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
}
.font--h1 {
  font-family: 'PT Serif', serif;
  font-weight: normal;
  font-size: 1.875rem;
  line-height: 2.375rem;
}
.font--h1--slimmer {
  font-family: 'PT Serif', serif;
  font-weight: normal;
  font-size: 1.875rem;
  line-height: 2.375rem;
  line-height: 2.25rem;
}
.font--h2 {
  font-family: 'PT Serif', serif;
  font-weight: normal;
  font-size: 1.375rem;
  line-height: 1.875rem;
}
.font--h2--bigger {
  font-family: 'PT Serif', serif;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 2rem;
}
.font--h3 {
  font-family: 'PT Serif', serif;
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 1.625rem;
}
.font--h3--bigger {
  font-family: 'PT Serif', serif;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.font--h3-sans {
  font-family: 'PT Serif', serif;
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-family: 'PT Sans', sans-serif;
}
.font--h--with-icon {
  display: flex;
}
.font--h--with-icon .icon {
  align-items: center;
}
.font--h--with-icon svg {
  margin-right: 0.5em;
  width: 1em;
  height: 1em;
}
.font--sub {
  font-family: 'PT Sans', sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
}
.font--h--left {
  /* stylelint-disable-next-line declaration-no-important */
  text-align: left !important;
}
.font--h--center {
  /* stylelint-disable-next-line declaration-no-important */
  text-align: center !important;
}
.dotted-border-bottom {
  background-image: linear-gradient(to right, #000000 33%, rgba(255, 255, 255, 0) 0%);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  background-position: bottom;
}
.dotted-border-top {
  background-image: linear-gradient(to right, #000000 33%, rgba(255, 255, 255, 0) 0%);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  background-position: top;
}
.spacing-top--large {
  margin-top: 20px;
}
.spacing-bottom--large {
  margin-bottom: 20px;
}
.spacing-top--medium {
  margin-top: 15px;
}
.spacing-bottom--medium {
  margin-bottom: 15px;
}
.spacing-bottom--10 {
  margin-bottom: 10px;
}
.spacing-top--small {
  margin-top: 5px;
}
.spacing-bottom--small {
  margin-bottom: 5px;
}
.text-with-icon {
  display: flex;
  align-items: center;
}
.text-with-icon__icon {
  margin-right: 5px;
}
.text-with-icon__icon svg {
  width: 20px;
  height: 20px;
}
.text-with-icon--righty .text-with-icon__icon {
  order: 1;
  margin-right: 0;
  margin-left: 5px;
}
.text .text-wrapper {
  max-width: calc((1280px - 2 * 55px) * 0.7);
}
.text--centered {
  text-align: center;
}
.text p:first-child {
  margin-top: 0;
}
.text p:last-child {
  margin-bottom: 0;
}
.page-content:not(.page-content--plugin):not(.page-content--news) > *:not(.content-container) .text {
  display: flex;
  justify-content: center;
}
.image-copyright {
  color: #333333;
  padding: 0.5rem;
  font-family: 'PT Sans', sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
}
.image-copyright--text-right {
  text-align: right;
}
.highlight-teaser--mobile + .image-copyright {
  display: none;
}
@media screen and (min-width: 600px) {
  .highlight-teaser--mobile + .image-copyright {
    display: block;
  }
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.no-break {
  white-space: nowrap;
  word-break: keep-all;
  line-break: normal;
}
.grid {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: -1%;
}
@media screen and (max-width: 599px) {
  .grid {
    margin: 0;
  }
}
.grid__entry {
  flex-basis: 98%;
  margin: 1%;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}
@media screen and (max-width: 599px) {
  .grid__entry {
    flex-basis: 100%;
    margin: 0 0 15px;
  }
}
@media screen and (min-width: 600px) {
  .grid__entry--4 {
    flex-basis: 48%;
  }
}
@media screen and (min-width: 800px) {
  .grid__entry--4 {
    flex-basis: 31.3333%;
  }
}
@media screen and (min-width: 1000px) {
  .grid__entry--4 {
    flex-basis: 23%;
  }
}
@media screen and (min-width: 600px) {
  .grid__entry--3 {
    flex-basis: 48%;
  }
}
@media screen and (min-width: 1000px) {
  .grid__entry--3 {
    flex-basis: 31.3333%;
  }
}
@media screen and (min-width: 800px) {
  .grid__entry--2 {
    flex-basis: 48%;
  }
}
@media screen and (min-width: 600px) {
  .grid--2 .grid__entry {
    flex-basis: 48%;
  }
}
.row {
  display: flex;
}
.row.row--large-gap > *:not(:last-child) {
  margin-right: 56px;
}
.row.row--medium-gap > *:not(:last-child) {
  margin-right: 20px;
}
.row.row--small-gap > *:not(:last-child) {
  margin-right: 6px;
}
.row.row--block-center {
  align-items: center;
}
.row.row--inline-center {
  justify-content: center;
}
.row.row--inline-right {
  justify-content: flex-end;
}
.row.row--use-space > * {
  flex-grow: 1;
}
.row.row > .row__element.row.row > .row__element--base1 {
  flex-basis: 100%;
}
.row.row > .row__element--base2 {
  flex-basis: 200%;
}
.row.row > .row__element--base3 {
  flex-basis: 300%;
}
.row.row > .row__element--base4 {
  flex-basis: 400%;
}
.content-block__padding {
  padding: 0.1em 15px 10px;
}
.content-block__padding .content-block__padding {
  padding: 0;
}
.content-block__header {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
}
.content-block__header .font--h1:not(.font--h--center) {
  max-width: calc((1280px - 2 * 55px) * 0.7);
  text-align: left;
  margin: inherit;
}
.content-block__link {
  margin-top: 7px;
}
@media screen and (min-width: 800px) {
  .content-block__padding {
    padding: 0.1em 55px 10px;
  }
  .content-block__link {
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 6px;
  }
}
.content-block--dark {
  background-color: #f1f3f4;
}
.content-block--small-space-before,
.content-block--large-space-before {
  padding-top: calc(1px / 48);
}
.content-block--small-space-after,
.content-block--large-space-after {
  padding-bottom: calc(1px / 48);
}
.content-block--small-space-before > .content-block__padding,
.content-block--small-space-before > .content-block__padding--top-bottom {
  padding-top: 10px;
}
@media screen and (min-width: 800px) {
  .content-block--small-space-before > .content-block__padding,
  .content-block--small-space-before > .content-block__padding--top-bottom {
    padding-top: 20px;
  }
}
.content-block--large-space-before > .content-block__padding,
.content-block--large-space-before > .content-block__padding--top-bottom {
  padding-top: 30px;
}
@media screen and (min-width: 800px) {
  .content-block--large-space-before > .content-block__padding,
  .content-block--large-space-before > .content-block__padding--top-bottom {
    padding-top: 50px;
  }
}
.content-block--small-space-after > .content-block__padding,
.content-block--small-space-after > .content-block__padding--top-bottom {
  padding-bottom: 10px;
}
@media screen and (min-width: 800px) {
  .content-block--small-space-after > .content-block__padding,
  .content-block--small-space-after > .content-block__padding--top-bottom {
    padding-bottom: 20px;
  }
}
.content-block--large-space-after > .content-block__padding,
.content-block--large-space-after > .content-block__padding--top-bottom {
  padding-bottom: 30px;
}
@media screen and (min-width: 800px) {
  .content-block--large-space-after > .content-block__padding,
  .content-block--large-space-after > .content-block__padding--top-bottom {
    padding-bottom: 50px;
  }
}
/*************
* ATTENTION This file contains grid layout fallbacks for IE
* Thus it is likely something breaks here during future modifications.
* Please explicitly test in diffenent browsers and at various resolutions before commiting any changes.
*************/
.page-content--content {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.page-content--content > * {
  order: 1;
}
.page-content--content .sidemenu {
  order: 2;
}
@media screen and (min-width: 1200px) {
  .page-content--content {
    display: -ms-grid;
    -ms-grid-rows: auto auto auto;
    -ms-grid-columns: 70% 30%;
    display: grid;
    grid-template-rows: [heroslider] auto [breadcrumb] auto [content] auto [crossteaser] auto;
    grid-template-columns: [main] 70% [sidecolumn] 30%;
    grid-column: span 2;
  }
  .page-content--content .hero-slider {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-row: heroslider;
  }
  .page-content--content nav {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-row: breadcrumb;
  }
  .page-content--content .content-container {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-row: content;
    grid-column: main;
    margin-right: calc(-1 * (100% - 70%) / 0.7);
    display: flex;
    flex-direction: column;
    justify-content: stretch;
  }
  .page-content--content .content-container > :last-child {
    flex-grow: 1;
  }
  .page-content--content .sidemenu {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-row: content;
    grid-column: sidecolumn;
  }
  .page-content--content > * {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-row: crossteaser;
    grid-column: span 2;
  }
}
.content-block--small-space-before > .content-block__padding.grid,
.content-block--small-space-before > .content-block__padding--top-bottom.grid {
  padding-top: calc(10px + 1%);
}
@media screen and (min-width: 800px) {
  .content-block--small-space-before > .content-block__padding.grid,
  .content-block--small-space-before > .content-block__padding--top-bottom.grid {
    padding-top: calc(20px + 1%);
  }
}
.content-block--large-space-before > .content-block__padding.grid,
.content-block--large-space-before > .content-block__padding--top-bottom.grid {
  padding-top: calc(30px + 1%);
}
@media screen and (min-width: 800px) {
  .content-block--large-space-before > .content-block__padding.grid,
  .content-block--large-space-before > .content-block__padding--top-bottom.grid {
    padding-top: calc(50px + 1%);
  }
}
.content-block--small-space-after > .content-block__padding.grid,
.content-block--small-space-after > .content-block__padding--top-bottom.grid {
  padding-bottom: calc(10px + 1%);
}
@media screen and (min-width: 800px) {
  .content-block--small-space-after > .content-block__padding.grid,
  .content-block--small-space-after > .content-block__padding--top-bottom.grid {
    padding-bottom: calc(20px + 1%);
  }
}
.content-block--large-space-after > .content-block__padding.grid,
.content-block--large-space-after > .content-block__padding--top-bottom.grid {
  padding-bottom: calc(30px + 1%);
}
@media screen and (min-width: 800px) {
  .content-block--large-space-after > .content-block__padding.grid,
  .content-block--large-space-after > .content-block__padding--top-bottom.grid {
    padding-bottom: calc(50px + 1%);
  }
}
.icon {
  display: flex;
}
.icon svg {
  fill: #283853;
  display: block;
}
.icon--highlight svg {
  fill: #ef8b00;
}
* {
  box-sizing: border-box;
}
.svg-storage {
  display: none;
}
body {
  font-family: 'PT Sans', sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #283853;
  background: #fafafa;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  max-width: 100%;
  display: block;
}
h1,
h2,
h3 {
  margin: 0;
}
a {
  text-decoration: none;
  color: #283853;
}
figure {
  padding: 0;
  margin: 0;
}
.page-container {
  display: flex;
  flex-direction: column;
  max-width: 1280px;
  min-height: 100vh;
  margin: 0 auto;
  background: #ffffff;
}
.page-details {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .details-container {
    max-width: 777px;
  }
}
.details-container p:first-child {
  margin-top: 0;
}
.details-container p:last-child {
  margin-bottom: 0;
}
.details-container .font--h3:not(:first-child) {
  margin-top: 40px;
}
.relative {
  position: relative;
}
.simplebar-scrollbar {
  cursor: pointer;
  width: 10px;
  background: transparent;
  border-radius: 0;
  right: 0;
}
.simplebar-scrollbar::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 3px;
  height: 100%;
  margin: auto;
}
.simplebar-scrollbar::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 3px;
  height: 100%;
  margin: auto;
  background: #ef8b00;
}
.simplebar-track .simplebar-scrollbar.visible {
  opacity: 1;
}
.header {
  font-family: 'PT Sans', sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  position: relative;
  z-index: 15;
  background: #ffffff;
}
@media screen and (max-width: 799px) {
  .header__logo-mobile {
    display: block;
    position: absolute;
    top: 0;
    z-index: 3;
    width: 140px;
  }
  .header__logo-mobile svg {
    width: 200px;
    height: 120px;
  }
  .header__logo {
    display: none;
  }
  .header__nav {
    display: none;
    position: absolute;
    top: 120px;
    left: 0;
    right: 0;
    z-index: 3;
  }
  .header__nav--isopened {
    display: block;
  }
  .header__highlight-mobile {
    font-family: 'PT Sans', sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    height: 50px;
    background: #dadde1;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 10px;
  }
  .header__highlight-mobile .link {
    align-items: center;
  }
  .header__highlight-mobile__icon {
    margin-right: 5px;
  }
  .header__highlight-mobile__icon svg {
    width: 24px;
    height: 24px;
  }
  .header__highlight-mobile__arrow {
    margin-left: 5px;
  }
  .header__highlight-mobile__arrow svg {
    width: 20px;
    height: 20px;
  }
  .header__hamburger .icon--close {
    display: none;
  }
  .header__hamburger svg {
    width: 36px;
    height: 36px;
  }
  .header__hamburger--isopened .icon--hamburger {
    display: none;
  }
  .header__hamburger--isopened .icon--close {
    display: block;
  }
  .header__icons--mobile {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: auto;
    padding: 7px 0;
  }
  .header__icons--mobile .header__dropdown {
    top: auto;
    bottom: 100%;
  }
  .header__icons--screen {
    display: none;
  }
}
.header__top {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 5px;
}
.header__logo {
  position: absolute;
  top: 0;
  z-index: 3;
}
.header__water {
  margin-right: 10px;
}
.header__water svg {
  width: 22px;
  height: 22px;
}
@media screen and (max-width: 850px) {
  .header__water {
    display: none;
  }
}
@media screen and (max-width: 799px) {
  .header__water {
    display: flex;
  }
}
.header__weather svg,
.header__weather img[src$=".svg"] {
  width: 30px;
  height: 30px;
}
.header__search--desktop {
  display: none;
}
.header__search--mobile {
  margin-right: 15px;
  display: flex;
  align-items: center;
}
.header__search--mobile .input {
  width: 165px;
  margin-right: 20px;
}
.header__search--mobile svg {
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 450px) {
  .header__search--mobile__search--mobile__input.input {
    width: 100%;
  }
}
@media screen and (max-width: 360px) {
  .header__search--mobile__search--mobile__input.input {
    width: 130px;
  }
}
.header__dropdown-action {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 0;
  height: 26px;
  padding: 5px;
}
.header__dropdown-action svg {
  width: 16px;
  height: 16px;
}
.header__dropdown-action--isopened {
  background: #283853;
  color: #ffffff;
}
.header__dropdown-action--isopened svg {
  fill: #ffffff;
}
.header__dropdown-action--isopened .header__dropdown {
  display: block;
}
.header__dropdown {
  display: none;
  position: absolute;
  z-index: 3;
  top: 100%;
  right: 0;
  border: 1px solid #dadde1;
  background: #ffffff;
}
.header__dropdown-entry {
  font-family: 'PT Sans', sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  white-space: nowrap;
  padding: 10px;
  display: flex;
  align-items: center;
}
.header__dropdown-entry .icon {
  margin-right: 10px;
}
.header__dropdown-entry:not(:last-child) {
  border-bottom: 1px solid #dadde1;
}
.header__highlight-mobile__submenu {
  display: none;
}
.header__highlight-mobile__submenu--isopened {
  display: block;
  padding: 30px;
}
.header__highlight-mobile__submenu--isopened .nav__dropdown {
  display: block;
}
.header__search--mobile__icon {
  display: block;
}
.header__search--mobile__icon--isnotvisible {
  display: none;
}
@media screen and (min-width: 600px) {
  .header {
    font-family: 'PT Sans', sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .header__top {
    padding: 0 10px;
  }
  .header__water {
    display: flex;
  }
  .header__weather {
    display: flex;
  }
  .header__disability {
    display: flex;
  }
  .header__weather,
  .header__water {
    margin-right: 10px;
  }
  .header__search--mobile {
    margin-right: 20px;
  }
}
@media screen and (min-width: 800px) {
  .header__logo-mobile {
    display: none;
  }
  .header__logo {
    left: 10px;
    display: block;
  }
  .header__logo svg {
    width: 126px;
    height: 100px;
  }
  .header__highlight-mobile {
    display: none;
  }
  .header__top {
    height: 100px;
    padding: 0 40px;
  }
  .header__hamburger {
    display: none;
  }
  .header__search--desktop {
    display: block;
  }
  .header__search--desktop .input {
    width: 230px;
  }
  .header__search--mobile {
    display: none;
  }
  .header .header__icons--mobile {
    display: none;
  }
  .header__icons--screen {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 1150px) {
  .header__logo {
    left: 41px;
  }
  .header__logo svg {
    width: 202px;
    height: 160px;
  }
  .header__search--desktop {
    display: block;
  }
  .header__search--desktop .input {
    width: 270px;
  }
}
@media screen and (max-width: 450px) {
  .header .row.row--medium-gap .header__search--mobile {
    margin-right: 5px;
  }
}
.header .header__search--mobile__input.input {
  display: none;
  margin: 0;
  opacity: 0;
  transition: opacity 0.5s;
}
.header .header__search--mobile__input.input:focus {
  opacity: 1;
}
.header .header__search--mobile__input--isvisible.input {
  display: block;
}
@media screen and (max-width: 799px) {
  .nav {
    font-family: 'PT Sans', sans-serif;
    font-size: 0.875rem;
    line-height: 1.25rem;
    background: #ffffff;
    padding: 10px 15px;
  }
  .nav__container {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 160px);
  }
  .nav__item {
    background-image: linear-gradient(to right, #000000 33%, rgba(255, 255, 255, 0) 0%);
    background-size: 4px 1px;
    background-repeat: repeat-x;
    background-position: bottom;
    cursor: pointer;
  }
  .nav__item-name {
    font-family: 'PT Serif', serif;
    font-weight: normal;
    font-size: 1.375rem;
    line-height: 1.875rem;
    padding: 7px 0;
    display: flex;
    align-items: center;
  }
  .nav__item-arrow {
    margin-left: auto;
  }
  .nav__item-arrow svg {
    width: 20px;
    height: 20px;
  }
  .nav__item-arrow--down {
    display: block;
  }
  .nav__item-icon {
    display: none;
  }
  .nav__dropdown {
    display: none;
  }
  .nav__item--opened .nav__dropdown {
    display: block;
    padding: 10px 0 20px 0;
  }
  .nav__item--opened .nav__item-arrow--down {
    -webkit-transform: scaleY(-1);
            transform: scaleY(-1);
  }
  .nav__item--highlighted {
    display: none;
  }
  .nav__grid-entry {
    margin-bottom: 15px;
  }
  .nav .linklist__link {
    padding: 6px 0;
    font-family: 'PT Sans', sans-serif;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media screen and (min-width: 800px) {
  .nav {
    font-family: 'PT Sans', sans-serif;
    font-size: 0.875rem;
    line-height: 1.25rem;
    height: 60px;
    padding: 0 55px;
    background: #dadde1;
    display: flex;
    position: relative;
  }
  .nav__container {
    height: 100%;
    margin: 0 0 0 auto;
    display: flex;
    align-items: center;
  }
  .nav__item {
    padding: 0 15px;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .nav__item:hover {
    background: #283853;
    color: #ffffff;
    cursor: pointer;
  }
  .nav__item:hover .nav__item-arrow {
    -webkit-transform: scaleY(-1);
            transform: scaleY(-1);
  }
  .nav__item:hover .nav__item-arrow svg {
    fill: #ffffff;
  }
  .nav__item:hover .nav__item-icon svg {
    fill: #ffffff;
  }
  .nav__item:hover .nav__dropdown {
    display: block;
  }
  .nav__item-name {
    display: flex;
    align-items: center;
  }
  .nav__item-arrow {
    margin-left: 7px;
  }
  .nav__item-arrow svg {
    width: 20px;
    height: 20px;
  }
  .nav__item-arrow--up {
    display: none;
  }
  .nav__item-icon {
    display: none;
  }
  .nav__item--highlighted {
    background: #ef8b00;
  }
  .nav__dropdown {
    z-index: 2;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 60px 55px;
    color: #283853;
    background: #ffffff;
    border-bottom: 1px solid #dadde1;
  }
}
@media screen and (min-width: 1000px) {
  .nav {
    font-family: 'PT Sans', sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .nav__item {
    padding: 0 20px;
  }
  .nav__item-icon {
    display: block;
    margin-right: 10px;
  }
  .nav__item-icon svg {
    width: 32px;
    height: 32px;
  }
  .nav__item-arrow {
    margin-left: 15px;
  }
}
.nav__grid {
  margin: -3%;
  padding: 0;
  list-style: none;
}
.nav__grid .nav__grid-entry {
  display: block;
  margin: 3%;
}
@media screen and (min-width: 600px) {
  .nav__grid .nav__grid-entry {
    flex-basis: 44%;
  }
}
@media screen and (min-width: 800px) {
  .nav__grid .nav__grid-entry {
    flex-basis: 27.3333%;
  }
}
@media screen and (min-width: 1000px) {
  .nav__grid .nav__grid-entry {
    flex-basis: 19%;
  }
}
@media screen and (max-width: 799px) {
  body:not(.browser--samsung-internet) .nav__container:not(*:root) {
    min-height: calc(100vh - 160px - 80px);
  }
}
@media screen and (max-width: 599px) {
  body:not(.browser--samsung-internet) .nav__container:not(*:root) {
    min-height: calc(100vh - 160px - 56px);
  }
}
.breadcrumbs {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 15px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 800px) {
  .breadcrumbs {
    padding: 15px 55px;
  }
}
.breadcrumbs--event {
  padding-left: 0;
  padding-top: 25px;
}
.breadcrumbs__item {
  display: inline;
}
.breadcrumbs__item__link {
  font-weight: bold;
}
.breadcrumbs__item__link::after {
  content: '»';
  font-weight: normal;
  margin: 0 8px;
}
.breadcrumbs__item:last-child .breadcrumbs__item__link {
  font-weight: normal;
}
.breadcrumbs__item:last-child .breadcrumbs__item__link::after {
  content: none;
}
@media screen and (min-width: 600px) {
  .breadcrumbs__item--only-mobile {
    display: none;
  }
}
.breadcrumbs__item--only-mobile .breadcrumbs__item__link::before {
  content: '«';
  font-weight: normal;
  margin-right: 5px;
}
.breadcrumbs__item--only-mobile .breadcrumbs__item__link::after {
  content: normal;
}
@media screen and (max-width: 599px) {
  .breadcrumbs__item--hidden-mobile {
    display: none;
  }
}
.footer {
  color: #ffffff;
  margin-top: auto;
}
.footer a {
  color: #ffffff;
}
.footer__sitemap {
  display: none;
}
.footer__basement {
  font-family: 'PT Sans', sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: center;
  padding: 20px 30px;
  background: #283853;
}
.footer__basement-links {
  margin: 20px 0 30px 0;
  display: flex;
  flex-direction: column;
}
.footer__go-to-top {
  display: flex;
  justify-content: center;
}
.footer__go-to-top svg {
  fill: #ef8b00;
  width: 32px;
  height: 64px;
}
@media screen and (min-width: 600px) {
  .footer__go-to-top {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  .footer__basement {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1px;
  }
  .footer__basement-links {
    margin: 0;
    flex-direction: row;
  }
  .footer__basement-links a::after {
    content: '/';
    padding: 0 10px;
  }
  .footer__basement-links a:last-child::after {
    content: none;
  }
  .footer__sitemap {
    font-family: 'PT Sans', sans-serif;
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 30px 20px;
    display: flex;
    background: #283853;
    flex-wrap: wrap;
  }
  .footer__sitemap-column {
    padding-right: 10px;
    flex: 1;
  }
  .footer__sitemap-column--economy {
    flex: 2;
  }
}
@media screen and (min-width: 800px) {
  .footer__sitemap {
    font-family: 'PT Sans', sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 60px 50px;
  }
  .footer__sitemap-column {
    padding-right: 20px;
  }
}
.sidemenu {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1%;
  padding: 15px;
  z-index: 100;
}
.sidemenu .content-block {
  background: rgba(255, 255, 255, 0);
}
.sidemenu .content-block__padding {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 1200px) {
  .sidemenu .content-block__padding {
    padding-left: 55px;
    padding-right: 55px;
  }
}
@media screen and (max-width: 1199px) {
  .sidemenu .content-block .content-block__padding {
    padding-top: 0;
  }
  .sidemenu .content-block .content-block__padding {
    padding-bottom: 0;
  }
}
.sidemenu > * {
  flex-basis: 98%;
  margin: 0 1% 15px 1%;
}
@media screen and (min-width: 600px) {
  .sidemenu > * {
    flex-basis: 48%;
  }
}
@media screen and (min-width: 1200px) {
  .sidemenu > * {
    flex-basis: 31.3333%;
  }
}
@media screen and (min-width: 800px) {
  .sidemenu {
    padding: 30px 55px;
  }
}
@media screen and (min-width: 1200px) {
  .sidemenu {
    display: block;
    padding: 0;
    align-self: start;
  }
  .sidemenu > * {
    margin: 0 0 20px 0;
  }
  .sidemenu > .sidemenu__item--higher:first-child {
    position: relative;
    margin-top: calc(-1 * (170px + 2 * 15px + 0.875rem));
    z-index: 1;
    min-height: 220px;
  }
}
.important-notice {
  font-family: 'PT Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  background: #ef8b00;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .important-notice {
    padding: 30px;
    flex-direction: column;
  }
}
@media screen and (min-width: 600px) {
  .important-notice {
    padding: 30px 30px 30px 140px;
  }
}
.important-notice__icon {
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: -65px;
  height: 170px;
  margin: auto;
}
.important-notice__icon svg {
  width: 170px;
  height: 100%;
  fill: #ffa323;
}
@media screen and (max-width: 599px) {
  .important-notice__icon {
    display: none;
  }
}
.important-notice__heading {
  flex: 0;
}
@media screen and (max-width: 599px) {
  .important-notice__heading {
    margin-right: 0;
  }
}
@media screen and (min-width: 600px) {
  .important-notice__heading {
    margin-right: 130px;
  }
}
/* stylelint-disable-next-line selector-max-id */
#scale_box {
  display: none;
}
.scale-up,
.scale-down,
.scale-normal {
  cursor: pointer;
}
body {
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
}
.non-clickable {
  pointer-events: none;
}
.link {
  color: #283853;
  display: inline-flex;
  align-items: baseline;
  text-decoration: none;
}
.link .link__icon {
  margin-right: 1px;
}
.link .link__icon svg {
  -webkit-transform: translate(0, 0.1em);
          transform: translate(0, 0.1em);
  width: 13px;
  height: 13px;
}
.link:hover {
  color: #33496e;
}
.link:hover .link__icon svg {
  fill: #33496e;
}
.link--tel {
  color: inherit;
}
.link--tel:hover {
  color: inherit;
}
.link--important {
  font-family: 'PT Sans', sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
}
.link--orange {
  color: #ef8b00;
}
.link--orange .link__icon svg {
  fill: #ef8b00;
}
.link--orange:hover {
  color: #f29a20;
}
.link--orange:hover .link__icon svg {
  fill: #f29a20;
}
.linklist {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=);
  list-style-position: inside;
}
.linklist::before {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background-image: linear-gradient(to right, #000000 25%, rgba(255, 255, 255, 0) 0%);
  background-position: top;
  background-size: 4px 1px;
  background-repeat: repeat-x;
}
.linklist__entry {
  display: flex;
  justify-content: stretch;
  align-items: center;
  background-image: linear-gradient(to right, #000000 25%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 4px 1px;
  background-repeat: repeat-x;
  transition: background-color 0.25s;
}
.linklist__entry:hover {
  background-color: #f1f3f4;
}
.content-block--dark .linklist__entry:hover {
  background-color: #ffffff;
}
.content-block--dark .box .linklist__entry:hover {
  background-color: #f1f3f4;
}
.linklist__entry > * {
  flex-grow: 1;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
.linklist__entry > *:hover {
  -webkit-transform: translateX(15px);
          transform: translateX(15px);
}
.linklist__entry svg {
  width: 1em;
  height: 1em;
}
.linklist__entry--orange {
  color: #ef8b00;
}
.linklist__entry--orange svg {
  fill: #ef8b00;
}
.linklist__link {
  padding: 10px 0;
}
.pseudo-linklist {
  margin: 10px 0 0;
}
.categorylist .linklist__link {
  color: #ef8b00;
}
.categorylist .linklist__link svg {
  fill: #ef8b00;
}
.categorylist .linklist__link:hover svg {
  fill: #ef8b00;
}
.categorylist + .linklist {
  margin-top: 0;
}
.categorylist + .linklist::before {
  background-image: none;
}
.box__padding.box__padding--after-link-list {
  margin-top: -5px;
  padding-top: 0;
}
.uploads--singlelink {
  display: flex;
  align-items: center;
  font-weight: bold;
}
.uploads--singlelink svg {
  width: 1em;
  height: 1em;
  fill: #f29a20;
}
.button {
  font-family: 'PT Sans', sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  white-space: nowrap;
  border: none;
  background: transparent;
  color: #283853;
  text-decoration: none;
  padding: 0 20px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.button__icon svg {
  width: 20px;
  height: 20px;
}
.button__icon + .button__text {
  padding-left: 6px;
}
.button.button--blue {
  background: #283853;
  color: #ffffff;
}
.button.button--blue svg {
  fill: #ffffff;
}
.button.button--blue:hover {
  background: #33496e;
}
.button.button--orange {
  background: #ef8b00;
  color: #283853;
}
.button.button--orange svg {
  fill: #283853;
}
.button.button--orange:hover {
  background: #f29a20;
}
.button.button--full-width {
  display: flex;
}
.button.button--small {
  min-width: 40px;
  padding: 0 10px;
}
.box {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  background: #ffffff;
}
.box p {
  margin: 0;
}
.box .linklist {
  margin-top: 0;
}
.box__padding {
  padding: 15px;
}
.box__padding--no-bottom {
  padding-bottom: 0;
}
.box__padding--no-top {
  padding-top: 0;
}
.box__heading {
  display: flex;
  align-items: center;
}
.box__heading-container {
  display: flex;
}
.box__image img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 800px) {
  .box__image img {
    max-height: 250px;
  }
}
.box__clickable {
  position: relative;
}
.box__clickable span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.box__icon {
  margin-right: 15px;
}
.box__icon svg {
  width: 32px;
  height: 32px;
  fill: #ef8b00;
}
.box--autogrow {
  flex-grow: 1;
}
.box .content-block__header {
  margin-bottom: 0;
}
.box--blue {
  background: #283853;
  color: #ffffff;
}
.box.box--gray {
  background: #f1f3f4;
}
.box.box--orange {
  background: #ef8b00;
}
.box.box--orange .box__icon svg {
  fill: #283853;
}
.box.box--orange .icon--highlight svg {
  fill: currentColor;
}
.box.box--orange .linklist__entry--orange {
  color: #283853;
}
.box.box--orange .linklist__entry--orange svg {
  fill: #283853;
}
.box.box--orange .link--orange {
  color: #283853;
}
.box.box--orange .link--orange .link__icon svg {
  fill: #283853;
}
.box.box--collapsible {
  position: relative;
}
.box.box--collapsible__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 15px;
  right: 10px;
  height: 30px;
  width: 30px;
  cursor: pointer;
}
.box.box--collapsible__toggle .icon svg {
  width: 24px;
}
.box.box--collapsible__toggle .icon--plus {
  display: block;
}
.box.box--collapsible__toggle .icon--minus {
  display: none;
}
.box.box--collapsible__toggle:hover .icon svg {
  fill: #33496e;
}
@media screen and (min-width: 600px) {
  .box.box--collapsible__toggle {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .box.box--collapsible .box__icon {
    display: none;
  }
  .box.box--collapsible--isopened__always-visible {
    display: block;
  }
  .box.box--collapsible--isopened__hidden-mobile {
    display: none;
  }
  .box.box--collapsible--isopened .box--collapsible__hidden-mobile {
    display: block;
  }
  .box.box--collapsible--isopened .box--collapsible__toggle .icon--plus {
    display: none;
  }
  .box.box--collapsible--isopened .box--collapsible__toggle .icon--minus {
    display: block;
  }
}
.box .svg--orange {
  stroke: #ef8b00;
}
.grid__entry--4 > [id^='c'] {
  display: contents;
  flex-grow: 1;
}
.grid__entry--4 > [id^='c'] .box {
  height: 100%;
  flex-grow: 1;
}
.box--collapsible {
  position: relative;
}
.box--collapsible__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 15px;
  right: 10px;
  height: 30px;
  width: 30px;
  cursor: pointer;
}
.box--collapsible__toggle .icon svg {
  width: 24px;
}
.box--collapsible__toggle .icon--plus {
  display: block;
}
.box--collapsible__toggle .icon--minus {
  display: none;
}
.box--collapsible__toggle:hover .icon svg {
  fill: #33496e;
}
@media screen and (min-width: 600px) {
  .box--collapsible__toggle {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .box--collapsible .box__icon {
    display: none;
  }
  .box--collapsible--isopened .box--collapsible__toggle .icon--plus {
    display: none;
  }
  .box--collapsible--isopened .box--collapsible__toggle .icon--minus {
    display: block;
  }
  .box--collapsible--isopened .box--collapsible__hidden-mobile {
    display: block;
  }
  .box--collapsible__always-visible {
    display: block;
  }
  .box--collapsible__hidden-mobile {
    display: none;
  }
}
.box--lost-and-found {
  position: relative;
  overflow: hidden;
}
.box--lost-and-found .box__padding {
  position: relative;
  z-index: 1;
}
.box--lost-and-found__underlay {
  z-index: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  position: absolute;
  top: -50px;
  right: -50px;
}
.box--lost-and-found__underlay svg {
  width: 270px;
  height: 270px;
  fill: #ffa323;
}
.box--telefon__container {
  display: flex;
  align-items: flex-start;
}
.box--telefon__icon {
  margin-right: 10px;
}
.box--telefon__icon svg {
  width: 45px;
  height: 45px;
  fill: #ef8b00;
}
.citizen-info__grid {
  margin: 0 -1%;
}
.citizen-info__grid__entry {
  margin-top: 0;
  margin-bottom: 0;
}
.citizen-info .box {
  margin-bottom: 20px;
}
.bulleted-list {
  list-style: none;
  padding-left: 0;
  max-width: calc((1280px - 2 * 55px) * 0.7);
}
.bulleted-list__item {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.bulleted-list__item::before {
  margin: 6px 8px 0 0;
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  min-width: 5px;
  background: #ef8b00;
}
.bulleted-list__item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1000px) {
  .bulleted-list {
    margin-left: 100px;
  }
}
/* stylelint-disable selector-no-qualifying-type */
ul.bulleted-list li a {
  color: #ef8b00;
}
ul.bulleted-list li a:hover {
  color: #f29a20;
}
.frame-type-bullets .text .text-wrapper p a {
  color: #ef8b00;
}
.frame-type-bullets .text .text-wrapper p a:hover {
  color: #f29a20;
}
/* stylelint-enable selector-no-qualifying-type */
.numbered-list {
  counter-reset: item;
  list-style: none;
  padding-left: 0;
  max-width: calc((1280px - 2 * 55px) * 0.7);
}
.numbered-list__item {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.25em;
  counter-increment: item;
}
.numbered-list__item::before {
  content: counter(item) '.';
  margin-right: 8px;
  font-weight: bold;
  display: block;
}
.numbered-list__item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1000px) {
  .numbered-list {
    margin-left: 100px;
  }
}
.form__actions {
  display: flex;
  justify-content: flex-end;
}
.form__actions--left {
  justify-content: flex-start;
}
.label {
  display: block;
  margin-bottom: 15px;
}
.label__name {
  margin-bottom: 5px;
  color: #333333;
}
.label__error {
  color: #ef8b00;
  display: flex;
  align-items: center;
  margin-top: 5px;
  font-style: italic;
}
.label__error-icon {
  margin-right: 10px;
}
.label__error-icon svg {
  width: 20px;
  height: 20px;
  fill: #ef8b00;
}
@media screen and (min-width: 800px) {
  .label {
    margin-bottom: 30px;
  }
}
.input {
  font-family: 'PT Sans', sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-size: 16px;
  color: #283853;
  display: inline-block;
  width: 100%;
  outline: none;
  border: 1px solid #cccccc;
  height: 40px;
  padding: 0 10px;
}
.input.input--with-button {
  border-right: none;
}
.input-with-button {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.input-with-button .input {
  border-right: none;
}
.textarea {
  font-family: 'PT Sans', sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-size: 16px;
  color: #283853;
  display: inline-block;
  width: 100%;
  outline: none;
  border: 1px solid #cccccc;
  padding: 10px;
}
.textarea__vertical-resizeable {
  font-family: 'PT Sans', sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-size: 16px;
  color: #283853;
  display: inline-block;
  width: 100%;
  outline: none;
  border: 1px solid #cccccc;
  resize: vertical;
  padding: 10px;
}
.textarea__small {
  height: 100px;
  width: 300px;
}
.multi-dropdown {
  font-family: 'PT Sans', sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-size: 16px;
  color: #283853;
  display: inline-block;
  width: 100%;
  outline: none;
  border: 1px solid #cccccc;
  height: 40px;
  padding: 0 10px;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 30px;
  background: #dadde1;
}
.multi-dropdown.multi-dropdown--with-button {
  border-right: none;
}
.multi-dropdown--opened .multi-dropdown__dropdown {
  display: block;
}
.multi-dropdown--opened .multi-dropdown__icon--up {
  display: block;
}
.multi-dropdown--opened .multi-dropdown__icon--down {
  display: none;
}
.multi-dropdown__icon {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 24px;
}
.multi-dropdown__icon--up {
  display: none;
}
.multi-dropdown__icon svg {
  width: 100%;
  height: 100%;
}
.multi-dropdown__dropdown {
  display: none;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-top: none;
  position: absolute;
  top: 100%;
  left: -1px;
  right: -1px;
  z-index: 3;
}
.multi-dropdown__entry {
  padding: 5px 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.multi-dropdown__entry:first-child {
  margin-top: 5px;
}
.multi-dropdown__entry:last-child {
  margin-bottom: 5px;
}
.multi-dropdown__checkbox {
  margin-right: 5px;
}
.multi-dropdown__subheading {
  background: #dadde1;
  padding: 5px 10px;
}
.datepicker {
  position: relative;
}
.datepicker__icon {
  position: absolute;
  right: 12px;
  bottom: 0;
  top: 0;
  height: 18px;
  width: 18px;
  margin: auto;
}
.datepicker__icon svg {
  fill: #a9afba;
  width: 100%;
  height: 100%;
}
.container {
  display: inline-block;
  padding-right: 15px;
  margin-right: 15px;
  text-align: left;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 17px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.container input:checked ~ .checkmark {
  background-color: #f1f3f4;
}
.container input:checked ~ .checkmark::after {
  display: block;
}
.container:hover input ~ .checkmark {
  background-color: #e5e5e5;
}
.container .checkmark::after {
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c4c4c4;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid #cccccc;
}
.checkmark::after {
  content: '';
  position: absolute;
  display: none;
}
.form-check-label span {
  margin-left: 5px;
}
select[class^="input non-clickable"] {
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
  /* For IE10 */
}
select[class^="input non-clickable"]::-ms-expand {
  display: none;
}
.contenttable {
  /* stylelint-disable-next-line property-blacklist */
  float: none;
  /* stylelint-disable selector-no-qualifying-type */
  /* stylelint-enable selector-no-qualifying-type */
}
.contenttable td {
  vertical-align: top;
  padding-left: 10px;
}
.contenttable td:first-child {
  padding-left: 0;
}
.contenttable th {
  vertical-align: top;
  padding-left: 10px;
}
.contenttable th:first-child {
  padding-left: 0;
}
.gallery {
  max-width: calc((1280px - 2 * 55px) * 0.7);
}
.gallery .swiper-button-prev,
.gallery .swiper-button-next {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.gallery .swiper-button-prev .swiper-button-pirna svg,
.gallery .swiper-button-next .swiper-button-pirna svg {
  fill: #ef8b00;
}
.gallery .gallery__overview .image-caption {
  display: none;
}
.gallery__copyright {
  font-size: 12px;
}
.gallery .video {
  position: relative;
}
.gallery .video-preview__play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 125px;
  height: 125px;
  stroke: #ef8b00;
}
.gallery .video-preview__play-icon--hidden {
  display: none;
}
.gallery .video--thumbnail .video-preview__play-icon {
  width: 36px;
  height: 36px;
}
.gallery .video-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.gallery .video-embed--hidden {
  display: none;
}
.gallery .video-embed > iframe {
  width: 100%;
  height: 100%;
}
.gallery__current .video-preview img {
  width: 100%;
  height: auto;
}
.solr-pagination {
  text-align: center;
}
.solr-pagination ul {
  display: flex;
  justify-content: center;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.solr-pagination ul .active {
  font-weight: bold;
}
.solr-pagination ul li {
  margin-left: 10px;
}
.solr-pagination ul li:first-child {
  margin-left: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* all fixes for IE11 */
  .box__heading-container {
    display: block;
  }
  .news-teaser__info.box__padding {
    display: block;
  }
  .box--autogrow {
    overflow: auto;
  }
  .citizen-info__grid__entry .box--autogrow {
    overflow: hidden;
  }
  .hero-teaser__content {
    word-break: keep-all;
    max-width: 143px;
  }
  .box__heading-container .content-block__header .font--h2 {
    text-align: left;
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*!
 * 
 *         SimpleBar.js - v2.6.1
 *         Scrollbars, simpler.
 *         https://grsmto.github.io/simplebar/
 *         
 *         Made by Adrien Grsmto from a fork by Jonathan Nicol
 *         Under MIT License
 *       
 */
[data-simplebar] {
    position: relative;
    z-index: 0;
    overflow: hidden!important;
    max-height: inherit;
    -webkit-overflow-scrolling: touch; /* Trigger native scrolling for mobile, if not supported, plugin is used. */
}

[data-simplebar="init"] {
    display: flex;
}

.simplebar-scroll-content {
    overflow-x: hidden!important;
    overflow-y: scroll;
    min-width: 100%!important;
    max-height: inherit!important;
    box-sizing: content-box!important;
}

.simplebar-content {
    overflow-y: hidden!important;
    overflow-x: scroll;
    box-sizing: border-box!important;
    min-height: 100%!important;
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 11px;
}

.simplebar-scrollbar {
    position: absolute;
    right: 2px;
    width: 7px;
    min-height: 10px;
}

.simplebar-scrollbar:before {
    position: absolute;
    content: "";
    background: black;
    border-radius: 7px;
    left: 0;
    right: 0;
    opacity: 0;
    transition: opacity 0.2s linear;
}

.simplebar-track:hover .simplebar-scrollbar:before,
.simplebar-track .simplebar-scrollbar.visible:before {
    /* When hovered, remove all transitions from drag handle */
    opacity: 0.5;
    transition: opacity 0 linear;
}

.simplebar-track.vertical {
    top: 0;
}

.simplebar-track.vertical .simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px;
}

.simplebar-track.horizontal {
    left: 0;
    width: auto;
    height: 11px;
}

.simplebar-track.horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px;
}

.horizontal.simplebar-track .simplebar-scrollbar {
    right: auto;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto;
}



.box-shadow {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptsans/v12/jizaRExUiTo99u79D0KEwA.ttf) format('truetype');
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptsans/v12/jizfRExUiTo99u79B_mh0O6tKA.ttf) format('truetype');
}
@font-face {
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptserif/v12/EJRVQgYoZZY2vCFuvAFWzro.ttf) format('truetype');
}
.font--float-1 {
  font-family: 'PT Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}
.font--float-2 {
  font-family: 'PT Sans', sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.font--float-2-bold {
  font-family: 'PT Sans', sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
}
.font--h1 {
  font-family: 'PT Serif', serif;
  font-weight: normal;
  font-size: 1.875rem;
  line-height: 2.375rem;
}
.font--h1--slimmer {
  font-family: 'PT Serif', serif;
  font-weight: normal;
  font-size: 1.875rem;
  line-height: 2.375rem;
  line-height: 2.25rem;
}
.font--h2 {
  font-family: 'PT Serif', serif;
  font-weight: normal;
  font-size: 1.375rem;
  line-height: 1.875rem;
}
.font--h2--bigger {
  font-family: 'PT Serif', serif;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 2rem;
}
.font--h3 {
  font-family: 'PT Serif', serif;
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 1.625rem;
}
.font--h3--bigger {
  font-family: 'PT Serif', serif;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.font--h3-sans {
  font-family: 'PT Serif', serif;
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-family: 'PT Sans', sans-serif;
}
.font--h--with-icon {
  display: flex;
}
.font--h--with-icon .icon {
  align-items: center;
}
.font--h--with-icon svg {
  margin-right: 0.5em;
  width: 1em;
  height: 1em;
}
.font--sub {
  font-family: 'PT Sans', sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
}
.font--h--left {
  /* stylelint-disable-next-line declaration-no-important */
  text-align: left !important;
}
.font--h--center {
  /* stylelint-disable-next-line declaration-no-important */
  text-align: center !important;
}
.dotted-border-bottom {
  background-image: linear-gradient(to right, #000000 33%, rgba(255, 255, 255, 0) 0%);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  background-position: bottom;
}
.dotted-border-top {
  background-image: linear-gradient(to right, #000000 33%, rgba(255, 255, 255, 0) 0%);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  background-position: top;
}
.spacing-top--large {
  margin-top: 20px;
}
.spacing-bottom--large {
  margin-bottom: 20px;
}
.spacing-top--medium {
  margin-top: 15px;
}
.spacing-bottom--medium {
  margin-bottom: 15px;
}
.spacing-bottom--10 {
  margin-bottom: 10px;
}
.spacing-top--small {
  margin-top: 5px;
}
.spacing-bottom--small {
  margin-bottom: 5px;
}
/**
 * Swiper 4.5.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 13, 2019
 */
.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform;transition-property:transform,-webkit-transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform;transition-property:transform,-webkit-transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:height,-webkit-transform;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s top,.2s -webkit-transform;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s left,.2s -webkit-transform;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s right,.2s -webkit-transform;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}
.hero-slider {
  position: relative;
}
@media screen and (min-width: 600px) {
  .hero-slider--with-copyright {
    margin-bottom: calc(-1.23rem - 15px);
  }
}
.regular-slider {
  position: relative;
}
.regular-slider .swiper-container {
  padding: 5px;
}
.regular-slider .swiper-button-prev,
.regular-slider .swiper-button-next {
  width: 50px;
}
.regular-slider .swiper-button-prev .icon,
.regular-slider .swiper-button-next .icon {
  margin-left: -10px;
  margin-top: -10px;
}
.regular-slider .swiper-button-prev svg,
.regular-slider .swiper-button-next svg {
  fill: #ef8b00;
}
.regular-slider .swiper-button-prev {
  left: 0;
}
.regular-slider .swiper-button-next {
  right: 0;
}
@media screen and (min-width: 1000px) {
  .regular-slider .swiper-button-next {
    right: -55px;
  }
  .regular-slider .swiper-button-prev {
    left: -55px;
  }
}
.regular-slider--disabled-on-mobile .hidden-mobile {
  display: none;
}
@media screen and (min-width: 600px) {
  .regular-slider--disabled-on-mobile .hidden-mobile {
    display: block;
  }
}
.regular-slider--disabled-on-mobile .visible-mobile {
  display: block;
}
@media screen and (min-width: 600px) {
  .regular-slider--disabled-on-mobile .visible-mobile {
    display: none;
  }
}
.swiper-button-prev,
.swiper-button-next {
  top: 0;
  bottom: 0;
  margin-top: 0;
  height: auto;
  display: flex;
  align-items: center;
  background: transparent;
}
.swiper-button-prev .icon,
.swiper-button-next .icon {
  display: block;
  margin-left: -20px;
  margin-top: -10px;
}
.swiper-button-prev:focus,
.swiper-button-next:focus {
  outline: none;
  border: none;
  box-shadow: none;
  pointer-events: none;
}
.swiper-button-prev:focus .icon,
.swiper-button-next:focus .icon {
  pointer-events: all;
  position: relative;
}
.swiper-button-prev:focus .icon::after,
.swiper-button-next:focus .icon::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 12% 16%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.8) 33%, rgba(255, 255, 255, 0) 0%) top / 4px 1px repeat-x, linear-gradient(to right, rgba(255, 255, 255, 0.8) 33%, rgba(255, 255, 255, 0) 0%) bottom / 4px 1px repeat-x, linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 33%, rgba(255, 255, 255, 0) 0%) left / 1px 4px repeat-y, linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 33%, rgba(255, 255, 255, 0) 0%) right / 1px 4px repeat-y;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  fill: #ffffff;
}
.swiper-pagination-bullet {
  width: 10%;
  max-width: 90px;
  margin: 0 5px;
  height: 10px;
  border-radius: 0;
  position: relative;
  background: transparent;
}
.swiper-pagination-bullet::after {
  content: '';
  position: absolute;
  height: 3px;
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: #ef8b00;
}
@media screen and (min-width: 600px) {
  .swiper-pagination-bullet::after {
    background: #ffffff;
  }
}
.swiper-pagination-bullets {
  left: 0;
  width: 100%;
  bottom: -15px;
}
@media screen and (min-width: 600px) {
  .swiper-pagination-bullets {
    bottom: 15px;
  }
}
.swiper-button-disabled {
  display: none;
}


.box-shadow {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptsans/v12/jizaRExUiTo99u79D0KEwA.ttf) format('truetype');
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptsans/v12/jizfRExUiTo99u79B_mh0O6tKA.ttf) format('truetype');
}
@font-face {
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptserif/v12/EJRVQgYoZZY2vCFuvAFWzro.ttf) format('truetype');
}
.font--float-1 {
  font-family: 'PT Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}
.font--float-2 {
  font-family: 'PT Sans', sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.font--float-2-bold {
  font-family: 'PT Sans', sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
}
.font--h1 {
  font-family: 'PT Serif', serif;
  font-weight: normal;
  font-size: 1.875rem;
  line-height: 2.375rem;
}
.font--h1--slimmer {
  font-family: 'PT Serif', serif;
  font-weight: normal;
  font-size: 1.875rem;
  line-height: 2.375rem;
  line-height: 2.25rem;
}
.font--h2 {
  font-family: 'PT Serif', serif;
  font-weight: normal;
  font-size: 1.375rem;
  line-height: 1.875rem;
}
.font--h2--bigger {
  font-family: 'PT Serif', serif;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 2rem;
}
.font--h3 {
  font-family: 'PT Serif', serif;
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 1.625rem;
}
.font--h3--bigger {
  font-family: 'PT Serif', serif;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.font--h3-sans {
  font-family: 'PT Serif', serif;
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-family: 'PT Sans', sans-serif;
}
.font--h--with-icon {
  display: flex;
}
.font--h--with-icon .icon {
  align-items: center;
}
.font--h--with-icon svg {
  margin-right: 0.5em;
  width: 1em;
  height: 1em;
}
.font--sub {
  font-family: 'PT Sans', sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
}
.font--h--left {
  /* stylelint-disable-next-line declaration-no-important */
  text-align: left !important;
}
.font--h--center {
  /* stylelint-disable-next-line declaration-no-important */
  text-align: center !important;
}
.dotted-border-bottom {
  background-image: linear-gradient(to right, #000000 33%, rgba(255, 255, 255, 0) 0%);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  background-position: bottom;
}
.dotted-border-top {
  background-image: linear-gradient(to right, #000000 33%, rgba(255, 255, 255, 0) 0%);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  background-position: top;
}
.spacing-top--large {
  margin-top: 20px;
}
.spacing-bottom--large {
  margin-bottom: 20px;
}
.spacing-top--medium {
  margin-top: 15px;
}
.spacing-bottom--medium {
  margin-bottom: 15px;
}
.spacing-bottom--10 {
  margin-bottom: 10px;
}
.spacing-top--small {
  margin-top: 5px;
}
.spacing-bottom--small {
  margin-bottom: 5px;
}
.event-teaser {
  height: 300px;
  /* stylelint-disable declaration-no-important */
  /* stylelint-enable declaration-no-important */
}
.event-teaser__uppercase {
  text-transform: uppercase;
}
.event-teaser__top {
  height: 150px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.event-teaser__image {
  position: absolute;
  background-position: center;
  background-size: cover;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 150px;
  z-index: 1;
}
.event-teaser__date {
  position: absolute;
  text-align: center;
  z-index: 2;
  top: 0;
  left: 18px;
  bottom: 0;
  width: 46px;
  background: rgba(40, 56, 83, 0.9);
  color: #ffffff;
  padding-top: 8px;
}
.event-teaser__box {
  height: 150px;
}
.event-teaser__info {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.event-teaser__name {
  max-height: 78px;
  overflow: hidden;
}
.event-teaser__time {
  display: flex;
  align-items: center;
}
.event-teaser__time-icon {
  margin-right: 10px;
}
.event-teaser__time-icon svg {
  width: 17px;
  height: 17px;
}
@media screen and (max-width: 999px) {
  .event-teaser__wrapper {
    width: 92% !important;
    margin-left: 4% !important;
  }
}
@media screen and (max-width: 599px) {
  .event-teaser__wrapper {
    width: 90% !important;
    margin-left: 5% !important;
  }
}
@media screen and (max-width: 999px) {
  .event-teaser__swiper-previous {
    left: -10px !important;
  }
}
@media screen and (max-width: 999px) {
  .event-teaser__swiper-next {
    right: -10px !important;
  }
}
.event-teaser--highlighted .event-teaser__date {
  background: rgba(239, 139, 0, 0.9);
  color: #283853;
}
.regular-slider .swiper-slide {
  height: auto;
}
@media screen and (min-width: 600px) and (max-width: 799px) {
  .regular-slider {
    width: 92%;
    margin-left: 4%;
  }
}
.news-teaser {
  display: flex;
  align-items: stretch;
  height: 100%;
  /* stylelint-disable declaration-no-important */
  /* stylelint-enable declaration-no-important */
}
@media screen and (max-width: 599px) {
  .news-teaser {
    width: 90%;
    margin-left: 5%;
  }
}
@media screen and (max-width: 599px) {
  .news-teaser__swiper-previous {
    left: -15px !important;
  }
}
@media screen and (min-width: 600px) and (max-width: 799px) {
  .news-teaser__swiper-previous {
    left: -40px !important;
  }
}
@media screen and (min-width: 800px) and (max-width: 999px) {
  .news-teaser__swiper-previous {
    left: -45px !important;
  }
}
@media screen and (max-width: 599px) {
  .news-teaser__swiper-next {
    right: -17px !important;
  }
}
@media screen and (min-width: 600px) and (max-width: 799px) {
  .news-teaser__swiper-next {
    right: -40px !important;
  }
}
@media screen and (min-width: 800px) and (max-width: 999px) {
  .news-teaser__swiper-next {
    right: -45px !important;
  }
}
.news-teaser__left {
  flex-basis: 150px;
  position: relative;
  overflow: hidden;
}
.news-teaser__info {
  flex-direction: column;
  display: flex;
}
.news-teaser__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.news-teaser__name {
  overflow: hidden;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
  max-height: 80px;
}
.news-teaser .news-teaser__name.font--h3.spacing-bottom--medium {
  margin-top: 0;
}
.news-teaser__meta .icon {
  margin-right: 10px;
}
.news-teaser__meta .icon svg {
  width: 17px;
  height: 17px;
}
.news-teaser__meta .icon__label {
  margin-right: 10px;
}
.highlight-teaser {
  margin-bottom: 1px;
  height: 65px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  display: none;
}
.highlight-teaser__name {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 600px) {
  .highlight-teaser__name .font--h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.highlight-teaser__icon {
  margin-right: 10px;
}
.highlight-teaser__icon svg {
  fill: #ef8b00;
  width: 25px;
  height: 25px;
}
.highlight-teaser__overlay {
  padding: 0 20px;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #283853;
  color: #ffffff;
  text-align: center;
  -webkit-transform: translateY(100%) translateY(-65px);
          transform: translateY(100%) translateY(-65px);
  transition: all 0.3s cubic-bezier(0.23, 0.72, 0.7, 1);
  will-change: transform;
}
@media screen and (min-width: 600px) {
  .highlight-teaser {
    margin-bottom: 0;
    height: 240px;
    display: block;
  }
  .highlight-teaser:hover .highlight-teaser__overlay {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    padding-top: 20px;
    background: rgba(40, 56, 83, 0.9);
  }
  .highlight-teaser__divider {
    height: 1px;
    border: none;
    background: #ffffff;
    margin: 0 auto;
    width: 100px;
  }
}
.grid--3 .highlight-teaser--mobile {
  margin-bottom: 1px;
}
.highlight-teaser--mobile {
  display: block;
  margin-bottom: 2px;
}
.highlight-teaser--mobile .highlight-teaser__overlay {
  display: flex;
  align-items: center;
}
.highlight-teaser--mobile .highlight-teaser__name {
  margin: auto;
}
@media screen and (min-width: 600px) {
  .highlight-teaser--mobile {
    display: none;
  }
}
.big-teaser {
  position: relative;
  height: 400px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width: 600px) {
  .big-teaser {
    height: 440px;
  }
}
.big-teaser__name {
  color: #ffffff;
  display: block;
}
.big-teaser__theme {
  color: #ef8b00;
}
.big-teaser__overlay {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  padding: 0 60px 0 30px;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  background: rgba(40, 56, 83, 0.7);
  color: #ffffff;
}
@media screen and (min-width: 600px) {
  .big-teaser__overlay {
    width: 340px;
    left: 55px;
    padding: 0 40px;
    background: rgba(40, 56, 83, 0.9);
  }
}
.big-teaser__overlay__content {
  width: 100%;
}
.big-teaser__description {
  max-height: 156px;
  overflow: hidden;
}
.big-teaser--righty {
  background-color: #000000;
}
@media screen and (min-width: 600px) {
  .big-teaser--righty .big-teaser__overlay {
    right: 55px;
    left: auto;
  }
}
.hero-teaser {
  position: relative;
  height: 250px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}
.hero-teaser__name {
  color: #ffffff;
  display: block;
}
.hero-teaser__theme {
  color: #ef8b00;
}
.hero-teaser__overlay {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  padding: 10px;
  bottom: 0;
  display: flex;
  justify-content: center;
  background: rgba(40, 56, 83, 0.9);
  color: #ffffff;
  text-align: center;
}
.hero-teaser__description {
  max-height: 199px;
  overflow: hidden;
  line-height: 22px;
}
.hero-teaser__hidden-mobile {
  display: none;
}
@media screen and (min-width: 800px) {
  .hero-teaser {
    height: 440px;
  }
  .hero-teaser__hidden-mobile {
    display: block;
  }
  .hero-teaser__overlay {
    text-align: left;
    height: 100%;
    width: 174px;
    left: 55px;
    padding: 40px 15px 15px 15px;
  }
  .hero-teaser__name {
    margin-bottom: 20px;
  }
  .hero-teaser__content {
    max-width: calc(100% - 1px);
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    word-break: break-word;
  }
}


.event-calendar__float-right {
  margin-top: 20px;
}
@media screen and (min-width: 600px) {
  .event-calendar__float-right {
    position: absolute;
    right: 0;
    top: 0;
  }
}
.event-calendar__icon-in-same-line {
  display: inline-block;
}
.event-calendar__icon-active svg {
  fill: #ef8b00;
}
.event-calendar__icon-white svg {
  fill: #ffffff;
}
.event-calendar-filters {
  padding: 40px 30px;
}
.event-calendar-filters__inputs {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 600px) {
  .event-calendar-filters__inputs {
    flex-direction: row;
  }
}
.event-calendar-filters__name {
  flex: 3;
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) {
  .event-calendar-filters__name {
    margin-bottom: 0;
    width: auto;
    margin-right: 20px;
  }
}
.event-calendar-filters__category {
  flex: 2;
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) {
  .event-calendar-filters__category {
    margin-bottom: 0;
    width: auto;
    margin-right: 20px;
  }
}
.event-calendar-filters__from,
.event-calendar-filters__to {
  flex: 1;
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) {
  .event-calendar-filters__from,
  .event-calendar-filters__to {
    margin-bottom: 0;
    width: auto;
    margin-right: 20px;
  }
}
.event-calendar-filters__submit {
  width: 100%;
}
.event-calendar-filters__submit .button {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .event-calendar-filters__submit {
    width: auto;
  }
  .event-calendar-filters__submit .button {
    width: auto;
  }
}
.events-calendar-map {
  height: 860px;
  position: relative;
  background: #dadde1;
  /* stylelint-disable declaration-no-important */
  /* stylelint-enable declaration-no-important */
}
.events-calendar-map__list {
  position: absolute;
  top: 15px;
  left: 15px;
  bottom: 15px;
  width: 280px;
}
@media screen and (max-width: 799px) {
  .events-calendar-map__list {
    display: none;
  }
}
.events-calendar-map__entry {
  margin-bottom: 2px;
}
.events-calendar-map__entry .dotdotdot {
  max-height: 6em;
  overflow: hidden;
}
.events-calendar-map__iframe {
  height: 100%;
  width: 100%;
}
.events-calendar-map__slider {
  margin-bottom: 15px;
}
@media screen and (min-width: 800px) {
  .events-calendar-map__slider {
    display: none;
  }
}
.events-calendar-map__slider .box {
  box-shadow: none;
}
.events-calendar-map__slider .box--blue {
  background: #283853 !important;
}
.events-calendar-map__slider .box__padding {
  padding: 15px 50px;
  height: 175px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.events-calendar-map__slider .swiper-container {
  padding: 0 !important;
}
.events-calendar-map__slider .swiper-button-next .icon {
  margin-top: 0 !important;
}
.events-calendar-map__slider .swiper-button-prev .icon {
  margin-top: 0 !important;
}


