@charset "UTF-8";
/*
	HTML5 Reset :: style.css
    https://github.com/murtaugh/HTML5-Reset/blob/master/assets/css/reset.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:
	Eric Meyer					:: http://meyerweb.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com
-------------------------------------------------------------------------------*/
/* Let's default this puppy out
-------------------------------------------------------------------------------*/
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent; }

main, article, aside, figure, footer, header, nav, section, details, summary {
  display: block; }

/* Handle box-sizing while better addressing child elements:
   http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
  box-sizing: border-box; }

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

/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */
/* Responsive images and other embedded objects */
/* if you don't have full control over `img` tags (if you have to overcome attributes), consider adding height: auto */
img,
object,
embed {
  max-width: 100%; }

/*
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
	In fact, it *will* cause problems with Google Maps' controls at small size.
	If this is the case for you, try uncommenting the following:
#map img {
		max-width: none;
}
*/
/* force a vertical scrollbar to prevent a jumpy page */
html {
  overflow-y: scroll; }

/* we use a lot of ULs that aren't bulleted.
	you'll have to restore the bullets within content,
	which is fine because they're probably customized anyway */
ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }

/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: separate;
  border-spacing: 0; }

th {
  font-weight: bold;
  vertical-align: bottom; }

td {
  font-weight: normal;
  vertical-align: top; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */ }

input[type="radio"] {
  vertical-align: text-bottom; }

input[type="checkbox"] {
  vertical-align: bottom; }

.ie7 input[type="checkbox"] {
  vertical-align: baseline; }

.ie6 input {
  vertical-align: text-bottom; }

select, input, textarea {
  font: 99% sans-serif; }

table {
  font-size: inherit;
  font: 100%; }

small {
  font-size: 85%; }

strong {
  font-weight: bold; }

td, td img {
  vertical-align: top; }

/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* standardize any monospaced elements */
pre, code, kbd, samp {
  font-family: monospace, sans-serif; }

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
  margin: 0; }

/* make buttons play nice in IE */
button,
input[type=button] {
  width: auto;
  overflow: visible; }

/* scale images in IE7 more attractively */
.ie7 img {
  -ms-interpolation-mode: bicubic; }

/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/
/* let's clear some floats */
.clearfix:after {
  content: " ";
  display: block;
  clear: both; }

a {
  text-decoration: none; }

.kbpreview1234 {
  font-size: 18px;
  line-height: 32px;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px 30px 10px 20px;
  z-index: 1000000;
  width: auto;
  opacity: 0.0;
  transition: opacity 300ms ease-out;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15); }
  @media (max-width: 1040px) {
    .kbpreview1234 {
      font-size: 14px;
      line-height: 24px; } }
  .kbpreview1234:hover {
    background: rgba(0, 0, 0, 0.8);
    opacity: 1; }
    .kbpreview1234:hover > a {
      color: white; }
  .kbpreview1234 .kblinks1234 > a {
    display: block;
    text-decoration: none;
    color: #ccc; }
    .kbpreview1234 .kblinks1234 > a:hover {
      text-decoration: underline; }
    .kbpreview1234 .kblinks1234 > a.disabled {
      color: #666;
      cursor: inherit; }
      .kbpreview1234 .kblinks1234 > a.disabled:hover {
        text-decoration: none; }
  .kbpreview1234 .kblinks1234:not(.active) {
    display: none; }
  .kbpreview1234.closed {
    padding-left: 0;
    padding-right: 0;
    width: 10px; }
    .kbpreview1234.closed .kblinks1234 > a {
      width: 0;
      overflow: hidden; }
    .kbpreview1234.closed .kbnav1234 {
      width: 0;
      overflow: hidden; }
  .kbpreview1234 .kbfader1234 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 10px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.4); }
    .kbpreview1234 .kbfader1234:hover {
      background: rgba(0, 0, 0, 0.6); }
  .kbpreview1234 .kbnav1234 {
    padding-bottom: 10px; }
    .kbpreview1234 .kbnav1234 > div {
      display: inline-block;
      border: 1px #444 solid;
      background: #222;
      width: 40px;
      text-align: center;
      font-weight: bold;
      color: #ccc; }
      .kbpreview1234 .kbnav1234 > div:hover {
        color: #fff;
        background: #333;
        cursor: pointer; }
      .kbpreview1234 .kbnav1234 > div.active {
        background: #600; }
  .kbpreview1234 .check {
    color: #0a0;
    font-weight: bold; }
  .kbpreview1234 .kbsplit1234 {
    margin-top: 5px;
    padding-top: 3px;
    border-top: 2px rgba(255, 255, 255, 0.2) solid; }
    .kbpreview1234 .kbsplit1234:first-child {
      border-top: none; }

.kbclickhighlight1234 {
  background-color: khaki;
  position: relative; }
  .kbclickhighlight1234::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.8);
    font-weight: bold;
    padding: 5px;
    color: black;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    border: 2px rgba(0, 0, 0, 0.8) solid;
    content: attr(title); }

/*
*[title]:hover {
    position: relative;
    &::after {
         z-index:            200000000;
         position:           absolute;
         top:                50%;
         left:               50%;
         transform:          translate(-50%, -50%);
         background-color:   rgba(255, 255, 255, 0.8);
         font-weight:        bold;
         padding:            5px;
         color:            black;
         font-size:          14px;
         line-height:        18px;
         text-transform:     uppercase;
         border:             2px rgba(0, 0, 0, 0.4) solid;
         content:            attr(title);
         pointer-events:     none;
    }
} */
:root {
  --pagebg: #ffffff; }

@media (max-width: 1040px) {
  .desktop-only {
    display: none !important; } }

@media (min-width: 1041px) {
  .mobile-only {
    display: none !important; } }

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

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

.align-right {
  text-align: right; }
  .align-right > * {
    text-align: left; }

html, body {
  scroll-behavior: smooth;
  scroll-padding-top: 215px; }
  @media (max-width: 1040px) {
    html, body {
      scroll-padding-top: 80px; } }
  @media (max-width: 480px) {
    html, body {
      scroll-padding-top: 80px; } }

body {
  font-size: 1.125rem;
  line-height: 1.4;
  background-color: var(--pagebg);
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media (max-width: 1040px) {
    body {
      font-size: 1.125rem; } }
  @media (max-width: 480px) {
    body {
      font-size: 1.125rem; } }
  @media (max-width: 1040px) {
    body {
      line-height: 1.4; } }
  @media (max-width: 480px) {
    body {
      line-height: 1.4; } }
  body.menu-open, body.modal-popup {
    overflow: hidden; }

main, header, footer, .banner, .kbcookie-outer, .welcome {
  font-family: "Source Sans 3", "Helvetica", "Arial", sans-serif;
  color: #4d4d4d; }

.frame {
  width: 100%;
  max-width: calc(1200px + 2*1.5rem);
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

main > .content {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  margin-top: 70px;
  margin-bottom: 130px; }
  @media (max-width: 1040px) {
    main > .content {
      flex-direction: column; } }
  @media (max-width: 480px) {
    main > .content {
      flex-direction: column; } }
  @media (max-width: 1040px) {
    main > .content {
      margin-top: 30px; } }
  @media (max-width: 480px) {
    main > .content {
      margin-top: 30px; } }
  @media (max-width: 1040px) {
    main > .content {
      margin-bottom: 65px; } }
  @media (max-width: 480px) {
    main > .content {
      margin-bottom: 65px; } }
  main > .content > section {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    width: calc(85% - 310px); }
    @media (max-width: 1040px) {
      main > .content > section {
        margin-bottom: 3.75rem; } }
    @media (max-width: 480px) {
      main > .content > section {
        margin-bottom: 3.75rem; } }
    @media (max-width: 1040px) {
      main > .content > section {
        width: 100%; } }
    @media (max-width: 480px) {
      main > .content > section {
        width: 100%; } }
    main > .content > section:first-child:last-child {
      width: 100%; }
  main > .content > aside {
    width: 280px;
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr;
    align-self: start; }
    @media (max-width: 1040px) {
      main > .content > aside {
        width: 100%; } }
    @media (max-width: 480px) {
      main > .content > aside {
        width: 100%; } }
    @media (max-width: 1040px) {
      main > .content > aside {
        align-self: start; } }
    @media (max-width: 480px) {
      main > .content > aside {
        align-self: start; } }
  main > .content.double-aside > section {
    width: calc(100% - 620px); }
    @media (max-width: 1040px) {
      main > .content.double-aside > section {
        width: 100%; } }
    @media (max-width: 480px) {
      main > .content.double-aside > section {
        width: 100%; } }
  main > .content.double-aside > aside {
    grid-template-columns: 1fr 1fr;
    width: 590px; }
    @media (max-width: 1040px) {
      main > .content.double-aside > aside {
        grid-template-columns: 1fr; } }
    @media (max-width: 480px) {
      main > .content.double-aside > aside {
        grid-template-columns: 1fr; } }
    @media (max-width: 1040px) {
      main > .content.double-aside > aside {
        width: 100%; } }
    @media (max-width: 480px) {
      main > .content.double-aside > aside {
        width: 100%; } }

main, .scenery {
  margin-top: 215px; }
  @media (max-width: 1040px) {
    main, .scenery {
      margin-top: 80px; } }
  @media (max-width: 480px) {
    main, .scenery {
      margin-top: 80px; } }

.scenery + main {
  margin-top: 0; }

*:not(input).button {
  cursor: pointer; }

.side-menu {
  font-size: 1.125rem;
  line-height: 1.4;
  font-family: "Source Sans 3", "Helvetica", "Arial", sans-serif;
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1000;
  width: 72px;
  background: white;
  box-shadow: 0px 3px 6px #00000029;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 11px 0; }
  @media (max-width: 1040px) {
    .side-menu {
      font-size: 1.125rem; } }
  @media (max-width: 480px) {
    .side-menu {
      font-size: 1.125rem; } }
  @media (max-width: 1040px) {
    .side-menu {
      line-height: 1.4; } }
  @media (max-width: 480px) {
    .side-menu {
      line-height: 1.4; } }
  @media (max-width: 1040px) {
    .side-menu {
      display: none; } }
  .side-menu .side-menu-item {
    margin: 11px 0;
    position: relative;
    overflow: visible;
    width: 100%;
    display: flex;
    justify-content: center; }
    .side-menu .side-menu-item a {
      display: block; }
      .side-menu .side-menu-item a svg {
        color: #cecece;
        width: 30px;
        height: auto;
        transition-duration: 250ms;
        transition-timing-function: ease-out;
        transition-property: color; }
    .side-menu .side-menu-item .side-menu-item-hint {
      visibility: hidden;
      opacity: 0;
      position: absolute;
      top: 0;
      right: 100%;
      bottom: 0;
      white-space: nowrap;
      align-items: center;
      display: flex;
      letter-spacing: 0px;
      color: #ffffff;
      padding: 0 15px 0 0;
      transition-duration: 250ms;
      transition-timing-function: ease-out;
      transition-property: opacity; }
      .side-menu .side-menu-item .side-menu-item-hint-text {
        margin: 5px 0;
        padding: 0.2em 25px;
        background: #e2001a; }
    .side-menu .side-menu-item:hover .side-menu-item-hint {
      visibility: visible;
      opacity: 1; }
    .side-menu .side-menu-item:hover svg {
      color: #e2001a; }

header {
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 215px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 3px 6px #00000029; }
  @media (max-width: 1040px) {
    header {
      height: 80px; } }
  @media (max-width: 480px) {
    header {
      height: 80px; } }
  header .top, header .bottom {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center; }
  header .top {
    justify-content: center;
    height: 150px; }
    @media (max-width: 1040px) {
      header .top {
        height: 80px; } }
    @media (max-width: 480px) {
      header .top {
        height: 80px; } }
    header .top .frame {
      display: flex;
      flex-direction: row; }
    header .top .rak-logo-container {
      text-decoration: none; }
      header .top .rak-logo-container .rak-logo {
        display: block;
        width: 25.125rem; }
        @media (max-width: 1040px) {
          header .top .rak-logo-container .rak-logo {
            width: 16rem; } }
        @media (max-width: 480px) {
          header .top .rak-logo-container .rak-logo {
            width: 16rem; } }
      header .top .rak-logo-container .rak-title {
        display: block;
        color: #4d4d4d;
        font-size: 1.125rem;
        line-height: 1.4;
        margin-top: 0.25em; }
        @media (max-width: 1040px) {
          header .top .rak-logo-container .rak-title {
            display: none; } }
        @media (max-width: 480px) {
          header .top .rak-logo-container .rak-title {
            display: none; } }
    header .top .rak-search-panel {
      display: flex;
      flex-grow: 1;
      align-self: flex-end;
      justify-content: flex-end;
      margin-left: 30px; }
      @media (max-width: 1040px) {
        header .top .rak-search-panel {
          display: none; } }
      @media (max-width: 480px) {
        header .top .rak-search-panel {
          display: none; } }
      header .top .rak-search-panel .rak-home {
        display: flex;
        flex-direction: column;
        align-items: center; }
        header .top .rak-search-panel .rak-home svg {
          color: #e5e8ef;
          display: block;
          width: 2.125rem;
          transition-duration: 250ms;
          transition-timing-function: ease-out;
          transition-property: color; }
        header .top .rak-search-panel .rak-home div {
          font-size: 1.125rem;
          line-height: 1.4;
          color: #4d4d4d;
          transition-duration: 250ms;
          transition-timing-function: ease-out;
          transition-property: color; }
          @media (max-width: 1040px) {
            header .top .rak-search-panel .rak-home div {
              font-size: 1.125rem; } }
          @media (max-width: 480px) {
            header .top .rak-search-panel .rak-home div {
              font-size: 1.125rem; } }
          @media (max-width: 1040px) {
            header .top .rak-search-panel .rak-home div {
              line-height: 1.4; } }
          @media (max-width: 480px) {
            header .top .rak-search-panel .rak-home div {
              line-height: 1.4; } }
        header .top .rak-search-panel .rak-home:hover svg, header .top .rak-search-panel .rak-home:focus svg {
          color: #e2001a; }
  header .bottom {
    background: #e5e8ef;
    height: 65px;
    display: flex; }
    @media (max-width: 1040px) {
      header .bottom {
        height: 65px; } }
    @media (max-width: 480px) {
      header .bottom {
        height: 65px; } }
    @media (max-width: 1040px) {
      header .bottom {
        display: none; } }
    @media (max-width: 480px) {
      header .bottom {
        display: none; } }
  header .rak-menu {
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.8rem;
    height: 1.8rem;
    display: none; }
    @media (max-width: 1040px) {
      header .rak-menu {
        display: block; } }
    @media (max-width: 480px) {
      header .rak-menu {
        display: block; } }
    header .rak-menu .menu-open, header .rak-menu .menu-close {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      cursor: pointer;
      transition-duration: 250ms;
      transition-timing-function: ease-out;
      transition-property: color;
      color: #4d4d4d; }
      header .rak-menu .menu-open:hover, header .rak-menu .menu-close:hover {
        color: #e2001a; }
    header .rak-menu .menu-open {
      width: 100%; }
    header .rak-menu .menu-close {
      width: 80%; }
    header .rak-menu.open .menu-open {
      display: none; }
    header .rak-menu:not(.open) .menu-close {
      display: none; }

.scenery {
  width: 100%;
  height: 9.375rem;
  background: #cecece; }
  @media (max-width: 1040px) {
    .scenery {
      height: 5.75rem; } }
  @media (max-width: 480px) {
    .scenery {
      height: 5.75rem; } }
  body[data-page="index"] .scenery {
    height: 30.3125rem; }
    @media (max-width: 1040px) {
      body[data-page="index"] .scenery {
        height: 16rem; } }
    @media (max-width: 480px) {
      body[data-page="index"] .scenery {
        height: 16rem; } }
  .scenery .img-frame {
    display: block;
    width: 100%;
    position: relative;
    height: 9.375rem; }
    @media (max-width: 1040px) {
      .scenery .img-frame {
        height: 5.75rem; } }
    @media (max-width: 480px) {
      .scenery .img-frame {
        height: 5.75rem; } }
    body[data-page="index"] .scenery .img-frame {
      height: 30.3125rem; }
      @media (max-width: 1040px) {
        body[data-page="index"] .scenery .img-frame {
          height: 16rem; } }
      @media (max-width: 480px) {
        body[data-page="index"] .scenery .img-frame {
          height: 16rem; } }
    .scenery .img-frame img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }

.menu-desktop {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%; }
  .menu-desktop > .menu-item {
    display: inline-block;
    height: 100%;
    transition-duration: 250ms;
    transition-timing-function: ease-out;
    transition-property: color;
    position: relative; }
    .menu-desktop > .menu-item:not(:last-child) {
      margin-right: 2.5rem; }
    .menu-desktop > .menu-item .menu-item-title {
      font-size: 1.25rem;
      line-height: 1.4;
      text-transform: uppercase;
      color: #4d4d4d;
      font-weight: 600;
      display: flex;
      align-items: center;
      height: 100%; }
    .menu-desktop > .menu-item .sub-menu {
      font-size: 1.125rem;
      line-height: 1.4;
      position: absolute;
      left: -15px;
      top: 100%;
      background: #ffffff;
      box-shadow: 0px 3px 6px #00000029;
      overflow: hidden;
      opacity: 0;
      pointer-events: none;
      transition-duration: 250ms;
      transition-timing-function: ease-out;
      transition-property: opacity;
      max-height: calc(100vh - 215px - 1.5rem + 15px);
      overflow-y: auto;
      overscroll-behavior: contain; }
      @media (max-width: 1040px) {
        .menu-desktop > .menu-item .sub-menu {
          font-size: 1.125rem; } }
      @media (max-width: 480px) {
        .menu-desktop > .menu-item .sub-menu {
          font-size: 1.125rem; } }
      @media (max-width: 1040px) {
        .menu-desktop > .menu-item .sub-menu {
          line-height: 1.4; } }
      @media (max-width: 480px) {
        .menu-desktop > .menu-item .sub-menu {
          line-height: 1.4; } }
      @media (max-width: 1040px) {
        .menu-desktop > .menu-item .sub-menu {
          max-height: calc(100vh - 80px - 1.5rem + 15px); } }
      @media (max-width: 480px) {
        .menu-desktop > .menu-item .sub-menu {
          max-height: calc(100vh - 80px - 1.5rem + 15px); } }
      .menu-desktop > .menu-item .sub-menu .sub-menu-canvas {
        display: flex;
        flex-direction: column;
        padding: 15px;
        padding-top: 20px; }
        .menu-desktop > .menu-item .sub-menu .sub-menu-canvas > div, .menu-desktop > .menu-item .sub-menu .sub-menu-canvas > a {
          color: #4d4d4d;
          white-space: nowrap; }
        .menu-desktop > .menu-item .sub-menu .sub-menu-canvas > div {
          font-weight: 700; }
        .menu-desktop > .menu-item .sub-menu .sub-menu-canvas > a {
          transition-duration: 250ms;
          transition-timing-function: ease-out;
          transition-property: color; }
          .menu-desktop > .menu-item .sub-menu .sub-menu-canvas > a:hover, .menu-desktop > .menu-item .sub-menu .sub-menu-canvas > a:focus {
            color: #e2001a; }
        .menu-desktop > .menu-item .sub-menu .sub-menu-canvas > * + * {
          margin-top: 0.5em; }
    .menu-desktop > .menu-item::after {
      content: '';
      position: absolute;
      top: 100%;
      left: 0;
      width: 0;
      opacity: 0;
      height: 5px;
      background: #e2001a;
      transition-duration: 250ms;
      transition-timing-function: ease-out;
      transition-property: opacity, width; }
    .menu-desktop > .menu-item:hover::after, .menu-desktop > .menu-item:focus-within::after, .menu-desktop > .menu-item.current::after {
      opacity: 1;
      width: 100%; }
    .menu-desktop > .menu-item:hover .menu-item-title, .menu-desktop > .menu-item:focus-within .menu-item-title, .menu-desktop > .menu-item.current .menu-item-title {
      color: #e2001a; }
    .menu-desktop > .menu-item:hover .sub-menu, .menu-desktop > .menu-item:focus-within .sub-menu {
      opacity: 1;
      pointer-events: all; }

.menu-mobile {
  display: none;
  font-family: "Source Sans 3", "Helvetica", "Arial", sans-serif;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #4d4d4d;
  background: #ffffff;
  box-shadow: 0px 3px 6px #00000029;
  position: fixed;
  z-index: 5;
  left: 0;
  width: 100%;
  top: 215px;
  max-height: calc(100% - 215px);
  overflow-y: scroll;
  overscroll-behavior: contain; }
  @media (min-width: 1041px) {
    .menu-mobile {
      display: none !important; } }
  @media (max-width: 1040px) {
    .menu-mobile {
      font-size: 1.25rem; } }
  @media (max-width: 480px) {
    .menu-mobile {
      font-size: 1.25rem; } }
  @media (max-width: 1040px) {
    .menu-mobile {
      line-height: 1.25; } }
  @media (max-width: 480px) {
    .menu-mobile {
      line-height: 1.25; } }
  @media (max-width: 1040px) {
    .menu-mobile {
      top: 80px; } }
  @media (max-width: 480px) {
    .menu-mobile {
      top: 80px; } }
  @media (max-width: 1040px) {
    .menu-mobile {
      max-height: calc(100% - 80px); } }
  @media (max-width: 480px) {
    .menu-mobile {
      max-height: calc(100% - 80px); } }
  .menu-mobile .menu-item + .menu-item {
    margin-top: 2px; }
  .menu-mobile .mobile-links {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 0.25em 1em;
    margin-bottom: 1.5rem; }
    .menu-mobile .mobile-links a {
      color: #4d4d4d; }
      .menu-mobile .mobile-links a:hover {
        text-decoration: underline; }
    .menu-mobile .mobile-links .icon-text {
      gap: 0.5em; }
      .menu-mobile .mobile-links .icon-text img {
        width: 1.25em;
        justify-self: start; }
  .menu-mobile .menu-item-title {
    position: relative;
    color: #4d4d4d;
    text-transform: uppercase;
    display: block;
    padding: 0.75rem 1.5rem;
    background: #e5e8ef;
    transition-duration: 250ms;
    transition-timing-function: ease-out;
    transition-property: color, background-color; }
    .menu-mobile .menu-item-title *, .menu-mobile .menu-item-title > div {
      font-weight: 600; }
    .menu-mobile .menu-item-title:hover, .menu-mobile .menu-item-title:focus, .menu-mobile .menu-item-title.current {
      color: #ffffff;
      background: #4d4d4d; }
  .menu-mobile .menu-item .expander {
    transition-duration: 250ms;
    transition-timing-function: ease-out;
    transition-property: color, transform;
    display: block;
    height: 1.5em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(0);
    right: 1.5rem;
    z-index: 6; }
  .menu-mobile .menu-item.open .expander {
    transform: translateY(-50%) rotate(-90deg); }
  .menu-mobile .sub-menu {
    display: none; }
    .menu-mobile .sub-menu .sub-menu-canvas {
      padding: 1.5rem;
      display: flex;
      flex-direction: column; }
      .menu-mobile .sub-menu .sub-menu-canvas > * {
        color: #4d4d4d;
        padding: 0.5rem 0;
        border-bottom: 1px #e5e8ef solid; }
        .menu-mobile .sub-menu .sub-menu-canvas > *:first-child {
          padding-top: 0; }
      .menu-mobile .sub-menu .sub-menu-canvas > div {
        font-weight: bold; }
      .menu-mobile .sub-menu .sub-menu-canvas > a {
        transition-duration: 250ms;
        transition-timing-function: ease-out;
        transition-property: color; }
        .menu-mobile .sub-menu .sub-menu-canvas > a:hover, .menu-mobile .sub-menu .sub-menu-canvas > a :focus, .menu-mobile .sub-menu .sub-menu-canvas > a.current {
          color: #e2001a; }
  .menu-mobile .mobile-panel {
    padding: 1.5rem; }

.rak-search-panel .rak-search, .mobile-panel .rak-search {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 30px;
  width: 100%; }
  .rak-search-panel .rak-search svg, .mobile-panel .rak-search svg {
    display: block;
    width: 1.375rem;
    position: absolute;
    right: 0.5em;
    top: 50%;
    transform: translateY(-50%);
    color: #4d4d4d;
    transition-duration: 250ms;
    transition-timing-function: ease-out;
    transition-property: color;
    cursor: pointer; }
    .rak-search-panel .rak-search svg:hover, .rak-search-panel .rak-search svg:focus, .mobile-panel .rak-search svg:hover, .mobile-panel .rak-search svg:focus {
      color: #e2001a; }
  .rak-search-panel .rak-search .search-input, .mobile-panel .rak-search .search-input {
    border: 0;
    background-color: #e5e8ef;
    font-size: 1.125rem;
    line-height: 1.4;
    padding: 0.25em 0.5em;
    color: #4d4d4d;
    width: 100%;
    border: 1px #dadada solid; }
    @media (max-width: 1040px) {
      .rak-search-panel .rak-search .search-input, .mobile-panel .rak-search .search-input {
        font-size: 1.125rem; } }
    @media (max-width: 480px) {
      .rak-search-panel .rak-search .search-input, .mobile-panel .rak-search .search-input {
        font-size: 1.125rem; } }
    @media (max-width: 1040px) {
      .rak-search-panel .rak-search .search-input, .mobile-panel .rak-search .search-input {
        line-height: 1.4; } }
    @media (max-width: 480px) {
      .rak-search-panel .rak-search .search-input, .mobile-panel .rak-search .search-input {
        line-height: 1.4; } }

.rak-search-panel .rak-search .search-input {
  max-width: 20rem; }

footer {
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  background: #4d4d4d;
  color: #ffffff; }
  footer .footer-canvas {
    display: grid;
    grid-template-columns: 40% 55%;
    gap: 30px 60px;
    font-size: 1.25rem;
    line-height: 1.25;
    line-height: 1.5 !important; }
    @media (max-width: 1040px) {
      footer .footer-canvas {
        grid-template-columns: 100%; } }
    @media (max-width: 480px) {
      footer .footer-canvas {
        grid-template-columns: 100%; } }
    @media (max-width: 1040px) {
      footer .footer-canvas {
        font-size: 1.25rem; } }
    @media (max-width: 480px) {
      footer .footer-canvas {
        font-size: 1.25rem; } }
    @media (max-width: 1040px) {
      footer .footer-canvas {
        line-height: 1.25; } }
    @media (max-width: 480px) {
      footer .footer-canvas {
        line-height: 1.25; } }
    footer .footer-canvas .left > .title {
      font-size: 1.5625rem;
      font-weight: 700;
      margin-bottom: 1.5em; }
    footer .footer-canvas .left .rak-link {
      margin-top: 2.5em;
      margin-bottom: 1.0em;
      display: block; }
      footer .footer-canvas .left .rak-link img {
        width: 100%;
        max-width: 18.75rem;
        display: block;
        background: #ffffff;
        padding: 0.5em; }
    footer .footer-canvas .left a {
      color: #ffffff; }
      footer .footer-canvas .left a:hover {
        text-decoration: underline; }
    footer .footer-canvas .right {
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: stretch; }
      footer .footer-canvas .right .image-displace {
        position: absolute;
        transform: translateX(-200%);
        margin-top: 0;
        margin-bottom: 1em;
        top: 0;
        left: 0;
        display: block;
        width: 1.5em; }
        @media (max-width: 1040px) {
          footer .footer-canvas .right .image-displace {
            position: static; } }
        @media (max-width: 480px) {
          footer .footer-canvas .right .image-displace {
            position: static; } }
        @media (max-width: 1040px) {
          footer .footer-canvas .right .image-displace {
            transform: none; } }
        @media (max-width: 480px) {
          footer .footer-canvas .right .image-displace {
            transform: none; } }
        @media (max-width: 1040px) {
          footer .footer-canvas .right .image-displace {
            margin-top: 1em; } }
        @media (max-width: 480px) {
          footer .footer-canvas .right .image-displace {
            margin-top: 1em; } }
      footer .footer-canvas .right .link-list {
        margin-top: 2em;
        display: flex;
        flex-grow: 1;
        align-items: flex-end;
        justify-content: flex-end;
        font-size: 1.25rem;
        line-height: 1.25;
        font-weight: 400;
        text-transform: uppercase; }
        @media (max-width: 1040px) {
          footer .footer-canvas .right .link-list {
            font-size: 1.25rem; } }
        @media (max-width: 480px) {
          footer .footer-canvas .right .link-list {
            font-size: 1.25rem; } }
        @media (max-width: 1040px) {
          footer .footer-canvas .right .link-list {
            line-height: 1.25; } }
        @media (max-width: 480px) {
          footer .footer-canvas .right .link-list {
            line-height: 1.25; } }
        footer .footer-canvas .right .link-list a {
          display: inline-block;
          color: #ffffff; }
          footer .footer-canvas .right .link-list a:hover {
            text-decoration: underline; }
          footer .footer-canvas .right .link-list a + a {
            margin-left: 1em; }
    footer .footer-canvas.lower .right {
      display: flex; }
      @media (max-width: 1040px) {
        footer .footer-canvas.lower .right {
          display: none; } }
      @media (max-width: 480px) {
        footer .footer-canvas.lower .right {
          display: none; } }

.icon-text {
  display: grid;
  grid-template-columns: 30px auto;
  grid-template-rows: 2.0em;
  gap: 0.75em;
  align-items: center; }
  .icon-text img {
    display: block;
    width: 1em;
    justify-self: center; }

.icon-text-block {
  display: grid;
  grid-template-columns: 30px auto;
  gap: 0.75em;
  align-items: start; }
  .icon-text-block img {
    display: block;
    width: 1em;
    justify-self: center; }
  .icon-text-block p + p {
    margin-top: 1em; }

.icon-text + .icon-text-block {
  margin-top: 2em; }

.brm {
  display: none; }
  @media (max-width: 1040px) {
    .brm {
      display: block; } }
  @media (max-width: 480px) {
    .brm {
      display: block; } }

.aside-box {
  font-size: 1rem;
  line-height: 1.4;
  display: flex;
  flex-direction: column; }
  @media (max-width: 1040px) {
    .aside-box {
      font-size: 1rem; } }
  @media (max-width: 480px) {
    .aside-box {
      font-size: 1rem; } }
  @media (max-width: 1040px) {
    .aside-box {
      line-height: 1.4; } }
  @media (max-width: 480px) {
    .aside-box {
      line-height: 1.4; } }
  .aside-box figure {
    display: block;
    width: 100%;
    position: relative;
    background-color: rgba(229, 232, 239, 0.45); }
    .aside-box figure svg {
      display: block;
      width: 100%; }
    .aside-box figure img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .aside-box figure.contain img {
      left: 15px;
      top: 15px;
      width: calc(100% - 30px);
      height: calc(100% - 30px);
      object-fit: contain; }
  .aside-box svg.external-link {
    display: inline-block;
    color: #e2001a;
    height: 0.8em;
    margin-left: 0.25em; }
  .aside-box > *:not(figure) {
    background: #e5e8ef;
    color: #4d4d4d;
    padding: 15px; }
    .aside-box > *:not(figure):last-child {
      flex-grow: 1; }
    .aside-box > *:not(figure) li + li {
      margin-top: 0.5em; }
    .aside-box > *:not(figure) li:not(.text):not(.title) + li {
      border-top: 1px #ffffff solid;
      padding-top: 0.5em; }
    .aside-box > *:not(figure) .title {
      font-size: 1.125rem;
      line-height: 1.4;
      font-weight: 700; }
      @media (max-width: 1040px) {
        .aside-box > *:not(figure) .title {
          font-size: 1.125rem; } }
      @media (max-width: 480px) {
        .aside-box > *:not(figure) .title {
          font-size: 1.125rem; } }
      @media (max-width: 1040px) {
        .aside-box > *:not(figure) .title {
          line-height: 1.4; } }
      @media (max-width: 480px) {
        .aside-box > *:not(figure) .title {
          line-height: 1.4; } }
    .aside-box > *:not(figure) a {
      display: inline-block;
      color: #4d4d4d;
      transition-duration: 250ms;
      transition-timing-function: ease-out;
      transition-property: color; }
      .aside-box > *:not(figure) a:hover {
        color: #e2001a; }
  .aside-box .aside-iframe {
    position: relative;
    display: block;
    width: 100%;
    padding: 0; }
    .aside-box .aside-iframe .spacer {
      display: block;
      width: 100%; }
    .aside-box .aside-iframe iframe {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      border: none; }

.headline {
  display: flex;
  position: relative;
  align-items: center;
  padding-bottom: 15px; }
  .headline:not(.no-separator)::after {
    position: absolute;
    content: '';
    position: bottom;
    height: 1px;
    background: #e5e8ef;
    left: 0;
    bottom: 0;
    width: 100%; }
  .headline .left {
    flex-grow: 1;
    display: flex;
    align-items: baseline;
    font-size: 1.875rem;
    line-height: 1.5; }
    .headline .left h1 {
      text-transform: uppercase;
      margin-left: 0.5em; }
    .headline .left img {
      display: block;
      height: 0.8em;
      transform: translateY(0.05em); }
  .headline .right {
    font-size: 1.125rem;
    line-height: 1.4;
    display: flex; }
    @media (max-width: 1040px) {
      .headline .right {
        font-size: 1.125rem; } }
    @media (max-width: 480px) {
      .headline .right {
        font-size: 1.125rem; } }
    @media (max-width: 1040px) {
      .headline .right {
        line-height: 1.4; } }
    @media (max-width: 480px) {
      .headline .right {
        line-height: 1.4; } }
    .headline .right .arrow-link div {
      white-space: nowrap; }

.arrow-link {
  display: flex !important;
  align-items: baseline;
  color: #4d4d4d; }
  .arrow-link svg {
    color: #cecece;
    display: inline-block;
    height: 1.05em;
    margin-right: 0.5em;
    transition-duration: 250ms;
    transition-timing-function: ease-out;
    transition-property: color;
    transform: translateY(0.2em); }
  .arrow-link.inverse svg {
    transform: translateY(0.2em) rotate(180deg); }
  .arrow-link.big svg {
    height: 1.5em;
    transform: translateY(0.4em); }
  .arrow-link div {
    transition-duration: 250ms;
    transition-timing-function: ease-out;
    transition-property: color;
    max-width: calc(100% - 28px); }
  .arrow-link:hover svg {
    color: #e2001a; }

.news-box {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem; }
  .news-box .text-title {
    font-size: 1.25rem;
    line-height: 1.25;
    font-weight: 700;
    margin-bottom: 1.2rem; }
    @media (max-width: 1040px) {
      .news-box .text-title {
        font-size: 1.25rem; } }
    @media (max-width: 480px) {
      .news-box .text-title {
        font-size: 1.25rem; } }
    @media (max-width: 1040px) {
      .news-box .text-title {
        line-height: 1.25; } }
    @media (max-width: 480px) {
      .news-box .text-title {
        line-height: 1.25; } }
  .news-box .text-content {
    margin-bottom: 1.2rem; }

.subheadline {
  font-size: 1.125rem;
  line-height: 1.4; }
  @media (max-width: 1040px) {
    .subheadline {
      font-size: 1.125rem; } }
  @media (max-width: 480px) {
    .subheadline {
      font-size: 1.125rem; } }
  @media (max-width: 1040px) {
    .subheadline {
      line-height: 1.4; } }
  @media (max-width: 480px) {
    .subheadline {
      line-height: 1.4; } }
  .subheadline.text-above {
    text-align: right;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px rgba(229, 232, 239, 0.45) solid; }

.text-box {
  margin-top: 30px; }

.text-box, .news-text, .text-content {
  font-size: 1.125rem;
  line-height: 1.4; }
  @media (max-width: 1040px) {
    .text-box, .news-text, .text-content {
      font-size: 1.125rem; } }
  @media (max-width: 480px) {
    .text-box, .news-text, .text-content {
      font-size: 1.125rem; } }
  @media (max-width: 1040px) {
    .text-box, .news-text, .text-content {
      line-height: 1.4; } }
  @media (max-width: 480px) {
    .text-box, .news-text, .text-content {
      line-height: 1.4; } }
  .text-box > * + *, .news-text > * + *, .text-content > * + * {
    margin-top: 1em; }
  .text-box > * + h2, .text-box > * + h3, .news-text > * + h2, .news-text > * + h3, .text-content > * + h2, .text-content > * + h3 {
    margin-top: 2em; }
  .text-box > ul + *, .news-text > ul + *, .text-content > ul + * {
    margin-top: 0 !important; }
  .text-box p:last-child:empty, .news-text p:last-child:empty, .text-content p:last-child:empty {
    display: none; }
  .text-box > ul:not(:last-child), .text-box > * ul:not(:last-child), .news-text > ul:not(:last-child), .news-text > * ul:not(:last-child), .text-content > ul:not(:last-child), .text-content > * ul:not(:last-child) {
    margin-bottom: 1em; }
  .text-box > ul li, .text-box > * ul li, .news-text > ul li, .news-text > * ul li, .text-content > ul li, .text-content > * ul li {
    position: relative;
    padding-left: 0.8em; }
    .text-box > ul li::before, .text-box > * ul li::before, .news-text > ul li::before, .news-text > * ul li::before, .text-content > ul li::before, .text-content > * ul li::before {
      content: '•';
      position: absolute;
      top: 0;
      left: 0; }
    .text-box > ul li + li, .text-box > * ul li + li, .news-text > ul li + li, .news-text > * ul li + li, .text-content > ul li + li, .text-content > * ul li + li {
      margin-top: 1em; }
  .text-box h2, .text-box h3, .news-text h2, .news-text h3, .text-content h2, .text-content h3 {
    font-size: 1.25rem;
    line-height: 1.25;
    font-weight: bold; }
    @media (max-width: 1040px) {
      .text-box h2, .text-box h3, .news-text h2, .news-text h3, .text-content h2, .text-content h3 {
        font-size: 1.25rem; } }
    @media (max-width: 480px) {
      .text-box h2, .text-box h3, .news-text h2, .news-text h3, .text-content h2, .text-content h3 {
        font-size: 1.25rem; } }
    @media (max-width: 1040px) {
      .text-box h2, .text-box h3, .news-text h2, .news-text h3, .text-content h2, .text-content h3 {
        line-height: 1.25; } }
    @media (max-width: 480px) {
      .text-box h2, .text-box h3, .news-text h2, .news-text h3, .text-content h2, .text-content h3 {
        line-height: 1.25; } }
  .text-box img, .news-text img, .text-content img {
    display: block;
    width: 100%;
    max-width: 80%; }
    @media (max-width: 1040px) {
      .text-box img, .news-text img, .text-content img {
        max-width: 60%; } }
    @media (max-width: 480px) {
      .text-box img, .news-text img, .text-content img {
        max-width: 100%; } }
  .text-box a, .news-text a, .text-content a {
    color: #e2001a;
    font-style: italic;
    transition-duration: 250ms;
    transition-timing-function: ease-out;
    transition-property: color; }
    .text-box a:hover, .text-box a:focus, .news-text a:hover, .news-text a:focus, .text-content a:hover, .text-content a:focus {
      color: #000000; }

.person-list {
  display: flex;
  flex-direction: column;
  margin-top: 30px; }
  .person-list .person-item {
    display: grid;
    grid-template-columns: 218px auto;
    grid-template-areas: "top top" "left right";
    gap: 0 30px; }
    @media (max-width: 1040px) {
      .person-list .person-item {
        grid-template-columns: 100%; } }
    @media (max-width: 480px) {
      .person-list .person-item {
        grid-template-columns: 100%; } }
    @media (max-width: 1040px) {
      .person-list .person-item {
        grid-template-areas: "top" "left" "right"; } }
    @media (max-width: 480px) {
      .person-list .person-item {
        grid-template-areas: "top" "left" "right"; } }
    .person-list .person-item:last-child {
      border-bottom: 1px #cecece solid;
      padding-bottom: 30px; }
    .person-list .person-item .top {
      font-size: 0.875rem;
      line-height: 1.4;
      grid-area: top;
      border-top: 1px #cecece solid;
      padding-top: 0.75rem;
      margin-top: 30px;
      text-align: right;
      margin-bottom: 0; }
      @media (max-width: 1040px) {
        .person-list .person-item .top {
          font-size: 0.875rem; } }
      @media (max-width: 480px) {
        .person-list .person-item .top {
          font-size: 0.875rem; } }
      @media (max-width: 1040px) {
        .person-list .person-item .top {
          line-height: 1.4; } }
      @media (max-width: 480px) {
        .person-list .person-item .top {
          line-height: 1.4; } }
      @media (max-width: 1040px) {
        .person-list .person-item .top {
          margin-bottom: 15px; } }
      @media (max-width: 480px) {
        .person-list .person-item .top {
          margin-bottom: 15px; } }
    .person-list .person-item .left {
      grid-area: left; }
      .person-list .person-item .left figure {
        position: relative;
        display: block;
        width: 100%;
        max-width: 20rem; }
        .person-list .person-item .left figure .spacer {
          display: block; }
        .person-list .person-item .left figure img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          object-fit: cover; }
    .person-list .person-item .right {
      grid-area: right;
      margin-top: 0; }
      @media (max-width: 1040px) {
        .person-list .person-item .right {
          margin-top: 1.5rem; } }
      @media (max-width: 480px) {
        .person-list .person-item .right {
          margin-top: 1.5rem; } }
      .person-list .person-item .right .person-name {
        font-size: 1.25rem;
        line-height: 1.25;
        font-weight: 700;
        color: #e2001a; }
        @media (max-width: 1040px) {
          .person-list .person-item .right .person-name {
            font-size: 1.25rem; } }
        @media (max-width: 480px) {
          .person-list .person-item .right .person-name {
            font-size: 1.25rem; } }
        @media (max-width: 1040px) {
          .person-list .person-item .right .person-name {
            line-height: 1.25; } }
        @media (max-width: 480px) {
          .person-list .person-item .right .person-name {
            line-height: 1.25; } }
      .person-list .person-item .right .person-title {
        font-weight: 700; }
      .person-list .person-item .right .person-content {
        margin-top: 1em; }

.link-box, .jobs-selection {
  margin-top: 30px;
  font-size: 1.125rem;
  line-height: 1.4; }
  @media (max-width: 1040px) {
    .link-box, .jobs-selection {
      font-size: 1.125rem; } }
  @media (max-width: 480px) {
    .link-box, .jobs-selection {
      font-size: 1.125rem; } }
  @media (max-width: 1040px) {
    .link-box, .jobs-selection {
      line-height: 1.4; } }
  @media (max-width: 480px) {
    .link-box, .jobs-selection {
      line-height: 1.4; } }

.link-box > * + * {
  margin-top: 1em; }

.jobs-selection {
  display: flex;
  flex-direction: row;
  margin-top: 60px; }
  @media (max-width: 1040px) {
    .jobs-selection {
      flex-direction: column; } }
  @media (max-width: 480px) {
    .jobs-selection {
      flex-direction: column; } }
  .jobs-selection > * {
    font-size: 1.25rem;
    line-height: 1.25;
    font-weight: 700;
    background: #e5e8ef;
    color: #4d4d4d;
    transition-duration: 250ms;
    transition-timing-function: ease-out;
    transition-property: color, background-color;
    padding: 0.2em 0.5em;
    width: 100%;
    max-width: 17.5rem;
    display: inline-block;
    text-align: center; }
    @media (max-width: 1040px) {
      .jobs-selection > * {
        font-size: 1.25rem; } }
    @media (max-width: 480px) {
      .jobs-selection > * {
        font-size: 1.25rem; } }
    @media (max-width: 1040px) {
      .jobs-selection > * {
        line-height: 1.25; } }
    @media (max-width: 480px) {
      .jobs-selection > * {
        line-height: 1.25; } }
    .jobs-selection > * + * {
      margin-left: 1em;
      margin-top: 0; }
      @media (max-width: 1040px) {
        .jobs-selection > * + * {
          margin-left: 0; } }
      @media (max-width: 480px) {
        .jobs-selection > * + * {
          margin-left: 0; } }
      @media (max-width: 1040px) {
        .jobs-selection > * + * {
          margin-top: 0.5em; } }
      @media (max-width: 480px) {
        .jobs-selection > * + * {
          margin-top: 0.5em; } }
    .jobs-selection > *:hover, .jobs-selection > *:focus, .jobs-selection > *.current {
      color: #ffffff;
      background-color: #e2001a; }

.jobs-selection > *, input[type=submit] {
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 700;
  background: #e5e8ef;
  color: #4d4d4d;
  transition-duration: 250ms;
  transition-timing-function: ease-out;
  transition-property: color, background-color;
  padding: 0.2em 0.5em;
  width: 100%;
  max-width: 17.5rem;
  display: inline-block;
  text-align: center;
  border: none; }
  @media (max-width: 1040px) {
    .jobs-selection > *, input[type=submit] {
      font-size: 1.25rem; } }
  @media (max-width: 480px) {
    .jobs-selection > *, input[type=submit] {
      font-size: 1.25rem; } }
  @media (max-width: 1040px) {
    .jobs-selection > *, input[type=submit] {
      line-height: 1.25; } }
  @media (max-width: 480px) {
    .jobs-selection > *, input[type=submit] {
      line-height: 1.25; } }
  .jobs-selection > * + *, input[type=submit] + * {
    margin-left: 1em;
    margin-top: 0; }
    @media (max-width: 1040px) {
      .jobs-selection > * + *, input[type=submit] + * {
        margin-left: 0; } }
    @media (max-width: 480px) {
      .jobs-selection > * + *, input[type=submit] + * {
        margin-left: 0; } }
    @media (max-width: 1040px) {
      .jobs-selection > * + *, input[type=submit] + * {
        margin-top: 0.5em; } }
    @media (max-width: 480px) {
      .jobs-selection > * + *, input[type=submit] + * {
        margin-top: 0.5em; } }
  .jobs-selection > *:hover, .jobs-selection > *:focus, .jobs-selection > *.current, input[type=submit]:hover, input[type=submit]:focus, input[type=submit].current {
    color: #ffffff;
    background-color: #e2001a; }

input[type=submit] {
  color: #ffffff;
  background-color: #e2001a; }
  input[type=submit]:hover {
    background: #e5e8ef;
    color: #4d4d4d; }

.job-offerings {
  display: flex;
  flex-direction: column;
  margin-top: 60px; }
  .job-offerings .job-title {
    margin-bottom: 1.5rem/2; }
    .job-offerings .job-title .job-date {
      font-size: 1.25rem;
      line-height: 1.25;
      font-weight: 700;
      color: #e2001a;
      margin-bottom: 0.2em;
      border-bottom: 1px #cecece solid;
      padding-bottom: 0.2em; }
      @media (max-width: 1040px) {
        .job-offerings .job-title .job-date {
          font-size: 1.25rem; } }
      @media (max-width: 480px) {
        .job-offerings .job-title .job-date {
          font-size: 1.25rem; } }
      @media (max-width: 1040px) {
        .job-offerings .job-title .job-date {
          line-height: 1.25; } }
      @media (max-width: 480px) {
        .job-offerings .job-title .job-date {
          line-height: 1.25; } }
    .job-offerings .job-title .job-chiffre {
      font-size: 0.875rem;
      line-height: 1.4;
      text-align: right; }
      @media (max-width: 1040px) {
        .job-offerings .job-title .job-chiffre {
          font-size: 0.875rem; } }
      @media (max-width: 480px) {
        .job-offerings .job-title .job-chiffre {
          font-size: 0.875rem; } }
      @media (max-width: 1040px) {
        .job-offerings .job-title .job-chiffre {
          line-height: 1.4; } }
      @media (max-width: 480px) {
        .job-offerings .job-title .job-chiffre {
          line-height: 1.4; } }
      .job-offerings .job-title .job-chiffre span {
        color: #e2001a; }
  .job-offerings .job-offering + .job-offering {
    margin-top: 60px; }
  .job-offerings .job-header {
    display: grid;
    grid-template-columns: 6em auto;
    gap: 0 1em;
    margin-bottom: 30px; }
    @media (max-width: 1040px) {
      .job-offerings .job-header {
        grid-template-columns: 100%; } }
    @media (max-width: 480px) {
      .job-offerings .job-header {
        grid-template-columns: 100%; } }
  .job-offerings .job-text {
    display: flex;
    flex-direction: column; }
    .job-offerings .job-text > * + * {
      margin-top: 1em; }
  .job-offerings .job-header a, .job-offerings .job-text a {
    color: #e2001a;
    font-style: italic; }
    .job-offerings .job-header a:hover, .job-offerings .job-text a:hover {
      text-decoration: underline; }

.contact-box p + div, .contact-box div + p {
  margin-top: 2em; }

.contact {
  margin-top: 60px; }
  .contact > * + * {
    margin-top: 1em; }
  .contact .contact-title {
    font-weight: 700; }
  .contact .contact-frame {
    display: grid;
    grid-template-columns: 240px auto;
    gap: 15px; }
    @media (max-width: 1040px) {
      .contact .contact-frame {
        grid-template-columns: 100%; } }
    @media (max-width: 480px) {
      .contact .contact-frame {
        grid-template-columns: 100%; } }
    .contact .contact-frame + .contact-frame {
      margin-top: 60px; }
      .contact .contact-frame + .contact-frame .right > * {
        display: flex;
        align-items: flex-end;
        justify-content: flex-end; }
        @media (max-width: 1040px) {
          .contact .contact-frame + .contact-frame .right > * {
            justify-content: flex-start; } }
        @media (max-width: 480px) {
          .contact .contact-frame + .contact-frame .right > * {
            justify-content: flex-start; } }
    .contact .contact-frame .left > * + * {
      margin-top: 15px; }
    .contact .contact-frame .left img {
      display: block;
      max-width: 280px;
      width: 100%; }
    .contact .contact-frame .right {
      display: flex;
      justify-content: flex-end; }
      @media (max-width: 1040px) {
        .contact .contact-frame .right {
          justify-content: flex-start; } }
      @media (max-width: 480px) {
        .contact .contact-frame .right {
          justify-content: flex-start; } }
      .contact .contact-frame .right > * {
        height: 100%; }
    .contact .contact-frame .left > div, .contact .contact-frame .right > div {
      display: block;
      width: 100%; }
      .contact .contact-frame .left > div input[type="text"], .contact .contact-frame .left > div textarea, .contact .contact-frame .right > div input[type="text"], .contact .contact-frame .right > div textarea {
        width: 100%;
        background: #e5e8ef;
        border: 1px #707070 solid;
        padding: 0.2em 0.5em;
        color: #4d4d4d;
        font-size: 1.125rem;
        line-height: 1.4; }
        @media (max-width: 1040px) {
          .contact .contact-frame .left > div input[type="text"], .contact .contact-frame .left > div textarea, .contact .contact-frame .right > div input[type="text"], .contact .contact-frame .right > div textarea {
            font-size: 1.125rem; } }
        @media (max-width: 480px) {
          .contact .contact-frame .left > div input[type="text"], .contact .contact-frame .left > div textarea, .contact .contact-frame .right > div input[type="text"], .contact .contact-frame .right > div textarea {
            font-size: 1.125rem; } }
        @media (max-width: 1040px) {
          .contact .contact-frame .left > div input[type="text"], .contact .contact-frame .left > div textarea, .contact .contact-frame .right > div input[type="text"], .contact .contact-frame .right > div textarea {
            line-height: 1.4; } }
        @media (max-width: 480px) {
          .contact .contact-frame .left > div input[type="text"], .contact .contact-frame .left > div textarea, .contact .contact-frame .right > div input[type="text"], .contact .contact-frame .right > div textarea {
            line-height: 1.4; } }
      .contact .contact-frame .left > div textarea, .contact .contact-frame .right > div textarea {
        height: 100%; }
        @media (max-width: 1040px) {
          .contact .contact-frame .left > div textarea, .contact .contact-frame .right > div textarea {
            height: 220px; } }
        @media (max-width: 480px) {
          .contact .contact-frame .left > div textarea, .contact .contact-frame .right > div textarea {
            height: 220px; } }
    .contact .contact-frame .checkbox {
      display: flex !important;
      flex-direction: row;
      gap: 0.5em; }

.news-selection {
  display: flex;
  flex-direction: row;
  margin-top: 60px; }
  @media (max-width: 1040px) {
    .news-selection {
      flex-direction: column; } }
  @media (max-width: 480px) {
    .news-selection {
      flex-direction: column; } }
  .news-selection > * {
    font-size: 1.25rem;
    line-height: 1.25;
    font-weight: 700;
    background: #e5e8ef;
    color: #4d4d4d;
    transition-duration: 250ms;
    transition-timing-function: ease-out;
    transition-property: color, background-color;
    padding: 0.2em 0.5em;
    width: 100%;
    max-width: 17.5rem;
    display: inline-block;
    text-align: center; }
    @media (max-width: 1040px) {
      .news-selection > * {
        font-size: 1.25rem; } }
    @media (max-width: 480px) {
      .news-selection > * {
        font-size: 1.25rem; } }
    @media (max-width: 1040px) {
      .news-selection > * {
        line-height: 1.25; } }
    @media (max-width: 480px) {
      .news-selection > * {
        line-height: 1.25; } }
    .news-selection > * + * {
      margin-left: 1em;
      margin-top: 0; }
      @media (max-width: 1040px) {
        .news-selection > * + * {
          margin-left: 0; } }
      @media (max-width: 480px) {
        .news-selection > * + * {
          margin-left: 0; } }
      @media (max-width: 1040px) {
        .news-selection > * + * {
          margin-top: 0.5em; } }
      @media (max-width: 480px) {
        .news-selection > * + * {
          margin-top: 0.5em; } }
    .news-selection > *:hover, .news-selection > *:focus, .news-selection > *.current {
      color: #ffffff;
      background-color: #e2001a; }
  .news-selection .news-subselection {
    position: relative; }
    .news-selection .news-subselection > div:first-child {
      cursor: pointer; }
    .news-selection .news-subselection .expander {
      font-size: 1.125rem;
      line-height: 1.4;
      padding: 15px;
      position: absolute;
      background: white;
      box-shadow: 0px 3px 6px #00000029;
      top: 100%;
      left: 0;
      width: 100%;
      display: flex;
      flex-direction: column;
      opacity: 0;
      z-index: -10;
      pointer-events: none;
      max-height: calc(1.125rem * 1.4 * 6 + 0.5em * 6 + 15px);
      overflow-y: scroll;
      overscroll-behavior: contain; }
      @media (max-width: 1040px) {
        .news-selection .news-subselection .expander {
          font-size: 1.125rem; } }
      @media (max-width: 480px) {
        .news-selection .news-subselection .expander {
          font-size: 1.125rem; } }
      @media (max-width: 1040px) {
        .news-selection .news-subselection .expander {
          line-height: 1.4; } }
      @media (max-width: 480px) {
        .news-selection .news-subselection .expander {
          line-height: 1.4; } }
      .news-selection .news-subselection .expander > * + * {
        margin-top: 0.5em; }
      .news-selection .news-subselection .expander a {
        display: block;
        width: 100%;
        color: #4d4d4d;
        text-align: left;
        transition-duration: 250ms;
        transition-timing-function: ease-out;
        transition-property: color; }
        .news-selection .news-subselection .expander a:hover {
          color: #e2001a; }
    .news-selection .news-subselection:hover .expander, .news-selection .news-subselection:focus .expander, .news-selection .news-subselection:focus-within .expander {
      opacity: 1;
      z-index: inherit;
      pointer-events: all; }

.news-entries {
  display: flex;
  flex-direction: column;
  margin-top: 60px; }
  .news-entries .news-entry {
    margin-bottom: 1.5rem/2; }
    .news-entries .news-entry .news-date {
      font-size: 1.125rem;
      line-height: 1.4;
      margin-bottom: 0.2em;
      border-bottom: 1px #cecece solid;
      padding-bottom: 0.2em;
      text-align: right; }
      @media (max-width: 1040px) {
        .news-entries .news-entry .news-date {
          font-size: 1.125rem; } }
      @media (max-width: 480px) {
        .news-entries .news-entry .news-date {
          font-size: 1.125rem; } }
      @media (max-width: 1040px) {
        .news-entries .news-entry .news-date {
          line-height: 1.4; } }
      @media (max-width: 480px) {
        .news-entries .news-entry .news-date {
          line-height: 1.4; } }
  .news-entries .news-headline {
    font-size: 1.25rem;
    line-height: 1.25;
    font-weight: 700;
    margin-top: 1em;
    margin-bottom: 0.5em; }
    @media (max-width: 1040px) {
      .news-entries .news-headline {
        font-size: 1.25rem; } }
    @media (max-width: 480px) {
      .news-entries .news-headline {
        font-size: 1.25rem; } }
    @media (max-width: 1040px) {
      .news-entries .news-headline {
        line-height: 1.25; } }
    @media (max-width: 480px) {
      .news-entries .news-headline {
        line-height: 1.25; } }
  .news-entries .news-entry + .news-entry {
    margin-top: 60px; }
  .news-entries .news-text {
    display: flex;
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 30px; }

.map-box {
  margin-top: 30px;
  font-size: 1.125rem;
  line-height: 1.4; }
  @media (max-width: 1040px) {
    .map-box {
      font-size: 1.125rem; } }
  @media (max-width: 480px) {
    .map-box {
      font-size: 1.125rem; } }
  @media (max-width: 1040px) {
    .map-box {
      line-height: 1.4; } }
  @media (max-width: 480px) {
    .map-box {
      line-height: 1.4; } }
  .map-box .map-canvas {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "mapl mapl" "maptl maptr";
    gap: 1em; }
    @media (max-width: 1040px) {
      .map-box .map-canvas {
        grid-template-columns: 1fr; } }
    @media (max-width: 480px) {
      .map-box .map-canvas {
        grid-template-columns: 1fr; } }
    @media (max-width: 1040px) {
      .map-box .map-canvas {
        grid-template-areas: "mapl" "maptl" "mapr" "maptr"; } }
    @media (max-width: 480px) {
      .map-box .map-canvas {
        grid-template-areas: "mapl" "maptl" "mapr" "maptr"; } }
    .map-box .map-canvas .map-left {
      grid-area: mapl; }
    .map-box .map-canvas .map-right {
      grid-area: mapr;
      display: none; }
      @media (max-width: 1040px) {
        .map-box .map-canvas .map-right {
          display: block; } }
      @media (max-width: 480px) {
        .map-box .map-canvas .map-right {
          display: block; } }
    .map-box .map-canvas .map-text-left {
      grid-area: maptl; }
    .map-box .map-canvas .map-text-right {
      grid-area: maptr; }
    .map-box .map-canvas .map-left, .map-box .map-canvas .map-right {
      position: relative; }
      .map-box .map-canvas .map-left img, .map-box .map-canvas .map-right img {
        display: block; }
      .map-box .map-canvas .map-left .map-desktop, .map-box .map-canvas .map-right .map-desktop {
        width: 100%; }
      .map-box .map-canvas .map-left .overlay-mobile, .map-box .map-canvas .map-left .overlay-desktop, .map-box .map-canvas .map-right .overlay-mobile, .map-box .map-canvas .map-right .overlay-desktop {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
    .map-box .map-canvas .map-text-left, .map-box .map-canvas .map-text-right {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-template-areas: "region region" "left right"; }
      .map-box .map-canvas .map-text-left .map-region, .map-box .map-canvas .map-text-right .map-region {
        grid-area: region; }
      .map-box .map-canvas .map-text-left .map-expanders, .map-box .map-canvas .map-text-right .map-expanders {
        grid-area: left; }
      .map-box .map-canvas .map-text-left .map-link-list, .map-box .map-canvas .map-text-right .map-link-list {
        grid-area: right; }
      .map-box .map-canvas .map-text-left .map-region, .map-box .map-canvas .map-text-right .map-region {
        font-size: 1.25rem;
        line-height: 1.25;
        color: #e2001a;
        font-weight: bold;
        border-bottom: 1px #e5e8ef solid;
        margin-bottom: 1em;
        margin-top: 0.5em; }
        @media (max-width: 1040px) {
          .map-box .map-canvas .map-text-left .map-region, .map-box .map-canvas .map-text-right .map-region {
            font-size: 1.25rem; } }
        @media (max-width: 480px) {
          .map-box .map-canvas .map-text-left .map-region, .map-box .map-canvas .map-text-right .map-region {
            font-size: 1.25rem; } }
        @media (max-width: 1040px) {
          .map-box .map-canvas .map-text-left .map-region, .map-box .map-canvas .map-text-right .map-region {
            line-height: 1.25; } }
        @media (max-width: 480px) {
          .map-box .map-canvas .map-text-left .map-region, .map-box .map-canvas .map-text-right .map-region {
            line-height: 1.25; } }
    .map-box .map-canvas .map-left .overlay-mobile, .map-box .map-canvas .map-right .overlay-mobile {
      display: none; }
      @media (max-width: 1040px) {
        .map-box .map-canvas .map-left .overlay-mobile, .map-box .map-canvas .map-right .overlay-mobile {
          display: block; } }
      @media (max-width: 480px) {
        .map-box .map-canvas .map-left .overlay-mobile, .map-box .map-canvas .map-right .overlay-mobile {
          display: block; } }
    .map-box .map-canvas .map-left .overlay-desktop, .map-box .map-canvas .map-right .overlay-desktop {
      display: block; }
      @media (max-width: 1040px) {
        .map-box .map-canvas .map-left .overlay-desktop, .map-box .map-canvas .map-right .overlay-desktop {
          display: none; } }
      @media (max-width: 480px) {
        .map-box .map-canvas .map-left .overlay-desktop, .map-box .map-canvas .map-right .overlay-desktop {
          display: none; } }
    .map-box .map-canvas .map-links:not(.active) {
      display: none; }
  .map-box .map-links {
    font-size: 1rem;
    line-height: 1.4; }
    @media (max-width: 1040px) {
      .map-box .map-links {
        font-size: 1rem; } }
    @media (max-width: 480px) {
      .map-box .map-links {
        font-size: 1rem; } }
    @media (max-width: 1040px) {
      .map-box .map-links {
        line-height: 1.4; } }
    @media (max-width: 480px) {
      .map-box .map-links {
        line-height: 1.4; } }
    .map-box .map-links a {
      color: #4d4d4d;
      transition-duration: 250ms;
      transition-timing-function: ease-out;
      transition-property: color; }
      .map-box .map-links a:hover {
        color: #e2001a; }
    .map-box .map-links svg.external-link {
      display: inline-block;
      color: #e2001a;
      height: 0.8em;
      margin-left: 0.25em; }
  .map-box .map-links {
    display: flex;
    flex-direction: column; }
  .map-box .map-expander {
    cursor: pointer;
    transform: translateX(0);
    transition-duration: 250ms;
    transition-timing-function: ease-out;
    transition-property: transform; }
    .map-box .map-expander:hover, .map-box .map-expander.active {
      color: #e2001a; }
      .map-box .map-expander:hover svg, .map-box .map-expander.active svg {
        color: #e2001a; }
    .map-box .map-expander.active {
      transform: translateX(0.3em); }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-slide {
  height: inherit !important; }

.slick-slider {
  touch-action: auto !important; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: auto;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  z-index: 5;
  cursor: pointer;
  background: transparent;
  color: transparent;
  right: 0;
  padding: 0;
  border: none;
  outline: none; }
  @media (min-width: 1041px) {
    .slick-prev,
    .slick-next {
      top: 50%; } }
  @media (max-width: 1040px) {
    .slick-prev,
    .slick-next {
      bottom: 0; } }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 1; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 33px;
    line-height: 1;
    color: #ffffff;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    @media (max-width: 1040px) {
      .slick-prev:before,
      .slick-next:before {
        font-size: 33px; } }

.slick-prev {
  left: 0; }
  @media (max-width: 1040px) {
    .slick-prev {
      left: 1rem; } }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "❮"; }
    [dir="rtl"] .slick-prev:before {
      content: "❯"; }

.slick-next {
  right: 0; }
  @media (max-width: 1040px) {
    .slick-next {
      right: 1rem; } }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "❯"; }
    [dir="rtl"] .slick-next:before {
      content: "❮"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: 40px;
  transform: translateY(50%);
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  left: 0;
  width: 100%; }
  @media (max-width: 1040px) {
    .slick-dots {
      bottom: 10px; } }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    @media (max-width: 1040px) {
      .slick-dots li {
        margin: 0 0; } }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: " ";
        border: 2px black solid;
        background: #ffffff;
        border-radius: 50%;
        width: 15px;
        height: 15px;
        font-family: "slick";
        font-size: 50px;
        line-height: 20px;
        text-align: center;
        color: #ffffff;
        opacity: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
        @media (max-width: 1040px) {
          .slick-dots li button:before {
            border-width: 1px; } }
        @media (max-width: 1040px) {
          .slick-dots li button:before {
            width: 10px;
            height: 10px;
            font-size: 30px; } }
    .slick-dots li.slick-active button:before {
      background: #000000;
      opacity: 1; }
